diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 572eb372..f5491bbf 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0 management: - docChecksum: 638dbecd668cc1d7818c3b5aefd2d3e1 + docChecksum: 5b362866a3e7a85c830c6cb1f1cf4896 docVersion: 0.4.0 . speakeasyVersion: 1.332.1 generationVersion: 2.366.1 - releaseVersion: 6.0.1 - configChecksum: 97d1236f08906ddf9eec64830edad7ae + releaseVersion: 6.2.0 + configChecksum: 48969b4d7724988d84c0cce48b9a8753 repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git repoSubDirectory: . installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index cc973487..5c0e2fd8 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -10,7 +10,7 @@ generation: auth: oAuth2ClientCredentialsEnabled: false python: - version: 6.0.1 + version: 6.2.0 additionalDependencies: dev: {} main: {} @@ -18,6 +18,7 @@ python: - Speakeasy clientServerStatusCodesAsErrors: true description: Speakeasy API Client SDK for Python + enumFormat: enum flattenGlobalSecurity: false flattenRequests: false imports: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index 08125e8b..40f6e8a0 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,8 +2,8 @@ speakeasyVersion: 1.332.1 sources: speakeasy-openapi: sourceNamespace: speakeasy-openapi - sourceRevisionDigest: sha256:f880ed96c602f2283878bfca703285e92a097cc042dc1f7ab5396a86b55a1895 - sourceBlobDigest: sha256:edb4044f351de8961bca49a9b0e558b03ee41e96ed79ba21a86c447b9bf2c53e + sourceRevisionDigest: sha256:121b6a8fba2d6cc7179b89ab8591c1e2941f165008a40ce4f11129d7029625af + sourceBlobDigest: sha256:006c8b9bf2fa7c9da133155e3cba4d985edd45e5ebf8e41639a771c7a207fca5 tags: - latest - main @@ -11,8 +11,8 @@ targets: speakeasy-client-sdk-python: source: speakeasy-openapi sourceNamespace: speakeasy-openapi - sourceRevisionDigest: sha256:f880ed96c602f2283878bfca703285e92a097cc042dc1f7ab5396a86b55a1895 - sourceBlobDigest: sha256:edb4044f351de8961bca49a9b0e558b03ee41e96ed79ba21a86c447b9bf2c53e + sourceRevisionDigest: sha256:121b6a8fba2d6cc7179b89ab8591c1e2941f165008a40ce4f11129d7029625af + sourceBlobDigest: sha256:006c8b9bf2fa7c9da133155e3cba4d985edd45e5ebf8e41639a771c7a207fca5 outLocation: /github/workspace/repo workflow: workflowVersion: 1.0.0 diff --git a/RELEASES.md b/RELEASES.md index cf4474c3..5ed8beab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1746,4 +1746,14 @@ Based on: ### Generated - [python v6.0.1] . ### Releases -- [PyPI v6.0.1] https://pypi.org/project/speakeasy-client-sdk-python/6.0.1 - . \ No newline at end of file +- [PyPI v6.0.1] https://pypi.org/project/speakeasy-client-sdk-python/6.0.1 - . + +## 2024-07-20 00:11:19 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.344.1 (2.376.2) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v6.2.0] . +### Releases +- [PyPI v6.2.0] https://pypi.org/project/speakeasy-client-sdk-python/6.2.0 - . \ No newline at end of file diff --git a/docs/models/shared/clievent.md b/docs/models/shared/clievent.md index 82b22902..b037bcd4 100644 --- a/docs/models/shared/clievent.md +++ b/docs/models/shared/clievent.md @@ -3,83 +3,83 @@ ## Fields -| Field | Type | Required | Description | -| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | -| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Timestamp when the event was created in the database. | -| `execution_id` | *str* | :heavy_check_mark: | Unique identifier for each execution of the CLI. | -| `id` | *str* | :heavy_check_mark: | Unique identifier for each event. | -| `interaction_type` | [shared.InteractionType](../../models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. | -| `local_started_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Timestamp when the event started, in local time. | -| `speakeasy_api_key_name` | *str* | :heavy_check_mark: | Identifier of the Speakeasy API key. | -| `speakeasy_version` | *str* | :heavy_check_mark: | Version of the Speakeasy CLI. | -| `success` | *bool* | :heavy_check_mark: | Indicates whether the event was successful. | -| `workspace_id` | *str* | :heavy_check_mark: | Identifier of the workspace. | -| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. | -| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. | -| `duration_ms` | *Optional[int]* | :heavy_minus_sign: | Duration of the event in milliseconds. | -| `error` | *Optional[str]* | :heavy_minus_sign: | Error message if the event was not successful. | -| `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)) | -| `generate_config_post_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (post generation) | -| `generate_config_post_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (post generation) | -| `generate_config_post_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK that we just generated | -| `generate_config_pre_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (prior to generation) | -| `generate_config_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (prior to generation) | -| `generate_config_pre_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK before we generated | -| `generate_eligible_features` | *Optional[str]* | :heavy_minus_sign: | Eligible feature set during generation | -| `generate_gen_lock_id` | *Optional[str]* | :heavy_minus_sign: | gen.lock ID (expected to be a uuid). | -| `generate_gen_lock_post_features` | *Optional[str]* | :heavy_minus_sign: | Features post generation | -| `generate_gen_lock_pre_blob_digest` | *Optional[str]* | :heavy_minus_sign: | Blob digest of the Previous Generation | -| `generate_gen_lock_pre_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the Previous Rendered OpenAPI document (prior to generation, via gen lock) | -| `generate_gen_lock_pre_doc_version` | *Optional[str]* | :heavy_minus_sign: | info.Version of the Previous Rendered OpenAPI document (prior to generation, via gen lock) | -| `generate_gen_lock_pre_features` | *Optional[str]* | :heavy_minus_sign: | Features prior to generation | -| `generate_gen_lock_pre_namespace_name` | *Optional[str]* | :heavy_minus_sign: | Namespace name of the Previous Generation | -| `generate_gen_lock_pre_revision_digest` | *Optional[str]* | :heavy_minus_sign: | Revision digest of the Previous Generation | -| `generate_gen_lock_pre_version` | *Optional[str]* | :heavy_minus_sign: | Artifact version for the Previous Generation | -| `generate_number_of_operations_ignored` | *Optional[int]* | :heavy_minus_sign: | The number of operations ignored in generation. | -| `generate_number_of_operations_used` | *Optional[int]* | :heavy_minus_sign: | The number of operations used in generation. | -| `generate_output_tests` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether tests were output. | -| `generate_published` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the target was considered published. | -| `generate_repo_url` | *Optional[str]* | :heavy_minus_sign: | Expected Repo URL, for use in documentation generation. | -| `generate_target` | *Optional[str]* | :heavy_minus_sign: | The target of the event. | -| `generate_target_name` | *Optional[str]* | :heavy_minus_sign: | The workflow name of the target. | -| `generate_target_version` | *Optional[str]* | :heavy_minus_sign: | The version of the target. | -| `generate_version` | *Optional[str]* | :heavy_minus_sign: | Version of the generation logic used. | -| `gh_action_organization` | *Optional[str]* | :heavy_minus_sign: | GitHub organization of the action. | -| `gh_action_ref` | *Optional[str]* | :heavy_minus_sign: | GitHub Action ref value. | -| `gh_action_repository` | *Optional[str]* | :heavy_minus_sign: | GitHub repository of the action. | -| `gh_action_run_link` | *Optional[str]* | :heavy_minus_sign: | Link to the GitHub action run. | -| `gh_action_version` | *Optional[str]* | :heavy_minus_sign: | Version of the GitHub action. | -| `git_relative_cwd` | *Optional[str]* | :heavy_minus_sign: | Current working directory relative to the git root. | -| `git_remote_default_owner` | *Optional[str]* | :heavy_minus_sign: | Default owner for git remote. | -| `git_remote_default_repo` | *Optional[str]* | :heavy_minus_sign: | Default repository name for git remote. | -| `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. | -| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) | -| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. | -| `last_step` | *Optional[str]* | :heavy_minus_sign: | The last step of the event. | -| `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the lint report. | -| `lint_report_error_count` | *Optional[int]* | :heavy_minus_sign: | The number of errors in the lint report. | -| `lint_report_info_count` | *Optional[int]* | :heavy_minus_sign: | The number of info messages in the lint report. | -| `lint_report_warning_count` | *Optional[int]* | :heavy_minus_sign: | The number of warnings in the lint report. | -| `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. | -| `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. | -| `management_doc_version` | *Optional[str]* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. | -| `mermaid_diagram` | *Optional[str]* | :heavy_minus_sign: | Mermaid diagram | -| `openapi_diff_base_source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the base source. | -| `openapi_diff_base_source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the base source. | -| `openapi_diff_base_source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the base source. | -| `openapi_diff_breaking_changes_count` | *Optional[int]* | :heavy_minus_sign: | The number of breaking changes in the openapi diff report. | -| `openapi_diff_bump_type` | [Optional[shared.OpenapiDiffBumpType]](../../models/shared/openapidiffbumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) | -| `openapi_diff_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the openapi diff report. | -| `publish_package_name` | *Optional[str]* | :heavy_minus_sign: | Name of the published package. | -| `publish_package_registry_name` | *Optional[str]* | :heavy_minus_sign: | Name of the registry where the package was published. | -| `publish_package_url` | *Optional[str]* | :heavy_minus_sign: | URL of the published package. | -| `publish_package_version` | *Optional[str]* | :heavy_minus_sign: | Version of the published package. | -| `raw_command` | *Optional[str]* | :heavy_minus_sign: | Full CLI command. | -| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. | -| `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. | -| `source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the source. | -| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. | -| `workflow_lock_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (post execution) | -| `workflow_lock_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (prior to execution) | -| `workflow_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (post execution) | -| `workflow_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (prior to execution) | \ No newline at end of file +| Field | Type | Required | Description | +| ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------ | +| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Timestamp when the event was created in the database. | +| `execution_id` | *str* | :heavy_check_mark: | Unique identifier for each execution of the CLI. | +| `id` | *str* | :heavy_check_mark: | Unique identifier for each event. | +| `interaction_type` | [shared.InteractionType](../../models/shared/interactiontype.md) | :heavy_check_mark: | Type of interaction. | +| `local_started_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | Timestamp when the event started, in local time. | +| `speakeasy_api_key_name` | *str* | :heavy_check_mark: | Identifier of the Speakeasy API key. | +| `speakeasy_version` | *str* | :heavy_check_mark: | Version of the Speakeasy CLI. | +| `success` | *bool* | :heavy_check_mark: | Indicates whether the event was successful. | +| `workspace_id` | *str* | :heavy_check_mark: | Identifier of the workspace. | +| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. | +| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. | +| `duration_ms` | *Optional[int]* | :heavy_minus_sign: | Duration of the event in milliseconds. | +| `error` | *Optional[str]* | :heavy_minus_sign: | Error message if the event was not successful. | +| `generate_bump_type` | [Optional[shared.GenerateBumpType]](../../models/shared/generatebumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate) | +| `generate_config_post_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (post generation) | +| `generate_config_post_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (post generation) | +| `generate_config_post_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK that we just generated | +| `generate_config_pre_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (prior to generation) | +| `generate_config_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Rendered configuration file (prior to generation) | +| `generate_config_pre_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK before we generated | +| `generate_eligible_features` | *Optional[str]* | :heavy_minus_sign: | Eligible feature set during generation | +| `generate_gen_lock_id` | *Optional[str]* | :heavy_minus_sign: | gen.lock ID (expected to be a uuid). | +| `generate_gen_lock_post_features` | *Optional[str]* | :heavy_minus_sign: | Features post generation | +| `generate_gen_lock_pre_blob_digest` | *Optional[str]* | :heavy_minus_sign: | Blob digest of the Previous Generation | +| `generate_gen_lock_pre_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the Previous Rendered OpenAPI document (prior to generation, via gen lock) | +| `generate_gen_lock_pre_doc_version` | *Optional[str]* | :heavy_minus_sign: | info.Version of the Previous Rendered OpenAPI document (prior to generation, via gen lock) | +| `generate_gen_lock_pre_features` | *Optional[str]* | :heavy_minus_sign: | Features prior to generation | +| `generate_gen_lock_pre_namespace_name` | *Optional[str]* | :heavy_minus_sign: | Namespace name of the Previous Generation | +| `generate_gen_lock_pre_revision_digest` | *Optional[str]* | :heavy_minus_sign: | Revision digest of the Previous Generation | +| `generate_gen_lock_pre_version` | *Optional[str]* | :heavy_minus_sign: | Artifact version for the Previous Generation | +| `generate_number_of_operations_ignored` | *Optional[int]* | :heavy_minus_sign: | The number of operations ignored in generation. | +| `generate_number_of_operations_used` | *Optional[int]* | :heavy_minus_sign: | The number of operations used in generation. | +| `generate_output_tests` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether tests were output. | +| `generate_published` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the target was considered published. | +| `generate_repo_url` | *Optional[str]* | :heavy_minus_sign: | Expected Repo URL, for use in documentation generation. | +| `generate_target` | *Optional[str]* | :heavy_minus_sign: | The target of the event. | +| `generate_target_name` | *Optional[str]* | :heavy_minus_sign: | The workflow name of the target. | +| `generate_target_version` | *Optional[str]* | :heavy_minus_sign: | The version of the target. | +| `generate_version` | *Optional[str]* | :heavy_minus_sign: | Version of the generation logic used. | +| `gh_action_organization` | *Optional[str]* | :heavy_minus_sign: | GitHub organization of the action. | +| `gh_action_ref` | *Optional[str]* | :heavy_minus_sign: | GitHub Action ref value. | +| `gh_action_repository` | *Optional[str]* | :heavy_minus_sign: | GitHub repository of the action. | +| `gh_action_run_link` | *Optional[str]* | :heavy_minus_sign: | Link to the GitHub action run. | +| `gh_action_version` | *Optional[str]* | :heavy_minus_sign: | Version of the GitHub action. | +| `git_relative_cwd` | *Optional[str]* | :heavy_minus_sign: | Current working directory relative to the git root. | +| `git_remote_default_owner` | *Optional[str]* | :heavy_minus_sign: | Default owner for git remote. | +| `git_remote_default_repo` | *Optional[str]* | :heavy_minus_sign: | Default repository name for git remote. | +| `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. | +| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) | +| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. | +| `last_step` | *Optional[str]* | :heavy_minus_sign: | The last step of the event. | +| `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the lint report. | +| `lint_report_error_count` | *Optional[int]* | :heavy_minus_sign: | The number of errors in the lint report. | +| `lint_report_info_count` | *Optional[int]* | :heavy_minus_sign: | The number of info messages in the lint report. | +| `lint_report_warning_count` | *Optional[int]* | :heavy_minus_sign: | The number of warnings in the lint report. | +| `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. | +| `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. | +| `management_doc_version` | *Optional[str]* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. | +| `mermaid_diagram` | *Optional[str]* | :heavy_minus_sign: | Mermaid diagram | +| `openapi_diff_base_source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the base source. | +| `openapi_diff_base_source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the base source. | +| `openapi_diff_base_source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the base source. | +| `openapi_diff_breaking_changes_count` | *Optional[int]* | :heavy_minus_sign: | The number of breaking changes in the openapi diff report. | +| `openapi_diff_bump_type` | [Optional[shared.OpenapiDiffBumpType]](../../models/shared/openapidiffbumptype.md) | :heavy_minus_sign: | Bump type of the lock file (calculated semver delta, or a custom change (manual release)) | +| `openapi_diff_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the openapi diff report. | +| `publish_package_name` | *Optional[str]* | :heavy_minus_sign: | Name of the published package. | +| `publish_package_registry_name` | *Optional[str]* | :heavy_minus_sign: | Name of the registry where the package was published. | +| `publish_package_url` | *Optional[str]* | :heavy_minus_sign: | URL of the published package. | +| `publish_package_version` | *Optional[str]* | :heavy_minus_sign: | Version of the published package. | +| `raw_command` | *Optional[str]* | :heavy_minus_sign: | Full CLI command. | +| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. | +| `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. | +| `source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the source. | +| `source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the source. | +| `workflow_lock_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (post execution) | +| `workflow_lock_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow lock file (prior to execution) | +| `workflow_post_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (post execution) | +| `workflow_pre_raw` | *Optional[str]* | :heavy_minus_sign: | Workflow file (prior to execution) | \ No newline at end of file diff --git a/docs/models/shared/generatebumptype.md b/docs/models/shared/generatebumptype.md index d990a1eb..1e3d06cd 100644 --- a/docs/models/shared/generatebumptype.md +++ b/docs/models/shared/generatebumptype.md @@ -1,14 +1,16 @@ # GenerateBumpType -Bump type of the lock file (calculated semver delta, or a custom change (manual release)) +Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate) ## Values -| Name | Value | -| -------- | -------- | -| `MAJOR` | major | -| `MINOR` | minor | -| `PATCH` | patch | -| `CUSTOM` | custom | -| `NONE` | none | \ No newline at end of file +| Name | Value | +| ------------ | ------------ | +| `MAJOR` | major | +| `MINOR` | minor | +| `PATCH` | patch | +| `CUSTOM` | custom | +| `GRADUATE` | graduate | +| `PRERELEASE` | prerelease | +| `NONE` | none | \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f7ba0353..69d08f3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "speakeasy-client-sdk-python" -version = "6.0.1" +version = "6.2.0" description = "Speakeasy API Client SDK for Python" authors = ["Speakeasy",] readme = "README.md" diff --git a/src/speakeasy_client_sdk_python/models/shared/clievent.py b/src/speakeasy_client_sdk_python/models/shared/clievent.py index b3be3a13..90c7f343 100644 --- a/src/speakeasy_client_sdk_python/models/shared/clievent.py +++ b/src/speakeasy_client_sdk_python/models/shared/clievent.py @@ -10,11 +10,13 @@ class GenerateBumpType(str, Enum): - r"""Bump type of the lock file (calculated semver delta, or a custom change (manual release))""" + r"""Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)""" MAJOR = "major" MINOR = "minor" PATCH = "patch" CUSTOM = "custom" + GRADUATE = "graduate" + PRERELEASE = "prerelease" NONE = "none" @@ -54,7 +56,7 @@ class CliEventTypedDict(TypedDict): error: NotRequired[str] r"""Error message if the event was not successful.""" generate_bump_type: NotRequired[GenerateBumpType] - r"""Bump type of the lock file (calculated semver delta, or a custom change (manual release))""" + r"""Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)""" generate_config_post_checksum: NotRequired[str] r"""Checksum of the configuration file (post generation)""" generate_config_post_raw: NotRequired[str] @@ -213,7 +215,7 @@ class CliEvent(BaseModel): error: Optional[str] = None r"""Error message if the event was not successful.""" generate_bump_type: Optional[GenerateBumpType] = None - r"""Bump type of the lock file (calculated semver delta, or a custom change (manual release))""" + r"""Bump type of the lock file (calculated semver delta, custom change (manual release), or prerelease/graduate)""" generate_config_post_checksum: Optional[str] = None r"""Checksum of the configuration file (post generation)""" generate_config_post_raw: Optional[str] = None diff --git a/src/speakeasy_client_sdk_python/sdkconfiguration.py b/src/speakeasy_client_sdk_python/sdkconfiguration.py index 41bbe21a..a7b6bf92 100644 --- a/src/speakeasy_client_sdk_python/sdkconfiguration.py +++ b/src/speakeasy_client_sdk_python/sdkconfiguration.py @@ -27,9 +27,9 @@ class SDKConfiguration: server: Optional[str] = "" language: str = "python" openapi_doc_version: str = "0.4.0 ." - sdk_version: str = "6.0.1" + sdk_version: str = "6.2.0" gen_version: str = "2.366.1" - user_agent: str = "speakeasy-sdk/python 6.0.1 2.366.1 0.4.0 . speakeasy-client-sdk-python" + user_agent: str = "speakeasy-sdk/python 6.2.0 2.366.1 0.4.0 . speakeasy-client-sdk-python" retry_config: Optional[Nullable[RetryConfig]] = UNSET timeout_config: Optional[int] = None