Skip to content

Commit 877d283

Browse files
authored
Merge pull request #79 from clerk/speakeasy-sdk-regen-1749475071
chore: 🐝 Update SDK - Generate 3.0.3
2 parents 61a4e67 + 26921e0 commit 877d283

9 files changed

Lines changed: 30 additions & 19 deletions

File tree

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ id: 1d22a5a4-8bac-42e3-b164-121fcacf66c9
33
management:
44
docChecksum: 8eca1f8d4d1026b09957be1b73537220
55
docVersion: "2025-03-12"
6-
speakeasyVersion: 1.555.2
7-
generationVersion: 2.620.2
8-
releaseVersion: 3.0.2
9-
configChecksum: 2dfa5499b193a511cda83f67a4d9e48b
6+
speakeasyVersion: 1.557.1
7+
generationVersion: 2.623.2
8+
releaseVersion: 3.0.3
9+
configChecksum: cedc6b16701dceb8f59f6c9bfccf77c0
1010
repoURL: https://github.com/clerk/clerk-sdk-java.git
1111
published: true
1212
features:
1313
java:
1414
additionalDependencies: 0.1.0
1515
additionalProperties: 0.0.1
1616
constsAndDefaults: 0.1.1
17-
core: 3.37.3
17+
core: 3.37.4
1818
deprecations: 2.81.1
1919
flattening: 2.81.1
2020
globalSecurity: 2.82.8

β€Ž.speakeasy/gen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ generation:
1717
oAuth2ClientCredentialsEnabled: true
1818
oAuth2PasswordEnabled: false
1919
java:
20-
version: 3.0.2
20+
version: 3.0.3
2121
additionalDependencies: []
2222
additionalPlugins: []
2323
artifactID: backend-api
24+
baseErrorName: ClerkError
2425
clientServerStatusCodesAsErrors: true
2526
companyEmail: info@mycompany.com
2627
companyName: My Company

β€Ž.speakeasy/workflow.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.555.2
1+
speakeasyVersion: 1.557.1
22
sources:
33
clerk-java-sdk:
44
sourceNamespace: clerk-java-sdk
5-
sourceRevisionDigest: sha256:c36e268c0fb6c01acc3b32b2e15bbb9e1f4fcfdfbb0f43aa37bf835b1363a34b
5+
sourceRevisionDigest: sha256:9a7f600b8eaae8695f69a25e152d156a7a06c7596a669524fd69d0fb7898dcc1
66
sourceBlobDigest: sha256:7d364a0a7b05961ccc0d3990c9ca939ff08a410b6b6855ea60a6041c9ef4bfbf
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1749049119
9+
- speakeasy-sdk-regen-1749475071
1010
- "2025-03-12"
1111
targets:
1212
clerk-java:
1313
source: clerk-java-sdk
1414
sourceNamespace: clerk-java-sdk
15-
sourceRevisionDigest: sha256:c36e268c0fb6c01acc3b32b2e15bbb9e1f4fcfdfbb0f43aa37bf835b1363a34b
15+
sourceRevisionDigest: sha256:9a7f600b8eaae8695f69a25e152d156a7a06c7596a669524fd69d0fb7898dcc1
1616
sourceBlobDigest: sha256:7d364a0a7b05961ccc0d3990c9ca939ff08a410b6b6855ea60a6041c9ef4bfbf
1717
codeSamplesNamespace: clerk-java-sdk-code-samples
18-
codeSamplesRevisionDigest: sha256:5de2fed6c54e92e4a56a36203c816d2b6b9ac6c552bad90c872da288a4b6b879
18+
codeSamplesRevisionDigest: sha256:592bd5abfdbbb3b973a6ceced9e3aa6df96b009905191ff187a3df7fd8c22d43
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
@@ -50,15 +50,15 @@ The samples below show how a published SDK artifact is used:
5050

5151
Gradle:
5252
```groovy
53-
implementation 'com.clerk:backend-api:3.0.2'
53+
implementation 'com.clerk:backend-api:3.0.3'
5454
```
5555

5656
Maven:
5757
```xml
5858
<dependency>
5959
<groupId>com.clerk</groupId>
6060
<artifactId>backend-api</artifactId>
61-
<version>3.0.2</version>
61+
<version>3.0.3</version>
6262
</dependency>
6363
```
6464

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,4 +318,14 @@ Based on:
318318
### Generated
319319
- [java v3.0.2] .
320320
### Releases
321-
- [Maven Central v3.0.2] https://central.sonatype.com/artifact/com.clerk/backend-api/3.0.2 - .
321+
- [Maven Central v3.0.2] https://central.sonatype.com/artifact/com.clerk/backend-api/3.0.2 - .
322+
323+
## 2025-06-09 13:17:33
324+
### Changes
325+
Based on:
326+
- OpenAPI Doc
327+
- Speakeasy CLI 1.557.1 (2.623.2) https://github.com/speakeasy-api/speakeasy
328+
### Generated
329+
- [java v3.0.3] .
330+
### Releases
331+
- [Maven Central v3.0.3] https://central.sonatype.com/artifact/com.clerk/backend-api/3.0.3 - .

β€Žbuild.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ publishing {
103103
// https://github.com/gradle/gradle/issues/18619
104104
groupId = "com.clerk"
105105
artifactId = "backend-api"
106-
version = "3.0.2"
106+
version = "3.0.3"
107107

108108
from components.java
109109

β€Žgradle.propertiesβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
groupId=com.clerk
22
artifactId=backend-api
3-
version=3.0.2
3+
version=3.0.3

β€Žsrc/main/java/com/clerk/backend_api/SDKConfiguration.javaβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ public class SDKConfiguration {
1616

1717
private static final String LANGUAGE = "java";
1818
public static final String OPENAPI_DOC_VERSION = "2025-03-12";
19-
public static final String SDK_VERSION = "3.0.2";
20-
public static final String GEN_VERSION = "2.620.2";
19+
public static final String SDK_VERSION = "3.0.3";
20+
public static final String GEN_VERSION = "2.623.2";
2121
private static final String BASE_PACKAGE = "com.clerk.backend_api";
2222
public static final String USER_AGENT =
2323
String.format("speakeasy-sdk/%s %s %s %s %s",

β€Žsrc/main/java/com/clerk/backend_api/utils/HTTPClient.javaβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public interface HTTPClient {
1515
* Sends an HTTP request and returns the response.
1616
*
1717
* <p>Note that {@link HttpRequest} is immutable. To modify the request you can use
18-
* {@link HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>)} with
18+
* {@code HttpRequest#newBuilder(HttpRequest, BiPredicate<String, String>)} with
1919
* JDK 16 and later (which will copy the request for modification in a builder).
2020
* If that method is not available then use {@link Helpers#copy} (which also returns
2121
* a builder).

0 commit comments

Comments
Β (0)