telnyx 3.5.0__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telnyx might be problematic. Click here for more details.
- telnyx/_version.py +1 -1
- telnyx/resources/ai/assistants/assistants.py +13 -15
- telnyx/resources/ai/assistants/versions.py +13 -15
- telnyx/resources/calls/actions.py +4 -2
- telnyx/resources/calls/calls.py +4 -2
- telnyx/resources/documents.py +242 -37
- telnyx/resources/messaging_tollfree/verification/requests.py +6 -9
- telnyx/resources/verify_profiles.py +9 -10
- telnyx/types/__init__.py +8 -6
- telnyx/types/access_ip_address_list_response.py +3 -12
- telnyx/types/access_ip_range_list_response.py +3 -12
- telnyx/types/ai/__init__.py +1 -3
- telnyx/types/ai/assistants/__init__.py +0 -3
- telnyx/types/ai/assistants_list.py +4 -88
- telnyx/types/ai/{assistant_clone_response.py → inference_embedding.py} +2 -2
- telnyx/types/call_dial_params.py +2 -1
- telnyx/types/calls/__init__.py +1 -0
- telnyx/types/calls/action_start_streaming_params.py +2 -1
- telnyx/types/calls/action_start_transcription_params.py +2 -102
- telnyx/types/calls/telnyx_transcription_language.py +108 -0
- telnyx/types/calls/transcription_engine_b_config_param.py +3 -102
- telnyx/types/calls/transcription_start_request_param.py +2 -102
- telnyx/types/document_upload_json_params.py +39 -0
- telnyx/types/document_upload_json_response.py +12 -0
- telnyx/types/legacy/reporting/batch_detail_records/__init__.py +1 -0
- telnyx/types/legacy/reporting/batch_detail_records/batch_csv_pagination_meta.py +17 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +3 -12
- telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +3 -12
- telnyx/types/legacy/reporting/usage_reports/__init__.py +1 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +3 -12
- telnyx/types/legacy/reporting/usage_reports/standard_pagination_meta.py +17 -0
- telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +3 -12
- telnyx/types/{verify_profile_create_template_response.py → message_template.py} +2 -2
- telnyx/types/messaging_tollfree/verification/__init__.py +1 -0
- telnyx/types/messaging_tollfree/verification/request_create_params.py +3 -5
- telnyx/types/messaging_tollfree/verification/request_update_params.py +3 -5
- telnyx/types/messaging_tollfree/verification/toll_free_verification_entity_type.py +9 -0
- telnyx/types/messaging_tollfree/verification/verification_request_egress.py +2 -4
- telnyx/types/messaging_tollfree/verification/verification_request_status.py +2 -4
- telnyx/types/oauth_client_list_response.py +3 -16
- telnyx/types/oauth_grant_list_response.py +3 -16
- telnyx/types/pagination_meta_cloudflare_ip_list_sync.py +15 -0
- telnyx/types/pagination_meta_oauth.py +21 -0
- telnyx/types/phone_number_blocks/__init__.py +1 -0
- telnyx/types/phone_number_blocks/job.py +3 -34
- telnyx/types/phone_number_blocks/job_error.py +32 -0
- telnyx/types/phone_numbers/phone_numbers_job.py +3 -36
- telnyx/types/report_list_mdrs_response.py +3 -12
- telnyx/types/reports/__init__.py +1 -0
- telnyx/types/reports/mdr_usage_report_list_response.py +3 -12
- telnyx/types/reports/pagination_meta_reporting.py +17 -0
- telnyx/types/stream_bidirectional_sampling_rate.py +7 -0
- telnyx/types/verifications/__init__.py +1 -0
- telnyx/types/verifications/by_phone_number_list_response.py +4 -13
- telnyx/types/verifications/verify_meta.py +17 -0
- telnyx/types/verify_profile_list_response.py +4 -13
- {telnyx-3.5.0.dist-info → telnyx-3.6.0.dist-info}/METADATA +2 -2
- {telnyx-3.5.0.dist-info → telnyx-3.6.0.dist-info}/RECORD +60 -54
- telnyx/types/ai/assistant_create_response.py +0 -92
- telnyx/types/ai/assistant_retrieve_response.py +0 -92
- telnyx/types/ai/assistants/version_promote_response.py +0 -92
- telnyx/types/ai/assistants/version_retrieve_response.py +0 -92
- telnyx/types/ai/assistants/version_update_response.py +0 -92
- telnyx/types/verify_profile_update_template_response.py +0 -12
- {telnyx-3.5.0.dist-info → telnyx-3.6.0.dist-info}/WHEEL +0 -0
- {telnyx-3.5.0.dist-info → telnyx-3.6.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -11,7 +11,7 @@ telnyx/_resource.py,sha256=B4Qg-uO2a34FQHHZskn89eVURqMuSvv1TdeBJH1z1rU,1100
|
|
|
11
11
|
telnyx/_response.py,sha256=4X24wr7uQn2hnM_b0xqQ92zSgxRFFfWG2lTg93-KzNo,28788
|
|
12
12
|
telnyx/_streaming.py,sha256=OfSFcMQJ_mnvfkbIdOG7Ajp0SMbXnOJSga4xXHjNAJk,10100
|
|
13
13
|
telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
|
|
14
|
-
telnyx/_version.py,sha256=
|
|
14
|
+
telnyx/_version.py,sha256=95lktWG85UkykT2sucpY_o4Zsb-ABBJ4QYQFeAtjV5s,158
|
|
15
15
|
telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
17
|
telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
@@ -50,7 +50,7 @@ telnyx/resources/customer_service_records.py,sha256=U5G-3yTKp8E_Qci4_fqqy_LpR4pU
|
|
|
50
50
|
telnyx/resources/detail_records.py,sha256=ifrZ6QSXYq36RWZVdf2UrSjiYYLLhG_WDn7ya_AY0Mw,7826
|
|
51
51
|
telnyx/resources/dialogflow_connections.py,sha256=D_mWEPQLwMnHbt288JauZW3IFFj4GBmFGCjh0WLYkGM,21486
|
|
52
52
|
telnyx/resources/document_links.py,sha256=vs19uL811QIkkzZV4i7c2Nv70OosCfwXC10D-beILV8,7446
|
|
53
|
-
telnyx/resources/documents.py,sha256=
|
|
53
|
+
telnyx/resources/documents.py,sha256=8BBqG5s6pXAaiYeKw5pjv1fzlWsIZ02Sd4WFhXa9EcA,42516
|
|
54
54
|
telnyx/resources/dynamic_emergency_addresses.py,sha256=zA0sx_lrF8nOl03-BTCfw3K1iEUkijHqfI974m-QyVU,19961
|
|
55
55
|
telnyx/resources/dynamic_emergency_endpoints.py,sha256=LrgALacXNppdn94Hl3tOjQWIGQ2x_CDEzXp2r8M0vVg,18692
|
|
56
56
|
telnyx/resources/enum.py,sha256=kqfYfLLBYyW4G56DIMU9ewIX6a6nE2HaZlsVmwhlSJc,7191
|
|
@@ -130,7 +130,7 @@ telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZ
|
|
|
130
130
|
telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
|
|
131
131
|
telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
|
|
132
132
|
telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
|
|
133
|
-
telnyx/resources/verify_profiles.py,sha256=
|
|
133
|
+
telnyx/resources/verify_profiles.py,sha256=p04zuJk1_we5Ez6OyRVq-KE1EALdgVjzmXukG8biw1A,32125
|
|
134
134
|
telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
|
|
135
135
|
telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
|
|
136
136
|
telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
|
|
@@ -153,11 +153,11 @@ telnyx/resources/ai/audio.py,sha256=4s-xiVp_wFBLDOfN5ZAxsnQbBdKgRhqjZHhfmN9YkCo,
|
|
|
153
153
|
telnyx/resources/ai/chat.py,sha256=_XX3x2FxTZVHBNYT-wg23xqRR9sAIjsmS_fEgb5mEL8,18414
|
|
154
154
|
telnyx/resources/ai/clusters.py,sha256=ysG8tYAcsl-vZxiQ4lt6Yxj9Oh6hYgZAD4fJVoSJrL0,23144
|
|
155
155
|
telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
|
|
156
|
-
telnyx/resources/ai/assistants/assistants.py,sha256=
|
|
156
|
+
telnyx/resources/ai/assistants/assistants.py,sha256=zFAte44nVm-e7Y1cBHC5KUjfakXlqjzU4mlwV5FdpHg,55902
|
|
157
157
|
telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
|
|
158
158
|
telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
|
|
159
159
|
telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
|
|
160
|
-
telnyx/resources/ai/assistants/versions.py,sha256=
|
|
160
|
+
telnyx/resources/ai/assistants/versions.py,sha256=ISqq28M0iIJxWFg7iwh5g5t9qF5Ugh-Xwf_EbfLQ8e8,28812
|
|
161
161
|
telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
|
|
162
162
|
telnyx/resources/ai/assistants/tests/runs.py,sha256=qTKnqb_8xCpIlNaI3nakcz6I0m52sDR-xllQVNQOb6Y,14621
|
|
163
163
|
telnyx/resources/ai/assistants/tests/tests.py,sha256=dwrqw6FV0lZKtLDAkSLC8wh45zV5qOTXNxoN6_xwnCI,29714
|
|
@@ -185,8 +185,8 @@ telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-6
|
|
|
185
185
|
telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
|
|
186
186
|
telnyx/resources/bundle_pricing/user_bundles.py,sha256=d44DFB_SSgXQcFceR3vY4wsQ8pukdATqWoSBoLUcYLA,28714
|
|
187
187
|
telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
|
|
188
|
-
telnyx/resources/calls/actions.py,sha256=
|
|
189
|
-
telnyx/resources/calls/calls.py,sha256=
|
|
188
|
+
telnyx/resources/calls/actions.py,sha256=Dckv3a45gu1onwftc3hUrKUVjB8dWieNV_r0Y9RkwN8,309099
|
|
189
|
+
telnyx/resources/calls/calls.py,sha256=tmG2IWlA5OLZ7xDybyycpVKzAQ2G9KaOlxnf1xfrz3E,44548
|
|
190
190
|
telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
|
|
191
191
|
telnyx/resources/campaign/campaign.py,sha256=CDmsWo_1eAg9tIdAu9SwU-8xTusuxSU76o2V_mKuCiI,41458
|
|
192
192
|
telnyx/resources/campaign/osr.py,sha256=q-xqVNbfaDh73WYjcwNiPmQ9kUFO0lncRaAKcdIojkk,5764
|
|
@@ -244,7 +244,7 @@ telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=dm_i1018l_12nqJ
|
|
|
244
244
|
telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
|
|
245
245
|
telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
|
|
246
246
|
telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
|
|
247
|
-
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=
|
|
247
|
+
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=GMrH1QJpDvnJOSrq_QBmL5eyXzr9sXAdgEDfGQN5d5c,48385
|
|
248
248
|
telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
|
|
249
249
|
telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
|
|
250
250
|
telnyx/resources/networks/default_gateway.py,sha256=a6PX1uKfEbH9G6KmYUpW87sdwUxBYfZZE0DPVseW0Yk,13030
|
|
@@ -356,15 +356,15 @@ telnyx/resources/verified_numbers/verified_numbers.py,sha256=qVm5RJTF6UZNQ4XoVBD
|
|
|
356
356
|
telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
|
|
357
357
|
telnyx/resources/wireless/detail_records_reports.py,sha256=y6UEeAZVH4Wx8ddjiLNtWWQmxZ4XC25t9U8a8oX4o4M,17922
|
|
358
358
|
telnyx/resources/wireless/wireless.py,sha256=YFhowq4mQXRL0dPhHoMWIit_zZTaXWkh1uje13Zpng0,8176
|
|
359
|
-
telnyx/types/__init__.py,sha256=
|
|
359
|
+
telnyx/types/__init__.py,sha256=mRUDfmwY2VzlWNqNsdqscgqSj5A_SzxIbRsujMd4Akw,99633
|
|
360
360
|
telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
|
|
361
361
|
telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
|
|
362
|
-
telnyx/types/access_ip_address_list_response.py,sha256=
|
|
362
|
+
telnyx/types/access_ip_address_list_response.py,sha256=W-7u_KkgrpZOEs0GRau9LPHVGaifi-mzP_cgWg8-m1I,473
|
|
363
363
|
telnyx/types/access_ip_address_response.py,sha256=hbO8ftAMQrRQSgZnZypafa14lzeD_NGkrEyHrTe-pHo,571
|
|
364
364
|
telnyx/types/access_ip_range.py,sha256=euEtQEzv_1X1gmbUJ2HEj6gCNfRRsYZNiz6-AwwCnFM,534
|
|
365
365
|
telnyx/types/access_ip_range_create_params.py,sha256=zQizIleZucq1wKNAtuy7AxjglfBQmEywUACg9t0Cl9Q,325
|
|
366
366
|
telnyx/types/access_ip_range_list_params.py,sha256=q-TgSlwTgvMkiYGSyR66RQWKVZZopxLkWdLJK-HBPQI,2405
|
|
367
|
-
telnyx/types/access_ip_range_list_response.py,sha256=
|
|
367
|
+
telnyx/types/access_ip_range_list_response.py,sha256=BcMVh3oTium0tTIHKjNfb-2QDiNp4Jqe_WiLqKU9OOE,438
|
|
368
368
|
telnyx/types/address.py,sha256=hv48rfJl9lstPsiBfPfsRCgEg1gwrqKW_lVzHUUMDFg,3144
|
|
369
369
|
telnyx/types/address_create_params.py,sha256=2lGqy3wSFiMu-HNZLLI2Xw8Nn-gmzcbzddwvAa7NLoE,2624
|
|
370
370
|
telnyx/types/address_create_response.py,sha256=j2e-N0vYqiWOCpXtPQl2VN1dzV5aRND7Y4Yi07o2mnI,291
|
|
@@ -437,7 +437,7 @@ telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94
|
|
|
437
437
|
telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
|
|
438
438
|
telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
|
|
439
439
|
telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
|
|
440
|
-
telnyx/types/call_dial_params.py,sha256=
|
|
440
|
+
telnyx/types/call_dial_params.py,sha256=uGIMCdkBCC4OEo9zZiXGd53m3FiKLdbWRXaIcQiknBA,16198
|
|
441
441
|
telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
|
|
442
442
|
telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
|
|
443
443
|
telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
|
|
@@ -579,6 +579,8 @@ telnyx/types/document_list_response.py,sha256=-_gLD3b7x0UT6kfHZ4Z05xEKdpfHEd5fND
|
|
|
579
579
|
telnyx/types/document_retrieve_response.py,sha256=22mTiLGxPa_ClgA0K0wQ_utozd_FffrM3m1XJtNkGcM,332
|
|
580
580
|
telnyx/types/document_update_params.py,sha256=-pdFL8Ra8mn8accOvApZTnu5bVky0hZJlsBIQs4JMK8,399
|
|
581
581
|
telnyx/types/document_update_response.py,sha256=K4eMjEPsMpJ4daDpu08PgZqNuwEzzt3JPOUjBySBfjY,328
|
|
582
|
+
telnyx/types/document_upload_json_params.py,sha256=1xGx0NANOHFrz3gOMx8yPewNlzdRhpdEeocqjbyjJIY,1242
|
|
583
|
+
telnyx/types/document_upload_json_response.py,sha256=2uLgMh6y07-rHOnK00J95CbFxIzNBDN9tdwaIE81qY0,336
|
|
582
584
|
telnyx/types/document_upload_params.py,sha256=pU9wSxc4XvZCX2z2O6DQk0kEt8vBK0_0OSaCxR1XAKY,1234
|
|
583
585
|
telnyx/types/document_upload_response.py,sha256=81z3z6mwwWMdIX2JGds3q4baK0x8WAMiyHeCYL_4EHo,328
|
|
584
586
|
telnyx/types/dtmf_type.py,sha256=lPGsm0CFOe0KBJR7pxOnxNr7XlB3TKa81JuAH5oCS8I,225
|
|
@@ -763,6 +765,7 @@ telnyx/types/message_send_params.py,sha256=6Pwx0Eco0MDZ4ypedLUFMpBkMmmVzJiUVuleS
|
|
|
763
765
|
telnyx/types/message_send_response.py,sha256=VNa37bL5N0Qt3B20cRTALoHph6u1G3dCKoW22j-ml5k,334
|
|
764
766
|
telnyx/types/message_send_short_code_params.py,sha256=BuoMtCtyl2wXGEZRlhZYMaQaXtKGvcykmPnsbdu4EmE,1683
|
|
765
767
|
telnyx/types/message_send_short_code_response.py,sha256=0OXWKYMyPdTTOWoOy_Da9jCe6uxP8lTyF3BSHGSzmHU,352
|
|
768
|
+
telnyx/types/message_template.py,sha256=TY7lYyWA0NMQZEUD_LB4p33ymKVsTCg4d8OKR3KFzYk,370
|
|
766
769
|
telnyx/types/messaging_error.py,sha256=EeXUDByRpKqwPefeMwsqJVB4__yLLW9pm9fnB4NxnCo,575
|
|
767
770
|
telnyx/types/messaging_hosted_number_delete_response.py,sha256=CVOIUTUYoNAauR5_qR9Z5wHKZlC-Kd6dloNaEh10-pw,386
|
|
768
771
|
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=fo_oC19th-_0hpglEeu0IsFLzNIeL7PnlSNyFkwLIPo,458
|
|
@@ -885,14 +888,14 @@ telnyx/types/oauth_client.py,sha256=qtjED8m2pQHAyDquum3u39y4Md7IDry0b8VnGdqpoLI,
|
|
|
885
888
|
telnyx/types/oauth_client_create_params.py,sha256=n_nJTEQzHC7zATP7mCRx5F_ELQeU9rqGob47-avi1oY,1136
|
|
886
889
|
telnyx/types/oauth_client_create_response.py,sha256=Z9qxhRbxV7aLm8EYX9K9ZogVbbiJ_K1ftvh8KGLsfBg,312
|
|
887
890
|
telnyx/types/oauth_client_list_params.py,sha256=tLcLmTdYbfWlBxHHp4_sV9UWGIZWzRxHWGnwaVnNRtk,1362
|
|
888
|
-
telnyx/types/oauth_client_list_response.py,sha256=
|
|
891
|
+
telnyx/types/oauth_client_list_response.py,sha256=adgnOAaQJAquILxfPOLaxgHP2QmK0dKBRWFAl-oChVk,423
|
|
889
892
|
telnyx/types/oauth_client_retrieve_response.py,sha256=OIrIEbNSxfo19ZgCdxswV9jY4NM5diQ7q6HJJrYZaVI,316
|
|
890
893
|
telnyx/types/oauth_client_update_params.py,sha256=mqqIUwlZbxUvLBA0RPwZVC7g6hmG3UJ_2Q-TA8EHvaE,967
|
|
891
894
|
telnyx/types/oauth_client_update_response.py,sha256=Jq-ft1nb1BYx5VSm0V1-HWyjkuooqd4JLzC1IJZn-q0,312
|
|
892
895
|
telnyx/types/oauth_grant.py,sha256=yRnGPcPxO9X53-gzQuIKrPpWDONNMKngB4esLZQ-SlU,696
|
|
893
896
|
telnyx/types/oauth_grant_delete_response.py,sha256=94_Sxy8j7DZqM8d1xBqvZU1gXcrgoFI8fSVG-v1oi_8,307
|
|
894
897
|
telnyx/types/oauth_grant_list_params.py,sha256=QUqXr2j_47an8zFXwf_iaRR_FgkBvcyXK06RE_Ik36o,491
|
|
895
|
-
telnyx/types/oauth_grant_list_response.py,sha256=
|
|
898
|
+
telnyx/types/oauth_grant_list_response.py,sha256=FcdxLxhCxswI1yXdKD1X97jcJrZtRAneXfPVgklrhR0,418
|
|
896
899
|
telnyx/types/oauth_grant_retrieve_response.py,sha256=36LrQTmeQXG093wWn1d7eHLPqumphdDNbCnOXAcISH8,311
|
|
897
900
|
telnyx/types/oauth_grants_params.py,sha256=MOrGxhdb5bhZN2_PabKauyxM4ZVETJeS6OqX5Or1eKc,382
|
|
898
901
|
telnyx/types/oauth_grants_response.py,sha256=wcnrD0xsNzu8WE-GP9VkKK3dC8SzmqR-5Oq0vqBBocY,272
|
|
@@ -925,6 +928,8 @@ telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAga
|
|
|
925
928
|
telnyx/types/outbound_voice_profile_update_params.py,sha256=ZR9TteAeuFDeDkEh-MqUmLYwJIId1F6O8V9fAONnDPY,2870
|
|
926
929
|
telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
|
|
927
930
|
telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
|
|
931
|
+
telnyx/types/pagination_meta_cloudflare_ip_list_sync.py,sha256=MihC2eavedAnkGzPcF3pdr3TIqeyYT3bGVqPG9oXaaw,311
|
|
932
|
+
telnyx/types/pagination_meta_oauth.py,sha256=K9y5rG0Rhu9Hn0xsBUyh7Wnn_fS16VqNms1lmS4ckNo,509
|
|
928
933
|
telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
|
|
929
934
|
telnyx/types/partner_campaign_list_response.py,sha256=LPX5oC1NpKPzapjI41-qWHcA7rTfhrcv9Zjcoawz7Kk,526
|
|
930
935
|
telnyx/types/partner_campaign_list_shared_by_me_params.py,sha256=EhOqECUFifOHMDMbqyQXDbNzuXX0nvhUUNgL7YH1PXI,608
|
|
@@ -1045,7 +1050,7 @@ telnyx/types/regulatory_requirement_retrieve_params.py,sha256=eycU8B3_UIYh6ikdRL
|
|
|
1045
1050
|
telnyx/types/regulatory_requirement_retrieve_response.py,sha256=ML0a3Te_vhCA3TQU4ex5jZjAdvRkIJkwVUjMtZ7v9Bw,1328
|
|
1046
1051
|
telnyx/types/replaced_link_click_webhook_event.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
|
|
1047
1052
|
telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKcZJNZC5paO4,831
|
|
1048
|
-
telnyx/types/report_list_mdrs_response.py,sha256=
|
|
1053
|
+
telnyx/types/report_list_mdrs_response.py,sha256=P3lqnwXACpqj0M4fI1dNy9ItxrzKOkIRnzTqs1hDZ8Q,1860
|
|
1049
1054
|
telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
|
|
1050
1055
|
telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
|
|
1051
1056
|
telnyx/types/requirement_group.py,sha256=YK8bRmW5AMMjnub0ic-xU8cacrR9HU_pNDvg4Z903h0,1213
|
|
@@ -1149,6 +1154,7 @@ telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K
|
|
|
1149
1154
|
telnyx/types/storage_list_migration_source_coverage_response.py,sha256=scPDrxF0TeUHHjpZi7lQgmOCM2dF7Dwi2FGm6kSw2bo,700
|
|
1150
1155
|
telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
|
|
1151
1156
|
telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
|
|
1157
|
+
telnyx/types/stream_bidirectional_sampling_rate.py,sha256=T2WEMVE7_AeX1AXkXcSkXXab8zT-jxMySKCR7PRaLVA,271
|
|
1152
1158
|
telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
|
|
1153
1159
|
telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
|
|
1154
1160
|
telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
|
|
@@ -1231,15 +1237,13 @@ telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIq
|
|
|
1231
1237
|
telnyx/types/verify_profile.py,sha256=jLAoLw6jSpcHzf523blICOqbdUn8tie9v0CNbJCSHN4,5174
|
|
1232
1238
|
telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
|
|
1233
1239
|
telnyx/types/verify_profile_create_template_params.py,sha256=INfbxm21Yp6SPWPu-j-r6VF0UKHZV1IcyUau2hLpQ7I,365
|
|
1234
|
-
telnyx/types/verify_profile_create_template_response.py,sha256=7vNrRRvU9YgIF_BiuodyDewYuoeOuAvpLJj-R5XVy1I,410
|
|
1235
1240
|
telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
|
|
1236
1241
|
telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
|
|
1237
|
-
telnyx/types/verify_profile_list_response.py,sha256=
|
|
1242
|
+
telnyx/types/verify_profile_list_response.py,sha256=kW3kIiKZCQRrI4MjGHTgVtYi1ulOEa5DixGHRuaZugs,375
|
|
1238
1243
|
telnyx/types/verify_profile_message_template_response.py,sha256=rrKwb76NrJSljpk3SOFr-SN0KxFW1IqLoYunLiFtX3o,318
|
|
1239
1244
|
telnyx/types/verify_profile_retrieve_templates_response.py,sha256=_SYFWscsScg7pOuhMsvAN_Y2M8maX-GL-pP_65UfhYM,401
|
|
1240
1245
|
telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
|
|
1241
1246
|
telnyx/types/verify_profile_update_template_params.py,sha256=a3PseCd91Jmz-jN3Zl7-mmFsbo0vO-tE2zLLRzhzaFc,365
|
|
1242
|
-
telnyx/types/verify_profile_update_template_response.py,sha256=sycpafQ8lKjgR_s2AixkjBn1IySyemeL1O8wH1JQ9XM,410
|
|
1243
1247
|
telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
|
|
1244
1248
|
telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
|
|
1245
1249
|
telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
|
|
@@ -1298,22 +1302,19 @@ telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLr
|
|
|
1298
1302
|
telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
|
|
1299
1303
|
telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
|
|
1300
1304
|
telnyx/types/addresses/action_validate_response.py,sha256=6UKH9IcWjNl4LtKrFhCflwn0JWmJ8HlSZsLZKputDGk,2227
|
|
1301
|
-
telnyx/types/ai/__init__.py,sha256=
|
|
1305
|
+
telnyx/types/ai/__init__.py,sha256=Mq5MhUKSp41NHmxFSoeY-DN52uAlhPsoXAzCYHjB-bM,6299
|
|
1302
1306
|
telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
|
|
1303
1307
|
telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
|
|
1304
|
-
telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
|
|
1305
1308
|
telnyx/types/ai/assistant_create_params.py,sha256=cjcxqMWuNxef5C7jq9R5ktWld9TgORF5Wz6n0WqAELU,2852
|
|
1306
|
-
telnyx/types/ai/assistant_create_response.py,sha256=9rvGRN8uUxk6Twe6FVlMXKlHIQJi2hSRNQoW9iBKFlg,3024
|
|
1307
1309
|
telnyx/types/ai/assistant_delete_response.py,sha256=Ds8GWenkIBgXRao6LDJX7gZb25y8V482zfbFoqvRzMw,251
|
|
1308
1310
|
telnyx/types/ai/assistant_get_texml_response.py,sha256=sTvUF8AQOVOB0OGnkvpWoMqReDTuxSM4-eS7bHoiXSE,212
|
|
1309
1311
|
telnyx/types/ai/assistant_import_params.py,sha256=Pk9yitwATbIfsvXM5SydcSKUUSOPTqQz1tfKXUq6xOw,626
|
|
1310
1312
|
telnyx/types/ai/assistant_param.py,sha256=JmTZBM5cvf9_FL2dfpSE4kgxT8cYlTi0jYrEW2qragg,3629
|
|
1311
1313
|
telnyx/types/ai/assistant_retrieve_params.py,sha256=JZ7ojEWhYs2h3e0JBUXfKnaz5tdb01Nx0eP4ntHVTEw,447
|
|
1312
|
-
telnyx/types/ai/assistant_retrieve_response.py,sha256=g8c-z-jXzBYAuqaQMv_DnPzJZjyunhu2Gzl7KWiHRmk,3028
|
|
1313
1314
|
telnyx/types/ai/assistant_tool.py,sha256=EDBdF-MtB5DVl8ey1FuoVt2Z71nNv-P2OE9iXq4TRI8,3461
|
|
1314
1315
|
telnyx/types/ai/assistant_tool_param.py,sha256=SVCigf9OuXF31xNTLtR4pOfrGXNIfXZbY6FoWbjHP0s,3653
|
|
1315
1316
|
telnyx/types/ai/assistant_update_params.py,sha256=Xiw9w8pVTTinim7jInrT01boGZFpoYY5IkWqF-ppHCA,2949
|
|
1316
|
-
telnyx/types/ai/assistants_list.py,sha256=
|
|
1317
|
+
telnyx/types/ai/assistants_list.py,sha256=x3FhncF05rXI3gOJGIKDGIwnyUSb5rHvHaDw7h1-n68,297
|
|
1317
1318
|
telnyx/types/ai/audio_transcribe_params.py,sha256=E1QqgLbL27D1E9a_7B455aZPFR4N_NHeNft6KpaH69M,1576
|
|
1318
1319
|
telnyx/types/ai/audio_transcribe_response.py,sha256=nwvEgMlNdOqlnlKOP2uzU0GkomsqD8utgeVPDOAGepQ,953
|
|
1319
1320
|
telnyx/types/ai/background_task_status.py,sha256=qfGTzQ1GkZNXhjkOQkQS7_UGv8eDCwC6_S_b1xN-hQU,280
|
|
@@ -1348,6 +1349,7 @@ telnyx/types/ai/hangup_tool_param.py,sha256=SQvf6lFUgKV1HDeT2qNY__eu-qDx_FnAjlXQ
|
|
|
1348
1349
|
telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3StXH2VN2k,336
|
|
1349
1350
|
telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
|
|
1350
1351
|
telnyx/types/ai/import_metadata.py,sha256=6ksg_q1mIoL3FkoE9PkVXOPZeRk7HrJyNX-MZRq_kxk,475
|
|
1352
|
+
telnyx/types/ai/inference_embedding.py,sha256=ZWbXiQSKghUKKihfJItupEUevmydt1N-8ULgwHirY30,3014
|
|
1351
1353
|
telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
|
|
1352
1354
|
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
|
|
1353
1355
|
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=HgolavFaJGClQw1DXD6wJNfgZMZFVZa6hEWVcbHwljw,1424
|
|
@@ -1373,7 +1375,7 @@ telnyx/types/ai/voice_settings.py,sha256=zduMFwanb7P3W-_ZBcnnMqTRWMFpbq7ikq1sQkW
|
|
|
1373
1375
|
telnyx/types/ai/voice_settings_param.py,sha256=bOFi6w02ULGtQA8-cLJit7UJRd4SQ_HJptwqmG1fyrY,2929
|
|
1374
1376
|
telnyx/types/ai/webhook_tool.py,sha256=S_RXQiWcyOokeXb7XOad2NRPmM5q77s1_x_z5hOl6gk,386
|
|
1375
1377
|
telnyx/types/ai/webhook_tool_param.py,sha256=ANK9w6A-cmMLTJThOMcKXXYoVmILQmOdqtIzq4RlNfI,469
|
|
1376
|
-
telnyx/types/ai/assistants/__init__.py,sha256
|
|
1378
|
+
telnyx/types/ai/assistants/__init__.py,sha256=xwG1OP5yg3Pus0IofIv0apHp1xgpzyN-YWLvFr1J2bY,1982
|
|
1377
1379
|
telnyx/types/ai/assistants/assistant_test.py,sha256=jq6P64Ncm61lSR9UQU_akStuMVudL3KpgIspZIgzCLs,1491
|
|
1378
1380
|
telnyx/types/ai/assistants/canary_deploy_create_params.py,sha256=Egkt9Aux40LRP6bG5HuutOEs-WxYxI_b55RZmZJiO68,447
|
|
1379
1381
|
telnyx/types/ai/assistants/canary_deploy_response.py,sha256=DF0X3tYdDGXwWvk6aTJLipYaBFw0b2nDpj2QxXAhtt4,404
|
|
@@ -1395,11 +1397,8 @@ telnyx/types/ai/assistants/tool_test_params.py,sha256=7bPia0hKaaTPxBB9TewKx0TSgI
|
|
|
1395
1397
|
telnyx/types/ai/assistants/tool_test_response.py,sha256=tCPIDiY8fksWXYaxUbAq9eRcr7DB-fjJ4OUuTHCeDd4,432
|
|
1396
1398
|
telnyx/types/ai/assistants/version_config.py,sha256=BreLDwxDUjwrwgqI1k8Oiojqc0_Nm8HVozPTIhHe27M,357
|
|
1397
1399
|
telnyx/types/ai/assistants/version_config_param.py,sha256=WmwXeth_e9xEcXwOg_lG-yk_54Yb3QQgQOF3wHFD4Hg,452
|
|
1398
|
-
telnyx/types/ai/assistants/version_promote_response.py,sha256=OH2_czCsc3x4_fGryjJXf_l2O7HyNZ7PpeeoO1zEDO0,3032
|
|
1399
1400
|
telnyx/types/ai/assistants/version_retrieve_params.py,sha256=dHctLxr7izCYdLpfLWgWIto5zV6kbx-WaoPb927rFww,328
|
|
1400
|
-
telnyx/types/ai/assistants/version_retrieve_response.py,sha256=CWNILuNkWAHd9ckp5yWONwNpuZ_M2S9Y4eiVm8jt7XY,3034
|
|
1401
1401
|
telnyx/types/ai/assistants/version_update_params.py,sha256=R-BvozbYsvYLuA7VyTZz8uDLEyHbrJbt3Pg6b74T-QU,2859
|
|
1402
|
-
telnyx/types/ai/assistants/version_update_response.py,sha256=zIgCTcssv5wCQUv7Uigf49UlV9RP-VbG7EJIszgNJv4,3030
|
|
1403
1402
|
telnyx/types/ai/assistants/tests/__init__.py,sha256=-6Q4JrBMcugVh5N_i6_Kwp6u8eQgSAIkpBU1Q8YNz5g,453
|
|
1404
1403
|
telnyx/types/ai/assistants/tests/run_list_params.py,sha256=LETIrcrJKcrmpkzVORDGqSMeDRGdMrpc4Goj0lw0SNs,652
|
|
1405
1404
|
telnyx/types/ai/assistants/tests/run_trigger_params.py,sha256=p6hkzTH7GAFcrb5j2_ZJi7JLxfflom3z7A-B8rqqp_8,473
|
|
@@ -1455,7 +1454,7 @@ telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=iuQooCsvlnG
|
|
|
1455
1454
|
telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5HE5PqKV8be2gwi2kHpv9BfjMWTpmy1VOr4,474
|
|
1456
1455
|
telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
|
|
1457
1456
|
telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
|
|
1458
|
-
telnyx/types/calls/__init__.py,sha256=
|
|
1457
|
+
telnyx/types/calls/__init__.py,sha256=FlInFMLL5Ua_2ReNxjA0j0CrTKv9DStzuHWs6Yx4yTY,8342
|
|
1459
1458
|
telnyx/types/calls/action_answer_params.py,sha256=eihEqpTQveI6Rz8WK7Krzt0SP81_lvOr_Z7t03wiZLU,4987
|
|
1460
1459
|
telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
|
|
1461
1460
|
telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
|
|
@@ -1500,9 +1499,9 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
|
|
|
1500
1499
|
telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
|
|
1501
1500
|
telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
|
|
1502
1501
|
telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
|
|
1503
|
-
telnyx/types/calls/action_start_streaming_params.py,sha256=
|
|
1502
|
+
telnyx/types/calls/action_start_streaming_params.py,sha256=rq9n6pGWLVcA3ALXb8SgKTdmBDAdSOcJyjFsfwv7jq0,2158
|
|
1504
1503
|
telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
|
|
1505
|
-
telnyx/types/calls/action_start_transcription_params.py,sha256=
|
|
1504
|
+
telnyx/types/calls/action_start_transcription_params.py,sha256=Fwrisvrzx6lg1Y8DGA9dy92gs_edhzeYuFc9mt6H6PU,5484
|
|
1506
1505
|
telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
|
|
1507
1506
|
telnyx/types/calls/action_stop_ai_assistant_params.py,sha256=dpiR3dGM3Fcz5PdqTDhq2s5Y9vmBFkJYIWhIJ1hv25Q,588
|
|
1508
1507
|
telnyx/types/calls/action_stop_ai_assistant_response.py,sha256=dlDTKZd_L46ZZTuNSUUYds2iteLKVBpFhFvPZw9ERuI,362
|
|
@@ -1534,11 +1533,12 @@ telnyx/types/calls/eleven_labs_voice_settings_param.py,sha256=gHD7fEYqxD2OyYzE9E
|
|
|
1534
1533
|
telnyx/types/calls/google_transcription_language.py,sha256=tDjPKZGELuC58nHl_Ea04h15dSDmvb1j2nc3_VJXRdg,1034
|
|
1535
1534
|
telnyx/types/calls/interruption_settings_param.py,sha256=rHmZAs6dTs7UPmONAvYOfBqMYVdzi7aP_BsVv4XxHFs,356
|
|
1536
1535
|
telnyx/types/calls/loopcount_param.py,sha256=snoWd5Kn2jbPeeplbITO2We4h3xKwkQRrDslcA3ZBWc,263
|
|
1536
|
+
telnyx/types/calls/telnyx_transcription_language.py,sha256=rza_Pj9d5Xbu4ZHdOJ4L9qePnEnrfpRIa2U65F7-c5E,1242
|
|
1537
1537
|
telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhshbTcORKqIcXyS1GFLYCs,413
|
|
1538
1538
|
telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
|
|
1539
1539
|
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
|
|
1540
|
-
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=
|
|
1541
|
-
telnyx/types/calls/transcription_start_request_param.py,sha256=
|
|
1540
|
+
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=UhBorqfVc4qCmias4aK0QDoQ1avXygGDaB73_RDOOAM,684
|
|
1541
|
+
telnyx/types/calls/transcription_start_request_param.py,sha256=pHr1gndfzRZRWMT8ROg16cFppn9QH-Ivv78UpPTXofI,5484
|
|
1542
1542
|
telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
|
|
1543
1543
|
telnyx/types/campaign/usecase_get_cost_params.py,sha256=IpXXEkkWs6BrDL2wqbac-GbN4UGrP3vVpU1cPNosUQE,290
|
|
1544
1544
|
telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7OW5qwq9ZLb6fPqNk0_v3nU,440
|
|
@@ -1612,13 +1612,14 @@ telnyx/types/legacy/reporting/filter.py,sha256=5BOBkzVCZzwbhVvFHJ5fvdTFMIYFb7k7v
|
|
|
1612
1612
|
telnyx/types/legacy/reporting/filter_param.py,sha256=YLx0BP9ZCxjgW5m6QH4DoyIqSGSN-4hB-cPMXj8p1mA,793
|
|
1613
1613
|
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py,sha256=Z80lsCNsykgl-MT6HWFTs3_lpLISNMgHvpksGRSLh9k,549
|
|
1614
1614
|
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py,sha256=LQuCdZsVu6kFqWRGmTkApFCetIK1Uv9EwIiM0r714BA,299
|
|
1615
|
-
telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=
|
|
1615
|
+
telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=mH4a64OgUu8I_1iPK3oPKuFPECe1n47O8VKVu6C7toA,1911
|
|
1616
|
+
telnyx/types/legacy/reporting/batch_detail_records/batch_csv_pagination_meta.py,sha256=ZcPj_ejqqO1xzj-ZDBtIDwyi1FLy_I0dsRv8K-LST3M,387
|
|
1616
1617
|
telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py,sha256=0RAcDRKArkT30EsYxB9O1u0la3cN7trU7gwNMOuQZEE,1654
|
|
1617
1618
|
telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py,sha256=LofwGRuSF10UvM0qGfKI2tRGG96iNC_9aogwWt4LEB8,1096
|
|
1618
1619
|
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py,sha256=2hyelBlgTuj36-y7WNNSP9SLX9AsNGxmhq4lKgn8w58,1693
|
|
1619
1620
|
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py,sha256=drioupNi_1RW3uyNQylW-iYWO3NIKBKUCmtOdXGr60w,349
|
|
1620
1621
|
telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py,sha256=kl1MjxcKy0pztGt2D41GWSHEL9-IiiN2ulh70MNr9EY,349
|
|
1621
|
-
telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=
|
|
1622
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=aBUmJfDfFRBvtERVl-DXnqF7YflLn35Je_aiUsd3wCc,470
|
|
1622
1623
|
telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py,sha256=Qk_r-iSuwnzLo4AynwNeRMHhfOoh68vBMLLg2LJtIqg,353
|
|
1623
1624
|
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py,sha256=HPJA7i4XiktsdBIwrxCqXOYTcmzgqpuoy0FdxAxq9MU,687
|
|
1624
1625
|
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=hcrGhluyZR22eySjWnKCBVS6VVlLJ6_qHWF9p7o2OqU,355
|
|
@@ -1629,25 +1630,26 @@ telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py
|
|
|
1629
1630
|
telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py,sha256=3v9_JA51gIs69poYmo1kX4gGBHvUqpwCg0tydDscV4Y,1620
|
|
1630
1631
|
telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py,sha256=UBC8DQMSz037_7vWn2L99VGC6X-1GDfFOz_vsm5cv3A,388
|
|
1631
1632
|
telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py,sha256=1ata4Ggn4e1JTWuo6WkxkdZ-fIKRuc96qY_4J4yNNLs,388
|
|
1632
|
-
telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=
|
|
1633
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=pRgRoopjwhmDy18LoDazILO6IUafL2YxCOYaIuCOuzs,459
|
|
1633
1634
|
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py,sha256=_wHHYV686ckbLxd-f_a-Pqt6JhPNcLqrow2RMpkJvp8,891
|
|
1634
1635
|
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py,sha256=Ll8GNHfT3aoqKP5m9onERSRc0zWdtiyGaoOstmnoFBw,392
|
|
1635
|
-
telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=
|
|
1636
|
+
telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=ywTmWEKNXdntkQ0-RPufiLHPT0KFLRlTGd2ang3LAnc,1578
|
|
1636
1637
|
telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py,sha256=bp1OgT_gdkoaMBDH8cRfTCw8EghXvssyQmWRt5JABCs,1113
|
|
1637
1638
|
telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py,sha256=N5ybdrQeZEbhsi_1HyWRmKcsWiWQdaxO9p34ciBurGw,1002
|
|
1638
1639
|
telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py,sha256=TF885ANJECpYkJGhg88JrmRCwd0fqDi32N3lcqxboYM,906
|
|
1639
1640
|
telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=aBExK56RS6Eq_AhEuvO4da72APsEb_bVpPsnUDWv-cQ,411
|
|
1640
1641
|
telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=c0AZRhDrBTl9DRsiYfF3NHhDNzkKil6PXtmwmKCyVW0,411
|
|
1641
1642
|
telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py,sha256=ZIPVrahdBfd3QnSUs4mrsaD1WzEVqpUfznXRu2GFZOY,333
|
|
1642
|
-
telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=
|
|
1643
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=USumoANWpaw8Uq66Cx6O-ouJEEogOFRaldgJsgksBrA,485
|
|
1643
1644
|
telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=OiNChQwr9RMg36dzVT9jQ0kFKTuMtU-eLp7xXBB_r1M,415
|
|
1644
1645
|
telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py,sha256=nMdvZZfqCMIcsmycGmATiiPAuH230wNmlAWSfoLg9lQ,990
|
|
1645
1646
|
telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py,sha256=btLZ34d_psfdKA0MZBwbumuRk8o4MhaSAujEyhmSsbo,290
|
|
1647
|
+
telnyx/types/legacy/reporting/usage_reports/standard_pagination_meta.py,sha256=IMlTwmHKo2kfNS4IHDgNciT9vjZNr5oh8_BueXugPEw,387
|
|
1646
1648
|
telnyx/types/legacy/reporting/usage_reports/voice_create_params.py,sha256=ZzjWQ-Maes39EJ_Iel2Zd4hhlSPcSBYyJluNPNXGvmU,1199
|
|
1647
1649
|
telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=l7vgzbYnyy97dFyN03INY-NGA7JIqDllj86SuHmSylk,403
|
|
1648
1650
|
telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=zVQYbL1n2SErcc44QhLao8npr6haRWTpk9IzEuyqxz0,403
|
|
1649
1651
|
telnyx/types/legacy/reporting/usage_reports/voice_list_params.py,sha256=I-VQgQnwjiJatxz-CFUSLl-r3Abjrl1tyM_8gtn8gTI,325
|
|
1650
|
-
telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=
|
|
1652
|
+
telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=yzbDEsz_eKxjyWx9_4QLm_U1VzzLiU39XnbEBDjahIo,477
|
|
1651
1653
|
telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=v6AMfxO6Y0K5f0VdvOc7dgCLk_vXDSM9sILpf5u_qaI,407
|
|
1652
1654
|
telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
|
|
1653
1655
|
telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
|
|
@@ -1677,19 +1679,20 @@ telnyx/types/messaging_profiles/autoresp_config_list_params.py,sha256=8jNayXBl9m
|
|
|
1677
1679
|
telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1yINXh8KCu8pJvDutMRG-1TUwta3RZNS6_BYE,381
|
|
1678
1680
|
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
|
|
1679
1681
|
telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1680
|
-
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=
|
|
1681
|
-
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=
|
|
1682
|
+
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=8Fk1Wv_z2BMWiSgl9rmFDACvdvFauCyopmpUgMvfEec,1132
|
|
1683
|
+
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=2FHk6yEDx5E-p8cV1Hs88C_js1KHuqNWGksximJsGqo,6034
|
|
1682
1684
|
telnyx/types/messaging_tollfree/verification/request_list_params.py,sha256=du1u1sKD1su76I9pdJeIPKJVc-LWKyacqMOJkPLc3Us,862
|
|
1683
1685
|
telnyx/types/messaging_tollfree/verification/request_list_response.py,sha256=YuKTQpt2LsvteiS9NTYXdMJ7zBLmENw5rNuU_DnE60Q,512
|
|
1684
|
-
telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=
|
|
1686
|
+
telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=9naCVY3lqI-RXRzdhf6i4ZCIbeh99YFtPROb6g5HJXk,6034
|
|
1685
1687
|
telnyx/types/messaging_tollfree/verification/tf_phone_number.py,sha256=1rDKVArKlW-ipG13ZwxU8zHrnLJWxqZAWOxoWWKs484,280
|
|
1686
1688
|
telnyx/types/messaging_tollfree/verification/tf_phone_number_param.py,sha256=HKFsEA1RxqQYRNlTpfTmynoXJAA49n2DHJQkHAxfKCo,385
|
|
1687
1689
|
telnyx/types/messaging_tollfree/verification/tf_verification_status.py,sha256=WXv7GzELh6X0nky743XYKZPujcj-g1piDbfSITavwsc,328
|
|
1690
|
+
telnyx/types/messaging_tollfree/verification/toll_free_verification_entity_type.py,sha256=wXUvsaoDW0oSj95xnq2NV7Uh0M_QutbtmAP9d-qWwFo,323
|
|
1688
1691
|
telnyx/types/messaging_tollfree/verification/url.py,sha256=CbLrYJeilXZJO2rWGmLL_W_L60CMVIolRpBUO3zLx7U,177
|
|
1689
1692
|
telnyx/types/messaging_tollfree/verification/url_param.py,sha256=dyPNCHkYbJQ7zHhpuLa8xTdJQS0H0fW0YIqWItTNCCY,262
|
|
1690
1693
|
telnyx/types/messaging_tollfree/verification/use_case_categories.py,sha256=EM8ohix6mMTnMK6F4DwmRPxpcjdTUYobHfONdsFNleE,1227
|
|
1691
|
-
telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=
|
|
1692
|
-
telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256
|
|
1694
|
+
telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=8t6ALQITg7bMYyjFyDrqXFcfGk6Psac6donepFZPA3A,3470
|
|
1695
|
+
telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256=-OZGzPITAnSbM9Uq2xTRsFgz-8UOvHt81JNK6ePC_UQ,3595
|
|
1693
1696
|
telnyx/types/messaging_tollfree/verification/volume.py,sha256=ocfY2EJG986TBTvLKK_aWPxwbdTKxPzsZoBv5SFdxXI,310
|
|
1694
1697
|
telnyx/types/networks/__init__.py,sha256=QYtQzaWvF6EggvmdzyJwDGkakz9opa76cWVBvy7QF3I,547
|
|
1695
1698
|
telnyx/types/networks/default_gateway_create_params.py,sha256=uh5oaOF16AMo3GiFU9cLUX7zy8l5us_HenVBAJiFf18,321
|
|
@@ -1704,10 +1707,11 @@ telnyx/types/payment/__init__.py,sha256=0YwnCxSPUEwdzFThpel31djcLW6hgxi9nDZbRVRV
|
|
|
1704
1707
|
telnyx/types/payment/auto_recharge_pref_list_response.py,sha256=XiHC3dzwNIGMsfms7wueynmzCQXk6lUMQCrKwC6I094,1078
|
|
1705
1708
|
telnyx/types/payment/auto_recharge_pref_update_params.py,sha256=e4BFJmOyfQR1WrSMQVitjn6CvdRjprcufDU5XcqAEHE,764
|
|
1706
1709
|
telnyx/types/payment/auto_recharge_pref_update_response.py,sha256=twKHzyDzDedX_wfne9IeQFaGuAfZRotf6y3vSlkS3H4,1082
|
|
1707
|
-
telnyx/types/phone_number_blocks/__init__.py,sha256=
|
|
1708
|
-
telnyx/types/phone_number_blocks/job.py,sha256=
|
|
1710
|
+
telnyx/types/phone_number_blocks/__init__.py,sha256=juhB4z1IGRMPJWxxzZY6_BOvvnDA_-Re-bV2WM8TCuo,648
|
|
1711
|
+
telnyx/types/phone_number_blocks/job.py,sha256=BCZ-3T6Vc63JDj_812NpxFlp0bYf19tJdctaDp3O-Hk,1693
|
|
1709
1712
|
telnyx/types/phone_number_blocks/job_delete_phone_number_block_params.py,sha256=ywAhRJklSizIkDUt_gj6UMdF-vdVzmrcgM_Pypnnj38,326
|
|
1710
1713
|
telnyx/types/phone_number_blocks/job_delete_phone_number_block_response.py,sha256=KwMoWXP2PCDkOyRPgSfrnM6a-oLF9cA1qO9R7F6LIWY,304
|
|
1714
|
+
telnyx/types/phone_number_blocks/job_error.py,sha256=Kb8Lrs96TrcE84PeinzPxRcIGoarwOV_D5wkZTOE3UY,681
|
|
1711
1715
|
telnyx/types/phone_number_blocks/job_list_params.py,sha256=YQDWmblokCjozJfhgTkEw9g64G7s_oziuzly7l-AOy4,1075
|
|
1712
1716
|
telnyx/types/phone_number_blocks/job_list_response.py,sha256=qRuAw6dP-SLBQG-QoKWyYOABaDoLSZOlsbJntzXoptQ,368
|
|
1713
1717
|
telnyx/types/phone_number_blocks/job_retrieve_response.py,sha256=b_PRsZBBPKwn2BhbSq_EJf35rX6G1UALvaCUk1Bx3ig,276
|
|
@@ -1747,7 +1751,7 @@ telnyx/types/phone_numbers/messaging_retrieve_response.py,sha256=O44AEySuXUYkDLe
|
|
|
1747
1751
|
telnyx/types/phone_numbers/messaging_update_params.py,sha256=3YKXNWMISyGb1jy3TUlzoU79v3pZYV7tYgrUiMS7t7Q,891
|
|
1748
1752
|
telnyx/types/phone_numbers/messaging_update_response.py,sha256=UKxjFqA5wuYKJMHPy9SP6lOsnzr3EMEBdeRvBmxXawI,383
|
|
1749
1753
|
telnyx/types/phone_numbers/phone_number_with_voice_settings.py,sha256=ik1WWz0ahNr-_LidnSYXICbM9gNJiHFggwAhQcK4ddw,3072
|
|
1750
|
-
telnyx/types/phone_numbers/phone_numbers_job.py,sha256=
|
|
1754
|
+
telnyx/types/phone_numbers/phone_numbers_job.py,sha256=dPT6WVWqiEiw_iVK6YWRKmOlHQ5X8Z9pn21O46c2Res,2306
|
|
1751
1755
|
telnyx/types/phone_numbers/update_voice_settings_param.py,sha256=qdv4W-m-9ID6cvyY2WwjJWN1m-iSZLq___Bg9E43cPo,1937
|
|
1752
1756
|
telnyx/types/phone_numbers/voice_list_params.py,sha256=U-Diy0LQac-C_WVo4vVmzflErfRFIKgKQwRxSmi45Zs,1760
|
|
1753
1757
|
telnyx/types/phone_numbers/voice_list_response.py,sha256=A1qBczxHbiCSUkCLOdvgapv3JXi-_daNLzMsuLTEqA4,451
|
|
@@ -1855,7 +1859,7 @@ telnyx/types/queues/call_list_response.py,sha256=B3zKXOFLyFKIom-3IJ2vNzMZLiiComY
|
|
|
1855
1859
|
telnyx/types/queues/call_retrieve_response.py,sha256=byyNjHmcSEzntHhj74KmTZXCqvnTBNLn3vWL58zRJNg,1494
|
|
1856
1860
|
telnyx/types/recordings/__init__.py,sha256=VqH0wJRWVFrnA6rgjI3ufNPQS_7Q_SliOtpyPTOelv0,198
|
|
1857
1861
|
telnyx/types/recordings/action_delete_params.py,sha256=VY-yscM6ywcIXJ3XfVFa25b0l2MBmDceTiE4YmVZ7TI,384
|
|
1858
|
-
telnyx/types/reports/__init__.py,sha256=
|
|
1862
|
+
telnyx/types/reports/__init__.py,sha256=a1hZ-vL45NrxqZ0WOg-VUjmeLfbFCHIX93ZUfM5CtQ8,1356
|
|
1859
1863
|
telnyx/types/reports/cdr_usage_report_fetch_sync_params.py,sha256=ADYLC3lC0_k-vulNyxPBxCtdbpupFIOTrjbckXu9cuw,813
|
|
1860
1864
|
telnyx/types/reports/cdr_usage_report_fetch_sync_response.py,sha256=227MbWIxADGD64C3mMc3qbSeY-08qTsJUuBoW8wL5uk,1124
|
|
1861
1865
|
telnyx/types/reports/mdr_usage_report.py,sha256=FO83_SE63RJA32D7Clzc8f7baNLlZSGpWpJjlLnXfw8,1437
|
|
@@ -1865,8 +1869,9 @@ telnyx/types/reports/mdr_usage_report_delete_response.py,sha256=ALtBctlQ7Z9x0q2n
|
|
|
1865
1869
|
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=-vJYfIW1sscvLdN9OXJPtqFBvribswMqz5TBHQ7Uzgo,701
|
|
1866
1870
|
telnyx/types/reports/mdr_usage_report_fetch_sync_response.py,sha256=BGS6Nlv3UlAs18XNyxmkRo7uqA663LCNfKN5cxG2-KI,335
|
|
1867
1871
|
telnyx/types/reports/mdr_usage_report_list_params.py,sha256=gRErjG0Dbpv4kxfHOmQsz880fNHa6XZ5eImZcsy0W8k,507
|
|
1868
|
-
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=
|
|
1872
|
+
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=t35z1BbEmSF9hSZcrli4FIjSqbT2ypqF7_P_0rhqjuA,452
|
|
1869
1873
|
telnyx/types/reports/mdr_usage_report_retrieve_response.py,sha256=dZwf4DZI0w7voOtSXV8MA73Xu-CN49PQQqjSMpLsUok,333
|
|
1874
|
+
telnyx/types/reports/pagination_meta_reporting.py,sha256=ePwgg0pdMNEsmhbdBxrtrXBlr62SZDCdY36Tns1A6HM,387
|
|
1870
1875
|
telnyx/types/rooms/__init__.py,sha256=QMDi7DtWKTqiEtEGnoysz-8UP-wdQGxxDbZI11RLHn0,1384
|
|
1871
1876
|
telnyx/types/rooms/action_generate_join_client_token_params.py,sha256=doGR8gnOb4Eixm-au280XDAhvQxq7oW-jh5tk__QwjU,653
|
|
1872
1877
|
telnyx/types/rooms/action_generate_join_client_token_response.py,sha256=Nb9l0UXiCMdSw2UblVl9bVjZkAVxlp93EfQcKCIBP1w,648
|
|
@@ -2009,9 +2014,10 @@ telnyx/types/texml/accounts/conferences/participant_update_response.py,sha256=NN
|
|
|
2009
2014
|
telnyx/types/texml/accounts/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
2010
2015
|
telnyx/types/texml/accounts/transcriptions/__init__.py,sha256=wJIYpmO_s3VtBxFWO0oUJg3SJ45JoaHKkjWfgkO4krk,304
|
|
2011
2016
|
telnyx/types/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.py,sha256=kcWmaETp4bQlG40IwTRm6NzpuD_FPvPxtCCqd17kftQ,1260
|
|
2012
|
-
telnyx/types/verifications/__init__.py,sha256=
|
|
2017
|
+
telnyx/types/verifications/__init__.py,sha256=Mjdff_F7tGucxsHwcIa9Jghmu2-BYpNVS9UTabuqaUM,346
|
|
2013
2018
|
telnyx/types/verifications/action_verify_params.py,sha256=sD5uyHHRgz5wHmlIzujMibOWoaiXwfz7hSWDiYrrxhQ,527
|
|
2014
|
-
telnyx/types/verifications/by_phone_number_list_response.py,sha256=
|
|
2019
|
+
telnyx/types/verifications/by_phone_number_list_response.py,sha256=iHOnfxFNGDjNr4ZvdUgViqcTH5ayZ4PlyclJK_wtP1s,359
|
|
2020
|
+
telnyx/types/verifications/verify_meta.py,sha256=SlPzuwJakx9NJtvogRrOZAAaH4mBYZRAFN1lcHi5Rb0,361
|
|
2015
2021
|
telnyx/types/verifications/by_phone_number/__init__.py,sha256=199aK3I-4qIxJ83Pgd08dHl68M0DWmUOU8JfCDCrhxI,310
|
|
2016
2022
|
telnyx/types/verifications/by_phone_number/action_verify_params.py,sha256=aoaX6B3kkW6-9v6MJPcalXWTckR7NmrhTty0TeJPQ2g,442
|
|
2017
2023
|
telnyx/types/verifications/by_phone_number/verify_verification_code_response.py,sha256=bVtf0KjwYjZLNvWTnBcBmAfEdh0EYsCX0L4AVzjbXTg,496
|
|
@@ -2025,7 +2031,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
|
|
|
2025
2031
|
telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
|
|
2026
2032
|
telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
|
|
2027
2033
|
telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
|
|
2028
|
-
telnyx-3.
|
|
2029
|
-
telnyx-3.
|
|
2030
|
-
telnyx-3.
|
|
2031
|
-
telnyx-3.
|
|
2034
|
+
telnyx-3.6.0.dist-info/METADATA,sha256=sGJA0jRi5r0-XCui1Z265ZgoIRNf63Lsc7XbCMQdz_w,15530
|
|
2035
|
+
telnyx-3.6.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
2036
|
+
telnyx-3.6.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
|
|
2037
|
+
telnyx-3.6.0.dist-info/RECORD,,
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Dict, List, Optional
|
|
4
|
-
from datetime import datetime
|
|
5
|
-
|
|
6
|
-
from ..._models import BaseModel
|
|
7
|
-
from .assistant_tool import AssistantTool
|
|
8
|
-
from .voice_settings import VoiceSettings
|
|
9
|
-
from .import_metadata import ImportMetadata
|
|
10
|
-
from .enabled_features import EnabledFeatures
|
|
11
|
-
from .insight_settings import InsightSettings
|
|
12
|
-
from .privacy_settings import PrivacySettings
|
|
13
|
-
from .messaging_settings import MessagingSettings
|
|
14
|
-
from .telephony_settings import TelephonySettings
|
|
15
|
-
from .transcription_settings import TranscriptionSettings
|
|
16
|
-
|
|
17
|
-
__all__ = ["AssistantCreateResponse"]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
class AssistantCreateResponse(BaseModel):
|
|
21
|
-
id: str
|
|
22
|
-
|
|
23
|
-
created_at: datetime
|
|
24
|
-
|
|
25
|
-
instructions: str
|
|
26
|
-
"""System instructions for the assistant.
|
|
27
|
-
|
|
28
|
-
These may be templated with
|
|
29
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
30
|
-
"""
|
|
31
|
-
|
|
32
|
-
model: str
|
|
33
|
-
"""ID of the model to use.
|
|
34
|
-
|
|
35
|
-
You can use the
|
|
36
|
-
[Get models API](https://developers.telnyx.com/api/inference/inference-embedding/get-models-public-models-get)
|
|
37
|
-
to see all of your available models,
|
|
38
|
-
"""
|
|
39
|
-
|
|
40
|
-
name: str
|
|
41
|
-
|
|
42
|
-
description: Optional[str] = None
|
|
43
|
-
|
|
44
|
-
dynamic_variables: Optional[Dict[str, object]] = None
|
|
45
|
-
"""Map of dynamic variables and their values"""
|
|
46
|
-
|
|
47
|
-
dynamic_variables_webhook_url: Optional[str] = None
|
|
48
|
-
"""
|
|
49
|
-
If the dynamic_variables_webhook_url is set for the assistant, we will send a
|
|
50
|
-
request at the start of the conversation. See our
|
|
51
|
-
[guide](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
52
|
-
for more information.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
enabled_features: Optional[List[EnabledFeatures]] = None
|
|
56
|
-
|
|
57
|
-
greeting: Optional[str] = None
|
|
58
|
-
"""Text that the assistant will use to start the conversation.
|
|
59
|
-
|
|
60
|
-
This may be templated with
|
|
61
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
62
|
-
"""
|
|
63
|
-
|
|
64
|
-
import_metadata: Optional[ImportMetadata] = None
|
|
65
|
-
|
|
66
|
-
insight_settings: Optional[InsightSettings] = None
|
|
67
|
-
|
|
68
|
-
llm_api_key_ref: Optional[str] = None
|
|
69
|
-
"""This is only needed when using third-party inference providers.
|
|
70
|
-
|
|
71
|
-
The `identifier` for an integration secret
|
|
72
|
-
[/v2/integration_secrets](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
73
|
-
that refers to your LLM provider's API key. Warning: Free plans are unlikely to
|
|
74
|
-
work with this integration.
|
|
75
|
-
"""
|
|
76
|
-
|
|
77
|
-
messaging_settings: Optional[MessagingSettings] = None
|
|
78
|
-
|
|
79
|
-
privacy_settings: Optional[PrivacySettings] = None
|
|
80
|
-
|
|
81
|
-
telephony_settings: Optional[TelephonySettings] = None
|
|
82
|
-
|
|
83
|
-
tools: Optional[List[AssistantTool]] = None
|
|
84
|
-
"""The tools that the assistant can use.
|
|
85
|
-
|
|
86
|
-
These may be templated with
|
|
87
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
88
|
-
"""
|
|
89
|
-
|
|
90
|
-
transcription: Optional[TranscriptionSettings] = None
|
|
91
|
-
|
|
92
|
-
voice_settings: Optional[VoiceSettings] = None
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
|
2
|
-
|
|
3
|
-
from typing import Dict, List, Optional
|
|
4
|
-
from datetime import datetime
|
|
5
|
-
|
|
6
|
-
from ..._models import BaseModel
|
|
7
|
-
from .assistant_tool import AssistantTool
|
|
8
|
-
from .voice_settings import VoiceSettings
|
|
9
|
-
from .import_metadata import ImportMetadata
|
|
10
|
-
from .enabled_features import EnabledFeatures
|
|
11
|
-
from .insight_settings import InsightSettings
|
|
12
|
-
from .privacy_settings import PrivacySettings
|
|
13
|
-
from .messaging_settings import MessagingSettings
|
|
14
|
-
from .telephony_settings import TelephonySettings
|
|
15
|
-
from .transcription_settings import TranscriptionSettings
|
|
16
|
-
|
|
17
|
-
__all__ = ["AssistantRetrieveResponse"]
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
class AssistantRetrieveResponse(BaseModel):
|
|
21
|
-
id: str
|
|
22
|
-
|
|
23
|
-
created_at: datetime
|
|
24
|
-
|
|
25
|
-
instructions: str
|
|
26
|
-
"""System instructions for the assistant.
|
|
27
|
-
|
|
28
|
-
These may be templated with
|
|
29
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
30
|
-
"""
|
|
31
|
-
|
|
32
|
-
model: str
|
|
33
|
-
"""ID of the model to use.
|
|
34
|
-
|
|
35
|
-
You can use the
|
|
36
|
-
[Get models API](https://developers.telnyx.com/api/inference/inference-embedding/get-models-public-models-get)
|
|
37
|
-
to see all of your available models,
|
|
38
|
-
"""
|
|
39
|
-
|
|
40
|
-
name: str
|
|
41
|
-
|
|
42
|
-
description: Optional[str] = None
|
|
43
|
-
|
|
44
|
-
dynamic_variables: Optional[Dict[str, object]] = None
|
|
45
|
-
"""Map of dynamic variables and their values"""
|
|
46
|
-
|
|
47
|
-
dynamic_variables_webhook_url: Optional[str] = None
|
|
48
|
-
"""
|
|
49
|
-
If the dynamic_variables_webhook_url is set for the assistant, we will send a
|
|
50
|
-
request at the start of the conversation. See our
|
|
51
|
-
[guide](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
52
|
-
for more information.
|
|
53
|
-
"""
|
|
54
|
-
|
|
55
|
-
enabled_features: Optional[List[EnabledFeatures]] = None
|
|
56
|
-
|
|
57
|
-
greeting: Optional[str] = None
|
|
58
|
-
"""Text that the assistant will use to start the conversation.
|
|
59
|
-
|
|
60
|
-
This may be templated with
|
|
61
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
62
|
-
"""
|
|
63
|
-
|
|
64
|
-
import_metadata: Optional[ImportMetadata] = None
|
|
65
|
-
|
|
66
|
-
insight_settings: Optional[InsightSettings] = None
|
|
67
|
-
|
|
68
|
-
llm_api_key_ref: Optional[str] = None
|
|
69
|
-
"""This is only needed when using third-party inference providers.
|
|
70
|
-
|
|
71
|
-
The `identifier` for an integration secret
|
|
72
|
-
[/v2/integration_secrets](https://developers.telnyx.com/api/secrets-manager/integration-secrets/create-integration-secret)
|
|
73
|
-
that refers to your LLM provider's API key. Warning: Free plans are unlikely to
|
|
74
|
-
work with this integration.
|
|
75
|
-
"""
|
|
76
|
-
|
|
77
|
-
messaging_settings: Optional[MessagingSettings] = None
|
|
78
|
-
|
|
79
|
-
privacy_settings: Optional[PrivacySettings] = None
|
|
80
|
-
|
|
81
|
-
telephony_settings: Optional[TelephonySettings] = None
|
|
82
|
-
|
|
83
|
-
tools: Optional[List[AssistantTool]] = None
|
|
84
|
-
"""The tools that the assistant can use.
|
|
85
|
-
|
|
86
|
-
These may be templated with
|
|
87
|
-
[dynamic variables](https://developers.telnyx.com/docs/inference/ai-assistants/dynamic-variables)
|
|
88
|
-
"""
|
|
89
|
-
|
|
90
|
-
transcription: Optional[TranscriptionSettings] = None
|
|
91
|
-
|
|
92
|
-
voice_settings: Optional[VoiceSettings] = None
|