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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2,050 changes: 1,385 additions & 665 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

4 changes: 3 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
java:
version: 5.0.0
version: 5.1.0
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand All @@ -50,8 +50,10 @@ java:
generateOptionalUnionAccessors: false
generateSpringBootStarter: true
generateUnionDocs: false
getterStyle: presence-aware
githubURL: github.com/owner/repo
groupID: com.clerk
httpClient: jdk
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.777.0
speakeasyVersion: 1.791.4
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:d15346bde80f5abad95d77c66b96208b660c78544a4c4dca48b2068565d13717
sourceBlobDigest: sha256:2ca2b3040b8261f61ac0c56c7fd9a942f7ad5ed5312eb73d44b7b9b648605b29
sourceRevisionDigest: sha256:ea628d8ad8afceca9586dc216664091cd56e3ea3899deb84b9c8bb2c87aa347e
sourceBlobDigest: sha256:e2556ac3926af5c3653d92806b21463d99d7703835ec1a56b11befb310293926
tags:
- latest
- "2026-05-12"
targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:d15346bde80f5abad95d77c66b96208b660c78544a4c4dca48b2068565d13717
sourceBlobDigest: sha256:2ca2b3040b8261f61ac0c56c7fd9a942f7ad5ed5312eb73d44b7b9b648605b29
sourceRevisionDigest: sha256:ea628d8ad8afceca9586dc216664091cd56e3ea3899deb84b9c8bb2c87aa347e
sourceBlobDigest: sha256:e2556ac3926af5c3653d92806b21463d99d7703835ec1a56b11befb310293926
codeSamplesNamespace: clerk-java-sdk-code-samples
codeSamplesRevisionDigest: sha256:32607a6473b6c49509d6ece1b9e94b3a87ac3637e18aa700d8b08c90997c9cd9
codeSamplesRevisionDigest: sha256:94a70d852572b152d53068c89148a5b8989175493b8bdda8dfb5ecfcacc2c9c7
my-first-target:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
Expand Down
101 changes: 60 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-08-06 00:22:41
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.791.4 (2.926.8) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v5.1.0] .
### Releases
- [Maven Central v5.1.0] https://central.sonatype.com/artifact/com.clerk/backend-api/5.1.0 - .
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.1'
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
16 changes: 16 additions & 0 deletions docs/models/components/Algorithm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Algorithm

## Example Usage

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

Algorithm value = Algorithm.ES256;
```


## Values

| Name | Value |
| ------- | ------- |
| `ES256` | ES256 |
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