Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.456.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Dec 20, 2024
1 parent 1e3db9b commit 27ebbad
Show file tree
Hide file tree
Showing 1,328 changed files with 17,141 additions and 746 deletions.
97 changes: 73 additions & 24 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.453.10
speakeasyVersion: 1.456.1
sources:
my-source:
sourceNamespace: my-source
Expand All @@ -9,11 +9,11 @@ sources:
- main
sample-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
sourceRevisionDigest: sha256:6be6090c3918bd86ab5512cd970e61247066b66221e94a3a550eecada0480495
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
tags:
- latest
- speakeasy-sdk-regen-1733271463
- speakeasy-sdk-regen-1733962674
- 1.0.0
targets:
airbyte-api:
Expand All @@ -24,10 +24,10 @@ targets:
testing:
source: sample-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:aa3c5e64a0c5b50601e64821c42101dc6e22d9c63c67fc5b2c6df95683549fc3
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
sourceRevisionDigest: sha256:6be6090c3918bd86ab5512cd970e61247066b66221e94a3a550eecada0480495
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
codeSamplesNamespace: my-source-java-code-samples
codeSamplesRevisionDigest: sha256:4bcdc1c05c1002038c44996ff6e1425317394805a9bbc73842fbd2e75ccfab04
codeSamplesRevisionDigest: sha256:e608145a0eb13f8b44c8b4a9fad40da504bef457fbc6d8996887533c2e4b8563
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1191,4 +1191,14 @@ Based on:
### Generated
- [java v1.6.0] .
### Releases
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .
- [Maven Central v1.6.0] https://central.sonatype.com/artifact/com.airbyte/api/1.6.0 - .

## 2024-12-20 00:16:22
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.456.1 (2.481.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [java v1.7.0] .
### Releases
- [Maven Central v1.7.0] https://central.sonatype.com/artifact/com.airbyte/api/1.7.0 - .
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ tasks.withType(Javadoc) {
}

group = "com.airbyte"
version = "1.6.0"
version = "1.7.0"

sourcesJar {
archiveBaseName = "api"
Expand Down Expand Up @@ -101,7 +101,7 @@ publishing {
maven(MavenPublication) {
groupId = 'com.airbyte'
artifactId = 'api'
version = '1.6.0'
version = '1.7.0'

from components.java

Expand Down
6 changes: 3 additions & 3 deletions docs/models/shared/Allow.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Allow SSL mode.

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `mode` | [Optional\<DestinationPostgresMode>](../../models/shared/DestinationPostgresMode.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
| `mode` | [Optional\<DestinationPostgresSchemasMode>](../../models/shared/DestinationPostgresSchemasMode.md) | :heavy_minus_sign: | N/A |
12 changes: 6 additions & 6 deletions docs/models/shared/AzureOpenAI.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Use the Azure-hosted OpenAI API to embed text. This option is using the text-emb

## Fields

| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `mode` | [Optional\<DestinationAstraSchemasEmbeddingMode>](../../models/shared/DestinationAstraSchemasEmbeddingMode.md) | :heavy_minus_sign: | N/A | |
| `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 | |
| Field | Type | Required | Description | Example |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `mode` | [Optional\<DestinationAstraSchemasEmbeddingEmbeddingMode>](../../models/shared/DestinationAstraSchemasEmbeddingEmbeddingMode.md) | :heavy_minus_sign: | N/A | |
| `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 changes: 4 additions & 4 deletions docs/models/shared/Cohere.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Use the Cohere API to embed text.

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `cohereKey` | *String* | :heavy_check_mark: | N/A |
| `mode` | [Optional\<DestinationAstraMode>](../../models/shared/DestinationAstraMode.md) | :heavy_minus_sign: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| `cohereKey` | *String* | :heavy_check_mark: | N/A |
| `mode` | [Optional\<DestinationAstraSchemasMode>](../../models/shared/DestinationAstraSchemasMode.md) | :heavy_minus_sign: | N/A |
1 change: 1 addition & 0 deletions docs/models/shared/ConfiguredStreamMapper.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@

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

0 comments on commit 27ebbad

Please sign in to comment.