Skip to content

Commit 2a08b26

Browse files
authored
Merge pull request #131 from dubinc/speakeasy-sdk-regen-1749256212
chore: 🐝 Update SDK - Generate 0.26.6
2 parents 123abd4 + 08fe1f9 commit 2a08b26

File tree

16 files changed

+160
-133
lines changed

16 files changed

+160
-133
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: ab657d60-207e-43a4-8cc8-692a672950ed
33
management:
4-
docChecksum: e450149ec16a21a87e277cf10297c22b
4+
docChecksum: 71dbc68df2b1c96868c3215ae9aca92d
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.556.2
7-
generationVersion: 2.621.3
8-
releaseVersion: 0.26.5
9-
configChecksum: f840ea7430f9dd08eac42adddf4ffd2a
6+
speakeasyVersion: 1.557.0
7+
generationVersion: 2.623.0
8+
releaseVersion: 0.26.6
9+
configChecksum: 37956de7ae4dfdbbc57decf5cefd805c
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
@@ -1350,7 +1350,7 @@ examples:
13501350
application/json: {"programId": "<id>", "name": "<value>", "email": "[email protected]", "linkProps": {"externalId": "123456", "tagIds": ["clux0rgak00011..."], "testVariants": [{"url": "https://example.com/variant-1", "percentage": 50}, {"url": "https://example.com/variant-2", "percentage": 50}]}}
13511351
responses:
13521352
"201":
1353-
application/json: {"id": "<id>", "name": "<value>", "email": "[email protected]", "image": "https://loremflickr.com/2599/3934?lock=3607054824535492", "country": "Equatorial Guinea", "website": "<value>", "youtube": "<value>", "twitter": "<value>", "linkedin": "<value>", "instagram": "<value>", "tiktok": "<value>", "paypalEmail": "<value>", "stripeConnectId": "<id>", "payoutsEnabledAt": "<value>", "createdAt": "1736363459872", "status": "banned", "programId": "<id>", "tenantId": "<id>", "links": [], "clicks": 0, "leads": 0, "sales": 0, "saleAmount": 0, "earnings": 0}
1353+
application/json: {"id": "<id>", "name": "<value>", "email": "[email protected]", "image": "https://loremflickr.com/2599/3934?lock=3607054824535492", "country": "Equatorial Guinea", "website": "<value>", "youtube": "<value>", "twitter": "<value>", "linkedin": "<value>", "instagram": "<value>", "tiktok": "<value>", "paypalEmail": "<value>", "stripeConnectId": "<id>", "payoutsEnabledAt": "<value>", "createdAt": "1736363459872", "status": "banned", "programId": "<id>", "tenantId": "<id>", "links": [], "clicks": 0, "leads": 0, "sales": 0, "saleAmount": 0, "totalCommissions": 0, "netRevenue": 0, "earnings": 0}
13541354
"400":
13551355
application/json: {"error": {"code": "bad_request", "message": "The requested resource was not found.", "doc_url": "https://dub.co/docs/api-reference/errors#bad-request"}}
13561356
"401":

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
python:
20-
version: 0.26.5
20+
version: 0.26.6
2121
additionalDependencies:
2222
dev: {}
2323
main: {}
2424
author: Speakeasy
2525
authors:
2626
- Speakeasy
27+
baseErrorName: DubError
2728
clientServerStatusCodesAsErrors: true
2829
defaultErrorName: SDKError
2930
description: Python Client SDK Generated by Speakeasy

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.556.2
1+
speakeasyVersion: 1.557.0
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:f811c42a67ca964b638db55f4a595b3c670b40607806216437f0c9e9e6791da5
6-
sourceBlobDigest: sha256:2e585dabd8aaa121542c9309c447ac25718f1df1b53105da9212975400c904a2
5+
sourceRevisionDigest: sha256:e9a96115db5987809b6deb8d66ae0d197f65993b7b87cfc77ba2146393290235
6+
sourceBlobDigest: sha256:d1ede3ca77c29a1f342a28f6677429b8082902f02328449548534ca4c863428a
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749169815
9+
- speakeasy-sdk-regen-1749256212
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:f811c42a67ca964b638db55f4a595b3c670b40607806216437f0c9e9e6791da5
16-
sourceBlobDigest: sha256:2e585dabd8aaa121542c9309c447ac25718f1df1b53105da9212975400c904a2
15+
sourceRevisionDigest: sha256:e9a96115db5987809b6deb8d66ae0d197f65993b7b87cfc77ba2146393290235
16+
sourceBlobDigest: sha256:d1ede3ca77c29a1f342a28f6677429b8082902f02328449548534ca4c863428a
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:cb825fb78e254d162bb13e08282cff5f83f757313ff5e98f6863e6d23d556975
18+
codeSamplesRevisionDigest: sha256:05571986e2415d2776856502a71b85dffdfda68db74d42c84450a332586a8109
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
@@ -1216,4 +1216,14 @@ Based on:
12161216
### Generated
12171217
- [python v0.26.5] .
12181218
### Releases
1219-
- [PyPI v0.26.5] https://pypi.org/project/dub/0.26.5 - .
1219+
- [PyPI v0.26.5] https://pypi.org/project/dub/0.26.5 - .
1220+
1221+
## 2025-06-09 00:32:34
1222+
### Changes
1223+
Based on:
1224+
- OpenAPI Doc
1225+
- Speakeasy CLI 1.557.0 (2.623.0) https://github.com/speakeasy-api/speakeasy
1226+
### Generated
1227+
- [python v0.26.6] .
1228+
### Releases
1229+
- [PyPI v0.26.6] https://pypi.org/project/dub/0.26.6 - .

