Skip to content

Commit

Permalink
Merge pull request #100 from airbytehq/speakeasy-sdk-regen-1721179278
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
bgroff authored Jul 17, 2024
2 parents 090e850 + e1e312a commit 6370863
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 14 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: 1.0.0
speakeasyVersion: 1.337.1
generationVersion: 2.373.2
releaseVersion: 1.5.6
configChecksum: 78f04711a7ee3d2616ef89625c4ba8fc
releaseVersion: 1.5.7
configChecksum: 665b60af38afd9b8c5f5519a98ea7088
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sources:
- main
sample-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
tags:
- latest
- main
Expand All @@ -24,8 +24,8 @@ targets:
testing:
source: sample-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
sourceRevisionDigest: sha256:84c035221761f746e65967de0ed9c8b01ff1d97fff7111d106df2710fd305b3d
sourceBlobDigest: sha256:0a3016ebd2c390c0064f08603f883d730712411cb731216658d123d67213563a
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 @@ -26,15 +26,15 @@ The samples below show how a published SDK artifact is used:

Gradle:
```groovy
implementation 'com.airbyte:api:1.5.6'
implementation 'com.airbyte:api:1.5.7'
```

Maven:
```xml
<dependency>
<groupId>com.airbyte</groupId>
<artifactId>api</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
```

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1141,4 +1141,14 @@ Based on:
### Generated
- [java v1.5.6] .
### Releases
- [Maven Central v1.5.6] https://central.sonatype.com/artifact/com.airbyte/api/1.5.6 - .
- [Maven Central v1.5.6] https://central.sonatype.com/artifact/com.airbyte/api/1.5.6 - .

## 2024-07-17 01:21:13
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.337.1 (2.373.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.5.7] .
### Releases
- [Maven Central v1.5.7] https://central.sonatype.com/artifact/com.airbyte/api/1.5.7 - .
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.airbyte"
version = "1.5.6"
version = "1.5.7"

sourcesJar {
archiveBaseName = "api"
Expand Down Expand Up @@ -98,7 +98,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.5.6'
version = '1.5.7'

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.5.6
version: 1.5.7
additionalDependencies: []
additionalPlugins: []
artifactID: api
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ public Optional<SecuritySource> securitySource() {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "1.5.6";
public String sdkVersion = "1.5.7";
public String genVersion = "2.373.2";
public String userAgent = "speakeasy-sdk/java 1.5.6 2.373.2 1.0.0 com.airbyte.api";
public String userAgent = "speakeasy-sdk/java 1.5.7 2.373.2 1.0.0 com.airbyte.api";

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

Expand Down

0 comments on commit 6370863

Please sign in to comment.