Skip to content

Commit 529a4b7

Browse files
authored
Merge pull request #141 from dubinc/speakeasy-sdk-regen-1753403559
chore: 🐝 Update SDK - Generate 0.27.3
2 parents 87a67bf + 59fdf88 commit 529a4b7

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

+1612
-1152
lines changed

.speakeasy/gen.lock

Lines changed: 18 additions & 16 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
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 0.27.2
24+
version: 0.27.3
2525
additionalDependencies:
2626
dev: {}
2727
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.587.1
1+
speakeasyVersion: 1.596.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:27d054cd906139cf82066ec3feb211fd93ab580c415df734c32fa94aa2ff74bd
6-
sourceBlobDigest: sha256:95e59ab6119ff46333f1182e455173407322c41e1f7b39044d06e708ee30a0c2
5+
sourceRevisionDigest: sha256:321f7b6484b0007ef299b16981ca110c3e4ff00ed4023ec1c8795db14b902a70
6+
sourceBlobDigest: sha256:8d218afcaddfe05409e4bf5f49f72cd5a547702adfe38be5d607a4aaa6c8b225
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1752712369
9+
- speakeasy-sdk-regen-1753403559
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:27d054cd906139cf82066ec3feb211fd93ab580c415df734c32fa94aa2ff74bd
16-
sourceBlobDigest: sha256:95e59ab6119ff46333f1182e455173407322c41e1f7b39044d06e708ee30a0c2
15+
sourceRevisionDigest: sha256:321f7b6484b0007ef299b16981ca110c3e4ff00ed4023ec1c8795db14b902a70
16+
sourceBlobDigest: sha256:8d218afcaddfe05409e4bf5f49f72cd5a547702adfe38be5d607a4aaa6c8b225
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:d0292250a106fedda4da9271ce1a31fceb922bb9472ba90cc71dc22dbc8b3ca4
18+
codeSamplesRevisionDigest: sha256:6a53cc8005a344bad1f4ec5e8c15ed3d6cb5065f98e886ddb4f3011dd0b997e2
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Learn more about the Dub.co Python SDK in the [official documentation](https://d
1414
<!-- Start Summary [summary] -->
1515
## Summary
1616

17-
Dub API: Dub is link management infrastructure for companies to create marketing campaigns, link sharing features, and referral programs.
17+
Dub API: Dub is the modern link attribution platform for short links, conversion tracking, and affiliate programs.
1818
<!-- End Summary [summary] -->
1919

2020
<!-- Start Table of Contents [toc] -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,4 +1316,14 @@ Based on:
13161316
### Generated
13171317
- [python v0.27.2] .
13181318
### Releases
1319-
- [PyPI v0.27.2] https://pypi.org/project/dub/0.27.2 - .
1319+
- [PyPI v0.27.2] https://pypi.org/project/dub/0.27.2 - .
1320+
1321+
## 2025-08-05 00:33:29
1322+
### Changes
1323+
Based on:
1324+
- OpenAPI Doc
1325+
- Speakeasy CLI 1.596.1 (2.672.0) https://github.com/speakeasy-api/speakeasy
1326+
### Generated
1327+
- [python v0.27.3] .
1328+
### Releases
1329+
- [PyPI v0.27.3] https://pypi.org/project/dub/0.27.3 - .

codeSamples.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ actions:
2424
"os": "Windows",
2525
"referer": "google.com",
2626
"referer_url": "https://dub.co/blog",
27+
"query": "metadata['key']:'value'",
2728
})
2829
2930
assert res is not None
@@ -305,6 +306,7 @@ actions:
305306
"os": "Windows",
306307
"referer": "google.com",
307308
"referer_url": "https://dub.co/blog",
309+
"query": "metadata['key']:'value'",
308310
})
309311
310312
assert res is not None

docs/models/components/click.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `id` | *str* | :heavy_check_mark: | N/A |
9-
| `timestamp` | *str* | :heavy_check_mark: | N/A |
10-
| `url` | *str* | :heavy_check_mark: | N/A |
11-
| `country` | *str* | :heavy_check_mark: | N/A |
12-
| `city` | *str* | :heavy_check_mark: | N/A |
13-
| `region` | *str* | :heavy_check_mark: | N/A |
14-
| `continent` | *str* | :heavy_check_mark: | N/A |
15-
| `device` | *str* | :heavy_check_mark: | N/A |
16-
| `browser` | *str* | :heavy_check_mark: | N/A |
17-
| `os` | *str* | :heavy_check_mark: | N/A |
18-
| `referer` | *str* | :heavy_check_mark: | N/A |
19-
| `referer_url` | *str* | :heavy_check_mark: | N/A |
20-
| `qr` | *bool* | :heavy_check_mark: | N/A |
21-
| `ip` | *str* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
8+
| `id` | *str* | :heavy_check_mark: | N/A |
9+
| `timestamp` | *str* | :heavy_check_mark: | N/A |
10+
| `url` | *str* | :heavy_check_mark: | N/A |
11+
| `country` | *str* | :heavy_check_mark: | N/A |
12+
| `city` | *str* | :heavy_check_mark: | N/A |
13+
| `region` | *str* | :heavy_check_mark: | N/A |
14+
| `continent` | *str* | :heavy_check_mark: | N/A |
15+
| `device` | *str* | :heavy_check_mark: | N/A |
16+
| `browser` | *str* | :heavy_check_mark: | N/A |
17+
| `os` | *str* | :heavy_check_mark: | N/A |
18+
| `trigger` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
19+
| `referer` | *str* | :heavy_check_mark: | N/A |
20+
| `referer_url` | *str* | :heavy_check_mark: | N/A |
21+
| `qr` | *bool* | :heavy_check_mark: | N/A |
22+
| `ip` | *str* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)