Skip to content

Commit fc7d5c4

Browse files
chore: 🐝 Update SDK - Generate (#84)
Co-authored-by: speakeasybot <[email protected]>
1 parent ea664d6 commit fc7d5c4

File tree

340 files changed

+2786
-6984
lines changed

Some content is hidden

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

340 files changed

+2786
-6984
lines changed

.speakeasy/gen.lock

+249-210
Large diffs are not rendered by default.

.speakeasy/workflow.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
speakeasyVersion: 1.289.0
1+
speakeasyVersion: 1.291.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:8948d30766f3dc41f16c1c5fbf7a28ca02745f4470da1cfdfca53f6cb7622e27
6-
sourceBlobDigest: sha256:770a7589e02e71b2f3dcb5fefce35fcbd1d94e62c7852bb78b6e70a08f9cdbe0
5+
sourceRevisionDigest: sha256:8faf77ab50f1ef008db79c238a2b095642313bf3c27569c4816663ec1420eb80
6+
sourceBlobDigest: sha256:0e82a3e7b75891ddf98adc76f9bc0d7b98733223733eac011c0ebd09b7d6c05f
77
tags:
88
- latest
99
- main
1010
targets:
1111
python-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:8948d30766f3dc41f16c1c5fbf7a28ca02745f4470da1cfdfca53f6cb7622e27
15-
sourceBlobDigest: sha256:770a7589e02e71b2f3dcb5fefce35fcbd1d94e62c7852bb78b6e70a08f9cdbe0
14+
sourceRevisionDigest: sha256:8faf77ab50f1ef008db79c238a2b095642313bf3c27569c4816663ec1420eb80
15+
sourceBlobDigest: sha256:0e82a3e7b75891ddf98adc76f9bc0d7b98733223733eac011c0ebd09b7d6c05f
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

README.md

+11-87
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ s = airbyte_api.AirbyteAPI(
3939
),
4040
)
4141

42-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
42+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
4343
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
4444
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
4545
name='Postgres-to-Bigquery',
@@ -56,47 +56,6 @@ if res.connection_response is not None:
5656
<!-- Start Available Resources and Operations [operations] -->
5757
## Available Resources and Operations
5858

