Skip to content

Commit 64db108

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.508.0
1 parent ae27a67 commit 64db108

File tree

974 files changed

+16206
-2822
lines changed

Some content is hidden

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

974 files changed

+16206
-2822
lines changed

.speakeasy/gen.lock

Lines changed: 1029 additions & 269 deletions
Large diffs are not rendered by default.

.speakeasy/workflow.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
speakeasyVersion: 1.453.10
1+
speakeasyVersion: 1.508.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
6-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
5+
sourceRevisionDigest: sha256:d4be7f7c822bdec878fde76811e41edada6f664410087882199e781d2abd85f1
6+
sourceBlobDigest: sha256:22d318697ade2dfa10f829c8dcd40b316fbbc209e39ea736212b787a34cf4fc0
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1730420397
9+
- speakeasy-sdk-regen-1751674825
1010
- 1.0.0
1111
targets:
1212
python-api:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
16-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
15+
sourceRevisionDigest: sha256:d4be7f7c822bdec878fde76811e41edada6f664410087882199e781d2abd85f1
16+
sourceBlobDigest: sha256:22d318697ade2dfa10f829c8dcd40b316fbbc209e39ea736212b787a34cf4fc0
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:06fc180ad0f496ce01459cc965e47d9c73051b3339c4ffa34dd99997da5e2bf9
18+
codeSamplesRevisionDigest: sha256:b2002a47cee60622c3183020100e73385ae10ad17cd21f550330fa20c8fbba7f
1919
workflow:
2020
workflowVersion: 1.0.0
21-
speakeasyVersion: latest
21+
speakeasyVersion: 1.508.0
2222
sources:
2323
my-source:
2424
inputs:

README.md

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
6666
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
6767
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
6868
name='Postgres-to-Bigquery',
69-
namespace_format='${SOURCE_NAMESPACE}',
7069
))
7170

