Skip to content

Commit 5084680

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.202.0
1 parent ed02e16 commit 5084680

File tree

9 files changed

+31
-12
lines changed

9 files changed

+31
-12
lines changed

.speakeasy/gen.lock

Lines changed: 4 additions & 4 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: 9a4517dbb12d2cf1b7c3f411d1e2ff4f
4+
docChecksum: 78317aabbf8200a3d43be677bd6fe435
55
docVersion: 0.4.0
6-
speakeasyVersion: internal
6+
speakeasyVersion: 1.202.0
77
generationVersion: 2.277.0
8-
releaseVersion: 5.3.1
9-
configChecksum: 2f25cbaf582b44df763f8c3fcfe0437f
8+
releaseVersion: 5.3.2
9+
configChecksum: affd4a37f328a37e21923e7294b7f345
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
@@ -1306,4 +1306,14 @@ Based on:
13061306
### Generated
13071307
- [python v5.3.1] .
13081308
### Releases
1309-
- [PyPI v5.3.1] https://pypi.org/project/speakeasy-client-sdk-python/5.3.1 - .
1309+
- [PyPI v5.3.1] https://pypi.org/project/speakeasy-client-sdk-python/5.3.1 - .
1310+
1311+
## 2024-03-07 00:08:32
1312+
### Changes
1313+
Based on:
1314+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1315+
- Speakeasy CLI 1.202.0 (2.277.0) https://github.com/speakeasy-api/speakeasy
1316+
### Generated
1317+
- [python v5.3.2] .
1318+
### Releases
1319+
- [PyPI v5.3.2] https://pypi.org/project/speakeasy-client-sdk-python/5.3.2 - .

docs/models/shared/clievent.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
| `success` | *bool* | :heavy_check_mark: | Indicates whether the event was successful. |
1616
| `workspace_id` | *str* | :heavy_check_mark: | Identifier of the workspace. |
1717
| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. |
18+
| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. |
1819
| `duration_ms` | *Optional[int]* | :heavy_minus_sign: | Duration of the event in milliseconds. |
1920
| `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)) |
2021
| `generate_config_post_checksum` | *Optional[str]* | :heavy_minus_sign: | Checksum of the configuration file (post generation) |

docs/models/shared/targetsdk.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,11 @@
1010
| `id` | *str* | :heavy_check_mark: | Unique identifier of the target the same as `generate_gen_lock_id` |
1111
| `last_event_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. |
1212
| `last_event_id` | *str* | :heavy_check_mark: | Unique identifier of the last event for the target |
13-
| `total_events` | *int* | :heavy_check_mark: | Total number of events for the target |
1413
| `commit_head` | *Optional[str]* | :heavy_minus_sign: | Remote commit ID. |
14+
| `continuous_integration_environment` | *Optional[str]* | :heavy_minus_sign: | Name of the CI environment. |
1515
| `generate_config_post_version` | *Optional[str]* | :heavy_minus_sign: | Version of the generated target (post generation) |
16+
| `generate_gen_lock_pre_features` | *Optional[str]* | :heavy_minus_sign: | Features prior to generation |
17+
| `generate_gen_lock_pre_version` | *Optional[str]* | :heavy_minus_sign: | Artifact version for the Previous Generation |
1618
| `generate_published` | *Optional[bool]* | :heavy_minus_sign: | Indicates whether the target was considered published. |
1719
| `generate_target_name` | *Optional[str]* | :heavy_minus_sign: | The name of the target as defined by the user. |
1820
| `generate_target_version` | *Optional[str]* | :heavy_minus_sign: | The version of the Speakeasy generator for this target eg v2 of the typescript generator. |

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.3.1
13+
version: 5.3.2
1414
additionalDependencies:
1515
dependencies: {}
1616
extraDependencies:

setup.py

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

1111
setuptools.setup(
1212
name="speakeasy-client-sdk-python",
13-
version="5.3.1",
13+
version="5.3.2",
1414
author="Speakeasy",
1515
description="Speakeasy API Client SDK for Python",
1616
long_description=long_description,

src/speakeasy/models/shared/clievent.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ class CliEvent:
5151
r"""Identifier of the workspace."""
5252
commit_head: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('commit_head'), 'exclude': lambda f: f is None }})
5353
r"""Remote commit ID."""
54+
continuous_integration_environment: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('continuous_integration_environment'), 'exclude': lambda f: f is None }})
55+
r"""Name of the CI environment."""
5456
duration_ms: Optional[int] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('duration_ms'), 'exclude': lambda f: f is None }})
5557
r"""Duration of the event in milliseconds."""
5658
generate_bump_type: Optional[GenerateBumpType] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_bump_type'), 'exclude': lambda f: f is None }})

src/speakeasy/models/shared/targetsdk.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,16 @@ class TargetSDK:
2222
r"""Timestamp when the event was created in the database."""
2323
last_event_id: str = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('last_event_id') }})
2424
r"""Unique identifier of the last event for the target"""
25-
total_events: int = dataclasses.field(metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('total_events') }})
26-
r"""Total number of events for the target"""
2725
commit_head: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('commit_head'), 'exclude': lambda f: f is None }})
2826
r"""Remote commit ID."""
27+
continuous_integration_environment: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('continuous_integration_environment'), 'exclude': lambda f: f is None }})
28+
r"""Name of the CI environment."""
2929
generate_config_post_version: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_config_post_version'), 'exclude': lambda f: f is None }})
3030
r"""Version of the generated target (post generation)"""
31+
generate_gen_lock_pre_features: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_gen_lock_pre_features'), 'exclude': lambda f: f is None }})
32+
r"""Features prior to generation"""
33+
generate_gen_lock_pre_version: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_gen_lock_pre_version'), 'exclude': lambda f: f is None }})
34+
r"""Artifact version for the Previous Generation"""
3135
generate_published: Optional[bool] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_published'), 'exclude': lambda f: f is None }})
3236
r"""Indicates whether the target was considered published."""
3337
generate_target_name: Optional[str] = dataclasses.field(default=None, metadata={'dataclasses_json': { 'letter_case': utils.get_field_name('generate_target_name'), 'exclude': lambda f: f is None }})

src/speakeasy/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ class SDKConfiguration:
2626
globals: Dict[str, Dict[str, Dict[str, Any]]] = field(default_factory=Dict)
2727
language: str = 'python'
2828
openapi_doc_version: str = '0.4.0'
29-
sdk_version: str = '5.3.1'
29+
sdk_version: str = '5.3.2'
3030
gen_version: str = '2.277.0'
31-
user_agent: str = 'speakeasy-sdk/python 5.3.1 2.277.0 0.4.0 speakeasy-client-sdk-python'
31+
user_agent: str = 'speakeasy-sdk/python 5.3.2 2.277.0 0.4.0 speakeasy-client-sdk-python'
3232
retry_config: RetryConfig = None
3333
_hooks: SDKHooks = None
3434

0 commit comments

Comments
 (0)