Skip to content

Commit ae124e8

Browse files
authored
Merge pull request #133 from dubinc/speakeasy-sdk-regen-1750120242
chore: 🐝 Update SDK - Generate 0.26.8
2 parents 9717d06 + 992b9be commit ae124e8

File tree

13 files changed

+69
-30
lines changed

13 files changed

+69
-30
lines changed

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: ab657d60-207e-43a4-8cc8-692a672950ed
33
management:
4-
docChecksum: 1f2d4c898b6141a97115319cc3fc6712
4+
docChecksum: 2888b170a568c5574a256a458ca8e766
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.561.0
7-
generationVersion: 2.628.0
8-
releaseVersion: 0.26.7
9-
configChecksum: 50cd3e49846feff45f83c2aca6347b41
6+
speakeasyVersion: 1.563.4
7+
generationVersion: 2.630.6
8+
releaseVersion: 0.26.8
9+
configChecksum: 0d145d51217baade4feeaa3c699da72b
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
@@ -271,6 +271,7 @@ generatedFiles:
271271
- docs/models/operations/listcommissionstype.md
272272
- docs/models/operations/listdomainsrequest.md
273273
- docs/models/operations/listdomainsresponse.md
274+
- docs/models/operations/listeventsqueryparamsortby.md
274275
- docs/models/operations/listeventsqueryparamtagids.md
275276
- docs/models/operations/listeventsrequest.md
276277
- docs/models/operations/listeventsresponsebody.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 0.26.7
20+
version: 0.26.8
2121
additionalDependencies:
2222
dev: {}
2323
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.561.0
1+
speakeasyVersion: 1.563.4
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:a3cbdce6cec3914b14c2eb059825b37473e2420efa3b4c544cbb4198d12481d9
6-
sourceBlobDigest: sha256:e7e46ee48cba452a8a6bbc94b921b11a063e6bfcf41b026d130547861eaa6159
5+
sourceRevisionDigest: sha256:c4ae5a12e7e6de4a13d453ebc79cba90f29d66a2da1a97d2ae6a9dfe15beb942
6+
sourceBlobDigest: sha256:e56e1ce5cfe4d605b47c3164dfc3ec26506a2f3a26c1c6d5e5df9839facfd947
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749688224
9+
- speakeasy-sdk-regen-1750120242
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:a3cbdce6cec3914b14c2eb059825b37473e2420efa3b4c544cbb4198d12481d9
16-
sourceBlobDigest: sha256:e7e46ee48cba452a8a6bbc94b921b11a063e6bfcf41b026d130547861eaa6159
15+
sourceRevisionDigest: sha256:c4ae5a12e7e6de4a13d453ebc79cba90f29d66a2da1a97d2ae6a9dfe15beb942
16+
sourceBlobDigest: sha256:e56e1ce5cfe4d605b47c3164dfc3ec26506a2f3a26c1c6d5e5df9839facfd947
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:2d21f270f5c41210b44b631f3fefa1bec6765d8e6fd0f87fb11d4bbafbcfc4ba
18+
codeSamplesRevisionDigest: sha256:ab6bc4a29bf7ba962e3c531759702516dbe078f385cf54073c5dd0bcc770cf7a
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
@@ -1236,4 +1236,14 @@ Based on:
12361236
### Generated
12371237
- [python v0.26.7] .
12381238
### Releases
1239-
- [PyPI v0.26.7] https://pypi.org/project/dub/0.26.7 - .
1239+
- [PyPI v0.26.7] https://pypi.org/project/dub/0.26.7 - .
1240+
1241+
## 2025-06-17 00:30:26
1242+
### Changes
1243+
Based on:
1244+
- OpenAPI Doc
1245+
- Speakeasy CLI 1.563.4 (2.630.6) https://github.com/speakeasy-api/speakeasy
1246+
### Generated
1247+
- [python v0.26.8] .
1248+
### Releases
1249+
- [PyPI v0.26.8] https://pypi.org/project/dub/0.26.8 - .
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ListEventsQueryParamSortBy
2+
3+
The field to sort the events by. The default is `timestamp`.
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ----------- | ----------- |
10+
| `TIMESTAMP` | timestamp |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@
4242
| `page` | *Optional[float]* | :heavy_minus_sign: | N/A | |
4343
| `limit` | *Optional[float]* | :heavy_minus_sign: | N/A | |
4444
| `sort_order` | [Optional[operations.QueryParamSortOrder]](../../models/operations/queryparamsortorder.md) | :heavy_minus_sign: | The sort order. The default is `desc`. | |
45-
| `sort_by` | [Optional[operations.QueryParamSortBy]](../../models/operations/queryparamsortby.md) | :heavy_minus_sign: | The field to sort the events by. The default is `timestamp`. | |
45+
| `sort_by` | [Optional[operations.ListEventsQueryParamSortBy]](../../models/operations/listeventsqueryparamsortby.md) | :heavy_minus_sign: | The field to sort the events by. The default is `timestamp`. | |
4646
| `order` | [Optional[operations.Order]](../../models/operations/order.md) | :heavy_minus_sign: | DEPRECATED. Use `sortOrder` instead. | |
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# QueryParamSortBy
22

3-
The field to sort the events by. The default is `timestamp`.
4-
53

64
## Values
75

8-
| Name | Value |
9-
| ----------- | ----------- |
10-
| `TIMESTAMP` | timestamp |
6+
| Name | Value |
7+
| -------- | -------- |
8+
| `CLICKS` | clicks |
9+
| `LEADS` | leads |
10+
| `SALES` | sales |

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
| `folder_id` | *Optional[str]* | :heavy_minus_sign: | The folder ID to retrieve analytics for. If not provided, return analytics for unsorted links. | |
3636
| `qr` | *Optional[bool]* | :heavy_minus_sign: | Deprecated. Use the `trigger` field instead. Filter for QR code scans. If true, filter for QR codes only. If false, filter for links only. If undefined, return both. | |
3737
| `root` | *Optional[bool]* | :heavy_minus_sign: | Filter for root domains. If true, filter for domains only. If false, filter for links only. If undefined, return both. | |
38+
| `sort_by` | [Optional[operations.QueryParamSortBy]](../../models/operations/queryparamsortby.md) | :heavy_minus_sign: | N/A | |
3839
| `utm_source` | *OptionalNullable[str]* | :heavy_minus_sign: | The UTM source of the short link. | |
3940
| `utm_medium` | *OptionalNullable[str]* | :heavy_minus_sign: | The UTM medium of the short link. | |
4041
| `utm_campaign` | *OptionalNullable[str]* | :heavy_minus_sign: | The UTM campaign of the short link. | |

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dub"
3-
version = "0.26.7"
3+
version = "0.26.8"
44
description = "Python Client SDK Generated by Speakeasy"
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

β€Žsrc/dub/_version.pyβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "dub"
6-
__version__: str = "0.26.7"
6+
__version__: str = "0.26.8"
77
__openapi_doc_version__: str = "0.0.1"
8-
__gen_version__: str = "2.628.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.26.7 2.628.0 0.0.1 dub"
8+
__gen_version__: str = "2.630.6"
9+
__user_agent__: str = "speakeasy-sdk/python 0.26.8 2.630.6 0.0.1 dub"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
Β (0)