Skip to content

Commit f56262c

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0 ., Speakeasy CLI 1.279.0
1 parent fa8005d commit f56262c

File tree

10 files changed

+73
-12
lines changed

10 files changed

+73
-12
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: 1710218668d467d8f56c88d745bfdf80
4+
docChecksum: 5b0eee49ab3aced27d58ad63f2f07d70
55
docVersion: 0.4.0 .
6-
speakeasyVersion: 1.277.8
7-
generationVersion: 2.319.10
8-
releaseVersion: 5.7.0
9-
configChecksum: 8bbd4341c19f8d7e8c265101ef155959
6+
speakeasyVersion: 1.279.0
7+
generationVersion: 2.322.5
8+
releaseVersion: 5.7.1
9+
configChecksum: 42d99b9af9f08fc47a34d6d9a11284a9
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

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1516,4 +1516,14 @@ Based on:
15161516
### Generated
15171517
- [python v5.7.0] .
15181518
### Releases
1519-
- [PyPI v5.7.0] https://pypi.org/project/speakeasy-client-sdk-python/5.7.0 - .
1519+
- [PyPI v5.7.0] https://pypi.org/project/speakeasy-client-sdk-python/5.7.0 - .
1520+
1521+
## 2024-05-04 00:10:52
1522+
### Changes
1523+
Based on:
1524+
- OpenAPI Doc 0.4.0 . https://docs.speakeasyapi.dev/openapi.yaml
1525+
- Speakeasy CLI 1.279.0 (2.322.5) https://github.com/speakeasy-api/speakeasy
1526+
### Generated
1527+
- [python v5.7.1] .
1528+
### Releases
1529+
- [PyPI v5.7.1] https://pypi.org/project/speakeasy-client-sdk-python/5.7.1 - .

docs/models/shared/clievent.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. |
1818
| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. |
1919
| `duration_ms` | *Optional[int]* | :heavy_minus_sign: | Duration of the event in milliseconds. |
20+
| `error` | *Optional[str]* | :heavy_minus_sign: | Error message if the event was not successful. |
2021
| `generate_bump_type` | [Optional[shared.GenerateBumpType]](../../models/shared/generatebumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) |
2122
| `generate_config_post_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |
2223
| `generate_config_post_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (post generation) |
@@ -49,13 +50,15 @@
4950
| `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. |
5051
| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
5152
| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. |
53+
| `last_step` | *Optional[str]* | :heavy_minus_sign: | The last step of the event. |
5254
| `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the lint report. |
5355
| `lint_report_error_count` | *Optional[int]* | :heavy_minus_sign: | The number of errors in the lint report. |
5456
| `lint_report_info_count` | *Optional[int]* | :heavy_minus_sign: | The number of info messages in the lint report. |
5557
| `lint_report_warning_count` | *Optional[int]* | :heavy_minus_sign: | The number of warnings in the lint report. |
5658
| `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. |
5759
| `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
5860
| `management_doc_version` | *Optional[str]* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
61+
| `mermaid_diagram` | *Optional[str]* | :heavy_minus_sign: | Mermaid diagram |
5962
| `openapi_diff_base_source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the base source. |
6063
| `openapi_diff_base_source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the base source. |
6164
| `openapi_diff_base_source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the base source. |
@@ -70,4 +73,8 @@
7073
| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. |
7174
| `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. |
7275
| `source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the source. |
73-
| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. |
76+
| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. |
77+
| `workflow_lock_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (post execution) |
78+
| `workflow_lock_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (prior to execution) |
79+
| `workflow_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (post execution) |
80+
| `workflow_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (prior to execution) |

docs/models/shared/targetsdk.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
| `last_event_interaction_type` | [shared.InteractionType](../../models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. |
1414
| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. |
1515
| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. |
16+
| `error` | *Optional[str]* | :heavy_minus_sign: | Error message if the last event was not successful. |
1617
| `generate_config_post_version` | *Optional[str]* | :heavy_minus_sign: | Version of the generated target (post generation) |
1718
| `generate_gen_lock_pre_features` | *Optional[str]* | :heavy_minus_sign: | Features prior to generation |
1819
| `generate_gen_lock_pre_version` | *Optional[str]* | :heavy_minus_sign: | Artifact version for the Previous Generation |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 5.7.0
13+
version: 5.7.1
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setuptools.setup(
2121
name='speakeasy-client-sdk-python',
22-
version='5.7.0',
22+
version='5.7.1',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

0 commit comments

Comments
 (0)