Skip to content

Commit

Permalink
Merge pull request #41 from clerk/speakeasy-sdk-regen-1733789375
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.5.0
  • Loading branch information
speakeasybot authored Dec 20, 2024
2 parents c6c39a9 + 00a06ae commit d0d9840
Show file tree
Hide file tree
Showing 132 changed files with 2,027 additions and 851 deletions.
100 changes: 66 additions & 34 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 1d22a5a4-8bac-42e3-b164-121fcacf66c9
management:
docChecksum: f252eab002a20aa369d77a296d7c0a20
docChecksum: 10e470dbac1740bbb345d904d53ef04a
docVersion: v1
speakeasyVersion: 1.448.0
generationVersion: 2.466.0
releaseVersion: 1.4.0
configChecksum: d53c47a510eb971ffc5be704cbfee77e
speakeasyVersion: 1.456.1
generationVersion: 2.481.0
releaseVersion: 1.5.0
configChecksum: 5fe64054d82adba341d847ebd655945d
repoURL: https://github.com/clerk/clerk-sdk-java.git
published: true
features:
java:
additionalDependencies: 0.1.0
additionalProperties: 0.0.1
constsAndDefaults: 0.1.1
core: 3.32.2
core: 3.33.3
deprecations: 2.81.1
examples: 2.81.3
flattening: 2.81.1
Expand Down Expand Up @@ -1244,6 +1244,7 @@ generatedFiles:
- src/main/java/com/clerk/backend_api/utils/Security.java
- src/main/java/com/clerk/backend_api/utils/SecurityMetadata.java
- src/main/java/com/clerk/backend_api/utils/SerializedBody.java
- src/main/java/com/clerk/backend_api/utils/SessionManager.java
- src/main/java/com/clerk/backend_api/utils/SpeakeasyHTTPClient.java
- src/main/java/com/clerk/backend_api/utils/SpeakeasyMetadata.java
- src/main/java/com/clerk/backend_api/utils/TypedObject.java
Expand All @@ -1252,7 +1253,11 @@ generatedFiles:
- src/main/java/com/clerk/backend_api/utils/Utils.java
examples:
GetPublicInterstitial: {}
GetJWKS: {}
GetJWKS:
speakeasy-default-get-JWKS:
responses:
"200":
application/json: {}
GetClientList:
speakeasy-default-get-client-list:
responses:
Expand Down Expand Up @@ -1397,7 +1402,8 @@ examples:
responses:
"401":
application/json: {"errors": []}
"200": {}
"200":
application/json: {}
GetTemplateList:
speakeasy-default-get-template-list:
parameters:
Expand All @@ -1406,7 +1412,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: [{}, {}, {}]
RevertTemplate:
speakeasy-default-revert-template:
parameters:
Expand All @@ -1416,7 +1423,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
GetTemplate:
speakeasy-default-get-template:
parameters:
Expand All @@ -1426,7 +1434,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
ToggleTemplateDelivery:
speakeasy-default-toggle-template-delivery:
parameters:
Expand All @@ -1436,7 +1445,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
UpsertTemplate:
speakeasy-default-upsert-template:
parameters:
Expand All @@ -1446,7 +1456,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
PreviewTemplate:
speakeasy-default-preview-template:
parameters:
Expand All @@ -1456,7 +1467,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
GetUserList:
"":
parameters:
Expand Down Expand Up @@ -1590,7 +1602,8 @@ examples:
responses:
"400":
application/json: {"errors": []}
"200": {}
"200":
application/json: [{}]
UsersGetOrganizationMemberships:
speakeasy-default-users-get-organization-memberships:
parameters:
Expand Down Expand Up @@ -1623,7 +1636,8 @@ examples:
responses:
"500":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
VerifyTOTP:
speakeasy-default-verify-TOTP:
parameters:
Expand All @@ -1634,7 +1648,8 @@ examples:
responses:
"500":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
DisableMFA:
speakeasy-default-disable-MFA:
parameters:
Expand All @@ -1643,7 +1658,8 @@ examples:
responses:
"404":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
DeleteBackupCode:
speakeasy-default-delete-backup-code:
parameters:
Expand All @@ -1652,7 +1668,8 @@ examples:
responses:
"404":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
UserPasskeyDelete:
speakeasy-default-user-passkey-delete:
parameters:
Expand Down Expand Up @@ -1693,7 +1710,8 @@ examples:
responses:
"404":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
DeleteExternalAccount:
speakeasy-default-delete-external-account:
parameters:
Expand Down Expand Up @@ -1746,7 +1764,8 @@ examples:
responses:
"400":
application/json: {"errors": []}
"200": {}
"200":
application/json: {}
ListOrganizationInvitations:
speakeasy-default-list-organization-invitations:
parameters:
Expand Down Expand Up @@ -1790,7 +1809,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
RevokeOrganizationInvitation:
speakeasy-default-revoke-organization-invitation:
parameters:
Expand All @@ -1800,29 +1820,33 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
ListAllowlistIdentifiers:
speakeasy-default-list-allowlist-identifiers:
responses:
"401":
application/json: {"errors": []}
"200": {}
"200":
application/json: [{}, {}, {}]
CreateAllowlistIdentifier:
speakeasy-default-create-allowlist-identifier:
requestBody:
application/json: {"identifier": "<value>"}
responses:
"400":
application/json: {"errors": []}
"200": {}
"200":
application/json: {}
CreateBlocklistIdentifier:
speakeasy-default-create-blocklist-identifier:
requestBody:
application/json: {"identifier": "<value>"}
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
DeleteBlocklistIdentifier:
speakeasy-default-delete-blocklist-identifier:
parameters:
Expand Down Expand Up @@ -1855,7 +1879,8 @@ examples:
responses:
"402":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
UpdateProductionInstanceDomain:
speakeasy-default-update-production-instance-domain:
responses:
Expand Down Expand Up @@ -1929,7 +1954,8 @@ examples:
responses:
"402":
application/json: {"errors": []}
"200": {}
"200":
application/json: {}
UpdateInstanceOrganizationSettings:
speakeasy-default-update-instance-organization-settings:
responses:
Expand Down Expand Up @@ -2087,7 +2113,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
ListOrganizationMemberships:
speakeasy-default-list-organization-memberships:
parameters:
Expand All @@ -2110,7 +2137,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
DeleteOrganizationMembership:
speakeasy-default-delete-organization-membership:
parameters:
Expand All @@ -2120,7 +2148,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
UpdateOrganizationMembershipMetadata:
speakeasy-default-update-organization-membership-metadata:
parameters:
Expand All @@ -2130,7 +2159,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
InstanceGetOrganizationMemberships:
speakeasy-default-instance-get-organization-memberships:
responses:
Expand All @@ -2146,7 +2176,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
ListOrganizationDomains:
speakeasy-default-list-organization-domains:
parameters:
Expand Down Expand Up @@ -2178,7 +2209,8 @@ examples:
responses:
"400":
application/json: {"errors": [{"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}, {"message": "<value>", "long_message": "<value>", "code": "<value>"}]}
"200": {}
"200":
application/json: {}
VerifyDomainProxy:
speakeasy-default-verify-domain-proxy:
responses:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
java:
version: 1.4.0
version: 1.5.0
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
speakeasyVersion: 1.448.0
speakeasyVersion: 1.456.1
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:3f7ff6d209ea29dda2dbcc2d6f8dd3c754cc7d2782521497a50d67e13d2e0800
sourceBlobDigest: sha256:1efc95e7472ef7c4e15659f395e0b717ef56cdd21c71e285cb116057f5900b2e
sourceRevisionDigest: sha256:bfefe98b41e740defff0a03f01252a3b6267134984b14ede64221006fa1ac063
sourceBlobDigest: sha256:ff770ca4e1220e72028c4285967fd63f63c68a1d27da9815d826384905cadcfa
tags:
- latest
- speakeasy-sdk-regen-1732579755
- speakeasy-sdk-regen-1733789375
- v1
targets:
clerk-java:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:3f7ff6d209ea29dda2dbcc2d6f8dd3c754cc7d2782521497a50d67e13d2e0800
sourceBlobDigest: sha256:1efc95e7472ef7c4e15659f395e0b717ef56cdd21c71e285cb116057f5900b2e
sourceRevisionDigest: sha256:bfefe98b41e740defff0a03f01252a3b6267134984b14ede64221006fa1ac063
sourceBlobDigest: sha256:ff770ca4e1220e72028c4285967fd63f63c68a1d27da9815d826384905cadcfa
codeSamplesNamespace: clerk-java-sdk-code-samples
codeSamplesRevisionDigest: sha256:b6e9e9a65dc0933a71833892ddbd81fc4c966a105ba18feffb05d7e7c8c11b85
codeSamplesRevisionDigest: sha256:bf210dc764b909e1d20c7c06ab5e5d040243afc06d7fe23c731f289006918af8
my-first-target:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
Expand Down
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,18 @@ More information about the API can be found at https://clerk.com/docs

<!-- Start Table of Contents [toc] -->
## Table of Contents
<!-- $toc-max-depth=2 -->
* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
* [Authentication](#authentication)
* [Request Authentication](#request-authentication)
* [Available Resources and Operations](#available-resources-and-operations)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
* [Development](#development)
* [Maturity](#maturity)
* [Contributions](#contributions)

* [SDK Installation](#sdk-installation)
* [SDK Example Usage](#sdk-example-usage)
* [Authentication](#authentication)
* [Request Authentication](#request-authentication)
* [Available Resources and Operations](#available-resources-and-operations)
* [Error Handling](#error-handling)
* [Server Selection](#server-selection)
<!-- End Table of Contents [toc] -->

<!-- Start SDK Installation [installation] -->
Expand All @@ -48,15 +52,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.clerk:backend-api:1.4.0'
implementation 'com.clerk:backend-api:1.5.0'
```

Maven:
```xml
<dependency>
<groupId>com.clerk</groupId>
<artifactId>backend-api</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
```

Expand Down
Loading

0 comments on commit d0d9840

Please sign in to comment.