59-
### [public_connections](docs/sdks/publicconnections/README.md)
60-
61-
* [create_connection](docs/sdks/publicconnections/README.md#create_connection) - Create a connection
62-
* [delete_connection](docs/sdks/publicconnections/README.md#delete_connection) - Delete a Connection
63-
* [get_connection](docs/sdks/publicconnections/README.md#get_connection) - Get Connection details
64-
* [list_connections](docs/sdks/publicconnections/README.md#list_connections) - List connections
65-
* [patch_connection](docs/sdks/publicconnections/README.md#patch_connection) - Update Connection details
66-
67-
### [public](docs/sdks/public/README.md)
68-
69-
* [cancel_job](docs/sdks/public/README.md#cancel_job) - Cancel a running Job
70-
* [create_connection](docs/sdks/public/README.md#create_connection) - Create a connection
71-
* [create_destination](docs/sdks/public/README.md#create_destination) - Create a destination
72-
* [create_job](docs/sdks/public/README.md#create_job) - Trigger a sync or reset job of a connection
73-
* [create_or_update_workspace_o_auth_credentials](docs/sdks/public/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
74-
* [create_permission](docs/sdks/public/README.md#create_permission) - Create a permission
75-
* [create_source](docs/sdks/public/README.md#create_source) - Create a source
76-
* [create_workspace](docs/sdks/public/README.md#create_workspace) - Create a workspace
77-
* [delete_connection](docs/sdks/public/README.md#delete_connection) - Delete a Connection
78-
* [delete_destination](docs/sdks/public/README.md#delete_destination) - Delete a Destination
79-
* [delete_source](docs/sdks/public/README.md#delete_source) - Delete a Source
80-
* [delete_workspace](docs/sdks/public/README.md#delete_workspace) - Delete a Workspace
81-
* [get_connection](docs/sdks/public/README.md#get_connection) - Get Connection details
82-
* [get_destination](docs/sdks/public/README.md#get_destination) - Get Destination details
83-
* [get_job](docs/sdks/public/README.md#get_job) - Get Job status and details
84-
* [get_source](docs/sdks/public/README.md#get_source) - Get Source details
85-
* [get_stream_properties](docs/sdks/public/README.md#get_stream_properties) - Get stream properties
86-
* [get_workspace](docs/sdks/public/README.md#get_workspace) - Get Workspace details
87-
* [initiate_o_auth](docs/sdks/public/README.md#initiate_o_auth) - Initiate OAuth for a source
88-
* [list_connections](docs/sdks/public/README.md#list_connections) - List connections
89-
* [list_destinations](docs/sdks/public/README.md#list_destinations) - List destinations
90-
* [list_jobs](docs/sdks/public/README.md#list_jobs) - List Jobs by sync type
91-
* [list_sources](docs/sdks/public/README.md#list_sources) - List sources
92-
* [list_workspaces](docs/sdks/public/README.md#list_workspaces) - List workspaces
93-
* [patch_connection](docs/sdks/public/README.md#patch_connection) - Update Connection details
94-
* [patch_destination](docs/sdks/public/README.md#patch_destination) - Update a Destination
95-
* [patch_source](docs/sdks/public/README.md#patch_source) - Update a Source
96-
* [put_destination](docs/sdks/public/README.md#put_destination) - Update a Destination and fully overwrite it
97-
* [put_source](docs/sdks/public/README.md#put_source) - Update a Source and fully overwrite it
98-
* [update_workspace](docs/sdks/public/README.md#update_workspace) - Update a workspace
99-
10059
### [connections](docs/sdks/connections/README.md)
10160

10261
* [create_connection](docs/sdks/connections/README.md#create_connection) - Create a connection
@@ -105,15 +64,6 @@ if res.connection_response is not None:
10564
* [list_connections](docs/sdks/connections/README.md#list_connections) - List connections
10665
* [patch_connection](docs/sdks/connections/README.md#patch_connection) - Update Connection details
10766

108-
### [public_destinations](docs/sdks/publicdestinations/README.md)
109-
110-
* [create_destination](docs/sdks/publicdestinations/README.md#create_destination) - Create a destination
111-
* [delete_destination](docs/sdks/publicdestinations/README.md#delete_destination) - Delete a Destination
112-
* [get_destination](docs/sdks/publicdestinations/README.md#get_destination) - Get Destination details
113-
* [list_destinations](docs/sdks/publicdestinations/README.md#list_destinations) - List destinations
114-
* [patch_destination](docs/sdks/publicdestinations/README.md#patch_destination) - Update a Destination
115-
* [put_destination](docs/sdks/publicdestinations/README.md#put_destination) - Update a Destination and fully overwrite it
116-
11767
### [destinations](docs/sdks/destinations/README.md)
11868

11969
* [create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
@@ -123,12 +73,9 @@ if res.connection_response is not None:
12373
* [patch_destination](docs/sdks/destinations/README.md#patch_destination) - Update a Destination
12474
* [put_destination](docs/sdks/destinations/README.md#put_destination) - Update a Destination and fully overwrite it
12575

126-
### [public_jobs](docs/sdks/publicjobs/README.md)
76+
### [health](docs/sdks/health/README.md)
12777

128-
* [cancel_job](docs/sdks/publicjobs/README.md#cancel_job) - Cancel a running Job
129-
* [create_job](docs/sdks/publicjobs/README.md#create_job) - Trigger a sync or reset job of a connection
130-
* [get_job](docs/sdks/publicjobs/README.md#get_job) - Get Job status and details
131-
* [list_jobs](docs/sdks/publicjobs/README.md#list_jobs) - List Jobs by sync type
78+
* [get_health_check](docs/sdks/health/README.md#get_health_check) - Health Check
13279

13380
### [jobs](docs/sdks/jobs/README.md)
13481

@@ -137,23 +84,13 @@ if res.connection_response is not None:
13784
* [get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
13885
* [list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
13986

140-
### [public_permissions](docs/sdks/publicpermissions/README.md)
141-
142-
* [create_permission](docs/sdks/publicpermissions/README.md#create_permission) - Create a permission
143-
14487
### [permissions](docs/sdks/permissions/README.md)
14588

14689
* [create_permission](docs/sdks/permissions/README.md#create_permission) - Create a permission
147-
148-
### [public_sources](docs/sdks/publicsources/README.md)
149-
150-
* [create_source](docs/sdks/publicsources/README.md#create_source) - Create a source
151-
* [delete_source](docs/sdks/publicsources/README.md#delete_source) - Delete a Source
152-
* [get_source](docs/sdks/publicsources/README.md#get_source) - Get Source details
153-
* [initiate_o_auth](docs/sdks/publicsources/README.md#initiate_o_auth) - Initiate OAuth for a source
154-
* [list_sources](docs/sdks/publicsources/README.md#list_sources) - List sources
155-
* [patch_source](docs/sdks/publicsources/README.md#patch_source) - Update a Source
156-
* [put_source](docs/sdks/publicsources/README.md#put_source) - Update a Source and fully overwrite it
90+
* [delete_permission](docs/sdks/permissions/README.md#delete_permission) - Delete a Permission
91+
* [get_permission](docs/sdks/permissions/README.md#get_permission) - Get Permission details
92+
* [list_permissions](docs/sdks/permissions/README.md#list_permissions) - List Permissions by user id
93+
* [update_permission](docs/sdks/permissions/README.md#update_permission) - Update a permission
15794

15895
### [sources](docs/sdks/sources/README.md)
15996

@@ -165,23 +102,10 @@ if res.connection_response is not None:
165102
* [patch_source](docs/sdks/sources/README.md#patch_source) - Update a Source
166103
* [put_source](docs/sdks/sources/README.md#put_source) - Update a Source and fully overwrite it
167104

168-
### [public_streams](docs/sdks/publicstreams/README.md)
169-
170-
* [get_stream_properties](docs/sdks/publicstreams/README.md#get_stream_properties) - Get stream properties
171-
172105
### [streams](docs/sdks/streams/README.md)
173106

174107
* [get_stream_properties](docs/sdks/streams/README.md#get_stream_properties) - Get stream properties
175108

176-
### [public_workspaces](docs/sdks/publicworkspaces/README.md)
177-
178-
* [create_or_update_workspace_o_auth_credentials](docs/sdks/publicworkspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
179-
* [create_workspace](docs/sdks/publicworkspaces/README.md#create_workspace) - Create a workspace
180-
* [delete_workspace](docs/sdks/publicworkspaces/README.md#delete_workspace) - Delete a Workspace
181-
* [get_workspace](docs/sdks/publicworkspaces/README.md#get_workspace) - Get Workspace details
182-
* [list_workspaces](docs/sdks/publicworkspaces/README.md#list_workspaces) - List workspaces
183-
* [update_workspace](docs/sdks/publicworkspaces/README.md#update_workspace) - Update a workspace
184-
185109
### [workspaces](docs/sdks/workspaces/README.md)
186110

187111
* [create_or_update_workspace_o_auth_credentials](docs/sdks/workspaces/README.md#create_or_update_workspace_o_auth_credentials) - Create OAuth override credentials for a workspace and source type.
@@ -224,7 +148,7 @@ s = airbyte_api.AirbyteAPI(
224148

225149
res = None
226150
try:
227-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
151+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
228152
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
229153
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
230154
name='Postgres-to-Bigquery',
@@ -270,7 +194,7 @@ s = airbyte_api.AirbyteAPI(
270194
),
271195
)
272196

273-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
197+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
274198
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
275199
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
276200
name='Postgres-to-Bigquery',
@@ -301,7 +225,7 @@ s = airbyte_api.AirbyteAPI(
301225
),
302226
)
303227

304-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
228+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
305229
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
306230
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
307231
name='Postgres-to-Bigquery',
@@ -362,7 +286,7 @@ s = airbyte_api.AirbyteAPI(
362286
),
363287
)
364288

365-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
289+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
366290
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
367291
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
368292
name='Postgres-to-Bigquery',

RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -908,4 +908,14 @@ Based on:
908908
### Generated
909909
- [python v0.49.4] .
910910
### Releases
911-
- [PyPI v0.49.4] https://pypi.org/project/airbyte-api/0.49.4 - .
911+
- [PyPI v0.49.4] https://pypi.org/project/airbyte-api/0.49.4 - .
912+
913+
## 2024-05-15 22:21:55
914+
### Changes
915+
Based on:
916+
- OpenAPI Doc
917+
- Speakeasy CLI 1.291.0 (2.332.4) https://github.com/speakeasy-api/speakeasy
918+
### Generated
919+
- [python v0.50.0] .
920+
### Releases
921+
- [PyPI v0.50.0] https://pypi.org/project/airbyte-api/0.50.0 - .

USAGE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ s = airbyte_api.AirbyteAPI(
1212
),
1313
)
1414

15-
res = s.public_connections.create_connection(request=models.ConnectionCreateRequest(
15+
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
1616
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
1717
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
1818
name='Postgres-to-Bigquery',

docs/api/deletepermissionrequest.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DeletePermissionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `permission_id` | *str* | :heavy_check_mark: | N/A |

docs/api/deletepermissionresponse.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# DeletePermissionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/api/gethealthcheckresponse.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# GetHealthCheckResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

docs/api/getpermissionrequest.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetPermissionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `permission_id` | *str* | :heavy_check_mark: | N/A |

docs/api/getpermissionresponse.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# GetPermissionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
10+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
11+
| `permission_response` | [Optional[models.PermissionResponse]](../models/permissionresponse.md) | :heavy_minus_sign: | Get a Permission by the id in the path. |

docs/api/listpermissionsrequest.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# ListPermissionsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------- | ---------------------- | ---------------------- | ---------------------- |
8+
| `user_id` | *Optional[str]* | :heavy_minus_sign: | User Id in permission. |

0 commit comments

Comments
 (0)