Skip to content

Commit

Permalink
Merge pull request #8 from clerk/speakeasy-sdk-regen-1718325863
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
speakeasybot authored Jun 14, 2024
2 parents a616e89 + bd54be0 commit a867086
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 1d22a5a4-8bac-42e3-b164-121fcacf66c9
management:
docChecksum: 93fd7098475aa331fae95503f8934b72
docVersion: v1
speakeasyVersion: 1.307.2
speakeasyVersion: 1.308.0
generationVersion: 2.342.2
releaseVersion: 0.0.5
configChecksum: 1106f4ac0894869f99a1878c6247299d
releaseVersion: 0.0.6
configChecksum: cb7ef88f81ef5fcbf329c9c5229575ad
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.5
version: 0.0.6
additionalDependencies: []
additionalPlugins: []
artifactID: backend-api
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
speakeasyVersion: 1.307.2
speakeasyVersion: 1.308.0
sources:
clerk-java-sdk:
sourceNamespace: clerk-java-sdk
sourceRevisionDigest: sha256:f0252d7987c351526256cbdb6d0a862a7561a5d19302a41f749bb83bcac68bd6
sourceRevisionDigest: sha256:d4fd4a5d74493247640d406eb1bbe6fa946106341dc93d8b8647003b7183881a
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:f0252d7987c351526256cbdb6d0a862a7561a5d19302a41f749bb83bcac68bd6
sourceRevisionDigest: sha256:d4fd4a5d74493247640d406eb1bbe6fa946106341dc93d8b8647003b7183881a
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 @@ -19,15 +19,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.clerk.backend_api:api:0.0.5'
implementation 'com.clerk.backend_api:api:0.0.6'
```

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

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

## 2024-06-14 00:44:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.308.0 (2.342.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.0.6] .
### Releases
- [Maven Central v0.0.6] https://central.sonatype.com/artifact/com.clerk/backend-api/0.0.6 - .
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.5"
version = "0.0.6"

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

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.5";
public String sdkVersion = "0.0.6";
public String genVersion = "2.342.2";
public String userAgent = "speakeasy-sdk/java 0.0.5 2.342.2 v1 com.clerk.backend_api";
public String userAgent = "speakeasy-sdk/java 0.0.6 2.342.2 v1 com.clerk.backend_api";

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

Expand Down

0 comments on commit a867086

Please sign in to comment.