Skip to content

Commit 74c371d

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.29.2
1 parent 953c11f commit 74c371d

File tree

291 files changed

+2335
-2315
lines changed

Some content is hidden

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

291 files changed

+2335
-2315
lines changed

README.md

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -33,81 +33,80 @@ s = airbyte.Airbyte(
3333
),
3434
)
3535

36-
3736
req = shared.ConnectionCreateRequest(
3837
configurations=shared.StreamConfigurations(
3938
streams=[
4039
shared.StreamConfiguration(
4140
cursor_field=[
42-
"distinctio",
43-
"quibusdam",
44-
"unde",
41+
'distinctio',
42+
'quibusdam',
43+
'unde',
4544
],
46-
name="Johnnie Stamm",
45+
name='Johnnie Stamm',
4746
primary_key=[
4847
[
49-
"iure",
50-
"magnam",
48+
'iure',
49+
'magnam',
5150
],
5251
[
53-
"ipsa",
54-
"delectus",
55-
"tempora",
56-
"suscipit",
52+
'ipsa',
53+
'delectus',
54+
'tempora',
55+
'suscipit',
5756
],
5857
[
59-
"minus",
60-
"placeat",
58+
'minus',
59+
'placeat',
6160
],
6261
],
63-
sync_mode="incremental_append",
62+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
6463
),
6564
shared.StreamConfiguration(
6665
cursor_field=[
67-
"excepturi",
68-
"nisi",
66+
'excepturi',
67+
'nisi',
6968
],
70-
name="Jake Bernier MD",
69+
name='Jake Bernier MD',
7170
primary_key=[
7271
[
73-
"repellendus",
74-
"sapiente",
72+
'repellendus',
73+
'sapiente',
7574
],
7675
],
77-
sync_mode="incremental_deduped_history",
76+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_DEDUPED_HISTORY,
7877
),
7978
shared.StreamConfiguration(
8079
cursor_field=[
81-
"at",
80+
'at',
8281
],
83-
name="Emilio Krajcik",
82+
name='Emilio Krajcik',
8483
primary_key=[
8584
[
86-
"porro",
87-
"dolorum",
88-
"dicta",
85+
'porro',
86+
'dolorum',
87+
'dicta',
8988
],
9089
[
91-
"officia",
92-
"occaecati",
93-
"fugit",
90+
'officia',
91+
'occaecati',
92+
'fugit',
9493
],
9594
],
96-
sync_mode="incremental_append",
95+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
9796
),
9897
],
9998
),
100-
data_residency="eu",
101-
destination_id="c816742c-b739-4205-9293-96fea7596eb1",
102-
name="Lela Orn",
103-
namespace_definition="source",
104-
namespace_format="${SOURCE_NAMESPACE}",
105-
prefix="dolorem",
99+
data_residency=shared.GeographyEnumEnum.EU,
100+
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
101+
name='Lela Orn',
102+
namespace_definition=shared.ConnectionCreateRequestNamespaceDefinitionEnum.SOURCE,
103+
namespace_format='${SOURCE_NAMESPACE}',
104+
prefix='dolorem',
106105
schedule=shared.ConnectionScheduleCreate(
107-
cron_expression="corporis",
108-
schedule_type="manual",
106+
cron_expression='corporis',
107+
schedule_type=shared.ScheduleTypeEnumEnum.MANUAL,
109108
),
110-
source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
109+
source_id='c5955907-aff1-4a3a-afa9-467739251aa5',
111110
)
112111

