Skip to content

Commit

Permalink
Merge pull request #4 from clerk/speakeasy-sdk-regen-1718317946
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
speakeasybot authored Jun 13, 2024
2 parents cfd04a3 + f8814d9 commit 0418214
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: v1
speakeasyVersion: 1.307.2
generationVersion: 2.342.2
releaseVersion: 0.0.2
configChecksum: cbacb66c514142b06e6d37a52d129dfe
releaseVersion: 0.0.3
configChecksum: e5a0688082597945cff153272891fd95
repoURL: https://github.com/clerk/clerk-sdk-java.git
published: true
features:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 0.0.2
version: 0.0.3
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand Down
4 changes: 2 additions & 2 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.307.2
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:9e02ef8a222cb78445ec7a7ac7bd777d669a4fddfe0467cdad28aa02fd69c2fb
sourceRevisionDigest: sha256:f66e98409a3911164cec7ffd3e6e671f437010d92c731570689bcbc4fd5cec8c
sourceBlobDigest: sha256:be6a2adf86086a55368c73204dfb84b5ca2f9d8514f771aff33857624a212e56
tags:
- latest
Expand All @@ -11,7 +11,7 @@ targets:
my-first-target:
source: clerk-java-sdk
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:9e02ef8a222cb78445ec7a7ac7bd777d669a4fddfe0467cdad28aa02fd69c2fb
sourceRevisionDigest: sha256:f66e98409a3911164cec7ffd3e6e671f437010d92c731570689bcbc4fd5cec8c
sourceBlobDigest: sha256:be6a2adf86086a55368c73204dfb84b5ca2f9d8514f771aff33857624a212e56
outLocation: /github/workspace/repo
workflow:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.clerk.backend_api:api:0.0.2'
implementation 'com.clerk.backend_api:api:0.0.3'
```

Maven:
```xml
<dependency>
<groupId>com.clerk.backend_api</groupId>
<artifactId>api</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,14 @@ Based on:
### Generated
- [java v0.0.2] .
### Releases
- [Maven Central v0.0.2] https://central.sonatype.com/artifact/com.clerk/backend-api/0.0.2 - .
- [Maven Central v0.0.2] https://central.sonatype.com/artifact/com.clerk/backend-api/0.0.2 - .

## 2024-06-13 22:32:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.307.2 (2.342.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.0.3] .
### Releases
- [Maven Central v0.0.3] https://central.sonatype.com/artifact/com.clerk/backend-api/0.0.3 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tasks.withType(Javadoc) {
options.addStringOption('Xdoclint:none', '-quiet')
}
group = "com.clerk"
version = "0.0.2"
version = "0.0.3"

sourcesJar {
archiveBaseName = "backend-api"
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.clerk'
artifactId = 'backend-api'
version = '0.0.2'
version = '0.0.3'

from components.java

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/clerk/backend_api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "v1";
public String sdkVersion = "0.0.2";
public String sdkVersion = "0.0.3";
public String genVersion = "2.342.2";
public String userAgent = "speakeasy-sdk/java 0.0.2 2.342.2 v1 com.clerk.backend_api";
public String userAgent = "speakeasy-sdk/java 0.0.3 2.342.2 v1 com.clerk.backend_api";

private com.clerk.backend_api.utils.Hooks _hooks = createHooks();

Expand Down

0 comments on commit 0418214

Please sign in to comment.