Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.260.6
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Apr 19, 2024
1 parent cd967dc commit 172d782
Show file tree
Hide file tree
Showing 11 changed files with 97 additions and 14 deletions.
13 changes: 7 additions & 6 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
lockVersion: 2.0.0
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
management:
docChecksum: 2b280a7f12ab57c144a654766cc34af2
docChecksum: 95815a9501527c69c4aab613380685a5
docVersion: 0.4.0
speakeasyVersion: 1.257.1
generationVersion: 2.308.2
releaseVersion: 5.6.8
configChecksum: 1e037a4dc92ae586cfd752020044ad26
speakeasyVersion: 1.260.6
generationVersion: 2.311.1
releaseVersion: 5.6.9
configChecksum: e897e408ee0a017bcd67fa33922a9377
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-python.git
published: true
features:
python:
core: 4.6.4
core: 4.6.5
downloadStreams: 0.0.2
examples: 2.81.3
globalSecurity: 2.83.5
Expand Down Expand Up @@ -284,6 +284,7 @@ generatedFiles:
- docs/models/shared/embedaccesstokenresponse.md
- docs/models/shared/embedtoken.md
- docs/models/shared/generatebumptype.md
- docs/models/shared/openapidiffbumptype.md
- docs/models/shared/clievent.md
- docs/models/shared/interactiontype.md
- docs/models/shared/targetsdk.md
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1466,4 +1466,14 @@ Based on:
### Generated
- [python v5.6.8] .
### Releases
- [PyPI v5.6.8] https://pypi.org/project/speakeasy-client-sdk-python/5.6.8 - .
- [PyPI v5.6.8] https://pypi.org/project/speakeasy-client-sdk-python/5.6.8 - .

## 2024-04-19 00:10:24
### Changes
Based on:
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
- Speakeasy CLI 1.260.6 (2.311.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v5.6.9] .
### Releases
- [PyPI v5.6.9] https://pypi.org/project/speakeasy-client-sdk-python/5.6.9 - .
18 changes: 17 additions & 1 deletion docs/models/shared/clievent.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,12 @@
| `generate_config_pre_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK before we generated |
| `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_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. |
Expand All @@ -46,12 +49,25 @@
| `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. |
| `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. |
| `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. |
| `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. |
2 changes: 2 additions & 0 deletions docs/models/shared/interactiontype.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Type of interaction.
| ----------------- | ----------------- |
| `CI_EXEC` | CI_EXEC |
| `CLI_EXEC` | CLI_EXEC |
| `LINT` | LINT |
| `OPENAPI_DIFF` | OPENAPI_DIFF |
| `TARGET_GENERATE` | TARGET_GENERATE |
| `TOMBSTONE` | TOMBSTONE |
| `AUTHENTICATE` | AUTHENTICATE |
Expand Down
13 changes: 13 additions & 0 deletions docs/models/shared/openapidiffbumptype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OpenapiDiffBumpType

Bump type of the lock file (calculated semver delta, or a custom change (manual release))


## Values

| Name | Value |
| ------- | ------- |
| `MAJOR` | major |
| `MINOR` | minor |
| `PATCH` | patch |
| `NONE` | none |
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
python:
version: 5.6.8
version: 5.6.9
additionalDependencies:
dependencies: {}
extraDependencies:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

setuptools.setup(
name='speakeasy-client-sdk-python',
version='5.6.8',
version='5.6.9',
author='Speakeasy',
description='Speakeasy API Client SDK for Python',
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',
Expand Down
2 changes: 1 addition & 1 deletion src/speakeasy/models/shared/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@
from .versionmetadata import *
from .versionmetadata_input import *

__all__ = ["API","APIEndpoint","APIEndpointInput","APIInput","APIKeyDetails","AccessDetails","AccessToken","AccessTokenAccountType","AccessTokenUser","AccountType","Annotations","BoundedRequest","Claims","CliEvent","EmbedAccessTokenResponse","EmbedToken","FeatureFlags","Filter","Filters","GenerateBumpType","GenerateOpenAPISpecDiff","GetNamespacesResponse","GetRevisionsResponse","GetTagsResponse","InteractionType","Level","Manifest","Namespace","Organization","OrganizationAccountType","PreflightRequest","PreflightToken","Report","RequestMetadata","Revision","Schema","SchemaDiff","Security","Tag","TargetSDK","Type","UnboundedRequest","User","V2Descriptor","ValueChange","VersionMetadata","VersionMetadataInput","Workspaces"]
__all__ = ["API","APIEndpoint","APIEndpointInput","APIInput","APIKeyDetails","AccessDetails","AccessToken","AccessTokenAccountType","AccessTokenUser","AccountType","Annotations","BoundedRequest","Claims","CliEvent","EmbedAccessTokenResponse","EmbedToken","FeatureFlags","Filter","Filters","GenerateBumpType","GenerateOpenAPISpecDiff","GetNamespacesResponse","GetRevisionsResponse","GetTagsResponse","InteractionType","Level","Manifest","Namespace","OpenapiDiffBumpType","Organization","OrganizationAccountType","PreflightRequest","PreflightToken","Report","RequestMetadata","Revision","Schema","SchemaDiff","Security","Tag","TargetSDK","Type","UnboundedRequest","User","V2Descriptor","ValueChange","VersionMetadata","VersionMetadataInput","Workspaces"]
Loading

0 comments on commit 172d782

Please sign in to comment.