Skip to content

Commit e3397b3

Browse files
authored
Merge pull request #208 from clerk/speakeasy-sdk-regen-1770942856
chore: 🐝 Update SDK - Generate 5.0.1
2 parents 7e81314 + 9ce3c9c commit e3397b3

37 files changed

+497
-316
lines changed

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

Lines changed: 119 additions & 114 deletions
Large diffs are not rendered by default.

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

Lines changed: 4 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: 5.0.0
31+
version: 5.0.1
3232
additionalDependencies:
3333
dev:
3434
pytest: ^8.3.3
@@ -50,11 +50,14 @@ python:
5050
enableCustomCodeRegions: true
5151
enumFormat: enum
5252
fixFlags:
53+
asyncPaginationSep2025: false
54+
conflictResistantModelImportsFeb2026: false
5355
responseRequiredSep2024: false
5456
flattenGlobalSecurity: true
5557
flattenRequests: true
5658
flatteningOrder: parameters-first
5759
forwardCompatibleEnumsByDefault: false
60+
forwardCompatibleUnionsByDefault: "false"
5861
imports:
5962
option: openapi
6063
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.710.0
1+
speakeasyVersion: 1.722.0
22
sources:
33
clerk-openapi:
44
sourceNamespace: clerk-openapi
5-
sourceRevisionDigest: sha256:7528b87462924a7ff060778878395d56d5e8f046d218a0371564baf045cb2721
6-
sourceBlobDigest: sha256:720bc554dbbe7076f680457e19d751040febded591d66f73862d393d6f5b5327
5+
sourceRevisionDigest: sha256:462d45be7f10aaff916038f04cc6babc7a1e8715b1192b99bdebc6e30f779fe6
6+
sourceBlobDigest: sha256:28b80146cb86e89b43da259a5635a1f1d166bb391c12ec86a9c88b08a00e69f9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1766103909
9+
- speakeasy-sdk-regen-1770942856
1010
- "2025-11-10"
1111
targets:
1212
clerk-sdk-python:
1313
source: clerk-openapi
1414
sourceNamespace: clerk-openapi
15-
sourceRevisionDigest: sha256:7528b87462924a7ff060778878395d56d5e8f046d218a0371564baf045cb2721
16-
sourceBlobDigest: sha256:720bc554dbbe7076f680457e19d751040febded591d66f73862d393d6f5b5327
15+
sourceRevisionDigest: sha256:462d45be7f10aaff916038f04cc6babc7a1e8715b1192b99bdebc6e30f779fe6
16+
sourceBlobDigest: sha256:28b80146cb86e89b43da259a5635a1f1d166bb391c12ec86a9c88b08a00e69f9
1717
codeSamplesNamespace: clerk-openapi-python-code-samples
18-
codeSamplesRevisionDigest: sha256:a08b7f2b7a11beb6e36f65130e5f2a7e040b116e1f3bec7bd03a5c962dcb71b1
18+
codeSamplesRevisionDigest: sha256:9ce4aa42f87028e5ed017579277369817e7e5d36364dfc2b4dd9604b7676ae2b
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
@@ -538,4 +538,14 @@ Based on:
538538
### Generated
539539
- [python v5.0.0] .
540540
### Releases
541-
- [PyPI v5.0.0] https://pypi.org/project/clerk-backend-api/5.0.0 - .
541+
- [PyPI v5.0.0] https://pypi.org/project/clerk-backend-api/5.0.0 - .
542+
543+
## 2026-02-18 00:32:30
544+
### Changes
545+
Based on:
546+
- OpenAPI Doc
547+
- Speakeasy CLI 1.722.0 (2.829.1) https://github.com/speakeasy-api/speakeasy
548+
### Generated
549+
- [python v5.0.1] .
550+
### Releases
551+
- [PyPI v5.0.1] https://pypi.org/project/clerk-backend-api/5.0.1 - .

β€Ždocs/models/commercepayerresponse.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
| `organization_id` | *OptionalNullable[str]* | :heavy_minus_sign: | Organization ID for org-type payers. |
1616
| `organization_name` | *OptionalNullable[str]* | :heavy_minus_sign: | Organization name for org-type payers. |
1717
| `image_url` | *Optional[str]* | :heavy_minus_sign: | URL of the payer's image/avatar. |
18+
| `credits_balance` | [Optional[models.CommerceMoneyResponse]](../models/commercemoneyresponse.md) | :heavy_minus_sign: | N/A |
1819
| `created_at` | *Optional[int]* | :heavy_minus_sign: | Unix timestamp (in milliseconds) when the payer was created. |
1920
| `updated_at` | *Optional[int]* | :heavy_minus_sign: | Unix timestamp (in milliseconds) when the payer was last updated. |

β€Ždocs/models/createorganizationrequestbody.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@
1111
| `public_metadata` | Dict[str, *Any*] | :heavy_minus_sign: | Metadata saved on the organization, read-only from the Frontend API and fully accessible (read/write) from the Backend API | {<br/>"public_event": "Annual Summit"<br/>} |
1212
| `slug` | *OptionalNullable[str]* | :heavy_minus_sign: | A slug for the new organization.<br/>Can contain only lowercase alphanumeric characters and the dash "-".<br/>Must be unique for the instance.<br/>This field should only be included when slugs are enabled in the organization settings, refer to our [documentation](https://clerk.com/docs/guides/organizations/overview#organization-slugs). | neworg |
1313
| `max_allowed_memberships` | *OptionalNullable[int]* | :heavy_minus_sign: | The maximum number of memberships allowed for this organization | 100 |
14-
| `created_at` | *OptionalNullable[str]* | :heavy_minus_sign: | A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). | |
14+
| `created_at` | *OptionalNullable[str]* | :heavy_minus_sign: | A custom date/time denoting _when_ the organization was created, specified in RFC3339 format (e.g. `2012-10-20T07:15:20.902Z`). | |
15+
| `role_set_key` | *OptionalNullable[str]* | :heavy_minus_sign: | The key of the [role set](https://clerk.com/docs/guides/organizations/control-access/role-sets) to assign to this organization. | |

0 commit comments

Comments
Β (0)