Skip to content

Commit 4bff5f6

Browse files
authored
Merge pull request #74 from airbytehq/speakeasy-sdk-regen-1708463812
chore: 🐝 Update SDK - Generate
2 parents 3922781 + e3260b2 commit 4bff5f6

File tree

8 files changed

+23
-13
lines changed

8 files changed

+23
-13
lines changed

.speakeasy/gen.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
33
management:
4-
docChecksum: c101e6356aa26bcdee80457c4dc64471
4+
docChecksum: f32864912d3a716aa1b28aee6ebab024
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.259.1
8-
releaseVersion: 0.49.1
9-
configChecksum: e3e7c21a61e9ffebaa16be28635d6db0
7+
generationVersion: 2.263.3
8+
releaseVersion: 0.49.2
9+
configChecksum: ac99cc2f7096cb5666efe965394acd4f
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.49.1'
24+
implementation 'com.airbyte.api:public-api:0.49.2'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1001,4 +1001,14 @@ Based on:
10011001
### Generated
10021002
- [java v0.49.1] .
10031003
### Releases
1004-
- [Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .
1004+
- [Maven Central v0.49.1] https://central.sonatype.com/artifact/com.airbyte/api/0.49.1 - .
1005+
1006+
## 2024-02-20 21:16:49
1007+
### Changes
1008+
Based on:
1009+
- OpenAPI Doc 1.0.0
1010+
- Speakeasy CLI 1.184.0 (2.263.3) https://github.com/speakeasy-api/speakeasy
1011+
### Generated
1012+
- [java v0.49.2] .
1013+
### Releases
1014+
- [Maven Central v0.49.2] https://central.sonatype.com/artifact/com.airbyte/api/0.49.2 - .

docs/models/shared/OAuthActorNames.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
| `LEVER_HIRING` | lever-hiring |
2626
| `LINKEDIN_ADS` | linkedin-ads |
2727
| `MAILCHIMP` | mailchimp |
28+
| `MICROSOFT_SHAREPOINT` | microsoft-sharepoint |
2829
| `MICROSOFT_TEAMS` | microsoft-teams |
2930
| `MONDAY` | monday |
3031
| `NOTION` | notion |
3132
| `PINTEREST` | pinterest |
3233
| `RETENTLY` | retently |
3334
| `SALESFORCE` | salesforce |
34-
| `SHOPIFY` | shopify |
3535
| `SLACK` | slack |
3636
| `SMARTSHEETS` | smartsheets |
3737
| `SNAPCHAT_MARKETING` | snapchat-marketing |

gen.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generation:
99
parameterOrderingFeb2024: false
1010
requestResponseComponentNamesFeb2024: false
1111
java:
12-
version: 0.49.1
12+
version: 0.49.2
1313
artifactID: api
1414
companyEmail: [email protected]
1515
companyName: Airbyte

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ publishing {
6464
maven(MavenPublication) {
6565
groupId = 'com.airbyte'
6666
artifactId = 'api'
67-
version = '0.49.1'
67+
version = '0.49.2'
6868

6969
from components.java
7070

lib/src/main/java/com/airbyte/api/SDKConfiguration.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class SDKConfiguration {
1515
public int serverIdx = 0;
1616
public String language = "java";
1717
public String openapiDocVersion = "1.0.0";
18-
public String sdkVersion = "0.49.1";
19-
public String genVersion = "2.259.1";
20-
public String userAgent = "speakeasy-sdk/java 0.49.1 2.259.1 1.0.0 com.airbyte.api";
18+
public String sdkVersion = "0.49.2";
19+
public String genVersion = "2.263.3";
20+
public String userAgent = "speakeasy-sdk/java 0.49.2 2.263.3 1.0.0 com.airbyte.api";
2121

2222

2323
}

lib/src/main/java/com/airbyte/api/models/shared/OAuthActorNames.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ public enum OAuthActorNames {
2727
LEVER_HIRING("lever-hiring"),
2828
LINKEDIN_ADS("linkedin-ads"),
2929
MAILCHIMP("mailchimp"),
30+
MICROSOFT_SHAREPOINT("microsoft-sharepoint"),
3031
MICROSOFT_TEAMS("microsoft-teams"),
3132
MONDAY("monday"),
3233
NOTION("notion"),
3334
PINTEREST("pinterest"),
3435
RETENTLY("retently"),
3536
SALESFORCE("salesforce"),
36-
SHOPIFY("shopify"),
3737
SLACK("slack"),
3838
SMARTSHEETS("smartsheets"),
3939
SNAPCHAT_MARKETING("snapchat-marketing"),

0 commit comments

Comments
 (0)