Skip to content

Commit ab84d68

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.126.0
1 parent dc8269c commit ab84d68

File tree

19 files changed

+126
-114
lines changed

19 files changed

+126
-114
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ from airbyte.models import shared
3333
s = airbyte.Airbyte(
3434
security=shared.Security(
3535
basic_auth=shared.SchemeBasicAuth(
36-
password="",
37-
username="",
36+
password="<YOUR_PASSWORD_HERE>",
37+
username="<YOUR_USERNAME_HERE>",
3838
),
3939
),
4040
)
@@ -146,8 +146,8 @@ from airbyte.models import shared
146146
s = airbyte.Airbyte(
147147
security=shared.Security(
148148
basic_auth=shared.SchemeBasicAuth(
149-
password="",
150-
username="",
149+
password="<YOUR_PASSWORD_HERE>",
150+
username="<YOUR_USERNAME_HERE>",
151151
),
152152
),
153153
)
@@ -212,8 +212,8 @@ s = airbyte.Airbyte(
212212
server_idx=0,
213213
security=shared.Security(
214214
basic_auth=shared.SchemeBasicAuth(
215-
password="",
216-
username="",
215+
password="<YOUR_PASSWORD_HERE>",
216+
username="<YOUR_USERNAME_HERE>",
217217
),
218218
),
219219
)
@@ -261,8 +261,8 @@ s = airbyte.Airbyte(
261261
server_url="https://api.airbyte.com/v1",
262262
security=shared.Security(
263263
basic_auth=shared.SchemeBasicAuth(
264-
password="",
265-
username="",
264+
password="<YOUR_PASSWORD_HERE>",
265+
username="<YOUR_USERNAME_HERE>",
266266
),
267267
),
268268
)
@@ -339,8 +339,8 @@ from airbyte.models import shared
339339
s = airbyte.Airbyte(
340340
security=shared.Security(
341341
basic_auth=shared.SchemeBasicAuth(
342-
password="",
343-
username="",
342+
password="<YOUR_PASSWORD_HERE>",
343+
username="<YOUR_USERNAME_HERE>",
344344
),
345345
),
346346
)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,4 +748,14 @@ Based on:
748748
### Generated
749749
- [python v0.43.6] .
750750
### Releases
751-
- [PyPI v0.43.6] https://pypi.org/project/airbyte-api/0.43.6 - .
751+
- [PyPI v0.43.6] https://pypi.org/project/airbyte-api/0.43.6 - .
752+
753+
## 2023-12-12 00:14:36
754+
### Changes
755+
Based on:
756+
- OpenAPI Doc 1.0.0
757+
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
758+
### Generated
759+
- [python v0.44.0] .
760+
### Releases
761+
- [PyPI v0.44.0] https://pypi.org/project/airbyte-api/0.44.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ from airbyte.models import shared
66
s = airbyte.Airbyte(
77
security=shared.Security(
88
basic_auth=shared.SchemeBasicAuth(
9-
password="",
10-
username="",
9+
password="<YOUR_PASSWORD_HERE>",
10+
username="<YOUR_USERNAME_HERE>",
1111
),
1212
),
1313
)

docs/models/shared/security.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 | Example |
7-
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
8-
| `basic_auth` | [Optional[shared.SchemeBasicAuth]](../../models/shared/schemebasicauth.md) | :heavy_minus_sign: | N/A | |
9-
| `bearer_auth` | *Optional[str]* | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
8+
| `basic_auth` | [Optional[shared.SchemeBasicAuth]](../../models/shared/schemebasicauth.md) | :heavy_minus_sign: | N/A |
9+
| `bearer_auth` | *Optional[str]* | :heavy_minus_sign: | N/A |

