-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.335.2 (#93)
Co-authored-by: speakeasybot <[email protected]>
- Loading branch information
1 parent
71f1e03
commit a8bc0a3
Showing
265 changed files
with
7,968 additions
and
3,653 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,6 +49,7 @@ public class Application { | |
// handle exception | ||
throw e; | ||
} | ||
|
||
} | ||
} | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
// This file | ||
// * is referred to in an `apply from` command in `build.gradle` | ||
// * can be used to customise `build.gradle` | ||
// * is generated once and not overwritten in SDK generation updates |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...dels/shared/DestinationLangchainOpenAI.md → ...tions/ListOrganizationsForUserResponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# DestinationLangchainOpenAI | ||
|
||
Use the OpenAI API to embed text. This option is using the text-embedding-ada-002 model with 1536 embedding dimensions. | ||
# ListOrganizationsForUserResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| `mode` | [Optional<? extends com.airbyte.api.models.shared.DestinationLangchainMode>](../../models/shared/DestinationLangchainMode.md) | :heavy_minus_sign: | N/A | | ||
| `openaiKey` | *String* | :heavy_check_mark: | N/A | | ||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `organizationsResponse` | [Optional<? extends com.airbyte.api.models.shared.OrganizationsResponse>](../../models/shared/OrganizationsResponse.md) | :heavy_minus_sign: | List user's organizations. | | ||
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `rawResponse` | [HttpResponse<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
docs/models/operations/ListUsersWithinAnOrganizationRequest.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# ListUsersWithinAnOrganizationRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| -------------------------------- | -------------------------------- | -------------------------------- | -------------------------------- | | ||
| `emails` | List<*String*> | :heavy_minus_sign: | List of user emails to filter by | | ||
| `ids` | List<*String*> | :heavy_minus_sign: | List of user IDs to filter by | | ||
| `organizationId` | *String* | :heavy_check_mark: | N/A | |
11 changes: 11 additions & 0 deletions
11
docs/models/operations/ListUsersWithinAnOrganizationResponse.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# ListUsersWithinAnOrganizationResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | | ||
| `contentType` | *String* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `statusCode` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `rawResponse` | [HttpResponse<InputStream>](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpResponse.html) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | | ||
| `usersResponse` | [Optional<? extends com.airbyte.api.models.shared.UsersResponse>](../../models/shared/UsersResponse.md) | :heavy_minus_sign: | List Users. | |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.