Skip to content

Commit c35fb16

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.101.0
1 parent 5f4a802 commit c35fb16

File tree

475 files changed

+1600
-1145
lines changed

Some content is hidden

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

475 files changed

+1600
-1145
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ req = shared.ConnectionCreateRequest(
4343
cursor_field=[
4444
'violet',
4545
],
46-
name='at BMW',
46+
name='Account',
4747
primary_key=[
4848
[
49-
'pfft',
49+
'BMW',
5050
],
5151
],
5252
),
5353
],
5454
),
55-
destination_id='62083eaf-c855-4914-a0a5-70f6dd427d83',
55+
destination_id='e362083e-afc8-4559-94e0-a570f6dd427d',
5656
namespace_format='${SOURCE_NAMESPACE}',
5757
schedule=shared.ConnectionSchedule(
5858
schedule_type=shared.ScheduleTypeEnum.CRON,
5959
),
60-
source_id='55584783-5842-4325-b6c7-b3fd2fd307d6',
60+
source_id='3a555847-8358-4423-a5b6-c7b3fd2fd307',
6161
)
6262

6363
res = s.connections.create_connection(req)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,4 +648,14 @@ Based on:
648648
### Generated
649649
- [python v0.39.0] .
650650
### Releases
651-
- [PyPI v0.39.0] https://pypi.org/project/airbyte-api/0.39.0 - .
651+
- [PyPI v0.39.0] https://pypi.org/project/airbyte-api/0.39.0 - .
652+
653+
## 2023-10-18 00:13:28
654+
### Changes
655+
Based on:
656+
- OpenAPI Doc 1.0.0
657+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
658+
### Generated
659+
- [python v0.40.0] .
660+
### Releases
661+
- [PyPI v0.40.0] https://pypi.org/project/airbyte-api/0.40.0 - .

USAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ req = shared.ConnectionCreateRequest(
2121
cursor_field=[
2222
'violet',
2323
],
24-
name='at BMW',
24+
name='Account',
2525
primary_key=[
2626
[
27-
'pfft',
27+
'BMW',
2828
],
2929
],
3030
),
3131
],
3232
),
33-
destination_id='62083eaf-c855-4914-a0a5-70f6dd427d83',
33+
destination_id='e362083e-afc8-4559-94e0-a570f6dd427d',
3434
namespace_format='${SOURCE_NAMESPACE}',
3535
schedule=shared.ConnectionSchedule(
3636
schedule_type=shared.ScheduleTypeEnum.CRON,
3737
),
38-
source_id='55584783-5842-4325-b6c7-b3fd2fd307d6',
38+
source_id='3a555847-8358-4423-a5b6-c7b3fd2fd307',
3939
)
4040

4141
res = s.connections.create_connection(req)

docs/models/operations/listconnectionsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `include_deleted` | *Optional[bool]* | :heavy_minus_sign: | Include deleted connections in the returned results. |
99
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of Connections returned. The default is 20. |
1010
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning Connections. The default is 0 |
11-
| `workspace_ids` | list[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list connections for. Empty list will retrieve all allowed workspaces. |
11+
| `workspace_ids` | List[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list connections for. Empty list will retrieve all allowed workspaces. |

docs/models/operations/listdestinationsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `include_deleted` | *Optional[bool]* | :heavy_minus_sign: | Include deleted destinations in the returned results. |
99
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of destinations returned. The default is 20. |
1010
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning destinations. The default is 0 |
11-
| `workspace_ids` | list[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list destinations for. Empty list will retrieve all allowed workspaces. |
11+
| `workspace_ids` | List[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list destinations for. Empty list will retrieve all allowed workspaces. |

docs/models/operations/listjobsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
| `status` | [Optional[shared.JobStatusEnum]](../../models/shared/jobstatusenum.md) | :heavy_minus_sign: | The Job status you want to filter by |
1616
| `updated_at_end` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The end date to filter by |
1717
| `updated_at_start` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | The start date to filter by |
18-
| `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. |
18+
| `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/operations/listsourcesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `include_deleted` | *Optional[bool]* | :heavy_minus_sign: | Include deleted sources in the returned results. |
99
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of sources returned. The default is 20. |
1010
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning sources. The default is 0 |
11-
| `workspace_ids` | list[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list sources for. Empty list will retrieve all allowed workspaces. |
11+
| `workspace_ids` | List[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to list sources for. Empty list will retrieve all allowed workspaces. |

docs/models/operations/listworkspacesrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
| `include_deleted` | *Optional[bool]* | :heavy_minus_sign: | Include deleted workspaces in the returned results. |
99
| `limit` | *Optional[int]* | :heavy_minus_sign: | Set the limit on the number of workspaces returned. The default is 20. |
1010
| `offset` | *Optional[int]* | :heavy_minus_sign: | Set the offset to start at when returning workspaces. The default is 0 |
11-
| `workspace_ids` | list[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces. |
11+
| `workspace_ids` | List[*str*] | :heavy_minus_sign: | The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces. |

docs/models/shared/connectionsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55

66
| Field | Type | Required | Description |
77
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8-
| `data` | list[[ConnectionResponse](../../models/shared/connectionresponse.md)] | :heavy_check_mark: | N/A |
8+
| `data` | List[[ConnectionResponse](../../models/shared/connectionresponse.md)] | :heavy_check_mark: | N/A |
99
| `next` | *Optional[str]* | :heavy_minus_sign: | N/A |
1010
| `previous` | *Optional[str]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)