Skip to content

Commit 35fb384

Browse files
authored
Merge pull request #159 from dubinc/speakeasy-sdk-regen-1771202562
chore: 🐝 Update SDK - Generate 0.35.4
2 parents 1307633 + 7b3ccd2 commit 35fb384

File tree

80 files changed

+1166
-752
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+1166
-752
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 150 additions & 171 deletions
Large diffs are not rendered by default.

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
python:
31-
version: 0.35.3
31+
version: 0.35.4
3232
additionalDependencies:
3333
dev: {}
3434
main: {}

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.713.2
1+
speakeasyVersion: 1.719.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:d39b3aea7f0c759bd5a3b0661c96b51f1e0ef85f88a2de2a95469449c5d8170b
6-
sourceBlobDigest: sha256:9318b60229a0ad89b7a113a84ff18b3b7bfa4c2c53a3593fcfc0a4802427e8e2
5+
sourceRevisionDigest: sha256:41f1b533d2d50cfdabc676c34a0f26c036348bb15199d86b026f2921e4784a7d
6+
sourceBlobDigest: sha256:b86cf109ffe3c42522b06aeda760345504907f4f995a45cb9255750689412b2e
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1770943477
9+
- speakeasy-sdk-regen-1771202562
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:d39b3aea7f0c759bd5a3b0661c96b51f1e0ef85f88a2de2a95469449c5d8170b
16-
sourceBlobDigest: sha256:9318b60229a0ad89b7a113a84ff18b3b7bfa4c2c53a3593fcfc0a4802427e8e2
15+
sourceRevisionDigest: sha256:41f1b533d2d50cfdabc676c34a0f26c036348bb15199d86b026f2921e4784a7d
16+
sourceBlobDigest: sha256:b86cf109ffe3c42522b06aeda760345504907f4f995a45cb9255750689412b2e
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:72ee2d78a4226ba8844492db64e7a7386fc553fd74de0beee49b9bdd047c9012
18+
codeSamplesRevisionDigest: sha256:152fc050ee366e1d228de783460c7fbec91dae27281087248ad176350862c8e2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1496,4 +1496,14 @@ Based on:
14961496
### Generated
14971497
- [python v0.35.3] .
14981498
### Releases
1499-
- [PyPI v0.35.3] https://pypi.org/project/dub/0.35.3 - .
1499+
- [PyPI v0.35.3] https://pypi.org/project/dub/0.35.3 - .
1500+
1501+
## 2026-02-17 05:16:35
1502+
### Changes
1503+
Based on:
1504+
- OpenAPI Doc
1505+
- Speakeasy CLI 1.719.1 (2.824.1) https://github.com/speakeasy-api/speakeasy
1506+
### Generated
1507+
- [python v0.35.4] .
1508+
### Releases
1509+
- [PyPI v0.35.4] https://pypi.org/project/dub/0.35.4 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ actions:
1919
2020
res = d_client.analytics.retrieve(request={
2121
"event": operations.Event.LEADS,
22+
"domain": "dub.co",
2223
"timezone": "America/New_York",
2324
"city": "New York",
2425
"device": "Desktop",
@@ -335,6 +336,7 @@ actions:
335336
) as d_client:
336337
337338
res = d_client.events.list(request={
339+
"domain": "dub.co",
338340
"timezone": "America/New_York",
339341
"city": "New York",
340342
"device": "Desktop",

β€Ždocs/models/components/analyticstoplinks.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
| `key` | *str* | :heavy_check_mark: | The key of the short link |
1212
| `short_link` | *str* | :heavy_check_mark: | The short link URL |
1313
| `url` | *str* | :heavy_check_mark: | The destination URL of the short link |
14-
| `comments` | *OptionalNullable[str]* | :heavy_minus_sign: | The comments of the short link |
1514
| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom link preview title (og:title) |
15+
| `comments` | *OptionalNullable[str]* | :heavy_minus_sign: | The comments of the short link |
16+
| `partner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the partner that the link belongs to (if applicable) |
1617
| `created_at` | *str* | :heavy_check_mark: | The creation timestamp of the short link |
1718
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this link |
1819
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this link |

β€Ždocs/models/components/partneranalyticstoplinks.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
| `key` | *str* | :heavy_check_mark: | The key of the short link |
1212
| `short_link` | *str* | :heavy_check_mark: | The short link URL |
1313
| `url` | *str* | :heavy_check_mark: | The destination URL of the short link |
14-
| `comments` | *OptionalNullable[str]* | :heavy_minus_sign: | The comments of the short link |
1514
| `title` | *OptionalNullable[str]* | :heavy_minus_sign: | The custom link preview title (og:title) |
15+
| `comments` | *OptionalNullable[str]* | :heavy_minus_sign: | The comments of the short link |
16+
| `partner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the partner that the link belongs to (if applicable) |
1617
| `created_at` | *str* | :heavy_check_mark: | The creation timestamp of the short link |
1718
| `clicks` | *Optional[float]* | :heavy_minus_sign: | The number of clicks from this link |
1819
| `leads` | *Optional[float]* | :heavy_minus_sign: | The number of leads from this link |

β€Ždocs/models/operations/continent.mdβ€Ž

Lines changed: 0 additions & 16 deletions
This file was deleted.

β€Ždocs/models/operations/listeventsqueryparamtagids.mdβ€Ž

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
Β (0)