Skip to content

Commit 59c5e7f

Browse files
chore: 🐝 Update SDK - Generate (#98)
Co-authored-by: speakeasybot <[email protected]>
1 parent 653e758 commit 59c5e7f

File tree

389 files changed

+2728
-2594
lines changed

Some content is hidden

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

389 files changed

+2728
-2594
lines changed

.speakeasy/gen.lock

+50-48
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: d90db45a44e468bd5d9ffc93c6e415c9
4+
docChecksum: 9d937f0b088a71ee7aaf5a76d6324576
55
docVersion: 1.0.0
6-
speakeasyVersion: 1.299.4
7-
generationVersion: 2.338.7
8-
releaseVersion: 0.50.1
9-
configChecksum: fbcdc2ce57f888d9af79756839bf1a17
6+
speakeasyVersion: 1.335.2
7+
generationVersion: 2.372.3
8+
releaseVersion: 0.51.0
9+
configChecksum: c86e7977f90b4e8be3a63a01a28dfe90
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.8
19+
core: 4.8.1
2020
globalSecurity: 2.83.5
2121
globalSecurityCallbacks: 0.1.0
2222
globalServerURLs: 2.82.2
@@ -25,13 +25,14 @@ features:
2525
oauth2ClientCredentials: 0.1.2
2626
responseFormat: 0.1.0
2727
sdkHooks: 0.1.0
28-
unions: 2.82.7
28+
unions: 2.82.8
2929
generatedFiles:
3030
- src/airbyte_api/sdkconfiguration.py
3131
- src/airbyte_api/connections.py
3232
- src/airbyte_api/destinations.py
3333
- src/airbyte_api/health.py
3434
- src/airbyte_api/jobs.py
35+
- src/airbyte_api/organizations.py
3536
- src/airbyte_api/permissions.py
3637
- src/airbyte_api/sources.py
3738
- src/airbyte_api/streams.py
@@ -40,6 +41,7 @@ generatedFiles:
4041
- src/airbyte_api/sdk.py
4142
- py.typed
4243
- pylintrc
44+
- scripts/publish.sh
4345
- setup.py
4446
- src/airbyte_api/__init__.py
4547
- src/airbyte_api/utils/__init__.py
@@ -62,6 +64,7 @@ generatedFiles:
6264
- src/airbyte_api/api/createjob.py
6365
- src/airbyte_api/api/getjob.py
6466
- src/airbyte_api/api/listjobs.py
67+
- src/airbyte_api/api/listorganizationsforuser.py
6568
- src/airbyte_api/api/createpermission.py
6669
- src/airbyte_api/api/deletepermission.py
6770
- src/airbyte_api/api/getpermission.py
@@ -75,7 +78,7 @@ generatedFiles:
7578
- src/airbyte_api/api/patchsource.py
7679
- src/airbyte_api/api/putsource.py
7780
- src/airbyte_api/api/getstreamproperties.py
78-
- src/airbyte_api/api/listusers.py
81+
- src/airbyte_api/api/listuserswithinanorganization.py
7982
- src/airbyte_api/api/createorupdateworkspaceoauthcredentials.py
8083
- src/airbyte_api/api/createworkspace.py
8184
- src/airbyte_api/api/deleteworkspace.py
@@ -118,7 +121,6 @@ generatedFiles:
118121
- src/airbyte_api/models/destination_firebolt.py
119122
- src/airbyte_api/models/destination_firestore.py
120123
- src/airbyte_api/models/destination_gcs.py
121-
- src/airbyte_api/models/destination_langchain.py
122124
- src/airbyte_api/models/destination_milvus.py
123125
- src/airbyte_api/models/destination_mongodb.py
124126
- src/airbyte_api/models/destination_mssql.py
@@ -149,6 +151,8 @@ generatedFiles:
149151
- src/airbyte_api/models/jobtypeenum.py
150152
- src/airbyte_api/models/jobcreaterequest.py
151153
- src/airbyte_api/models/jobsresponse.py
154+
- src/airbyte_api/models/organizationsresponse.py
155+
- src/airbyte_api/models/organizationresponse.py
152156
- src/airbyte_api/models/permissionresponse.py
153157
- src/airbyte_api/models/permissiontype.py
154158
- src/airbyte_api/models/permissioncreaterequest.py
@@ -181,6 +185,7 @@ generatedFiles:
181185
- src/airbyte_api/models/source_cart.py
182186
- src/airbyte_api/models/source_chargebee.py
183187
- src/airbyte_api/models/source_chartmogul.py
188+
- src/airbyte_api/models/source_clazar.py
184189
- src/airbyte_api/models/source_clickhouse.py
185190
- src/airbyte_api/models/source_clickup_api.py
186191
- src/airbyte_api/models/source_clockify.py
@@ -191,6 +196,7 @@ generatedFiles:
191196
- src/airbyte_api/models/source_configcat.py
192197
- src/airbyte_api/models/source_confluence.py
193198
- src/airbyte_api/models/source_convex.py
199+
- src/airbyte_api/models/source_datadog.py
194200
- src/airbyte_api/models/source_datascope.py
195201
- src/airbyte_api/models/source_delighted.py
196202
- src/airbyte_api/models/source_dixa.py
@@ -205,6 +211,7 @@ generatedFiles:
205211
- src/airbyte_api/models/source_fauna.py
206212
- src/airbyte_api/models/source_file.py
207213
- src/airbyte_api/models/source_firebolt.py
214+
- src/airbyte_api/models/source_fleetio.py
208215
- src/airbyte_api/models/source_freshcaller.py
209216
- src/airbyte_api/models/source_freshdesk.py
210217
- src/airbyte_api/models/source_freshsales.py
@@ -215,9 +222,9 @@ generatedFiles:
215222
- src/airbyte_api/models/source_gitlab.py
216223
- src/airbyte_api/models/source_glassfrog.py
217224
- src/airbyte_api/models/source_gnews.py
225+
- src/airbyte_api/models/source_goldcast.py
218226
- src/airbyte_api/models/source_google_ads.py
219227
- src/airbyte_api/models/source_google_analytics_data_api.py
220-
- src/airbyte_api/models/source_google_analytics_v4_service_account_only.py
221228
- src/airbyte_api/models/source_google_directory.py
222229
- src/airbyte_api/models/source_google_drive.py
223230
- src/airbyte_api/models/source_google_pagespeed_insights.py
@@ -287,7 +294,6 @@ generatedFiles:
287294
- src/airbyte_api/models/source_posthog.py
288295
- src/airbyte_api/models/source_postmarkapp.py
289296
- src/airbyte_api/models/source_prestashop.py
290-
- src/airbyte_api/models/source_punk_api.py
291297
- src/airbyte_api/models/source_pypi.py
292298
- src/airbyte_api/models/source_qualaroo.py
293299
- src/airbyte_api/models/source_railz.py
@@ -446,6 +452,7 @@ generatedFiles:
446452
- docs/api/getjobresponse.md
447453
- docs/api/listjobsrequest.md
448454
- docs/api/listjobsresponse.md
455+
- docs/api/listorganizationsforuserresponse.md
449456
- docs/api/createpermissionresponse.md
450457
- docs/api/deletepermissionrequest.md
451458
- docs/api/deletepermissionresponse.md
@@ -469,8 +476,8 @@ generatedFiles:
469476
- docs/api/putsourceresponse.md
470477
- docs/api/getstreampropertiesrequest.md
471478
- docs/api/getstreampropertiesresponse.md
472-
- docs/api/listusersrequest.md
473-
- docs/api/listusersresponse.md
479+
- docs/api/listuserswithinanorganizationrequest.md
480+
- docs/api/listuserswithinanorganizationresponse.md
474481
- docs/api/createorupdateworkspaceoauthcredentialsrequest.md
475482
- docs/api/createorupdateworkspaceoauthcredentialsresponse.md
476483
- docs/api/createworkspaceresponse.md
@@ -654,21 +661,6 @@ generatedFiles:
654661
- docs/models/destinationgcsoutputformat.md
655662
- docs/models/gcsbucketregion.md
656663
- docs/models/destinationgcs.md
657-
- docs/models/langchain.md
658-
- docs/models/destinationlangchainschemasmode.md
659-
- docs/models/destinationlangchainfake.md
660-
- docs/models/destinationlangchainmode.md
661-
- docs/models/destinationlangchainopenai.md
662-
- docs/models/destinationlangchainembedding.md
663-
- docs/models/destinationlangchainschemasindexingindexing3mode.md
664-
- docs/models/chromalocalpersistance.md
665-
- docs/models/destinationlangchainschemasindexingindexingmode.md
666-
- docs/models/docarrayhnswsearch.md
667-
- docs/models/destinationlangchainschemasindexingmode.md
668-
- docs/models/destinationlangchainpinecone.md
669-
- docs/models/destinationlangchainindexing.md
670-
- docs/models/destinationlangchainprocessingconfigmodel.md
671-
- docs/models/destinationlangchain.md
672664
- docs/models/milvus.md
673665
- docs/models/destinationmilvusschemasembeddingembedding5mode.md
674666
- docs/models/destinationmilvusopenaicompatible.md
@@ -854,13 +846,6 @@ generatedFiles:
854846
- docs/models/destinationredshifttunnelmethod.md
855847
- docs/models/destinationredshiftnotunnel.md
856848
- docs/models/destinationredshiftsshtunnelmethod.md
857-
- docs/models/destinationredshiftschemasmethod.md
858-
- docs/models/standard.md
859-
- docs/models/destinationredshiftencryptiontype.md
860-
- docs/models/aescbcenvelopeencryption.md
861-
- docs/models/encryptiontype.md
862-
- docs/models/noencryption.md
863-
- docs/models/destinationredshiftencryption.md
864849
- docs/models/destinationredshiftmethod.md
865850
- docs/models/destinationredshifts3bucketregion.md
866851
- docs/models/awss3staging.md
@@ -941,7 +926,7 @@ generatedFiles:
941926
- docs/models/destinationsnowflakecortexopenai.md
942927
- docs/models/destinationsnowflakecortexembedding.md
943928
- docs/models/destinationsnowflakecortexcredentials.md
944-
- docs/models/destinationsnowflakecortexindexing.md
929+
- docs/models/snowflakeconnection.md
945930
- docs/models/destinationsnowflakecortexfieldnamemappingconfigmodel.md
946931
- docs/models/destinationsnowflakecortexlanguage.md
947932
- docs/models/destinationsnowflakecortexschemasprocessingtextsplittertextsplittermode.md
@@ -1041,6 +1026,8 @@ generatedFiles:
10411026
- docs/models/jobtypeenum.md
10421027
- docs/models/jobcreaterequest.md
10431028
- docs/models/jobsresponse.md
1029+
- docs/models/organizationsresponse.md
1030+
- docs/models/organizationresponse.md
10441031
- docs/models/permissionresponse.md
10451032
- docs/models/permissiontype.md
10461033
- docs/models/permissioncreaterequest.md
@@ -1101,6 +1088,7 @@ generatedFiles:
11011088
- docs/models/sourceauth0authenticationmethod.md
11021089
- docs/models/auth0.md
11031090
- docs/models/sourceauth0.md
1091+
- docs/models/filterappliedwhilefetchingrecordsbasedonattributekeyandattributevaluewhichwillbeappendedontherequestbody.md
11041092
- docs/models/awscloudtrail.md
11051093
- docs/models/sourceawscloudtrail.md
11061094
- docs/models/sourceazureblobstorageschemasauthtype.md
@@ -1165,6 +1153,8 @@ generatedFiles:
11651153
- docs/models/sourcechargebee.md
11661154
- docs/models/chartmogul.md
11671155
- docs/models/sourcechartmogul.md
1156+
- docs/models/clazar.md
1157+
- docs/models/sourceclazar.md
11681158
- docs/models/sourceclickhouseclickhouse.md
11691159
- docs/models/sourceclickhouseschemastunnelmethodtunnelmethod.md
11701160
- docs/models/sourceclickhousepasswordauthentication.md
@@ -1194,6 +1184,11 @@ generatedFiles:
11941184
- docs/models/sourceconfluence.md
11951185
- docs/models/sourceconvexconvex.md
11961186
- docs/models/sourceconvex.md
1187+
- docs/models/sourcedatadogdatasource.md
1188+
- docs/models/queries.md
1189+
- docs/models/site.md
1190+
- docs/models/datadog.md
1191+
- docs/models/sourcedatadog.md
11971192
- docs/models/datascope.md
11981193
- docs/models/sourcedatascope.md
11991194
- docs/models/delighted.md
@@ -1228,6 +1223,11 @@ generatedFiles:
12281223
- docs/models/validadstatuses.md
12291224
- docs/models/validadsetstatuses.md
12301225
- docs/models/validcampaignstatuses.md
1226+
- docs/models/sourcefacebookmarketingschemasauthtype.md
1227+
- docs/models/serviceaccountkeyauthentication.md
1228+
- docs/models/sourcefacebookmarketingauthtype.md
1229+
- docs/models/authenticateviafacebookmarketingoauth.md
1230+
- docs/models/sourcefacebookmarketingauthentication.md
12311231
- docs/models/validactionbreakdowns.md
12321232
- docs/models/sourcefacebookmarketingactionreporttime.md
12331233
- docs/models/validbreakdowns.md
@@ -1266,6 +1266,8 @@ generatedFiles:
12661266
- docs/models/sourcefile.md
12671267
- docs/models/sourcefireboltfirebolt.md
12681268
- docs/models/sourcefirebolt.md
1269+
- docs/models/fleetio.md
1270+
- docs/models/sourcefleetio.md
12691271
- docs/models/freshcaller.md
12701272
- docs/models/sourcefreshcaller.md
12711273
- docs/models/freshdesk.md
@@ -1315,13 +1317,15 @@ generatedFiles:
13151317
- docs/models/gnews.md
13161318
- docs/models/topheadlinestopic.md
13171319
- docs/models/sourcegnews.md
1320+
- docs/models/goldcast.md
1321+
- docs/models/sourcegoldcast.md
13181322
- docs/models/googlecredentials.md
13191323
- docs/models/customqueriesarray.md
13201324
- docs/models/customerstatus.md
13211325
- docs/models/sourcegoogleadsgoogleads.md
13221326
- docs/models/sourcegoogleads.md
13231327
- docs/models/sourcegoogleanalyticsdataapischemasauthtype.md
1324-
- docs/models/serviceaccountkeyauthentication.md
1328+
- docs/models/sourcegoogleanalyticsdataapiserviceaccountkeyauthentication.md
13251329
- docs/models/sourcegoogleanalyticsdataapiauthtype.md
13261330
- docs/models/authenticateviagoogleoauth.md
13271331
- docs/models/sourcegoogleanalyticsdataapicredentials.md
@@ -1571,11 +1575,6 @@ generatedFiles:
15711575
- docs/models/sourcegoogleanalyticsdataapicustomreportconfig.md
15721576
- docs/models/sourcegoogleanalyticsdataapigoogleanalyticsdataapi.md
15731577
- docs/models/sourcegoogleanalyticsdataapi.md
1574-
- docs/models/sourcegoogleanalyticsv4serviceaccountonlyauthtype.md
1575-
- docs/models/sourcegoogleanalyticsv4serviceaccountonlyserviceaccountkeyauthentication.md
1576-
- docs/models/sourcegoogleanalyticsv4serviceaccountonlycredentials.md
1577-
- docs/models/googleanalyticsv4serviceaccountonly.md
1578-
- docs/models/sourcegoogleanalyticsv4serviceaccountonly.md
15791578
- docs/models/sourcegoogledirectoryschemascredentialstitle.md
15801579
- docs/models/serviceaccountkey.md
15811580
- docs/models/sourcegoogledirectorycredentialstitle.md
@@ -1709,6 +1708,7 @@ generatedFiles:
17091708
- docs/models/sourcelinkedinpagesoauth20.md
17101709
- docs/models/sourcelinkedinpagesauthentication.md
17111710
- docs/models/linkedinpages.md
1711+
- docs/models/timegranularitytype.md
17121712
- docs/models/sourcelinkedinpages.md
17131713
- docs/models/linnworks.md
17141714
- docs/models/sourcelinnworks.md
@@ -1742,7 +1742,7 @@ generatedFiles:
17421742
- docs/models/sourcemicrosoftonedrivelocal.md
17431743
- docs/models/sourcemicrosoftonedriveprocessing.md
17441744
- docs/models/sourcemicrosoftonedriveparsingstrategy.md
1745-
- docs/models/sourcemicrosoftonedrivedocumentfiletypeformatexperimental.md
1745+
- docs/models/unstructureddocumentformat.md
17461746
- docs/models/sourcemicrosoftonedriveschemasstreamsformatfiletype.md
17471747
- docs/models/sourcemicrosoftonedriveparquetformat.md
17481748
- docs/models/sourcemicrosoftonedriveschemasstreamsfiletype.md
@@ -1774,7 +1774,7 @@ generatedFiles:
17741774
- docs/models/sourcemicrosoftsharepointlocal.md
17751775
- docs/models/sourcemicrosoftsharepointprocessing.md
17761776
- docs/models/sourcemicrosoftsharepointparsingstrategy.md
1777-
- docs/models/sourcemicrosoftsharepointdocumentfiletypeformatexperimental.md
1777+
- docs/models/sourcemicrosoftsharepointunstructureddocumentformat.md
17781778
- docs/models/sourcemicrosoftsharepointschemasstreamsformatfiletype.md
17791779
- docs/models/sourcemicrosoftsharepointparquetformat.md
17801780
- docs/models/sourcemicrosoftsharepointschemasstreamsfiletype.md
@@ -2010,8 +2010,6 @@ generatedFiles:
20102010
- docs/models/sourcepostmarkapp.md
20112011
- docs/models/prestashop.md
20122012
- docs/models/sourceprestashop.md
2013-
- docs/models/punkapi.md
2014-
- docs/models/sourcepunkapi.md
20152013
- docs/models/pypi.md
20162014
- docs/models/sourcepypi.md
20172015
- docs/models/qualaroo.md
@@ -2056,7 +2054,7 @@ generatedFiles:
20562054
- docs/models/sources3local.md
20572055
- docs/models/sources3processing.md
20582056
- docs/models/sources3parsingstrategy.md
2059-
- docs/models/sources3documentfiletypeformatexperimental.md
2057+
- docs/models/sources3unstructureddocumentformat.md
20602058
- docs/models/sources3schemasstreamsformatformat4filetype.md
20612059
- docs/models/sources3parquetformat.md
20622060
- docs/models/sources3schemasstreamsformatformatfiletype.md
@@ -2176,8 +2174,10 @@ generatedFiles:
21762174
- docs/models/swipeupattributionwindow.md
21772175
- docs/models/viewattributionwindow.md
21782176
- docs/models/sourcesnapchatmarketing.md
2179-
- docs/models/sourcesnowflakeschemasauthtype.md
2177+
- docs/models/sourcesnowflakeschemascredentialsauthtype.md
21802178
- docs/models/sourcesnowflakeusernameandpassword.md
2179+
- docs/models/sourcesnowflakeschemasauthtype.md
2180+
- docs/models/sourcesnowflakekeypairauthentication.md
21812181
- docs/models/sourcesnowflakeauthtype.md
21822182
- docs/models/sourcesnowflakeoauth20.md
21832183
- docs/models/sourcesnowflakeauthorizationmethod.md
@@ -2326,6 +2326,7 @@ generatedFiles:
23262326
- docs/models/azureblobstoragecredentials.md
23272327
- docs/models/azureblobstorage.md
23282328
- docs/models/bingads.md
2329+
- docs/models/facebookmarketingcredentials.md
23292330
- docs/models/facebookmarketing.md
23302331
- docs/models/githubcredentials.md
23312332
- docs/models/github.md
@@ -2407,6 +2408,7 @@ generatedFiles:
24072408
- docs/sdks/destinations/README.md
24082409
- docs/sdks/health/README.md
24092410
- docs/sdks/jobs/README.md
2411+
- docs/sdks/organizations/README.md
24102412
- docs/sdks/permissions/README.md
24112413
- docs/sdks/sources/README.md
24122414
- docs/sdks/streams/README.md

.speakeasy/workflow.lock

+4-4
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:8c5e2173984ab00ea9fa2e659527d7b65173e1c3cd3facd7b4200389a01d099d
6-
sourceBlobDigest: sha256:a5ef729718fb224548bdc82ebec88384a0657acdacbb737b497e2f4c9690394d
5+
sourceRevisionDigest: sha256:d2907ce474df2e9b9a63b10a6560e61bacf92fbceda25cdccd6ae874fb7262d0
6+
sourceBlobDigest: sha256:74d197d36d2d4b37a1e10fced9c4aa5414ce0055d7f8011903c097aaff54f085
77
tags:
88
- latest
99
- main
1010
targets:
1111
python-api:
1212
source: my-source
1313
sourceNamespace: my-source
14-
sourceRevisionDigest: sha256:8c5e2173984ab00ea9fa2e659527d7b65173e1c3cd3facd7b4200389a01d099d
15-
sourceBlobDigest: sha256:a5ef729718fb224548bdc82ebec88384a0657acdacbb737b497e2f4c9690394d
14+
sourceRevisionDigest: sha256:d2907ce474df2e9b9a63b10a6560e61bacf92fbceda25cdccd6ae874fb7262d0
15+
sourceBlobDigest: sha256:74d197d36d2d4b37a1e10fced9c4aa5414ce0055d7f8011903c097aaff54f085
1616
outLocation: /github/workspace/repo
1717
workflow:
1818
workflowVersion: 1.0.0

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ if res.connection_response is not None:
8585
* [get_job](docs/sdks/jobs/README.md#get_job) - Get Job status and details
8686
* [list_jobs](docs/sdks/jobs/README.md#list_jobs) - List Jobs by sync type
8787

88+
### [organizations](docs/sdks/organizations/README.md)
89+
90+
* [list_organizations_for_user](docs/sdks/organizations/README.md#list_organizations_for_user) - List all organizations for a user
91+
8892
### [permissions](docs/sdks/permissions/README.md)
8993

9094
* [create_permission](docs/sdks/permissions/README.md#create_permission) - Create a permission
@@ -109,7 +113,7 @@ if res.connection_response is not None:
109113

110114
### [users](docs/sdks/users/README.md)
111115

112-
* [list_users](docs/sdks/users/README.md#list_users) - List users
116+
* [list_users_within_an_organization](docs/sdks/users/README.md#list_users_within_an_organization) - List all users within an organization
113117

114118
### [workspaces](docs/sdks/workspaces/README.md)
115119

0 commit comments

Comments
 (0)