Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: 🐝 Update SDK - Generate 0.2.0 #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
lockVersion: 2.0.0
id: 38254260-287a-40b6-9ac5-c2fcb654c9cc
management:
docChecksum: 51366c2bf91c8d98986aa75c233a1b1b
docChecksum: 4cc508f41720526d29572ebc1e96a691
docVersion: 10.8.1
speakeasyVersion: 1.443.0
generationVersion: 2.461.4
releaseVersion: 0.1.12
configChecksum: 5c06e236933190a83c97710265ecd9e6
speakeasyVersion: 1.448.0
generationVersion: 2.466.0
releaseVersion: 0.2.0
configChecksum: 5148c05515254dec73989d62808c51d0
repoURL: https://github.com/apideck-libraries/sdk-java.git
published: true
features:
java:
acceptHeaders: 2.81.2
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1
core: 3.32.1
core: 3.32.2
deprecations: 2.81.1
downloadStreams: 0.1.1
flattening: 2.81.1
Expand All @@ -30,7 +30,6 @@ features:
nullables: 0.1.0
retries: 0.1.1
sdkHooks: 0.1.0
tests: 0.1.0
typeOverrides: 2.81.1
unions: 0.0.6
generatedFiles:
Expand Down Expand Up @@ -11549,3 +11548,4 @@ examples:
application/json: {"status_code": 422, "error": "Unprocessable Entity", "type_name": "InvalidStateError", "message": "Invalid State", "detail": "Unprocessable request, please verify your request headers and body.", "ref": "https://developers.apideck.com/errors#invalidstateerror"}
default:
application/json: {"status_code": 400, "error": "Bad Request", "type_name": "RequestHeadersValidationError", "message": "Invalid Params", "detail": "Missing Header: x-apideck-consumer-id", "ref": "https://developers.apideck.com/errors#unauthorizederror"}
generatedTests: {}
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.12
version: 0.2.0
additionalDependencies: []
additionalPlugins: []
artifactID: unify
Expand Down
19 changes: 10 additions & 9 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
speakeasyVersion: 1.443.0
speakeasyVersion: 1.448.0
sources:
Apideck-OAS:
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31
sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643
sourceRevisionDigest: sha256:9d06e2df700c7217482e363ad30bd2d57f0eca6e446cbe52bca95a2de14d3ca7
sourceBlobDigest: sha256:8da24190fa6311a311bf1e0fb5ce0512fa0a50c8d51deb010a7a03743f07f4f8
tags:
- latest
- speakeasy-sdk-regen-1732234351
- speakeasy-sdk-regen-1732579929
- 10.8.1
targets:
apideck:
source: Apideck-OAS
sourceNamespace: apideck-oas
sourceRevisionDigest: sha256:13f8e8b9a943c9ea0285af8c8c0c4c3ab2ada32d0e2230115a52338e13e5aa31
sourceBlobDigest: sha256:287e6fe6d2552ff30ece81b95facf5086a495e96c2e83b174a942be60c3e3643
codeSamplesNamespace: apideck-oas-code-samples
codeSamplesRevisionDigest: sha256:2e3692895938cda246ef6b8efacf58e5894906e14e577d829cd359f4b2afdf42
sourceRevisionDigest: sha256:9d06e2df700c7217482e363ad30bd2d57f0eca6e446cbe52bca95a2de14d3ca7
sourceBlobDigest: sha256:8da24190fa6311a311bf1e0fb5ce0512fa0a50c8d51deb010a7a03743f07f4f8
codeSamplesNamespace: apideck-oas-java-code-samples
codeSamplesRevisionDigest: sha256:7a78698b674a7fb443125db0796d0acd3aa3bdbf7ff96032fb8e47d645986548
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand All @@ -36,5 +37,5 @@ workflow:
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
registry:
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-code-samples
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-java-code-samples
blocking: false
2 changes: 1 addition & 1 deletion .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ targets:
gpgPassPhrase: $java_gpg_passphrase
codeSamples:
registry:
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-code-samples
location: registry.speakeasyapi.dev/apideck-k2o/apideck/apideck-oas-java-code-samples
blocking: false
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ The samples below show how a published SDK artifact is used:

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

Maven:
```xml
<dependency>
<groupId>com.apideck</groupId>
<artifactId>unify</artifactId>
<version>0.1.12</version>
<version>0.2.0</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [java v0.1.12] .
### Releases
- [Maven Central v0.1.12] https://central.sonatype.com/artifact/com.apideck/unify/0.1.12 - .
- [Maven Central v0.1.12] https://central.sonatype.com/artifact/com.apideck/unify/0.1.12 - .

## 2024-11-27 00:12:09
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.448.0 (2.466.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.2.0] .
### Releases
- [Maven Central v0.2.0] https://central.sonatype.com/artifact/com.apideck/unify/0.2.0 - .
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.12"
version = "0.2.0"

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

from components.java

Expand Down
Loading