Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: true
python:
version: 0.35.13
version: 0.35.14
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 - .
- [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 - .
4 changes: 2 additions & 2 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down
13 changes: 7 additions & 6 deletions docs/models/userproperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| 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 |
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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":
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/syllable_sdk/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions src/syllable_sdk/models/userproperties.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"