Skip to content

Commit

Permalink
Merge pull request #60 from airbytehq/speakeasy-sdk-regen-1708463814
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate
  • Loading branch information
terencecho authored Feb 20, 2024
2 parents 4252085 + c6acd08 commit b6b8ce7
Show file tree
Hide file tree
Showing 208 changed files with 2,011 additions and 1,229 deletions.
182 changes: 109 additions & 73 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -858,4 +858,14 @@ Based on:
### Generated
- [python v0.47.1] .
### Releases
- [PyPI v0.47.1] https://pypi.org/project/airbyte-api/0.47.1 - .
- [PyPI v0.47.1] https://pypi.org/project/airbyte-api/0.47.1 - .

## 2024-02-20 21:16:52
### Changes
Based on:
- OpenAPI Doc 1.0.0
- Speakeasy CLI 1.184.0 (2.263.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.47.2] .
### Releases
- [PyPI v0.47.2] https://pypi.org/project/airbyte-api/0.47.2 - .
8 changes: 0 additions & 8 deletions docs/models/shared/alloydb.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/models/shared/zuora.md → docs/models/shared/astra.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Zuora
# Astra


## Values

| Name | Value |
| ------- | ------- |
| `ZUORA` | zuora |
| `ASTRA` | astra |
15 changes: 15 additions & 0 deletions docs/models/shared/authenticateviamicrosoftoauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# AuthenticateViaMicrosoftOAuth

OAuthCredentials class to hold authentication details for Microsoft OAuth authentication.
This class uses pydantic for data validation and settings management.


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `client_id` | *str* | :heavy_check_mark: | Client ID of your Microsoft developer application |
| `client_secret` | *str* | :heavy_check_mark: | Client Secret of your Microsoft developer application |
| `refresh_token` | *str* | :heavy_check_mark: | Refresh Token of your Microsoft developer application |
| `tenant_id` | *str* | :heavy_check_mark: | Tenant ID of the Microsoft SharePoint user |
| `auth_type` | [Optional[shared.SourceMicrosoftSharepointAuthType]](../../models/shared/sourcemicrosoftsharepointauthtype.md) | :heavy_minus_sign: | N/A |
12 changes: 6 additions & 6 deletions docs/models/shared/authorizationmethod.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@

## Supported Types

### DestinationSnowflakeOAuth20

```python
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
```

### KeyPairAuthentication

```python
Expand All @@ -21,3 +15,9 @@ authorizationMethod: shared.KeyPairAuthentication = /* values here */
authorizationMethod: shared.UsernameAndPassword = /* values here */
```

### DestinationSnowflakeOAuth20

```python
authorizationMethod: shared.DestinationSnowflakeOAuth20 = /* values here */
```

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 |
| ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `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 | |
| `mode` | [Optional[shared.DestinationMilvusSchemasEmbeddingEmbeddingMode]](../../models/shared/destinationmilvusschemasembeddingembeddingmode.md) | :heavy_minus_sign: | N/A | |
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- |
| `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 |
| `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 |
| `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 | |
| `mode` | [Optional[shared.DestinationAstraSchemasEmbeddingMode]](../../models/shared/destinationastraschemasembeddingmode.md) | :heavy_minus_sign: | N/A | |
8 changes: 4 additions & 4 deletions docs/models/shared/bymarkdownheader.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Split the text by Markdown headers down to the specified header level. If the ch

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| `mode` | [Optional[shared.DestinationMilvusSchemasProcessingTextSplitterMode]](../../models/shared/destinationmilvusschemasprocessingtextsplittermode.md) | :heavy_minus_sign: | N/A |
| `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 |
| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `mode` | [Optional[shared.DestinationAstraSchemasProcessingTextSplitterMode]](../../models/shared/destinationastraschemasprocessingtextsplittermode.md) | :heavy_minus_sign: | N/A |
| `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 |
Loading

0 comments on commit b6b8ce7

Please sign in to comment.