Skip to content

Commit 172d782

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.260.6
1 parent cd967dc commit 172d782

File tree

11 files changed

+97
-14
lines changed

11 files changed

+97
-14
lines changed

.speakeasy/gen.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
lockVersion: 2.0.0
22
id: b0b519b1-d1d3-43b2-82dd-b4292eadd4b0
33
management:
4-
docChecksum: 2b280a7f12ab57c144a654766cc34af2
4+
docChecksum: 95815a9501527c69c4aab613380685a5
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.257.1
7-
generationVersion: 2.308.2
8-
releaseVersion: 5.6.8
9-
configChecksum: 1e037a4dc92ae586cfd752020044ad26
6+
speakeasyVersion: 1.260.6
7+
generationVersion: 2.311.1
8+
releaseVersion: 5.6.9
9+
configChecksum: e897e408ee0a017bcd67fa33922a9377
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
1313
published: true
1414
features:
1515
python:
16-
core: 4.6.4
16+
core: 4.6.5
1717
downloadStreams: 0.0.2
1818
examples: 2.81.3
1919
globalSecurity: 2.83.5
@@ -284,6 +284,7 @@ generatedFiles:
284284
- docs/models/shared/embedaccesstokenresponse.md
285285
- docs/models/shared/embedtoken.md
286286
- docs/models/shared/generatebumptype.md
287+
- docs/models/shared/openapidiffbumptype.md
287288
- docs/models/shared/clievent.md
288289
- docs/models/shared/interactiontype.md
289290
- docs/models/shared/targetsdk.md

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,14 @@ Based on:
14661466
### Generated
14671467
- [python v5.6.8] .
14681468
### Releases
1469-
- [PyPI v5.6.8] https://pypi.org/project/speakeasy-client-sdk-python/5.6.8 - .
1469+
- [PyPI v5.6.8] https://pypi.org/project/speakeasy-client-sdk-python/5.6.8 - .
1470+
1471+
## 2024-04-19 00:10:24
1472+
### Changes
1473+
Based on:
1474+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1475+
- Speakeasy CLI 1.260.6 (2.311.1) https://github.com/speakeasy-api/speakeasy
1476+
### Generated
1477+
- [python v5.6.9] .
1478+
### Releases
1479+
- [PyPI v5.6.9] https://pypi.org/project/speakeasy-client-sdk-python/5.6.9 - .

docs/models/shared/clievent.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@
2626
| `generate_config_pre_version` | *Optional[str]* | :heavy_minus_sign: | The version of the customer's SDK before we generated |
2727
| `generate_gen_lock_id` | *Optional[str]* | :heavy_minus_sign: | gen.lock ID (expected to be a uuid). |
2828
| `generate_gen_lock_post_features` | *Optional[str]* | :heavy_minus_sign: | Features post generation |
29+
| `generate_gen_lock_pre_blob_digest` | *Optional[str]* | :heavy_minus_sign: | Blob digest of the Previous Generation |
2930
| `generate_gen_lock_pre_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the Previous Rendered OpenAPI document (prior to generation, via gen lock) |
3031
| `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) |
3132
| `generate_gen_lock_pre_features` | *Optional[str]* | :heavy_minus_sign: | Features prior to generation |
33+
| `generate_gen_lock_pre_namespace_name` | *Optional[str]* | :heavy_minus_sign: | Namespace name of the Previous Generation |
34+
| `generate_gen_lock_pre_revision_digest` | *Optional[str]* | :heavy_minus_sign: | Revision digest of the Previous Generation |
3235
| `generate_gen_lock_pre_version` | *Optional[str]* | :heavy_minus_sign: | Artifact version for the Previous Generation |
3336
| `generate_output_tests` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether tests were output. |
3437
| `generate_published` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the target was considered published. |
@@ -46,12 +49,25 @@
4649
| `git_user_email` | *Optional[str]* | :heavy_minus_sign: | User email from git configuration. |
4750
| `git_user_name` | *Optional[str]* | :heavy_minus_sign: | User's name from git configuration. (not GitHub username) |
4851
| `hostname` | *Optional[str]* | :heavy_minus_sign: | Remote hostname. |
52+
| `lint_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the lint report. |
53+
| `lint_report_error_count` | *Optional[int]* | :heavy_minus_sign: | The number of errors in the lint report. |
54+
| `lint_report_info_count` | *Optional[int]* | :heavy_minus_sign: | The number of info messages in the lint report. |
55+
| `lint_report_warning_count` | *Optional[int]* | :heavy_minus_sign: | The number of warnings in the lint report. |
4956
| `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. |
5057
| `management_doc_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the currently Rendered OpenAPI document. |
5158
| `management_doc_version` | *Optional[str]* | :heavy_minus_sign: | Version taken from info.version field of the Rendered OpenAPI document. |
59+
| `openapi_diff_base_source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the base source. |
60+
| `openapi_diff_base_source_namespace_name` | *Optional[str]* | :heavy_minus_sign: | The namespace name of the base source. |
61+
| `openapi_diff_base_source_revision_digest` | *Optional[str]* | :heavy_minus_sign: | The revision digest of the base source. |
62+
| `openapi_diff_breaking_changes_count` | *Optional[int]* | :heavy_minus_sign: | The number of breaking changes in the openapi diff report. |
63+
| `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)) |
64+
| `openapi_diff_report_digest` | *Optional[str]* | :heavy_minus_sign: | The checksum of the openapi diff report. |
5265
| `publish_package_name` | *Optional[str]* | :heavy_minus_sign: | Name of the published package. |
5366
| `publish_package_registry_name` | *Optional[str]* | :heavy_minus_sign: | Name of the registry where the package was published. |
5467
| `publish_package_url` | *Optional[str]* | :heavy_minus_sign: | URL of the published package. |
5568
| `publish_package_version` | *Optional[str]* | :heavy_minus_sign: | Version of the published package. |
5669
| `raw_command` | *Optional[str]* | :heavy_minus_sign: | Full CLI command. |
57-
| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. |
70+
| `repo_label` | *Optional[str]* | :heavy_minus_sign: | Label of the git repository. |
71+
| `source_blob_digest` | *Optional[str]* | :heavy_minus_sign: | The blob digest of the source. |
72+
| `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. |

docs/models/shared/interactiontype.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Type of interaction.
99
| ----------------- | ----------------- |
1010
| `CI_EXEC` | CI_EXEC |
1111
| `CLI_EXEC` | CLI_EXEC |
12+
| `LINT` | LINT |
13+
| `OPENAPI_DIFF` | OPENAPI_DIFF |
1214
| `TARGET_GENERATE` | TARGET_GENERATE |
1315
| `TOMBSTONE` | TOMBSTONE |
1416
| `AUTHENTICATE` | AUTHENTICATE |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# OpenapiDiffBumpType
2+
3+
Bump type of the lock file (calculated semver delta, or a custom change (manual release))
4+
5+
6+
## Values
7+
8+
| Name | Value |
9+
| ------- | ------- |
10+
| `MAJOR` | major |
11+
| `MINOR` | minor |
12+
| `PATCH` | patch |
13+
| `NONE` | none |

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.6.8
13+
version: 5.6.9
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.6.8',
22+
version='5.6.9',
2323
author='Speakeasy',
2424
description='Speakeasy API Client SDK for Python',
2525
url='https://github.com/speakeasy-api/speakeasy-client-sdk-python.git',

src/speakeasy/models/shared/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
from .versionmetadata import *
3939
from .versionmetadata_input import *
4040

41-
__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"]
41+
__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"]

0 commit comments

Comments
 (0)