Skip to content

Commit fef6255

Browse files
authored
Merge pull request #126 from dubinc/speakeasy-sdk-regen-1748738253
chore: 🐝 Update SDK - Generate 0.26.1
2 parents 2fc9f17 + 1980dbb commit fef6255

8 files changed

Lines changed: 26 additions & 14 deletions

File tree

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

Lines changed: 3 additions & 3 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: a2ac297972706e86f31e833913025851
4+
docChecksum: 9d033093e42cd27429acd73656f8ede6
55
docVersion: 0.0.1
66
speakeasyVersion: 1.554.1
77
generationVersion: 2.616.1
8-
releaseVersion: 0.26.0
9-
configChecksum: af21bfd609992bfb91e5860e5da568d7
8+
releaseVersion: 0.26.1
9+
configChecksum: fa6e850d43e14481e271e8ec6e389b1a
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true

β€Ž.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.0
20+
version: 0.26.1
2121
additionalDependencies:
2222
dev: {}
2323
main: {}

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.554.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:b4367b54ec8591545af8081441bf37f26bd1a057e5cc09a0e0509ebe28b09384
6-
sourceBlobDigest: sha256:39e620a3019835bf60651aa58ed0d979c02eb2cefe4afaa897c28e7298c5da14
5+
sourceRevisionDigest: sha256:d8c70a409f05ae4be4604391ffab2159bab71cdfd1c9cdec6e4beed66781b1b7
6+
sourceBlobDigest: sha256:9fe020f38c729b18bd0e11690f5c738d880ff4fbafb3ac5a9c512cc02c7586d3
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1748565018
9+
- speakeasy-sdk-regen-1748738253
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:b4367b54ec8591545af8081441bf37f26bd1a057e5cc09a0e0509ebe28b09384
16-
sourceBlobDigest: sha256:39e620a3019835bf60651aa58ed0d979c02eb2cefe4afaa897c28e7298c5da14
15+
sourceRevisionDigest: sha256:d8c70a409f05ae4be4604391ffab2159bab71cdfd1c9cdec6e4beed66781b1b7
16+
sourceBlobDigest: sha256:9fe020f38c729b18bd0e11690f5c738d880ff4fbafb3ac5a9c512cc02c7586d3
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:22c552a156f59fb1c51101e9022141519bb26e43eb128e3d404fe1a8233ab09f
18+
codeSamplesRevisionDigest: sha256:67cf66b460fdf0e3f363ccea9892691e656f992cde875aef19863df6b07a47e5
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
@@ -1166,4 +1166,14 @@ Based on:
11661166
### Generated
11671167
- [python v0.26.0] .
11681168
### Releases
1169-
- [PyPI v0.26.0] https://pypi.org/project/dub/0.26.0 - .
1169+
- [PyPI v0.26.0] https://pypi.org/project/dub/0.26.0 - .
1170+
1171+
## 2025-06-01 00:37:17
1172+
### Changes
1173+
Based on:
1174+
- OpenAPI Doc
1175+
- Speakeasy CLI 1.554.1 (2.616.1) https://github.com/speakeasy-api/speakeasy
1176+
### Generated
1177+
- [python v0.26.1] .
1178+
### Releases
1179+
- [PyPI v0.26.1] https://pypi.org/project/dub/0.26.1 - .

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ The parameter to group the analytics data points by. Defaults to `count` if unde
2020
| `TRIGGERS` | triggers |
2121
| `REFERERS` | referers |
2222
| `REFERER_URLS` | referer_urls |
23+
| `TOP_PARTNERS` | top_partners |
2324
| `TOP_LINKS` | top_links |
2425
| `TOP_URLS` | top_urls |
2526
| `UTM_SOURCES` | utm_sources |

β€Ž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.0"
3+
version = "0.26.1"
44
description = "Python Client SDK Generated by Speakeasy"
55
authors = [{ name = "Speakeasy" },]
66
readme = "README-PYPI.md"

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

Lines changed: 2 additions & 2 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.0"
6+
__version__: str = "0.26.1"
77
__openapi_doc_version__: str = "0.0.1"
88
__gen_version__: str = "2.616.1"
9-
__user_agent__: str = "speakeasy-sdk/python 0.26.0 2.616.1 0.0.1 dub"
9+
__user_agent__: str = "speakeasy-sdk/python 0.26.1 2.616.1 0.0.1 dub"
1010

1111
try:
1212
if __package__ is not None:

β€Žsrc/dub/models/operations/retrieveanalytics.pyβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ class QueryParamGroupBy(str, Enum):
5353
TRIGGERS = "triggers"
5454
REFERERS = "referers"
5555
REFERER_URLS = "referer_urls"
56+
TOP_PARTNERS = "top_partners"
5657
TOP_LINKS = "top_links"
5758
TOP_URLS = "top_urls"
5859
UTM_SOURCES = "utm_sources"

0 commit comments

Comments
Β (0)