Skip to content

Commit f5401a3

Browse files
authored
Merge pull request #24 from airbytehq/speakeasy-sdk-regen-1683072678
chore: speakeasy sdk regeneration - Generate
2 parents 994b3a5 + 4e6b7ba commit f5401a3

24 files changed

+58
-459
lines changed

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.5.3'
24+
implementation 'com.airbyte.api:public-api:0.7.1'
2525
```
2626
<!-- End SDK Installation -->
2727

RELEASES.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,4 +207,28 @@ Based on:
207207
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
208208
- Speakeasy CLI 1.26.5 (2.23.6) https://github.com/speakeasy-api/speakeasy
209209
### Releases
210-
- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.airbyte/api/0.5.3 - .
210+
- [Maven Central v0.5.3] https://central.sonatype.com/artifact/com.airbyte/api/0.5.3 - .
211+
212+
## 2023-05-03 00:11:17
213+
### Changes
214+
Based on:
215+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
216+
- Speakeasy CLI 1.27.0 (2.24.0) https://github.com/speakeasy-api/speakeasy
217+
### Releases
218+
- [Maven Central v0.6.0] https://central.sonatype.com/artifact/com.airbyte/api/0.6.0 - .
219+
220+
## 2023-05-05 00:11:13
221+
### Changes
222+
Based on:
223+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
224+
- Speakeasy CLI 1.29.0 (2.26.0) https://github.com/speakeasy-api/speakeasy
225+
### Releases
226+
- [Maven Central v0.7.0] https://central.sonatype.com/artifact/com.airbyte/api/0.7.0 - .
227+
228+
## 2023-05-06 00:11:54
229+
### Changes
230+
Based on:
231+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
232+
- Speakeasy CLI 1.29.1 (2.26.1) https://github.com/speakeasy-api/speakeasy
233+
### Releases
234+
- [Maven Central v0.7.1] https://central.sonatype.com/artifact/com.airbyte/api/0.7.1 - .

docs/sources/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ import com.airbyte.api.models.shared.SourceFacebookMarketing;
148148
import com.airbyte.api.models.shared.SourceFacebookMarketingFacebookMarketingEnum;
149149
import com.airbyte.api.models.shared.SourceFacebookMarketingInsightConfig;
150150
import com.airbyte.api.models.shared.SourceFacebookMarketingInsightConfigLevelEnum;
151-
import com.airbyte.api.models.shared.SourceFacebookMarketingInsightConfigValidActionBreakdownsEnum;
152-
import com.airbyte.api.models.shared.SourceFacebookMarketingInsightConfigValidBreakdownsEnum;
153-
import com.airbyte.api.models.shared.SourceFacebookMarketingInsightConfigValidEnumsEnum;
154151
import com.airbyte.api.models.shared.SourceFacebookPages;
155152
import com.airbyte.api.models.shared.SourceFacebookPagesFacebookPagesEnum;
156153
import com.airbyte.api.models.shared.SourceFaker;
@@ -519,7 +516,6 @@ import com.airbyte.api.models.shared.SourceS3FormatCSV;
519516
import com.airbyte.api.models.shared.SourceS3FormatCSVFiletypeEnum;
520517
import com.airbyte.api.models.shared.SourceS3FormatJsonl;
521518
import com.airbyte.api.models.shared.SourceS3FormatJsonlFiletypeEnum;
522-
import com.airbyte.api.models.shared.SourceS3FormatJsonlUnexpectedFieldBehaviorEnum;
523519
import com.airbyte.api.models.shared.SourceS3FormatParquet;
524520
import com.airbyte.api.models.shared.SourceS3FormatParquetFiletypeEnum;
525521
import com.airbyte.api.models.shared.SourceS3S3AmazonWebServices;

docs/workspaces/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ import com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentials
2222
import com.airbyte.api.models.operations.CreateOrUpdateWorkspaceOAuthCredentialsResponse;
2323
import com.airbyte.api.models.shared.Security;
2424
import com.airbyte.api.models.shared.WorkspaceOAuthCredentialsRequest;
25-
import com.airbyte.api.models.shared.WorkspaceOAuthCredentialsRequestActorTypeEnum;
2625

2726
public class Application {
2827
public static void main(String[] args) {
@@ -33,7 +32,7 @@ public class Application {
3332
}})
3433
.build();
3534

36-
CreateOrUpdateWorkspaceOAuthCredentialsRequest req = new CreateOrUpdateWorkspaceOAuthCredentialsRequest( new WorkspaceOAuthCredentialsRequest(WorkspaceOAuthCredentialsRequestActorTypeEnum.SOURCE, new java.util.HashMap<String, Object>() {{
35+
CreateOrUpdateWorkspaceOAuthCredentialsRequest req = new CreateOrUpdateWorkspaceOAuthCredentialsRequest( new WorkspaceOAuthCredentialsRequest("inventore", new java.util.HashMap<String, Object>() {{
3736
put("totam", "accusamus");
3837
put("aliquam", "odio");
3938
}}, "occaecati");, "commodi");

files.gen

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -538,9 +538,6 @@ lib/src/main/java/com/airbyte/api/models/shared/SourceEmailoctopusEmailoctopusEn
538538
lib/src/main/java/com/airbyte/api/models/shared/SourceEmailoctopus.java
539539
lib/src/main/java/com/airbyte/api/models/shared/SourceExchangeRatesExchangeRatesEnum.java
540540
lib/src/main/java/com/airbyte/api/models/shared/SourceExchangeRates.java
541-
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingInsightConfigValidActionBreakdownsEnum.java
542-
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingInsightConfigValidBreakdownsEnum.java
543-
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingInsightConfigValidEnumsEnum.java
544541
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingInsightConfigLevelEnum.java
545542
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingInsightConfig.java
546543
lib/src/main/java/com/airbyte/api/models/shared/SourceFacebookMarketingFacebookMarketingEnum.java
@@ -905,7 +902,6 @@ lib/src/main/java/com/airbyte/api/models/shared/SourceRkiCovid.java
905902
lib/src/main/java/com/airbyte/api/models/shared/SourceRssRssEnum.java
906903
lib/src/main/java/com/airbyte/api/models/shared/SourceRss.java
907904
lib/src/main/java/com/airbyte/api/models/shared/SourceS3FormatJsonlFiletypeEnum.java
908-
lib/src/main/java/com/airbyte/api/models/shared/SourceS3FormatJsonlUnexpectedFieldBehaviorEnum.java
909905
lib/src/main/java/com/airbyte/api/models/shared/SourceS3FormatJsonl.java
910906
lib/src/main/java/com/airbyte/api/models/shared/SourceS3FormatAvroFiletypeEnum.java
911907
lib/src/main/java/com/airbyte/api/models/shared/SourceS3FormatAvro.java
@@ -1092,7 +1088,6 @@ lib/src/main/java/com/airbyte/api/models/shared/SourceZuora.java
10921088
lib/src/main/java/com/airbyte/api/models/shared/InitiateOauthRequest.java
10931089
lib/src/main/java/com/airbyte/api/models/shared/SourcesResponse.java
10941090
lib/src/main/java/com/airbyte/api/models/shared/StreamProperties.java
1095-
lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequestActorTypeEnum.java
10961091
lib/src/main/java/com/airbyte/api/models/shared/WorkspaceOAuthCredentialsRequest.java
10971092
lib/src/main/java/com/airbyte/api/models/shared/WorkspaceResponse.java
10981093
lib/src/main/java/com/airbyte/api/models/shared/WorkspaceCreateRequest.java

gen.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@ configVersion: 1.0.0
22
management:
33
docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.26.5
6-
generationVersion: 2.23.6
5+
speakeasyVersion: 1.29.1
6+
generationVersion: 2.26.1
77
generation:
88
telemetryEnabled: true
99
sdkClassName: airbyte
1010
singleTagPerOp: false
1111
java:
12-
version: 0.5.3
12+
version: 0.7.1
1313
artifactID: api
1414
companyEmail: info@airbyte.com
1515
companyName: Airbyte
1616
companyURL: www.airbyte.com
1717
githubURL: github.com/airbytehq/airbyte-api-java-sdk
1818
groupID: com.airbyte
19+
maxMethodParams: 0
1920
ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
2021
projectName: public-api

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ publishing {
4141
maven(MavenPublication) {
4242
groupId = 'com.airbyte'
4343
artifactId = 'api'
44-
version = '0.5.3'
44+
version = '0.7.1'
4545

4646
from components.java
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ public class Airbyte {
3030
private com.airbyte.api.models.shared.Security _security;
3131
private String _serverUrl;
3232
private String _language = "java";
33-
private String _sdkVersion = "0.5.3";
34-
private String _genVersion = "2.23.6";
33+
private String _sdkVersion = "0.7.1";
34+
private String _genVersion = "2.26.1";
3535
/**
3636
* The Builder class allows the configuration of a new instance of the SDK.
3737
*/

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

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ public Connections(HTTPClient defaultClient, HTTPClient securityClient, String s
3131
this._genVersion = genVersion;
3232
}
3333

34-
/**
35-
* Create a connection
36-
* @param request the request object containing all of the parameters for the API call
37-
* @return the response from the API call
38-
* @throws Exception if the API call fails
39-
*/
4034
public com.airbyte.api.models.operations.CreateConnectionResponse createConnection(com.airbyte.api.models.shared.ConnectionCreateRequest request) throws Exception {
4135
String baseUrl = this._serverUrl;
4236
String url = com.airbyte.api.utils.Utils.generateURL(baseUrl, "/connections");
@@ -76,12 +70,6 @@ else if (httpRes.statusCode() == 400 || httpRes.statusCode() == 403) {
7670
return res;
7771
}
7872

79-
/**
80-
* Delete a Connection
81-
* @param request the request object containing all of the parameters for the API call
82-
* @return the response from the API call
83-
* @throws Exception if the API call fails
84-
*/
8573
public com.airbyte.api.models.operations.DeleteConnectionResponse deleteConnection(com.airbyte.api.models.operations.DeleteConnectionRequest request) throws Exception {
8674
String baseUrl = this._serverUrl;
8775
String url = com.airbyte.api.utils.Utils.generateURL(com.airbyte.api.models.operations.DeleteConnectionRequest.class, baseUrl, "/connections/{connectionId}", request, null);
@@ -108,12 +96,6 @@ public com.airbyte.api.models.operations.DeleteConnectionResponse deleteConnecti
10896
return res;
10997
}
11098

111-
/**
112-
* Get Connection details
113-
* @param request the request object containing all of the parameters for the API call
114-
* @return the response from the API call
115-
* @throws Exception if the API call fails
116-
*/
11799
public com.airbyte.api.models.operations.GetConnectionResponse getConnection(com.airbyte.api.models.operations.GetConnectionRequest request) throws Exception {
118100
String baseUrl = this._serverUrl;
119101
String url = com.airbyte.api.utils.Utils.generateURL(com.airbyte.api.models.operations.GetConnectionRequest.class, baseUrl, "/connections/{connectionId}", request, null);
@@ -148,12 +130,6 @@ else if (httpRes.statusCode() == 403 || httpRes.statusCode() == 404) {
148130
return res;
149131
}
150132

151-
/**
152-
* List connections
153-
* @param request the request object containing all of the parameters for the API call
154-
* @return the response from the API call
155-
* @throws Exception if the API call fails
156-
*/
157133
public com.airbyte.api.models.operations.ListConnectionsResponse listConnections(com.airbyte.api.models.operations.ListConnectionsRequest request) throws Exception {
158134
String baseUrl = this._serverUrl;
159135
String url = com.airbyte.api.utils.Utils.generateURL(baseUrl, "/connections");

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

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ public Destinations(HTTPClient defaultClient, HTTPClient securityClient, String
3131
this._genVersion = genVersion;
3232
}
3333

34-
/**
35-
* Create a destination
36-
* Creates a destination given a name, workspace id, and a json blob containing the configuration for the source.
37-
* @param request the request object containing all of the parameters for the API call
38-
* @return the response from the API call
39-
* @throws Exception if the API call fails
40-
*/
4134
public com.airbyte.api.models.operations.CreateDestinationResponse createDestination(com.airbyte.api.models.shared.DestinationCreateRequest request) throws Exception {
4235
String baseUrl = this._serverUrl;
4336
String url = com.airbyte.api.utils.Utils.generateURL(baseUrl, "/destinations");
@@ -74,12 +67,6 @@ else if (httpRes.statusCode() == 400 || httpRes.statusCode() == 403 || httpRes.s
7467
return res;
7568
}
7669

77-
/**
78-
* Delete a Destination
79-
* @param request the request object containing all of the parameters for the API call
80-
* @return the response from the API call
81-
* @throws Exception if the API call fails
82-
*/
8370
public com.airbyte.api.models.operations.DeleteDestinationResponse deleteDestination(com.airbyte.api.models.operations.DeleteDestinationRequest request) throws Exception {
8471
String baseUrl = this._serverUrl;
8572
String url = com.airbyte.api.utils.Utils.generateURL(com.airbyte.api.models.operations.DeleteDestinationRequest.class, baseUrl, "/destinations/{destinationId}", request, null);
@@ -106,12 +93,6 @@ public com.airbyte.api.models.operations.DeleteDestinationResponse deleteDestina
10693
return res;
10794
}
10895

109-
/**
110-
* Get Destination details
111-
* @param request the request object containing all of the parameters for the API call
112-
* @return the response from the API call
113-
* @throws Exception if the API call fails
114-
*/
11596
public com.airbyte.api.models.operations.GetDestinationResponse getDestination(com.airbyte.api.models.operations.GetDestinationRequest request) throws Exception {
11697
String baseUrl = this._serverUrl;
11798
String url = com.airbyte.api.utils.Utils.generateURL(com.airbyte.api.models.operations.GetDestinationRequest.class, baseUrl, "/destinations/{destinationId}", request, null);
@@ -146,12 +127,6 @@ else if (httpRes.statusCode() == 403 || httpRes.statusCode() == 404) {
146127
return res;
147128
}
148129

149-
/**
150-
* List destinations
151-
* @param request the request object containing all of the parameters for the API call
152-
* @return the response from the API call
153-
* @throws Exception if the API call fails
154-
*/
155130
public com.airbyte.api.models.operations.ListDestinationsResponse listDestinations(com.airbyte.api.models.operations.ListDestinationsRequest request) throws Exception {
156131
String baseUrl = this._serverUrl;
157132
String url = com.airbyte.api.utils.Utils.generateURL(baseUrl, "/destinations");

0 commit comments

Comments
 (0)