Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
214 changes: 107 additions & 107 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.37.1
version: 0.37.2
additionalDependencies:
dev: {}
main: {}
Expand All @@ -46,6 +46,7 @@ python:
constFieldCasing: upper
defaultErrorName: SDKError
description: Python Client SDK Generated by Speakeasy
durationFormat: false
enableCustomCodeRegions: false
enumFormat: enum
errorSchemaValidation: true
Expand Down Expand Up @@ -94,3 +95,4 @@ python:
sseFlatResponse: false
templateVersion: v2
useAsyncHooks: false
uuidFormat: false
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.788.1
speakeasyVersion: 1.793.0
sources:
dub:
sourceNamespace: dub
sourceRevisionDigest: sha256:aa8a69666b758b046f458555621251fb4107f0f7d41d46883b213fbccc684613
sourceBlobDigest: sha256:1db2f6a1f12ab282952cc9e95372144ad368c786d836cfa18437492a95b8213c
sourceRevisionDigest: sha256:3e1c704e46fc9a5445150ae49e324b8fa56a6f60336313574bfc981ff5929e54
sourceBlobDigest: sha256:3fe2870e069d467f47e3bfb6eeea718752d2a88c7cad6ef19ec779b4cc384a22
tags:
- latest
- 0.0.1
targets:
my-first-target:
source: dub
sourceNamespace: dub
sourceRevisionDigest: sha256:aa8a69666b758b046f458555621251fb4107f0f7d41d46883b213fbccc684613
sourceBlobDigest: sha256:1db2f6a1f12ab282952cc9e95372144ad368c786d836cfa18437492a95b8213c
sourceRevisionDigest: sha256:3e1c704e46fc9a5445150ae49e324b8fa56a6f60336313574bfc981ff5929e54
sourceBlobDigest: sha256:3fe2870e069d467f47e3bfb6eeea718752d2a88c7cad6ef19ec779b4cc384a22
codeSamplesNamespace: code-samples-python-my-first-target
codeSamplesRevisionDigest: sha256:6f77db4e8a2163a9becfce617ae93e9d2e18f1b94dd68d2236b847d85a39e8f7
codeSamplesRevisionDigest: sha256:d93481efb757d07f5a52666da2d21f31feeb64c3d6261da489aa440b2c8a0e73
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1566,4 +1566,14 @@ Based on:
### Generated
- [python v0.37.1] .
### Releases
- [PyPI v0.37.1] https://pypi.org/project/dub/0.37.1 - .
- [PyPI v0.37.1] https://pypi.org/project/dub/0.37.1 - .

## 2026-08-11 02:02:33
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.793.0 (2.928.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.37.2] .
### Releases
- [PyPI v0.37.2] https://pypi.org/project/dub/0.37.2 - .
3 changes: 2 additions & 1 deletion docs/models/components/commissioncreatedeventstatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ value = CommissionCreatedEventStatus.PENDING
| `REFUNDED` | refunded |
| `DUPLICATE` | duplicate |
| `FRAUD` | fraud |
| `CANCELED` | canceled |
| `CANCELED` | canceled |
| `HOLD` | hold |
10 changes: 5 additions & 5 deletions docs/models/components/data.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/models/components/leadcreatedeventlink.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/models/components/link.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions docs/models/components/salecreatedeventlink.md

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ value = BulkUpdateCommissionsCommissionsStatus.PENDING
| `REFUNDED` | refunded |
| `DUPLICATE` | duplicate |
| `FRAUD` | fraud |
| `CANCELED` | canceled |
| `CANCELED` | canceled |
| `HOLD` | hold |
4 changes: 2 additions & 2 deletions docs/models/operations/getcustomersrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
| `sort_order` | [Optional[operations.GetCustomersQueryParamSortOrder]](../../models/operations/getcustomersqueryparamsortorder.md) | :heavy_minus_sign: | The sort order. The default is `desc`. | |
| `ending_before` | *Optional[str]* | :heavy_minus_sign: | If specified, the query only searches for results before this cursor. Mutually exclusive with `startingAfter`. | cus_1KAP4CDPBSVMMBMH9XX3YZZ0Z |
| `starting_after` | *Optional[str]* | :heavy_minus_sign: | If specified, the query only searches for results after this cursor. Mutually exclusive with `endingBefore`. | cus_1KAP4CDPBSVMMBMH9XX3YZZ0Z |
| `page` | *Optional[float]* | :heavy_minus_sign: | DEPRECATED. Use `startingAfter` instead. | 1 |
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |
| `page` | *Optional[int]* | :heavy_minus_sign: | DEPRECATED. Use `startingAfter` instead. | 1 |
| `page_size` | *Optional[int]* | :heavy_minus_sign: | The number of items per page. | 50 |
4 changes: 2 additions & 2 deletions docs/models/operations/getlinksrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
| `with_tags` | *Optional[bool]* | :heavy_minus_sign: | DEPRECATED. Filter for links that have at least one tag assigned to them. | |
| `ending_before` | *Optional[str]* | :heavy_minus_sign: | If specified, the query only searches for results before this cursor. Mutually exclusive with `startingAfter`. | link_1KAP4CDPBSVMMBMH9XX3YZZ0Z... |
| `starting_after` | *Optional[str]* | :heavy_minus_sign: | If specified, the query only searches for results after this cursor. Mutually exclusive with `endingBefore`. | link_1KAP4CDPBSVMMBMH9XX3YZZ0Z... |
| `page` | *Optional[float]* | :heavy_minus_sign: | DEPRECATED. Use `startingAfter` instead. | 1 |
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |
| `page` | *Optional[int]* | :heavy_minus_sign: | DEPRECATED. Use `startingAfter` instead. | 1 |
| `page_size` | *Optional[int]* | :heavy_minus_sign: | The number of items per page. | 50 |
4 changes: 2 additions & 2 deletions docs/models/operations/gettagsrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
| `sort_order` | [Optional[operations.QueryParamSortOrder]](../../models/operations/queryparamsortorder.md) | :heavy_minus_sign: | The order to sort the tags by. | |
| `search` | *Optional[str]* | :heavy_minus_sign: | The search term to filter the tags by. | |
| `ids` | [Optional[operations.Ids]](../../models/operations/ids.md) | :heavy_minus_sign: | IDs of tags to filter by. | |
| `page` | *Optional[float]* | :heavy_minus_sign: | The page number for pagination. | 1 |
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 |
| `page` | *Optional[int]* | :heavy_minus_sign: | The page number for pagination. The first page is `1`. | 1 |
| `page_size` | *Optional[int]* | :heavy_minus_sign: | The number of items per page. | 50 |
Loading