@@ -52,15 +52,15 @@ The samples below show how a published SDK artifact is used:
5252
5353Gradle:
5454``` groovy
55- implementation 'com.clerk:backend-api:1.5 .0'
55+ implementation 'com.clerk:backend-api:1.6 .0'
5656```
5757
5858Maven:
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
0 commit comments