Skip to content

Commit

Permalink
Merge pull request #99 from airbytehq/speakeasy-sdk-regen-1721178300
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 2f0b3fa + fd3bf41 commit 090e850
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.5
configChecksum: 162f4e503795363f7d847c552d83fae5
releaseVersion: 1.5.6
configChecksum: 78f04711a7ee3d2616ef89625c4ba8fc
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:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
tags:
- latest
- main
Expand All @@ -24,8 +24,8 @@ targets:
testing:
source: sample-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:52214cad5906e3076bfa027f4d254e8b2a4912a23f07b96c0ebfbf63732af8ad
sourceBlobDigest: sha256:8a75ab4bf20d7f6b033afca375f5bf2369783a9ab3bf7a9d760437ae57511ef0
sourceRevisionDigest: sha256:ae1458922028c585899e924550deb102771e785502796350b07e0318e63dc3c5
sourceBlobDigest: sha256:f8ca9ad89a0c2b7c34a61f37b54738b3145684d626855b551abe57898a3837be
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.5'
implementation 'com.airbyte:api:1.5.6'
```

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

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

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

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.5
version: 1.5.6
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.5";
public String sdkVersion = "1.5.6";
public String genVersion = "2.373.2";
public String userAgent = "speakeasy-sdk/java 1.5.5 2.373.2 1.0.0 com.airbyte.api";
public String userAgent = "speakeasy-sdk/java 1.5.6 2.373.2 1.0.0 com.airbyte.api";

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

Expand Down

0 comments on commit 090e850

Please sign in to comment.