Skip to content

Commit 4bbe571

Browse files
committed
## Python SDK Changes:
* `dub.events.list()`: `response.[]` **Changed** (Breaking ⚠️) * `dub.commissions.list()`: * `request.status` **Changed** * `response.[].status.enum(hold)` **Added** (Breaking ⚠️) * `dub.commissions.update()`: `response.status.enum(hold)` **Added** (Breaking ⚠️) * `dub.commissions.update_many()`: `response.[].status.enum(hold)` **Added** (Breaking ⚠️)
1 parent 2312984 commit 4bbe571

31 files changed

Lines changed: 263 additions & 190 deletions

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ generation:
2929
generateNewTests: false
3030
skipResponseBodyAssertions: false
3131
python:
32-
version: 0.37.1
32+
version: 0.37.2
3333
additionalDependencies:
3434
dev: {}
3535
main: {}
@@ -46,6 +46,7 @@ python:
4646
constFieldCasing: upper
4747
defaultErrorName: SDKError
4848
description: Python Client SDK Generated by Speakeasy
49+
durationFormat: false
4950
enableCustomCodeRegions: false
5051
enumFormat: enum
5152
errorSchemaValidation: true
@@ -94,3 +95,4 @@ python:
9495
sseFlatResponse: false
9596
templateVersion: v2
9697
useAsyncHooks: false
98+
uuidFormat: false

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.788.1
1+
speakeasyVersion: 1.790.2
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:aa8a69666b758b046f458555621251fb4107f0f7d41d46883b213fbccc684613
6-
sourceBlobDigest: sha256:1db2f6a1f12ab282952cc9e95372144ad368c786d836cfa18437492a95b8213c
5+
sourceRevisionDigest: sha256:bf8404dc073f7481767f611426d716d6c376a285db692b906e541c832c8e695f
6+
sourceBlobDigest: sha256:fd746515355ebb5577ab077c898e91c6f692584acf1b9205c97955a09d5811a4
77
tags:
88
- latest
99
- 0.0.1
1010
targets:
1111
my-first-target:
1212
source: dub
1313
sourceNamespace: dub
14-
sourceRevisionDigest: sha256:aa8a69666b758b046f458555621251fb4107f0f7d41d46883b213fbccc684613
15-
sourceBlobDigest: sha256:1db2f6a1f12ab282952cc9e95372144ad368c786d836cfa18437492a95b8213c
14+
sourceRevisionDigest: sha256:bf8404dc073f7481767f611426d716d6c376a285db692b906e541c832c8e695f
15+
sourceBlobDigest: sha256:fd746515355ebb5577ab077c898e91c6f692584acf1b9205c97955a09d5811a4
1616
codeSamplesNamespace: code-samples-python-my-first-target
17-
codeSamplesRevisionDigest: sha256:6f77db4e8a2163a9becfce617ae93e9d2e18f1b94dd68d2236b847d85a39e8f7
17+
codeSamplesRevisionDigest: sha256:d93481efb757d07f5a52666da2d21f31feeb64c3d6261da489aa440b2c8a0e73
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1566,4 +1566,14 @@ Based on:
15661566
### Generated
15671567
- [python v0.37.1] .
15681568
### Releases
1569-
- [PyPI v0.37.1] https://pypi.org/project/dub/0.37.1 - .
1569+
- [PyPI v0.37.1] https://pypi.org/project/dub/0.37.1 - .
1570+
1571+
## 2026-07-16 02:55:29
1572+
### Changes
1573+
Based on:
1574+
- OpenAPI Doc
1575+
- Speakeasy CLI 1.790.2 (2.918.3) https://github.com/speakeasy-api/speakeasy
1576+
### Generated
1577+
- [python v0.37.2] .
1578+
### Releases
1579+
- [PyPI v0.37.2] https://pypi.org/project/dub/0.37.2 - .

docs/models/components/commissioncreatedeventstatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ value = CommissionCreatedEventStatus.PENDING
1919
| `REFUNDED` | refunded |
2020
| `DUPLICATE` | duplicate |
2121
| `FRAUD` | fraud |
22-
| `CANCELED` | canceled |
22+
| `CANCELED` | canceled |
23+
| `HOLD` | hold |

docs/models/components/data.md

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

docs/models/components/leadcreatedeventlink.md

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

docs/models/components/link.md

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

docs/models/components/salecreatedeventlink.md

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

docs/models/operations/bulkupdatecommissionscommissionsstatus.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ value = BulkUpdateCommissionsCommissionsStatus.PENDING
1919
| `REFUNDED` | refunded |
2020
| `DUPLICATE` | duplicate |
2121
| `FRAUD` | fraud |
22-
| `CANCELED` | canceled |
22+
| `CANCELED` | canceled |
23+
| `HOLD` | hold |

0 commit comments

Comments
 (0)