-
Notifications
You must be signed in to change notification settings - Fork 1
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 0.4.0 ., Speakeasy CLI 1.293.1
- Loading branch information
1 parent
4a3c625
commit 1f4c8c5
Showing
30 changed files
with
774 additions
and
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# GetOrganizationUsageResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | | ||
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | | ||
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response | | ||
| `organization_usage_response` | [Optional[shared.OrganizationUsageResponse]](../../models/shared/organizationusageresponse.md) | :heavy_minus_sign: | OK | |
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,9 @@ | ||
# GithubCheckAccessRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------ | ------------------ | ------------------ | ------------------ | | ||
| `org` | *str* | :heavy_check_mark: | N/A | | ||
| `repo` | *str* | :heavy_check_mark: | N/A | |
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 @@ | ||
# GithubCheckAccessResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | ||
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | | ||
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response | |
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 @@ | ||
# GithubConfigureTargetResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | ||
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | | ||
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response | |
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 @@ | ||
# GithubTriggerActionResponse | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | | ||
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation | | ||
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation | | ||
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing | | ||
| `error` | *Optional[errors.Error]* | :heavy_minus_sign: | Default error response | |
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 @@ | ||
# GithubConfigureTargetRequest | ||
|
||
A request to configure a GitHub target | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------- | ---------------------------- | ---------------------------- | ---------------------------- | | ||
| `org` | *str* | :heavy_check_mark: | The GitHub organization name | | ||
| `repo_name` | *str* | :heavy_check_mark: | The GitHub repository name | |
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 @@ | ||
# GithubTriggerActionRequest | ||
|
||
A request to trigger an action on a GitHub target | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ------------------------------ | ------------------------------ | ------------------------------ | ------------------------------ | | ||
| `gen_lock_id` | *str* | :heavy_check_mark: | The generation lock ID | | ||
| `org` | *str* | :heavy_check_mark: | The GitHub organization name | | ||
| `repo_name` | *str* | :heavy_check_mark: | The GitHub repository name | | ||
| `target_name` | *Optional[str]* | :heavy_minus_sign: | The target name for the action | |
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,14 @@ | ||
# OrganizationUsage | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | | ||
| `accessible` | *bool* | :heavy_check_mark: | Indicates if the features are accessible | | ||
| `accessible_features` | List[*str*] | :heavy_check_mark: | Features that are accessible | | ||
| `gen_lock_ids` | List[*str*] | :heavy_check_mark: | List of generation lock IDs | | ||
| `language` | *str* | :heavy_check_mark: | The programming language used | | ||
| `number_of_operations` | *int* | :heavy_check_mark: | Number of operations performed | | ||
| `used_features` | List[*str*] | :heavy_check_mark: | Features that have been used | | ||
| `workspaces` | List[*str*] | :heavy_check_mark: | List of workspace IDs | |
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 @@ | ||
# OrganizationUsageResponse | ||
|
||
A billing summary of organization usage | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | | ||
| `allowed_languages` | List[*str*] | :heavy_check_mark: | List of allowed languages | | ||
| `total_allowed_languages` | *int* | :heavy_check_mark: | Total number of allowed languages, -1 if unlimited | | ||
| `usage` | List[[shared.OrganizationUsage](../../models/shared/organizationusage.md)] | :heavy_check_mark: | N/A | | ||
| `free_trial_expiry` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Expiry date of the free trial, will be null if no trial | |
Oops, something went wrong.