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
982 changes: 713 additions & 269 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.796.4
sources:
clerk-openapi:
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:bd0ab322463c77574aedf25a6a1096c2d83c979091a90549aa26cda62d070f8e
sourceBlobDigest: sha256:cd24ae3cad1eb4442115f308e7a4007f47d67aa99f55067edda80def25fcaabe
sourceRevisionDigest: sha256:218af509e153f09cc22d9da3e7bbfacf3859a60d6106ea6e9a1a5ac978b8a374
sourceBlobDigest: sha256:2ffd1335afc9151c275c0a6eb12c095775cdffb6f66eff2f43562261f7c58eaf
tags:
- latest
- "2026-05-12"
targets:
clerk-sdk-python:
source: clerk-openapi
sourceNamespace: clerk-openapi
sourceRevisionDigest: sha256:bd0ab322463c77574aedf25a6a1096c2d83c979091a90549aa26cda62d070f8e
sourceBlobDigest: sha256:cd24ae3cad1eb4442115f308e7a4007f47d67aa99f55067edda80def25fcaabe
sourceRevisionDigest: sha256:218af509e153f09cc22d9da3e7bbfacf3859a60d6106ea6e9a1a5ac978b8a374
sourceBlobDigest: sha256:2ffd1335afc9151c275c0a6eb12c095775cdffb6f66eff2f43562261f7c58eaf
codeSamplesNamespace: clerk-openapi-python-code-samples
codeSamplesRevisionDigest: sha256:9b07759bffaa23cbe523a107eace55b58532d750e74bfedf47a32c6bdf2bd801
codeSamplesRevisionDigest: sha256:d7b039e49373d258912c0c6542ecd4371419a79dfa098c9946d55fb01a320208
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
117 changes: 74 additions & 43 deletions README-PYPI.md

Large diffs are not rendered by default.

117 changes: 74 additions & 43 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-13 00:36:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.796.4 (2.935.1) 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 - .
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 |
18 changes: 18 additions & 0 deletions docs/models/biometriccredential.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# BiometricCredential


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
| `object` | [models.BiometricCredentialObject](../models/biometriccredentialobject.md) | :heavy_check_mark: | String representing the object's type. |
| `id` | *str* | :heavy_check_mark: | N/A |
| `platform` | [models.BiometricCredentialPlatform](../models/biometriccredentialplatform.md) | :heavy_check_mark: | N/A |
| `app_identifier` | *str* | :heavy_check_mark: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `algorithm` | [models.BiometricCredentialAlgorithm](../models/biometriccredentialalgorithm.md) | :heavy_check_mark: | N/A |
| `status` | [models.BiometricCredentialStatus](../models/biometriccredentialstatus.md) | :heavy_check_mark: | N/A |
| `created_at` | *int* | :heavy_check_mark: | Unix timestamp of creation in milliseconds. |
| `updated_at` | *int* | :heavy_check_mark: | Unix timestamp of the last update in milliseconds. |
| `last_used_at` | *OptionalNullable[int]* | :heavy_minus_sign: | Unix timestamp of the last use in milliseconds. |
| `revoked_at` | *OptionalNullable[int]* | :heavy_minus_sign: | Unix timestamp of revocation in milliseconds. |
16 changes: 16 additions & 0 deletions docs/models/biometriccredentialalgorithm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# BiometricCredentialAlgorithm

## Example Usage

```python
from clerk_backend_api.models import BiometricCredentialAlgorithm

value = BiometricCredentialAlgorithm.ES256
```


## Values

| Name | Value |
| ------- | ------- |
| `ES256` | ES256 |
11 changes: 11 additions & 0 deletions docs/models/biometriccredentiallist.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# BiometricCredentialList

Success


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `data` | List[[models.BiometricCredential](../models/biometriccredential.md)] | :heavy_check_mark: | N/A |
| `total_count` | *int* | :heavy_check_mark: | Total number of biometric credentials |
18 changes: 18 additions & 0 deletions docs/models/biometriccredentialobject.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# BiometricCredentialObject

String representing the object's type.

## Example Usage

```python
from clerk_backend_api.models import BiometricCredentialObject

value = BiometricCredentialObject.TRUSTED_DEVICE
```


## Values

| Name | Value |
| ---------------- | ---------------- |
| `TRUSTED_DEVICE` | trusted_device |
17 changes: 17 additions & 0 deletions docs/models/biometriccredentialplatform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# BiometricCredentialPlatform

## Example Usage

```python
from clerk_backend_api.models import BiometricCredentialPlatform

value = BiometricCredentialPlatform.IOS
```


## Values

| Name | Value |
| --------- | --------- |
| `IOS` | ios |
| `ANDROID` | android |
17 changes: 17 additions & 0 deletions docs/models/biometriccredentialstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# BiometricCredentialStatus

## Example Usage

```python
from clerk_backend_api.models import BiometricCredentialStatus

value = BiometricCredentialStatus.ACTIVE
```


## Values

| Name | Value |
| --------- | --------- |
| `ACTIVE` | active |
| `REVOKED` | revoked |
Loading