Skip to content

Commit

Permalink
Merge pull request #7 from apideck-libraries/speakeasy-sdk-regen-1732…
Browse files Browse the repository at this point in the history
…234351

chore: 🐝 Update SDK - Generate 0.1.12
  • Loading branch information
Amzani authored Nov 22, 2024
2 parents f40a49a + c92b9ce commit 1d85dc3
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
management:
docChecksum: 4334ffef2795f1c48280e812833dd9d6
docChecksum: 51366c2bf91c8d98986aa75c233a1b1b
docVersion: 10.8.1
speakeasyVersion: 1.441.1
generationVersion: 2.461.2
releaseVersion: 0.1.11
configChecksum: 0d394cc616383dc04582e7feca08cdf8
speakeasyVersion: 1.443.0
generationVersion: 2.461.4
releaseVersion: 0.1.12
configChecksum: 5c06e236933190a83c97710265ecd9e6
repoURL: https://github.com/apideck-libraries/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 @@ -13,7 +13,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
java:
version: 0.1.11
version: 0.1.12
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.441.1
speakeasyVersion: 1.443.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:785baf18a95e4ada6d6fd933c1693d8dc6ed51965dddd46c0d266e1f36c864f3
sourceBlobDigest: sha256:a248ccbdea4f8606afcaed86823f9e6e528a382fba0f616317d16ebda61acf5a
sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31
sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643
tags:
- latest
- speakeasy-sdk-regen-1732179763
- speakeasy-sdk-regen-1732234351
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:785baf18a95e4ada6d6fd933c1693d8dc6ed51965dddd46c0d266e1f36c864f3
sourceBlobDigest: sha256:a248ccbdea4f8606afcaed86823f9e6e528a382fba0f616317d16ebda61acf5a
sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31
sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643
codeSamplesNamespace: apideck-oas-code-samples
codeSamplesRevisionDigest: sha256:dccf01e89633bc1e21a30a5c930237861d8d74d047c7b03114537c926f6841f3
codeSamplesRevisionDigest: sha256:2e3692895938cda246ef6b8efacf58e5894906e14e577d829cd359f4b2afdf42
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.apideck:unify:0.1.11'
implementation 'com.apideck:unify:0.1.12'
```

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.1.11</version>
<version>0.1.12</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.1.11] .
### Releases
- [Maven Central v0.1.11] https://central.sonatype.com/artifact/com.apideck/unify/0.1.11 - .
- [Maven Central v0.1.11] https://central.sonatype.com/artifact/com.apideck/unify/0.1.11 - .

## 2024-11-22 00:12:27
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.443.0 (2.461.4) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.1.12] .
### Releases
- [Maven Central v0.1.12] https://central.sonatype.com/artifact/com.apideck/unify/0.1.12 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "com.apideck"
version = "0.1.11"
version = "0.1.12"

sourcesJar {
archiveBaseName = "unify"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.apideck'
artifactId = 'unify'
version = '0.1.11'
version = '0.1.12'

from components.java

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/apideck/unify/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
private static final String LANGUAGE = "java";
public static final String OPENAPI_DOC_VERSION = "10.8.1";
public static final String SDK_VERSION = "0.1.11";
public static final String GEN_VERSION = "2.461.2";
public static final String SDK_VERSION = "0.1.12";
public static final String GEN_VERSION = "2.461.4";
private static final String BASE_PACKAGE = "com.apideck.unify";
public static final String USER_AGENT =
String.format("speakeasy-sdk/%s %s %s %s %s",
Expand Down

0 comments on commit 1d85dc3

Please sign in to comment.