Skip to content

Commit 6aec54a

Browse files
authored
Merge pull request #59 from airbytehq/speakeasy-sdk-regen-1692214185
chore: speakeasy sdk regeneration - Generate
2 parents ed8d5ae + 8f60cf5 commit 6aec54a

File tree

288 files changed

+2855
-2323
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

288 files changed

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

RELEASES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,4 +641,34 @@ Based on:
641641
### Generated
642642
- [java v0.35.0] .
643643
### Releases
644-
- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - .
644+
- [Maven Central v0.35.0] https://central.sonatype.com/artifact/com.airbyte/api/0.35.0 - .
645+
646+
## 2023-08-16 19:29:41
647+
### Changes
648+
Based on:
649+
- OpenAPI Doc 1.0.0
650+
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
651+
### Generated
652+
- [java v0.36.0] .
653+
### Releases
654+
- [Maven Central v0.36.0] https://central.sonatype.com/artifact/com.airbyte/api/0.36.0 - .
655+
656+
## 2023-08-19 00:11:01
657+
### Changes
658+
Based on:
659+
- OpenAPI Doc 1.0.0
660+
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
661+
### Generated
662+
- [java v0.36.1] .
663+
### Releases
664+
- [Maven Central v0.36.1] https://central.sonatype.com/artifact/com.airbyte/api/0.36.1 - .
665+
666+
## 2023-08-21 14:52:53
667+
### Changes
668+
Based on:
669+
- OpenAPI Doc 1.0.0
670+
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
671+
### Generated
672+
- [java v0.36.2] .
673+
### Releases
674+
- [Maven Central v0.36.2] https://central.sonatype.com/artifact/com.airbyte/api/0.36.2 - .

docs/models/operations/ListJobsRequest.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
88
| `connectionId` | *String* | :heavy_minus_sign: | Filter the Jobs by connectionId. |
9+
| `createdAtEnd` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end date to filter by |
10+
| `createdAtStart` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start date to filter by |
911
| `jobType` | [com.airbyte.api.models.shared.JobTypeEnum](../../models/shared/JobTypeEnum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
1012
| `limit` | *Integer* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
1113
| `offset` | *Integer* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
14+
| `orderBy` | *String* | :heavy_minus_sign: | The field and method to use for ordering. Currently allowed are createdAt and updatedAt. |
15+
| `status` | [com.airbyte.api.models.shared.JobStatusEnum](../../models/shared/JobStatusEnum.md) | :heavy_minus_sign: | The Job status you want to filter by |
16+
| `updatedAtEnd` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The end date to filter by |
17+
| `updatedAtStart` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The start date to filter by |
1218
| `workspaceIds` | List<*String*> | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list jobs for. Empty list will retrieve all allowed workspaces. |

docs/models/shared/AirtableCredentials.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
8-
| `accessToken` | *String* | :heavy_minus_sign: | Access Token for making authenticated requests. |
9-
| `clientId` | *String* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
10-
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret the Airtable developer application. |
11-
| `refreshToken` | *String* | :heavy_minus_sign: | The key to refresh the expired access token. |
12-
| `tokenExpiryDate` | [OffsetDateTime](https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html) | :heavy_minus_sign: | The date-time when the access token should be refreshed. |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
8+
| `clientId` | *String* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
9+
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret the Airtable developer application. |

docs/models/shared/AmazonAds.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ The values required to configure the source.
88
| Field | Type | Required | Description |
99
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
1010
| `clientId` | *String* | :heavy_minus_sign: | The client ID of your Amazon Ads developer application. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens#retrieve-your-client-id-and-client-secret">docs</a> for more information. |
11-
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret of your Amazon Ads developer application. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens#retrieve-your-client-id-and-client-secret">docs</a> for more information. |
12-
| `refreshToken` | *String* | :heavy_minus_sign: | Amazon Ads refresh token. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens">docs</a> for more information on how to obtain this token. |
11+
| `clientSecret` | *String* | :heavy_minus_sign: | The client secret of your Amazon Ads developer application. See the <a href="https://advertising.amazon.com/API/docs/en-us/get-started/generate-api-tokens#retrieve-your-client-id-and-client-secret">docs</a> for more information. |

docs/models/shared/AmazonSellerPartner.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ The values required to configure the source.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
10-
| `lwaAppId` | *String* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
11-
| `lwaClientSecret` | *String* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |
12-
| `refreshToken` | *String* | :heavy_minus_sign: | The Refresh Token obtained via OAuth flow authorization. |
8+
| Field | Type | Required | Description |
9+
| ------------------------------------- | ------------------------------------- | ------------------------------------- | ------------------------------------- |
10+
| `lwaAppId` | *String* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
11+
| `lwaClientSecret` | *String* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |

docs/models/shared/AsanaCredentials.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@
66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
88
| `clientId` | *String* | :heavy_minus_sign: | N/A |
9-
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |
10-
| `refreshToken` | *String* | :heavy_minus_sign: | N/A |
9+
| `clientSecret` | *String* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)