docs/sdks/connections/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ from airbyte.models import shared
2222
s = airbyte.Airbyte(
2323
security=shared.Security(
2424
basic_auth=shared.SchemeBasicAuth(
25-
password="",
26-
username="",
25+
password="<YOUR_PASSWORD_HERE>",
26+
username="<YOUR_USERNAME_HERE>",
2727
),
2828
),
2929
)
@@ -88,8 +88,8 @@ from airbyte.models import operations, shared
8888
s = airbyte.Airbyte(
8989
security=shared.Security(
9090
basic_auth=shared.SchemeBasicAuth(
91-
password="",
92-
username="",
91+
password="<YOUR_PASSWORD_HERE>",
92+
username="<YOUR_USERNAME_HERE>",
9393
),
9494
),
9595
)
@@ -134,8 +134,8 @@ from airbyte.models import operations, shared
134134
s = airbyte.Airbyte(
135135
security=shared.Security(
136136
basic_auth=shared.SchemeBasicAuth(
137-
password="",
138-
username="",
137+
password="<YOUR_PASSWORD_HERE>",
138+
username="<YOUR_USERNAME_HERE>",
139139
),
140140
),
141141
)
@@ -180,8 +180,8 @@ from airbyte.models import operations, shared
180180
s = airbyte.Airbyte(
181181
security=shared.Security(
182182
basic_auth=shared.SchemeBasicAuth(
183-
password="",
184-
username="",
183+
password="<YOUR_PASSWORD_HERE>",
184+
username="<YOUR_USERNAME_HERE>",
185185
),
186186
),
187187
)
@@ -228,8 +228,8 @@ from airbyte.models import operations, shared
228228
s = airbyte.Airbyte(
229229
security=shared.Security(
230230
basic_auth=shared.SchemeBasicAuth(
231-
password="",
232-
username="",
231+
password="<YOUR_PASSWORD_HERE>",
232+
username="<YOUR_USERNAME_HERE>",
233233
),
234234
),
235235
)

docs/sdks/destinations/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ from airbyte.models import shared
2323
s = airbyte.Airbyte(
2424
security=shared.Security(
2525
basic_auth=shared.SchemeBasicAuth(
26-
password="",
27-
username="",
26+
password="<YOUR_PASSWORD_HERE>",
27+
username="<YOUR_USERNAME_HERE>",
2828
),
2929
),
3030
)
@@ -78,8 +78,8 @@ from airbyte.models import operations, shared
7878
s = airbyte.Airbyte(
7979
security=shared.Security(
8080
basic_auth=shared.SchemeBasicAuth(
81-
password="",
82-
username="",
81+
password="<YOUR_PASSWORD_HERE>",
82+
username="<YOUR_USERNAME_HERE>",
8383
),
8484
),
8585
)
@@ -124,8 +124,8 @@ from airbyte.models import operations, shared
124124
s = airbyte.Airbyte(
125125
security=shared.Security(
126126
basic_auth=shared.SchemeBasicAuth(
127-
password="",
128-
username="",
127+
password="<YOUR_PASSWORD_HERE>",
128+
username="<YOUR_USERNAME_HERE>",
129129
),
130130
),
131131
)
@@ -170,8 +170,8 @@ from airbyte.models import operations, shared
170170
s = airbyte.Airbyte(
171171
security=shared.Security(
172172
basic_auth=shared.SchemeBasicAuth(
173-
password="",
174-
username="",
173+
password="<YOUR_PASSWORD_HERE>",
174+
username="<YOUR_USERNAME_HERE>",
175175
),
176176
),
177177
)
@@ -218,8 +218,8 @@ from airbyte.models import operations, shared
218218
s = airbyte.Airbyte(
219219
security=shared.Security(
220220
basic_auth=shared.SchemeBasicAuth(
221-
password="",
222-
username="",
221+
password="<YOUR_PASSWORD_HERE>",
222+
username="<YOUR_USERNAME_HERE>",
223223
),
224224
),
225225
)
@@ -274,8 +274,8 @@ from airbyte.models import operations, shared
274274
s = airbyte.Airbyte(
275275
security=shared.Security(
276276
basic_auth=shared.SchemeBasicAuth(
277-
password="",
278-
username="",
277+
password="<YOUR_PASSWORD_HERE>",
278+
username="<YOUR_USERNAME_HERE>",
279279
),
280280
),
281281
)

