Skip to content

Commit 02453e2

Browse files
authored
Merge pull request #156 from dubinc/speakeasy-sdk-regen-1770424721
chore: 🐝 Update SDK - Generate 0.35.1
2 parents e1a3723 + 9b6aec2 commit 02453e2

36 files changed

+1496
-109
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

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

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ generation:
2828
generateNewTests: false
2929
skipResponseBodyAssertions: false
3030
python:
31-
version: 0.35.0
31+
version: 0.35.1
3232
additionalDependencies:
3333
dev: {}
3434
main: {}
@@ -51,6 +51,7 @@ python:
5151
flattenGlobalSecurity: true
5252
flattenRequests: false
5353
flatteningOrder: parameters-first
54+
forwardCompatibleEnumsByDefault: false
5455
imports:
5556
option: openapi
5657
paths:

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.703.0
1+
speakeasyVersion: 1.709.1
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:d8ae95a55b541cb49236124b0a2937ec98e71541718d25a65af8f406c5a7fa32
6-
sourceBlobDigest: sha256:08a457849422873da32f1a343ca1ef7e02a399624fed34ba45b8dffcb7bc9086
5+
sourceRevisionDigest: sha256:0e29e4371997b15a7b95d2b696c0f54d66df8a5d2755e8857af99d4582ba7d43
6+
sourceBlobDigest: sha256:d01fcdb615ae956e1d02d45e30a4b2ae72ffde61cb988f4fafb1382bafc81160
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1768437086
9+
- speakeasy-sdk-regen-1770424721
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:d8ae95a55b541cb49236124b0a2937ec98e71541718d25a65af8f406c5a7fa32
16-
sourceBlobDigest: sha256:08a457849422873da32f1a343ca1ef7e02a399624fed34ba45b8dffcb7bc9086
15+
sourceRevisionDigest: sha256:0e29e4371997b15a7b95d2b696c0f54d66df8a5d2755e8857af99d4582ba7d43
16+
sourceBlobDigest: sha256:d01fcdb615ae956e1d02d45e30a4b2ae72ffde61cb988f4fafb1382bafc81160
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:13b94300e1bafe53d924a56930905cc377b9cf709d71b8a529d885bfcb16e7e3
18+
codeSamplesRevisionDigest: sha256:f6c403488690be5b1cf5c3046da94eb16786e517f5fc58697697086550657590
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ asyncio.run(main())
269269

270270
### [Commissions](docs/sdks/commissions/README.md)
271271

272-
* [list](docs/sdks/commissions/README.md#list) - Get commissions for a program.
272+
* [list](docs/sdks/commissions/README.md#list) - List all commissions
273273
* [update](docs/sdks/commissions/README.md#update) - Update a commission.
274274

275275
### [Customers](docs/sdks/customers/README.md)
@@ -327,6 +327,10 @@ asyncio.run(main())
327327
* [ban](docs/sdks/partners/README.md#ban) - Ban a partner
328328
* [deactivate](docs/sdks/partners/README.md#deactivate) - Deactivate a partner
329329

330+
### [Payouts](docs/sdks/payouts/README.md)
331+
332+
* [list](docs/sdks/payouts/README.md#list) - List all payouts
333+
330334
### [QRCodes](docs/sdks/qrcodes/README.md)
331335

332336
* [get](docs/sdks/qrcodes/README.md#get) - Retrieve a QR code

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,14 @@ Based on:
14661466
### Generated
14671467
- [python v0.35.0] .
14681468
### Releases
1469-
- [PyPI v0.35.0] https://pypi.org/project/dub/0.35.0 - .
1469+
- [PyPI v0.35.0] https://pypi.org/project/dub/0.35.0 - .
1470+
1471+
## 2026-02-09 23:49:54
1472+
### Changes
1473+
Based on:
1474+
- OpenAPI Doc
1475+
- Speakeasy CLI 1.709.1 (2.812.2) https://github.com/speakeasy-api/speakeasy
1476+
### Generated
1477+
- [python v0.35.1] .
1478+
### Releases
1479+
- [PyPI v0.35.1] https://pypi.org/project/dub/0.35.1 - .

β€ŽcodeSamples.yamlβ€Ž

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -878,6 +878,25 @@ actions:
878878
},
879879
})
880880
881+
# Handle response
882+
print(res)
883+
- target: $["paths"]["/payouts"]["get"]
884+
update:
885+
x-codeSamples:
886+
- lang: python
887+
label: listPayouts
888+
source: |-
889+
from dub import Dub
890+
891+
892+
with Dub(
893+
token="DUB_API_KEY",
894+
) as d_client:
895+
896+
res = d_client.payouts.list(request={
897+
"page_size": 50,
898+
})
899+
881900
# Handle response
882901
print(res)
883902
- target: $["paths"]["/qr"]["get"]
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# IndustryInterests
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ------------------------------ | ------------------------------ |
8+
| `SAA_S` | SaaS |
9+
| `DEV_TOOL` | DevTool |
10+
| `AI` | AI |
11+
| `CREATIVE_AND_DESIGN` | Creative_And_Design |
12+
| `PRODUCTIVITY_SOFTWARE` | Productivity_Software |
13+
| `MARKETING` | Marketing |
14+
| `GAMING` | Gaming |
15+
| `FINANCE` | Finance |
16+
| `SALES` | Sales |
17+
| `ECOMMERCE` | Ecommerce |
18+
| `CUSTOMER_SERVICE_AND_SUPPORT` | Customer_Service_And_Support |
19+
| `CONTENT_MANAGEMENT` | Content_Management |
20+
| `HUMAN_RESOURCES` | Human_Resources |
21+
| `SECURITY` | Security |
22+
| `ANALYTICS_AND_DATA` | Analytics_And_Data |
23+
| `SOCIAL_MEDIA` | Social_Media |
24+
| `CONSUMER_TECH` | Consumer_Tech |
25+
| `EDUCATION_AND_LEARNING` | Education_And_Learning |
26+
| `HEALTH_AND_FITNESS` | Health_And_Fitness |
27+
| `FOOD_AND_BEVERAGE` | Food_And_Beverage |
28+
| `TRAVEL_AND_LIFESTYLE` | Travel_And_Lifestyle |
29+
| `ENTERTAINMENT_AND_MEDIA` | Entertainment_And_Media |
30+
| `SPORTS` | Sports |
31+
| `SCIENCE_AND_ENGINEERING` | Science_And_Engineering |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# InvoiceSettings
2+
3+
The partner's invoice settings.
4+
5+
6+
## Fields
7+
8+
| Field | Type | Required | Description |
9+
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
10+
| `address` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
11+
| `tax_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |

β€Ždocs/models/operations/listbountysubmissionsrequest.mdβ€Ž

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

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
8-
| `bounty_id` | *str* | :heavy_check_mark: | The ID of the bounty | |
8+
| `bounty_id` | *str* | :heavy_check_mark: | The unique ID of the bounty on Dub. Can be found in the URL of the bounty page, prefixed with `bnty_`. | |
99
| `status` | [Optional[operations.ListBountySubmissionsQueryParamStatus]](../../models/operations/listbountysubmissionsqueryparamstatus.md) | :heavy_minus_sign: | The status of the submissions to list. | |
1010
| `group_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the group to list submissions for. | |
1111
| `partner_id` | *Optional[str]* | :heavy_minus_sign: | The ID of the partner to list submissions for. | |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# ListPayoutsMode
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| ---------- | ---------- |
8+
| `INTERNAL` | internal |
9+
| `EXTERNAL` | external |

0 commit comments

Comments
Β (0)