Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,141 changes: 824 additions & 317 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 7.0.0
version: 7.1.0
additionalDependencies:
dev:
pytest: ^8.3.3
Expand Down Expand Up @@ -65,6 +65,7 @@ python:
flatteningOrder: parameters-first
forwardCompatibleEnumsByDefault: false
forwardCompatibleUnionsByDefault: "false"
httpClientLibrary: httpx
imports:
option: openapi
paths:
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.793.0
speakeasyVersion: 1.798.0
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:bd0ab322463c77574aedf25a6a1096c2d83c979091a90549aa26cda62d070f8e
sourceBlobDigest: sha256:cd24ae3cad1eb4442115f308e7a4007f47d67aa99f55067edda80def25fcaabe
sourceRevisionDigest: sha256:d7ca647d743bc3fe47eddd018a99028b6d4a29cf52a1967329d75178ff53d134
sourceBlobDigest: sha256:a9b1f0b9692f13e7ee86302a62e828b95d7d4f66a7bcef87553ce36eb41b72f4
tags:
- latest
- "2026-05-12"
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:bd0ab322463c77574aedf25a6a1096c2d83c979091a90549aa26cda62d070f8e
sourceBlobDigest: sha256:cd24ae3cad1eb4442115f308e7a4007f47d67aa99f55067edda80def25fcaabe
sourceRevisionDigest: sha256:d7ca647d743bc3fe47eddd018a99028b6d4a29cf52a1967329d75178ff53d134
sourceBlobDigest: sha256:a9b1f0b9692f13e7ee86302a62e828b95d7d4f66a7bcef87553ce36eb41b72f4
codeSamplesNamespace: clerk-openapi-python-code-samples
codeSamplesRevisionDigest: sha256:9b07759bffaa23cbe523a107eace55b58532d750e74bfedf47a32c6bdf2bd801
codeSamplesRevisionDigest: sha256:9c1f2513542e304e7fd7080886565566741744ee1844025fe8b493012fa2bfac
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
120 changes: 76 additions & 44 deletions README-PYPI.md

Large diffs are not rendered by default.

120 changes: 76 additions & 44 deletions README.md

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,4 +648,14 @@ Based on:
### Generated
- [python v7.0.0] .
### Releases
- [PyPI v7.0.0] https://pypi.org/project/clerk-backend-api/7.0.0 - .
- [PyPI v7.0.0] https://pypi.org/project/clerk-backend-api/7.0.0 - .

## 2026-09-21 00:35:58
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.798.0 (2.938.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v7.1.0] .
### Releases
- [PyPI v7.1.0] https://pypi.org/project/clerk-backend-api/7.1.0 - .
10 changes: 5 additions & 5 deletions docs/models/adddomainrequestbody.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

## Fields

| Field | Type | Required | Description | Example |
| ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | The new domain name. Can contain the port for development instances. | example.com |
| `is_satellite` | *Literal[True]* | :heavy_check_mark: | Marks the new domain as satellite. Only `true` is accepted at the moment. | true |
| `proxy_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The full URL of the proxy which will forward requests to the Clerk Frontend API for this domain. Applicable only to production instances. | https://proxy.example.com |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | The new domain name. Can contain the port for development instances. | example.com |
| `is_satellite` | *bool* | :heavy_check_mark: | Marks the new domain as satellite. Set to `false` only when migrating a production instance from an active provider domain to a custom domain. | true |
| `proxy_url` | *OptionalNullable[str]* | :heavy_minus_sign: | The full URL of the proxy which will forward requests to the Clerk Frontend API for this domain. Applicable only to production instances. | https://proxy.example.com |
13 changes: 13 additions & 0 deletions docs/models/amountoff.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# AmountOff

Fixed amount off when the effect is fixed_amount.


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `amount` | *int* | :heavy_check_mark: | The amount in cents. |
| `amount_formatted` | *str* | :heavy_check_mark: | The formatted amount as a string (e.g., "$49.99"). |
| `currency` | *str* | :heavy_check_mark: | The currency code (e.g., "USD"). |
| `currency_symbol` | *str* | :heavy_check_mark: | The currency symbol (e.g., "$"). |
9 changes: 9 additions & 0 deletions docs/models/applybillingsubscriptionitemdiscountrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# ApplyBillingSubscriptionItemDiscountRequest


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `subscription_item_id` | *str* | :heavy_check_mark: | The ID of the subscription item to apply the discount to |
| `apply_commerce_discount_request` | [models.ApplyCommerceDiscountRequest](../models/applycommercediscountrequest.md) | :heavy_check_mark: | Parameters for applying the discount |
8 changes: 8 additions & 0 deletions docs/models/applycommercediscountrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ApplyCommerceDiscountRequest


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- | --------------------------------------------------------- |
| `discount_id` | *str* | :heavy_check_mark: | The ID of the discount to apply to the subscription item. |
18 changes: 18 additions & 0 deletions docs/models/automationdisposition.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# AutomationDisposition

## Example Usage

```python
from clerk_backend_api.models import AutomationDisposition

value = AutomationDisposition.ALREADY_SATISFIED
```


## Values

| Name | Value |
| ---------------------------- | ---------------------------- |
| `ALREADY_SATISFIED` | already_satisfied |
| `SAFE_TO_CREATE` | safe_to_create |
| `MANUAL_RESOLUTION_REQUIRED` | manual_resolution_required |
2 changes: 1 addition & 1 deletion docs/models/billingstatement.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
| `payer` | [models.CommercePayerResponse](../models/commercepayerresponse.md) | :heavy_check_mark: | N/A |
| `status` | [models.BillingStatementStatus](../models/billingstatementstatus.md) | :heavy_check_mark: | The current status of the statement. |
| `totals` | [models.BillingStatementTotals](../models/billingstatementtotals.md) | :heavy_check_mark: | Totals for the statement. |
| `groups` | List[[models.Groups](../models/groups.md)] | :heavy_check_mark: | Array of statement groups. |
| `groups` | List[[models.BillingStatementGroups](../models/billingstatementgroups.md)] | :heavy_check_mark: | Array of statement groups. |
12 changes: 12 additions & 0 deletions docs/models/billingstatementgroups.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# BillingStatementGroups

A statement group.


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `object` | [models.BillingStatementGroupsObject](../models/billingstatementgroupsobject.md) | :heavy_check_mark: | String representing the object's type. Objects of the same type share the same value. |
| `timestamp` | *int* | :heavy_check_mark: | Unix timestamp (in milliseconds) of the date the group's payment attempts were created |
| `items` | List[[models.BillingPaymentAttempt](../models/billingpaymentattempt.md)] | :heavy_check_mark: | The payment attempts included in the group |
Loading
Loading