Skip to content

Commit aeb38c2

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.129.1
1 parent 2e768ef commit aeb38c2

File tree

6 files changed

+26
-14
lines changed

6 files changed

+26
-14
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.47.0'
24+
implementation 'com.airbyte.api:public-api:0.47.1'
2525
```
2626
<!-- End SDK Installation [installation] -->
2727

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,4 +921,14 @@ Based on:
921921
### Generated
922922
- [java v0.47.0] .
923923
### Releases
924-
- [Maven Central v0.47.0] https://central.sonatype.com/artifact/com.airbyte/api/0.47.0 - .
924+
- [Maven Central v0.47.0] https://central.sonatype.com/artifact/com.airbyte/api/0.47.0 - .
925+
926+
## 2024-01-01 00:15:11
927+
### Changes
928+
Based on:
929+
- OpenAPI Doc 1.0.0
930+
- Speakeasy CLI 1.129.1 (2.223.3) https://github.com/speakeasy-api/speakeasy
931+
### Generated
932+
- [java v0.47.1] .
933+
### Releases
934+
- [Maven Central v0.47.1] https://central.sonatype.com/artifact/com.airbyte/api/0.47.1 - .

docs/sdks/jobs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,15 @@ public class Application {
213213
com.airbyte.api.models.operations.ListJobsRequest req = new ListJobsRequest(
214214
){{
215215
connectionId = "string";
216-
createdAtEnd = OffsetDateTime.parse("2023-06-04T20:58:05.747Z");
217-
createdAtStart = OffsetDateTime.parse("2022-04-02T18:38:46.428Z");
216+
createdAtEnd = OffsetDateTime.parse("2024-06-04T16:21:45.917Z");
217+
createdAtStart = OffsetDateTime.parse("2023-04-03T04:39:28.005Z");
218218
jobType = JobTypeEnum.SYNC;
219219
limit = 955698;
220220
offset = 624731;
221221
orderBy = "string";
222222
status = JobStatusEnum.PENDING;
223-
updatedAtEnd = OffsetDateTime.parse("2022-12-07T03:03:13.807Z");
224-
updatedAtStart = OffsetDateTime.parse("2022-06-02T10:55:14.850Z");
223+
updatedAtEnd = OffsetDateTime.parse("2023-12-07T18:30:31.244Z");
224+
updatedAtStart = OffsetDateTime.parse("2023-06-02T22:15:44.179Z");
225225
workspaceIds = new String[]{{
226226
add("de801f6f-5d37-41c0-9bc4-dea632e540b9"),
227227
}};

gen.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 8f62e207fcdebe72da7eb9c7525220b5
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.126.0
6-
generationVersion: 2.213.3
5+
speakeasyVersion: 1.129.1
6+
generationVersion: 2.223.3
77
generation:
88
comments: {}
99
sdkClassName: airbyte
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
usageSnippets:
1212
optionalPropertyRendering: withExample
13+
fixes:
14+
nameResolutionDec2023: false
1315
features:
1416
java:
15-
core: 3.1.0
17+
core: 3.1.1
1618
globalSecurity: 2.81.2
1719
globalServerURLs: 2.82.1
1820
java:
19-
version: 0.47.0
21+
version: 0.47.1
2022
artifactID: api
2123
companyEmail: info@airbyte.com
2224
companyName: Airbyte

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ publishing {
5656
maven(MavenPublication) {
5757
groupId = 'com.airbyte'
5858
artifactId = 'api'
59-
version = '0.47.0'
59+
version = '0.47.1'
6060

6161
from components.java
6262

lib/src/main/java/com/airbyte/api/SDKConfiguration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ class SDKConfiguration {
1515
public int serverIdx = 0;
1616
public String language = "java";
1717
public String openapiDocVersion = "1.0.0";
18-
public String sdkVersion = "0.47.0";
19-
public String genVersion = "2.213.3";
20-
public String userAgent = "speakeasy-sdk/java 0.47.0 2.213.3 1.0.0 <no value>";
18+
public String sdkVersion = "0.47.1";
19+
public String genVersion = "2.223.3";
20+
public String userAgent = "speakeasy-sdk/java 0.47.1 2.223.3 1.0.0 <no value>";
2121

2222

2323
}

0 commit comments

Comments
 (0)