Skip to content

Commit ed7995a

Browse files
authored
Merge pull request #38 from airbytehq/speakeasy-sdk-regen-1692216816
chore: speakeasy sdk regeneration - Generate
2 parents 544d795 + f4b4c30 commit ed7995a

File tree

227 files changed

+1499
-1136
lines changed

Some content is hidden

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

227 files changed

+1499
-1136
lines changed

RELEASES.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,4 +448,34 @@ Based on:
448448
### Generated
449449
- [python v0.31.0] .
450450
### Releases
451-
- [PyPI v0.31.0] https://pypi.org/project/airbyte-api/0.31.0 - .
451+
- [PyPI v0.31.0] https://pypi.org/project/airbyte-api/0.31.0 - .
452+
453+
## 2023-08-16 20:13:34
454+
### Changes
455+
Based on:
456+
- OpenAPI Doc 1.0.0
457+
- Speakeasy CLI 1.73.1 (2.84.3) https://github.com/speakeasy-api/speakeasy
458+
### Generated
459+
- [python v0.32.0] .
460+
### Releases
461+
- [PyPI v0.32.0] https://pypi.org/project/airbyte-api/0.32.0 - .
462+
463+
## 2023-08-19 00:12:22
464+
### Changes
465+
Based on:
466+
- OpenAPI Doc 1.0.0
467+
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
468+
### Generated
469+
- [python v0.32.1] .
470+
### Releases
471+
- [PyPI v0.32.1] https://pypi.org/project/airbyte-api/0.32.1 - .
472+
473+
## 2023-08-21 14:53:00
474+
### Changes
475+
Based on:
476+
- OpenAPI Doc 1.0.0
477+
- Speakeasy CLI 1.74.3 (2.86.6) https://github.com/speakeasy-api/speakeasy
478+
### Generated
479+
- [python v0.32.2] .
480+
### Releases
481+
- [PyPI v0.32.2] https://pypi.org/project/airbyte-api/0.32.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
| `connection_id` | *Optional[str]* | :heavy_minus_sign: | Filter the Jobs by connectionId. |
9+
| `created_at_end` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The end date to filter by |
10+
| `created_at_start` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The start date to filter by |
911
| `job_type` | [Optional[shared.JobTypeEnum]](../../models/shared/jobtypeenum.md) | :heavy_minus_sign: | Filter the Jobs by jobType. |
1012
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of Jobs returned. The default is 20 Jobs. |
1113
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning Jobs. The default is 0. |
14+
| `order_by` | *Optional[str]* | :heavy_minus_sign: | The field and method to use for ordering. Currently allowed are createdAt and updatedAt. |
15+
| `status` | [Optional[shared.JobStatusEnum]](../../models/shared/jobstatusenum.md) | :heavy_minus_sign: | The Job status you want to filter by |
16+
| `updated_at_end` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The end date to filter by |
17+
| `updated_at_start` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The start date to filter by |
1218
| `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: 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-
| `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. |
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. |

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

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

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
| `client_id` | *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 |
9+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | N/A |

docs/models/shared/bingads.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
| `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. |
12-
| `refresh_token` | *Optional[str]* | :heavy_minus_sign: | Refresh Token to renew the expired Access Token. |
11+
| `client_secret` | *Optional[str]* | :heavy_minus_sign: | The Client Secret of your Microsoft Advertising developer application. |

0 commit comments

Comments
 (0)