Skip to content

Commit 0137383

Browse files
committed
## Python SDK Changes Detected:
* `dub.commissions.list()`: * `request.timezone` **Added**
1 parent 0f2de01 commit 0137383

File tree

8 files changed

+38
-21
lines changed

8 files changed

+38
-21
lines changed

.speakeasy/gen.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
lockVersion: 2.0.0
22
id: ab657d60-207e-43a4-8cc8-692a672950ed
33
management:
4-
docChecksum: 550d25461426e3d9e04178a3fbb08a6c
4+
docChecksum: d99625cdbe43df98d3759164056d86aa
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.642.2
7-
generationVersion: 2.731.6
8-
releaseVersion: 0.32.0
9-
configChecksum: a8ea7a84af6f78a93bed0fd5f5fc3fc5
6+
speakeasyVersion: 1.648.1
7+
generationVersion: 2.739.1
8+
releaseVersion: 0.33.0
9+
configChecksum: 96d7dd7a1b35e08dbfd935a52084c455
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
1313
features:
1414
python:
1515
additionalDependencies: 1.0.0
1616
constsAndDefaults: 1.0.5
17-
core: 5.23.0
17+
core: 5.23.4
1818
defaultEnabledRetries: 0.2.0
1919
deprecations: 3.0.2
2020
enumUnions: 0.1.0
@@ -25,7 +25,7 @@ features:
2525
globalSecurity: 3.0.4
2626
globalSecurityCallbacks: 1.0.0
2727
globalSecurityFlattening: 1.0.0
28-
globalServerURLs: 3.1.1
28+
globalServerURLs: 3.2.0
2929
ignores: 3.0.1
3030
includes: 3.0.0
3131
nameOverrides: 3.0.1
@@ -1767,4 +1767,4 @@ examples:
17671767
application/json: {"error": {"code": "internal_server_error", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#internal-server_error"}}
17681768
examplesVersion: 1.0.2
17691769
generatedTests: {}
1770-
releaseNotes: "## Python SDK Changes Detected:\n* `dub.partners.list()`: \n * `request` **Changed** **Breaking** :warning:\n * `response.[]` **Changed** **Breaking** :warning:\n* `dub.partners.create()`: `response` **Changed** **Breaking** :warning:\n* `dub.analytics.retrieve()`: \n * `request.group_by` **Changed**\n* `dub.folders.list()`: `response.[].description` **Added**\n* `dub.folders.create()`: \n * `request.description` **Added**\n * `response.description` **Added**\n* `dub.folders.update()`: \n * `request_body.description` **Added**\n * `response.description` **Added**\n* `dub.workspaces.get()`: `response.network_invites_limit` **Added**\n* `dub.workspaces.update()`: `response.network_invites_limit` **Added**\n"
1770+
releaseNotes: "## Python SDK Changes Detected:\n* `dub.commissions.list()`: \n * `request.timezone` **Added**\n"

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ generation:
2424
generateNewTests: false
2525
skipResponseBodyAssertions: false
2626
python:
27-
version: 0.32.0
27+
version: 0.33.0
2828
additionalDependencies:
2929
dev: {}
3030
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.642.2
1+
speakeasyVersion: 1.648.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:ae46b9a0d6478cfbe024e47aeaf9fc787ce039de442afaac4868c65b387ed0b9
6-
sourceBlobDigest: sha256:22f47bc4b7abdc4d2cacb23f137c9c98ddafaf40e7fb59e98fcffa5958e11a0c
5+
sourceRevisionDigest: sha256:ab83ae3c1c73cb07b7ae0992f1b7be341fc55cb4f3e2a02c1573e169e8e56410
6+
sourceBlobDigest: sha256:c011db416aad81f3460bd9487aceb13e6b03264a2a091f44214ed9840ea9cb5d
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1759796915
9+
- speakeasy-sdk-regen-1761957139
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:ae46b9a0d6478cfbe024e47aeaf9fc787ce039de442afaac4868c65b387ed0b9
16-
sourceBlobDigest: sha256:22f47bc4b7abdc4d2cacb23f137c9c98ddafaf40e7fb59e98fcffa5958e11a0c
15+
sourceRevisionDigest: sha256:ab83ae3c1c73cb07b7ae0992f1b7be341fc55cb4f3e2a02c1573e169e8e56410
16+
sourceBlobDigest: sha256:c011db416aad81f3460bd9487aceb13e6b03264a2a091f44214ed9840ea9cb5d
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:ffabec7ddffbfa09b60e8b90af6e1ea3cac165bb034656a1c68bbc30505bb9a8
18+
codeSamplesRevisionDigest: sha256:b49dbae3fbe1c9d120847fadf99dea98ec0a38637d5816a073b812d9a052e54c
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
@@ -1426,4 +1426,14 @@ Based on:
14261426
### Generated
14271427
- [python v0.32.0] .
14281428
### Releases
1429-
- [PyPI v0.32.0] https://pypi.org/project/dub/0.32.0 - .
1429+
- [PyPI v0.32.0] https://pypi.org/project/dub/0.32.0 - .
1430+
1431+
## 2025-11-05 00:30:17
1432+
### Changes
1433+
Based on:
1434+
- OpenAPI Doc
1435+
- Speakeasy CLI 1.648.1 (2.739.1) https://github.com/speakeasy-api/speakeasy
1436+
### Generated
1437+
- [python v0.33.0] .
1438+
### Releases
1439+
- [PyPI v0.33.0] https://pypi.org/project/dub/0.33.0 - .

docs/models/operations/listcommissionsrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@
1818
| `interval` | [Optional[operations.ListCommissionsQueryParamInterval]](../../models/operations/listcommissionsqueryparaminterval.md) | :heavy_minus_sign: | The interval to retrieve commissions for. | |
1919
| `start` | *Optional[str]* | :heavy_minus_sign: | The start date of the date range to filter the commissions by. | |
2020
| `end` | *Optional[str]* | :heavy_minus_sign: | The end date of the date range to filter the commissions by. | |
21+
| `timezone` | *Optional[str]* | :heavy_minus_sign: | N/A | |
2122
| `page` | *Optional[float]* | :heavy_minus_sign: | The page number for pagination. | 1 |
2223
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[project]
33
name = "dub"
4-
version = "0.32.0"
4+
version = "0.33.0"
55
description = "Python Client SDK Generated by Speakeasy"
66
authors = [{ name = "Speakeasy" },]
77
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.32.0"
6+
__version__: str = "0.33.0"
77
__openapi_doc_version__: str = "0.0.1"
8-
__gen_version__: str = "2.731.6"
9-
__user_agent__: str = "speakeasy-sdk/python 0.32.0 2.731.6 0.0.1 dub"
8+
__gen_version__: str = "2.739.1"
9+
__user_agent__: str = "speakeasy-sdk/python 0.33.0 2.739.1 0.0.1 dub"
1010

1111
try:
1212
if __package__ is not None:

src/dub/models/operations/listcommissions.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ class ListCommissionsRequestTypedDict(TypedDict):
8383
r"""The start date of the date range to filter the commissions by."""
8484
end: NotRequired[str]
8585
r"""The end date of the date range to filter the commissions by."""
86+
timezone: NotRequired[str]
8687
page: NotRequired[float]
8788
r"""The page number for pagination."""
8889
page_size: NotRequired[float]
@@ -175,6 +176,11 @@ class ListCommissionsRequest(BaseModel):
175176
] = None
176177
r"""The end date of the date range to filter the commissions by."""
177178

179+
timezone: Annotated[
180+
Optional[str],
181+
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
182+
] = None
183+
178184
page: Annotated[
179185
Optional[float],
180186
FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),

0 commit comments

Comments
 (0)