-
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.277.0
- Loading branch information
1 parent
66ecef3
commit 6824ecb
Showing
18 changed files
with
197 additions
and
177 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
9 changes: 0 additions & 9 deletions
9
docs/models/operations/getworkspaceeventsbysourcerevisiondigestrequest.md
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...aceeventsbysourcerevisiondigestglobals.md → ...ions/getworkspaceeventsbytargetglobals.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,4 +1,4 @@ | ||
# GetWorkspaceEventsBySourceRevisionDigestGlobals | ||
# GetWorkspaceEventsByTargetGlobals | ||
|
||
|
||
## Fields | ||
|
4 changes: 2 additions & 2 deletions
4
...s/operations/getworkspaceeventsrequest.md → ...ions/getworkspaceeventsbytargetrequest.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,10 +1,10 @@ | ||
# GetWorkspaceEventsRequest | ||
# GetWorkspaceEventsByTargetRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | | ||
| `target_id` | *str* | :heavy_check_mark: | Filter to only return events corresponding to a particular gen_lock_id (gen_lock_id uniquely identifies a target) | | ||
| `after_created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Filter to only return events created after this timestamp | | ||
| `generate_gen_lock_id` | *Optional[str]* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id (gen_lock_id uniquely identifies a target) | | ||
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. | |
2 changes: 1 addition & 1 deletion
2
...ceeventsbysourcerevisiondigestresponse.md → ...ons/getworkspaceeventsbytargetresponse.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,4 +1,4 @@ | ||
# GetWorkspaceEventsBySourceRevisionDigestResponse | ||
# GetWorkspaceEventsByTargetResponse | ||
|
||
|
||
## Fields | ||
|
2 changes: 1 addition & 1 deletion
2
...s/operations/getworkspaceeventsglobals.md → ...perations/searchworkspaceeventsglobals.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,4 +1,4 @@ | ||
# GetWorkspaceEventsGlobals | ||
# SearchWorkspaceEventsGlobals | ||
|
||
|
||
## Fields | ||
|
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 @@ | ||
# SearchWorkspaceEventsRequest | ||
|
||
|
||
## Fields | ||
|
||
| Field | Type | Required | Description | | ||
| ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | ---------------------------------------------------- | | ||
| `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the lint report digest. | | ||
| `openapi_diff_report_digest` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the openapi diff report digest. | | ||
| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the source revision digest. | | ||
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. | |
2 changes: 1 addition & 1 deletion
2
.../operations/getworkspaceeventsresponse.md → ...erations/searchworkspaceeventsresponse.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,4 +1,4 @@ | ||
# GetWorkspaceEventsResponse | ||
# SearchWorkspaceEventsResponse | ||
|
||
|
||
## Fields | ||
|
Oops, something went wrong.