Skip to content

Commit 7a7abe3

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.462.2
1 parent 7884557 commit 7a7abe3

File tree

84 files changed

+809
-184
lines changed

Some content is hidden

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

84 files changed

+809
-184
lines changed

Diff for: .speakeasy/gen.lock

+54-21
Large diffs are not rendered by default.

Diff for: .speakeasy/workflow.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
speakeasyVersion: 1.453.10
1+
speakeasyVersion: 1.462.2
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
6-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
5+
sourceRevisionDigest: sha256:88cc2b1bc8284b46cf8c96a2f4d99ad407e3a18e6286430e15b36857ab3063f7
6+
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1730420397
9+
- speakeasy-sdk-regen-1733962750
1010
- 1.0.0
1111
targets:
1212
python-api:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:3712f551c1bc9d55089a54598938b61b271ddcc1a81583646d883bae9f085825
16-
sourceBlobDigest: sha256:fa5143179ee978611fb032f3948584f4cbf071857ff2ff6611fbac17e1b67eb9
15+
sourceRevisionDigest: sha256:88cc2b1bc8284b46cf8c96a2f4d99ad407e3a18e6286430e15b36857ab3063f7
16+
sourceBlobDigest: sha256:986e0a204bd4d6b411c07dbccc22df6b14844a5ce43aabe0d640fe9ef7446e52
1717
codeSamplesNamespace: my-source-python-code-samples
18-
codeSamplesRevisionDigest: sha256:06fc180ad0f496ce01459cc965e47d9c73051b3339c4ffa34dd99997da5e2bf9
18+
codeSamplesRevisionDigest: sha256:491f59a7d2b95694d1f4f29c6b207e10040157cf7173e13528eab8e1c0f7e4b5
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

Diff for: RELEASES.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -968,4 +968,14 @@ Based on:
968968
### Generated
969969
- [python v0.52.2] .
970970
### Releases
971-
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
971+
- [PyPI v0.52.2] https://pypi.org/project/airbyte-api/0.52.2 - .
972+
973+
## 2025-01-04 00:17:31
974+
### Changes
975+
Based on:
976+
- OpenAPI Doc
977+
- Speakeasy CLI 1.462.2 (2.486.1) https://github.com/speakeasy-api/speakeasy
978+
### Generated
979+
- [python v0.53.0] .
980+
### Releases
981+
- [PyPI v0.53.0] https://pypi.org/project/airbyte-api/0.53.0 - .

Diff for: docs/models/allow.md

+3-3
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[models.DestinationPostgresMode]](../models/destinationpostgresmode.md) | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
10+
| `mode` | [Optional[models.DestinationPostgresSchemasMode]](../models/destinationpostgresschemasmode.md) | :heavy_minus_sign: | N/A |

Diff for: docs/models/azureopenai.md

+6-6
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-
| `api_base` | *str* | :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` | *str* | :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-
| `openai_key` | *str* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |
13-
| `mode` | [Optional[models.DestinationAstraSchemasEmbeddingMode]](../models/destinationastraschemasembeddingmode.md) | :heavy_minus_sign: | N/A | |
8+
| Field | Type | Required | Description | Example |
9+
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
10+
| `api_base` | *str* | :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` | *str* | :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+
| `openai_key` | *str* | :heavy_check_mark: | The API key for your Azure OpenAI resource. You can find this in the Azure portal under your Azure OpenAI resource | |
13+
| `mode` | [Optional[models.DestinationAstraSchemasEmbeddingEmbeddingMode]](../models/destinationastraschemasembeddingembeddingmode.md) | :heavy_minus_sign: | N/A | |

Diff for: docs/models/cohere.md

+4-4
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-
| `cohere_key` | *str* | :heavy_check_mark: | N/A |
11-
| `mode` | [Optional[models.DestinationAstraMode]](../models/destinationastramode.md) | :heavy_minus_sign: | N/A |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
10+
| `cohere_key` | *str* | :heavy_check_mark: | N/A |
11+
| `mode` | [Optional[models.DestinationAstraSchemasMode]](../models/destinationastraschemasmode.md) | :heavy_minus_sign: | N/A |

Diff for: docs/models/configuredstreammapper.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
88
| `mapper_configuration` | [models.MapperConfiguration](../models/mapperconfiguration.md) | :heavy_check_mark: | The values required to configure the mapper. |
9-
| `type` | [models.StreamMapperType](../models/streammappertype.md) | :heavy_check_mark: | N/A |
9+
| `type` | [models.StreamMapperType](../models/streammappertype.md) | :heavy_check_mark: | N/A |
10+
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)