Skip to content

Commit

Permalink
Merge pull request #48 from airbytehq/speakeasy-sdk-regen-1697156023
Browse files Browse the repository at this point in the history
chore: speakeasy sdk regeneration - Generate
  • Loading branch information
terencecho authored Oct 20, 2023
2 parents e1498e6 + c35fb16 commit b3cffee
Show file tree
Hide file tree
Showing 1,529 changed files with 11,074 additions and 4,292 deletions.
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,35 +43,28 @@ req = shared.ConnectionCreateRequest(
cursor_field=[
'violet',
],
name='at BMW',
name='Account',
primary_key=[
[
'pfft',
'BMW',
],
],
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
),
],
),
data_residency=shared.GeographyEnum.AUTO,
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
name='mesh interactive',
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
destination_id='e362083e-afc8-4559-94e0-a570f6dd427d',
namespace_format='${SOURCE_NAMESPACE}',
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
prefix='port Idaho',
schedule=shared.ConnectionSchedule(
cron_expression='productivity',
schedule_type=shared.ScheduleTypeEnum.MANUAL,
schedule_type=shared.ScheduleTypeEnum.CRON,
),
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
status=shared.ConnectionStatusEnum.INACTIVE,
source_id='3a555847-8358-4423-a5b6-c7b3fd2fd307',
)

res = s.connections.create_connection(req)

if res.connection_response is not None:
# handle response
pass
```
<!-- End SDK Example Usage -->

Expand Down
22 changes: 21 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -638,4 +638,24 @@ Based on:
### Generated
- [python v0.38.1] .
### Releases
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .
- [PyPI v0.38.1] https://pypi.org/project/airbyte-api/0.38.1 - .

## 2023-10-13 00:13:41
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.99.0 (2.154.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.39.0] .
### Releases
- [PyPI v0.39.0] https://pypi.org/project/airbyte-api/0.39.0 - .

## 2023-10-18 00:13:28
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.40.0] .
### Releases
- [PyPI v0.40.0] https://pypi.org/project/airbyte-api/0.40.0 - .
19 changes: 6 additions & 13 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,27 @@ req = shared.ConnectionCreateRequest(
cursor_field=[
'violet',
],
name='at BMW',
name='Account',
primary_key=[
[
'pfft',
'BMW',
],
],
sync_mode=shared.ConnectionSyncModeEnum.FULL_REFRESH_APPEND,
),
],
),
data_residency=shared.GeographyEnum.AUTO,
destination_id='083eafc8-5591-44e0-a570-f6dd427d83a5',
name='mesh interactive',
namespace_definition=shared.NamespaceDefinitionEnum.DESTINATION,
destination_id='e362083e-afc8-4559-94e0-a570f6dd427d',
namespace_format='${SOURCE_NAMESPACE}',
non_breaking_schema_updates_behavior=shared.NonBreakingSchemaUpdatesBehaviorEnum.IGNORE,
prefix='port Idaho',
schedule=shared.ConnectionSchedule(
cron_expression='productivity',
schedule_type=shared.ScheduleTypeEnum.MANUAL,
schedule_type=shared.ScheduleTypeEnum.CRON,
),
source_id='b3fd2fd3-07d6-40cb-97ea-6dfc635b80f2',
status=shared.ConnectionStatusEnum.INACTIVE,
source_id='3a555847-8358-4423-a5b6-c7b3fd2fd307',
)

res = s.connections.create_connection(req)

if res.connection_response is not None:
# handle response
pass
```
<!-- End SDK Example Usage -->
2 changes: 1 addition & 1 deletion docs/models/operations/canceljobrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `job_id` | *Optional[int]* | :heavy_check_mark: | N/A |
| `job_id` | *int* | :heavy_check_mark: | N/A |
6 changes: 3 additions & 3 deletions docs/models/operations/canceljobresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
| `job_response` | [Optional[shared.JobResponse]](undefined/models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `job_response` | [Optional[shared.JobResponse]](../../models/shared/jobresponse.md) | :heavy_minus_sign: | Cancel a Job. |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `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 changes: 3 additions & 3 deletions docs/models/operations/createconnectionresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `connection_response` | [Optional[shared.ConnectionResponse]](undefined/models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
| `connection_response` | [Optional[shared.ConnectionResponse]](../../models/shared/connectionresponse.md) | :heavy_minus_sign: | Successful operation |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
12 changes: 6 additions & 6 deletions docs/models/operations/createdestinationresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
| `destination_response` | [Optional[shared.DestinationResponse]](undefined/models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `destination_response` | [Optional[shared.DestinationResponse]](../../models/shared/destinationresponse.md) | :heavy_minus_sign: | Successful operation |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `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 changes: 3 additions & 3 deletions docs/models/operations/createjobresponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
| `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. |
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
| `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. |
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |
Loading

0 comments on commit b3cffee

Please sign in to comment.