Commit c1050f4
## Java SDK Changes: (#103)
* `clerk.users.getBillingCreditBalance()`: **Added**
* `clerk.users.adjustBillingCreditBalance()`: **Added**
* `clerk.instanceSettings.getOAuthApplicationSettings()`: **Added**
* `clerk.instanceSettings.updateOAuthApplicationSettings()`: **Added**
* `clerk.organizations.getBillingCreditBalance()`: **Added**
* `clerk.organizations.adjustBillingCreditBalance()`: **Added**
* `clerk.agentTasks.create()`: **Added**
* `clerk.agentTasks.revoke()`: **Added**
* `clerk.emailAddresses.create()`: `error.status[409]` **Added**
* `clerk.emailAddresses.update()`: `error.status[409]` **Added**
* `clerk.users.update()`: `error.status[409]` **Added**
* `clerk.users.getBillingSubscription()`: `response.subscriptionItems[]` **Changed**
* `clerk.users.getOrganizationInvitations()`: `request.status` **Changed**
* `clerk.organizationInvitations.getAll()`:
* `request.status` **Changed**
* `clerk.organizationInvitations.create()`: `error.status[402]` **Added**
* `clerk.organizationInvitations.list()`:
* `request.status` **Changed**
* `clerk.organizations.update()`: `error.status[400]` **Added**
* `clerk.organizations.getBillingSubscription()`: `response.subscriptionItems[]` **Changed**
* `clerk.billing.listPlans()`: `response.data[].unitPrices` **Added**
* `clerk.billing.listPrices()`: `response.data[].isDefault` **Added**
* `clerk.billing.createPrice()`: `response.isDefault` **Added**
* `clerk.billing.listSubscriptionItems()`: `response.data[]` **Changed**
* `clerk.billing.cancelSubscriptionItem()`: `response` **Changed**
* `clerk.billing.createPriceTransition()`: `response.transition.previousPrice.isDefault` **Added**
* `clerk.billing.listStatements()`: `response.data[]` **Changed**
* `clerk.billing.getStatement()`: `response` **Changed**
* `clerk.billing.getStatementPaymentAttempts()`: `response.data[].totals` **Added**
* `clerk.m2m.createToken()`:
* `request.tokenFormat` **Added**
Co-authored-by: speakeasybot <bot@speakeasyapi.dev>1 parent 8b007d1 commit c1050f4
381 files changed
Lines changed: 15663 additions & 966 deletions
File tree
- .speakeasy
- docs
- models
- components
- operations
- sdks
- actortokens
- agenttasks
- allowlistidentifiers
- apikeys
- betafeatures
- billing
- blocklistidentifiers
- clients
- domains
- emailaddresses
- emailandsmstemplates
- emailsmstemplates
- instancesettings
- invitations
- jwks
- jwttemplates
- m2m
- machines
- oauthaccesstokens
- oauthapplications
- organizationdomains
- organizationinvitations
- organizationmemberships
- organizationpermissions
- organizationroles
- organizations
- phonenumbers
- proxychecks
- redirecturls
- rolesets
- samlconnections
- sessions
- signintokens
- signups
- templates
- testingtokens
- users
- waitlistentries
- webhooks
- spring/backend-api-spring-boot-autoconfigure/src/main/java/com/clerk/backend_api
- src/main/java/com/clerk/backend_api
- models
- components
- operations
- operations
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
31 | | - | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
48 | 51 | | |
| 52 | + | |
49 | 53 | | |
50 | 54 | | |
51 | 55 | | |
| |||
68 | 72 | | |
69 | 73 | | |
70 | 74 | | |
| 75 | + | |
71 | 76 | | |
72 | 77 | | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
15 | | - | |
16 | | - | |
| 14 | + | |
| 15 | + | |
17 | 16 | | |
18 | | - | |
| 17 | + | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
3 | 11 | | |
4 | 12 | | |
5 | 13 | | |
| |||
0 commit comments