Skip to content

Commit 9317ad8

Browse files
chore: 🐝 Update SDK - Generate (#85)
Co-authored-by: speakeasybot <[email protected]>
1 parent 2795548 commit 9317ad8

File tree

310 files changed

+1932
-1671
lines changed

Some content is hidden

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

310 files changed

+1932
-1671
lines changed

.speakeasy/gen.lock

Lines changed: 34 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 07961597-3730-4940-9fd0-35eb4118eab3
33
management:
4-
docChecksum: 241d5a786e59837e86f30500836a2a90
4+
docChecksum: d90db45a44e468bd5d9ffc93c6e415c9
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.291.0
7-
generationVersion: 2.332.4
8-
releaseVersion: 0.50.0
9-
configChecksum: 3419a83e7a383d870cd14092010722a7
6+
speakeasyVersion: 1.299.4
7+
generationVersion: 2.338.7
8+
releaseVersion: 0.50.1
9+
configChecksum: fbcdc2ce57f888d9af79756839bf1a17
1010
repoURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/airbytehq/airbyte-api-python-sdk.git
@@ -16,7 +16,7 @@ features:
1616
additionalDependencies: 0.1.0
1717
additionalProperties: 0.1.0
1818
constsAndDefaults: 0.1.3
19-
core: 4.6.7
19+
core: 4.6.8
2020
globalSecurity: 2.83.5
2121
globalSecurityCallbacks: 0.1.0
2222
globalServerURLs: 2.82.2
@@ -25,7 +25,7 @@ features:
2525
oauth2ClientCredentials: 0.1.2
2626
responseFormat: 0.1.0
2727
sdkHooks: 0.1.0
28-
unions: 2.82.6
28+
unions: 2.82.7
2929
generatedFiles:
3030
- src/airbyte_api/sdkconfiguration.py
3131
- src/airbyte_api/connections.py
@@ -35,6 +35,7 @@ generatedFiles:
3535
- src/airbyte_api/permissions.py
3636
- src/airbyte_api/sources.py
3737
- src/airbyte_api/streams.py
38+
- src/airbyte_api/users.py
3839
- src/airbyte_api/workspaces.py
3940
- src/airbyte_api/sdk.py
4041
- py.typed
@@ -74,6 +75,7 @@ generatedFiles:
7475
- src/airbyte_api/api/patchsource.py
7576
- src/airbyte_api/api/putsource.py
7677
- src/airbyte_api/api/getstreamproperties.py
78+
- src/airbyte_api/api/listusers.py
7779
- src/airbyte_api/api/createorupdateworkspaceoauthcredentials.py
7880
- src/airbyte_api/api/createworkspace.py
7981
- src/airbyte_api/api/deleteworkspace.py
@@ -90,6 +92,7 @@ generatedFiles:
9092
- src/airbyte_api/models/streamconfigurations.py
9193
- src/airbyte_api/models/streamconfiguration.py
9294
- src/airbyte_api/models/connectionsyncmodeenum.py
95+
- src/airbyte_api/models/selectedfieldinfo.py
9396
- src/airbyte_api/models/connectioncreaterequest.py
9497
- src/airbyte_api/models/airbyteapiconnectionschedule.py
9598
- src/airbyte_api/models/scheduletypeenum.py
@@ -99,6 +102,7 @@ generatedFiles:
99102
- src/airbyte_api/models/namespacedefinitionenumnodefault.py
100103
- src/airbyte_api/models/geographyenumnodefault.py
101104
- src/airbyte_api/models/destinationresponse.py
105+
- src/airbyte_api/models/destinationconfiguration.py
102106
- src/airbyte_api/models/destination_google_sheets.py
103107
- src/airbyte_api/models/destination_astra.py
104108
- src/airbyte_api/models/destination_aws_datalake.py
@@ -111,6 +115,7 @@ generatedFiles:
111115
- src/airbyte_api/models/destination_duckdb.py
112116
- src/airbyte_api/models/destination_dynamodb.py
113117
- src/airbyte_api/models/destination_elasticsearch.py
118+
- src/airbyte_api/models/destination_firebolt.py
114119
- src/airbyte_api/models/destination_firestore.py
115120
- src/airbyte_api/models/destination_gcs.py
116121
- src/airbyte_api/models/destination_langchain.py
@@ -147,11 +152,13 @@ generatedFiles:
147152
- src/airbyte_api/models/permissionresponse.py
148153
- src/airbyte_api/models/permissiontype.py
149154
- src/airbyte_api/models/permissioncreaterequest.py
155+
- src/airbyte_api/models/publicpermissiontype.py
150156
- src/airbyte_api/models/permissionsresponse.py
151157
- src/airbyte_api/models/permissionresponseread.py
152158
- src/airbyte_api/models/permissionscope.py
153159
- src/airbyte_api/models/permissionupdaterequest.py
154160
- src/airbyte_api/models/sourceresponse.py
161+
- src/airbyte_api/models/sourceconfiguration.py
155162
- src/airbyte_api/models/source_aha.py
156163
- src/airbyte_api/models/source_aircall.py
157164
- src/airbyte_api/models/source_airtable.py
@@ -353,7 +360,10 @@ generatedFiles:
353360
- src/airbyte_api/models/sourcepatchrequest.py
354361
- src/airbyte_api/models/sourceputrequest.py
355362
- src/airbyte_api/models/streamproperties.py
363+
- src/airbyte_api/models/usersresponse.py
364+
- src/airbyte_api/models/userresponse.py
356365
- src/airbyte_api/models/workspaceoauthcredentialsrequest.py
366+
- src/airbyte_api/models/oauthcredentialsconfiguration.py
357367
- src/airbyte_api/models/airtable.py
358368
- src/airbyte_api/models/amazon_ads.py
359369
- src/airbyte_api/models/amazon_seller_partner.py
@@ -459,6 +469,8 @@ generatedFiles:
459469
- docs/api/putsourceresponse.md
460470
- docs/api/getstreampropertiesrequest.md
461471
- docs/api/getstreampropertiesresponse.md
472+
- docs/api/listusersrequest.md
473+
- docs/api/listusersresponse.md
462474
- docs/api/createorupdateworkspaceoauthcredentialsrequest.md
463475
- docs/api/createorupdateworkspaceoauthcredentialsresponse.md
464476
- docs/api/createworkspaceresponse.md
@@ -480,6 +492,7 @@ generatedFiles:
480492
- docs/models/streamconfigurations.md
481493
- docs/models/streamconfiguration.md
482494
- docs/models/connectionsyncmodeenum.md
495+
- docs/models/selectedfieldinfo.md
483496
- docs/models/connectioncreaterequest.md
484497
- docs/models/airbyteapiconnectionschedule.md
485498
- docs/models/scheduletypeenum.md
@@ -592,6 +605,13 @@ generatedFiles:
592605
- docs/models/authenticationmethod.md
593606
- docs/models/elasticsearch.md
594607
- docs/models/destinationelasticsearch.md
608+
- docs/models/firebolt.md
609+
- docs/models/destinationfireboltschemasmethod.md
610+
- docs/models/externaltablevias3.md
611+
- docs/models/destinationfireboltmethod.md
612+
- docs/models/sqlinserts.md
613+
- docs/models/destinationfireboltloadingmethod.md
614+
- docs/models/destinationfirebolt.md
595615
- docs/models/firestore.md
596616
- docs/models/destinationfirestore.md
597617
- docs/models/credentialtype.md
@@ -1024,6 +1044,7 @@ generatedFiles:
10241044
- docs/models/permissionresponse.md
10251045
- docs/models/permissiontype.md
10261046
- docs/models/permissioncreaterequest.md
1047+
- docs/models/publicpermissiontype.md
10271048
- docs/models/permissionsresponse.md
10281049
- docs/models/permissionresponseread.md
10291050
- docs/models/permissionscope.md
@@ -1052,7 +1073,7 @@ generatedFiles:
10521073
- docs/models/awsenvironment.md
10531074
- docs/models/awsregion.md
10541075
- docs/models/optionslist.md
1055-
- docs/models/streamname.md
1076+
- docs/models/reportname.md
10561077
- docs/models/reportoptions.md
10571078
- docs/models/sourceamazonsellerpartneramazonsellerpartner.md
10581079
- docs/models/sourceamazonsellerpartner.md
@@ -1243,7 +1264,7 @@ generatedFiles:
12431264
- docs/models/storageprovider.md
12441265
- docs/models/file.md
12451266
- docs/models/sourcefile.md
1246-
- docs/models/firebolt.md
1267+
- docs/models/sourcefireboltfirebolt.md
12471268
- docs/models/sourcefirebolt.md
12481269
- docs/models/freshcaller.md
12491270
- docs/models/sourcefreshcaller.md
@@ -1700,6 +1721,7 @@ generatedFiles:
17001721
- docs/models/sourcemailchimpauthentication.md
17011722
- docs/models/sourcemailchimpmailchimp.md
17021723
- docs/models/sourcemailchimp.md
1724+
- docs/models/domainregioncode.md
17031725
- docs/models/mailgun.md
17041726
- docs/models/sourcemailgun.md
17051727
- docs/models/mailjetsms.md
@@ -2291,6 +2313,8 @@ generatedFiles:
22912313
- docs/models/sourcepatchrequest.md
22922314
- docs/models/sourceputrequest.md
22932315
- docs/models/streamproperties.md
2316+
- docs/models/usersresponse.md
2317+
- docs/models/userresponse.md
22942318
- docs/models/workspaceoauthcredentialsrequest.md
22952319
- docs/models/oauthcredentialsconfiguration.md
22962320
- docs/models/credentials.md
@@ -2386,6 +2410,7 @@ generatedFiles:
23862410
- docs/sdks/permissions/README.md
23872411
- docs/sdks/sources/README.md
23882412
- docs/sdks/streams/README.md
2413+
- docs/sdks/users/README.md
23892414
- docs/sdks/workspaces/README.md
23902415
- USAGE.md
23912416
- .gitattributes

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ speakeasyVersion: 1.291.0
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:8faf77ab50f1ef008db79c238a2b095642313bf3c27569c4816663ec1420eb80
6-
sourceBlobDigest: sha256:0e82a3e7b75891ddf98adc76f9bc0d7b98733223733eac011c0ebd09b7d6c05f
5+
sourceRevisionDigest: sha256:8c5e2173984ab00ea9fa2e659527d7b65173e1c3cd3facd7b4200389a01d099d
6+
sourceBlobDigest: sha256:a5ef729718fb224548bdc82ebec88384a0657acdacbb737b497e2f4c9690394d
77
tags:
88
- latest
99
- main
1010
targets:
1111
python-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:8faf77ab50f1ef008db79c238a2b095642313bf3c27569c4816663ec1420eb80
15-
sourceBlobDigest: sha256:0e82a3e7b75891ddf98adc76f9bc0d7b98733223733eac011c0ebd09b7d6c05f
14+
sourceRevisionDigest: sha256:8c5e2173984ab00ea9fa2e659527d7b65173e1c3cd3facd7b4200389a01d099d
15+
sourceBlobDigest: sha256:a5ef729718fb224548bdc82ebec88384a0657acdacbb737b497e2f4c9690394d
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ s = airbyte_api.AirbyteAPI(
3939
),
4040
)
4141

