Skip to content

Commit 59827bf

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.194.0
1 parent 884c14e commit 59827bf

File tree

14 files changed

+88
-42
lines changed

14 files changed

+88
-42
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
4-
docChecksum: 1e1fbb7b85b19b149be8f6b8a6916f76
4+
docChecksum: 2341dd6743191a8c0148cd7bca25811d
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.272.4
8-
releaseVersion: 5.2.6
9-
configChecksum: 2dc1bbd1d3acd05910347da339cd3b92
7+
generationVersion: 2.272.7
8+
releaseVersion: 5.2.7
9+
configChecksum: 62161fdeabb14e96b6ec69abeedd0ead
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
@@ -16,7 +16,7 @@ features:
1616
core: 4.4.7
1717
downloadStreams: 0.0.2
1818
examples: 2.81.3
19-
globalSecurity: 2.83.3
19+
globalSecurity: 2.83.4
2020
globalServerURLs: 2.82.1
2121
globals: 2.81.1
2222
inputOutputModels: 2.83.1

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,4 +1266,14 @@ Based on:
12661266
### Generated
12671267
- [python v5.2.6] .
12681268
### Releases
1269-
- [PyPI v5.2.6] https://pypi.org/project/speakeasy-client-sdk-python/5.2.6 - .
1269+
- [PyPI v5.2.6] https://pypi.org/project/speakeasy-client-sdk-python/5.2.6 - .
1270+
1271+
## 2024-02-27 00:10:46
1272+
### Changes
1273+
Based on:
1274+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1275+
- Speakeasy CLI 1.194.0 (2.272.7) https://github.com/speakeasy-api/speakeasy
1276+
### Generated
1277+
- [python v5.2.7] .
1278+
### Releases
1279+
- [PyPI v5.2.7] https://pypi.org/project/speakeasy-client-sdk-python/5.2.7 - .

docs/models/operations/getworkspaceeventsrequest.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8-
| `generate_gen_lock_id` | *Optional[str]* | :heavy_minus_sign: | Filter to only return events corresponding to a particular gen_lock_id |
9-
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
8+
| `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 |
9+
| `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) |
10+
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/models/operations/getworkspacetargetsrequest.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ----------------------------------- | ----------------------------------- | ----------------------------------- | ----------------------------------- |
8-
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. |
6+
| Field | Type | Required | Description |
7+
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
8+
| `after_last_event_created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Filter to only return targets with events created after this timestamp |
9+
| `workspace_id` | *Optional[str]* | :heavy_minus_sign: | Unique identifier of the workspace. |

docs/models/shared/clievent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
| `git_remote_default_owner` | *Optional[str]* | :heavy_minus_sign: | Default owner for git remote. |
4444
| `git_remote_default_repo` | *Optional[str]* | :heavy_minus_sign: | Default repository name for git remote. |
4545
| `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. |
46-
| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User name from git configuration. |
46+
| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
4747
| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. |
4848
| `local_completed_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | Timestamp when the event completed, in local time. |
4949
| `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |

0 commit comments

Comments
 (0)