syllable-sdk 0.35.58__py3-none-any.whl → 0.35.67__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
syllable_sdk/_version.py CHANGED
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "syllable-sdk"
6
- __version__: str = "0.35.58"
6
+ __version__: str = "0.35.67"
7
7
  __openapi_doc_version__: str = "0.0.2"
8
- __gen_version__: str = "2.668.4"
9
- __user_agent__: str = "speakeasy-sdk/python 0.35.58 2.668.4 0.0.2 syllable-sdk"
8
+ __gen_version__: str = "2.674.3"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.35.67 2.674.3 0.0.2 syllable-sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -2,6 +2,7 @@
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
+ import builtins
5
6
 
6
7
  if TYPE_CHECKING:
7
8
  from .apierror import APIError
@@ -51,5 +52,5 @@ def __getattr__(attr_name: str) -> object:
51
52
 
52
53
 
53
54
  def __dir__():
54
- lazy_attrs = list(_dynamic_imports.keys())
55
- return sorted(lazy_attrs)
55
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
56
+ return builtins.sorted(lazy_attrs)
@@ -4,6 +4,7 @@ from .agentresponse import AgentResponse, AgentResponseTypedDict
4
4
  from .channeltargetresponse import ChannelTargetResponse, ChannelTargetResponseTypedDict
5
5
  from typing import TYPE_CHECKING
6
6
  from importlib import import_module
7
+ import builtins
7
8
 
8
9
  if TYPE_CHECKING:
9
10
  from .agent_deleteop import AgentDeleteRequest, AgentDeleteRequestTypedDict
@@ -604,6 +605,10 @@ if TYPE_CHECKING:
604
605
  )
605
606
  from .promptcreaterequest import PromptCreateRequest, PromptCreateRequestTypedDict
606
607
  from .prompthistory import PromptHistory, PromptHistoryTypedDict
608
+ from .prompthistorylinkedtool import (
609
+ PromptHistoryLinkedTool,
610
+ PromptHistoryLinkedToolTypedDict,
611
+ )
607
612
  from .promptllmconfig import PromptLlmConfig, PromptLlmConfigTypedDict
608
613
  from .promptllmprovider import PromptLlmProvider
609
614
  from .promptproperties import PromptProperties
