Skip to content

Commit 304111a

Browse files
authored
Merge pull request #27 from airbytehq/speakeasy-sdk-regen-1688590223
chore: speakeasy sdk regeneration - Generate
2 parents b0e7a5c + 022da91 commit 304111a

File tree

138 files changed

+890
-277
lines changed

Some content is hidden

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

138 files changed

+890
-277
lines changed

RELEASES.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,20 @@ Based on:
294294
- OpenAPI Doc 1.0.0
295295
- Speakeasy CLI 1.51.3 (2.52.2) https://github.com/speakeasy-api/speakeasy
296296
### Releases
297-
- [PyPI v0.18.0] https://pypi.org/project/airbyte-api/0.18.0 - .
297+
- [PyPI v0.18.0] https://pypi.org/project/airbyte-api/0.18.0 - .
298+
299+
## 2023-07-05 20:50:22
300+
### Changes
301+
Based on:
302+
- OpenAPI Doc 1.0.0
303+
- Speakeasy CLI 1.52.2 (2.57.2) https://github.com/speakeasy-api/speakeasy
304+
### Releases
305+
- [PyPI v0.19.0] https://pypi.org/project/airbyte-api/0.19.0 - .
306+
307+
## 2023-07-07 00:16:49
308+
### Changes
309+
Based on:
310+
- OpenAPI Doc 1.0.0
311+
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
312+
### Releases
313+
- [PyPI v0.20.0] https://pypi.org/project/airbyte-api/0.20.0 - .

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-
| `connection_id` | *str* | :heavy_check_mark: | Filter the Jobs by connectionId. |
9-
| `job_type` | [Optional[shared.JobTypeEnum]](../../models/shared/jobtypeenum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
10-
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
11-
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8+
| `connection_id` | *Optional[str]* | :heavy_minus_sign: | Filter the Jobs by connectionId. |
9+
| `job_type` | [Optional[shared.JobTypeEnum]](../../models/shared/jobtypeenum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
10+
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
11+
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
12+
| `workspace_ids` | list[*str*] | :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-
| `client_id` | *Optional[str]* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
9-
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The client secret the Airtable developer application. |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
8+
| `access_token` | *Optional[str]* | :heavy_minus_sign: | Access Token for making authenticated requests. |
9+
| `client_id` | *Optional[str]* | :heavy_minus_sign: | The client ID of the Airtable developer application. |
10+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The client secret the Airtable developer application. |
11+
| `refresh_token` | *Optional[str]* | :heavy_minus_sign: | The key to refresh the expired access token. |
12+
| `token_expiry_date` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :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
| `client_id` | *Optional[str]* | :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-
| `client_secret` | *Optional[str]* | :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+
| `client_secret` | *Optional[str]* | :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+
| `refresh_token` | *Optional[str]* | :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-
| `lwa_app_id` | *Optional[str]* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
11-
| `lwa_client_secret` | *Optional[str]* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
10+
| `lwa_app_id` | *Optional[str]* | :heavy_minus_sign: | Your Login with Amazon Client ID. |
11+
| `lwa_client_secret` | *Optional[str]* | :heavy_minus_sign: | Your Login with Amazon Client Secret. |
12+
| `refresh_token` | *Optional[str]* | :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
| `client_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
9-
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | N/A |
9+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | N/A |
10+
| `refresh_token` | *Optional[str]* | :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
| `client_id` | *Optional[str]* | :heavy_minus_sign: | The Client ID of your Microsoft Advertising developer application. |
11-
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |
11+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |
12+
| `refresh_token` | *Optional[str]* | :heavy_minus_sign: | Refresh Token to renew the expired Access Token. |

0 commit comments

Comments
 (0)