-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from dubinc/speakeasy-sdk-regen-1737073531
chore: 🐝 Update SDK - Generate 0.17.3
- Loading branch information
Showing
27 changed files
with
645 additions
and
99 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# GetTagsQueryParamSortBy | ||
|
||
The field to sort the tags by. | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| ------------ | ------------ | | ||
| `NAME` | name | | ||
| `CREATED_AT` | createdAt | |
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 @@ | ||
# GetTagsQueryParamSortOrder | ||
|
||
The order to sort the tags by. | ||
|
||
|
||
## Values | ||
|
||
| Name | Value | | ||
| ------ | ------ | | ||
| `ASC` | asc | | ||
| `DESC` | desc | |
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,13 @@ | ||
# GetTagsRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | Example | | ||
| -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | | ||
| `sort_by` | [Optional[operations.GetTagsQueryParamSortBy]](../../models/operations/gettagsqueryparamsortby.md) | :heavy_minus_sign: | The field to sort the tags by. | | | ||
| `sort_order` | [Optional[operations.GetTagsQueryParamSortOrder]](../../models/operations/gettagsqueryparamsortorder.md) | :heavy_minus_sign: | The order to sort the tags by. | | | ||
| `search` | *Optional[str]* | :heavy_minus_sign: | The search term to filter the tags by. | | | ||
| `ids` | [Optional[operations.Ids]](../../models/operations/ids.md) | :heavy_minus_sign: | IDs of tags to filter by. | | | ||
| `page` | *Optional[float]* | :heavy_minus_sign: | The page number for pagination. | 1 | | ||
| `page_size` | *Optional[float]* | :heavy_minus_sign: | The number of items per page. | 50 | |
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,19 @@ | ||
# Ids | ||
|
||
IDs of tags to filter by. | ||
|
||
|
||
## Supported Types | ||
|
||
### `str` | ||
|
||
```python | ||
value: str = /* values here */ | ||
``` | ||
|
||
### `List[str]` | ||
|
||
```python | ||
value: List[str] = /* values here */ | ||
``` | ||
|
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
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
Oops, something went wrong.