docs/sdks/jobs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ from airbyte.models import operations, shared
2121
s = airbyte.Airbyte(
2222
security=shared.Security(
2323
basic_auth=shared.SchemeBasicAuth(
24-
password="",
25-
username="",
24+
password="<YOUR_PASSWORD_HERE>",
25+
username="<YOUR_USERNAME_HERE>",
2626
),
2727
),
2828
)
@@ -67,8 +67,8 @@ from airbyte.models import shared
6767
s = airbyte.Airbyte(
6868
security=shared.Security(
6969
basic_auth=shared.SchemeBasicAuth(
70-
password="",
71-
username="",
70+
password="<YOUR_PASSWORD_HERE>",
71+
username="<YOUR_USERNAME_HERE>",
7272
),
7373
),
7474
)
@@ -114,8 +114,8 @@ from airbyte.models import operations, shared
114114
s = airbyte.Airbyte(
115115
security=shared.Security(
116116
basic_auth=shared.SchemeBasicAuth(
117-
password="",
118-
username="",
117+
password="<YOUR_PASSWORD_HERE>",
118+
username="<YOUR_USERNAME_HERE>",
119119
),
120120
),
121121
)
@@ -161,8 +161,8 @@ from airbyte.models import operations, shared
161161
s = airbyte.Airbyte(
162162
security=shared.Security(
163163
basic_auth=shared.SchemeBasicAuth(
164-
password="",
165-
username="",
164+
password="<YOUR_PASSWORD_HERE>",
165+
username="<YOUR_USERNAME_HERE>",
166166
),
167167
),
168168
)

docs/sdks/sources/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ from airbyte.models import shared
2525
s = airbyte.Airbyte(
2626
security=shared.Security(
2727
basic_auth=shared.SchemeBasicAuth(
28-
password="",
29-
username="",
28+
password="<YOUR_PASSWORD_HERE>",
29+
username="<YOUR_USERNAME_HERE>",
3030
),
3131
),
3232
)
@@ -76,8 +76,8 @@ from airbyte.models import operations, shared
7676
s = airbyte.Airbyte(
7777
security=shared.Security(
7878
basic_auth=shared.SchemeBasicAuth(
79-
password="",
80-
username="",
79+
password="<YOUR_PASSWORD_HERE>",
80+
username="<YOUR_USERNAME_HERE>",
8181
),
8282
),
8383
)
@@ -122,8 +122,8 @@ from airbyte.models import operations, shared
122122
s = airbyte.Airbyte(
123123
security=shared.Security(
124124
basic_auth=shared.SchemeBasicAuth(
125-
password="",
126-
username="",
125+
password="<YOUR_PASSWORD_HERE>",
126+
username="<YOUR_USERNAME_HERE>",
127127
),
128128
),
129129
)
@@ -172,8 +172,8 @@ from airbyte.models import shared
172172
s = airbyte.Airbyte(
173173
security=shared.Security(
174174
basic_auth=shared.SchemeBasicAuth(
175-
password="",
176-
username="",
175+
password="<YOUR_PASSWORD_HERE>",
176+
username="<YOUR_USERNAME_HERE>",
177177
),
178178
),
179179
)
@@ -221,8 +221,8 @@ from airbyte.models import operations, shared
221221
s = airbyte.Airbyte(
222222
security=shared.Security(
223223
basic_auth=shared.SchemeBasicAuth(
224-
password="",
225-
username="",
224+
password="<YOUR_PASSWORD_HERE>",
225+
username="<YOUR_USERNAME_HERE>",
226226
),
227227
),
228228
)
@@ -270,8 +270,8 @@ from airbyte.models import operations, shared
270270
s = airbyte.Airbyte(
271271
security=shared.Security(
272272
basic_auth=shared.SchemeBasicAuth(
273-
password="",
274-
username="",
273+
password="<YOUR_PASSWORD_HERE>",
274+
username="<YOUR_USERNAME_HERE>",
275275
),
276276
),
277277
)
@@ -324,8 +324,8 @@ from airbyte.models import operations, shared
324324
s = airbyte.Airbyte(
325325
security=shared.Security(
326326
basic_auth=shared.SchemeBasicAuth(
327-
password="",
328-
username="",
327+
password="<YOUR_PASSWORD_HERE>",
328+
username="<YOUR_USERNAME_HERE>",
329329
),
330330
),
331331
)

docs/sdks/streams/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ from airbyte.models import operations, shared
1818
s = airbyte.Airbyte(
1919
security=shared.Security(
2020
basic_auth=shared.SchemeBasicAuth(
21-
password="",
22-
username="",
21+
password="<YOUR_PASSWORD_HERE>",
22+
username="<YOUR_USERNAME_HERE>",
2323
),
2424
),
2525
)

0 commit comments

Comments
 (0)