From 18158a06481ca3296f1e2db771ba2496fae07817 Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Fri, 13 Jun 2025 21:58:46 +0000 Subject: [PATCH 1/2] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.563.0 --- .speakeasy/gen.lock | 6 +++--- .speakeasy/gen.yaml | 2 +- .speakeasy/workflow.lock | 12 ++++++------ RELEASES.md | 12 +++++++++++- codeSamples.yaml | 4 ++-- docs/models/userproperties.md | 13 +++++++------ openapi.yaml | 1 + pyproject.toml | 2 +- src/syllable_sdk/_version.py | 4 ++-- src/syllable_sdk/models/userproperties.py | 1 + 10 files changed, 35 insertions(+), 22 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index 8379fc10..ea3fdac8 100644 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -1,12 +1,12 @@ lockVersion: 2.0.0 id: a3e2761c-0979-427e-b940-b6de6c04cc0d management: - docChecksum: 93cbcf6e51234d64b5d32ec4a33fb11a + docChecksum: 0429f9c28e9f0b1c3285db8ae343f18b docVersion: 0.0.2 speakeasyVersion: 1.563.0 generationVersion: 2.629.1 - releaseVersion: 0.35.13 - configChecksum: 801fad7b98aa60472289af82608f9b80 + releaseVersion: 0.35.14 + configChecksum: 6a54b8608d5c4968852cc30348b46c78 repoURL: https://github.com/asksyllable/syllable-sdk-python.git installationURL: https://github.com/asksyllable/syllable-sdk-python.git published: true diff --git a/.speakeasy/gen.yaml b/.speakeasy/gen.yaml index b604ff98..61b1a7f9 100644 --- a/.speakeasy/gen.yaml +++ b/.speakeasy/gen.yaml @@ -20,7 +20,7 @@ generation: oAuth2ClientCredentialsEnabled: true oAuth2PasswordEnabled: true python: - version: 0.35.13 + version: 0.35.14 additionalDependencies: dev: {} main: {} diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index ca31e23e..52d0d0ab 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -2,20 +2,20 @@ speakeasyVersion: 1.563.0 sources: SyllableSDK: sourceNamespace: syllable-sdk-oas - sourceRevisionDigest: sha256:a1d322b1150a5f1f68668df898ff4b46347473abd0271fce6a145369c101d3bf - sourceBlobDigest: sha256:a7fdac94e793c7e918e03165fc2ead2903d6cda866cde9f431efaa979055437f + sourceRevisionDigest: sha256:24cb43afb1c3d3d87cff5f8f4e5bb46a511e95d51d4d8276374d53252898555d + sourceBlobDigest: sha256:6a5f0a60c589b72def8e4d2c6f8a09a163a502b25296d8f45f0880188bccd157 tags: - latest - - speakeasy-sdk-regen-1749851000 + - speakeasy-sdk-regen-1749851858 - 0.0.2 targets: syllable-sdk: source: SyllableSDK sourceNamespace: syllable-sdk-oas - sourceRevisionDigest: sha256:a1d322b1150a5f1f68668df898ff4b46347473abd0271fce6a145369c101d3bf - sourceBlobDigest: sha256:a7fdac94e793c7e918e03165fc2ead2903d6cda866cde9f431efaa979055437f + sourceRevisionDigest: sha256:24cb43afb1c3d3d87cff5f8f4e5bb46a511e95d51d4d8276374d53252898555d + sourceBlobDigest: sha256:6a5f0a60c589b72def8e4d2c6f8a09a163a502b25296d8f45f0880188bccd157 codeSamplesNamespace: code-samples-python-sdk-syllable-sdk-oas-code-samples - codeSamplesRevisionDigest: sha256:69c0239007d31ddbba2eef53c7330d73e8a27b63bde729a5dd403fe6227a689c + codeSamplesRevisionDigest: sha256:239afea8d0fdbfd05f5056eae0ce361d92a840c2ed401d96bf479f7dfd0177e2 workflow: workflowVersion: 1.0.0 speakeasyVersion: latest diff --git a/RELEASES.md b/RELEASES.md index 005de1fc..c867b045 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1286,4 +1286,14 @@ Based on: ### Generated - [python v0.35.13] . ### Releases -- [PyPI v0.35.13] https://pypi.org/project/syllable-sdk/0.35.13 - . \ No newline at end of file +- [PyPI v0.35.13] https://pypi.org/project/syllable-sdk/0.35.13 - . + +## 2025-06-13 21:57:21 +### Changes +Based on: +- OpenAPI Doc +- Speakeasy CLI 1.563.0 (2.629.1) https://github.com/speakeasy-api/speakeasy +### Generated +- [python v0.35.14] . +### Releases +- [PyPI v0.35.14] https://pypi.org/project/syllable-sdk/0.35.14 - . \ No newline at end of file diff --git a/codeSamples.yaml b/codeSamples.yaml index ade6572c..4568efaf 100644 --- a/codeSamples.yaml +++ b/codeSamples.yaml @@ -2959,7 +2959,7 @@ actions: ) as ss_client: res = ss_client.users.list(page=0, limit=25, search_fields=[ - syllable_sdk.UserProperties.ROLE_ID, + syllable_sdk.UserProperties.EMAIL_FIRST_NAME_LAST_NAME, ], search_field_values=[ "Some Object Name", ], start_datetime="2023-01-01T00:00:00Z", end_datetime="2024-01-01T00:00:00Z") @@ -2979,7 +2979,7 @@ actions: ) as ss_client: res = ss_client.v1.list(page=0, limit=25, search_fields=[ - syllable_sdk.UserProperties.ROLE_ID, + syllable_sdk.UserProperties.EMAIL_FIRST_NAME_LAST_NAME, ], search_field_values=[ "Some Object Name", ], start_datetime="2023-01-01T00:00:00Z", end_datetime="2024-01-01T00:00:00Z") diff --git a/docs/models/userproperties.md b/docs/models/userproperties.md index 05cd4562..5dc79687 100644 --- a/docs/models/userproperties.md +++ b/docs/models/userproperties.md @@ -5,9 +5,10 @@ Names of user fields supported for filtering/sorting on list endpoint. ## Values -| Name | Value | -| ------------ | ------------ | -| `EMAIL` | email | -| `FIRST_NAME` | first_name | -| `LAST_NAME` | last_name | -| `ROLE_ID` | role_id | \ No newline at end of file +| Name | Value | +| ---------------------------- | ---------------------------- | +| `EMAIL` | email | +| `FIRST_NAME` | first_name | +| `LAST_NAME` | last_name | +| `ROLE_ID` | role_id | +| `EMAIL_FIRST_NAME_LAST_NAME` | email_first_name_last_name | \ No newline at end of file diff --git a/openapi.yaml b/openapi.yaml index de3451eb..a3441614 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -14187,6 +14187,7 @@ components: - "first_name" - "last_name" - "role_id" + - "email_first_name_last_name" title: "UserProperties" description: "Names of user fields supported for filtering/sorting on list endpoint." "UserResponse": diff --git a/pyproject.toml b/pyproject.toml index 7e9dbf3d..29730695 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "syllable-sdk" -version = "0.35.13" +version = "0.35.14" description = "Python Client SDK Generated by Speakeasy." authors = [{ name = "Syllable" },] readme = "README-PYPI.md" diff --git a/src/syllable_sdk/_version.py b/src/syllable_sdk/_version.py index f74049b9..4dfe886f 100644 --- a/src/syllable_sdk/_version.py +++ b/src/syllable_sdk/_version.py @@ -3,10 +3,10 @@ import importlib.metadata __title__: str = "syllable-sdk" -__version__: str = "0.35.13" +__version__: str = "0.35.14" __openapi_doc_version__: str = "0.0.2" __gen_version__: str = "2.629.1" -__user_agent__: str = "speakeasy-sdk/python 0.35.13 2.629.1 0.0.2 syllable-sdk" +__user_agent__: str = "speakeasy-sdk/python 0.35.14 2.629.1 0.0.2 syllable-sdk" try: if __package__ is not None: diff --git a/src/syllable_sdk/models/userproperties.py b/src/syllable_sdk/models/userproperties.py index ac9f7d53..e45db552 100644 --- a/src/syllable_sdk/models/userproperties.py +++ b/src/syllable_sdk/models/userproperties.py @@ -11,3 +11,4 @@ class UserProperties(str, Enum): FIRST_NAME = "first_name" LAST_NAME = "last_name" ROLE_ID = "role_id" + EMAIL_FIRST_NAME_LAST_NAME = "email_first_name_last_name" From 42eb1bcfb32018ff2ab2005788a8b67282aa5b38 Mon Sep 17 00:00:00 2001 From: "speakeasy-github[bot]" <128539517+speakeasy-github[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:58:53 +0000 Subject: [PATCH 2/2] empty commit to trigger [run-tests] workflow