Skip to content

Commit

Permalink
Merge pull request #26 from airbytehq/speakeasy-sdk-regen-1683763929
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored May 15, 2023
2 parents 506b8f5 + 0a05d45 commit 06098ce
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 45 deletions.
4 changes: 2 additions & 2 deletions 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.7.2'
implementation 'com.airbyte.api:public-api:0.8.0'
```
<!-- End SDK Installation -->

Expand All @@ -47,7 +47,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
26 changes: 25 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,28 @@ Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.7.2] https://central.sonatype.com/artifact/com.airbyte/api/0.7.2 - .
- [Maven Central v0.7.2] https://central.sonatype.com/artifact/com.airbyte/api/0.7.2 - .

## 2023-05-11 00:12:07
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.30.0 (2.26.3) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.7.3] https://central.sonatype.com/artifact/com.airbyte/api/0.7.3 - .

## 2023-05-12 00:11:30
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.30.1 (2.26.4) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.7.4] https://central.sonatype.com/artifact/com.airbyte/api/0.7.4 - .

## 2023-05-13 00:11:14
### Changes
Based on:
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
- Speakeasy CLI 1.31.1 (2.27.0) https://github.com/speakeasy-api/speakeasy
### Releases
- [Maven Central v0.8.0] https://central.sonatype.com/artifact/com.airbyte/api/0.8.0 - .
2 changes: 1 addition & 1 deletion USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("corrupti") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
8 changes: 4 additions & 4 deletions docs/connections/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("id") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -101,7 +101,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("illum") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -138,7 +138,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("rerum") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -175,7 +175,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("magnam") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
8 changes: 4 additions & 4 deletions docs/destinations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("architecto") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -403,7 +403,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("quam") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -440,7 +440,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("vero") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -477,7 +477,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("hic") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
8 changes: 4 additions & 4 deletions docs/jobs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("a") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -64,7 +64,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("harum") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -101,7 +101,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("quisquam") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -139,7 +139,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("amet") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
10 changes: 5 additions & 5 deletions docs/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("dolorem") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -755,7 +755,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("nobis") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -792,7 +792,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("tempore") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -833,7 +833,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("aperiam") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -877,7 +877,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("vero") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
2 changes: 1 addition & 1 deletion docs/streams/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("aperiam") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
8 changes: 4 additions & 4 deletions docs/workspaces/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("dignissimos") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -69,7 +69,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("sapiente") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -106,7 +106,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("deserunt") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down Expand Up @@ -143,7 +143,7 @@ public class Application {
try {
Airbyte sdk = Airbyte.builder()
.setSecurity(new Security("accusantium") {{
bearerAuth = "Bearer YOUR_BEARER_TOKEN_HERE";
bearerAuth = "YOUR_BEARER_TOKEN_HERE";
}})
.build();

Expand Down
6 changes: 3 additions & 3 deletions gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ configVersion: 1.0.0
management:
docChecksum: b33273ead3e10c4bc4f9bfeed6ad97a4
docVersion: 1.0.0
speakeasyVersion: 1.29.2
generationVersion: 2.26.2
speakeasyVersion: 1.31.1
generationVersion: 2.27.0
generation:
telemetryEnabled: true
sdkClassName: airbyte
singleTagPerOp: false
java:
version: 0.7.2
version: 0.8.0
artifactID: api
companyEmail: [email protected]
companyName: Airbyte
Expand Down
4 changes: 3 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '0.7.2'
version = '0.8.0'

from components.java

Expand Down Expand Up @@ -83,6 +83,8 @@ signing {
}

javadoc {
options.encoding = "UTF-8"

if(JavaVersion.current().isJava9Compatible()) {
options.addBooleanOption('html5', true)
}
Expand Down
4 changes: 2 additions & 2 deletions lib/src/main/java/com/airbyte/api/Airbyte.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class Airbyte {
private com.airbyte.api.models.shared.Security _security;
private String _serverUrl;
private String _language = "java";
private String _sdkVersion = "0.7.2";
private String _genVersion = "2.26.2";
private String _sdkVersion = "0.8.0";
private String _genVersion = "2.27.0";
/**
* The Builder class allows the configuration of a new instance of the SDK.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public ConnectionCreateRequest withNamespaceFormat(String namespaceFormat) {
}

/**
* Prefix that will be prepended to the name of each stream when it is written to the destination (ex. \u201cairbyte_\u201d causes \u201cprojects\u201d =&gt; \u201cairbyte_projects\u201d).
* Prefix that will be prepended to the name of each stream when it is written to the destination (ex. “airbyte_” causes “projects” =&gt; “airbyte_projects”).
*/
@JsonInclude(Include.NON_ABSENT)
@JsonProperty("prefix")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public DestinationBigquery withProjectId(String projectId) {
}

/**
* Interactive run type means that the query is executed as soon as possible, and these queries count towards concurrent rate limit and daily limit. Read more about interactive run type &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#queries"&gt;here&lt;/a&gt;. Batch queries are queued and started as soon as idle resources are available in the BigQuery shared resource pool, which usually occurs within a few minutes. Batch queries don\u2019t count towards your concurrent rate limit. Read more about batch queries &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#batch"&gt;here&lt;/a&gt;. The default "interactive" value is used if not set explicitly.
* Interactive run type means that the query is executed as soon as possible, and these queries count towards concurrent rate limit and daily limit. Read more about interactive run type &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#queries"&gt;here&lt;/a&gt;. Batch queries are queued and started as soon as idle resources are available in the BigQuery shared resource pool, which usually occurs within a few minutes. Batch queries don’t count towards your concurrent rate limit. Read more about batch queries &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#batch"&gt;here&lt;/a&gt;. The default "interactive" value is used if not set explicitly.
*/
@JsonInclude(Include.NON_ABSENT)
@JsonProperty("transformation_priority")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.annotation.JsonValue;

/**
* DestinationBigqueryTransformationQueryRunTypeEnum - Interactive run type means that the query is executed as soon as possible, and these queries count towards concurrent rate limit and daily limit. Read more about interactive run type &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#queries"&gt;here&lt;/a&gt;. Batch queries are queued and started as soon as idle resources are available in the BigQuery shared resource pool, which usually occurs within a few minutes. Batch queries don\u2019t count towards your concurrent rate limit. Read more about batch queries &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#batch"&gt;here&lt;/a&gt;. The default "interactive" value is used if not set explicitly.
* DestinationBigqueryTransformationQueryRunTypeEnum - Interactive run type means that the query is executed as soon as possible, and these queries count towards concurrent rate limit and daily limit. Read more about interactive run type &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#queries"&gt;here&lt;/a&gt;. Batch queries are queued and started as soon as idle resources are available in the BigQuery shared resource pool, which usually occurs within a few minutes. Batch queries don’t count towards your concurrent rate limit. Read more about batch queries &lt;a href="https://cloud.google.com/bigquery/docs/running-queries#batch"&gt;here&lt;/a&gt;. The default "interactive" value is used if not set explicitly.
*/
public enum DestinationBigqueryTransformationQueryRunTypeEnum {
INTERACTIVE("interactive"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
public class SourceFacebookMarketing {
/**
* The value of the generated access token. From your App\u2019s Dashboard, click on "Marketing API" then "Tools". Select permissions &lt;b&gt;ads_management, ads_read, read_insights, business_management&lt;/b&gt;. Then click on "Get token". See the &lt;a href="https://docs.airbyte.com/integrations/sources/facebook-marketing"&gt;docs&lt;/a&gt; for more information.
* The value of the generated access token. From your App’s Dashboard, click on "Marketing API" then "Tools". Select permissions &lt;b&gt;ads_management, ads_read, read_insights, business_management&lt;/b&gt;. Then click on "Get token". See the &lt;a href="https://docs.airbyte.com/integrations/sources/facebook-marketing"&gt;docs&lt;/a&gt; for more information.
*/
@JsonProperty("access_token")
public String accessToken;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoft withClientSecret(
}

/**
* A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -&gt; Click on the \u2026 next to the Team title -&gt; Click on Get link to team -&gt; Copy the link to the team and grab the tenant ID form the URL
* A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -&gt; Click on the next to the Team title -&gt; Click on Get link to team -&gt; Copy the link to the team and grab the tenant ID form the URL
*/
@JsonProperty("tenant_id")
public String tenantId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public SourceMicrosoftTeamsCredentialsAuthenticateViaMicrosoftOAuth20 withRefres
}

/**
* A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -&gt; Click on the \u2026 next to the Team title -&gt; Click on Get link to team -&gt; Copy the link to the team and grab the tenant ID form the URL
* A globally unique identifier (GUID) that is different than your organization name or domain. Follow these steps to obtain: open one of the Teams where you belong inside the Teams Application -&gt; Click on the next to the Team title -&gt; Click on Get link to team -&gt; Copy the link to the team and grab the tenant ID form the URL
*/
@JsonProperty("tenant_id")
public String tenantId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* SourceMysqlSslModeRequired - Always connect with SSL. If the MySQL server doesn\u2019t support SSL, the connection will not be established. Certificate Authority (CA) and Hostname are not verified.
* SourceMysqlSslModeRequired - Always connect with SSL. If the MySQL server doesn’t support SSL, the connection will not be established. Certificate Authority (CA) and Hostname are not verified.
*/
public class SourceMysqlSslModeRequired {
@JsonProperty("mode")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public class SourceS3FormatParquet {
/**
* Maximum number of records per batch read from the input files. Batches may be smaller if there aren\u2019t enough rows in the file. This option can help avoid out-of-memory errors if your data is particularly wide.
* Maximum number of records per batch read from the input files. Batches may be smaller if there aren’t enough rows in the file. This option can help avoid out-of-memory errors if your data is particularly wide.
*/
@JsonInclude(Include.NON_ABSENT)
@JsonProperty("batch_size")
Expand Down
Loading

0 comments on commit 06098ce

Please sign in to comment.