113112
res = s.connections.create_connection(req)

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,12 @@ Based on:
7878
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
7979
- Speakeasy CLI 1.25.1 (2.22.0) https://github.com/speakeasy-api/speakeasy
8080
### Releases
81-
- [PyPI v0.3.0] https://pypi.org/project/airbyte-api/0.3.0 - .
81+
- [PyPI v0.3.0] https://pypi.org/project/airbyte-api/0.3.0 - .
82+
83+
## 2023-05-09 14:29:06
84+
### Changes
85+
Based on:
86+
- OpenAPI Doc 1.0.0 https://prod.speakeasyapi.dev/v1/apis/public-api/version/v0.1.0/schema/download
87+
- Speakeasy CLI 1.29.2 (2.26.2) https://github.com/speakeasy-api/speakeasy
88+
### Releases
89+
- [PyPI v0.4.0] https://pypi.org/project/airbyte-api/0.4.0 - .

USAGE.md

Lines changed: 37 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -9,81 +9,80 @@ s = airbyte.Airbyte(
99
),
1010
)
1111

12-
1312
req = shared.ConnectionCreateRequest(
1413
configurations=shared.StreamConfigurations(
1514
streams=[
1615
shared.StreamConfiguration(
1716
cursor_field=[
18-
"distinctio",
19-
"quibusdam",
20-
"unde",
17+
'distinctio',
18+
'quibusdam',
19+
'unde',
2120
],
22-
name="Johnnie Stamm",
21+
name='Johnnie Stamm',
2322
primary_key=[
2423
[
25-
"iure",
26-
"magnam",
24+
'iure',
25+
'magnam',
2726
],
2827
[
29-
"ipsa",
30-
"delectus",
31-
"tempora",
32-
"suscipit",
28+
'ipsa',
29+
'delectus',
30+
'tempora',
31+
'suscipit',
3332
],
3433
[
35-
"minus",
36-
"placeat",
34+
'minus',
35+
'placeat',
3736
],
3837
],
39-
sync_mode="incremental_append",
38+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
4039
),
4140
shared.StreamConfiguration(
4241
cursor_field=[
43-
"excepturi",
44-
"nisi",
42+
'excepturi',
43+
'nisi',
4544
],
46-
name="Jake Bernier MD",
45+
name='Jake Bernier MD',
4746
primary_key=[
4847
[
49-
"repellendus",
50-
"sapiente",
48+
'repellendus',
49+
'sapiente',
5150
],
5251
],
53-
sync_mode="incremental_deduped_history",
52+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_DEDUPED_HISTORY,
5453
),
5554
shared.StreamConfiguration(
5655
cursor_field=[
57-
"at",
56+
'at',
5857
],
59-
name="Emilio Krajcik",
58+
name='Emilio Krajcik',
6059
primary_key=[
6160
[
62-
"porro",
63-
"dolorum",
64-
"dicta",
61+
'porro',
62+
'dolorum',
63+
'dicta',
6564
],
6665
[
67-
"officia",
68-
"occaecati",
69-
"fugit",
66+
'officia',
67+
'occaecati',
68+
'fugit',
7069
],
7170
],
72-
sync_mode="incremental_append",
71+
sync_mode=shared.ConnectionSyncModeEnumEnum.INCREMENTAL_APPEND,
7372
),
7473
],
7574
),
76-
data_residency="eu",
77-
destination_id="c816742c-b739-4205-9293-96fea7596eb1",
78-
name="Lela Orn",
79-
namespace_definition="source",
80-
namespace_format="${SOURCE_NAMESPACE}",
81-
prefix="dolorem",
75+
data_residency=shared.GeographyEnumEnum.EU,
76+
destination_id='c816742c-b739-4205-9293-96fea7596eb1',
77+
name='Lela Orn',
78+
namespace_definition=shared.ConnectionCreateRequestNamespaceDefinitionEnum.SOURCE,
79+
namespace_format='${SOURCE_NAMESPACE}',
80+
prefix='dolorem',
8281
schedule=shared.ConnectionScheduleCreate(
83-
cron_expression="corporis",
84-
schedule_type="manual",
82+
cron_expression='corporis',
83+
schedule_type=shared.ScheduleTypeEnumEnum.MANUAL,
8584
),
86-
source_id="c5955907-aff1-4a3a-afa9-467739251aa5",
85+
source_id='c5955907-aff1-4a3a-afa9-467739251aa5',
8786
)
8887

