Skip to content

Commit 4f33e8b

Browse files
authored
Merge pull request #122 from dubinc/speakeasy-sdk-regen-1747609977
chore: 🐝 Update SDK - Generate 0.24.0
2 parents cf021b4 + f100f0b commit 4f33e8b

28 files changed

Lines changed: 364 additions & 181 deletions

.speakeasy/gen.lock

Lines changed: 46 additions & 47 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
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: true
1717
oAuth2PasswordEnabled: false
1818
python:
19-
version: 0.23.1
19+
version: 0.24.0
2020
additionalDependencies:
2121
dev: {}
2222
main: {}
@@ -44,9 +44,11 @@ python:
4444
inputModelSuffix: input
4545
maxMethodParams: 0
4646
methodArguments: require-security-and-request
47+
moduleName: ""
4748
outputModelSuffix: output
4849
packageName: dub
4950
projectUrls: {}
51+
pytestFilterWarnings: []
5052
pytestTimeout: 0
5153
responseFormat: flat
5254
templateVersion: v2

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.543.4
1+
speakeasyVersion: 1.546.2
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:d508980edf7927e84398b61f45aa646af9c6be75d517a3e018b6276f58a21bba
6-
sourceBlobDigest: sha256:973dc4c562c833b7e5fede38ada482760b69dfc433be952cd209d09a3b2c4f0c
5+
sourceRevisionDigest: sha256:842fa4c53ec73aa22ab2821b9c80f6af3992b2d2674973a7d526305907426647
6+
sourceBlobDigest: sha256:60d12fca20a95a3ec6213b8e624d7c91b1365c29c3f8a053e252939cc2c78eb7
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746750592
9+
- speakeasy-sdk-regen-1747609977
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:d508980edf7927e84398b61f45aa646af9c6be75d517a3e018b6276f58a21bba
16-
sourceBlobDigest: sha256:973dc4c562c833b7e5fede38ada482760b69dfc433be952cd209d09a3b2c4f0c
15+
sourceRevisionDigest: sha256:842fa4c53ec73aa22ab2821b9c80f6af3992b2d2674973a7d526305907426647
16+
sourceBlobDigest: sha256:60d12fca20a95a3ec6213b8e624d7c91b1365c29c3f8a053e252939cc2c78eb7
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:658e2458a97297facc83d08c0857a101cd245fd24f102870ead7433234d6795e
18+
codeSamplesRevisionDigest: sha256:5e9bd113b5f467e131ad00fe6286087a254a9698c0ad429c16b8e07b02a466c9
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
@@ -1126,4 +1126,14 @@ Based on:
11261126
### Generated
11271127
- [python v0.23.1] .
11281128
### Releases
1129-
- [PyPI v0.23.1] https://pypi.org/project/dub/0.23.1 - .
1129+
- [PyPI v0.23.1] https://pypi.org/project/dub/0.23.1 - .
1130+
1131+
## 2025-05-18 23:12:39
1132+
### Changes
1133+
Based on:
1134+
- OpenAPI Doc
1135+
- Speakeasy CLI 1.546.2 (2.604.4) https://github.com/speakeasy-api/speakeasy
1136+
### Generated
1137+
- [python v0.24.0] .
1138+
### Releases
1139+
- [PyPI v0.24.0] https://pypi.org/project/dub/0.24.0 - .

codeSamples.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ actions:
611611
res = d_client.partners.create(request={
612612
"program_id": "<id>",
613613
"name": "<value>",
614-
"email": "Loyal79@yahoo.com",
614+
"email": "Summer50@yahoo.com",
615615
"link_props": {
616616
"external_id": "123456",
617617
"tag_ids": [
@@ -783,7 +783,7 @@ actions:
783783
) as d_client:
784784
785785
res = d_client.qr_codes.get(request={
786-
"url": "https://normal-making.name",
786+
"url": "https://needy-newsstand.biz/",
787787
})
788788
789789
assert res is not None
@@ -883,7 +883,7 @@ actions:
883883
"program_id": "<id>",
884884
"partner": {
885885
"name": "<value>",
886-
"email": "Florencio98@hotmail.com",
886+
"email": "Letha_Wuckert2@yahoo.com",
887887
"link_props": {
888888
"external_id": "123456",
889889
"tag_ids": [
@@ -946,8 +946,8 @@ actions:
946946
947947
res = d_client.track.sale(request={
948948
"external_id": "<id>",
949-
"amount": 996500,
950-
"payment_processor": operations.PaymentProcessor.CUSTOM,
949+
"amount": 594903,
950+
"payment_processor": operations.PaymentProcessor.POLAR,
951951
})
952952
953953
assert res is not None

docs/models/components/partnerenrolledeventdata.md

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

docs/models/components/status.md

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

3+
The status of the partner's enrollment in the program.
4+
35

46
## Values
57

docs/models/operations/createcustomerpartner.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `id` | *str* | :heavy_check_mark: | N/A |
9-
| `name` | *str* | :heavy_check_mark: | N/A |
10-
| `email` | *Nullable[str]* | :heavy_check_mark: | N/A |
11-
| `image` | *Nullable[str]* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
8+
| `id` | *str* | :heavy_check_mark: | The partner's unique ID on Dub. |
9+
| `name` | *str* | :heavy_check_mark: | The partner's full legal name. |
10+
| `email` | *Nullable[str]* | :heavy_check_mark: | The partner's email address. Should be a unique value across Dub. |
11+
| `image` | *Nullable[str]* | :heavy_check_mark: | The partner's avatar image. |

0 commit comments

Comments
 (0)