Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.296.1 (#88)
Browse files Browse the repository at this point in the history
Co-authored-by: speakeasybot <[email protected]>
  • Loading branch information
github-actions[bot] and speakeasybot authored May 25, 2024
1 parent bf02b12 commit c9ed6fc
Show file tree
Hide file tree
Showing 7 changed files with 28 additions and 18 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
management:
docChecksum: 241d5a786e59837e86f30500836a2a90
docVersion: 1.0.0
speakeasyVersion: 1.295.2
generationVersion: 2.335.5
releaseVersion: 1.3.0
configChecksum: 6f0bcdfe257254a093d3df3f7b972ffa
speakeasyVersion: 1.296.1
generationVersion: 2.338.1
releaseVersion: 1.4.0
configChecksum: d1d49e1d5acec0edd00c23da3fff400f
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
features:
java:
additionalDependencies: 0.1.0
constsAndDefaults: 0.1.1
core: 3.20.0
core: 3.21.0
globalSecurity: 2.82.5
globalSecurityCallbacks: 0.1.0
globalServerURLs: 2.82.1
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.295.2
speakeasyVersion: 1.296.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:e5f43f3e80a19569448d16678f2346190b886bc5ede6eeeeca6ecca17a2b8f46
sourceBlobDigest: sha256:5002526e52b4b8b3e125dca26bb7012cc13506af3b785c705086d6f27f24b3f8
sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
tags:
- latest
- main
targets:
airbyte-api:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:e5f43f3e80a19569448d16678f2346190b886bc5ede6eeeeca6ecca17a2b8f46
sourceBlobDigest: sha256:5002526e52b4b8b3e125dca26bb7012cc13506af3b785c705086d6f27f24b3f8
sourceRevisionDigest: sha256:9ed7623b652ec818569cb47fce0127fe6783e16704ab9adf9e46b71af8aae9ec
sourceBlobDigest: sha256:8875c40e813888ed64de348464aa44c0e6e46fe0b90982cbfbe08c9801a87c99
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.airbyte.api:public-api:1.3.0'
implementation 'com.airbyte.api:public-api:1.4.0'
```

Maven:
```xml
<dependency>
<groupId>com.airbyte.api</groupId>
<artifactId>public-api</artifactId>
<version>1.3.0</version>
<version>1.4.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 @@ -1051,4 +1051,14 @@ Based on:
### Generated
- [java v1.3.0] .
### Releases
- [Maven Central v1.3.0] https://central.sonatype.com/artifact/com.airbyte/api/1.3.0 - .
- [Maven Central v1.3.0] https://central.sonatype.com/artifact/com.airbyte/api/1.3.0 - .

## 2024-05-24 23:58:59
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.296.1 (2.338.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.4.0] .
### Releases
- [Maven Central v1.4.0] https://central.sonatype.com/artifact/com.airbyte/api/1.4.0 - .
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.3.0'
version = '1.4.0'

from components.java

Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
java:
version: 1.3.0
version: 1.4.0
additionalDependencies: []
artifactID: api
clientServerStatusCodesAsErrors: true
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/airbyte/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 = "1.0.0";
public String sdkVersion = "1.3.0";
public String genVersion = "2.335.5";
public String userAgent = "speakeasy-sdk/java 1.3.0 2.335.5 1.0.0 com.airbyte.api";
public String sdkVersion = "1.4.0";
public String genVersion = "2.338.1";
public String userAgent = "speakeasy-sdk/java 1.4.0 2.338.1 1.0.0 com.airbyte.api";

private com.airbyte.api.utils.Hooks _hooks = new com.airbyte.api.utils.Hooks();

Expand Down

0 comments on commit c9ed6fc

Please sign in to comment.