Skip to content

Commit 9a9f58e

Browse files
authored
Merge pull request #71 from airbytehq/speakeasy-sdk-regen-1705617673
chore: 🐝 Update SDK - Generate
2 parents a2418c6 + 825845d commit 9a9f58e

File tree

10 files changed

+24
-15
lines changed

10 files changed

+24
-15
lines changed

β€Ž.speakeasy/gen.lockβ€Ž

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
lockVersion: 2.0.0
22
id: 5b16d152-46cd-4f0b-94e9-018ca2cfe7cd
33
management:
4-
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
4+
docChecksum: c101e6356aa26bcdee80457c4dc64471
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.228.1
8-
releaseVersion: 0.47.2
9-
configChecksum: 43f5adc74d3e72e5fe9fdef69d95773b
7+
generationVersion: 2.237.2
8+
releaseVersion: 0.48.0
9+
configChecksum: daad51943f0f0e231f1e7b3b0c77f220
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
repoSubDirectory: .
1212
published: true
1313
features:
1414
java:
15-
core: 3.2.1
15+
core: 3.2.2
1616
globalSecurity: 2.81.2
1717
globalServerURLs: 2.82.1
1818
generatedFiles:

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 1 deletion
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.47.2'
24+
implementation 'com.airbyte.api:public-api:0.48.0'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

β€ŽRELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,4 +951,14 @@ Based on:
951951
### Generated
952952
- [java v0.47.2] .
953953
### Releases
954-
- [Maven Central v0.47.2] https://central.sonatype.com/artifact/com.airbyte/api/0.47.2 - .
954+
- [Maven Central v0.47.2] https://central.sonatype.com/artifact/com.airbyte/api/0.47.2 - .
955+
956+
## 2024-01-18 22:41:11
957+
### Changes
958+
Based on:
959+
- OpenAPI Doc 1.0.0
960+
- Speakeasy CLI 1.147.0 (2.237.2) https://github.com/speakeasy-api/speakeasy
961+
### Generated
962+
- [java v0.48.0] .
963+
### Releases
964+
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .

β€Ždocs/models/shared/OAuthActorNames.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
| `ASANA` | asana |
1212
| `BING_ADS` | bing-ads |
1313
| `FACEBOOK_MARKETING` | facebook-marketing |
14-
| `FACEBOOK_PAGES` | facebook-pages |
1514
| `GITHUB` | github |
1615
| `GITLAB` | gitlab |
1716
| `GOOGLE_ADS` | google-ads |

β€Ždocs/sdks/sources/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public class Application {
222222

223223
com.airbyte.api.models.shared.InitiateOauthRequest req = new InitiateOauthRequest(
224224
"string",
225-
OAuthActorNames.GITLAB,
225+
OAuthActorNames.GOOGLE_ADS,
226226
"fd28130d-9919-4ffa-a67d-4e12eb099447"){{
227227
oAuthInputConfiguration = new OAuthInputConfiguration(
228228
);

β€Žgen.yamlβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generation:
77
fixes:
88
nameResolutionDec2023: false
99
java:
10-
version: 0.47.2
10+
version: 0.48.0
1111
artifactID: api
1212
companyEmail: [email protected]
1313
companyName: Airbyte
@@ -27,3 +27,4 @@ java:
2727
ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
2828
outputModelSuffix: output
2929
projectName: public-api
30+
templateVersion: v1

β€Žgradlew.batβ€Ž

100644100755
File mode changed.

β€Žlib/build.gradleβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ publishing {
5656
maven(MavenPublication) {
5757
groupId = 'com.airbyte'
5858
artifactId = 'api'
59-
version = '0.47.2'
59+
version = '0.48.0'
6060

6161
from components.java
6262

β€Žlib/src/main/java/com/airbyte/api/SDKConfiguration.javaβ€Ž

Lines changed: 3 additions & 3 deletions
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.47.2";
19-
public String genVersion = "2.228.1";
20-
public String userAgent = "speakeasy-sdk/java 0.47.2 2.228.1 1.0.0 com.airbyte.api";
18+
public String sdkVersion = "0.48.0";
19+
public String genVersion = "2.237.2";
20+
public String userAgent = "speakeasy-sdk/java 0.48.0 2.237.2 1.0.0 com.airbyte.api";
2121

2222

2323
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ public enum OAuthActorNames {
1313
ASANA("asana"),
1414
BING_ADS("bing-ads"),
1515
FACEBOOK_MARKETING("facebook-marketing"),
16-
FACEBOOK_PAGES("facebook-pages"),
1716
GITHUB("github"),
1817
GITLAB("gitlab"),
1918
GOOGLE_ADS("google-ads"),

0 commit comments

Comments
Β (0)