Skip to content

Commit 9f1b336

Browse files
## Java SDK Changes: (#98)
* `clerk.users.create()`: * `request.skipUserRequirement` **Added** Co-authored-by: speakeasybot <bot@speakeasyapi.dev>
1 parent 233906a commit 9f1b336

34 files changed

Lines changed: 572 additions & 917 deletions

.speakeasy/gen.lock

Lines changed: 68 additions & 68 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
@@ -26,7 +26,7 @@ generation:
2626
generateNewTests: false
2727
skipResponseBodyAssertions: false
2828
java:
29-
version: 4.1.0
29+
version: 4.1.1
3030
additionalDependencies: []
3131
additionalPlugins: []
3232
artifactID: backend-api
@@ -40,6 +40,7 @@ java:
4040
enableSlf4jLogging: false
4141
enableStreamingUploads: false
4242
flattenGlobalSecurity: true
43+
forwardCompatibleEnumsByDefault: false
4344
generateOptionalUnionAccessors: false
4445
generateSpringBootStarter: true
4546
githubURL: github.com/owner/repo

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.675.4
1+
speakeasyVersion: 1.680.1
22
sources:
33
clerk-java-sdk:
44
sourceNamespace: clerk-java-sdk
5-
sourceRevisionDigest: sha256:07cdf7c654921bc745702d1667a5937b9aade5adc50fcecf6874f2aaeceff868
6-
sourceBlobDigest: sha256:be7700d3c34b17ea35adcecce84bc9758638b6b11c63efac9256c045854224e7
5+
sourceRevisionDigest: sha256:c81bfb5a6337605ccea7e861d8c03dc0431fbf80159691e5d793e7734ad994df
6+
sourceBlobDigest: sha256:0ae3f0fcc78e29ea4779ace5f1c14b5bc246b351e6ff5dc949390e343e4c0484
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1762906246
9+
- speakeasy-sdk-regen-1766080325
1010
- "2025-11-10"
1111
targets:
1212
clerk-java:
1313
source: clerk-java-sdk
1414
sourceNamespace: clerk-java-sdk
15-
sourceRevisionDigest: sha256:07cdf7c654921bc745702d1667a5937b9aade5adc50fcecf6874f2aaeceff868
16-
sourceBlobDigest: sha256:be7700d3c34b17ea35adcecce84bc9758638b6b11c63efac9256c045854224e7
15+
sourceRevisionDigest: sha256:c81bfb5a6337605ccea7e861d8c03dc0431fbf80159691e5d793e7734ad994df
16+
sourceBlobDigest: sha256:0ae3f0fcc78e29ea4779ace5f1c14b5bc246b351e6ff5dc949390e343e4c0484
1717
codeSamplesNamespace: clerk-java-sdk-code-samples
18-
codeSamplesRevisionDigest: sha256:de9414671028ced59dcb36a66aa95f1b1200cfce4ccf3de9d9811fdf3c60f454
18+
codeSamplesRevisionDigest: sha256:88722c4b215f70731c0a29059ea2403157a49342c552052c0832062aa83ef3af
1919
my-first-target:
2020
source: clerk-java-sdk
2121
sourceNamespace: clerk-java-sdk

README.md

Lines changed: 2 additions & 2 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:4.1.0'
55+
implementation 'com.clerk:backend-api:4.1.1'
5656
```
5757

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,4 +368,14 @@ Based on:
368368
### Generated
369369
- [java v4.1.0] .
370370
### Releases
371-
- [Maven Central v4.1.0] https://central.sonatype.com/artifact/com.clerk/backend-api/4.1.0 - .
371+
- [Maven Central v4.1.0] https://central.sonatype.com/artifact/com.clerk/backend-api/4.1.0 - .
372+
373+
## 2025-12-18 17:51:47
374+
### Changes
375+
Based on:
376+
- OpenAPI Doc
377+
- Speakeasy CLI 1.680.1 (2.788.5) https://github.com/speakeasy-api/speakeasy
378+
### Generated
379+
- [java v4.1.1] .
380+
### Releases
381+
- [Maven Central v4.1.1] https://central.sonatype.com/artifact/com.clerk/backend-api/4.1.1 - .

docs/models/operations/CreateMachineRequestBody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
88
| `name` | *String* | :heavy_check_mark: | The name of the machine |
9-
| `scopedMachines` | List\<*String*> | :heavy_minus_sign: | Array of machine IDs that this machine will have access to. Maximum of 25 scopes per machine. |
9+
| `scopedMachines` | List\<*String*> | :heavy_minus_sign: | Array of machine IDs that this machine will have access to. Maximum of 150 scopes per machine. |
1010
| `defaultTokenTtl` | *Optional\<Long>* | :heavy_minus_sign: | The default time-to-live (TTL) in seconds for tokens created by this machine. Must be at least 1 second. |

docs/models/operations/CreateUserRequestBody.md

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

docs/sdks/machines/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ public class Application {
389389
## createScope
390390

391391
Creates a new machine scope, allowing the specified machine to access another machine.
392-
Maximum of 25 scopes per machine.
392+
Maximum of 150 scopes per machine.
393393

394394
### Example Usage
395395

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
groupId=com.clerk
22
artifactId=backend-api
3-
version=4.1.0
3+
version=4.1.1
44
org.gradle.jvmargs=-Xmx4g -XX:MaxMetaspaceSize=1g

src/main/java/com/clerk/backend_api/Machines.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ public RotateMachineSecretKeyResponse rotateSecretKey(
416416
* Create a machine scope
417417
*
418418
* <p>Creates a new machine scope, allowing the specified machine to access another machine.
419-
* Maximum of 25 scopes per machine.
419+
* Maximum of 150 scopes per machine.
420420
*
421421
* @return The call builder
422422
*/
@@ -428,7 +428,7 @@ public CreateMachineScopeRequestBuilder createScope() {
428428
* Create a machine scope
429429
*
430430
* <p>Creates a new machine scope, allowing the specified machine to access another machine.
431-
* Maximum of 25 scopes per machine.
431+
* Maximum of 150 scopes per machine.
432432
*
433433
* @param machineId The ID of the machine that will have access to another machine
434434
* @return The response from the API call
@@ -442,7 +442,7 @@ public CreateMachineScopeResponse createScope(String machineId) {
442442
* Create a machine scope
443443
*
444444
* <p>Creates a new machine scope, allowing the specified machine to access another machine.
445-
* Maximum of 25 scopes per machine.
445+
* Maximum of 150 scopes per machine.
446446
*
447447
* @param machineId The ID of the machine that will have access to another machine
448448
* @param requestBody

0 commit comments

Comments
 (0)