8988
res = s.connections.create_connection(req)

docs/connections/README.md

Lines changed: 26 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,46 @@ s = airbyte.Airbyte(
2323
),
2424
)
2525

26-
2726
req = shared.ConnectionCreateRequest(
2827
configurations=shared.StreamConfigurations(
2928
streams=[
3029
shared.StreamConfiguration(
3130
cursor_field=[
32-
"sequi",
33-
"tenetur",
34-
"ipsam",
35-
"id",
31+
'sequi',
32+
'tenetur',
33+
'ipsam',
34+
'id',
3635
],
37-
name="Richard Boyer",
36+
name='Richard Boyer',
3837
primary_key=[
3938
[
40-
"reiciendis",
39+
'reiciendis',
4140
],
4241
[
43-
"vero",
44-
"nihil",
45-
"praesentium",
46-
"voluptatibus",
42+
'vero',
43+
'nihil',
44+
'praesentium',
45+
'voluptatibus',
4746
],
4847
[
49-
"omnis",
48+
'omnis',
5049
],
5150
],
52-
sync_mode="full_refresh_append",
51+
sync_mode=shared.ConnectionSyncModeEnumEnum.FULL_REFRESH_APPEND,
5352
),
5453
],
5554
),
56-
data_residency="eu",
57-
destination_id="0074f154-71b5-4e6e-93b9-9d488e1e91e4",
58-
name="Elizabeth Orn",
59-
namespace_definition="destination",
60-
namespace_format="${SOURCE_NAMESPACE}",
61-
prefix="distinctio",
55+
data_residency=shared.GeographyEnumEnum.EU,
56+
destination_id='0074f154-71b5-4e6e-93b9-9d488e1e91e4',
57+
name='Elizabeth Orn',
58+
namespace_definition=shared.ConnectionCreateRequestNamespaceDefinitionEnum.DESTINATION,
59+
namespace_format='${SOURCE_NAMESPACE}',
60+
prefix='distinctio',
6261
schedule=shared.ConnectionScheduleCreate(
63-
cron_expression="quibusdam",
64-
schedule_type="manual",
62+
cron_expression='quibusdam',
63+
schedule_type=shared.ScheduleTypeEnumEnum.MANUAL,
6564
),
66-
source_id="4269802d-502a-494b-b4f6-3c969e9a3efa",
65+
source_id='4269802d-502a-494b-b4f6-3c969e9a3efa',
6766
)
6867

6968
res = s.connections.create_connection(req)
@@ -88,9 +87,8 @@ s = airbyte.Airbyte(
8887
),
8988
)
9089

91-
9290
req = operations.DeleteConnectionRequest(
93-
connection_id="in",
91+
connection_id='in',
9492
)
9593

9694
res = s.connections.delete_connection(req)
@@ -115,9 +113,8 @@ s = airbyte.Airbyte(
115113
),
116114
)
117115

118-
119116
req = operations.GetConnectionRequest(
120-
connection_id="in",
117+
connection_id='in',
121118
)
122119

123120
res = s.connections.get_connection(req)
@@ -142,15 +139,14 @@ s = airbyte.Airbyte(
142139
),
143140
)
144141

145-
146142
req = operations.ListConnectionsRequest(
147143
include_deleted=False,
148144
limit=846409,
149145
offset=978571,
150146
workspace_ids=[
151-
"14cd66ae-395e-4fb9-ba88-f3a66997074b",
152-
"a4469b6e-2141-4959-890a-fa563e2516fe",
153-
"4c8b711e-5b7f-4d2e-9028-921cddc69260",
147+
'14cd66ae-395e-4fb9-ba88-f3a66997074b',
148+
'a4469b6e-2141-4959-890a-fa563e2516fe',
149+
'4c8b711e-5b7f-4d2e-9028-921cddc69260',
154150
],
155151
)
156152

0 commit comments

Comments
 (0)