Skip to content

Commit 27ebbad

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.1
1 parent 1e3db9b commit 27ebbad

1,328 files changed

Lines changed: 17141 additions & 746 deletions

File tree

Some content is hidden

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

.speakeasy/gen.lock

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

.speakeasy/workflow.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
speakeasyVersion: 1.453.10
1+
speakeasyVersion: 1.456.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
@@ -9,11 +9,11 @@ sources:
99
- main
1010
sample-source:
1111
sourceNamespace: my-source
12-
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
13-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
12+
sourceRevisionDigest: sha256:6be6090c3918bd86ab5512cd970e61247066b66221e94a3a550eecada0480495
13+
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
1414
tags:
1515
- latest
16-
- speakeasy-sdk-regen-1733271463
16+
- speakeasy-sdk-regen-1733962674
1717
- 1.0.0
1818
targets:
1919
airbyte-api:
@@ -24,10 +24,10 @@ targets:
2424
testing:
2525
source: sample-source
2626
sourceNamespace: my-source
27-
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
28-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
27+
sourceRevisionDigest: sha256:6be6090c3918bd86ab5512cd970e61247066b66221e94a3a550eecada0480495
28+
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
2929
codeSamplesNamespace: my-source-java-code-samples
30-
codeSamplesRevisionDigest: sha256:4bcdc1c05c1002038c44996ff6e1425317394805a9bbc73842fbd2e75ccfab04
30+
codeSamplesRevisionDigest: sha256:e608145a0eb13f8b44c8b4a9fad40da504bef457fbc6d8996887533c2e4b8563
3131
workflow:
3232
workflowVersion: 1.0.0
3333
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,4 +1191,14 @@ Based on:
11911191
### Generated
11921192
- [java v1.6.0] .
11931193
### Releases
1194-
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .
1194+
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .
1195+
1196+
## 2024-12-20 00:16:22
1197+
### Changes
1198+
Based on:
1199+
- OpenAPI Doc
1200+
- Speakeasy CLI 1.456.1 (2.481.0) https://github.com/speakeasy-api/speakeasy
1201+
### Generated
1202+
- [java v1.7.0] .
1203+
### Releases
1204+
- [Maven Central v1.7.0] https://central.sonatype.com/artifact/com.airbyte/api/1.7.0 - .

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
6363
}
6464

6565
group = "com.airbyte"
66-
version = "1.6.0"
66+
version = "1.7.0"
6767

6868
sourcesJar {
6969
archiveBaseName = "api"
@@ -101,7 +101,7 @@ publishing {
101101
maven(MavenPublication) {
102102
groupId = 'com.airbyte'
103103
artifactId = 'api'
104-
version = '1.6.0'
104+
version = '1.7.0'
105105

106106
from components.java
107107

docs/models/shared/Allow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ Allow SSL mode.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
10-
| `mode` | [Optional\<DestinationPostgresMode>](../../models/shared/DestinationPostgresMode.md) | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
10+
| `mode` | [Optional\<DestinationPostgresSchemasMode>](../../models/shared/DestinationPostgresSchemasMode.md) | :heavy_minus_sign: | N/A |

docs/models/shared/AzureOpenAI.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Use the Azure-hosted OpenAI API to embed text. This option is using the text-emb
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
10-
| `apiBase` | *String* | :heavy_check_mark: | The base URL for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | https://your-resource-name.openai.azure.com |
11-
| `deployment` | *String* | :heavy_check_mark: | The deployment for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | your-resource-name |
12-
| `mode` | [Optional\<DestinationAstraSchemasEmbeddingMode>](../../models/shared/DestinationAstraSchemasEmbeddingMode.md) | :heavy_minus_sign: | N/A | |
13-
| `openaiKey` | *String* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |
8+
| Field | Type | Required | Description | Example |
9+
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
10+
| `apiBase` | *String* | :heavy_check_mark: | The base URL for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | https://your-resource-name.openai.azure.com |
11+
| `deployment` | *String* | :heavy_check_mark: | The deployment for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | your-resource-name |
12+
| `mode` | [Optional\<DestinationAstraSchemasEmbeddingEmbeddingMode>](../../models/shared/DestinationAstraSchemasEmbeddingEmbeddingMode.md) | :heavy_minus_sign: | N/A | |
13+
| `openaiKey` | *String* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |

docs/models/shared/Cohere.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use the Cohere API to embed text.
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
10-
| `cohereKey` | *String* | :heavy_check_mark: | N/A |
11-
| `mode` | [Optional\<DestinationAstraMode>](../../models/shared/DestinationAstraMode.md) | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
10+
| `cohereKey` | *String* | :heavy_check_mark: | N/A |
11+
| `mode` | [Optional\<DestinationAstraSchemasMode>](../../models/shared/DestinationAstraSchemasMode.md) | :heavy_minus_sign: | N/A |

docs/models/shared/ConfiguredStreamMapper.md

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

66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- | ----------------------------------------------------------------- |
8+
| `id` | *Optional\<String>* | :heavy_minus_sign: | N/A |
89
| `mapperConfiguration` | [MapperConfiguration](../../models/shared/MapperConfiguration.md) | :heavy_check_mark: | The values required to configure the mapper. |
910
| `type` | [StreamMapperType](../../models/shared/StreamMapperType.md) | :heavy_check_mark: | N/A |

0 commit comments

Comments
 (0)