Skip to content

Commit 3efe330

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.152.1
1 parent 9a9f58e commit 3efe330

21 files changed

+47
-37
lines changed

.speakeasy/gen.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ management:
44
docChecksum: c101e6356aa26bcdee80457c4dc64471
55
docVersion: 1.0.0
66
speakeasyVersion: internal
7-
generationVersion: 2.237.2
7+
generationVersion: 2.239.4
88
releaseVersion: 0.48.0
99
configChecksum: daad51943f0f0e231f1e7b3b0c77f220
1010
repoURL: https://github.com/airbytehq/airbyte-api-java-sdk.git

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -961,4 +961,14 @@ Based on:
961961
### Generated
962962
- [java v0.48.0] .
963963
### Releases
964+
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .
965+
966+
## 2024-01-26 00:13:31
967+
### Changes
968+
Based on:
969+
- OpenAPI Doc 1.0.0
970+
- Speakeasy CLI 1.152.1 (2.239.4) https://github.com/speakeasy-api/speakeasy
971+
### Generated
972+
- [java v0.48.0] .
973+
### Releases
964974
- [Maven Central v0.48.0] https://central.sonatype.com/artifact/com.airbyte/api/0.48.0 - .

docs/models/shared/DestinationCreateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ |
8-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
99
| `definitionId` | *String* | :heavy_minus_sign: | The UUID of the connector definition. One of configuration.destinationType or definitionId must be provided. | |
1010
| `name` | *String* | :heavy_check_mark: | Name of the destination e.g. dev-mysql-instance. | |
1111
| `workspaceId` | *String* | :heavy_check_mark: | N/A | |

docs/models/shared/DestinationPatchRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
8-
| `configuration` | *Object* | :heavy_minus_sign: | The values required to configure the destination. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_minus_sign: | The values required to configure the destination. | {"user":"charles"} |
99
| `name` | *String* | :heavy_minus_sign: | N/A | |

docs/models/shared/DestinationPutRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
8-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
99
| `name` | *String* | :heavy_check_mark: | N/A | |

docs/models/shared/DestinationResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides details of a single destination.
77

88
| Field | Type | Required | Description | Example |
99
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
10-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
10+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the destination. | {"user":"charles"} |
1111
| `destinationId` | *String* | :heavy_check_mark: | N/A | |
1212
| `destinationType` | *String* | :heavy_check_mark: | N/A | |
1313
| `name` | *String* | :heavy_check_mark: | N/A | |

docs/models/shared/SourceCreateRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- |
8-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
99
| `definitionId` | *String* | :heavy_minus_sign: | The UUID of the connector definition. One of configuration.sourceType or definitionId must be provided. | |
1010
| `name` | *String* | :heavy_check_mark: | Name of the source e.g. dev-mysql-instance. | |
1111
| `secretId` | *String* | :heavy_minus_sign: | Optional secretID obtained through the public API OAuth redirect flow. | |

docs/models/shared/SourcePatchRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description | Example |
77
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `configuration` | *Object* | :heavy_minus_sign: | The values required to configure the source. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_minus_sign: | The values required to configure the source. | {"user":"charles"} |
99
| `name` | *String* | :heavy_minus_sign: | N/A | My source |
1010
| `secretId` | *String* | :heavy_minus_sign: | Optional secretID obtained through the public API OAuth redirect flow. | |
1111
| `workspaceId` | *String* | :heavy_minus_sign: | N/A | |

docs/models/shared/SourcePutRequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description | Example |
77
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
8-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
8+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
99
| `name` | *String* | :heavy_check_mark: | N/A | |

docs/models/shared/SourceResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Provides details of a single source.
77

88
| Field | Type | Required | Description | Example |
99
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
10-
| `configuration` | *Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
10+
| `configuration` | *java.lang.Object* | :heavy_check_mark: | The values required to configure the source. | {"user":"charles"} |
1111
| `name` | *String* | :heavy_check_mark: | N/A | |
1212
| `sourceId` | *String* | :heavy_check_mark: | N/A | |
1313
| `sourceType` | *String* | :heavy_check_mark: | N/A | |

0 commit comments

Comments
 (0)