syllable-sdk 0.40.9__tar.gz → 0.41.3__tar.gz

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.
Files changed (414) hide show
  1. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/PKG-INFO +3 -3
  2. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/README-PYPI.md +2 -2
  3. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/pyproject.toml +1 -1
  4. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/_version.py +3 -3
  5. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/directory.py +20 -12
  6. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/__init__.py +13 -0
  7. syllable_sdk-0.41.3/src/syllable_sdk/models/daotoolresponse.py +112 -0
  8. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directory_member_updateop.py +4 -4
  9. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directorymember.py +12 -24
  10. syllable_sdk-0.41.3/src/syllable_sdk/models/directorymemberupdate.py +78 -0
  11. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptcreaterequest.py +12 -1
  12. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptresponse.py +15 -0
  13. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptupdaterequest.py +12 -1
  14. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/twilio.py +13 -0
  15. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/py.typed +0 -0
  16. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/__init__.py +0 -0
  17. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/_hooks/__init__.py +0 -0
  18. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/_hooks/registration.py +0 -0
  19. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/_hooks/sdkhooks.py +0 -0
  20. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/_hooks/types.py +0 -0
  21. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/agents.py +0 -0
  22. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/basesdk.py +0 -0
  23. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/batches.py +0 -0
  24. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/campaigns.py +0 -0
  25. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/channels.py +0 -0
  26. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/conversations.py +0 -0
  27. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/custom_messages.py +0 -0
  28. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/dashboards.py +0 -0
  29. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/data_sources.py +0 -0
  30. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/__init__.py +0 -0
  31. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/apierror.py +0 -0
  32. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/httpvalidationerror.py +0 -0
  33. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/no_response_error.py +0 -0
  34. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/responsevalidationerror.py +0 -0
  35. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/errors/syllablesdkerror.py +0 -0
  36. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/events.py +0 -0
  37. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/folders.py +0 -0
  38. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/full_summary.py +0 -0
  39. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/httpclient.py +0 -0
  40. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/incidents.py +0 -0
  41. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/insights_sdk.py +0 -0
  42. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/insights_tools.py +0 -0
  43. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/language_groups.py +0 -0
  44. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/latency.py +0 -0
  45. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agent_deleteop.py +0 -0
  46. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agent_get_by_idop.py +0 -0
  47. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agent_listop.py +0 -0
  48. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentcreate.py +0 -0
  49. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentlanguage.py +0 -0
  50. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentproperties.py +0 -0
  51. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentresponse.py +0 -0
  52. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentsttprovider.py +0 -0
  53. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agenttooldefaults.py +0 -0
  54. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agenttoolfielddefault.py +0 -0
  55. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentupdate.py +0 -0
  56. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentvoice.py +0 -0
  57. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentvoicedisplayname.py +0 -0
  58. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentvoicegender.py +0 -0
  59. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentvoicemodel.py +0 -0
  60. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentvoicevarname.py +0 -0
  61. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/agentwaitsound.py +0 -0
  62. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/available_targetsop.py +0 -0
  63. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/availabletarget.py +0 -0
  64. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/availabletargetproperties.py +0 -0
  65. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/batchdetails.py +0 -0
  66. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/batchproperties.py +0 -0
  67. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/batchstatus.py +0 -0
  68. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_directory_member_bulk_load.py +0 -0
  69. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_insights_folder_upload_file.py +0 -0
  70. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_organizations_create.py +0 -0
  71. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_organizations_delete.py +0 -0
  72. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_organizations_update.py +0 -0
  73. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_outbound_batch_delete.py +0 -0
  74. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_outbound_batch_upload.py +0 -0
  75. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/body_pronunciations_upload_csv.py +0 -0
  76. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/campaignproperties.py +0 -0
  77. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel.py +0 -0
  78. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel_targets_createop.py +0 -0
  79. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel_targets_deleteop.py +0 -0
  80. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel_targets_get_by_idop.py +0 -0
  81. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel_targets_listop.py +0 -0
  82. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channel_targets_updateop.py +0 -0
  83. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channelconfigview.py +0 -0
  84. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channelproperties.py +0 -0
  85. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channels_listop.py +0 -0
  86. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channels_twilio_get_by_idop.py +0 -0
  87. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channels_twilio_numbers_addop.py +0 -0
  88. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channels_twilio_numbers_listop.py +0 -0
  89. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channels_twilio_numbers_updateop.py +0 -0
  90. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channelservices.py +0 -0
  91. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channeltargetcreaterequest.py +0 -0
  92. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channeltargetproperties.py +0 -0
  93. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channeltargetresponse.py +0 -0
  94. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/channeltargetupdaterequest.py +0 -0
  95. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/communicationbatch.py +0 -0
  96. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/communicationbatchinput.py +0 -0
  97. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/communicationbatchupdate.py +0 -0
  98. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/communicationrequest.py +0 -0
  99. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/communicationrequestresult.py +0 -0
  100. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/conversation.py +0 -0
  101. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/conversationproperties.py +0 -0
  102. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/conversations_listop.py +0 -0
  103. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/createtakeoutresponse.py +0 -0
  104. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custom_message_get_by_idop.py +0 -0
  105. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custom_messages_deleteop.py +0 -0
  106. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custom_messages_listop.py +0 -0
  107. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custommessagecreaterequest.py +0 -0
  108. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custommessageproperties.py +0 -0
  109. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custommessageresponse.py +0 -0
  110. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custommessagerule.py +0 -0
  111. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/custommessageupdaterequest.py +0 -0
  112. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dashboard.py +0 -0
  113. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dashboardproperties.py +0 -0
  114. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dashboardresponse.py +0 -0
  115. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dashboardtokenresponse.py +0 -0
  116. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/data_sources_deleteop.py +0 -0
  117. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/data_sources_get_by_idop.py +0 -0
  118. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/data_sources_listop.py +0 -0
  119. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/datasourcecreaterequest.py +0 -0
  120. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/datasourcedetailresponse.py +0 -0
  121. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/datasourcemetadataresponse.py +0 -0
  122. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/datasourceproperties.py +0 -0
  123. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/datasourceupdaterequest.py +0 -0
  124. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dayofweek.py +0 -0
  125. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/daysofweek.py +0 -0
  126. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dialogmessage.py +0 -0
  127. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dialogrole.py +0 -0
  128. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dialogtoolcall.py +0 -0
  129. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/dictionarymetadata.py +0 -0
  130. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directory_member_deleteop.py +0 -0
  131. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directory_member_get_by_idop.py +0 -0
  132. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directory_member_listop.py +0 -0
  133. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directory_member_test_extensionop.py +0 -0
  134. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directoryextension.py +0 -0
  135. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directoryextensionnumber.py +0 -0
  136. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directorymembercreate.py +0 -0
  137. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directorymemberproperties.py +0 -0
  138. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/directorymembertestresponse.py +0 -0
  139. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/event.py +0 -0
  140. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/eventproperties.py +0 -0
  141. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/events_listop.py +0 -0
  142. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/folderdetails.py +0 -0
  143. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/generate_session_recording_urlsop.py +0 -0
  144. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/get_session_data_by_session_idop.py +0 -0
  145. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/get_session_data_by_sidop.py +0 -0
  146. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/get_session_tool_call_result_by_idop.py +0 -0
  147. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incident_deleteop.py +0 -0
  148. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incident_get_by_idop.py +0 -0
  149. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incident_listop.py +0 -0
  150. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incidentcreaterequest.py +0 -0
  151. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incidentorganizationresponse.py +0 -0
  152. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incidentproperties.py +0 -0
  153. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incidentresponse.py +0 -0
  154. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/incidentupdaterequest.py +0 -0
  155. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insight_tool_get_by_idop.py +0 -0
  156. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insight_tool_listop.py +0 -0
  157. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_folder_deleteop.py +0 -0
  158. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_folder_get_by_idop.py +0 -0
  159. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_folder_listop.py +0 -0
  160. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_folder_updateop.py +0 -0
  161. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_folder_upload_fileop.py +0 -0
  162. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_listop.py +0 -0
  163. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_tool_deleteop.py +0 -0
  164. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_tool_updateop.py +0 -0
  165. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_upload_list_filesop.py +0 -0
  166. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_upload_move_filesop.py +0 -0
  167. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_activateop.py +0 -0
  168. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_deleteop.py +0 -0
  169. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_get_by_idop.py +0 -0
  170. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_inactivateop.py +0 -0
  171. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_listop.py +0 -0
  172. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insights_workflow_updateop.py +0 -0
  173. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsfolder.py +0 -0
  174. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsfolderfilemove.py +0 -0
  175. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsfolderinput.py +0 -0
  176. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsfolderproperties.py +0 -0
  177. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsoutput.py +0 -0
  178. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsproperties.py +0 -0
  179. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsuploadfile.py +0 -0
  180. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsuploadfileproperties.py +0 -0
  181. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightsworkflowqueuesession.py +0 -0
  182. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insighttooldefinition.py +0 -0
  183. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insighttoolinput.py +0 -0
  184. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insighttooloutput.py +0 -0
  185. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insighttoolproperties.py +0 -0
  186. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insighttooltestinput.py +0 -0
  187. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowactivate.py +0 -0
  188. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowcondition.py +0 -0
  189. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowestimate.py +0 -0
  190. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowinput.py +0 -0
  191. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowoutput.py +0 -0
  192. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/insightworkflowproperties.py +0 -0
  193. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/inspectlatencyresponse.py +0 -0
  194. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/internaltool.py +0 -0
  195. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/language_groups_deleteop.py +0 -0
  196. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/language_groups_get_by_idop.py +0 -0
  197. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/language_groups_listop.py +0 -0
  198. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagecode.py +0 -0
  199. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languageconfig.py +0 -0
  200. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagegroupagentinfo.py +0 -0
  201. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagegroupcreaterequest.py +0 -0
  202. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagegroupproperties.py +0 -0
  203. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagegroupresponse.py +0 -0
  204. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagegroupupdaterequest.py +0 -0
  205. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/languagesamplecreaterequest.py +0 -0
  206. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/latencycategory.py +0 -0
  207. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/latencyentry.py +0 -0
  208. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/latencyunittype.py +0 -0
  209. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_agentresponse_.py +0 -0
  210. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_availabletarget_.py +0 -0
  211. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_channel_.py +0 -0
  212. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_channeltargetresponse_.py +0 -0
  213. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_communicationbatch_.py +0 -0
  214. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_conversation_.py +0 -0
  215. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_custommessageresponse_.py +0 -0
  216. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_dashboardresponse_.py +0 -0
  217. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_datasourcemetadataresponse_.py +0 -0
  218. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_directorymember_.py +0 -0
  219. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_event_.py +0 -0
  220. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_incidentresponse_.py +0 -0
  221. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_insightsfolder_.py +0 -0
  222. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_insightsoutput_.py +0 -0
  223. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_insightsuploadfile_.py +0 -0
  224. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_insighttooloutput_.py +0 -0
  225. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_insightworkflowoutput_.py +0 -0
  226. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_languagegroupresponse_.py +0 -0
  227. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_outboundcampaign_.py +0 -0
  228. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_promptresponse_.py +0 -0
  229. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_roleresponse_.py +0 -0
  230. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_serviceresponse_.py +0 -0
  231. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_session_.py +0 -0
  232. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_sessionlabel_.py +0 -0
  233. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_toolresponse_.py +0 -0
  234. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_userresponse_.py +0 -0
  235. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/listresponse_voicegroupresponse_.py +0 -0
  236. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/logintype.py +0 -0
  237. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/matchtype.py +0 -0
  238. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/orderbydirection.py +0 -0
  239. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/organizationchannelconfig.py +0 -0
  240. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/organizationchannelcreaterequest.py +0 -0
  241. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/organizationchannelupdaterequest.py +0 -0
  242. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/organizationresponse.py +0 -0
  243. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_addop.py +0 -0
  244. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_deleteop.py +0 -0
  245. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_get_by_idop.py +0 -0
  246. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_listop.py +0 -0
  247. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_removeop.py +0 -0
  248. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_resultsop.py +0 -0
  249. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_updateop.py +0 -0
  250. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_batch_uploadop.py +0 -0
  251. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_campaign_deleteop.py +0 -0
  252. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_campaign_get_by_idop.py +0 -0
  253. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_campaign_listop.py +0 -0
  254. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outbound_campaign_updateop.py +0 -0
  255. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outboundcampaign.py +0 -0
  256. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/outboundcampaigninput.py +0 -0
  257. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/permissiongroupresponse.py +0 -0
  258. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/permissionresponse.py +0 -0
  259. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/post_get_dashboardop.py +0 -0
  260. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/post_list_dashboardop.py +0 -0
  261. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompthistory.py +0 -0
  262. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompthistorylinkedtool.py +0 -0
  263. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptllmconfig.py +0 -0
  264. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptllmprovider.py +0 -0
  265. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/promptproperties.py +0 -0
  266. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompts_deleteop.py +0 -0
  267. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompts_get_by_idop.py +0 -0
  268. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompts_historyop.py +0 -0
  269. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/prompts_listop.py +0 -0
  270. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/pronunciationoverride.py +0 -0
  271. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/pronunciationoverridesdictionary.py +0 -0
  272. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/pronunciations_download_csvop.py +0 -0
  273. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/pronunciationscsvuploadresponse.py +0 -0
  274. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/requeststatus.py +0 -0
  275. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/rolecreaterequest.py +0 -0
  276. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roleproperties.py +0 -0
  277. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roleresponse.py +0 -0
  278. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roles_deleteop.py +0 -0
  279. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roles_get_by_idop.py +0 -0
  280. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roles_listop.py +0 -0
  281. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/roleupdaterequest.py +0 -0
  282. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/security.py +0 -0
  283. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/service_deleteop.py +0 -0
  284. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/service_listop.py +0 -0
  285. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/servicecreaterequest.py +0 -0
  286. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/serviceproperties.py +0 -0
  287. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/serviceresponse.py +0 -0
  288. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/services_get_by_idop.py +0 -0
  289. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/serviceupdaterequest.py +0 -0
  290. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session.py +0 -0
  291. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_full_summary_get_by_idop.py +0 -0
  292. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_get_by_idop.py +0 -0
  293. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_label_get_by_idop.py +0 -0
  294. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_labels_listop.py +0 -0
  295. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_latency_get_by_idop.py +0 -0
  296. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_recording_streamop.py +0 -0
  297. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/session_transcript_get_by_idop.py +0 -0
  298. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionaction.py +0 -0
  299. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessiondata.py +0 -0
  300. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionlabel.py +0 -0
  301. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionlabelcreate.py +0 -0
  302. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionlabelproperties.py +0 -0
  303. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionmessage.py +0 -0
  304. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionproperties.py +0 -0
  305. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionrecordingresponse.py +0 -0
  306. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessions_listop.py +0 -0
  307. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessionsummaryresponse.py +0 -0
  308. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessiontext.py +0 -0
  309. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/sessiontranscriptionresponse.py +0 -0
  310. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/statictoolparameter.py +0 -0
  311. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/statictoolparametertype.py +0 -0
  312. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/summaryentry.py +0 -0
  313. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/supportedllm.py +0 -0
  314. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/takeoutrequeststatus.py +0 -0
  315. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/takeouts_get_by_job_idop.py +0 -0
  316. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/takeouts_get_fileop.py +0 -0
  317. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/takeoutstatusresponse.py +0 -0
  318. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/targetmodes.py +0 -0
  319. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/telephonyconfigurations.py +0 -0
  320. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/testmessage.py +0 -0
  321. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/testmessageresponse.py +0 -0
  322. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tool_deleteop.py +0 -0
  323. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tool_get_by_nameop.py +0 -0
  324. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tool_listop.py +0 -0
  325. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolagentinfo.py +0 -0
  326. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolargumentlocation.py +0 -0
  327. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolauthtype.py +0 -0
  328. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolcreaterequest.py +0 -0
  329. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tooldefinition.py +0 -0
  330. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tooldetailresponse.py +0 -0
  331. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolfunction.py +0 -0
  332. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolhttpendpoint.py +0 -0
  333. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolhttpmethod.py +0 -0
  334. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/tooloptions.py +0 -0
  335. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolparameterdefault.py +0 -0
  336. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolparametertransform.py +0 -0
  337. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolparametertransformcondition.py +0 -0
  338. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolpromptinfo.py +0 -0
  339. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolproperties.py +0 -0
  340. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolresponse.py +0 -0
  341. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolresultdata.py +0 -0
  342. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/toolupdaterequest.py +0 -0
  343. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/ttsprovider.py +0 -0
  344. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliochannelconfigcreate.py +0 -0
  345. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliochannelconfigupdate.py +0 -0
  346. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliochannelcreaterequest.py +0 -0
  347. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliochannelupdaterequest.py +0 -0
  348. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliolistnumbersresponse.py +0 -0
  349. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twilionumberaddrequest.py +0 -0
  350. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twilionumberaddresponse.py +0 -0
  351. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twilionumberupdaterequest.py +0 -0
  352. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twilionumberupdateresponse.py +0 -0
  353. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/twiliophonenumber.py +0 -0
  354. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/useractivitystatus.py +0 -0
  355. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/usercreaterequest.py +0 -0
  356. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/userdeleterequest.py +0 -0
  357. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/userproperties.py +0 -0
  358. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/userresponse.py +0 -0
  359. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/users_get_by_emailop.py +0 -0
  360. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/users_listop.py +0 -0
  361. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/users_send_emailop.py +0 -0
  362. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/userupdaterequest.py +0 -0
  363. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/validationerror.py +0 -0
  364. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voice_groups_deleteop.py +0 -0
  365. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voice_groups_get_by_idop.py +0 -0
  366. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voice_groups_listop.py +0 -0
  367. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicedisplayinfo.py +0 -0
  368. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicegroupcreaterequest.py +0 -0
  369. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicegroupproperties.py +0 -0
  370. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicegroupresponse.py +0 -0
  371. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicegroupupdaterequest.py +0 -0
  372. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/models/voicesamplecreaterequest.py +0 -0
  373. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/numbers.py +0 -0
  374. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/organizations.py +0 -0
  375. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/outbound.py +0 -0
  376. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/permissions.py +0 -0
  377. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/prompts.py +0 -0
  378. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/pronunciations.py +0 -0
  379. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/py.typed +0 -0
  380. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/roles.py +0 -0
  381. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/sdk.py +0 -0
  382. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/sdkconfiguration.py +0 -0
  383. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/services.py +0 -0
  384. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/session_debug.py +0 -0
  385. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/session_labels.py +0 -0
  386. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/sessions.py +0 -0
  387. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/takeouts.py +0 -0
  388. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/targets.py +0 -0
  389. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/test.py +0 -0
  390. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/tools.py +0 -0
  391. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/transcript.py +0 -0
  392. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/types/__init__.py +0 -0
  393. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/types/basemodel.py +0 -0
  394. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/users.py +0 -0
  395. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/__init__.py +0 -0
  396. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/annotations.py +0 -0
  397. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/datetimes.py +0 -0
  398. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/enums.py +0 -0
  399. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/eventstreaming.py +0 -0
  400. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/forms.py +0 -0
  401. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/headers.py +0 -0
  402. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/logger.py +0 -0
  403. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/metadata.py +0 -0
  404. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/queryparams.py +0 -0
  405. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/requestbodies.py +0 -0
  406. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/retries.py +0 -0
  407. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/security.py +0 -0
  408. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/serializers.py +0 -0
  409. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/unmarshal_json_response.py +0 -0
  410. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/url.py +0 -0
  411. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/utils/values.py +0 -0
  412. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/v1.py +0 -0
  413. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/voice_groups.py +0 -0
  414. {syllable_sdk-0.40.9 → syllable_sdk-0.41.3}/src/syllable_sdk/workflows.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: syllable-sdk
