Skip to content

Commit 5f4a802

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

File tree

1,360 files changed

+9592
-3265
lines changed

Some content is hidden

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

1,360 files changed

+9592
-3265
lines changed

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -49,29 +49,22 @@ req = shared.ConnectionCreateRequest(
4949
'pfft',
5050
],
5151
],
52-
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
5352
),
5453
],
5554
),
56-
data_residency=shared.GeographyEnum.AUTO,
57-
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
58-
name='mesh interactive',
59-
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
55+
destination_id='62083eaf-c855-4914-a0a5-70f6dd427d83',
6056
namespace_format='${SOURCE_NAMESPACE}',
61-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
62-
prefix='port Idaho',
6357
schedule=shared.ConnectionSchedule(
64-
cron_expression='productivity',
65-
schedule_type=shared.ScheduleTypeEnum.MANUAL,
58+
schedule_type=shared.ScheduleTypeEnum.CRON,
6659
),
67-
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
68-
status=shared.ConnectionStatusEnum.INACTIVE,
60+
source_id='55584783-5842-4325-b6c7-b3fd2fd307d6',
6961
)
7062

7163
res = s.connections.create_connection(req)
7264

7365
if res.connection_response is not None:
7466
# handle response
67+
pass
7568
```
7669
<!-- End SDK Example Usage -->
7770

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,4 +638,14 @@ Based on:
638638
### Generated
639639
- [python v0.38.1] .
640640
### Releases
641-
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .
641+
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .
642+
643+
## 2023-10-13 00:13:41
644+
### Changes
645+
Based on:
646+
- OpenAPI Doc 1.0.0
647+
- Speakeasy CLI 1.99.0 (2.154.1) https://github.com/speakeasy-api/speakeasy
648+
### Generated
649+
- [python v0.39.0] .
650+
### Releases
651+
- [PyPI v0.39.0] https://pypi.org/project/airbyte-api/0.39.0 - .

USAGE.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,21 @@ req = shared.ConnectionCreateRequest(
2727
'pfft',
2828
],
2929
],
30-
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
3130
),
3231
],
3332
),
34-
data_residency=shared.GeographyEnum.AUTO,
35-
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
36-
name='mesh interactive',
37-
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
33+
destination_id='62083eaf-c855-4914-a0a5-70f6dd427d83',
3834
namespace_format='${SOURCE_NAMESPACE}',
39-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
40-
prefix='port Idaho',
4135
schedule=shared.ConnectionSchedule(
42-
cron_expression='productivity',
43-
schedule_type=shared.ScheduleTypeEnum.MANUAL,
36+
schedule_type=shared.ScheduleTypeEnum.CRON,
4437
),
45-
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
46-
status=shared.ConnectionStatusEnum.INACTIVE,
38+
source_id='55584783-5842-4325-b6c7-b3fd2fd307d6',
4739
)
4840

4941
res = s.connections.create_connection(req)
5042

5143
if res.connection_response is not None:
5244
# handle response
45+
pass
5346
```
5447
<!-- End SDK Example Usage -->

docs/models/operations/canceljobrequest.md

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

66
| Field | Type | Required | Description |
77
| ------------------ | ------------------ | ------------------ | ------------------ |
8-
| `job_id` | *Optional[int]* | :heavy_check_mark: | N/A |
8+
| `job_id` | *int* | :heavy_check_mark: | N/A |

docs/models/operations/canceljobresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `job_response` | [Optional[shared.JobResponse]](undefined/models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/createconnectionresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `connection_response` | [Optional[shared.ConnectionResponse]](undefined/models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
9-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `connection_response` | [Optional[shared.ConnectionResponse]](../../models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
9+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/createdestinationresponse.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `destination_response` | [Optional[shared.DestinationResponse]](undefined/models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
11-
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `destination_response` | [Optional[shared.DestinationResponse]](../../models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/createjobresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
8-
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `job_response` | [Optional[shared.JobResponse]](undefined/models/shared/jobresponse.md) | :heavy_minus_sign: | Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for. |
10-
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for. |
10+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)