Skip to content

Commit

Permalink
Merge pull request #71 from airbytehq/speakeasy-sdk-regen-1705617673
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
terencecho authored Jan 18, 2024
2 parents a2418c6 + 825845d commit 9a9f58e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
lockVersion: 2.0.0
id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
management:
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
docChecksum: c101e6356aa26bcdee80457c4dc64471
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.228.1
releaseVersion: 0.47.2
configChecksum: 43f5adc74d3e72e5fe9fdef69d95773b
generationVersion: 2.237.2
releaseVersion: 0.48.0
configChecksum: daad51943f0f0e231f1e7b3b0c77f220
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
features:
java:
core: 3.2.1
core: 3.2.2
globalSecurity: 2.81.2
globalServerURLs: 2.82.1
generatedFiles:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
### Gradle

```groovy
implementation 'com.airbyte.api:public-api:0.47.2'
implementation 'com.airbyte.api:public-api:0.48.0'
```
<!-- End SDK Installation [installation] -->

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

## 2024-01-18 22:41:11
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.48.0] .
### Releases
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
1 change: 0 additions & 1 deletion docs/models/shared/OAuthActorNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
| `ASANA` | asana |
| `BING_ADS` | bing-ads |
| `FACEBOOK_MARKETING` | facebook-marketing |
| `FACEBOOK_PAGES` | facebook-pages |
| `GITHUB` | github |
| `GITLAB` | gitlab |
| `GOOGLE_ADS` | google-ads |
Expand Down
2 changes: 1 addition & 1 deletion docs/sdks/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public class Application {

com.airbyte.api.models.shared.InitiateOauthRequest req = new InitiateOauthRequest(
"string",
OAuthActorNames.GITLAB,
OAuthActorNames.GOOGLE_ADS,
"fd28130d-9919-4ffa-a67d-4e12eb099447"){{
oAuthInputConfiguration = new OAuthInputConfiguration(
);
Expand Down
3 changes: 2 additions & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ generation:
fixes:
nameResolutionDec2023: false
java:
version: 0.47.2
version: 0.48.0
artifactID: api
companyEmail: [email protected]
companyName: Airbyte
Expand All @@ -27,3 +27,4 @@ java:
ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
outputModelSuffix: output
projectName: public-api
templateVersion: v1
Empty file modified gradlew.bat
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.47.2'
version = '0.48.0'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions lib/src/main/java/com/airbyte/api/SDKConfiguration.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class SDKConfiguration {
public int serverIdx = 0;
public String language = "java";
public String openapiDocVersion = "1.0.0";
public String sdkVersion = "0.47.2";
public String genVersion = "2.228.1";
public String userAgent = "speakeasy-sdk/java 0.47.2 2.228.1 1.0.0 com.airbyte.api";
public String sdkVersion = "0.48.0";
public String genVersion = "2.237.2";
public String userAgent = "speakeasy-sdk/java 0.48.0 2.237.2 1.0.0 com.airbyte.api";


}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public enum OAuthActorNames {
ASANA("asana"),
BING_ADS("bing-ads"),
FACEBOOK_MARKETING("facebook-marketing"),
FACEBOOK_PAGES("facebook-pages"),
GITHUB("github"),
GITLAB("gitlab"),
GOOGLE_ADS("google-ads"),
Expand Down

0 comments on commit 9a9f58e

Please sign in to comment.