3
- Version: 0.40.9
3
+ Version: 0.41.3
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Syllable
6
6
  Requires-Python: >=3.9.2
@@ -278,8 +278,8 @@ with SyllableSDK(
278
278
  #### [channels.twilio](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md)
279
279
 
280
280
  * [get_by_id](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#get_by_id) - Get Twilio Channel By Id
281
- * [update](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#update) - Update Twilio Channel
282
- * [create](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#create) - Create Twilio Channel
281
+ * [~~update~~](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#update) - Update Twilio Channel :warning: **Deprecated**
282
+ * [~~create~~](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#create) - Create Twilio Channel :warning: **Deprecated**
283
283
 
284
284
  #### [channels.twilio.numbers](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/numbers/README.md)
285
285
 
@@ -260,8 +260,8 @@ with SyllableSDK(
260
260
  #### [channels.twilio](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md)
261
261
 
262
262
  * [get_by_id](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#get_by_id) - Get Twilio Channel By Id
263
- * [update](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#update) - Update Twilio Channel
264
- * [create](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#create) - Create Twilio Channel
263
+ * [~~update~~](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#update) - Update Twilio Channel :warning: **Deprecated**
264
+ * [~~create~~](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/twilio/README.md#create) - Create Twilio Channel :warning: **Deprecated**
265
265
 
266
266
  #### [channels.twilio.numbers](https://github.com/asksyllable/syllable-sdk-python/blob/master/docs/sdks/numbers/README.md)
267
267
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  [project]
3
3
  name = "syllable-sdk"
4
- version = "0.40.9"
4
+ version = "0.41.3"
5
5
  description = "Python Client SDK Generated by Speakeasy."
6
6
  authors = [{ name = "Syllable" },]
7
7
  readme = "README-PYPI.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "syllable-sdk"
6
- __version__: str = "0.40.9"
6
+ __version__: str = "0.41.3"
7
7
  __openapi_doc_version__: str = "0.0.2"
8
- __gen_version__: str = "2.731.6"
9
- __user_agent__: str = "speakeasy-sdk/python 0.40.9 2.731.6 0.0.2 syllable-sdk"
8
+ __gen_version__: str = "2.739.1"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.41.3 2.739.1 0.0.2 syllable-sdk"
10
10
 
11
11
  try:
12
12
  if __package__ is not None:
@@ -609,8 +609,8 @@ class Directory(BaseSDK):
609
609
  self,
610
610
  *,
611
611
  member_id: int,
612
- directory_member: Union[
613
- models.DirectoryMember, models.DirectoryMemberTypedDict
612
+ directory_member_update: Union[
613
+ models.DirectoryMemberUpdate, models.DirectoryMemberUpdateTypedDict
614
614
  ],
615
615
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
616
616
  server_url: Optional[str] = None,
@@ -622,7 +622,7 @@ class Directory(BaseSDK):
622
622
  Update a DirectoryMember.
623
623
 
624
624
  :param member_id:
625
- :param directory_member:
625
+ :param directory_member_update:
626
626
  :param retries: Override the default retry configuration for this method
627
627
  :param server_url: Override the default server URL for this method
628
628
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -640,8 +640,8 @@ class Directory(BaseSDK):
640
640
 
641
641
  request = models.DirectoryMemberUpdateRequest(
642
642
  member_id=member_id,
643
- directory_member=utils.get_pydantic_model(
644
- directory_member, models.DirectoryMember
643
+ directory_member_update=utils.get_pydantic_model(
644
+ directory_member_update, models.DirectoryMemberUpdate
645
645
  ),
646
646
  )
647
647
 
@@ -659,7 +659,11 @@ class Directory(BaseSDK):
659
659
  http_headers=http_headers,
660
660
  security=self.sdk_configuration.security,
661
661
  get_serialized_body=lambda: utils.serialize_request_body(
662
- request.directory_member, False, False, "json", models.DirectoryMember
662
+ request.directory_member_update,
663
+ False,
664
+ False,
665
+ "json",
666
+ models.DirectoryMemberUpdate,
663
667
  ),
664
668
  timeout_ms=timeout_ms,
665
669
  )
@@ -708,8 +712,8 @@ class Directory(BaseSDK):
708
712
  self,
709
713
  *,
710
714
  member_id: int,
711
- directory_member: Union[
712
- models.DirectoryMember, models.DirectoryMemberTypedDict
715
+ directory_member_update: Union[
716
+ models.DirectoryMemberUpdate, models.DirectoryMemberUpdateTypedDict
713
717
  ],
714
718
  retries: OptionalNullable[utils.RetryConfig] = UNSET,
715
719
  server_url: Optional[str] = None,
@@ -721,7 +725,7 @@ class Directory(BaseSDK):
721
725
  Update a DirectoryMember.
722
726
 
723
727
  :param member_id:
724
- :param directory_member:
728
+ :param directory_member_update:
725
729
  :param retries: Override the default retry configuration for this method
726
730
  :param server_url: Override the default server URL for this method
727
731
  :param timeout_ms: Override the default request timeout configuration for this method in milliseconds
@@ -739,8 +743,8 @@ class Directory(BaseSDK):
739
743
 
740
744
  request = models.DirectoryMemberUpdateRequest(
741
745
  member_id=member_id,
742
- directory_member=utils.get_pydantic_model(
743
- directory_member, models.DirectoryMember
746
+ directory_member_update=utils.get_pydantic_model(
747
+ directory_member_update, models.DirectoryMemberUpdate
744
748
  ),
745
749
  )
746
750
 
@@ -758,7 +762,11 @@ class Directory(BaseSDK):
758
762
  http_headers=http_headers,
759
763
  security=self.sdk_configuration.security,
760
764
  get_serialized_body=lambda: utils.serialize_request_body(
761
- request.directory_member, False, False, "json", models.DirectoryMember
765
+ request.directory_member_update,
766
+ False,
767
+ False,
768
+ "json",
769
+ models.DirectoryMemberUpdate,
762
770
  ),
763
771
  timeout_ms=timeout_ms,
764
772
  )
@@ -186,6 +186,7 @@ if TYPE_CHECKING:
186
186
  CustomMessageUpdateRequest,
187
187
  CustomMessageUpdateRequestTypedDict,
188
188
  )
189
+ from .daotoolresponse import DaoToolResponse, DaoToolResponseTypedDict
189
190
  from .dashboard import Dashboard, DashboardTypedDict
190
191
  from .dashboardproperties import DashboardProperties
191
192
  from .dashboardresponse import DashboardResponse, DashboardResponseTypedDict
@@ -263,6 +264,10 @@ if TYPE_CHECKING:
263
264
  DirectoryMemberTestResponse,
264
265
  DirectoryMemberTestResponseTypedDict,
265
266
  )
267
+ from .directorymemberupdate import (
268
+ DirectoryMemberUpdate,
269
+ DirectoryMemberUpdateTypedDict,
270
+ )
266
271
  from .event import Attributes, AttributesTypedDict, Event, EventTypedDict
267
272
  from .eventproperties import EventProperties
268
273
  from .events_listop import EventsListRequest, EventsListRequestTypedDict
@@ -1061,6 +1066,8 @@ __all__ = [
1061
1066
  "CustomMessagesDeleteRequestTypedDict",
1062
1067
  "CustomMessagesListRequest",
1063
1068
  "CustomMessagesListRequestTypedDict",
1069
+ "DaoToolResponse",
1070
+ "DaoToolResponseTypedDict",
1064
1071
  "Dashboard",
1065
1072
  "DashboardProperties",
1066
1073
  "DashboardResponse",
@@ -1113,8 +1120,10 @@ __all__ = [
1113
1120
  "DirectoryMemberTestResponse",
1114
1121
  "DirectoryMemberTestResponseTypedDict",
1115
1122
  "DirectoryMemberTypedDict",
1123
+ "DirectoryMemberUpdate",
1116
1124
  "DirectoryMemberUpdateRequest",
1117
1125
  "DirectoryMemberUpdateRequestTypedDict",
1126
+ "DirectoryMemberUpdateTypedDict",
1118
1127
  "Event",
1119
1128
  "EventProperties",
1120
1129
  "EventTypedDict",
@@ -1701,6 +1710,8 @@ _dynamic_imports: dict[str, str] = {
1701
1710
  "CustomMessageRuleTypedDict": ".custommessagerule",
1702
1711
  "CustomMessageUpdateRequest": ".custommessageupdaterequest",
1703
1712
  "CustomMessageUpdateRequestTypedDict": ".custommessageupdaterequest",
1713
+ "DaoToolResponse": ".daotoolresponse",
1714
+ "DaoToolResponseTypedDict": ".daotoolresponse",
1704
1715
  "Dashboard": ".dashboard",
1705
1716
  "DashboardTypedDict": ".dashboard",
1706
1717
  "DashboardProperties": ".dashboardproperties",
@@ -1753,6 +1764,8 @@ _dynamic_imports: dict[str, str] = {
1753
1764
  "DirectoryMemberProperties": ".directorymemberproperties",
1754
1765
  "DirectoryMemberTestResponse": ".directorymembertestresponse",
1755
1766
  "DirectoryMemberTestResponseTypedDict": ".directorymembertestresponse",
1767
+ "DirectoryMemberUpdate": ".directorymemberupdate",
1768
+ "DirectoryMemberUpdateTypedDict": ".directorymemberupdate",
1756
1769
  "Attributes": ".event",
1757
1770
  "AttributesTypedDict": ".event",
1758
1771
  "Event": ".event",
@@ -0,0 +1,112 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .toolagentinfo import ToolAgentInfo, ToolAgentInfoTypedDict
5
+ from .tooldefinition import ToolDefinition, ToolDefinitionTypedDict
6
+ from .toolpromptinfo import ToolPromptInfo, ToolPromptInfoTypedDict
7
+ from datetime import datetime
8
+ from pydantic import model_serializer
9
+ from syllable_sdk.types import (
10
+ BaseModel,
11
+ Nullable,
12
+ OptionalNullable,
13
+ UNSET,
14
+ UNSET_SENTINEL,
15
+ )
16
+ from typing import List
17
+ from typing_extensions import NotRequired, TypedDict
18
+
19
+
20
+ class DaoToolResponseTypedDict(TypedDict):
21
+ name: str
22
+ r"""The name of the tool"""
23
+ definition: ToolDefinitionTypedDict
24
+ r"""A tool that can be called from an LLM during the conversation. See https://docs.syllable.ai/Resources/Tools."""
25
+ service_id: int
26
+ r"""Internal ID of the service to which the tool belongs"""
27
+ id: int
28
+ r"""The internal ID of the tool"""
29
+ last_updated: datetime
30
+ r"""The timestamp of the most recent update to the tool"""
31
+ last_updated_by: str
32
+ r"""The email of the user who last updated the tool"""
33
+ last_updated_comments: NotRequired[Nullable[str]]
34
+ r"""Comments for the most recent edit to the tool."""
35
+ service_name: NotRequired[Nullable[str]]
36
+ r"""The name of the service to which the tool belongs"""
37
+ prompts_info: NotRequired[Nullable[List[ToolPromptInfoTypedDict]]]
38
+ r"""IDs and names of the prompts linked to the tool"""
39
+ agents_info: NotRequired[Nullable[List[ToolAgentInfoTypedDict]]]
40
+ r"""IDs and names of the agents linked to the tool via a prompt"""
41
+
42
+
43
+ class DaoToolResponse(BaseModel):
44
+ name: str
45
+ r"""The name of the tool"""
46
+
47
+ definition: ToolDefinition
48
+ r"""A tool that can be called from an LLM during the conversation. See https://docs.syllable.ai/Resources/Tools."""
49
+
50
+ service_id: int
51
+ r"""Internal ID of the service to which the tool belongs"""
52
+
53
+ id: int
54
+ r"""The internal ID of the tool"""
55
+
56
+ last_updated: datetime
57
+ r"""The timestamp of the most recent update to the tool"""
58
+
59
+ last_updated_by: str
60
+ r"""The email of the user who last updated the tool"""
61
+
62
+ last_updated_comments: OptionalNullable[str] = UNSET
63
+ r"""Comments for the most recent edit to the tool."""
64
+
65
+ service_name: OptionalNullable[str] = UNSET
66
+ r"""The name of the service to which the tool belongs"""
67
+
68
+ prompts_info: OptionalNullable[List[ToolPromptInfo]] = UNSET
69
+ r"""IDs and names of the prompts linked to the tool"""
70
+
71
+ agents_info: OptionalNullable[List[ToolAgentInfo]] = UNSET
72
+ r"""IDs and names of the agents linked to the tool via a prompt"""
73
+
74
+ @model_serializer(mode="wrap")
75
+ def serialize_model(self, handler):
76
+ optional_fields = [
77
+ "last_updated_comments",
78
+ "service_name",
79
+ "prompts_info",
80
+ "agents_info",
81
+ ]
82
+ nullable_fields = [
83
+ "last_updated_comments",
84
+ "service_name",
85
+ "prompts_info",
86
+ "agents_info",
87
+ ]
88
+ null_default_fields = []
89
+
90
+ serialized = handler(self)
91
+
92
+ m = {}
93
+
94
+ for n, f in type(self).model_fields.items():
95
+ k = f.alias or n
96
+ val = serialized.get(k)
97
+ serialized.pop(k, None)
98
+
99
+ optional_nullable = k in optional_fields and k in nullable_fields
100
+ is_set = (
101
+ self.__pydantic_fields_set__.intersection({n})
102
+ or k in null_default_fields
103
+ ) # pylint: disable=no-member
104
+
105
+ if val is not None and val != UNSET_SENTINEL:
106
+ m[k] = val
107
+ elif val != UNSET_SENTINEL and (
108
+ not k in optional_fields or (optional_nullable and is_set)
109
+ ):
110
+ m[k] = val
111
+
112
+ return m
@@ -1,7 +1,7 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
- from .directorymember import DirectoryMember, DirectoryMemberTypedDict
4
+ from .directorymemberupdate import DirectoryMemberUpdate, DirectoryMemberUpdateTypedDict
5
5
  from syllable_sdk.types import BaseModel
6
6
  from syllable_sdk.utils import FieldMetadata, PathParamMetadata, RequestMetadata
7
7
  from typing_extensions import Annotated, TypedDict
@@ -9,7 +9,7 @@ from typing_extensions import Annotated, TypedDict
9
9
 
10
10
  class DirectoryMemberUpdateRequestTypedDict(TypedDict):
11
11
  member_id: int
12
- directory_member: DirectoryMemberTypedDict
12
+ directory_member_update: DirectoryMemberUpdateTypedDict
13
13
 
14
14
 
15
15
  class DirectoryMemberUpdateRequest(BaseModel):
@@ -17,7 +17,7 @@ class DirectoryMemberUpdateRequest(BaseModel):
17
17
  int, FieldMetadata(path=PathParamMetadata(style="simple", explode=False))
18
18
  ]
19
19
 
20
- directory_member: Annotated[
21
- DirectoryMember,
20
+ directory_member_update: Annotated[
21
+ DirectoryMemberUpdate,
22
22
  FieldMetadata(request=RequestMetadata(media_type="application/json")),
23
23
  ]
@@ -22,14 +22,14 @@ class DirectoryMemberTypedDict(TypedDict):
22
22
  r"""Name of the directory member"""
23
23
  type: str
24
24
  r"""Type of the directory member"""
25
+ id: int
26
+ r"""Internal ID of the directory member"""
27
+ updated_at: datetime
28
+ r"""Timestamp of most recent update"""
25
29
  extensions: NotRequired[Nullable[List[DirectoryExtensionTypedDict]]]
26
30
  r"""List of extensions for the directory member"""
27
31
  contact_tags: NotRequired[Nullable[Dict[str, List[str]]]]
28
32
  r"""Tags for the directory member"""
29
- id: NotRequired[Nullable[int]]
30
- r"""Internal ID of the directory member"""
31
- updated_at: NotRequired[Nullable[datetime]]
32
- r"""Timestamp of most recent update"""
33
33
  last_updated_by: NotRequired[Nullable[str]]
34
34
  r"""Email of the user who last updated the directory member"""
35
35
 
@@ -43,37 +43,25 @@ class DirectoryMember(BaseModel):
43
43
  type: str
44
44
  r"""Type of the directory member"""
45
45
 
46
+ id: int
47
+ r"""Internal ID of the directory member"""
48
+
49
+ updated_at: datetime
50
+ r"""Timestamp of most recent update"""
51
+
46
52
  extensions: OptionalNullable[List[DirectoryExtension]] = UNSET
47
53
  r"""List of extensions for the directory member"""
48
54
 
49
55
  contact_tags: OptionalNullable[Dict[str, List[str]]] = UNSET
50
56
  r"""Tags for the directory member"""
51
57
 
52
- id: OptionalNullable[int] = UNSET
53
- r"""Internal ID of the directory member"""
54
-
55
- updated_at: OptionalNullable[datetime] = UNSET
56
- r"""Timestamp of most recent update"""
57
-
58
58
  last_updated_by: OptionalNullable[str] = UNSET
59
59
  r"""Email of the user who last updated the directory member"""
60
60
 
61
61
  @model_serializer(mode="wrap")
62
62
  def serialize_model(self, handler):
63
- optional_fields = [
64
- "extensions",
65
- "contact_tags",
66
- "id",
67
- "updated_at",
68
- "last_updated_by",
69
- ]
70
- nullable_fields = [
71
- "extensions",
72
- "contact_tags",
73
- "id",
74
- "updated_at",
75
- "last_updated_by",
76
- ]
63
+ optional_fields = ["extensions", "contact_tags", "last_updated_by"]
64
+ nullable_fields = ["extensions", "contact_tags", "last_updated_by"]
77
65
  null_default_fields = []
78
66
 
79
67
  serialized = handler(self)
@@ -0,0 +1,78 @@
1
+ """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
+
3
+ from __future__ import annotations
4
+ from .directoryextension import DirectoryExtension, DirectoryExtensionTypedDict
5
+ from pydantic import model_serializer
6
+ from syllable_sdk.types import (
7
+ BaseModel,
8
+ Nullable,
9
+ OptionalNullable,
10
+ UNSET,
11
+ UNSET_SENTINEL,
12
+ )
13
+ from typing import Dict, List
14
+ from typing_extensions import NotRequired, TypedDict
15
+
16
+
17
+ class DirectoryMemberUpdateTypedDict(TypedDict):
18
+ r"""Request model to update a directory member."""
19
+
20
+ name: str
21
+ r"""Name of the directory member"""
22
+ type: str
23
+ r"""Type of the directory member"""
24
+ id: int
25
+ r"""Internal ID of the directory member"""
26
+ extensions: NotRequired[Nullable[List[DirectoryExtensionTypedDict]]]
27
+ r"""List of extensions for the directory member"""
28
+ contact_tags: NotRequired[Nullable[Dict[str, List[str]]]]
29
+ r"""Tags for the directory member"""
30
+
31
+
32
+ class DirectoryMemberUpdate(BaseModel):
33
+ r"""Request model to update a directory member."""
34
+
35
+ name: str
36
+ r"""Name of the directory member"""
37
+
38
+ type: str
39
+ r"""Type of the directory member"""
40
+
41
+ id: int
42
+ r"""Internal ID of the directory member"""
43
+
44
+ extensions: OptionalNullable[List[DirectoryExtension]] = UNSET
45
+ r"""List of extensions for the directory member"""
46
+
47
+ contact_tags: OptionalNullable[Dict[str, List[str]]] = UNSET
48
+ r"""Tags for the directory member"""
49
+
50
+ @model_serializer(mode="wrap")
51
+ def serialize_model(self, handler):
52
+ optional_fields = ["extensions", "contact_tags"]
53
+ nullable_fields = ["extensions", "contact_tags"]
54
+ null_default_fields = []
55
+
56
+ serialized = handler(self)
57
+
58
+ m = {}
59
+
60
+ for n, f in type(self).model_fields.items():
61
+ k = f.alias or n
62
+ val = serialized.get(k)
63
+ serialized.pop(k, None)
64
+
65
+ optional_nullable = k in optional_fields and k in nullable_fields
66
+ is_set = (
67
+ self.__pydantic_fields_set__.intersection({n})
68
+ or k in null_default_fields
69
+ ) # pylint: disable=no-member
70
+
71
+ if val is not None and val != UNSET_SENTINEL:
72
+ m[k] = val
73
+ elif val != UNSET_SENTINEL and (
74
+ not k in optional_fields or (optional_nullable and is_set)
75
+ ):
76
+ m[k] = val
77
+
78
+ return m
@@ -31,6 +31,8 @@ class PromptCreateRequestTypedDict(TypedDict):
31
31
  r"""Names of tools to which the prompt has access"""
32
32
  session_end_enabled: NotRequired[bool]
33
33
  r"""Whether session end functionality is enabled for this prompt"""
34
+ session_end_tool_id: NotRequired[Nullable[int]]
35
+ r"""ID of the optional session end tool associated with the prompt"""
34
36
  edit_comments: NotRequired[Nullable[str]]
35
37
  r"""The comments for the most recent edit to the prompt"""
36
38
  include_default_tools: NotRequired[bool]
@@ -61,6 +63,9 @@ class PromptCreateRequest(BaseModel):
61
63
  session_end_enabled: Optional[bool] = False
62
64
  r"""Whether session end functionality is enabled for this prompt"""
63
65
 
66
+ session_end_tool_id: OptionalNullable[int] = UNSET
67
+ r"""ID of the optional session end tool associated with the prompt"""
68
+
64
69
  edit_comments: OptionalNullable[str] = UNSET
65
70
  r"""The comments for the most recent edit to the prompt"""
66
71
 
@@ -74,10 +79,16 @@ class PromptCreateRequest(BaseModel):
74
79
  "context",
75
80
  "tools",
76
81
  "session_end_enabled",
82
+ "session_end_tool_id",
77
83
  "edit_comments",
78
84
  "include_default_tools",
79
85
  ]
80
- nullable_fields = ["description", "context", "edit_comments"]
86
+ nullable_fields = [
87
+ "description",
88
+ "context",
89
+ "session_end_tool_id",
90
+ "edit_comments",
91
+ ]
81
92
  null_default_fields = []
82
93
 
83
94
  serialized = handler(self)
@@ -1,6 +1,7 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
3
  from __future__ import annotations
4
+ from .daotoolresponse import DaoToolResponse, DaoToolResponseTypedDict
4
5
  from .promptllmconfig import PromptLlmConfig, PromptLlmConfigTypedDict
5
6
  from .toolresponse import ToolResponse, ToolResponseTypedDict
6
7
  import pydantic
@@ -42,10 +43,14 @@ class PromptResponseTypedDict(TypedDict):
42
43
  r"""Names of the tools to which the prompt has access (DEPRECATED - use information from full tools field instead)"""
43
44
  session_end_enabled: NotRequired[bool]
44
45
  r"""Whether session end functionality is enabled for this prompt"""
46
+ session_end_tool_id: NotRequired[Nullable[int]]
47
+ r"""ID of the optional session end tool associated with the prompt"""
45
48
  edit_comments: NotRequired[Nullable[str]]
46
49
  r"""The comments for the most recent edit to the prompt"""
47
50
  last_updated_by: NotRequired[Nullable[str]]
48
51
  r"""Email address of the user who most recently updated the prompt"""
52
+ session_end_tool: NotRequired[Nullable[DaoToolResponseTypedDict]]
53
+ r"""The session end tool associated with the prompt"""
49
54
  agent_count: NotRequired[Nullable[int]]
50
55
  r"""The number of agents using the prompt"""
51
56
  version_number: NotRequired[Nullable[int]]
@@ -94,12 +99,18 @@ class PromptResponse(BaseModel):
94
99
  session_end_enabled: Optional[bool] = False
95
100
  r"""Whether session end functionality is enabled for this prompt"""
96
101
 
102
+ session_end_tool_id: OptionalNullable[int] = UNSET
103
+ r"""ID of the optional session end tool associated with the prompt"""
104
+
97
105
  edit_comments: OptionalNullable[str] = UNSET
98
106
  r"""The comments for the most recent edit to the prompt"""
99
107
 
100
108
  last_updated_by: OptionalNullable[str] = UNSET
101
109
  r"""Email address of the user who most recently updated the prompt"""
102
110
 
111
+ session_end_tool: OptionalNullable[DaoToolResponse] = UNSET
112
+ r"""The session end tool associated with the prompt"""
113
+
103
114
  agent_count: OptionalNullable[int] = UNSET
104
115
  r"""The number of agents using the prompt"""
105
116
 
@@ -116,8 +127,10 @@ class PromptResponse(BaseModel):
116
127
  "context",
117
128
  "tools",
118
129
  "session_end_enabled",
130
+ "session_end_tool_id",
119
131
  "edit_comments",
120
132
  "last_updated_by",
133
+ "session_end_tool",
121
134
  "agent_count",
122
135
  "version_number",
123
136
  "tools_full",
@@ -125,9 +138,11 @@ class PromptResponse(BaseModel):
125
138
  nullable_fields = [
126
139
  "description",
127
140
  "context",
141
+ "session_end_tool_id",
128
142
  "edit_comments",
129
143
  "last_updated",
130
144
  "last_updated_by",
145
+ "session_end_tool",
131
146
  "agent_count",
132
147
  "version_number",
133
148
  "tools_full",
@@ -33,6 +33,8 @@ class PromptUpdateRequestTypedDict(TypedDict):
33
33
  r"""Names of tools to which the prompt has access"""
34
34
  session_end_enabled: NotRequired[bool]
35
35
  r"""Whether session end functionality is enabled for this prompt"""
36
+ session_end_tool_id: NotRequired[Nullable[int]]
37
+ r"""ID of the optional session end tool associated with the prompt"""
36
38
  edit_comments: NotRequired[Nullable[str]]
37
39
  r"""The comments for the most recent edit to the prompt"""
38
40
  include_default_tools: NotRequired[bool]
@@ -66,6 +68,9 @@ class PromptUpdateRequest(BaseModel):
66
68
  session_end_enabled: Optional[bool] = False
67
69
  r"""Whether session end functionality is enabled for this prompt"""
68
70
 
71
+ session_end_tool_id: OptionalNullable[int] = UNSET
72
+ r"""ID of the optional session end tool associated with the prompt"""
73
+
69
74
  edit_comments: OptionalNullable[str] = UNSET
70
75
  r"""The comments for the most recent edit to the prompt"""
71
76
 
@@ -79,10 +84,16 @@ class PromptUpdateRequest(BaseModel):
79
84
  "context",
80
85
  "tools",
81
86
  "session_end_enabled",
87
+ "session_end_tool_id",
82
88
  "edit_comments",
83
89
  "include_default_tools",
84
90
  ]
85
- nullable_fields = ["description", "context", "edit_comments"]
91
+ nullable_fields = [
92
+ "description",
93
+ "context",
94
+ "session_end_tool_id",
95
+ "edit_comments",
96
+ ]
86
97
  null_default_fields = []
87
98
 
88
99
  serialized = handler(self)
@@ -9,6 +9,7 @@ from syllable_sdk.types import BaseModel, OptionalNullable, UNSET
9
9
  from syllable_sdk.utils import get_security_from_env
10
10
  from syllable_sdk.utils.unmarshal_json_response import unmarshal_json_response
11
11
  from typing import Any, Mapping, Optional, Union, cast
12
+ from typing_extensions import deprecated
12
13
 
13
14
 
14
15
  class Twilio(BaseSDK):
@@ -201,6 +202,9 @@ class Twilio(BaseSDK):
201
202
 
202
203
  raise errors.APIError("Unexpected response received", http_res)
203
204
 
205
+ @deprecated(
206
+ "warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible."
207
+ )
204
208
  def update(
205
209
  self,
206
210
  *,
@@ -294,6 +298,9 @@ class Twilio(BaseSDK):
294
298
 
295
299
  raise errors.APIError("Unexpected response received", http_res)
296
300
 
301
+ @deprecated(
302
+ "warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible."
303
+ )
297
304
  async def update_async(
298
305
  self,
299
306
  *,
@@ -387,6 +394,9 @@ class Twilio(BaseSDK):
387
394
 
388
395
  raise errors.APIError("Unexpected response received", http_res)
389
396
 
397
+ @deprecated(
398
+ "warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible."
399
+ )
390
400
  def create(
391
401
  self,
392
402
  *,
@@ -480,6 +490,9 @@ class Twilio(BaseSDK):
480
490
 
481
491
  raise errors.APIError("Unexpected response received", http_res)
482
492
 
493
+ @deprecated(
494
+ "warning: ** DEPRECATED ** - This will be removed in a future release, please migrate away from it as soon as possible."
495
+ )
483
496
  async def create_async(
484
497
  self,
485
498
  *,