Skip to content

Commit

Permalink
Merge pull request #18 from dubinc/speakeasy-sdk-regen-1719969519
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
devkiran authored Jul 3, 2024
2 parents 423d6d6 + 6ead542 commit cbe9822
Show file tree
Hide file tree
Showing 15 changed files with 368 additions and 17 deletions.
15 changes: 10 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: ab657d60-207e-43a4-8cc8-692a672950ed
management:
docChecksum: c0895b6571175adfc5c4d2c3943adf22
docChecksum: a161f5bf3b2f2db5151fac8953378ea9
docVersion: 0.0.1
speakeasyVersion: 1.325.0
generationVersion: 2.356.0
releaseVersion: 0.0.16
configChecksum: 95e1665e3990d1e1279fe9d67a5bfb12
speakeasyVersion: 1.326.0
generationVersion: 2.359.0
releaseVersion: 0.0.17
configChecksum: 80d6262f339798b3f7fc43981865876f
repoURL: https://github.com/dubinc/dub-python.git
installationURL: https://github.com/dubinc/dub-python.git
published: true
Expand Down Expand Up @@ -102,6 +102,7 @@ generatedFiles:
- src/dub/models/operations/deletelink.py
- src/dub/models/operations/updatelink.py
- src/dub/models/operations/bulkcreatelinks.py
- src/dub/models/operations/bulkupdatelinks.py
- src/dub/models/operations/upsertlink.py
- src/dub/models/operations/getqrcode.py
- src/dub/models/operations/retrieveanalytics.py
Expand Down Expand Up @@ -230,6 +231,10 @@ generatedFiles:
- docs/models/operations/bulkcreatelinkstagids.md
- docs/models/operations/bulkcreatelinkstagnames.md
- docs/models/operations/requestbody.md
- docs/models/operations/bulkupdatelinkstagids.md
- docs/models/operations/bulkupdatelinkstagnames.md
- docs/models/operations/data.md
- docs/models/operations/bulkupdatelinksrequestbody.md
- docs/models/operations/upsertlinkglobals.md
- docs/models/operations/upsertlinktagids.md
- docs/models/operations/upsertlinktagnames.md
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
python:
version: 0.0.16
version: 0.0.17
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.325.0
speakeasyVersion: 1.326.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:f11948c723ef3f3700969528fed134a60c1c713a73be6fb8b5530f70ddf6649b
sourceBlobDigest: sha256:69aed640ab635ac25749e63f42194ddafd78d216c217828e671d94a2cd41d1fe
sourceRevisionDigest: sha256:07b44af226857190afc5fca54f7a7bfebd32db4d21a89f36fb208291305e8fcf
sourceBlobDigest: sha256:0c192bd842e417023889d94c0aa0f28f8a7839cfa0f35fd33cb0734ca4e9c276
tags:
- latest
- main
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:f11948c723ef3f3700969528fed134a60c1c713a73be6fb8b5530f70ddf6649b
sourceBlobDigest: sha256:69aed640ab635ac25749e63f42194ddafd78d216c217828e671d94a2cd41d1fe
sourceRevisionDigest: sha256:07b44af226857190afc5fca54f7a7bfebd32db4d21a89f36fb208291305e8fcf
sourceBlobDigest: sha256:0c192bd842e417023889d94c0aa0f28f8a7839cfa0f35fd33cb0734ca4e9c276
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ if res is not None:
* [delete](docs/sdks/links/README.md#delete) - Delete a link
* [update](docs/sdks/links/README.md#update) - Update a link
* [create_many](docs/sdks/links/README.md#create_many) - Bulk create links
* [update_many](docs/sdks/links/README.md#update_many) - Bulk update links
* [upsert](docs/sdks/links/README.md#upsert) - Upsert a link

### [qr_codes](docs/sdks/qrcodes/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,14 @@ Based on:
### Generated
- [python v0.0.16] .
### Releases
- [PyPI v0.0.16] https://pypi.org/project/dub/0.0.16 - .
- [PyPI v0.0.16] https://pypi.org/project/dub/0.0.16 - .

## 2024-07-03 01:18:37
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.326.0 (2.359.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.0.17] .
### Releases
- [PyPI v0.0.17] https://pypi.org/project/dub/0.0.17 - .
9 changes: 9 additions & 0 deletions docs/models/operations/bulkupdatelinksrequestbody.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# BulkUpdateLinksRequestBody


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `link_ids` | List[*str*] | :heavy_check_mark: | N/A |
| `data` | [operations.Data](../../models/operations/data.md) | :heavy_check_mark: | N/A |
19 changes: 19 additions & 0 deletions docs/models/operations/bulkupdatelinkstagids.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# BulkUpdateLinksTagIds

The unique IDs of the tags assigned to the short link.


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

19 changes: 19 additions & 0 deletions docs/models/operations/bulkupdatelinkstagnames.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# BulkUpdateLinksTagNames

The unique name of the tags assigned to the short link (case insensitive).


## Supported Types

### `str`

```python
value: str = /* values here */
```

### `List[str]`

```python
value: List[str] = /* values here */
```

Loading

0 comments on commit cbe9822

Please sign in to comment.