Skip to content
Merged
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,357 changes: 1,052 additions & 305 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 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
java:
version: 6.0.0
version: 6.1.0
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
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.797.0
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:ea628d8ad8afceca9586dc216664091cd56e3ea3899deb84b9c8bb2c87aa347e
sourceBlobDigest: sha256:e2556ac3926af5c3653d92806b21463d99d7703835ec1a56b11befb310293926
sourceRevisionDigest: sha256:ec9218598a78ea67234fb0bf92b0d68146da3ea2fb7075f0ab42db482fa1d829
sourceBlobDigest: sha256:621774b0be158b14c14a9ec2b083d73e85e6643f81b64c9f011be27a694506eb
tags:
- latest
- "2026-05-12"
targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:ea628d8ad8afceca9586dc216664091cd56e3ea3899deb84b9c8bb2c87aa347e
sourceBlobDigest: sha256:e2556ac3926af5c3653d92806b21463d99d7703835ec1a56b11befb310293926
sourceRevisionDigest: sha256:ec9218598a78ea67234fb0bf92b0d68146da3ea2fb7075f0ab42db482fa1d829
sourceBlobDigest: sha256:621774b0be158b14c14a9ec2b083d73e85e6643f81b64c9f011be27a694506eb
codeSamplesNamespace: clerk-java-sdk-code-samples
codeSamplesRevisionDigest: sha256:94a70d852572b152d53068c89148a5b8989175493b8bdda8dfb5ecfcacc2c9c7
codeSamplesRevisionDigest: sha256:cb564ae7e0be4ada9a4e8469e037ae8ee794c4b7f655a74fa2136ccbc5dad0a9
my-first-target:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
Expand Down
107 changes: 62 additions & 45 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 @@ -438,4 +438,14 @@ Based on:
### Generated
- [java v6.0.0] .
### Releases
- [Maven Central v6.0.0] https://central.sonatype.com/artifact/com.clerk/backend-api/6.0.0 - .
- [Maven Central v6.0.0] https://central.sonatype.com/artifact/com.clerk/backend-api/6.0.0 - .

## 2026-09-14 21:13:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.797.0 (2.937.18) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v6.1.0] .
### Releases
- [Maven Central v6.1.0] https://central.sonatype.com/artifact/com.clerk/backend-api/6.1.0 - .
13 changes: 13 additions & 0 deletions docs/models/components/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` | *long* | :heavy_check_mark: | The amount in cents. |
| `amountFormatted` | *String* | :heavy_check_mark: | The formatted amount as a string (e.g., "$49.99"). |
| `currency` | *String* | :heavy_check_mark: | The currency code (e.g., "USD"). |
| `currencySymbol` | *String* | :heavy_check_mark: | The currency symbol (e.g., "$"). |
8 changes: 8 additions & 0 deletions docs/models/components/ApplyCommerceDiscountRequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# ApplyCommerceDiscountRequest


## Fields

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

## Example Usage

```java
import com.clerk.backend_api.models.components.AutomationDisposition;

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/components/BiometricCredential.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# BiometricCredential


## Fields

| Field | Type | Required | Description |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| `object` | [BiometricCredentialObject](../../models/components/BiometricCredentialObject.md) | :heavy_check_mark: | String representing the object's type. |
| `id` | *String* | :heavy_check_mark: | N/A |
| `platform` | [BiometricCredentialPlatform](../../models/components/BiometricCredentialPlatform.md) | :heavy_check_mark: | N/A |
| `appIdentifier` | *String* | :heavy_check_mark: | N/A |
| `name` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |
| `algorithm` | [BiometricCredentialAlgorithm](../../models/components/BiometricCredentialAlgorithm.md) | :heavy_check_mark: | N/A |
| `status` | [BiometricCredentialStatus](../../models/components/BiometricCredentialStatus.md) | :heavy_check_mark: | N/A |
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation in milliseconds. |
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of the last update in milliseconds. |
| `lastUsedAt` | *JsonNullable\<Long>* | :heavy_minus_sign: | Unix timestamp of the last use in milliseconds. |
| `revokedAt` | *JsonNullable\<Long>* | :heavy_minus_sign: | Unix timestamp of revocation in milliseconds. |
16 changes: 16 additions & 0 deletions docs/models/components/BiometricCredentialAlgorithm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# BiometricCredentialAlgorithm

## Example Usage

```java
import com.clerk.backend_api.models.components.BiometricCredentialAlgorithm;

BiometricCredentialAlgorithm value = BiometricCredentialAlgorithm.ES256;
```


## Values

| Name | Value |
| ------- | ------- |
| `ES256` | ES256 |
11 changes: 11 additions & 0 deletions docs/models/components/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\<[BiometricCredential](../../models/components/BiometricCredential.md)> | :heavy_check_mark: | N/A |
| `totalCount` | *long* | :heavy_check_mark: | Total number of biometric credentials |
18 changes: 18 additions & 0 deletions docs/models/components/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

```java
import com.clerk.backend_api.models.components.BiometricCredentialObject;

BiometricCredentialObject value = BiometricCredentialObject.TRUSTED_DEVICE;
```


## Values

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

## Example Usage

```java
import com.clerk.backend_api.models.components.BiometricCredentialPlatform;

BiometricCredentialPlatform value = BiometricCredentialPlatform.IOS;
```


## Values

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

## Example Usage

```java
import com.clerk.backend_api.models.components.BiometricCredentialStatus;

BiometricCredentialStatus value = BiometricCredentialStatus.ACTIVE;
```


## Values

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