Skip to content

Commit caacaba

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.116.0
1 parent 283c57a commit caacaba

32 files changed

+143
-131
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.44.0'
24+
implementation 'com.airbyte.api:public-api:0.44.1'
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
@@ -821,4 +821,14 @@ Based on:
821821
### Generated
822822
- [java v0.44.0] .
823823
### Releases
824-
- [Maven Central v0.44.0] https://central.sonatype.com/artifact/com.airbyte/api/0.44.0 - .
824+
- [Maven Central v0.44.0] https://central.sonatype.com/artifact/com.airbyte/api/0.44.0 - .
825+
826+
## 2023-11-09 00:12:04
827+
### Changes
828+
Based on:
829+
- OpenAPI Doc 1.0.0
830+
- Speakeasy CLI 1.116.0 (2.185.0) https://github.com/speakeasy-api/speakeasy
831+
### Generated
832+
- [java v0.44.1] .
833+
### Releases
834+
- [Maven Central v0.44.1] https://central.sonatype.com/artifact/com.airbyte/api/0.44.1 - .

docs/models/shared/ConnectionCreateRequest.md

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/models/shared/ConnectionPatchRequest.md

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/models/shared/ConnectionResponse.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ Provides details of a single connection.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |
10-
| `configurations` | [StreamConfigurations](../../models/shared/StreamConfigurations.md) | :heavy_check_mark: | A list of configured stream options for a connection. |
11-
| `connectionId` | *String* | :heavy_check_mark: | N/A |
12-
| `dataResidency` | [GeographyEnum](../../models/shared/GeographyEnum.md) | :heavy_minus_sign: | N/A |
13-
| `destinationId` | *String* | :heavy_check_mark: | N/A |
14-
| `name` | *String* | :heavy_check_mark: | N/A |
15-
| `namespaceDefinition` | [NamespaceDefinitionEnum](../../models/shared/NamespaceDefinitionEnum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |
16-
| `namespaceFormat` | *String* | :heavy_minus_sign: | N/A |
17-
| `nonBreakingSchemaUpdatesBehavior` | [NonBreakingSchemaUpdatesBehaviorEnum](../../models/shared/NonBreakingSchemaUpdatesBehaviorEnum.md) | :heavy_minus_sign: | Set how Airbyte handles syncs when it detects a non-breaking schema change in the source |
18-
| `prefix` | *String* | :heavy_minus_sign: | N/A |
19-
| `schedule` | [ConnectionScheduleResponse](../../models/shared/ConnectionScheduleResponse.md) | :heavy_check_mark: | schedule for when the the connection should run, per the schedule type |
20-
| `sourceId` | *String* | :heavy_check_mark: | N/A |
21-
| `status` | [ConnectionStatusEnum](../../models/shared/ConnectionStatusEnum.md) | :heavy_check_mark: | N/A |
22-
| `workspaceId` | *String* | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
10+
| `configurations` | [com.airbyte.api.models.shared.StreamConfigurations](../../models/shared/StreamConfigurations.md) | :heavy_check_mark: | A list of configured stream options for a connection. |
11+
| `connectionId` | *String* | :heavy_check_mark: | N/A |
12+
| `dataResidency` | [com.airbyte.api.models.shared.GeographyEnum](../../models/shared/GeographyEnum.md) | :heavy_minus_sign: | N/A |
13+
| `destinationId` | *String* | :heavy_check_mark: | N/A |
14+
| `name` | *String* | :heavy_check_mark: | N/A |
15+
| `namespaceDefinition` | [com.airbyte.api.models.shared.NamespaceDefinitionEnum](../../models/shared/NamespaceDefinitionEnum.md) | :heavy_minus_sign: | Define the location where the data will be stored in the destination |
16+
| `namespaceFormat` | *String* | :heavy_minus_sign: | N/A |
17+
| `nonBreakingSchemaUpdatesBehavior` | [com.airbyte.api.models.shared.NonBreakingSchemaUpdatesBehaviorEnum](../../models/shared/NonBreakingSchemaUpdatesBehaviorEnum.md) | :heavy_minus_sign: | Set how Airbyte handles syncs when it detects a non-breaking schema change in the source |
18+
| `prefix` | *String* | :heavy_minus_sign: | N/A |
19+
| `schedule` | [com.airbyte.api.models.shared.ConnectionScheduleResponse](../../models/shared/ConnectionScheduleResponse.md) | :heavy_check_mark: | schedule for when the the connection should run, per the schedule type |
20+
| `sourceId` | *String* | :heavy_check_mark: | N/A |
21+
| `status` | [com.airbyte.api.models.shared.ConnectionStatusEnum](../../models/shared/ConnectionStatusEnum.md) | :heavy_check_mark: | N/A |
22+
| `workspaceId` | *String* | :heavy_check_mark: | N/A |

docs/models/shared/ConnectionSchedule.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ schedule for when the the connection should run, per the schedule type
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
10-
| `cronExpression` | *String* | :heavy_minus_sign: | N/A |
11-
| `scheduleType` | [ScheduleTypeEnum](../../models/shared/ScheduleTypeEnum.md) | :heavy_check_mark: | N/A |
8+
| Field | Type | Required | Description |
9+
| ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------- |
10+
| `cronExpression` | *String* | :heavy_minus_sign: | N/A |
11+
| `scheduleType` | [com.airbyte.api.models.shared.ScheduleTypeEnum](../../models/shared/ScheduleTypeEnum.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)