Skip to content

Commit 7919b3e

Browse files
speakeasybotJonsSpaghetti
authored andcommitted
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.51.3
1 parent 0761abe commit 7919b3e

File tree

150 files changed

+2037
-354
lines changed

Some content is hidden

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

150 files changed

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

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,4 +471,12 @@ Based on:
471471
- OpenAPI Doc 1.0.0
472472
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy
473473
### Releases
474-
- [Maven Central v0.21.0] https://central.sonatype.com/artifact/com.airbyte/api/0.21.0 - .
474+
- [Maven Central v0.21.0] https://central.sonatype.com/artifact/com.airbyte/api/0.21.0 - .
475+
476+
## 2023-06-30 22:25:29
477+
### Changes
478+
Based on:
479+
- OpenAPI Doc 1.0.0
480+
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy
481+
### Releases
482+
- [Maven Central v0.21.1] https://central.sonatype.com/artifact/com.airbyte/api/0.21.1 - .

docs/models/operations/ListJobsRequest.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
8-
| `connectionId` | *String* | :heavy_check_mark: | Filter the Jobs by connectionId. |
9-
| `jobType` | [com.airbyte.api.models.shared.JobTypeEnum](../../models/shared/JobTypeEnum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
10-
| `limit` | *Integer* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
11-
| `offset` | *Integer* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8+
| `connectionId` | *String* | :heavy_minus_sign: | Filter the Jobs by connectionId. |
9+
| `jobType` | [com.airbyte.api.models.shared.JobTypeEnum](../../models/shared/JobTypeEnum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
10+
| `limit` | *Integer* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
11+
| `offset` | *Integer* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
12+
| `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: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33

44
## Fields
55

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. |
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. |

docs/models/shared/AmazonAds.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ 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. |
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. |

docs/models/shared/AmazonSellerPartner.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ 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. |
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. |

docs/models/shared/AsanaCredentials.md

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

docs/models/shared/BingAds.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ The values required to configure the source.
88
| Field | Type | Required | Description |
99
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
1010
| `clientId` | *String* | :heavy_minus_sign: | The Client ID of your Microsoft Advertising developer application. |
11-
| `clientSecret` | *String* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |
11+
| `clientSecret` | *String* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |
12+
| `refreshToken` | *String* | :heavy_minus_sign: | Refresh Token to renew the expired Access Token. |

0 commit comments

Comments
 (0)