Skip to content

Commit 1807e40

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.493.0
1 parent 0f52c2c commit 1807e40

File tree

376 files changed

+13861
-6348
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

376 files changed

+13861
-6348
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.speakeasy/reports
12
# Ignore Gradle project-specific cache directory
23
.gradle
34
# Ignore Gradle build output directory

.speakeasy/gen.lock

Lines changed: 234 additions & 739 deletions
Large diffs are not rendered by default.

.speakeasy/gen.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ generation:
99
nameResolutionDec2023: true
1010
parameterOrderingFeb2024: true
1111
requestResponseComponentNamesFeb2024: true
12+
securityFeb2025: false
1213
auth:
1314
oAuth2ClientCredentialsEnabled: true
1415
oAuth2PasswordEnabled: false
1516
java:
16-
version: 1.5.0
17+
version: 1.6.0
1718
additionalDependencies: []
1819
additionalPlugins: []
1920
artifactID: backend-api

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.456.1
1+
speakeasyVersion: 1.493.0
22
sources:
33
clerk-java-sdk:
44
sourceNamespace: clerk-java-sdk
5-
sourceRevisionDigest: sha256:bfefe98b41e740defff0a03f01252a3b6267134984b14ede64221006fa1ac063
6-
sourceBlobDigest: sha256:ff770ca4e1220e72028c4285967fd63f63c68a1d27da9815d826384905cadcfa
5+
sourceRevisionDigest: sha256:88cd853cb381085d1bc8b0042181dd7cf6e4057b3a46d211183f4af12f8212c6
6+
sourceBlobDigest: sha256:90d49ae8105a00a4db837386120b444a0991a66220a554caa5a55742c4d103c9
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1733789375
9+
- speakeasy-sdk-regen-1737677328
1010
- v1
1111
targets:
1212
clerk-java:
1313
source: clerk-java-sdk
1414
sourceNamespace: clerk-java-sdk
15-
sourceRevisionDigest: sha256:bfefe98b41e740defff0a03f01252a3b6267134984b14ede64221006fa1ac063
16-
sourceBlobDigest: sha256:ff770ca4e1220e72028c4285967fd63f63c68a1d27da9815d826384905cadcfa
15+
sourceRevisionDigest: sha256:88cd853cb381085d1bc8b0042181dd7cf6e4057b3a46d211183f4af12f8212c6
16+
sourceBlobDigest: sha256:90d49ae8105a00a4db837386120b444a0991a66220a554caa5a55742c4d103c9
1717
codeSamplesNamespace: clerk-java-sdk-code-samples
18-
codeSamplesRevisionDigest: sha256:bf210dc764b909e1d20c7c06ab5e5d040243afc06d7fe23c731f289006918af8
18+
codeSamplesRevisionDigest: sha256:c678980769c513f9ccbd8ad93090d6e625db5f59d0f077e7e386b4f85586d841
1919
my-first-target:
2020
source: clerk-java-sdk
2121
sourceNamespace: clerk-java-sdk

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ The samples below show how a published SDK artifact is used:
5252

5353
Gradle:
5454
```groovy
55-
implementation 'com.clerk:backend-api:1.5.0'
55+
implementation 'com.clerk:backend-api:1.6.0'
5656
```
5757

5858
Maven:
5959
```xml
6060
<dependency>
6161
<groupId>com.clerk</groupId>
6262
<artifactId>backend-api</artifactId>
63-
<version>1.5.0</version>
63+
<version>1.6.0</version>
6464
</dependency>
6565
```
6666

@@ -240,6 +240,7 @@ If the request is correctly authenticated, the token's claims are made available
240240

241241
### [instanceSettings()](docs/sdks/instancesettings/README.md)
242242