42+
4243
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
4344
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
4445
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
@@ -106,6 +107,10 @@ if res.connection_response is not None:
106107

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

110+
### [users](docs/sdks/users/README.md)
111+
112+
* [list_users](docs/sdks/users/README.md#list_users) - List users
113+
109114
### [workspaces](docs/sdks/workspaces/README.md)
110115

111116
* [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.
@@ -154,6 +159,7 @@ try:
154159
name='Postgres-to-Bigquery',
155160
namespace_format='${SOURCE_NAMESPACE}',
156161
))
162+
157163
except errors.SDKError as e:
158164
# handle exception
159165
raise(e)
@@ -194,6 +200,7 @@ s = airbyte_api.AirbyteAPI(
194200
),
195201
)
196202

203+
197204
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
198205
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
199206
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
@@ -225,6 +232,7 @@ s = airbyte_api.AirbyteAPI(
225232
),
226233
)
227234

235+
228236
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
229237
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
230238
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',
@@ -286,6 +294,7 @@ s = airbyte_api.AirbyteAPI(
286294
),
287295
)
288296

297+
289298
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
290299
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
291300
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -918,4 +918,14 @@ Based on:
918918
### Generated
919919
- [python v0.50.0] .
920920
### Releases
921-
- [PyPI v0.50.0] https://pypi.org/project/airbyte-api/0.50.0 - .
921+
- [PyPI v0.50.0] https://pypi.org/project/airbyte-api/0.50.0 - .
922+
923+
## 2024-06-03 00:15:07
924+
### Changes
925+
Based on:
926+
- OpenAPI Doc
927+
- Speakeasy CLI 1.299.4 (2.338.7) https://github.com/speakeasy-api/speakeasy
928+
### Generated
929+
- [python v0.50.1] .
930+
### Releases
931+
- [PyPI v0.50.1] https://pypi.org/project/airbyte-api/0.50.1 - .

USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ s = airbyte_api.AirbyteAPI(
1212
),
1313
)
1414

15+
1516
res = s.connections.create_connection(request=models.ConnectionCreateRequest(
1617
destination_id='e478de0d-a3a0-475c-b019-25f7dd29e281',
1718
source_id='95e66a59-8045-4307-9678-63bc3c9b8c93',

docs/api/listusersrequest.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# ListUsersRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- |
8+
| `emails` | List[*str*] | :heavy_minus_sign: | List of user emails to filter by |
9+
| `ids` | List[*str*] | :heavy_minus_sign: | List of user IDs to filter by |
10+
| `organization_id` | *Optional[str]* | :heavy_minus_sign: | N/A |

docs/api/listusersresponse.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ListUsersResponse
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+
| `users_response` | [Optional[models.UsersResponse]](../models/usersresponse.md) | :heavy_minus_sign: | List Users. |

docs/models/avroapacheavro.md

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

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
8-
| `compression_codec` | [Union[models.NoCompression, models.Deflate, models.Bzip2, models.Xz, models.Zstandard, models.Snappy]](../models/compressioncodec.md) | :heavy_check_mark: | The compression algorithm used to compress data. Default to no compression. |
9-
| `format_type` | [Optional[models.DestinationGcsFormatType]](../models/destinationgcsformattype.md) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
8+
| `compression_codec` | [models.CompressionCodec](../models/compressioncodec.md) | :heavy_check_mark: | The compression algorithm used to compress data. Default to no compression. |
9+
| `format_type` | [Optional[models.DestinationGcsFormatType]](../models/destinationgcsformattype.md) | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)