Skip to content

Commit 2e768ef

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.126.0
1 parent 4be8ed2 commit 2e768ef

File tree

14 files changed

+90
-77
lines changed

14 files changed

+90
-77
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Ignore IDE-specific configs
2+
.project
3+
.settings/
14
.DS_Store
25
# Ignore Gradle project-specific cache directory
36
.gradle

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Developer Portal UI can also be used to help build your integration by showi
2121
### Gradle
2222

2323
```groovy
24-
implementation 'com.airbyte.api:public-api:0.46.1'
24+
implementation 'com.airbyte.api:public-api:0.47.0'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

@@ -56,8 +56,8 @@ public class Application {
5656
basicAuth = new SchemeBasicAuth(
5757
"string",
5858
"string"){{
59-
password = "";
60-
username = "";
59+
password = "<YOUR_PASSWORD_HERE>";
60+
username = "<YOUR_USERNAME_HERE>";
6161
}};
6262
}})
6363
.build();

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,4 +911,14 @@ Based on:
911911
### Generated
912912
- [java v0.46.1] .
913913
### Releases
914-
- [Maven Central v0.46.1] https://central.sonatype.com/artifact/com.airbyte/api/0.46.1 - .
914+
- [Maven Central v0.46.1] https://central.sonatype.com/artifact/com.airbyte/api/0.46.1 - .
915+
916+
## 2023-12-12 00:13:32
917+
### Changes
918+
Based on:
919+
- OpenAPI Doc 1.0.0
920+
- Speakeasy CLI 1.126.0 (2.213.3) https://github.com/speakeasy-api/speakeasy
921+
### Generated
922+
- [java v0.47.0] .
923+
### Releases
924+
- [Maven Central v0.47.0] https://central.sonatype.com/artifact/com.airbyte/api/0.47.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ public class Application {
2525
basicAuth = new SchemeBasicAuth(
2626
"string",
2727
"string"){{
28-
password = "";
29-
username = "";
28+
password = "<YOUR_PASSWORD_HERE>";
29+
username = "<YOUR_USERNAME_HERE>";
3030
}};
3131
}})
3232
.build();

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-
| `basicAuth` | [com.airbyte.api.models.shared.SchemeBasicAuth](../../models/shared/SchemeBasicAuth.md) | :heavy_minus_sign: | N/A | |
9-
| `bearerAuth` | *String* | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description |
7+
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- |
8+
| `basicAuth` | [com.airbyte.api.models.shared.SchemeBasicAuth](../../models/shared/SchemeBasicAuth.md) | :heavy_minus_sign: | N/A |
9+
| `bearerAuth` | *String* | :heavy_minus_sign: | N/A |

docs/sdks/connections/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public class Application {
4141
basicAuth = new SchemeBasicAuth(
4242
"string",
4343
"string"){{
44-
password = "";
45-
username = "";
44+
password = "<YOUR_PASSWORD_HERE>";
45+
username = "<YOUR_USERNAME_HERE>";
4646
}};
4747
}})
4848
.build();
@@ -130,8 +130,8 @@ public class Application {
130130
basicAuth = new SchemeBasicAuth(
131131
"string",
132132
"string"){{
133-
password = "";
134-
username = "";
133+
password = "<YOUR_PASSWORD_HERE>";
134+
username = "<YOUR_USERNAME_HERE>";
135135
}};
136136
}})
137137
.build();
@@ -186,8 +186,8 @@ public class Application {
186186
basicAuth = new SchemeBasicAuth(
187187
"string",
188188
"string"){{
189-
password = "";
190-
username = "";
189+
password = "<YOUR_PASSWORD_HERE>";
190+
username = "<YOUR_USERNAME_HERE>";
191191
}};
192192
}})
193193
.build();
@@ -242,8 +242,8 @@ public class Application {
242242
basicAuth = new SchemeBasicAuth(
243243
"string",
244244
"string"){{
245-
password = "";
246-
username = "";
245+
password = "<YOUR_PASSWORD_HERE>";
246+
username = "<YOUR_USERNAME_HERE>";
247247
}};
248248
}})
249249
.build();
@@ -316,8 +316,8 @@ public class Application {
316316
basicAuth = new SchemeBasicAuth(
317317
"string",
318318
"string"){{
319-
password = "";
320-
username = "";
319+
password = "<YOUR_PASSWORD_HERE>";
320+
username = "<YOUR_USERNAME_HERE>";
321321
}};
322322
}})
323323
.build();

docs/sdks/destinations/README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ public class Application {
3333
basicAuth = new SchemeBasicAuth(
3434
"string",
3535
"string"){{
36-
password = "";
37-
username = "";
36+
password = "<YOUR_PASSWORD_HERE>";
37+
username = "<YOUR_USERNAME_HERE>";
3838
}};
3939
}})
4040
.build();
@@ -94,8 +94,8 @@ public class Application {
9494
basicAuth = new SchemeBasicAuth(
9595
"string",
9696
"string"){{
97-
password = "";
98-
username = "";
97+
password = "<YOUR_PASSWORD_HERE>";
98+
username = "<YOUR_USERNAME_HERE>";
9999
}};
100100
}})
101101
.build();
@@ -150,8 +150,8 @@ public class Application {
150150
basicAuth = new SchemeBasicAuth(
151151
"string",
152152
"string"){{
153-
password = "";
154-
username = "";
153+
password = "<YOUR_PASSWORD_HERE>";
154+
username = "<YOUR_USERNAME_HERE>";
155155
}};
156156
}})
157157
.build();
@@ -206,8 +206,8 @@ public class Application {
206206
basicAuth = new SchemeBasicAuth(
207207
"string",
208208
"string"){{
209-
password = "";
210-
username = "";
209+
password = "<YOUR_PASSWORD_HERE>";
210+
username = "<YOUR_USERNAME_HERE>";
211211
}};
212212
}})
213213
.build();
@@ -271,8 +271,8 @@ public class Application {
271271
basicAuth = new SchemeBasicAuth(
272272
"string",
273273
"string"){{
274-
password = "";
275-
username = "";
274+
password = "<YOUR_PASSWORD_HERE>";
275+
username = "<YOUR_USERNAME_HERE>";
276276
}};
277277
}})
278278
.build();
@@ -336,8 +336,8 @@ public class Application {
336336
basicAuth = new SchemeBasicAuth(
337337
"string",
338338
"string"){{
339-
password = "";
340-
username = "";
339+
password = "<YOUR_PASSWORD_HERE>";
340+
username = "<YOUR_USERNAME_HERE>";
341341
}};
342342
}})
343343
.build();

docs/sdks/jobs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public class Application {
3131
basicAuth = new SchemeBasicAuth(
3232
"string",
3333
"string"){{
34-
password = "";
35-
username = "";
34+
password = "<YOUR_PASSWORD_HERE>";
35+
username = "<YOUR_USERNAME_HERE>";
3636
}};
3737
}})
3838
.build();
@@ -88,8 +88,8 @@ public class Application {
8888
basicAuth = new SchemeBasicAuth(
8989
"string",
9090
"string"){{
91-
password = "";
92-
username = "";
91+
password = "<YOUR_PASSWORD_HERE>";
92+
username = "<YOUR_USERNAME_HERE>";
9393
}};
9494
}})
9595
.build();
@@ -145,8 +145,8 @@ public class Application {
145145
basicAuth = new SchemeBasicAuth(
146146
"string",
147147
"string"){{
148-
password = "";
149-
username = "";
148+
password = "<YOUR_PASSWORD_HERE>";
149+
username = "<YOUR_USERNAME_HERE>";
150150
}};
151151
}})
152152
.build();
@@ -204,8 +204,8 @@ public class Application {
204204
basicAuth = new SchemeBasicAuth(
205205
"string",
206206
"string"){{
207-
password = "";
208-
username = "";
207+
password = "<YOUR_PASSWORD_HERE>";
208+
username = "<YOUR_USERNAME_HERE>";
209209
}};
210210
}})
211211
.build();

docs/sdks/sources/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ public class Application {
3434
basicAuth = new SchemeBasicAuth(
3535
"string",
3636
"string"){{
37-
password = "";
38-
username = "";
37+
password = "<YOUR_PASSWORD_HERE>";
38+
username = "<YOUR_USERNAME_HERE>";
3939
}};
4040
}})
4141
.build();
@@ -96,8 +96,8 @@ public class Application {
9696
basicAuth = new SchemeBasicAuth(
9797
"string",
9898
"string"){{
99-
password = "";
100-
username = "";
99+
password = "<YOUR_PASSWORD_HERE>";
100+
username = "<YOUR_USERNAME_HERE>";
101101
}};
102102
}})
103103
.build();
@@ -152,8 +152,8 @@ public class Application {
152152
basicAuth = new SchemeBasicAuth(
153153
"string",
154154
"string"){{
155-
password = "";
156-
username = "";
155+
password = "<YOUR_PASSWORD_HERE>";
156+
username = "<YOUR_USERNAME_HERE>";
157157
}};
158158
}})
159159
.build();
@@ -214,8 +214,8 @@ public class Application {
214214
basicAuth = new SchemeBasicAuth(
215215
"string",
216216
"string"){{
217-
password = "";
218-
username = "";
217+
password = "<YOUR_PASSWORD_HERE>";
218+
username = "<YOUR_USERNAME_HERE>";
219219
}};
220220
}})
221221
.build();
@@ -276,8 +276,8 @@ public class Application {
276276
basicAuth = new SchemeBasicAuth(
277277
"string",
278278
"string"){{
279-
password = "";
280-
username = "";
279+
password = "<YOUR_PASSWORD_HERE>";
280+
username = "<YOUR_USERNAME_HERE>";
281281
}};
282282
}})
283283
.build();
@@ -341,8 +341,8 @@ public class Application {
341341
basicAuth = new SchemeBasicAuth(
342342
"string",
343343
"string"){{
344-
password = "";
345-
username = "";
344+
password = "<YOUR_PASSWORD_HERE>";
345+
username = "<YOUR_USERNAME_HERE>";
346346
}};
347347
}})
348348
.build();
@@ -408,8 +408,8 @@ public class Application {
408408
basicAuth = new SchemeBasicAuth(
409409
"string",
410410
"string"){{
411-
password = "";
412-
username = "";
411+
password = "<YOUR_PASSWORD_HERE>";
412+
username = "<YOUR_USERNAME_HERE>";
413413
}};
414414
}})
415415
.build();

docs/sdks/streams/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ public class Application {
2828
basicAuth = new SchemeBasicAuth(
2929
"string",
3030
"string"){{
31-
password = "";
32-
username = "";
31+
password = "<YOUR_PASSWORD_HERE>";
32+
username = "<YOUR_USERNAME_HERE>";
3333
}};
3434
}})
3535
.build();

0 commit comments

Comments
 (0)