Skip to content

Commit

Permalink
Merge pull request #74 from airbytehq/speakeasy-sdk-regen-1708463812
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
terencecho authored Feb 20, 2024
2 parents 3922781 + e3260b2 commit 4bff5f6
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 13 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
management:
docChecksum: c101e6356aa26bcdee80457c4dc64471
docChecksum: f32864912d3a716aa1b28aee6ebab024
docVersion: 1.0.0
speakeasyVersion: internal
generationVersion: 2.259.1
releaseVersion: 0.49.1
configChecksum: e3e7c21a61e9ffebaa16be28635d6db0
generationVersion: 2.263.3
releaseVersion: 0.49.2
configChecksum: ac99cc2f7096cb5666efe965394acd4f
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
repoSubDirectory: .
published: true
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.49.1'
implementation 'com.airbyte.api:public-api:0.49.2'
```
<!-- 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 @@ -1001,4 +1001,14 @@ Based on:
### Generated
- [java v0.49.1] .
### Releases
- [Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .
- [Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .

## 2024-02-20 21:16:49
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.184.0 (2.263.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v0.49.2] .
### Releases
- [Maven Central v0.49.2] https://central.sonatype.com/artifact/com.airbyte/api/0.49.2 - .
2 changes: 1 addition & 1 deletion docs/models/shared/OAuthActorNames.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
| `LEVER_HIRING` | lever-hiring |
| `LINKEDIN_ADS` | linkedin-ads |
| `MAILCHIMP` | mailchimp |
| `MICROSOFT_SHAREPOINT` | microsoft-sharepoint |
| `MICROSOFT_TEAMS` | microsoft-teams |
| `MONDAY` | monday |
| `NOTION` | notion |
| `PINTEREST` | pinterest |
| `RETENTLY` | retently |
| `SALESFORCE` | salesforce |
| `SHOPIFY` | shopify |
| `SLACK` | slack |
| `SMARTSHEETS` | smartsheets |
| `SNAPCHAT_MARKETING` | snapchat-marketing |
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generation:
parameterOrderingFeb2024: false
requestResponseComponentNamesFeb2024: false
java:
version: 0.49.1
version: 0.49.2
artifactID: api
companyEmail: [email protected]
companyName: Airbyte
Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.49.1'
version = '0.49.2'

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.49.1";
public String genVersion = "2.259.1";
public String userAgent = "speakeasy-sdk/java 0.49.1 2.259.1 1.0.0 com.airbyte.api";
public String sdkVersion = "0.49.2";
public String genVersion = "2.263.3";
public String userAgent = "speakeasy-sdk/java 0.49.2 2.263.3 1.0.0 com.airbyte.api";


}
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ public enum OAuthActorNames {
LEVER_HIRING("lever-hiring"),
LINKEDIN_ADS("linkedin-ads"),
MAILCHIMP("mailchimp"),
MICROSOFT_SHAREPOINT("microsoft-sharepoint"),
MICROSOFT_TEAMS("microsoft-teams"),
MONDAY("monday"),
NOTION("notion"),
PINTEREST("pinterest"),
RETENTLY("retently"),
SALESFORCE("salesforce"),
SHOPIFY("shopify"),
SLACK("slack"),
SMARTSHEETS("smartsheets"),
SNAPCHAT_MARKETING("snapchat-marketing"),
Expand Down

0 comments on commit 4bff5f6

Please sign in to comment.