7271
if res.connection_response is not None:
@@ -91,6 +90,22 @@ if res.connection_response is not None:
9190
* [list_connections](docs/sdks/connections/README.md#list_connections) - List connections
9291
* [patch_connection](docs/sdks/connections/README.md#patch_connection) - Update Connection details
9392

93+
### [declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md)
94+
95+
* [create_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#create_declarative_source_definition) - Create a declarative source definition.
96+
* [delete_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#delete_declarative_source_definition) - Delete a declarative source definition.
97+
* [get_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#get_declarative_source_definition) - Get declarative source definition details.
98+
* [list_declarative_source_definitions](docs/sdks/declarativesourcedefinitions/README.md#list_declarative_source_definitions) - List declarative source definitions.
99+
* [update_declarative_source_definition](docs/sdks/declarativesourcedefinitions/README.md#update_declarative_source_definition) - Update declarative source definition details.
100+
101+
### [destination_definitions](docs/sdks/destinationdefinitions/README.md)
102+
103+
* [create_destination_definition](docs/sdks/destinationdefinitions/README.md#create_destination_definition) - Create a destination definition.
104+
* [delete_destination_definition](docs/sdks/destinationdefinitions/README.md#delete_destination_definition) - Delete a destination definition.
105+
* [get_destination_definition](docs/sdks/destinationdefinitions/README.md#get_destination_definition) - Get destination definition details.
106+
* [list_destination_definitions](docs/sdks/destinationdefinitions/README.md#list_destination_definitions) - List destination definitions.
107+
* [update_destination_definition](docs/sdks/destinationdefinitions/README.md#update_destination_definition) - Update destination definition details.
108+
94109
### [destinations](docs/sdks/destinations/README.md)
95110

96111
* [create_destination](docs/sdks/destinations/README.md#create_destination) - Create a destination
@@ -113,6 +128,7 @@ if res.connection_response is not None:
113128

114129
### [organizations](docs/sdks/organizations/README.md)
115130

131+
* [create_or_update_organization_o_auth_credentials](docs/sdks/organizations/README.md#create_or_update_organization_o_auth_credentials) - Create OAuth override credentials for an organization and source type.
116132
* [list_organizations_for_user](docs/sdks/organizations/README.md#list_organizations_for_user) - List all organizations for a user
117133

118134
### [permissions](docs/sdks/permissions/README.md)
@@ -123,6 +139,14 @@ if res.connection_response is not None:
123139
* [list_permissions](docs/sdks/permissions/README.md#list_permissions) - List Permissions by user id
124140
* [update_permission](docs/sdks/permissions/README.md#update_permission) - Update a permission
125141

142+
### [source_definitions](docs/sdks/sourcedefinitions/README.md)
143+
144+
* [create_source_definition](docs/sdks/sourcedefinitions/README.md#create_source_definition) - Create a source definition.
145+
* [delete_source_definition](docs/sdks/sourcedefinitions/README.md#delete_source_definition) - Delete a source definition.
146+
* [get_source_definition](docs/sdks/sourcedefinitions/README.md#get_source_definition) - Get source definition details.
147+
* [list_source_definitions](docs/sdks/sourcedefinitions/README.md#list_source_definitions) - List source definitions.
148+
* [update_source_definition](docs/sdks/sourcedefinitions/README.md#update_source_definition) - Update source definition details.
149+
126150
### [sources](docs/sdks/sources/README.md)
127151

128152
* [create_source](docs/sdks/sources/README.md#create_source) - Create a source
@@ -137,6 +161,14 @@ if res.connection_response is not None:
137161

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

164+
### [tags](docs/sdks/tags/README.md)
165+
166+
* [create_tag](docs/sdks/tags/README.md#create_tag) - Create a tag
167+
* [delete_tag](docs/sdks/tags/README.md#delete_tag) - Delete a tag
168+
* [get_tag](docs/sdks/tags/README.md#get_tag) - Get a tag
169+
* [list_tags](docs/sdks/tags/README.md#list_tags) - List all tags
170+
* [update_tag](docs/sdks/tags/README.md#update_tag) - Update a tag
171+
140172
### [users](docs/sdks/users/README.md)
141173

142174
* [list_users_within_an_organization](docs/sdks/users/README.md#list_users_within_an_organization) - List all users within an organization
@@ -200,7 +232,6 @@ try:
200232
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
201233
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
202234
name='Postgres-to-Bigquery',
203-
namespace_format='${SOURCE_NAMESPACE}',
204235
))
205236

206237
except errors.SDKError as e:
@@ -221,7 +252,7 @@ if res.connection_response is not None:
221252

222253
### Override Server URL Per-Client
223254

224-
The default server can also be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
255+
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
225256
```python
226257
import airbyte_api
227258
from airbyte_api import models
@@ -241,7 +272,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
241272
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
242273
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
243274
name='Postgres-to-Bigquery',
244-
namespace_format='${SOURCE_NAMESPACE}',
245275
))
246276

247277
if res.connection_response is not None:
@@ -303,7 +333,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
303333
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
304334
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
305335
name='Postgres-to-Bigquery',
306-
namespace_format='${SOURCE_NAMESPACE}',
307336
))
308337

309338
if res.connection_response is not None:

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,4 +968,14 @@ Based on:
968968
### Generated
969969
- [python v0.52.2] .
970970
### Releases
971-
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
971+
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
972+
973+
## 2025-07-12 00:21:02
974+
### Changes
975+
Based on:
976+
- OpenAPI Doc
977+
- Speakeasy CLI 1.508.0 (2.536.0) https://github.com/speakeasy-api/speakeasy
978+
### Generated
979+
- [python v0.53.0] .
980+
### Releases
981+
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .

USAGE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ res = s.connections.create_connection(request=models.ConnectionCreateRequest(
1717
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
1818
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
1919
name='Postgres-to-Bigquery',
20-
namespace_format='${SOURCE_NAMESPACE}',
2120
))
2221

2322
if res.connection_response is not None:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateDeclarativeSourceDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- |
8+
| `create_declarative_source_definition_request` | [models.CreateDeclarativeSourceDefinitionRequest](../models/createdeclarativesourcedefinitionrequest.md) | :heavy_check_mark: | N/A |
9+
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateDeclarativeSourceDefinitionResponse
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+
| `declarative_source_definition_response` | [Optional[models.DeclarativeSourceDefinitionResponse]](../models/declarativesourcedefinitionresponse.md) | :heavy_minus_sign: | Success |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateDestinationDefinitionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `create_definition_request` | [models.CreateDefinitionRequest](../models/createdefinitionrequest.md) | :heavy_check_mark: | N/A |
9+
| `workspace_id` | *str* | :heavy_check_mark: | N/A |
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateDestinationDefinitionResponse
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+
| `definition_response` | [Optional[models.DefinitionResponse]](../models/definitionresponse.md) | :heavy_minus_sign: | Success |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateOrUpdateOrganizationOAuthCredentialsRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
8+
| `organization_o_auth_credentials_request` | [models.OrganizationOAuthCredentialsRequest](../models/organizationoauthcredentialsrequest.md) | :heavy_check_mark: | N/A |
9+
| `organization_id` | *str* | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy