syllable-sdk 0.35.33__tar.gz → 0.35.38__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.
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/PKG-INFO +24 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/README-PYPI.md +23 -7
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/pyproject.toml +1 -1
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/_version.py +3 -3
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/agents.py +23 -26
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/batches.py +37 -36
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/campaigns.py +21 -20
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/channels.py +9 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/conversations.py +5 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/custom_messages.py +21 -20
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/dashboards.py +17 -20
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/data_sources.py +21 -32
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/events.py +5 -4
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/folders.py +33 -40
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/full_summary.py +5 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/incidents.py +23 -22
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/insights_sdk.py +5 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/insights_tools.py +27 -30
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/language_groups.py +23 -22
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/latency.py +5 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowcondition.py +8 -1
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowinput.py +10 -10
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowoutput.py +10 -10
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/numbers.py +13 -24
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/organizations.py +15 -14
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/permissions.py +3 -2
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/prompts.py +27 -30
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/roles.py +21 -24
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/sdk.py +23 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/services.py +21 -24
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/session_debug.py +13 -12
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/session_labels.py +13 -16
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/sessions.py +15 -18
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/takeouts.py +9 -8
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/targets.py +21 -24
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/test.py +5 -4
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/tools.py +21 -24
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/transcript.py +5 -4
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/twilio.py +13 -12
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/users.py +27 -30
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/__init__.py +0 -3
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/serializers.py +1 -18
- syllable_sdk-0.35.38/src/syllable_sdk/utils/unmarshal_json_response.py +24 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/v1.py +27 -30
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/workflows.py +33 -32
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/py.typed +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/__init__.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/_hooks/__init__.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/_hooks/registration.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/_hooks/sdkhooks.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/_hooks/types.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/basesdk.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/__init__.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/apierror.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/httpvalidationerror.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/no_response_error.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/responsevalidationerror.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/errors/syllablesdkerror.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/httpclient.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/__init__.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agent_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agent_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agent_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentcreate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentlanguage.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentsttprovider.py +1 -1
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agenttooldefaults.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agenttoolfielddefault.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentupdate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentvoice.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentvoicedisplayname.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentvoicegender.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentvoicemodel.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentvoicevarname.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/agentwaitsound.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/available_targetsop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/availabletarget.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/availabletargetproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/batchdetails.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/batchproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/batchstatus.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_insights_folder_upload_file.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_organizations_create.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_organizations_delete.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_organizations_update.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_outbound_batch_delete.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/body_outbound_batch_upload.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/campaignproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel_targets_createop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel_targets_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel_targets_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel_targets_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channel_targets_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channelproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channels_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channels_twilio_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channels_twilio_numbers_addop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channels_twilio_numbers_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channels_twilio_numbers_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channelservices.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channeltargetcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channeltargetproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channeltargetresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/channeltargetupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/communicationbatch.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/communicationbatchinput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/communicationbatchupdate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/communicationrequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/communicationrequestresult.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/conversation.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/conversationproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/conversations_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/createtakeoutresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custom_message_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custom_messages_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custom_messages_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custommessagecreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custommessageproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custommessageresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custommessagerule.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/custommessageupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dashboard.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dashboardproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dashboardresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dashboardtokenresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/data_sources_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/data_sources_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/data_sources_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/datasourcecreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/datasourcedetailresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/datasourcemetadataresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/datasourceproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/datasourceupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dayofweek.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/daysofweek.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dialogmessage.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dialogrole.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/dialogtoolcall.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/event.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/eventproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/events_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/folderdetails.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/generate_session_recording_urlsop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/get_session_data_by_session_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/get_session_data_by_sidop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/get_session_tool_call_result_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incident_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incident_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incident_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incidentcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incidentorganizationresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incidentproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incidentresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/incidentupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insight_tool_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insight_tool_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_folder_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_folder_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_folder_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_folder_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_folder_upload_fileop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_tool_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_tool_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_upload_list_filesop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_upload_move_filesop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_activateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_inactivateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insights_workflow_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsfolder.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsfolderfilemove.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsfolderinput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsfolderproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsoutput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsuploadfile.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsuploadfileproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightsworkflowqueuesession.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insighttooldefinition.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insighttoolinput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insighttooloutput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insighttoolproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insighttooltestinput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowactivate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowestimate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/insightworkflowproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/inspectlatencyresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/internaltool.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/language_groups_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/language_groups_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/language_groups_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagecode.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languageconfig.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagegroupagentinfo.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagegroupcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagegroupproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagegroupresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/languagegroupupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/latencycategory.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/latencyentry.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/latencyunittype.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_agentresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_availabletarget_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_channel_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_channeltargetresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_communicationbatch_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_conversation_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_custommessageresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_dashboardresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_datasourcemetadataresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_event_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_incidentresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_insightsfolder_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_insightsoutput_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_insightsuploadfile_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_insighttooloutput_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_insightworkflowoutput_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_languagegroupresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_outboundcampaign_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_promptresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_roleresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_serviceresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_session_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_sessionlabel_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_toolresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/listresponse_userresponse_.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/logintype.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/orderbydirection.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/organizationresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_addop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_removeop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_resultsop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_batch_uploadop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_campaign_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_campaign_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_campaign_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outbound_campaign_updateop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outboundcampaign.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/outboundcampaigninput.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/permissiongroupresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/permissionresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/post_get_dashboardop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/post_list_dashboardop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/prompthistory.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptllmconfig.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptllmprovider.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/prompts_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/prompts_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/prompts_historyop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/prompts_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/promptupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/requeststatus.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/rolecreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roleproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roleresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roles_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roles_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roles_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/roleupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/security.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/service_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/service_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/servicecreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/serviceproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/serviceresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/services_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/serviceupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_full_summary_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_label_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_labels_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_latency_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_recording_streamop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/session_transcript_get_by_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionaction.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessiondata.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionlabel.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionlabelcreate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionlabelproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionmessage.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionrecordingresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessions_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessionsummaryresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessiontext.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/sessiontranscriptionresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/statictoolparameter.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/statictoolparametertype.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/summaryentry.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/supportedllm.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/takeoutrequeststatus.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/takeouts_get_by_job_idop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/takeouts_get_fileop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/takeoutstatusresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/targetmodes.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/testmessage.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/testmessageresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tool_deleteop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tool_get_by_nameop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tool_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolagentinfo.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolargumentlocation.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tooldefinition.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tooldetailresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolfunction.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolhttpendpoint.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolhttpmethod.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/tooloptions.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolparameterdefault.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolparametertransform.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolparametertransformcondition.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolpromptinfo.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolresultdata.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/toolupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/ttsprovider.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliochannelconfigcreate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliochannelconfigupdate.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliochannelcreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliochannelupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliolistnumbersresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twilionumberaddrequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twilionumberaddresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twilionumberupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twilionumberupdateresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/twiliophonenumber.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/useractivitystatus.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/usercreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/userdeleterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/userproperties.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/userresponse.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/users_get_by_emailop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/users_listop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/users_send_emailop.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/userupdaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/validationerror.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/models/voicesamplecreaterequest.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/outbound.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/py.typed +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/sdkconfiguration.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/types/__init__.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/types/basemodel.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/annotations.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/datetimes.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/enums.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/eventstreaming.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/forms.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/headers.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/logger.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/metadata.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/queryparams.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/requestbodies.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/retries.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/security.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/url.py +0 -0
- {syllable_sdk-0.35.33 → syllable_sdk-0.35.38}/src/syllable_sdk/utils/values.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: syllable-sdk
|
|
3
|
-
Version: 0.35.
|
|
3
|
+
Version: 0.35.38
|
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
|
5
5
|
Author: Syllable
|
|
6
6
|
Requires-Python: >=3.9.2
|
|
@@ -27,16 +27,32 @@ Syllable SDK gives you the power of awesome AI agentry. 🚀
|
|
|
27
27
|
## Overview
|
|
28
28
|
|
|
29
29
|
The Syllable SDK provides a comprehensive set of tools and APIs to integrate powerful AI
|
|
30
|
-
capabilities into your communication applications. Whether you're building chatbots,
|
|
31
|
-
assistants, or any other AI-driven solutions, Syllable SDK has got you covered.
|
|
30
|
+
capabilities into your communication applications. Whether you're building phone agents, chatbots,
|
|
31
|
+
virtual assistants, or any other AI-driven solutions, Syllable SDK has got you covered.
|
|
32
32
|
|
|
33
33
|
## Features
|
|
34
34
|
|
|
35
|
-
- **
|
|
36
|
-
|
|
37
|
-
- **
|
|
38
|
-
|
|
39
|
-
- **
|
|
35
|
+
- **Agent Configuration**: Create and manage agents that can interact with users across various
|
|
36
|
+
channels.
|
|
37
|
+
- **Channel Management**: Configure channels like SMS, web chat, and more to connect agents with
|
|
38
|
+
users.
|
|
39
|
+
- **Custom Messages**: Set up custom messages that agents can deliver as greetings or responses.
|
|
40
|
+
- **Conversations**: Track and manage conversations between users and agents, including session
|
|
41
|
+
management.
|
|
42
|
+
- **Tools and Workflows**: Leverage tools and workflows to enhance agent capabilities, such as data
|
|
43
|
+
processing and API calls.
|
|
44
|
+
- **Data Sources**: Integrate data sources to provide agents with additional context and
|
|
45
|
+
information.
|
|
46
|
+
- **Insights and Analytics**: Analyze conversations and sessions to gain insights into user
|
|
47
|
+
interactions.
|
|
48
|
+
- **Permissions and Security**: Manage permissions to control access to various features and
|
|
49
|
+
functionalities.
|
|
50
|
+
- **Language Support**: Define language groups to enable multilingual support for agents.
|
|
51
|
+
- **Outbound Campaigns**: Create and manage outbound communication campaigns to reach users
|
|
52
|
+
effectively.
|
|
53
|
+
- **Session Labels**: Label sessions with evaluations of quality and descriptions of issues
|
|
54
|
+
encountered.
|
|
55
|
+
- **Incident Management**: Track and manage incidents related to agent interactions.
|
|
40
56
|
<!-- End Summary [summary] -->
|
|
41
57
|
|
|
42
58
|
<!-- Start Table of Contents [toc] -->
|
|
@@ -10,16 +10,32 @@ Syllable SDK gives you the power of awesome AI agentry. 🚀
|
|
|
10
10
|
## Overview
|
|
11
11
|
|
|
12
12
|
The Syllable SDK provides a comprehensive set of tools and APIs to integrate powerful AI
|
|
13
|
-
capabilities into your communication applications. Whether you're building chatbots,
|
|
14
|
-
assistants, or any other AI-driven solutions, Syllable SDK has got you covered.
|
|
13
|
+
capabilities into your communication applications. Whether you're building phone agents, chatbots,
|
|
14
|
+
virtual assistants, or any other AI-driven solutions, Syllable SDK has got you covered.
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
|
|
18
|
-
- **
|
|
19
|
-
|
|
20
|
-
- **
|
|
21
|
-
|
|
22
|
-
- **
|
|
18
|
+
- **Agent Configuration**: Create and manage agents that can interact with users across various
|
|
19
|
+
channels.
|
|
20
|
+
- **Channel Management**: Configure channels like SMS, web chat, and more to connect agents with
|
|
21
|
+
users.
|
|
22
|
+
- **Custom Messages**: Set up custom messages that agents can deliver as greetings or responses.
|
|
23
|
+
- **Conversations**: Track and manage conversations between users and agents, including session
|
|
24
|
+
management.
|
|
25
|
+
- **Tools and Workflows**: Leverage tools and workflows to enhance agent capabilities, such as data
|
|
26
|
+
processing and API calls.
|
|
27
|
+
- **Data Sources**: Integrate data sources to provide agents with additional context and
|
|
28
|
+
information.
|
|
29
|
+
- **Insights and Analytics**: Analyze conversations and sessions to gain insights into user
|
|
30
|
+
interactions.
|
|
31
|
+
- **Permissions and Security**: Manage permissions to control access to various features and
|
|
32
|
+
functionalities.
|
|
33
|
+
- **Language Support**: Define language groups to enable multilingual support for agents.
|
|
34
|
+
- **Outbound Campaigns**: Create and manage outbound communication campaigns to reach users
|
|
35
|
+
effectively.
|
|
36
|
+
- **Session Labels**: Label sessions with evaluations of quality and descriptions of issues
|
|
37
|
+
encountered.
|
|
38
|
+
- **Incident Management**: Track and manage incidents related to agent interactions.
|
|
23
39
|
<!-- End Summary [summary] -->
|
|
24
40
|
|
|
25
41
|
<!-- Start Table of Contents [toc] -->
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
import importlib.metadata
|
|
4
4
|
|
|
5
5
|
__title__: str = "syllable-sdk"
|
|
6
|
-
__version__: str = "0.35.
|
|
6
|
+
__version__: str = "0.35.38"
|
|
7
7
|
__openapi_doc_version__: str = "0.0.2"
|
|
8
|
-
__gen_version__: str = "2.
|
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.35.
|
|
8
|
+
__gen_version__: str = "2.656.3"
|
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.35.38 2.656.3 0.0.2 syllable-sdk"
|
|
10
10
|
|
|
11
11
|
try:
|
|
12
12
|
if __package__ is not None:
|
|
@@ -7,6 +7,7 @@ from syllable_sdk._hooks import HookContext
|
|
|
7
7
|
from syllable_sdk.test import Test
|
|
8
8
|
from syllable_sdk.types import BaseModel, OptionalNullable, UNSET
|
|
9
9
|
from syllable_sdk.utils import get_security_from_env
|
|
10
|
+
from syllable_sdk.utils.unmarshal_json_response import unmarshal_json_response
|
|
10
11
|
from typing import Any, List, Mapping, Optional, Union, cast
|
|
11
12
|
|
|
12
13
|
|
|
@@ -122,11 +123,9 @@ class Agents(BaseSDK):
|
|
|
122
123
|
|
|
123
124
|
response_data: Any = None
|
|
124
125
|
if utils.match_response(http_res, "200", "application/json"):
|
|
125
|
-
return
|
|
126
|
-
models.ListResponseAgentResponse, http_res
|
|
127
|
-
)
|
|
126
|
+
return unmarshal_json_response(models.ListResponseAgentResponse, http_res)
|
|
128
127
|
if utils.match_response(http_res, "422", "application/json"):
|
|
129
|
-
response_data =
|
|
128
|
+
response_data = unmarshal_json_response(
|
|
130
129
|
errors.HTTPValidationErrorData, http_res
|
|
131
130
|
)
|
|
132
131
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -237,11 +236,9 @@ class Agents(BaseSDK):
|
|
|
237
236
|
|
|
238
237
|
response_data: Any = None
|
|
239
238
|
if utils.match_response(http_res, "200", "application/json"):
|
|
240
|
-
return
|
|
241
|
-
models.ListResponseAgentResponse, http_res
|
|
242
|
-
)
|
|
239
|
+
return unmarshal_json_response(models.ListResponseAgentResponse, http_res)
|
|
243
240
|
if utils.match_response(http_res, "422", "application/json"):
|
|
244
|
-
response_data =
|
|
241
|
+
response_data = unmarshal_json_response(
|
|
245
242
|
errors.HTTPValidationErrorData, http_res
|
|
246
243
|
)
|
|
247
244
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -331,9 +328,9 @@ class Agents(BaseSDK):
|
|
|
331
328
|
|
|
332
329
|
response_data: Any = None
|
|
333
330
|
if utils.match_response(http_res, "200", "application/json"):
|
|
334
|
-
return
|
|
331
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
335
332
|
if utils.match_response(http_res, "422", "application/json"):
|
|
336
|
-
response_data =
|
|
333
|
+
response_data = unmarshal_json_response(
|
|
337
334
|
errors.HTTPValidationErrorData, http_res
|
|
338
335
|
)
|
|
339
336
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -423,9 +420,9 @@ class Agents(BaseSDK):
|
|
|
423
420
|
|
|
424
421
|
response_data: Any = None
|
|
425
422
|
if utils.match_response(http_res, "200", "application/json"):
|
|
426
|
-
return
|
|
423
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
427
424
|
if utils.match_response(http_res, "422", "application/json"):
|
|
428
|
-
response_data =
|
|
425
|
+
response_data = unmarshal_json_response(
|
|
429
426
|
errors.HTTPValidationErrorData, http_res
|
|
430
427
|
)
|
|
431
428
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -515,9 +512,9 @@ class Agents(BaseSDK):
|
|
|
515
512
|
|
|
516
513
|
response_data: Any = None
|
|
517
514
|
if utils.match_response(http_res, "200", "application/json"):
|
|
518
|
-
return
|
|
515
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
519
516
|
if utils.match_response(http_res, "422", "application/json"):
|
|
520
|
-
response_data =
|
|
517
|
+
response_data = unmarshal_json_response(
|
|
521
518
|
errors.HTTPValidationErrorData, http_res
|
|
522
519
|
)
|
|
523
520
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -607,9 +604,9 @@ class Agents(BaseSDK):
|
|
|
607
604
|
|
|
608
605
|
response_data: Any = None
|
|
609
606
|
if utils.match_response(http_res, "200", "application/json"):
|
|
610
|
-
return
|
|
607
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
611
608
|
if utils.match_response(http_res, "422", "application/json"):
|
|
612
|
-
response_data =
|
|
609
|
+
response_data = unmarshal_json_response(
|
|
613
610
|
errors.HTTPValidationErrorData, http_res
|
|
614
611
|
)
|
|
615
612
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -696,9 +693,9 @@ class Agents(BaseSDK):
|
|
|
696
693
|
|
|
697
694
|
response_data: Any = None
|
|
698
695
|
if utils.match_response(http_res, "200", "application/json"):
|
|
699
|
-
return
|
|
696
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
700
697
|
if utils.match_response(http_res, "422", "application/json"):
|
|
701
|
-
response_data =
|
|
698
|
+
response_data = unmarshal_json_response(
|
|
702
699
|
errors.HTTPValidationErrorData, http_res
|
|
703
700
|
)
|
|
704
701
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -785,9 +782,9 @@ class Agents(BaseSDK):
|
|
|
785
782
|
|
|
786
783
|
response_data: Any = None
|
|
787
784
|
if utils.match_response(http_res, "200", "application/json"):
|
|
788
|
-
return
|
|
785
|
+
return unmarshal_json_response(models.AgentResponse, http_res)
|
|
789
786
|
if utils.match_response(http_res, "422", "application/json"):
|
|
790
|
-
response_data =
|
|
787
|
+
response_data = unmarshal_json_response(
|
|
791
788
|
errors.HTTPValidationErrorData, http_res
|
|
792
789
|
)
|
|
793
790
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -875,9 +872,9 @@ class Agents(BaseSDK):
|
|
|
875
872
|
|
|
876
873
|
response_data: Any = None
|
|
877
874
|
if utils.match_response(http_res, "200", "application/json"):
|
|
878
|
-
return
|
|
875
|
+
return unmarshal_json_response(Any, http_res)
|
|
879
876
|
if utils.match_response(http_res, "422", "application/json"):
|
|
880
|
-
response_data =
|
|
877
|
+
response_data = unmarshal_json_response(
|
|
881
878
|
errors.HTTPValidationErrorData, http_res
|
|
882
879
|
)
|
|
883
880
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -965,9 +962,9 @@ class Agents(BaseSDK):
|
|
|
965
962
|
|
|
966
963
|
response_data: Any = None
|
|
967
964
|
if utils.match_response(http_res, "200", "application/json"):
|
|
968
|
-
return
|
|
965
|
+
return unmarshal_json_response(Any, http_res)
|
|
969
966
|
if utils.match_response(http_res, "422", "application/json"):
|
|
970
|
-
response_data =
|
|
967
|
+
response_data = unmarshal_json_response(
|
|
971
968
|
errors.HTTPValidationErrorData, http_res
|
|
972
969
|
)
|
|
973
970
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1046,7 +1043,7 @@ class Agents(BaseSDK):
|
|
|
1046
1043
|
)
|
|
1047
1044
|
|
|
1048
1045
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1049
|
-
return
|
|
1046
|
+
return unmarshal_json_response(List[models.AgentVoice], http_res)
|
|
1050
1047
|
if utils.match_response(http_res, "4XX", "*"):
|
|
1051
1048
|
http_res_text = utils.stream_to_text(http_res)
|
|
1052
1049
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
@@ -1122,7 +1119,7 @@ class Agents(BaseSDK):
|
|
|
1122
1119
|
)
|
|
1123
1120
|
|
|
1124
1121
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1125
|
-
return
|
|
1122
|
+
return unmarshal_json_response(List[models.AgentVoice], http_res)
|
|
1126
1123
|
if utils.match_response(http_res, "4XX", "*"):
|
|
1127
1124
|
http_res_text = await utils.stream_to_text_async(http_res)
|
|
1128
1125
|
raise errors.APIError("API error occurred", http_res, http_res_text)
|
|
@@ -5,6 +5,7 @@ from syllable_sdk import errors, models, utils
|
|
|
5
5
|
from syllable_sdk._hooks import HookContext
|
|
6
6
|
from syllable_sdk.types import BaseModel, OptionalNullable, UNSET
|
|
7
7
|
from syllable_sdk.utils import get_security_from_env
|
|
8
|
+
from syllable_sdk.utils.unmarshal_json_response import unmarshal_json_response
|
|
8
9
|
from typing import Any, List, Mapping, Optional, Union, cast
|
|
9
10
|
|
|
10
11
|
|
|
@@ -107,11 +108,11 @@ class Batches(BaseSDK):
|
|
|
107
108
|
|
|
108
109
|
response_data: Any = None
|
|
109
110
|
if utils.match_response(http_res, "200", "application/json"):
|
|
110
|
-
return
|
|
111
|
+
return unmarshal_json_response(
|
|
111
112
|
models.ListResponseCommunicationBatch, http_res
|
|
112
113
|
)
|
|
113
114
|
if utils.match_response(http_res, "422", "application/json"):
|
|
114
|
-
response_data =
|
|
115
|
+
response_data = unmarshal_json_response(
|
|
115
116
|
errors.HTTPValidationErrorData, http_res
|
|
116
117
|
)
|
|
117
118
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -220,11 +221,11 @@ class Batches(BaseSDK):
|
|
|
220
221
|
|
|
221
222
|
response_data: Any = None
|
|
222
223
|
if utils.match_response(http_res, "200", "application/json"):
|
|
223
|
-
return
|
|
224
|
+
return unmarshal_json_response(
|
|
224
225
|
models.ListResponseCommunicationBatch, http_res
|
|
225
226
|
)
|
|
226
227
|
if utils.match_response(http_res, "422", "application/json"):
|
|
227
|
-
response_data =
|
|
228
|
+
response_data = unmarshal_json_response(
|
|
228
229
|
errors.HTTPValidationErrorData, http_res
|
|
229
230
|
)
|
|
230
231
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -314,9 +315,9 @@ class Batches(BaseSDK):
|
|
|
314
315
|
|
|
315
316
|
response_data: Any = None
|
|
316
317
|
if utils.match_response(http_res, "200", "application/json"):
|
|
317
|
-
return
|
|
318
|
+
return unmarshal_json_response(models.CommunicationBatch, http_res)
|
|
318
319
|
if utils.match_response(http_res, "422", "application/json"):
|
|
319
|
-
response_data =
|
|
320
|
+
response_data = unmarshal_json_response(
|
|
320
321
|
errors.HTTPValidationErrorData, http_res
|
|
321
322
|
)
|
|
322
323
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -406,9 +407,9 @@ class Batches(BaseSDK):
|
|
|
406
407
|
|
|
407
408
|
response_data: Any = None
|
|
408
409
|
if utils.match_response(http_res, "200", "application/json"):
|
|
409
|
-
return
|
|
410
|
+
return unmarshal_json_response(models.CommunicationBatch, http_res)
|
|
410
411
|
if utils.match_response(http_res, "422", "application/json"):
|
|
411
|
-
response_data =
|
|
412
|
+
response_data = unmarshal_json_response(
|
|
412
413
|
errors.HTTPValidationErrorData, http_res
|
|
413
414
|
)
|
|
414
415
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -493,9 +494,9 @@ class Batches(BaseSDK):
|
|
|
493
494
|
|
|
494
495
|
response_data: Any = None
|
|
495
496
|
if utils.match_response(http_res, "200", "application/json"):
|
|
496
|
-
return
|
|
497
|
+
return unmarshal_json_response(models.BatchDetails, http_res)
|
|
497
498
|
if utils.match_response(http_res, "422", "application/json"):
|
|
498
|
-
response_data =
|
|
499
|
+
response_data = unmarshal_json_response(
|
|
499
500
|
errors.HTTPValidationErrorData, http_res
|
|
500
501
|
)
|
|
501
502
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -580,9 +581,9 @@ class Batches(BaseSDK):
|
|
|
580
581
|
|
|
581
582
|
response_data: Any = None
|
|
582
583
|
if utils.match_response(http_res, "200", "application/json"):
|
|
583
|
-
return
|
|
584
|
+
return unmarshal_json_response(models.BatchDetails, http_res)
|
|
584
585
|
if utils.match_response(http_res, "422", "application/json"):
|
|
585
|
-
response_data =
|
|
586
|
+
response_data = unmarshal_json_response(
|
|
586
587
|
errors.HTTPValidationErrorData, http_res
|
|
587
588
|
)
|
|
588
589
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -681,9 +682,9 @@ class Batches(BaseSDK):
|
|
|
681
682
|
|
|
682
683
|
response_data: Any = None
|
|
683
684
|
if utils.match_response(http_res, "200", "application/json"):
|
|
684
|
-
return
|
|
685
|
+
return unmarshal_json_response(models.CommunicationBatch, http_res)
|
|
685
686
|
if utils.match_response(http_res, "422", "application/json"):
|
|
686
|
-
response_data =
|
|
687
|
+
response_data = unmarshal_json_response(
|
|
687
688
|
errors.HTTPValidationErrorData, http_res
|
|
688
689
|
)
|
|
689
690
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -782,9 +783,9 @@ class Batches(BaseSDK):
|
|
|
782
783
|
|
|
783
784
|
response_data: Any = None
|
|
784
785
|
if utils.match_response(http_res, "200", "application/json"):
|
|
785
|
-
return
|
|
786
|
+
return unmarshal_json_response(models.CommunicationBatch, http_res)
|
|
786
787
|
if utils.match_response(http_res, "422", "application/json"):
|
|
787
|
-
response_data =
|
|
788
|
+
response_data = unmarshal_json_response(
|
|
788
789
|
errors.HTTPValidationErrorData, http_res
|
|
789
790
|
)
|
|
790
791
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -883,9 +884,9 @@ class Batches(BaseSDK):
|
|
|
883
884
|
|
|
884
885
|
response_data: Any = None
|
|
885
886
|
if utils.match_response(http_res, "200", "application/json"):
|
|
886
|
-
return
|
|
887
|
+
return unmarshal_json_response(Any, http_res)
|
|
887
888
|
if utils.match_response(http_res, "422", "application/json"):
|
|
888
|
-
response_data =
|
|
889
|
+
response_data = unmarshal_json_response(
|
|
889
890
|
errors.HTTPValidationErrorData, http_res
|
|
890
891
|
)
|
|
891
892
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -984,9 +985,9 @@ class Batches(BaseSDK):
|
|
|
984
985
|
|
|
985
986
|
response_data: Any = None
|
|
986
987
|
if utils.match_response(http_res, "200", "application/json"):
|
|
987
|
-
return
|
|
988
|
+
return unmarshal_json_response(Any, http_res)
|
|
988
989
|
if utils.match_response(http_res, "422", "application/json"):
|
|
989
|
-
response_data =
|
|
990
|
+
response_data = unmarshal_json_response(
|
|
990
991
|
errors.HTTPValidationErrorData, http_res
|
|
991
992
|
)
|
|
992
993
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1087,9 +1088,9 @@ class Batches(BaseSDK):
|
|
|
1087
1088
|
|
|
1088
1089
|
response_data: Any = None
|
|
1089
1090
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1090
|
-
return
|
|
1091
|
+
return unmarshal_json_response(Any, http_res)
|
|
1091
1092
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1092
|
-
response_data =
|
|
1093
|
+
response_data = unmarshal_json_response(
|
|
1093
1094
|
errors.HTTPValidationErrorData, http_res
|
|
1094
1095
|
)
|
|
1095
1096
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1190,9 +1191,9 @@ class Batches(BaseSDK):
|
|
|
1190
1191
|
|
|
1191
1192
|
response_data: Any = None
|
|
1192
1193
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1193
|
-
return
|
|
1194
|
+
return unmarshal_json_response(Any, http_res)
|
|
1194
1195
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1195
|
-
response_data =
|
|
1196
|
+
response_data = unmarshal_json_response(
|
|
1196
1197
|
errors.HTTPValidationErrorData, http_res
|
|
1197
1198
|
)
|
|
1198
1199
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1286,11 +1287,11 @@ class Batches(BaseSDK):
|
|
|
1286
1287
|
|
|
1287
1288
|
response_data: Any = None
|
|
1288
1289
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1289
|
-
return
|
|
1290
|
+
return unmarshal_json_response(
|
|
1290
1291
|
List[models.CommunicationRequestResult], http_res
|
|
1291
1292
|
)
|
|
1292
1293
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1293
|
-
response_data =
|
|
1294
|
+
response_data = unmarshal_json_response(
|
|
1294
1295
|
errors.HTTPValidationErrorData, http_res
|
|
1295
1296
|
)
|
|
1296
1297
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1384,11 +1385,11 @@ class Batches(BaseSDK):
|
|
|
1384
1385
|
|
|
1385
1386
|
response_data: Any = None
|
|
1386
1387
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1387
|
-
return
|
|
1388
|
+
return unmarshal_json_response(
|
|
1388
1389
|
List[models.CommunicationRequestResult], http_res
|
|
1389
1390
|
)
|
|
1390
1391
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1391
|
-
response_data =
|
|
1392
|
+
response_data = unmarshal_json_response(
|
|
1392
1393
|
errors.HTTPValidationErrorData, http_res
|
|
1393
1394
|
)
|
|
1394
1395
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1487,9 +1488,9 @@ class Batches(BaseSDK):
|
|
|
1487
1488
|
|
|
1488
1489
|
response_data: Any = None
|
|
1489
1490
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1490
|
-
return
|
|
1491
|
+
return unmarshal_json_response(Any, http_res)
|
|
1491
1492
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1492
|
-
response_data =
|
|
1493
|
+
response_data = unmarshal_json_response(
|
|
1493
1494
|
errors.HTTPValidationErrorData, http_res
|
|
1494
1495
|
)
|
|
1495
1496
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1588,9 +1589,9 @@ class Batches(BaseSDK):
|
|
|
1588
1589
|
|
|
1589
1590
|
response_data: Any = None
|
|
1590
1591
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1591
|
-
return
|
|
1592
|
+
return unmarshal_json_response(Any, http_res)
|
|
1592
1593
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1593
|
-
response_data =
|
|
1594
|
+
response_data = unmarshal_json_response(
|
|
1594
1595
|
errors.HTTPValidationErrorData, http_res
|
|
1595
1596
|
)
|
|
1596
1597
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1681,9 +1682,9 @@ class Batches(BaseSDK):
|
|
|
1681
1682
|
|
|
1682
1683
|
response_data: Any = None
|
|
1683
1684
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1684
|
-
return
|
|
1685
|
+
return unmarshal_json_response(Any, http_res)
|
|
1685
1686
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1686
|
-
response_data =
|
|
1687
|
+
response_data = unmarshal_json_response(
|
|
1687
1688
|
errors.HTTPValidationErrorData, http_res
|
|
1688
1689
|
)
|
|
1689
1690
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -1774,9 +1775,9 @@ class Batches(BaseSDK):
|
|
|
1774
1775
|
|
|
1775
1776
|
response_data: Any = None
|
|
1776
1777
|
if utils.match_response(http_res, "200", "application/json"):
|
|
1777
|
-
return
|
|
1778
|
+
return unmarshal_json_response(Any, http_res)
|
|
1778
1779
|
if utils.match_response(http_res, "422", "application/json"):
|
|
1779
|
-
response_data =
|
|
1780
|
+
response_data = unmarshal_json_response(
|
|
1780
1781
|
errors.HTTPValidationErrorData, http_res
|
|
1781
1782
|
)
|
|
1782
1783
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -5,6 +5,7 @@ from syllable_sdk import errors, models, utils
|
|
|
5
5
|
from syllable_sdk._hooks import HookContext
|
|
6
6
|
from syllable_sdk.types import BaseModel, OptionalNullable, UNSET
|
|
7
7
|
from syllable_sdk.utils import get_security_from_env
|
|
8
|
+
from syllable_sdk.utils.unmarshal_json_response import unmarshal_json_response
|
|
8
9
|
from typing import Any, List, Mapping, Optional, Union, cast
|
|
9
10
|
|
|
10
11
|
|
|
@@ -107,11 +108,11 @@ class Campaigns(BaseSDK):
|
|
|
107
108
|
|
|
108
109
|
response_data: Any = None
|
|
109
110
|
if utils.match_response(http_res, "200", "application/json"):
|
|
110
|
-
return
|
|
111
|
+
return unmarshal_json_response(
|
|
111
112
|
models.ListResponseOutboundCampaign, http_res
|
|
112
113
|
)
|
|
113
114
|
if utils.match_response(http_res, "422", "application/json"):
|
|
114
|
-
response_data =
|
|
115
|
+
response_data = unmarshal_json_response(
|
|
115
116
|
errors.HTTPValidationErrorData, http_res
|
|
116
117
|
)
|
|
117
118
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -220,11 +221,11 @@ class Campaigns(BaseSDK):
|
|
|
220
221
|
|
|
221
222
|
response_data: Any = None
|
|
222
223
|
if utils.match_response(http_res, "200", "application/json"):
|
|
223
|
-
return
|
|
224
|
+
return unmarshal_json_response(
|
|
224
225
|
models.ListResponseOutboundCampaign, http_res
|
|
225
226
|
)
|
|
226
227
|
if utils.match_response(http_res, "422", "application/json"):
|
|
227
|
-
response_data =
|
|
228
|
+
response_data = unmarshal_json_response(
|
|
228
229
|
errors.HTTPValidationErrorData, http_res
|
|
229
230
|
)
|
|
230
231
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -314,9 +315,9 @@ class Campaigns(BaseSDK):
|
|
|
314
315
|
|
|
315
316
|
response_data: Any = None
|
|
316
317
|
if utils.match_response(http_res, "200", "application/json"):
|
|
317
|
-
return
|
|
318
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
318
319
|
if utils.match_response(http_res, "422", "application/json"):
|
|
319
|
-
response_data =
|
|
320
|
+
response_data = unmarshal_json_response(
|
|
320
321
|
errors.HTTPValidationErrorData, http_res
|
|
321
322
|
)
|
|
322
323
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -406,9 +407,9 @@ class Campaigns(BaseSDK):
|
|
|
406
407
|
|
|
407
408
|
response_data: Any = None
|
|
408
409
|
if utils.match_response(http_res, "200", "application/json"):
|
|
409
|
-
return
|
|
410
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
410
411
|
if utils.match_response(http_res, "422", "application/json"):
|
|
411
|
-
response_data =
|
|
412
|
+
response_data = unmarshal_json_response(
|
|
412
413
|
errors.HTTPValidationErrorData, http_res
|
|
413
414
|
)
|
|
414
415
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -493,9 +494,9 @@ class Campaigns(BaseSDK):
|
|
|
493
494
|
|
|
494
495
|
response_data: Any = None
|
|
495
496
|
if utils.match_response(http_res, "200", "application/json"):
|
|
496
|
-
return
|
|
497
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
497
498
|
if utils.match_response(http_res, "422", "application/json"):
|
|
498
|
-
response_data =
|
|
499
|
+
response_data = unmarshal_json_response(
|
|
499
500
|
errors.HTTPValidationErrorData, http_res
|
|
500
501
|
)
|
|
501
502
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -580,9 +581,9 @@ class Campaigns(BaseSDK):
|
|
|
580
581
|
|
|
581
582
|
response_data: Any = None
|
|
582
583
|
if utils.match_response(http_res, "200", "application/json"):
|
|
583
|
-
return
|
|
584
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
584
585
|
if utils.match_response(http_res, "422", "application/json"):
|
|
585
|
-
response_data =
|
|
586
|
+
response_data = unmarshal_json_response(
|
|
586
587
|
errors.HTTPValidationErrorData, http_res
|
|
587
588
|
)
|
|
588
589
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -681,9 +682,9 @@ class Campaigns(BaseSDK):
|
|
|
681
682
|
|
|
682
683
|
response_data: Any = None
|
|
683
684
|
if utils.match_response(http_res, "200", "application/json"):
|
|
684
|
-
return
|
|
685
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
685
686
|
if utils.match_response(http_res, "422", "application/json"):
|
|
686
|
-
response_data =
|
|
687
|
+
response_data = unmarshal_json_response(
|
|
687
688
|
errors.HTTPValidationErrorData, http_res
|
|
688
689
|
)
|
|
689
690
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -782,9 +783,9 @@ class Campaigns(BaseSDK):
|
|
|
782
783
|
|
|
783
784
|
response_data: Any = None
|
|
784
785
|
if utils.match_response(http_res, "200", "application/json"):
|
|
785
|
-
return
|
|
786
|
+
return unmarshal_json_response(models.OutboundCampaign, http_res)
|
|
786
787
|
if utils.match_response(http_res, "422", "application/json"):
|
|
787
|
-
response_data =
|
|
788
|
+
response_data = unmarshal_json_response(
|
|
788
789
|
errors.HTTPValidationErrorData, http_res
|
|
789
790
|
)
|
|
790
791
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -869,9 +870,9 @@ class Campaigns(BaseSDK):
|
|
|
869
870
|
|
|
870
871
|
response_data: Any = None
|
|
871
872
|
if utils.match_response(http_res, "200", "application/json"):
|
|
872
|
-
return
|
|
873
|
+
return unmarshal_json_response(Any, http_res)
|
|
873
874
|
if utils.match_response(http_res, "422", "application/json"):
|
|
874
|
-
response_data =
|
|
875
|
+
response_data = unmarshal_json_response(
|
|
875
876
|
errors.HTTPValidationErrorData, http_res
|
|
876
877
|
)
|
|
877
878
|
raise errors.HTTPValidationError(response_data, http_res)
|
|
@@ -956,9 +957,9 @@ class Campaigns(BaseSDK):
|
|
|
956
957
|
|
|
957
958
|
response_data: Any = None
|
|
958
959
|
if utils.match_response(http_res, "200", "application/json"):
|
|
959
|
-
return
|
|
960
|
+
return unmarshal_json_response(Any, http_res)
|
|
960
961
|
if utils.match_response(http_res, "422", "application/json"):
|
|
961
|
-
response_data =
|
|
962
|
+
response_data = unmarshal_json_response(
|
|
962
963
|
errors.HTTPValidationErrorData, http_res
|
|
963
964
|
)
|
|
964
965
|
raise errors.HTTPValidationError(response_data, http_res)
|