Skip to content

Commit bf63a95

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeay CLI 1.91.2
1 parent 0ba1960 commit bf63a95

File tree

12 files changed

+32
-17
lines changed

12 files changed

+32
-17
lines changed

README.md

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

@@ -102,15 +102,15 @@ public class Application {
102102
## Available Resources and Operations
103103

104104

105-
### [Connections](docs/sdks/connections/README.md)
105+
### [connections](docs/sdks/connections/README.md)
106106

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

113-
### [Destinations](docs/sdks/destinations/README.md)
113+
### [destinations](docs/sdks/destinations/README.md)
114114

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

122-
### [Jobs](docs/sdks/jobs/README.md)
122+
### [jobs](docs/sdks/jobs/README.md)
123123

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

129-
### [Sources](docs/sdks/sources/README.md)
129+
### [sources](docs/sdks/sources/README.md)
130130

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

139-
### [Streams](docs/sdks/streams/README.md)
139+
### [streams](docs/sdks/streams/README.md)
140140

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

143-
### [Workspaces](docs/sdks/workspaces/README.md)
143+
### [workspaces](docs/sdks/workspaces/README.md)
144144

145145
* [createOrUpdateWorkspaceOAuthCredentials](docs/sdks/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
146146
* [createWorkspace](docs/sdks/workspaces/README.md#createworkspace) - Create a workspace
@@ -154,8 +154,6 @@ public class Application {
154154

155155
<!-- Start Dev Containers -->
156156

157-
158-
159157
<!-- End Dev Containers -->
160158

161159
<!-- Placeholder for Future Speakeasy SDK Sections -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,4 +761,14 @@ Based on:
761761
### Generated
762762
- [java v0.40.0] .
763763
### Releases
764-
- [Maven Central v0.40.0] https://central.sonatype.com/artifact/com.airbyte/api/0.40.0 - .
764+
- [Maven Central v0.40.0] https://central.sonatype.com/artifact/com.airbyte/api/0.40.0 - .
765+
766+
## 2023-09-27 00:12:23
767+
### Changes
768+
Based on:
769+
- OpenAPI Doc 1.0.0
770+
- Speakeasy CLI 1.91.2 (2.131.1) https://github.com/speakeasy-api/speakeasy
771+
### Generated
772+
- [java v0.40.1] .
773+
### Releases
774+
- [Maven Central v0.40.1] https://central.sonatype.com/artifact/com.airbyte/api/0.40.1 - .

docs/sdks/airbyte/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Airbyte SDK
22

3+
34
## Overview
45

56
airbyte-api: Programatically control Airbyte Cloud, OSS & Enterprise.

docs/sdks/connections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Connections
2+
(*connections*)
23

34
### Available Operations
45

docs/sdks/destinations/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Destinations
2+
(*destinations*)
23

34
### Available Operations
45

docs/sdks/jobs/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Jobs
2+
(*jobs*)
23

34
### Available Operations
45

docs/sdks/sources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Sources
2+
(*sources*)
23

34
### Available Operations
45

docs/sdks/streams/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Streams
2+
(*streams*)
23

34
### Available Operations
45

docs/sdks/workspaces/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Workspaces
2+
(*workspaces*)
23

34
### Available Operations
45

gen.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 5b9a9a6f493e89e080a57e42997074be
44
docVersion: 1.0.0
5-
speakeasyVersion: 1.91.0
6-
generationVersion: 2.129.1
5+
speakeasyVersion: 1.91.2
6+
generationVersion: 2.131.1
77
generation:
88
comments:
99
disableComments: false
@@ -15,12 +15,12 @@ generation:
1515
telemetryEnabled: true
1616
features:
1717
java:
18-
core: 2.86.0
18+
core: 2.86.1
1919
globalSecurity: 2.81.1
2020
globalServerURLs: 2.82.0
2121
includes: 2.81.1
2222
java:
23-
version: 0.40.0
23+
version: 0.40.1
2424
artifactID: api
2525
companyEmail: info@airbyte.com
2626
companyName: Airbyte

0 commit comments

Comments
 (0)