β€Ždocs/models/components/partnerenrolledeventdata.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,6 @@
2929
| `leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads generated by the partner's links. |
3030
| `sales` | *Optional[float]* | :heavy_minus_sign: | The total number of sales generated by the partner's links. |
3131
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales (in cents) generated by the partner's links. |
32-
| ~~`earnings`~~ | *Optional[float]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>DEPRECATED: The total earnings/commissions accrued by the partner's links. |
33-
| `application_id` | *OptionalNullable[str]* | :heavy_minus_sign: | If the partner submitted an application to join the program, this is the ID of the application. |
32+
| `total_commissions` | *Optional[float]* | :heavy_minus_sign: | The total commissions paid to the partner for their referrals. |
33+
| `net_revenue` | *Optional[float]* | :heavy_minus_sign: | The total net revenue generated by the partner. |
34+
| ~~`earnings`~~ | *Optional[float]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>DEPRECATED: The total earnings/commissions accrued by the partner's links. |

β€Ždocs/models/components/status.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ The status of the partner's enrollment in the program.
1212
| `REJECTED` | rejected |
1313
| `INVITED` | invited |
1414
| `DECLINED` | declined |
15-
| `BANNED` | banned |
15+
| `BANNED` | banned |
16+
| `ARCHIVED` | archived |

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@ The created partner
3131
| `leads` | *Optional[float]* | :heavy_minus_sign: | The total number of leads generated by the partner's links. |
3232
| `sales` | *Optional[float]* | :heavy_minus_sign: | The total number of sales generated by the partner's links. |
3333
| `sale_amount` | *Optional[float]* | :heavy_minus_sign: | The total amount of sales (in cents) generated by the partner's links. |
34-
| ~~`earnings`~~ | *Optional[float]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>DEPRECATED: The total earnings/commissions accrued by the partner's links. |
35-
| `application_id` | *OptionalNullable[str]* | :heavy_minus_sign: | If the partner submitted an application to join the program, this is the ID of the application. |
34+
| `total_commissions` | *Optional[float]* | :heavy_minus_sign: | The total commissions paid to the partner for their referrals. |
35+
| `net_revenue` | *Optional[float]* | :heavy_minus_sign: | The total net revenue generated by the partner. |
36+
| ~~`earnings`~~ | *Optional[float]* | :heavy_minus_sign: | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.<br/><br/>DEPRECATED: The total earnings/commissions accrued by the partner's links. |

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ The status of the partner's enrollment in the program.
1212
| `REJECTED` | rejected |
1313
| `INVITED` | invited |
1414
| `DECLINED` | declined |
15-
| `BANNED` | banned |
15+
| `BANNED` | banned |
16+
| `ARCHIVED` | archived |

0 commit comments

Comments
Β (0)