Skip to content

Commit 0f2113f

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.121.1
1 parent bcc9517 commit 0f2113f

File tree

13 files changed

+119
-47
lines changed

13 files changed

+119
-47
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,4 +718,14 @@ Based on:
718718
### Generated
719719
- [python v0.43.3] .
720720
### Releases
721-
- [PyPI v0.43.3] https://pypi.org/project/airbyte-api/0.43.3 - .
721+
- [PyPI v0.43.3] https://pypi.org/project/airbyte-api/0.43.3 - .
722+
723+
## 2023-11-18 00:13:34
724+
### Changes
725+
Based on:
726+
- OpenAPI Doc 1.0.0
727+
- Speakeasy CLI 1.121.1 (2.194.1) https://github.com/speakeasy-api/speakeasy
728+
### Generated
729+
- [python v0.43.4] .
730+
### Releases
731+
- [PyPI v0.43.4] https://pypi.org/project/airbyte-api/0.43.4 - .

docs/sdks/destinations/README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ s = airbyte.Airbyte(
3030
)
3131

3232
req = shared.DestinationCreateRequest(
33-
shared.DestinationGoogleSheets(
34-
credentials=shared.AuthenticationViaGoogleOAuth(
35-
client_id='string',
36-
client_secret='string',
37-
refresh_token='string',
38-
),
39-
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
33+
configuration=shared.DestinationGoogleSheets(
34+
credentials=shared.AuthenticationViaGoogleOAuth(
35+
client_id='string',
36+
client_secret='string',
37+
refresh_token='string',
4038
),
39+
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
40+
),
4141
name='string',
4242
workspace_id='8360860a-d46e-48e6-af62-08e5ba5019ef',
4343
)
@@ -226,14 +226,14 @@ s = airbyte.Airbyte(
226226

227227
req = operations.PatchDestinationRequest(
228228
destination_patch_request=shared.DestinationPatchRequest(
229-
shared.DestinationGoogleSheets(
230-
credentials=shared.AuthenticationViaGoogleOAuth(
231-
client_id='string',
232-
client_secret='string',
233-
refresh_token='string',
234-
),
235-
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
229+
configuration=shared.DestinationGoogleSheets(
230+
credentials=shared.AuthenticationViaGoogleOAuth(
231+
client_id='string',
232+
client_secret='string',
233+
refresh_token='string',
236234
),
235+
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
236+
),
237237
),
238238
destination_id='string',
239239
)
@@ -282,14 +282,14 @@ s = airbyte.Airbyte(
282282

283283
req = operations.PutDestinationRequest(
284284
destination_put_request=shared.DestinationPutRequest(
285-
shared.DestinationGoogleSheets(
286-
credentials=shared.AuthenticationViaGoogleOAuth(
287-
client_id='string',
288-
client_secret='string',
289-
refresh_token='string',
290-
),
291-
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
285+
configuration=shared.DestinationGoogleSheets(
286+
credentials=shared.AuthenticationViaGoogleOAuth(
287+
client_id='string',
288+
client_secret='string',
289+
refresh_token='string',
292290
),
291+
spreadsheet_id='https://docs.google.com/spreadsheets/d/1hLd9Qqti3UyLXZB2aFfUWDT7BG/edit',
292+
),
293293
name='string',
294294
),
295295
destination_id='string',

docs/sdks/sources/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ s = airbyte.Airbyte(
3232
)
3333

3434
req = shared.SourceCreateRequest(
35-
shared.SourceAha(
36-
api_key='string',
37-
url='https://complicated-seat.org',
38-
),
35+
configuration=shared.SourceAha(
36+
api_key='string',
37+
url='https://complicated-seat.org',
38+
),
3939
name='string',
4040
workspace_id='0f31f3dd-c984-48c3-8bdf-b109056aa6d6',
4141
)
@@ -278,10 +278,10 @@ s = airbyte.Airbyte(
278278

279279
req = operations.PatchSourceRequest(
280280
source_patch_request=shared.SourcePatchRequest(
281-
shared.SourceAha(
282-
api_key='string',
283-
url='http://apprehensive-visa.net',
284-
),
281+
configuration=shared.SourceAha(
282+
api_key='string',
283+
url='http://apprehensive-visa.net',
284+
),
285285
name='My source',
286286
),
287287
source_id='string',
@@ -332,10 +332,10 @@ s = airbyte.Airbyte(
332332

333333
req = operations.PutSourceRequest(
334334
source_put_request=shared.SourcePutRequest(
335-
shared.SourceAha(
336-
api_key='string',
337-
url='http://alienated-traveler.name',
338-
),
335+
configuration=shared.SourceAha(
336+
api_key='string',
337+
url='http://alienated-traveler.name',
338+
),
339339
name='string',
340340
),
341341
source_id='string',

files.gen

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ src/airbyte/utils/__init__.py
1313
src/airbyte/utils/retries.py
1414
src/airbyte/utils/utils.py
1515
src/airbyte/models/errors/sdkerror.py
16+
tests/helpers.py
1617
src/airbyte/models/operations/createconnection.py
1718
src/airbyte/models/operations/deleteconnection.py
1819
src/airbyte/models/operations/getconnection.py

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.120.3
6-
generationVersion: 2.192.1
5+
speakeasyVersion: 1.121.1
6+
generationVersion: 2.194.1
77
generation:
88
comments: {}
99
sdkClassName: airbyte
@@ -15,9 +15,9 @@ features:
1515
additionalProperties: 0.1.0
1616
core: 4.1.4
1717
globalSecurity: 2.83.0
18-
globalServerURLs: 2.82.0
18+
globalServerURLs: 2.82.1
1919
python:
20-
version: 0.43.3
20+
version: 0.43.4
2121
author: Airbyte
2222
clientServerStatusCodesAsErrors: true
2323
description: Python Client SDK for Airbyte API

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setuptools.setup(
1212
name="airbyte-api",
13-
version="0.43.3",
13+
version="0.43.4",
1414
author="Airbyte",
1515
description="Python Client SDK for Airbyte API",
1616
long_description=long_description,

src/airbyte/models/shared/sourcecreaterequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .source_dockerhub import SourceDockerhub
4141
from .source_dremio import SourceDremio
4242
from .source_dynamodb import SourceDynamodb
43-
from .source_e2e_test_cloud import SourceE2eTestCloud
43+
from .source_e2e_test_cloud import ContinuousFeed
4444
from .source_emailoctopus import SourceEmailoctopus
4545
from .source_exchange_rates import SourceExchangeRates
4646
from .source_facebook_marketing import SourceFacebookMarketing

src/airbyte/models/shared/sourcepatchrequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .source_dockerhub import SourceDockerhub
4141
from .source_dremio import SourceDremio
4242
from .source_dynamodb import SourceDynamodb
43-
from .source_e2e_test_cloud import SourceE2eTestCloud
43+
from .source_e2e_test_cloud import ContinuousFeed
4444
from .source_emailoctopus import SourceEmailoctopus
4545
from .source_exchange_rates import SourceExchangeRates
4646
from .source_facebook_marketing import SourceFacebookMarketing

src/airbyte/models/shared/sourceputrequest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .source_dockerhub import SourceDockerhub
4141
from .source_dremio import SourceDremio
4242
from .source_dynamodb import SourceDynamodb
43-
from .source_e2e_test_cloud import SourceE2eTestCloud
43+
from .source_e2e_test_cloud import ContinuousFeed
4444
from .source_emailoctopus import SourceEmailoctopus
4545
from .source_exchange_rates import SourceExchangeRates
4646
from .source_facebook_marketing import SourceFacebookMarketing

src/airbyte/models/shared/sourceresponse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
from .source_dockerhub import SourceDockerhub
4141
from .source_dremio import SourceDremio
4242
from .source_dynamodb import SourceDynamodb
43-
from .source_e2e_test_cloud import SourceE2eTestCloud
43+
from .source_e2e_test_cloud import ContinuousFeed
4444
from .source_emailoctopus import SourceEmailoctopus
4545
from .source_exchange_rates import SourceExchangeRates
4646
from .source_facebook_marketing import SourceFacebookMarketing

0 commit comments

Comments
 (0)