Skip to content

Commit 59e828c

Browse files
authored
Merge pull request #40 from airbytehq/speakeasy-sdk-regen-1686355964
chore: speakeasy sdk regeneration - Generate
2 parents d95870f + 2b9ce19 commit 59e828c

File tree

1,130 files changed

+14530
-533
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,130 files changed

+14530
-533
lines changed

README.md

+36-36
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.16.2'
24+
implementation 'com.airbyte.api:public-api:0.17.1'
2525
```
2626
<!-- End SDK Installation -->
2727

@@ -148,52 +148,52 @@ public class Application {
148148
## Available Resources and Operations
149149

150150

151-
### [connections](docs/connections/README.md)
151+
### [connections](docs/sdks/connections/README.md)
152152

153-
* [createConnection](docs/connections/README.md#createconnection) - Create a connection
154-
* [deleteConnection](docs/connections/README.md#deleteconnection) - Delete a Connection
155-
* [getConnection](docs/connections/README.md#getconnection) - Get Connection details
156-
* [listConnections](docs/connections/README.md#listconnections) - List connections
157-
* [patchConnection](docs/connections/README.md#patchconnection) - Update Connection details
153+
* [createConnection](docs/sdks/connections/README.md#createconnection) - Create a connection
154+
* [deleteConnection](docs/sdks/connections/README.md#deleteconnection) - Delete a Connection
155+
* [getConnection](docs/sdks/connections/README.md#getconnection) - Get Connection details
156+
* [listConnections](docs/sdks/connections/README.md#listconnections) - List connections
157+
* [patchConnection](docs/sdks/connections/README.md#patchconnection) - Update Connection details
158158

159-
### [destinations](docs/destinations/README.md)
159+
### [destinations](docs/sdks/destinations/README.md)
160160

161-
* [createDestination](docs/destinations/README.md#createdestination) - Create a destination
162-
* [deleteDestination](docs/destinations/README.md#deletedestination) - Delete a Destination
163-
* [getDestination](docs/destinations/README.md#getdestination) - Get Destination details
164-
* [listDestinations](docs/destinations/README.md#listdestinations) - List destinations
165-
* [patchDestination](docs/destinations/README.md#patchdestination) - Update a Destination
166-
* [putDestination](docs/destinations/README.md#putdestination) - Update a Destination and fully overwrite it
161+
* [createDestination](docs/sdks/destinations/README.md#createdestination) - Create a destination
162+
* [deleteDestination](docs/sdks/destinations/README.md#deletedestination) - Delete a Destination
163+
* [getDestination](docs/sdks/destinations/README.md#getdestination) - Get Destination details
164+
* [listDestinations](docs/sdks/destinations/README.md#listdestinations) - List destinations
165+
* [patchDestination](docs/sdks/destinations/README.md#patchdestination) - Update a Destination
166+
* [putDestination](docs/sdks/destinations/README.md#putdestination) - Update a Destination and fully overwrite it
167167

168-
### [jobs](docs/jobs/README.md)
168+
### [jobs](docs/sdks/jobs/README.md)
169169

170-
* [cancelJob](docs/jobs/README.md#canceljob) - Cancel a running Job
171-
* [createJob](docs/jobs/README.md#createjob) - Trigger a sync or reset job of a connection
172-
* [getJob](docs/jobs/README.md#getjob) - Get Job status and details
173-
* [listJobs](docs/jobs/README.md#listjobs) - List Jobs by sync type
170+
* [cancelJob](docs/sdks/jobs/README.md#canceljob) - Cancel a running Job
171+
* [createJob](docs/sdks/jobs/README.md#createjob) - Trigger a sync or reset job of a connection
172+
* [getJob](docs/sdks/jobs/README.md#getjob) - Get Job status and details
173+
* [listJobs](docs/sdks/jobs/README.md#listjobs) - List Jobs by sync type
174174

175-
### [sources](docs/sources/README.md)
175+
### [sources](docs/sdks/sources/README.md)
176176

177-
* [createSource](docs/sources/README.md#createsource) - Create a source
178-
* [deleteSource](docs/sources/README.md#deletesource) - Delete a Source
179-
* [getSource](docs/sources/README.md#getsource) - Get Source details
180-
* [initiateOAuth](docs/sources/README.md#initiateoauth) - Initiate OAuth for a source
181-
* [listSources](docs/sources/README.md#listsources) - List sources
182-
* [patchSource](docs/sources/README.md#patchsource) - Update a Source
183-
* [putSource](docs/sources/README.md#putsource) - Update a Source and fully overwrite it
177+
* [createSource](docs/sdks/sources/README.md#createsource) - Create a source
178+
* [deleteSource](docs/sdks/sources/README.md#deletesource) - Delete a Source
179+
* [getSource](docs/sdks/sources/README.md#getsource) - Get Source details
180+
* [initiateOAuth](docs/sdks/sources/README.md#initiateoauth) - Initiate OAuth for a source
181+
* [listSources](docs/sdks/sources/README.md#listsources) - List sources
182+
* [patchSource](docs/sdks/sources/README.md#patchsource) - Update a Source
183+
* [putSource](docs/sdks/sources/README.md#putsource) - Update a Source and fully overwrite it
184184

185-
### [streams](docs/streams/README.md)
185+
### [streams](docs/sdks/streams/README.md)
186186

187-
* [getStreamProperties](docs/streams/README.md#getstreamproperties) - Get stream properties
187+
* [getStreamProperties](docs/sdks/streams/README.md#getstreamproperties) - Get stream properties
188188

189-
### [workspaces](docs/workspaces/README.md)
189+
### [workspaces](docs/sdks/workspaces/README.md)
190190

191-
* [createOrUpdateWorkspaceOAuthCredentials](docs/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
192-
* [createWorkspace](docs/workspaces/README.md#createworkspace) - Create a workspace
193-
* [deleteWorkspace](docs/workspaces/README.md#deleteworkspace) - Delete a Workspace
194-
* [getWorkspace](docs/workspaces/README.md#getworkspace) - Get Workspace details
195-
* [listWorkspaces](docs/workspaces/README.md#listworkspaces) - List workspaces
196-
* [updateWorkspace](docs/workspaces/README.md#updateworkspace) - Update a workspace
191+
* [createOrUpdateWorkspaceOAuthCredentials](docs/sdks/workspaces/README.md#createorupdateworkspaceoauthcredentials) - Create OAuth override credentials for a workspace and source type.
192+
* [createWorkspace](docs/sdks/workspaces/README.md#createworkspace) - Create a workspace
193+
* [deleteWorkspace](docs/sdks/workspaces/README.md#deleteworkspace) - Delete a Workspace
194+
* [getWorkspace](docs/sdks/workspaces/README.md#getworkspace) - Get Workspace details
195+
* [listWorkspaces](docs/sdks/workspaces/README.md#listworkspaces) - List workspaces
196+
* [updateWorkspace](docs/sdks/workspaces/README.md#updateworkspace) - Update a workspace
197197
<!-- End SDK Available Operations -->
198198

199199
### Maturity

RELEASES.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -391,4 +391,20 @@ Based on:
391391
- OpenAPI Doc 1.0.0
392392
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
393393
### Releases
394-
- [Maven Central v0.16.2] https://central.sonatype.com/artifact/com.airbyte/api/0.16.2 - .
394+
- [Maven Central v0.16.2] https://central.sonatype.com/artifact/com.airbyte/api/0.16.2 - .
395+
396+
## 2023-06-10 00:12:42
397+
### Changes
398+
Based on:
399+
- OpenAPI Doc 1.0.0
400+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
401+
### Releases
402+
- [Maven Central v0.17.0] https://central.sonatype.com/artifact/com.airbyte/api/0.17.0 - .
403+
404+
## 2023-06-11 00:14:20
405+
### Changes
406+
Based on:
407+
- OpenAPI Doc 1.0.0
408+
- Speakeasy CLI 1.47.1 (2.39.2) https://github.com/speakeasy-api/speakeasy
409+
### Releases
410+
- [Maven Central v0.17.1] https://central.sonatype.com/artifact/com.airbyte/api/0.17.1 - .

docs/jobs/README.md

-162
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CancelJobRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------ | ------------------ | ------------------ | ------------------ |
8+
| `jobId` | *Long* | :heavy_check_mark: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CancelJobResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
8+
| `contentType` | *String* | :heavy_check_mark: | N/A |
9+
| `jobResponse` | [com.airbyte.api.models.shared.JobResponse](../../models/shared/JobResponse.md) | :heavy_minus_sign: | Cancel a Job. |
10+
| `statusCode` | *Integer* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_minus_sign: | N/A |
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CreateConnectionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
8+
| `connectionResponse` | [com.airbyte.api.models.shared.ConnectionResponse](../../models/shared/ConnectionResponse.md) | :heavy_minus_sign: | Successful operation |
9+
| `contentType` | *String* | :heavy_check_mark: | N/A |
10+
| `statusCode` | *Integer* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [HttpResponse<byte[]>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)