Skip to content

Commit adb889f

Browse files
committed
## Python SDK Changes:
* `dub.events.list()`: `response.[].union(sale).sale.currency` **Added** * `dub.partners.list()`: `response.[].identity_verified_at` **Added** * `dub.partners.create()`: `response.identity_verified_at` **Added**
1 parent c14183d commit adb889f

34 files changed

Lines changed: 284 additions & 1406 deletions

.speakeasy/gen.lock

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

.speakeasy/gen.yaml

Lines changed: 1 addition & 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.35.6
32+
version: 0.35.7
3333
additionalDependencies:
3434
dev: {}
3535
main: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
speakeasyVersion: 1.761.1
1+
speakeasyVersion: 1.761.9
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:1649e30f363aaeb0f009d167562d0b0838aea4350996a9ccfde19bd657d04f5b
6-
sourceBlobDigest: sha256:043b795b3472a9f7ded92abdc636e8cefd89233873c717a6a13010a984fc1b5f
5+
sourceRevisionDigest: sha256:12d3d821c224a56e9a3b34ea15f50f74221b62bea981235af4fcf55dbacb7015
6+
sourceBlobDigest: sha256:f8b9394ae6e2afb4123c9b31ca529833e4f3e5e33d830cac76e556f189b21163
77
tags:
88
- latest
99
- 0.0.1
1010
targets:
1111
my-first-target:
1212
source: dub
1313
sourceNamespace: dub
14-
sourceRevisionDigest: sha256:1649e30f363aaeb0f009d167562d0b0838aea4350996a9ccfde19bd657d04f5b
15-
sourceBlobDigest: sha256:043b795b3472a9f7ded92abdc636e8cefd89233873c717a6a13010a984fc1b5f
14+
sourceRevisionDigest: sha256:12d3d821c224a56e9a3b34ea15f50f74221b62bea981235af4fcf55dbacb7015
15+
sourceBlobDigest: sha256:f8b9394ae6e2afb4123c9b31ca529833e4f3e5e33d830cac76e556f189b21163
1616
codeSamplesNamespace: code-samples-python-my-first-target
17-
codeSamplesRevisionDigest: sha256:6d229767afc3289d2bab0d8578d7dc5619b70f36367bd1900d4456fe5b759620
17+
codeSamplesRevisionDigest: sha256:a37aa902a0229c52c35f2a9f01c346b6340cc1638e51c848a9893176d55ecc9b
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
@@ -1526,4 +1526,14 @@ Based on:
15261526
### Generated
15271527
- [python v0.35.6] .
15281528
### Releases
1529-
- [PyPI v0.35.6] https://pypi.org/project/dub/0.35.6 - .
1529+
- [PyPI v0.35.6] https://pypi.org/project/dub/0.35.6 - .
1530+
1531+
## 2026-04-21 00:51:08
1532+
### Changes
1533+
Based on:
1534+
- OpenAPI Doc
1535+
- Speakeasy CLI 1.761.9 (2.881.4) https://github.com/speakeasy-api/speakeasy
1536+
### Generated
1537+
- [python v0.35.7] .
1538+
### Releases
1539+
- [PyPI v0.35.7] https://pypi.org/project/dub/0.35.7 - .

docs/models/components/partnerenrolledeventdata.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| `stripe_connect_id` | *Nullable[str]* | :heavy_check_mark: | The partner's Stripe Connect ID (for receiving payouts via Stripe). |
1818
| `payouts_enabled_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner enabled payouts. |
1919
| `trusted_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner received the trusted badge in the partner network. |
20+
| `identity_verified_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner's identity was verified. |
2021
| `program_id` | *str* | :heavy_check_mark: | The program's unique ID on Dub. |
2122
| `group_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The partner's group ID on Dub. |
2223
| `partner_id` | *str* | :heavy_check_mark: | The partner's unique ID on Dub. |

docs/models/operations/banpartnerrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- |
88
| `partner_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the partner to create a link for. Will take precedence over `tenantId` if provided. |
99
| `tenant_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The ID of the partner in your system. If both `partnerId` and `tenantId` are not provided, an error will be thrown. |
10-
| `reason` | [operations.Reason](../../models/operations/reason.md) | :heavy_check_mark: | N/A |
10+
| `reason` | [operations.Reason](../../models/operations/reason.md) | :heavy_check_mark: | The reason for banning the partner. |

docs/models/operations/createpartnerresponsebody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ The created or updated partner
1919
| `stripe_connect_id` | *Nullable[str]* | :heavy_check_mark: | The partner's Stripe Connect ID (for receiving payouts via Stripe). |
2020
| `payouts_enabled_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner enabled payouts. |
2121
| `trusted_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner received the trusted badge in the partner network. |
22+
| `identity_verified_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner's identity was verified. |
2223
| `program_id` | *str* | :heavy_check_mark: | The program's unique ID on Dub. |
2324
| `group_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The partner's group ID on Dub. |
2425
| `partner_id` | *str* | :heavy_check_mark: | The partner's unique ID on Dub. |

docs/models/operations/listpartnersresponsebody.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| `stripe_connect_id` | *Nullable[str]* | :heavy_check_mark: | The partner's Stripe Connect ID (for receiving payouts via Stripe). |
1818
| `payouts_enabled_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner enabled payouts. |
1919
| `trusted_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner received the trusted badge in the partner network. |
20+
| `identity_verified_at` | *Nullable[str]* | :heavy_check_mark: | The date when the partner's identity was verified. |
2021
| `program_id` | *str* | :heavy_check_mark: | The program's unique ID on Dub. |
2122
| `group_id` | *OptionalNullable[str]* | :heavy_minus_sign: | The partner's group ID on Dub. |
2223
| `partner_id` | *str* | :heavy_check_mark: | The partner's unique ID on Dub. |

docs/models/operations/reason.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Reason
22

3+
The reason for banning the partner.
4+
35
## Example Usage
46

57
```python

0 commit comments

Comments
 (0)