Skip to content

Commit c6acd08

Browse files
committed
ci: regenerated with OpenAPI Doc 1.0.0, Speakeasy CLI 1.184.0
1 parent 4252085 commit c6acd08

File tree

208 files changed

+2011
-1229
lines changed

Some content is hidden

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

208 files changed

+2011
-1229
lines changed

.speakeasy/gen.lock

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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,4 +858,14 @@ Based on:
858858
### Generated
859859
- [python v0.47.1] .
860860
### Releases
861-
- [PyPI v0.47.1] https://pypi.org/project/airbyte-api/0.47.1 - .
861+
- [PyPI v0.47.1] https://pypi.org/project/airbyte-api/0.47.1 - .
862+
863+
## 2024-02-20 21:16:52
864+
### Changes
865+
Based on:
866+
- OpenAPI Doc 1.0.0
867+
- Speakeasy CLI 1.184.0 (2.263.3) https://github.com/speakeasy-api/speakeasy
868+
### Generated
869+
- [python v0.47.2] .
870+
### Releases
871+
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .

docs/models/shared/alloydb.md

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Zuora
1+
# Astra
22

33

44
## Values
55

66
| Name | Value |
77
| ------- | ------- |
8-
| `ZUORA` | zuora |
8+
| `ASTRA` | astra |
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AuthenticateViaMicrosoftOAuth
2+
3+
OAuthCredentials class to hold authentication details for Microsoft OAuth authentication.
4+
This class uses pydantic for data validation and settings management.
5+
6+
7+
## Fields
8+
9+
| Field | Type | Required | Description |
10+
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
11+
| `client_id` | *str* | :heavy_check_mark: | Client ID of your Microsoft developer application |
12+
| `client_secret` | *str* | :heavy_check_mark: | Client Secret of your Microsoft developer application |
13+
| `refresh_token` | *str* | :heavy_check_mark: | Refresh Token of your Microsoft developer application |
14+
| `tenant_id` | *str* | :heavy_check_mark: | Tenant ID of the Microsoft SharePoint user |
15+
| `auth_type` | [Optional[shared.SourceMicrosoftSharepointAuthType]](../../models/shared/sourcemicrosoftsharepointauthtype.md) | :heavy_minus_sign: | N/A |

docs/models/shared/authorizationmethod.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
## Supported Types
55

6-
### DestinationSnowflakeOAuth20
7-
8-
```python
9-
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
10-
```
11-
126
### KeyPairAuthentication
137

148
```python
@@ -21,3 +15,9 @@ authorizationMethod: shared.KeyPairAuthentication = /* values here */
2115
authorizationMethod: shared.UsernameAndPassword = /* values here */
2216
```
2317

18+
### DestinationSnowflakeOAuth20
19+
20+
```python
21+
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
22+
```
23+

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-
| `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[shared.DestinationMilvusSchemasEmbeddingEmbeddingMode]](../../models/shared/destinationmilvusschemasembeddingembeddingmode.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[shared.DestinationAstraSchemasEmbeddingMode]](../../models/shared/destinationastraschemasembeddingmode.md) | :heavy_minus_sign: | N/A | |

docs/models/shared/bymarkdownheader.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Split the text by Markdown headers down to the specified header level. If the ch
55

66
## Fields
77

8-
| Field | Type | Required | Description |
9-
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
10-
| `mode` | [Optional[shared.DestinationMilvusSchemasProcessingTextSplitterMode]](../../models/shared/destinationmilvusschemasprocessingtextsplittermode.md) | :heavy_minus_sign: | N/A |
11-
| `split_level` | *Optional[int]* | :heavy_minus_sign: | Level of markdown headers to split text fields by. Headings down to the specified level will be used as split points |
8+
| Field | Type | Required | Description |
9+
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
10+
| `mode` | [Optional[shared.DestinationAstraSchemasProcessingTextSplitterMode]](../../models/shared/destinationastraschemasprocessingtextsplittermode.md) | :heavy_minus_sign: | N/A |
11+
| `split_level` | *Optional[int]* | :heavy_minus_sign: | Level of markdown headers to split text fields by. Headings down to the specified level will be used as split points |

0 commit comments

Comments
 (0)