@@ -1214,6 +1219,8 @@ __all__ = [
1214
1219
  "PromptCreateRequest",
1215
1220
  "PromptCreateRequestTypedDict",
1216
1221
  "PromptHistory",
1222
+ "PromptHistoryLinkedTool",
1223
+ "PromptHistoryLinkedToolTypedDict",
1217
1224
  "PromptHistoryTypedDict",
1218
1225
  "PromptLlmConfig",
1219
1226
  "PromptLlmConfigTypedDict",
@@ -1792,6 +1799,8 @@ _dynamic_imports: dict[str, str] = {
1792
1799
  "PromptCreateRequestTypedDict": ".promptcreaterequest",
1793
1800
  "PromptHistory": ".prompthistory",
1794
1801
  "PromptHistoryTypedDict": ".prompthistory",
1802
+ "PromptHistoryLinkedTool": ".prompthistorylinkedtool",
1803
+ "PromptHistoryLinkedToolTypedDict": ".prompthistorylinkedtool",
1795
1804
  "PromptLlmConfig": ".promptllmconfig",
1796
1805
  "PromptLlmConfigTypedDict": ".promptllmconfig",
1797
1806
  "PromptLlmProvider": ".promptllmprovider",
@@ -2006,5 +2015,5 @@ def __getattr__(attr_name: str) -> object:
2006
2015
 
2007
2016
 
2008
2017
  def __dir__():
2009
- lazy_attrs = list(_dynamic_imports.keys())
2010
- return sorted(lazy_attrs)
2018
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
2019
+ return builtins.sorted(lazy_attrs)
@@ -7,6 +7,12 @@ from enum import Enum
7
7
  class AgentVoiceDisplayName(str, Enum):
8
8
  r"""Display names of voices that Syllable supports."""
9
9
 
10
+ ACHERNAR_ENGLISH_ = "Achernar (English)"
11
+ ACHERNAR_KOREAN_ = "Achernar (Korean)"
12
+ ACHERNAR_MANDARIN_ = "Achernar (Mandarin)"
13
+ ACHERNAR_SPANISH_ = "Achernar (Spanish)"
14
+ ACHERNAR_THAI_ = "Achernar (Thai)"
15
+ ACHERNAR_VIETNAMESE_ = "Achernar (Vietnamese)"
10
16
  ALICE = "Alice"
11
17
  ALLOY = "Alloy"
12
18
  AOEDE_ENGLISH_ = "Aoede (English)"
@@ -18,6 +24,12 @@ class AgentVoiceDisplayName(str, Enum):
18
24
  ASH = "Ash"
19
25
  BILL = "Bill"
20
26
  BRIAN = "Brian"
27
+ CALLIRRHOE_ENGLISH_ = "Callirrhoe (English)"
28
+ CALLIRRHOE_KOREAN_ = "Callirrhoe (Korean)"
29
+ CALLIRRHOE_MANDARIN_ = "Callirrhoe (Mandarin)"
30
+ CALLIRRHOE_SPANISH_ = "Callirrhoe (Spanish)"
31
+ CALLIRRHOE_THAI_ = "Callirrhoe (Thai)"
32
+ CALLIRRHOE_VIETNAMESE_ = "Callirrhoe (Vietnamese)"
21
33
  CALLUM = "Callum"
22
34
  CHARLIE = "Charlie"
23
35
  CHARLOTTE = "Charlotte"
@@ -84,6 +96,18 @@ class AgentVoiceDisplayName(str, Enum):
84
96
  SARAH = "Sarah"
85
97
  SAGE = "Sage"
86
98
  SHIMMER = "Shimmer"
99
+ UMBRIEL_ENGLISH_ = "Umbriel (English)"
100
+ UMBRIEL_KOREAN_ = "Umbriel (Korean)"
101
+ UMBRIEL_MANDARIN_ = "Umbriel (Mandarin)"
102
+ UMBRIEL_SPANISH_ = "Umbriel (Spanish)"
103
+ UMBRIEL_THAI_ = "Umbriel (Thai)"
104
+ UMBRIEL_VIETNAMESE_ = "Umbriel (Vietnamese)"
105
+ VINDEMIATRIX_ENGLISH_ = "Vindemiatrix (English)"
106
+ VINDEMIATRIX_KOREAN_ = "Vindemiatrix (Korean)"
107
+ VINDEMIATRIX_MANDARIN_ = "Vindemiatrix (Mandarin)"
108
+ VINDEMIATRIX_SPANISH_ = "Vindemiatrix (Spanish)"
109
+ VINDEMIATRIX_THAI_ = "Vindemiatrix (Thai)"
110
+ VINDEMIATRIX_VIETNAMESE_ = "Vindemiatrix (Vietnamese)"
87
111
  VI_VN_NEURAL2_A = "vi-VN-Neural2-A"
88
112
  WILL = "Will"
89
113
  YUE_HK_STANDARD_C = "yue-HK-Standard-C"
@@ -35,6 +35,14 @@ class AgentVoiceVarName(str, Enum):
35
35
  ELEVENLABS_ROGER = "elevenlabs:Roger"
36
36
  ELEVENLABS_SARAH = "elevenlabs:Sarah"
37
37
  ELEVENLABS_WILL = "elevenlabs:Will"
38
+ WAVENET_FEMALE_EN_US_CHIRP3_HD_ACHERNAR = "wavenet:female/en-US-Chirp3-HD-Achernar"
39
+ WAVENET_FEMALE_KO_KR_CHIRP3_HD_ACHERNAR = "wavenet:female/ko-KR-Chirp3-HD-Achernar"
40
+ WAVENET_FEMALE_CMN_CN_CHIRP3_HD_ACHERNAR = (
41
+ "wavenet:female/cmn-CN-Chirp3-HD-Achernar"
42
+ )
43
+ WAVENET_FEMALE_ES_US_CHIRP3_HD_ACHERNAR = "wavenet:female/es-US-Chirp3-HD-Achernar"
44
+ WAVENET_FEMALE_TH_TH_CHIRP3_HD_ACHERNAR = "wavenet:female/th-TH-Chirp3-HD-Achernar"
45
+ WAVENET_FEMALE_VI_VN_CHIRP3_HD_ACHERNAR = "wavenet:female/vi-VN-Chirp3-HD-Achernar"
38
46
  WAVENET_FEMALE_EN_US_CHIRP3_HD_AOEDE = "wavenet:female/en-US-Chirp3-HD-Aoede"
39
47
  WAVENET_FEMALE_KO_KR_CHIRP3_HD_AOEDE = "wavenet:female/ko-KR-Chirp3-HD-Aoede"
40
48
  WAVENET_FEMALE_CMN_CN_CHIRP3_HD_AOEDE = "wavenet:female/cmn-CN-Chirp3-HD-Aoede"
@@ -42,6 +50,24 @@ class AgentVoiceVarName(str, Enum):
42
50
  WAVENET_FEMALE_TH_TH_CHIRP3_HD_AOEDE = "wavenet:female/th-TH-Chirp3-HD-Aoede"
43
51
  WAVENET_FEMALE_VI_VN_CHIRP3_HD_AOEDE = "wavenet:female/vi-VN-Chirp3-HD-Aoede"
44
52
  WAVENET_MALE_ES_US_NEURAL2_B = "wavenet:male/es-US-Neural2-B"
53
+ WAVENET_FEMALE_EN_US_CHIRP3_HD_CALLIRRHOE = (
54
+ "wavenet:female/en-US-Chirp3-HD-Callirrhoe"
55
+ )
56
+ WAVENET_FEMALE_KO_KR_CHIRP3_HD_CALLIRRHOE = (
57
+ "wavenet:female/ko-KR-Chirp3-HD-Callirrhoe"
58
+ )
59
+ WAVENET_FEMALE_CMN_CN_CHIRP3_HD_CALLIRRHOE = (
60
+ "wavenet:female/cmn-CN-Chirp3-HD-Callirrhoe"
61
+ )
62
+ WAVENET_FEMALE_ES_US_CHIRP3_HD_CALLIRRHOE = (
63
+ "wavenet:female/es-US-Chirp3-HD-Callirrhoe"
64
+ )
65
+ WAVENET_FEMALE_TH_TH_CHIRP3_HD_CALLIRRHOE = (
66
+ "wavenet:female/th-TH-Chirp3-HD-Callirrhoe"
67
+ )
68
+ WAVENET_FEMALE_VI_VN_CHIRP3_HD_CALLIRRHOE = (
69
+ "wavenet:female/vi-VN-Chirp3-HD-Callirrhoe"
70
+ )
45
71
  WAVENET_MALE_EN_US_CHIRP3_HD_CHARON = "wavenet:male/en-US-Chirp3-HD-Charon"
46
72
  WAVENET_MALE_KO_KR_CHIRP3_HD_CHARON = "wavenet:male/ko-KR-Chirp3-HD-Charon"
47
73
  WAVENET_MALE_CMN_CN_CHIRP3_HD_CHARON = "wavenet:male/cmn-CN-Chirp3-HD-Charon"
@@ -87,6 +113,30 @@ class AgentVoiceVarName(str, Enum):
87
113
  WAVENET_MALE_VI_VN_CHIRP3_HD_PUCK = "wavenet:male/vi-VN-Chirp3-HD-Puck"
88
114
  WAVENET_FEMALE_KO_KR_NEURAL2_A = "wavenet:female/ko-KR-Neural2-A"
89
115
  WAVENET_FEMALE_VI_VN_NEURAL2_A = "wavenet:female/vi-VN-Neural2-A"
116
+ WAVENET_MALE_EN_US_CHIRP3_HD_UMBRIEL = "wavenet:male/en-US-Chirp3-HD-Umbriel"
117
+ WAVENET_MALE_KO_KR_CHIRP3_HD_UMBRIEL = "wavenet:male/ko-KR-Chirp3-HD-Umbriel"
118
+ WAVENET_MALE_CMN_CN_CHIRP3_HD_UMBRIEL = "wavenet:male/cmn-CN-Chirp3-HD-Umbriel"
119
+ WAVENET_MALE_ES_US_CHIRP3_HD_UMBRIEL = "wavenet:male/es-US-Chirp3-HD-Umbriel"
120
+ WAVENET_MALE_TH_TH_CHIRP3_HD_UMBRIEL = "wavenet:male/th-TH-Chirp3-HD-Umbriel"
121
+ WAVENET_MALE_VI_VN_CHIRP3_HD_UMBRIEL = "wavenet:male/vi-VN-Chirp3-HD-Umbriel"
122
+ WAVENET_FEMALE_EN_US_CHIRP3_HD_VINDEMIATRIX = (
123
+ "wavenet:female/en-US-Chirp3-HD-Vindemiatrix"
124
+ )
125
+ WAVENET_FEMALE_KO_KR_CHIRP3_HD_VINDEMIATRIX = (
126
+ "wavenet:female/ko-KR-Chirp3-HD-Vindemiatrix"
127
+ )
128
+ WAVENET_FEMALE_CMN_CN_CHIRP3_HD_VINDEMIATRIX = (
129
+ "wavenet:female/cmn-CN-Chirp3-HD-Vindemiatrix"
130
+ )
131
+ WAVENET_FEMALE_ES_US_CHIRP3_HD_VINDEMIATRIX = (
132
+ "wavenet:female/es-US-Chirp3-HD-Vindemiatrix"
133
+ )
134
+ WAVENET_FEMALE_TH_TH_CHIRP3_HD_VINDEMIATRIX = (
135
+ "wavenet:female/th-TH-Chirp3-HD-Vindemiatrix"
136
+ )
137
+ WAVENET_FEMALE_VI_VN_CHIRP3_HD_VINDEMIATRIX = (
138
+ "wavenet:female/vi-VN-Chirp3-HD-Vindemiatrix"
139
+ )
90
140
  WAVENET_FEMALE_EN_US_CHIRP3_HD_ZEPHYR = "wavenet:female/en-US-Chirp3-HD-Zephyr"
91
141
  WAVENET_FEMALE_KO_KR_CHIRP3_HD_ZEPHYR = "wavenet:female/ko-KR-Chirp3-HD-Zephyr"
92
142
  WAVENET_FEMALE_CMN_CN_CHIRP3_HD_ZEPHYR = "wavenet:female/cmn-CN-Chirp3-HD-Zephyr"
@@ -15,3 +15,5 @@ class LanguageCode(str, Enum):
15
15
  ES_US = "es-US"
16
16
  TH_TH = "th-TH"
17
17
  VI_VN = "vi-VN"
18
+ BS_BA = "bs-BA"
19
+ SW_KE = "sw-KE"
@@ -1,6 +1,10 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .prompthistorylinkedtool import (
5
+ PromptHistoryLinkedTool,
6
+ PromptHistoryLinkedToolTypedDict,
7
+ )
4
8
  from datetime import datetime
5
9
  from pydantic import model_serializer
6
10
  from syllable_sdk.types import (
@@ -10,60 +14,81 @@ from syllable_sdk.types import (
10
14
  UNSET,
11
15
  UNSET_SENTINEL,
12
16
  )
17
+ from typing import List, Optional
13
18
  from typing_extensions import NotRequired, TypedDict
14
19
 
15
20
 
16
21
  class PromptHistoryTypedDict(TypedDict):
17
- r"""Record of a change to a prompt. Values reflect post-change state."""
22
+ r"""Record of a specific version of a prompt."""
18
23
 
19
24
  timestamp: datetime
20
- r"""Timestamp of the change"""
25
+ r"""Timestamp of the change resulting in this version"""
21
26
  prompt_id: str
22
27
  r"""ID of the prompt"""
28
+ version_number: int
29
+ r"""Version number of this version. Starts at 1 when prompt is created, and incremented on each change."""
23
30
  prompt_text: str
24
- r"""Text of the prompt"""
31
+ r"""Text of the prompt at this version"""
25
32
  prompt_name: str
26
- r"""Name of the prompt"""
33
+ r"""Name of the prompt at this version"""
27
34
  user_email: str
28
- r"""Email address of the user who made the change"""
35
+ r"""Email address of the user who made the change that resulted in this version"""
36
+ is_pre_enhancements: bool
37
+ r"""Whether this version of the prompt was created before history of tool-prompt linking was tracked"""
29
38
  prompt_description: NotRequired[Nullable[str]]
30
- r"""Description of the prompt"""
39
+ r"""Description of the prompt at this version"""
31
40
  llm_config: NotRequired[Nullable[str]]
32
- r"""String representation of LLM config for the prompt"""
41
+ r"""String representation of LLM config for the prompt at this version"""
33
42
  comments: NotRequired[Nullable[str]]
34
- r"""Comments describing the change"""
43
+ r"""Comments describing the change that resulted in this version"""
44
+ linked_tools: NotRequired[List[PromptHistoryLinkedToolTypedDict]]
45
+ r"""Tools that were linked to this version of the prompt"""
35
46
 
36
47
 
37
48
  class PromptHistory(BaseModel):
38
- r"""Record of a change to a prompt. Values reflect post-change state."""
49
+ r"""Record of a specific version of a prompt."""
39
50
 
40
51
  timestamp: datetime
41
- r"""Timestamp of the change"""
52
+ r"""Timestamp of the change resulting in this version"""
42
53
 
43
54
  prompt_id: str
44
55
  r"""ID of the prompt"""
45
56
 
57
+ version_number: int
58
+ r"""Version number of this version. Starts at 1 when prompt is created, and incremented on each change."""
59
+
46
60
  prompt_text: str
47
- r"""Text of the prompt"""
61
+ r"""Text of the prompt at this version"""
48
62
 
49
63
  prompt_name: str
50
- r"""Name of the prompt"""
64
+ r"""Name of the prompt at this version"""
51
65
 
52
66
  user_email: str
53
- r"""Email address of the user who made the change"""
67
+ r"""Email address of the user who made the change that resulted in this version"""
68
+
69
+ is_pre_enhancements: bool
70
+ r"""Whether this version of the prompt was created before history of tool-prompt linking was tracked"""
54
71
 
55
72
  prompt_description: OptionalNullable[str] = UNSET
56
- r"""Description of the prompt"""
73
+ r"""Description of the prompt at this version"""
57
74
 
58
75
  llm_config: OptionalNullable[str] = UNSET
59
- r"""String representation of LLM config for the prompt"""
76
+ r"""String representation of LLM config for the prompt at this version"""
60
77
 
61
78
  comments: OptionalNullable[str] = UNSET
62
- r"""Comments describing the change"""
79
+ r"""Comments describing the change that resulted in this version"""
80
+
81
+ linked_tools: Optional[List[PromptHistoryLinkedTool]] = None
82
+ r"""Tools that were linked to this version of the prompt"""
63
83
 
64
84
  @model_serializer(mode="wrap")
65
85
  def serialize_model(self, handler):
66
- optional_fields = ["prompt_description", "llm_config", "comments"]
86
+ optional_fields = [
87
+ "prompt_description",
88
+ "llm_config",
89
+ "comments",
90
+ "linked_tools",
91
+ ]
67
92
  nullable_fields = ["prompt_description", "llm_config", "comments"]
68
93
  null_default_fields = []
69
94
 
@@ -0,0 +1,34 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from syllable_sdk.types import BaseModel
5
+ from typing_extensions import TypedDict
6
+
7
+
8
+ class PromptHistoryLinkedToolTypedDict(TypedDict):
9
+ r"""Record of a tool linked to a previous prompt version in the prompt history."""
10
+
11
+ tool_id: int
12
+ r"""ID of the tool"""
13
+ current_tool_name: str
14
+ r"""Current name of the tool (may have been different at the time the given version of the prompt was created)"""
15
+ out_of_date: bool
16
+ r"""Whether the tool has changed (not including being deleted) since the given version of the prompt was created"""
17
+ deleted: bool
18
+ r"""Whether the tool has been deleted since the given version of the prompt was created"""
19
+
20
+
21
+ class PromptHistoryLinkedTool(BaseModel):
22
+ r"""Record of a tool linked to a previous prompt version in the prompt history."""
23
+
24
+ tool_id: int
25
+ r"""ID of the tool"""
26
+
27
+ current_tool_name: str
28
+ r"""Current name of the tool (may have been different at the time the given version of the prompt was created)"""
29
+
30
+ out_of_date: bool
31
+ r"""Whether the tool has changed (not including being deleted) since the given version of the prompt was created"""
32
+
33
+ deleted: bool
34
+ r"""Whether the tool has been deleted since the given version of the prompt was created"""
@@ -25,7 +25,7 @@ class SupportedLlmTypedDict(TypedDict):
25
25
  r"""LLM API provider."""
26
26
  model: NotRequired[str]
27
27
  r"""Name of the model. Must match the deployment name in Azure AI Studio."""
28
- version: NotRequired[str]
28
+ version: NotRequired[Nullable[str]]
29
29
  r"""Model version."""
30
30
  api_version: NotRequired[Nullable[str]]
31
31
  r"""Version of the provider's API."""
@@ -46,7 +46,7 @@ class SupportedLlm(BaseModel):
46
46
  model: Optional[str] = "gpt-4o"
47
47
  r"""Name of the model. Must match the deployment name in Azure AI Studio."""
48
48
 
49
- version: Optional[str] = None
49
+ version: OptionalNullable[str] = UNSET
50
50
  r"""Model version."""
51
51
 
52
52
  api_version: OptionalNullable[str] = UNSET
@@ -55,7 +55,7 @@ class SupportedLlm(BaseModel):
55
55
  @model_serializer(mode="wrap")
56
56
  def serialize_model(self, handler):
57
57
  optional_fields = ["provider", "model", "version", "api_version"]
58
- nullable_fields = ["api_version"]
58
+ nullable_fields = ["version", "api_version"]
59
59
  null_default_fields = []
60
60
 
61
61
  serialized = handler(self)
@@ -10,6 +10,7 @@ from syllable_sdk.types import (
10
10
  UNSET,
11
11
  UNSET_SENTINEL,
12
12
  )
13
+ from typing import Optional
13
14
  from typing_extensions import NotRequired, TypedDict
14
15
 
15
16
 
@@ -26,6 +27,8 @@ class UserCreateRequestTypedDict(TypedDict):
26
27
  r"""Last name of the user"""
27
28
  login_type: NotRequired[Nullable[LoginType]]
28
29
  r"""The type of login to use for the user. If not provided, defaults to google for @gmail.com email addresses, and username and password otherwise."""
30
+ skip_auth: NotRequired[bool]
31
+ r"""Whether to skip authentication for the user."""
29
32
 
30
33
 
31
34
  class UserCreateRequest(BaseModel):
@@ -46,9 +49,12 @@ class UserCreateRequest(BaseModel):
46
49
  login_type: OptionalNullable[LoginType] = UNSET
47
50
  r"""The type of login to use for the user. If not provided, defaults to google for @gmail.com email addresses, and username and password otherwise."""
48
51
 
52
+ skip_auth: Optional[bool] = False
53
+ r"""Whether to skip authentication for the user."""
54
+
49
55
  @model_serializer(mode="wrap")
50
56
  def serialize_model(self, handler):
51
- optional_fields = ["first_name", "last_name", "login_type"]
57
+ optional_fields = ["first_name", "last_name", "login_type", "skip_auth"]
52
58
  nullable_fields = ["first_name", "last_name", "login_type"]
53
59
  null_default_fields = []
54
60
 
@@ -2,15 +2,22 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from syllable_sdk.types import BaseModel
5
- from syllable_sdk.utils import FieldMetadata, PathParamMetadata
6
- from typing_extensions import Annotated, TypedDict
5
+ from syllable_sdk.utils import FieldMetadata, PathParamMetadata, QueryParamMetadata
6
+ from typing import Optional
7
+ from typing_extensions import Annotated, NotRequired, TypedDict
7
8
 
8
9
 
9
10
  class UsersSendEmailRequestTypedDict(TypedDict):
10
11
  user_email: str
12
+ skip_auth: NotRequired[bool]
11
13
 
12
14
 
13
15
  class UsersSendEmailRequest(BaseModel):
14
16
  user_email: Annotated[
15
17
  str, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
16
18
  ]
19
+
20
+ skip_auth: Annotated[
21
+ Optional[bool],
22
+ FieldMetadata(query=QueryParamMetadata(style="form", explode=True)),
23
+ ] = False
syllable_sdk/prompts.py CHANGED
@@ -979,7 +979,7 @@ class Prompts(BaseSDK):
979
979
  ) -> List[models.PromptHistory]:
980
980
  r"""Get Prompt History
981
981
 
982
- Get a prompt by ID
982
+ Get a list of historical versions of a prompt by its ID
983
983
 
984
984
  :param prompt_id:
985
985
  :param retries: Override the default retry configuration for this method
@@ -1068,7 +1068,7 @@ class Prompts(BaseSDK):
1068
1068
  ) -> List[models.PromptHistory]:
1069
1069
  r"""Get Prompt History
1070
1070
 
1071
- Get a prompt by ID
1071
+ Get a list of historical versions of a prompt by its ID
1072
1072
 
1073
1073
  :param prompt_id:
1074
1074
  :param retries: Override the default retry configuration for this method
syllable_sdk/users.py CHANGED
@@ -970,6 +970,7 @@ class Users(BaseSDK):
970
970
  self,
971
971
  *,
972
972
  user_email: str,
973
+ skip_auth: Optional[bool] = False,
973
974
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
974
975
  server_url: Optional[str] = None,
975
976
  timeout_ms: Optional[int] = None,
@@ -980,6 +981,7 @@ class Users(BaseSDK):
980
981
  Send a welcome email to a user.
981
982
 
982
983
  :param user_email:
984
+ :param skip_auth:
983
985
  :param retries: Override the default retry configuration for this method
984
986
  :param server_url: Override the default server URL for this method
985
987
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -997,6 +999,7 @@ class Users(BaseSDK):
997
999
 
998
1000
  request = models.UsersSendEmailRequest(
999
1001
  user_email=user_email,
1002
+ skip_auth=skip_auth,
1000
1003
  )
1001
1004
 
1002
1005
  req = self._build_request(
@@ -1059,6 +1062,7 @@ class Users(BaseSDK):
1059
1062
  self,
1060
1063
  *,
1061
1064
  user_email: str,
1065
+ skip_auth: Optional[bool] = False,
1062
1066
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1063
1067
  server_url: Optional[str] = None,
1064
1068
  timeout_ms: Optional[int] = None,
@@ -1069,6 +1073,7 @@ class Users(BaseSDK):
1069
1073
  Send a welcome email to a user.
1070
1074
 
1071
1075
  :param user_email:
1076
+ :param skip_auth:
1072
1077
  :param retries: Override the default retry configuration for this method
1073
1078
  :param server_url: Override the default server URL for this method
1074
1079
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1086,6 +1091,7 @@ class Users(BaseSDK):
1086
1091
 
1087
1092
  request = models.UsersSendEmailRequest(
1088
1093
  user_email=user_email,
1094
+ skip_auth=skip_auth,
1089
1095
  )
1090
1096
 
1091
1097
  req = self._build_request_async(
@@ -2,6 +2,7 @@
2
2
 
3
3
  from typing import TYPE_CHECKING
4
4
  from importlib import import_module
5
+ import builtins
5
6
 
6
7
  if TYPE_CHECKING:
7
8
  from .annotations import get_discriminator
@@ -183,5 +184,5 @@ def __getattr__(attr_name: str) -> object:
183
184
 
184
185
 
185
186
  def __dir__():
186
- lazy_attrs = list(_dynamic_imports.keys())
187
- return sorted(lazy_attrs)
187
+ lazy_attrs = builtins.list(_dynamic_imports.keys())
188
+ return builtins.sorted(lazy_attrs)
syllable_sdk/v1.py CHANGED
@@ -970,6 +970,7 @@ class V1(BaseSDK):
970
970
  self,
971
971
  *,
972
972
  user_email: str,
973
+ skip_auth: Optional[bool] = False,
973
974
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
974
975
  server_url: Optional[str] = None,
975
976
  timeout_ms: Optional[int] = None,
@@ -980,6 +981,7 @@ class V1(BaseSDK):
980
981
  Send a welcome email to a user.
981
982
 
982
983
  :param user_email:
984
+ :param skip_auth:
983
985
  :param retries: Override the default retry configuration for this method
984
986
  :param server_url: Override the default server URL for this method
985
987
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -997,6 +999,7 @@ class V1(BaseSDK):
997
999
 
998
1000
  request = models.UsersSendEmailRequest(
999
1001
  user_email=user_email,
1002
+ skip_auth=skip_auth,
1000
1003
  )
1001
1004
 
1002
1005
  req = self._build_request(
@@ -1059,6 +1062,7 @@ class V1(BaseSDK):
1059
1062
  self,
1060
1063
  *,
1061
1064
  user_email: str,
1065
+ skip_auth: Optional[bool] = False,
1062
1066
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
1063
1067
  server_url: Optional[str] = None,
1064
1068
  timeout_ms: Optional[int] = None,
@@ -1069,6 +1073,7 @@ class V1(BaseSDK):
1069
1073
  Send a welcome email to a user.
1070
1074
 
1071
1075
  :param user_email:
1076
+ :param skip_auth:
1072
1077
  :param retries: Override the default retry configuration for this method
1073
1078
  :param server_url: Override the default server URL for this method
1074
1079
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -1086,6 +1091,7 @@ class V1(BaseSDK):
1086
1091
 
1087
1092
  request = models.UsersSendEmailRequest(
1088
1093
  user_email=user_email,
1094
+ skip_auth=skip_auth,
1089
1095
  )
1090
1096
 
1091
1097
  req = self._build_request_async(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: syllable-sdk
3
- Version: 0.35.58
3
+ Version: 0.35.67
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Syllable
6
6
  Requires-Python: >=3.9.2
@@ -3,7 +3,7 @@ syllable_sdk/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU
3
3
  syllable_sdk/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
4
4
  syllable_sdk/_hooks/sdkhooks.py,sha256=aRu2TMpxilLKDrG6EIy6uQd6IrBH7kaHOoVkd7GIcus,2562
5
5
  syllable_sdk/_hooks/types.py,sha256=uwJkn18g4_rLZhVtKdE6Ed5YcCjGWSqVgN9-PWqV7Ho,3053
6
- syllable_sdk/_version.py,sha256=zeWMQK95LSA51tTvUITk-w7ztDIiUk2mecdktK9Uarw,470
6
+ syllable_sdk/_version.py,sha256=w5A-mIMlUv4U2Jq26Ys4uW3YlJxocnoEe9WOhU4XkoM,470
7
7
  syllable_sdk/agents.py,sha256=0x4iFVF9VksBu32ThrGcgM3FqMCC9-iP8ggPh2r4R04,46694
8
8
  syllable_sdk/basesdk.py,sha256=dULbDf9e71tjSgOe7YwC9jD-80uIFiMrAhFbFvbEYho,11916
9
9
  syllable_sdk/batches.py,sha256=qgI5PRkdgLdaJl4DPfs4mBJrB0OY_CCDePYntyjleSs,73059
@@ -13,7 +13,7 @@ syllable_sdk/conversations.py,sha256=SjbYq8-mr2RdIh_JO_qxh25WvLkWXf_KsEUxhHRVlB4
13
13
  syllable_sdk/custom_messages.py,sha256=xM3Sy-bdXPYX-qUJUl_CfgjR0HtEpN32u1uXqc1X9x0,41307
14
14
  syllable_sdk/dashboards.py,sha256=qvzxTiPnzJTmip02EPyGP-qaCgBtpZ4OPYJa2IGH1nw,45442
15
15
  syllable_sdk/data_sources.py,sha256=ReOnnz4OYQupXW6aS7iHNJgK84aJEWN7vnuqn1eCYAs,40909
16
- syllable_sdk/errors/__init__.py,sha256=YPocjxLNtvZDr-26Vblv3TCBFx7GBwr5jTHWg3_4MSE,1698
16
+ syllable_sdk/errors/__init__.py,sha256=rCNlx6Ad0Lhp5bgE-iDKTJ30x7M9BhUJhi-f7if_cF0,1732
17
17
  syllable_sdk/errors/apierror.py,sha256=CM3pZTIA9QnXmav_lDlcGgwyYLJ4pmMtni4Ck-iwFow,1234
18
18
  syllable_sdk/errors/httpvalidationerror.py,sha256=wBTQY0G7zOW5nGyKkZDkEDc51htoMJTVBXO1mVYFh-4,794
19
19
  syllable_sdk/errors/no_response_error.py,sha256=FQG44Lq6uF7uUlzbUYfM3dJon6sbqXzJ0Ri6YrDdsEs,380
@@ -28,7 +28,7 @@ syllable_sdk/insights_sdk.py,sha256=MxNtdwu2dcM8xCjKS2l-ZIM-pT-Bbh8LSjMnFLl32nc,
28
28
  syllable_sdk/insights_tools.py,sha256=SuDEOpPtk7SlsFZ-thzIZSt_31WjofzyzqozseWQy3M,55115
29
29
  syllable_sdk/language_groups.py,sha256=BlcTvh_KitUkbVzXlBjCcxTmBbQ12QWxCZfXqlCOoPc,49214
30
30
  syllable_sdk/latency.py,sha256=PymvwBTs6KAVMl-IZVj6L4zJotRApBOcnkfB4FrlNkg,7449
31
- syllable_sdk/models/__init__.py,sha256=7_2q4PfPjKkyuSFDoSz9_UX_zq1AamrivJuR-2HpKzo,85449
31
+ syllable_sdk/models/__init__.py,sha256=1mVisM5mvo7jqZbw_dfh5kZ5DF4aID0SHxCTY_G7i_c,85805
32
32
  syllable_sdk/models/agent_deleteop.py,sha256=tUbi-gwd4chf2Ba9O9lCvqDQw6YOnn7aheu8OPDzptc,629
33
33
  syllable_sdk/models/agent_get_by_idop.py,sha256=vj_xEbhOv3c8n3-B3uQnfTwHWdxYSE4k3Zvr58Yc9A4,484
34
34
  syllable_sdk/models/agent_listop.py,sha256=dJdQuIst1TF4xMol9XVdX4xOw8z06jyAQpm46_u0Ysk,5007
@@ -41,10 +41,10 @@ syllable_sdk/models/agenttooldefaults.py,sha256=grephhXpDNRoteEjin5eOFqe2pqh2WHs
41
41
  syllable_sdk/models/agenttoolfielddefault.py,sha256=80ANVtg-F04tDjWvMj55g2xUujUIx-XtT-_lIQOiYnY,788
42
42
  syllable_sdk/models/agentupdate.py,sha256=JyNM5fEMKzsrsk1Ydbr3pu0RyJdQZmv80gvsHm9miL8,6767
43
43
  syllable_sdk/models/agentvoice.py,sha256=BczZexgI1oNXBnLNT-WOePXj52jTot23Twu2h-qXNJE,1853
44
- syllable_sdk/models/agentvoicedisplayname.py,sha256=GCgJ4X8uvjsWaqJwLouiSumyX9Fn9JGXfWpal7Wr2u0,3064
44
+ syllable_sdk/models/agentvoicedisplayname.py,sha256=Ni8AKHKuZ3TT0dOHhW9RtryTUxKPbMk9Ek-p8YwsJzA,4204
45
45
  syllable_sdk/models/agentvoicegender.py,sha256=eSrSwtf7UsFw9hFLcdgtjyp_OeNheZRGJtsu4pOJgPQ,246
46
46
  syllable_sdk/models/agentvoicemodel.py,sha256=N3TAL-P3ygR1NOJ50sTTQGYSbRbsFcC-tf-auKPndrQ,435
47
- syllable_sdk/models/agentvoicevarname.py,sha256=aP_1qjeRx7Hye5mC_6u-7RPpHqAZFPorQIBXCr88SmY,5897
47
+ syllable_sdk/models/agentvoicevarname.py,sha256=SgFe0RftFDLsqcKC2TbWEKecjftrhxNwbx9T-zb-jcY,8261
48
48
  syllable_sdk/models/agentwaitsound.py,sha256=ymA-9uspKNFof6S1_JNnaqjUqK7P1e5SY44xQdtjWDc,328
49
49
  syllable_sdk/models/available_targetsop.py,sha256=Y51_cmkQO9zDsL10ObhxUgnMluyHht3mqQLRUNh8i68,5101
50
50
  syllable_sdk/models/availabletarget.py,sha256=fiLk4tQ_ZWmqjPYUm49ckaTtvmT4DppBfPdxMJujQo0,2217
@@ -170,7 +170,7 @@ syllable_sdk/models/internaltool.py,sha256=d-n7i573SPGBMZ0Krz3UhcJSopb-YkoH0q4uR
170
170
  syllable_sdk/models/language_groups_deleteop.py,sha256=4MTGog70ojnyXZeVGNwp-50YcVktvkLBuzOWXUFrGA0,665
171
171
  syllable_sdk/models/language_groups_get_by_idop.py,sha256=BqY8RoJ2AExtA67AIQlbn0J4dpTP4jmlEJUSagtgPHY,520
172
172
  syllable_sdk/models/language_groups_listop.py,sha256=4ufQtf55hOWLmJMFPaS7Ff7mg9_TSVL4MiUbUrgfXiY,5089
173
- syllable_sdk/models/languagecode.py,sha256=QYI_GvJiBurCQnWFgCNPuwCpx8S7oNS7TNKDl8hDwG4,387
173
+ syllable_sdk/models/languagecode.py,sha256=o_6pXPKSr2z-iZJYjbQNb79sPPEtJ3Y5wq1lGTaXMQk,427
174
174
  syllable_sdk/models/languageconfig.py,sha256=3TPAVwjqJ09q9zuCqEUhQrw1IwO9TDKZ7t2U7sdqT8c,3597
175
175
  syllable_sdk/models/languagegroupagentinfo.py,sha256=kzmhCVzbuDP06Vm2SW28Pn1QusTZgkDjCfZ9myE8Hks,599
176
176
  syllable_sdk/models/languagegroupcreaterequest.py,sha256=ut_9T26EOvg8n6sD2Z8cCz9zs9q0xWYXxh5uorNDaxU,2460
@@ -230,7 +230,8 @@ syllable_sdk/models/permissionresponse.py,sha256=UieyRpT5ubQ-08bx3DMdIkGi9KYbJaL
230
230
  syllable_sdk/models/post_get_dashboardop.py,sha256=hJgtyzQsZ9Qyc5mqpfULcwHqXyAM8JucU5qRq6_VJ9g,504
231
231
  syllable_sdk/models/post_list_dashboardop.py,sha256=5A9ntb9WgxBqwysitzuz9rL1rETjfXsxw_L6Ytho3Gg,5055
232
232
  syllable_sdk/models/promptcreaterequest.py,sha256=n9Yzm2O7-x1obUTQA35w5S7qYttOOh7DSAGhNGsIOvI,3149
233
- syllable_sdk/models/prompthistory.py,sha256=KLnL60mbZrvmOt9k1FD-VUISIqAHWxTKZL2qnbThjvA,2701
233
+ syllable_sdk/models/prompthistory.py,sha256=RktlSgSB6fOQ6nAjDa3FuI_sTJlLdTg5xVwRTYkdQrA,3982
234
+ syllable_sdk/models/prompthistorylinkedtool.py,sha256=gVLskq9wKSPlaXadgWc6o2ELdKOvqSZIOoUx9RXpVBQ,1351
234
235
  syllable_sdk/models/promptllmconfig.py,sha256=l231V2X2d42PrRAhC0xImKTWJBmcAztRrgGeprvtfqI,3213
235
236
  syllable_sdk/models/promptllmprovider.py,sha256=nkDRxVE2qld5aX-rSyDO1KpD1nv5OVVEvxVQnl7VWUY,276
236
237
  syllable_sdk/models/promptproperties.py,sha256=C9c3NRaEAx-ml5XkFYP2UxDm9QauYs7rawgrUYeGFGY,568
@@ -279,7 +280,7 @@ syllable_sdk/models/sessiontranscriptionresponse.py,sha256=XEBl0PyTHvw_HXMi6xIfl
279
280
  syllable_sdk/models/statictoolparameter.py,sha256=xPxdGR0kfh1WyjVfOAmYBYBi06KLM-NYRpj5kkfh6fo,2869
280
281
  syllable_sdk/models/statictoolparametertype.py,sha256=bR7qhWReaMcdPvehVFfhHkJFp1p841hbebjbpcJ19Ek,337
281
282
  syllable_sdk/models/summaryentry.py,sha256=f-1pluTulgvUObiyDwYrjlPNPI0vPY_yVf4gQmSLmbo,2043
282
- syllable_sdk/models/supportedllm.py,sha256=aWnTIhlu7sC7VWcqQ1jGAV6HCACv4zWvLVuCoWThIRY,2624
283
+ syllable_sdk/models/supportedllm.py,sha256=YVm9r0-O_wyN79uLVcKIPMEpVoFmV_mvWSrlD5pTiR0,2654
283
284
  syllable_sdk/models/takeoutrequeststatus.py,sha256=m6A2WbvqNwyq_0cCVrqQZTUc6dOiRQWttXFvEjDrCP4,344
284
285
  syllable_sdk/models/takeouts_get_by_job_idop.py,sha256=vFpjQ3wUfS3UeD3pkX6S07AJwme2jCMuoQmcqfYF3l0,492
285
286
  syllable_sdk/models/takeouts_get_fileop.py,sha256=x_BGUgt6co6HOHFPOsSIOxpZ8D4KVIjBv7ZifL0l0YQ,620
@@ -321,13 +322,13 @@ syllable_sdk/models/twilionumberupdaterequest.py,sha256=duylxARKvaOXQu0yPAEqmlQJ
321
322
  syllable_sdk/models/twilionumberupdateresponse.py,sha256=CmHNhPEppjWAnL2SUqRZdTPRO5fIhWsx79_SvLEEId8,604
322
323
  syllable_sdk/models/twiliophonenumber.py,sha256=R9b0NExI4sfksN8_3X6SH_RDw3UC6iZEgtGuNaCX6L8,777
323
324
  syllable_sdk/models/useractivitystatus.py,sha256=C05eUt7DsRYbTEhE049B9nwEUXpN75cShe58pTC_Wm0,247
324
- syllable_sdk/models/usercreaterequest.py,sha256=h5dXmrSqBbq52TlVUzesWO-3dJ130z_uLzthTqLSqyw,2449
325
+ syllable_sdk/models/usercreaterequest.py,sha256=yWHLy75l4DKuKQ2u_HcToiWjXxF9Kzxt6X8gj_eJAYM,2674
325
326
  syllable_sdk/models/userdeleterequest.py,sha256=ixJO-IG0irpSuniBT988EFOloVCKOhBjj135D7TUFvY,615
326
327
  syllable_sdk/models/userproperties.py,sha256=ee1r23gct48DVkBqgG6UdBV6VNHUagl1PMJ6e4jLAng,514
327
328
  syllable_sdk/models/userresponse.py,sha256=I1Vqgp8smd1uOjIaFGFm1y2puaS7lNY6PpJPhev4EvI,3642
328
329
  syllable_sdk/models/users_get_by_emailop.py,sha256=PuB-G7MzmpsMsx34QknZwT-yaS_dHlZ4ZeAvx-hC9Ec,494
329
330
  syllable_sdk/models/users_listop.py,sha256=Nz5lyya0FJOwjy6c_8Ov-3pVeXVNRahqLfDMMdLhEgY,4999
330
- syllable_sdk/models/users_send_emailop.py,sha256=PSWjzSWJ2nsm_o3cEEafbq6W3VmDsFrNndMGtt52FQ4,492
331
+ syllable_sdk/models/users_send_emailop.py,sha256=ylzKSqQ1PuoNCVoCIwtsOHttxEpoJ54JzCaMRwFcfAg,728
331
332
  syllable_sdk/models/userupdaterequest.py,sha256=mK96YNCSQSm4ib-LsaZoZQM6mj5Wo2OWmmbK9UBp-pQ,2274
332
333
  syllable_sdk/models/validationerror.py,sha256=uxsoFicbgd_z1G43oIqm9zxSAulUONwaDMKvaOLytHE,529
333
334
  syllable_sdk/models/voicesamplecreaterequest.py,sha256=HXpoJr5cH3DYeMq2sHZ0S92vNGnT2XGPs7BAzAK8K5o,3158
@@ -335,7 +336,7 @@ syllable_sdk/numbers.py,sha256=nqfC3Cex9wnLtavjKbQ_Aty0tQ3cYJCdS5IsEsSMPlI,24330
335
336
  syllable_sdk/organizations.py,sha256=4lF7s0dX93hAek-Hsg99QDsYNlg79snldkLLlREN1e0,30066
336
337
  syllable_sdk/outbound.py,sha256=6_SVy_ytR6eoAJQ49LP0cqqoSEO085Y3Hf8Z3rvWXJ4,744
337
338
  syllable_sdk/permissions.py,sha256=EGDOu1toJfNgAEfS4Uv5QdWTPKvnPkH_DWGXDQdDhkk,6891
338
- syllable_sdk/prompts.py,sha256=he6DC_QyGK--i1TbfaLZLSrr8Wwd-XIUGRL9XLWf_IE,53270
339
+ syllable_sdk/prompts.py,sha256=stz81yOmM22ehTiWUm1GqHcrtoPG9Cgw8J9ET32AtRM,53344
339
340
  syllable_sdk/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
340
341
  syllable_sdk/roles.py,sha256=wfAePzjeRItms1lvXIKZo73PdGZnzNn1SgjyMSKqdxc,40374
341
342
  syllable_sdk/sdk.py,sha256=c0ROTvesjQZNFZ143fig0qDKAYYahsow7Ep1w1gASeU,15752
@@ -352,8 +353,8 @@ syllable_sdk/transcript.py,sha256=JMvlIDPkvEiHXnHJMCxgjJM76jZmU95LNSNH5MJIZFU,75
352
353
  syllable_sdk/twilio.py,sha256=a80162PJ7AmdYoWtiwBgWnOmLzL9tKKvTI9ue74QaWA,23321
353
354
  syllable_sdk/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
354
355
  syllable_sdk/types/basemodel.py,sha256=L79WXvTECbSqaJzs8D3ud_KdIWkU7Cx2wbohDAktE9E,1127
355
- syllable_sdk/users.py,sha256=ASag1zFScwEq2SNvOjmtocUWy3TQ1rVWgxeLKCue8S0,53247
356
- syllable_sdk/utils/__init__.py,sha256=BQt6xIdX86A6mOHAnxAXBXaPgdUJtDy2-_4ymAsII_Y,5436
356
+ syllable_sdk/users.py,sha256=CQTR_esL0vCzwc3Z98c7vw2ZGIdHD1RZ4KI6cw6CH0g,53451
357
+ syllable_sdk/utils/__init__.py,sha256=f0z1dsfJtiN5V5w4AE1dZb6W0_hDyMzVaDVq18RCbiQ,5470
357
358
  syllable_sdk/utils/annotations.py,sha256=aR7mZG34FzgRdew7WZPYEu9QGBerpuKxCF4sek5Z_5Y,1699
358
359
  syllable_sdk/utils/datetimes.py,sha256=oppAA5e3V35pQov1-FNLKxAaNF1_XWi-bQtyjjql3H8,855
359
360
  syllable_sdk/utils/enums.py,sha256=REU6ydF8gsVL3xaeGX4sMNyiL3q5P9h29-f6Sa6luAE,2633
@@ -370,8 +371,8 @@ syllable_sdk/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7R-0H
370
371
  syllable_sdk/utils/unmarshal_json_response.py,sha256=ie3yrnympvSLf0qqOrnZFbnV_tswyDbbDjqFLU_IBzc,588
371
372
  syllable_sdk/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
372
373
  syllable_sdk/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
373
- syllable_sdk/v1.py,sha256=noni4Ds8tZ5oHPZqoEoVJUYGs8L-ts9jGGFDU2E0pyE,53244
374
+ syllable_sdk/v1.py,sha256=zMPQz7GtZxDuziCcmhKk2IS7EfiaW9WfiSIqAGbb-o4,53448
374
375
  syllable_sdk/workflows.py,sha256=kQPJzssdldotkipoWzu1ddas4IKbpFdXkGFDwDkWt1M,64777
375
- syllable_sdk-0.35.58.dist-info/METADATA,sha256=951uOuFksSD95p4NZ4XRakRa9jzhLwXxd9IlcG7L9nM,45941
376
- syllable_sdk-0.35.58.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
377
- syllable_sdk-0.35.58.dist-info/RECORD,,
376
+ syllable_sdk-0.35.67.dist-info/METADATA,sha256=ukOhxJUtxxmApLgjtOIJGs8SGSNNmjS8p3KDdZAPUbA,45941
377
+ syllable_sdk-0.35.67.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
378
+ syllable_sdk-0.35.67.dist-info/RECORD,,