243+
* [getInstance](docs/sdks/instancesettings/README.md#getinstance) - Fetch the current instance
243244
* [update](docs/sdks/instancesettings/README.md#update) - Update instance settings
244245
* [updateRestrictions](docs/sdks/instancesettings/README.md#updaterestrictions) - Update instance restrictions
245246
* [updateOrganizationSettings](docs/sdks/instancesettings/README.md#updateorganizationsettings) - Update instance organization settings
@@ -248,6 +249,7 @@ If the request is correctly authenticated, the token's claims are made available
248249

249250
* [create](docs/sdks/invitations/README.md#create) - Create an invitation
250251
* [list](docs/sdks/invitations/README.md#list) - List all invitations
252+
* [createBulkInvitations](docs/sdks/invitations/README.md#createbulkinvitations) - Create multiple invitations
251253
* [revoke](docs/sdks/invitations/README.md#revoke) - Revokes an invitation
252254

253255
### [jwks()](docs/sdks/jwks/README.md)
@@ -347,9 +349,11 @@ If the request is correctly authenticated, the token's claims are made available
347349
### [sessions()](docs/sdks/sessions/README.md)
348350

349351
* [list](docs/sdks/sessions/README.md#list) - List all sessions
352+
* [createSession](docs/sdks/sessions/README.md#createsession) - Create a new active session
350353
* [get](docs/sdks/sessions/README.md#get) - Retrieve a session
351354
* [revoke](docs/sdks/sessions/README.md#revoke) - Revoke a session
352355
* [~~verify~~](docs/sdks/sessions/README.md#verify) - Verify a session :warning: **Deprecated**
356+
* [createSessionToken](docs/sdks/sessions/README.md#createsessiontoken) - Create a session token
353357
* [createTokenFromTemplate](docs/sdks/sessions/README.md#createtokenfromtemplate) - Create a session token from a jwt template
354358

355359
### [signInTokens()](docs/sdks/signintokens/README.md)
@@ -393,10 +397,14 @@ If the request is correctly authenticated, the token's claims are made available
393397
* [deleteBackupCodes](docs/sdks/users/README.md#deletebackupcodes) - Disable all user's Backup codes
394398
* [deletePasskey](docs/sdks/users/README.md#deletepasskey) - Delete a user passkey
395399
* [deleteWeb3Wallet](docs/sdks/users/README.md#deleteweb3wallet) - Delete a user web3 wallet
396-
* [createTOTP](docs/sdks/users/README.md#createtotp) - Create a TOTP for a user
397400
* [deleteTotp](docs/sdks/users/README.md#deletetotp) - Delete all the user's TOTPs
398401
* [deleteExternalAccount](docs/sdks/users/README.md#deleteexternalaccount) - Delete External Account
399402

403+
### [waitlistEntries()](docs/sdks/waitlistentries/README.md)
404+
405+
* [listWaitlistEntries](docs/sdks/waitlistentries/README.md#listwaitlistentries) - List all waitlist entries
406+
* [createWaitlistEntry](docs/sdks/waitlistentries/README.md#createwaitlistentry) - Create a waitlist entry
407+
400408
### [webhooks()](docs/sdks/webhooks/README.md)
401409

402410
* [createSvixApp](docs/sdks/webhooks/README.md#createsvixapp) - Create a Svix app

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,14 @@ Based on:
188188
### Generated
189189
- [java v1.5.0] .
190190
### Releases
191-
- [Maven Central v1.5.0] https://central.sonatype.com/artifact/com.clerk/backend-api/1.5.0 - .
191+
- [Maven Central v1.5.0] https://central.sonatype.com/artifact/com.clerk/backend-api/1.5.0 - .
192+
193+
## 2025-02-15 00:08:41
194+
### Changes
195+
Based on:
196+
- OpenAPI Doc
197+
- Speakeasy CLI 1.493.0 (2.512.4) https://github.com/speakeasy-api/speakeasy
198+
### Generated
199+
- [java v1.6.0] .
200+
### Releases
201+
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.clerk/backend-api/1.6.0 - .

build.gradle

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.clerk"
66-
version = "1.5.0"
66+
version = "1.6.0"
6767

6868
sourcesJar {
6969
archiveBaseName = "backend-api"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.clerk'
103103
artifactId = 'backend-api'
104-
version = '1.5.0'
104+
version = '1.6.0'
105105

106106
from components.java
107107

@@ -144,17 +144,15 @@ if (!project.hasProperty('skip.signing')) {
144144
}
145145
}
146146

147+
148+
147149
dependencies {
148-
api 'com.fasterxml.jackson.core:jackson-annotations:2.17.2'
149-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
150-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2'
151-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.2'
150+
api 'com.fasterxml.jackson.core:jackson-annotations:2.18.2'
151+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
152+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
153+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.18.2'
152154
api('org.openapitools:jackson-databind-nullable:0.2.6') {exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'}
153-
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
154-
implementation 'org.apache.httpcomponents:httpmime:4.5.14'
155-
implementation 'commons-io:commons-io:2.15.1'
155+
implementation 'commons-io:commons-io:2.18.0'
156156
}
157157

158-
159-
160158
apply from: 'build-extras.gradle'

docs/models/components/Admin.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
| ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
88
| `status` | [AdminVerificationStatus](../../models/components/AdminVerificationStatus.md) | :heavy_check_mark: | N/A |
99
| `strategy` | [VerificationStrategy](../../models/components/VerificationStrategy.md) | :heavy_check_mark: | N/A |
10-
| `attempts` | *JsonNullable\<Long>* | :heavy_minus_sign: | N/A |
11-
| `expireAt` | *JsonNullable\<Long>* | :heavy_minus_sign: | N/A |
10+
| `attempts` | *Optional\<Long>* | :heavy_check_mark: | N/A |
11+
| `expireAt` | *Optional\<Long>* | :heavy_check_mark: | N/A |
12+
| `verifiedAtClient` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |

docs/models/components/EmailAddress.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ Success
1313
| `reserved` | *boolean* | :heavy_check_mark: | N/A |
1414
| `verification` | [Optional\<Verification>](../../models/components/Verification.md) | :heavy_check_mark: | N/A |
1515
| `linkedTo` | List\<[IdentificationLink](../../models/components/IdentificationLink.md)> | :heavy_check_mark: | N/A |
16+
| `matchesSsoConnection` | *Optional\<Boolean>* | :heavy_minus_sign: | Indicates whether this email address domain matches an active enterprise connection.<br/> |
1617
| `createdAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
1718
| `updatedAt` | *long* | :heavy_check_mark: | Unix timestamp of creation<br/> |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# FromOAuth
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `status` | [FromOAuthVerificationStatus](../../models/components/FromOAuthVerificationStatus.md) | :heavy_check_mark: | N/A |
9+
| `strategy` | *String* | :heavy_check_mark: | N/A |
10+
| `error` | [JsonNullable\<Error>](../../models/components/Error.md) | :heavy_minus_sign: | N/A |
11+
| `expireAt` | *Optional\<Long>* | :heavy_check_mark: | N/A |
12+
| `attempts` | *Optional\<Long>* | :heavy_check_mark: | N/A |
13+
| `verifiedAtClient` | *JsonNullable\<String>* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)