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,517 changes: 975 additions & 542 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: 5.0.0
version: 5.0.1
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.777.0
speakeasyVersion: 1.789.0
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:d15346bde80f5abad95d77c66b96208b660c78544a4c4dca48b2068565d13717
sourceBlobDigest: sha256:2ca2b3040b8261f61ac0c56c7fd9a942f7ad5ed5312eb73d44b7b9b648605b29
sourceRevisionDigest: sha256:040ae88b85e3438dfe4b7ffb0b79b0410a94902a497bf50875cd865258ffe2d0
sourceBlobDigest: sha256:6b5f500f4b2091f898969c9e04b5baa76c9d2f9299d5ade01e0573aa4a11645b
tags:
- latest
- "2026-05-12"
targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:d15346bde80f5abad95d77c66b96208b660c78544a4c4dca48b2068565d13717
sourceBlobDigest: sha256:2ca2b3040b8261f61ac0c56c7fd9a942f7ad5ed5312eb73d44b7b9b648605b29
sourceRevisionDigest: sha256:040ae88b85e3438dfe4b7ffb0b79b0410a94902a497bf50875cd865258ffe2d0
sourceBlobDigest: sha256:6b5f500f4b2091f898969c9e04b5baa76c9d2f9299d5ade01e0573aa4a11645b
codeSamplesNamespace: clerk-java-sdk-code-samples
codeSamplesRevisionDigest: sha256:32607a6473b6c49509d6ece1b9e94b3a87ac3637e18aa700d8b08c90997c9cd9
codeSamplesRevisionDigest: sha256:1ea1b5667503cdfe56e13aff88af74823fe7f7aa54cd992b92aa19abe7791ce4
my-first-target:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
Expand Down
98 changes: 57 additions & 41 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 @@ -428,4 +428,14 @@ Based on:
### Generated
- [java v5.0.0] .
### Releases
- [Maven Central v5.0.0] https://central.sonatype.com/artifact/com.clerk/backend-api/5.0.0 - .
- [Maven Central v5.0.0] https://central.sonatype.com/artifact/com.clerk/backend-api/5.0.0 - .

## 2026-07-09 00:29:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.789.0 (2.916.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v5.0.1] .
### Releases
- [Maven Central v5.0.1] https://central.sonatype.com/artifact/com.clerk/backend-api/5.0.1 - .
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ javadocJar {
}

dependencies {
api 'com.fasterxml.jackson.core:jackson-annotations:2.18.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2'
api 'com.fasterxml.jackson.core:jackson-annotations:2.22'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.22.0'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.22.0'
api('org.openapitools:jackson-databind-nullable:0.2.6') {exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'}
implementation 'commons-io:commons-io:2.18.0'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
Expand Down
2 changes: 1 addition & 1 deletion docs/models/components/BillingPaymentAttemptTotals.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Totals breakdown for this payment attempt.
| `baseFee` | [CommerceMoneyResponse](../../models/components/CommerceMoneyResponse.md) | :heavy_check_mark: | N/A |
| `taxTotal` | [CommerceMoneyResponse](../../models/components/CommerceMoneyResponse.md) | :heavy_check_mark: | N/A |
| `grandTotal` | [CommerceMoneyResponse](../../models/components/CommerceMoneyResponse.md) | :heavy_check_mark: | N/A |
| `perUnitTotals` | List\<[SchemasCommercePerUnitTotal](../../models/components/SchemasCommercePerUnitTotal.md)> | :heavy_minus_sign: | N/A |
| `perUnitTotals` | List\<[CommercePerUnitTotal2](../../models/components/CommercePerUnitTotal2.md)> | :heavy_minus_sign: | N/A |
| `credits` | [JsonNullable\<BillingPaymentAttemptCredits>](../../models/components/BillingPaymentAttemptCredits.md) | :heavy_minus_sign: | N/A |
| `discounts` | [JsonNullable\<BillingPaymentAttemptDiscounts>](../../models/components/BillingPaymentAttemptDiscounts.md) | :heavy_minus_sign: | Information about the discounts applied to the payment |
12 changes: 6 additions & 6 deletions docs/models/components/ClerkError.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
| `message` | *String* | :heavy_check_mark: | N/A |
| `longMessage` | *String* | :heavy_check_mark: | N/A |
| `code` | *String* | :heavy_check_mark: | N/A |
| `meta` | [Optional\<Meta>](../../models/components/Meta.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
| `message` | *String* | :heavy_check_mark: | N/A |
| `longMessage` | *String* | :heavy_check_mark: | N/A |
| `code` | *String* | :heavy_check_mark: | N/A |
| `meta` | Map\<String, *Object*> | :heavy_minus_sign: | N/A |

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions docs/models/components/ClerkErrorErrorMeta.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/models/components/ClerkErrorErrorSAMLAccountMeta.md

This file was deleted.

3 changes: 1 addition & 2 deletions docs/models/components/CommerceCreditLedgerResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ A credit ledger entry.
| `object` | *String* | :heavy_check_mark: | String representing the object's type. Always "commerce_credit_ledger". |
| `id` | *String* | :heavy_check_mark: | Unique identifier for the ledger entry. |
| `payerId` | *String* | :heavy_check_mark: | The ID of the payer whose balance was adjusted. |
| `amount` | *long* | :heavy_check_mark: | The signed credit amount. Positive for increases, negative for decreases. |
| `currency` | *String* | :heavy_check_mark: | The currency code of the credit adjustment. |
| `amount` | [CommerceMoneyResponse](../../models/components/CommerceMoneyResponse.md) | :heavy_check_mark: | N/A |
| `sourceType` | *String* | :heavy_check_mark: | The type of source that originated the adjustment (e.g. "grant"). |
| `sourceId` | *String* | :heavy_check_mark: | The ID of the source that originated the adjustment. |
| `note` | *JsonNullable\<String>* | :heavy_minus_sign: | An optional note attached to the ledger entry. |
Expand Down
10 changes: 10 additions & 0 deletions docs/models/components/CommercePerUnitTotal2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CommercePerUnitTotal2


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `name` | *String* | :heavy_check_mark: | Name of the billable unit (for example, seats) |
| `blockSize` | *long* | :heavy_check_mark: | Number of units included in each pricing block |
| `tiers` | List\<[CommercePerUnitTotalTier2](../../models/components/CommercePerUnitTotalTier2.md)> | :heavy_check_mark: | Computed totals for each pricing tier |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SchemasCommercePerUnitTotalTier
# CommercePerUnitTotalTier2


## Fields
Expand Down
Loading
Loading