Skip to content

Commit 283c57a

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.114.1
1 parent 2870f22 commit 283c57a

File tree

11 files changed

+40
-22
lines changed

11 files changed

+40
-22
lines changed

README.md

Lines changed: 7 additions & 7 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.43.0'
24+
implementation 'com.airbyte.api:public-api:0.44.0'
2525
```
2626
<!-- End SDK Installation -->
2727

@@ -101,15 +101,15 @@ public class Application {
101101
## Available Resources and Operations
102102

103103

104-
### [connections](docs/sdks/connections/README.md)
104+
### [.connections](docs/sdks/connections/README.md)
105105

106106
* [createConnection](docs/sdks/connections/README.md#createconnection) - Create a connection
107107
* [deleteConnection](docs/sdks/connections/README.md#deleteconnection) - Delete a Connection
108108
* [getConnection](docs/sdks/connections/README.md#getconnection) - Get Connection details
109109
* [listConnections](docs/sdks/connections/README.md#listconnections) - List connections
110110
* [patchConnection](docs/sdks/connections/README.md#patchconnection) - Update Connection details
111111

112-
### [destinations](docs/sdks/destinations/README.md)
112+
### [.destinations](docs/sdks/destinations/README.md)
113113

114114
* [createDestination](docs/sdks/destinations/README.md#createdestination) - Create a destination
115115
* [deleteDestination](docs/sdks/destinations/README.md#deletedestination) - Delete a Destination
@@ -118,14 +118,14 @@ public class Application {
118118
* [patchDestination](docs/sdks/destinations/README.md#patchdestination) - Update a Destination
119119
* [putDestination](docs/sdks/destinations/README.md#putdestination) - Update a Destination and fully overwrite it
120120

121-
### [jobs](docs/sdks/jobs/README.md)
121+
### [.jobs](docs/sdks/jobs/README.md)
122122

123123
* [cancelJob](docs/sdks/jobs/README.md#canceljob) - Cancel a running Job
124124
* [createJob](docs/sdks/jobs/README.md#createjob) - Trigger a sync or reset job of a connection
125125
* [getJob](docs/sdks/jobs/README.md#getjob) - Get Job status and details
126126
* [listJobs](docs/sdks/jobs/README.md#listjobs) - List Jobs by sync type
127127

128-
### [sources](docs/sdks/sources/README.md)
128+
### [.sources](docs/sdks/sources/README.md)
129129

130130
* [createSource](docs/sdks/sources/README.md#createsource) - Create a source
131131
* [deleteSource](docs/sdks/sources/README.md#deletesource) - Delete a Source
@@ -135,11 +135,11 @@ public class Application {
135135
* [patchSource](docs/sdks/sources/README.md#patchsource) - Update a Source
136136
* [putSource](docs/sdks/sources/README.md#putsource) - Update a Source and fully overwrite it
137137

138-
### [streams](docs/sdks/streams/README.md)
138+
### [.streams](docs/sdks/streams/README.md)
139139

140140
* [getStreamProperties](docs/sdks/streams/README.md#getstreamproperties) - Get stream properties
141141

142-
### [workspaces](docs/sdks/workspaces/README.md)
142+
### [.workspaces](docs/sdks/workspaces/README.md)
143143

144144
* [createOrUpdateWorkspaceOAuthCredentials](docs/sdks/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
145145
* [createWorkspace](docs/sdks/workspaces/README.md#createworkspace) - Create a workspace

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,4 +811,14 @@ Based on:
811811
### Generated
812812
- [java v0.43.0] .
813813
### Releases
814-
- [Maven Central v0.43.0] https://central.sonatype.com/artifact/com.airbyte/api/0.43.0 - .
814+
- [Maven Central v0.43.0] https://central.sonatype.com/artifact/com.airbyte/api/0.43.0 - .
815+
816+
## 2023-11-07 00:12:25
817+
### Changes
818+
Based on:
819+
- OpenAPI Doc 1.0.0
820+
- Speakeasy CLI 1.114.1 (2.181.1) https://github.com/speakeasy-api/speakeasy
821+
### Generated
822+
- [java v0.44.0] .
823+
### Releases
824+
- [Maven Central v0.44.0] https://central.sonatype.com/artifact/com.airbyte/api/0.44.0 - .

docs/sdks/connections/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Connections
2-
(*connections*)
2+
(*.connections*)
33

44
### Available Operations
55

docs/sdks/destinations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Destinations
2-
(*destinations*)
2+
(*.destinations*)
33

44
### Available Operations
55

docs/sdks/jobs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Jobs
2-
(*jobs*)
2+
(*.jobs*)
33

44
### Available Operations
55

docs/sdks/sources/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sources
2-
(*sources*)
2+
(*.sources*)
33

44
### Available Operations
55

docs/sdks/streams/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Streams
2-
(*streams*)
2+
(*.streams*)
33

44
### Available Operations
55

docs/sdks/workspaces/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Workspaces
2-
(*workspaces*)
2+
(*.workspaces*)
33

44
### Available Operations
55

gen.yaml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,33 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5b9a9a6f493e89e080a57e42997074be
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.112.1
6-
generationVersion: 2.173.0
5+
speakeasyVersion: 1.114.1
6+
generationVersion: 2.181.1
77
generation:
88
comments: {}
99
sdkClassName: airbyte
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git
1111
features:
1212
java:
13-
core: 2.94.0
13+
core: 3.0.1
1414
globalSecurity: 2.81.1
1515
globalServerURLs: 2.82.0
1616
java:
17-
version: 0.43.0
17+
version: 0.44.0
1818
artifactID: api
1919
companyEmail: info@airbyte.com
2020
companyName: Airbyte
2121
companyURL: www.airbyte.com
2222
githubURL: github.com/airbytehq/airbyte-api-java-sdk
2323
groupID: com.airbyte
24+
imports:
25+
option: openapi
26+
paths:
27+
callbacks: models/callbacks
28+
errors: models/errors
29+
operations: models/operations
30+
shared: models/shared
31+
webhooks: models/webhooks
2432
maxMethodParams: 0
2533
ossrhURL: https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/
2634
projectName: public-api

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.43.0'
59+
version = '0.44.0'
6060

6161
from components.java
6262

0 commit comments

Comments
 (0)