Skip to content

Commit cf021b4

Browse files
authored
Merge pull request #121 from dubinc/speakeasy-sdk-regen-1746750592
chore: 🐝 Update SDK - Generate 0.23.1
2 parents 57eb82b + 7351ff5 commit cf021b4

34 files changed

Lines changed: 312 additions & 46 deletions

β€Ž.gitignoreβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
**/__pycache__/
12
**/.speakeasy/temp/
23
**/.speakeasy/logs/
34
.speakeasy/temp/

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

Lines changed: 10 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: a7ba8704507363fabccfcbe7aad3310c
4+
docChecksum: 8a6a0e4f5b4986b7f9ed7f84fe894d95
55
docVersion: 0.0.1
6-
speakeasyVersion: 1.542.3
7-
generationVersion: 2.597.9
8-
releaseVersion: 0.23.0
9-
configChecksum: 16689b3af63b91d8409bbbd0043e172f
6+
speakeasyVersion: 1.543.4
7+
generationVersion: 2.598.22
8+
releaseVersion: 0.23.1
9+
configChecksum: eebda8e9c946de29504bd600ce810964
1010
repoURL: https://github.com/dubinc/dub-python.git
1111
installationURL: https://github.com/dubinc/dub-python.git
1212
published: true
@@ -25,7 +25,7 @@ features:
2525
globalSecurity: 3.0.3
2626
globalSecurityCallbacks: 1.0.0
2727
globalSecurityFlattening: 1.0.0
28-
globalServerURLs: 3.1.0
28+
globalServerURLs: 3.1.1
2929
includes: 3.0.0
3030
nameOverrides: 3.0.1
3131
nullables: 1.0.1
@@ -235,6 +235,8 @@ generatedFiles:
235235
- docs/models/operations/getcustomerresponsebody.md
236236
- docs/models/operations/getcustomerslink.md
237237
- docs/models/operations/getcustomerspartner.md
238+
- docs/models/operations/getcustomersqueryparamsortby.md
239+
- docs/models/operations/getcustomersqueryparamsortorder.md
238240
- docs/models/operations/getcustomersrequest.md
239241
- docs/models/operations/getcustomersresponsebody.md
240242
- docs/models/operations/getcustomerstype.md
@@ -1194,6 +1196,8 @@ examples:
11941196
query:
11951197
page: 1
11961198
pageSize: 50
1199+
sortBy: "createdAt"
1200+
sortOrder: "desc"
11971201
responses:
11981202
"200":
11991203
application/json: [{"id": "<id>", "externalId": "<id>", "name": "<value>", "createdAt": "1730924968000"}, {"id": "<id>", "externalId": "<id>", "name": "<value>", "createdAt": "1735057586983"}, {"id": "<id>", "externalId": "<id>", "name": "<value>", "createdAt": "1719270354080"}]

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

Lines changed: 1 addition & 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.0
19+
version: 0.23.1
2020
additionalDependencies:
2121
dev: {}
2222
main: {}

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.542.3
1+
speakeasyVersion: 1.543.4
22
sources:
33
dub:
44
sourceNamespace: dub
5-
sourceRevisionDigest: sha256:8cf9ccce85ba7d809c1dbf17c501d641e4458d79f886da04b195ee12bb0cac90
6-
sourceBlobDigest: sha256:4f88c73db81a9a0b6669988d72421e90ac611774dc69aa596f23dfa8c33cb1b6
5+
sourceRevisionDigest: sha256:d508980edf7927e84398b61f45aa646af9c6be75d517a3e018b6276f58a21bba
6+
sourceBlobDigest: sha256:973dc4c562c833b7e5fede38ada482760b69dfc433be952cd209d09a3b2c4f0c
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1746145767
9+
- speakeasy-sdk-regen-1746750592
1010
- 0.0.1
1111
targets:
1212
my-first-target:
1313
source: dub
1414
sourceNamespace: dub
15-
sourceRevisionDigest: sha256:8cf9ccce85ba7d809c1dbf17c501d641e4458d79f886da04b195ee12bb0cac90
16-
sourceBlobDigest: sha256:4f88c73db81a9a0b6669988d72421e90ac611774dc69aa596f23dfa8c33cb1b6
15+
sourceRevisionDigest: sha256:d508980edf7927e84398b61f45aa646af9c6be75d517a3e018b6276f58a21bba
16+
sourceBlobDigest: sha256:973dc4c562c833b7e5fede38ada482760b69dfc433be952cd209d09a3b2c4f0c
1717
codeSamplesNamespace: code-samples-python-my-first-target
18-
codeSamplesRevisionDigest: sha256:a0a25c1b93f6e472acd03b007edd57003b1243157ae4e33287c8108886345b99
18+
codeSamplesRevisionDigest: sha256:658e2458a97297facc83d08c0857a101cd245fd24f102870ead7433234d6795e
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
@@ -1116,4 +1116,14 @@ Based on:
11161116
### Generated
11171117
- [python v0.23.0] .
11181118
### Releases
1119-
- [PyPI v0.23.0] https://pypi.org/project/dub/0.23.0 - .
1119+
- [PyPI v0.23.0] https://pypi.org/project/dub/0.23.0 - .
1120+
1121+
## 2025-05-10 00:27:57
1122+
### Changes
1123+
Based on:
1124+
- OpenAPI Doc
1125+
- Speakeasy CLI 1.543.4 (2.598.22) https://github.com/speakeasy-api/speakeasy
1126+
### Generated
1127+
- [python v0.23.1] .
1128+
### Releases
1129+
- [PyPI v0.23.1] https://pypi.org/project/dub/0.23.1 - .

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email of the customer. |
1212
| `avatar` | *OptionalNullable[str]* | :heavy_minus_sign: | Avatar URL of the customer. |
1313
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | Country of the customer. |
14+
| `sales` | *OptionalNullable[float]* | :heavy_minus_sign: | Total number of sales for the customer. |
15+
| `sale_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Total amount of sales for the customer. |
1416
| `created_at` | *str* | :heavy_check_mark: | The date the customer was created. |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email of the customer. |
1212
| `avatar` | *OptionalNullable[str]* | :heavy_minus_sign: | Avatar URL of the customer. |
1313
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | Country of the customer. |
14+
| `sales` | *OptionalNullable[float]* | :heavy_minus_sign: | Total number of sales for the customer. |
15+
| `sale_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Total amount of sales for the customer. |
1416
| `created_at` | *str* | :heavy_check_mark: | The date the customer was created. |

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@
1111
| `email` | *OptionalNullable[str]* | :heavy_minus_sign: | Email of the customer. |
1212
| `avatar` | *OptionalNullable[str]* | :heavy_minus_sign: | Avatar URL of the customer. |
1313
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | Country of the customer. |
14+
| `sales` | *OptionalNullable[float]* | :heavy_minus_sign: | Total number of sales for the customer. |
15+
| `sale_amount` | *OptionalNullable[float]* | :heavy_minus_sign: | Total amount of sales for the customer. |
1416
| `created_at` | *str* | :heavy_check_mark: | The date the customer was created. |

0 commit comments

Comments
Β (0)