Skip to content

Commit 56f527a

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.3
1 parent 8458e67 commit 56f527a

File tree

1,094 files changed

+3082
-7416
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,094 files changed

+3082
-7416
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,31 +41,31 @@ req = shared.ConnectionCreateRequest(
4141
streams=[
4242
shared.StreamConfiguration(
4343
cursor_field=[
44-
'iure',
44+
'violet',
4545
],
46-
name='Dr. Rickey Boyle',
46+
name='at BMW',
4747
primary_key=[
4848
[
49-
'mollitia',
49+
'pfft',
5050
],
5151
],
52-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_APPEND,
52+
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
5353
),
5454
],
5555
),
5656
data_residency=shared.GeographyEnum.AUTO,
57-
destination_id='352c5955-907a-4ff1-a3a2-fa9467739251',
58-
name='Matt Hamill',
59-
namespace_definition=shared.NamespaceDefinitionEnum.SOURCE,
57+
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
58+
name='mesh interactive',
59+
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
6060
namespace_format='${SOURCE_NAMESPACE}',
61-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY,
62-
prefix='ipsam',
61+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
62+
prefix='port Idaho',
6363
schedule=shared.ConnectionSchedule(
64-
cron_expression='id',
65-
schedule_type=shared.ScheduleTypeEnum.CRON,
64+
cron_expression='productivity',
65+
schedule_type=shared.ScheduleTypeEnum.MANUAL,
6666
),
67-
source_id='019da1ff-e78f-4097-b007-4f15471b5e6e',
68-
status=shared.ConnectionStatusEnum.ACTIVE,
67+
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
68+
status=shared.ConnectionStatusEnum.INACTIVE,
6969
)
7070

7171
res = s.connections.create_connection(req)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,4 +608,14 @@ Based on:
608608
### Generated
609609
- [python v0.36.1] .
610610
### Releases
611-
- [PyPI v0.36.1] https://pypi.org/project/airbyte-api/0.36.1 - .
611+
- [PyPI v0.36.1] https://pypi.org/project/airbyte-api/0.36.1 - .
612+
613+
## 2023-09-29 00:13:24
614+
### Changes
615+
Based on:
616+
- OpenAPI Doc 1.0.0
617+
- Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy
618+
### Generated
619+
- [python v0.37.0] .
620+
### Releases
621+
- [PyPI v0.37.0] https://pypi.org/project/airbyte-api/0.37.0 - .

USAGE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,30 +19,30 @@ req = shared.ConnectionCreateRequest(
1919
streams=[
2020
shared.StreamConfiguration(
2121
cursor_field=[
22-
'corrupti',
22+
'violet',
2323
],
24-
name='Kelvin Sporer',
24+
name='at BMW',
2525
primary_key=[
2626
[
27-
'corrupti',
27+
'pfft',
2828
],
2929
],
30-
sync_mode=shared.ConnectionSyncModeEnum.INCREMENTAL_DEDUPED_HISTORY,
30+
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
3131
),
3232
],
3333
),
34-
data_residency=shared.GeographyEnum.US,
35-
destination_id='9a674e0f-467c-4c87-96ed-151a05dfc2dd',
36-
name='Javier Schmidt',
34+
data_residency=shared.GeographyEnum.AUTO,
35+
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
36+
name='mesh interactive',
3737
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
3838
namespace_format='${SOURCE_NAMESPACE}',
39-
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.PROPAGATE_FULLY,
40-
prefix='dolorum',
39+
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
40+
prefix='port Idaho',
4141
schedule=shared.ConnectionSchedule(
42-
cron_expression='dicta',
43-
schedule_type=shared.ScheduleTypeEnum.CRON,
42+
cron_expression='productivity',
43+
schedule_type=shared.ScheduleTypeEnum.MANUAL,
4444
),
45-
source_id='a928fc81-6742-4cb7-b920-5929396fea75',
45+
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
4646
status=shared.ConnectionStatusEnum.INACTIVE,
4747
)
4848

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` | *int* | :heavy_check_mark: | N/A |
8+
| `job_id` | *Optional[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` | *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 |
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 |
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]](../../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 |
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 |
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` | *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 |
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 |

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` | *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 |
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 |
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)