telnyx 3.7.0a0__py3-none-any.whl → 3.9.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/__init__.py +2 -0
- telnyx/_client.py +25 -756
- telnyx/_exceptions.py +4 -0
- telnyx/_version.py +1 -1
- telnyx/resources/__init__.py +3 -1
- telnyx/resources/advanced_orders.py +63 -63
- telnyx/resources/ai/assistants/assistants.py +15 -17
- telnyx/resources/ai/assistants/versions.py +13 -15
- telnyx/resources/brand/brand.py +8 -4
- telnyx/resources/calls/actions.py +10 -6
- telnyx/resources/calls/calls.py +16 -2
- telnyx/resources/documents.py +242 -37
- telnyx/resources/legacy/reporting/batch_detail_records/messaging.py +3 -2
- telnyx/resources/legacy/reporting/batch_detail_records/voice.py +3 -2
- telnyx/resources/messaging_profiles/messaging_profiles.py +16 -0
- telnyx/resources/messaging_tollfree/verification/requests.py +203 -1
- telnyx/resources/outbound_voice_profiles.py +24 -4
- telnyx/resources/sim_cards/actions.py +12 -12
- telnyx/resources/texml/accounts/calls/calls.py +11 -0
- telnyx/resources/texml/accounts/conferences/participants.py +11 -0
- telnyx/resources/verified_numbers/verified_numbers.py +25 -4
- telnyx/resources/verify_profiles.py +9 -10
- telnyx/resources/webhooks.py +152 -4
- telnyx/types/__init__.py +18 -15
- telnyx/types/access_ip_address_list_response.py +3 -12
- telnyx/types/access_ip_range_list_response.py +3 -12
- telnyx/types/addresses/action_validate_response.py +7 -2
- telnyx/types/{advanced_order_update_params.py → advanced_order_update_requirement_group_params.py} +2 -2
- telnyx/types/ai/__init__.py +1 -3
- telnyx/types/ai/assistant_import_params.py +1 -1
- telnyx/types/ai/assistants/__init__.py +0 -3
- telnyx/types/ai/assistants_list.py +4 -88
- telnyx/types/ai/import_metadata.py +1 -1
- telnyx/types/ai/{assistant_clone_response.py → inference_embedding.py} +2 -2
- telnyx/types/ai/inference_embedding_transfer_tool_params.py +6 -0
- telnyx/types/ai/inference_embedding_transfer_tool_params_param.py +6 -0
- telnyx/types/ai/voice_settings.py +49 -2
- telnyx/types/ai/voice_settings_param.py +49 -2
- telnyx/types/brand_create_params.py +2 -1
- telnyx/types/brand_update_params.py +2 -1
- telnyx/types/call_ai_gather_ended_webhook_event1.py +78 -0
- telnyx/types/call_ai_gather_message_history_updated_webhook_event1.py +69 -0
- telnyx/types/call_ai_gather_partial_results_webhook_event1.py +75 -0
- telnyx/types/call_answered_webhook_event1.py +75 -0
- telnyx/types/call_bridged_webhook_event1.py +58 -0
- telnyx/types/call_conversation_ended_webhook_event1.py +84 -0
- telnyx/types/call_conversation_insights_generated_webhook_event1.py +67 -0
- telnyx/types/call_dial_params.py +10 -1
- telnyx/types/call_dtmf_received_webhook_event1.py +61 -0
- telnyx/types/call_enqueued_webhook_event1.py +59 -0
- telnyx/types/call_fork_started_webhook_event1.py +53 -0
- telnyx/types/call_fork_stopped_webhook_event1.py +53 -0
- telnyx/types/call_gather_ended_webhook_event1.py +64 -0
- telnyx/types/call_hangup_webhook_event1.py +150 -0
- telnyx/types/call_initiated_webhook_event1.py +96 -0
- telnyx/types/call_left_queue_webhook_event1.py +62 -0
- telnyx/types/call_machine_detection_ended_webhook_event1.py +61 -0
- telnyx/types/call_machine_greeting_ended_webhook_event1.py +61 -0
- telnyx/types/call_machine_premium_detection_ended_webhook_event1.py +63 -0
- telnyx/types/call_machine_premium_greeting_ended_webhook_event1.py +61 -0
- telnyx/types/call_playback_ended_webhook_event1.py +70 -0
- telnyx/types/call_playback_started_webhook_event1.py +62 -0
- telnyx/types/call_recording_error_webhook_event1.py +60 -0
- telnyx/types/call_recording_saved_webhook_event1.py +94 -0
- telnyx/types/call_recording_transcription_saved_webhook_event1.py +71 -0
- telnyx/types/call_refer_completed_webhook_event1.py +61 -0
- telnyx/types/call_refer_failed_webhook_event1.py +61 -0
- telnyx/types/call_refer_started_webhook_event1.py +61 -0
- telnyx/types/call_siprec_failed_webhook_event1.py +53 -0
- telnyx/types/call_siprec_started_webhook_event1.py +50 -0
- telnyx/types/call_siprec_stopped_webhook_event1.py +53 -0
- telnyx/types/call_speak_ended_webhook_event1.py +53 -0
- telnyx/types/call_speak_started_webhook_event1.py +50 -0
- telnyx/types/call_streaming_failed_webhook_event1.py +70 -0
- telnyx/types/call_streaming_started_webhook_event1.py +53 -0
- telnyx/types/call_streaming_stopped_webhook_event1.py +53 -0
- 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 +160 -6
- 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 +161 -6
- telnyx/types/campaign_status_update_webhook_event1.py +26 -0
- telnyx/types/conference_created_webhook_event1.py +53 -0
- telnyx/types/conference_ended_webhook_event1.py +56 -0
- telnyx/types/conference_floor_changed_webhook_event1.py +45 -0
- telnyx/types/conference_participant_joined_webhook_event1.py +53 -0
- telnyx/types/conference_participant_left_webhook_event1.py +53 -0
- telnyx/types/conference_participant_playback_ended_webhook_event1.py +65 -0
- telnyx/types/conference_participant_playback_started_webhook_event1.py +65 -0
- telnyx/types/conference_participant_speak_ended_webhook_event1.py +56 -0
- telnyx/types/conference_participant_speak_started_webhook_event1.py +56 -0
- telnyx/types/conference_playback_ended_webhook_event1.py +49 -0
- telnyx/types/conference_playback_started_webhook_event1.py +49 -0
- telnyx/types/conference_recording_saved_webhook_event1.py +103 -0
- telnyx/types/conference_speak_ended_webhook_event1.py +40 -0
- telnyx/types/conference_speak_started_webhook_event1.py +40 -0
- telnyx/types/country_coverage_retrieve_country_response.py +7 -0
- telnyx/types/country_coverage_retrieve_response.py +7 -0
- telnyx/types/customer_service_record_status_changed_webhook_event1.py +55 -0
- telnyx/types/delivery_update_webhook_event1.py +40 -0
- telnyx/types/document_upload_json_params.py +39 -0
- telnyx/types/document_upload_json_response.py +12 -0
- telnyx/types/fax_delivered_webhook_event1.py +69 -0
- telnyx/types/fax_failed_webhook_event1.py +66 -0
- telnyx/types/fax_media_processed_webhook_event1.py +63 -0
- telnyx/types/fax_queued_webhook_event1.py +63 -0
- telnyx/types/fax_sending_started_webhook_event1.py +63 -0
- telnyx/types/inbound_message_webhook_event1.py +227 -0
- telnyx/types/legacy/reporting/__init__.py +2 -0
- telnyx/types/legacy/reporting/batch_detail_records/__init__.py +4 -0
- telnyx/types/legacy/reporting/batch_detail_records/batch_csv_pagination_meta.py +17 -0
- telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py +63 -0
- telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py +42 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +4 -26
- telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +4 -60
- telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +4 -60
- telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +5 -70
- telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +4 -60
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +3 -22
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +3 -22
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +3 -22
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +3 -22
- telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py +27 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +4 -26
- telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +4 -82
- telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +4 -82
- telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +5 -92
- telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +4 -82
- telnyx/types/legacy/reporting/filter.py +31 -0
- telnyx/types/legacy/reporting/filter_param.py +30 -0
- telnyx/types/legacy/reporting/usage_reports/__init__.py +3 -0
- telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py +43 -0
- telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py +38 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +4 -34
- telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +4 -34
- telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +5 -44
- telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +4 -34
- telnyx/types/legacy/reporting/usage_reports/standard_pagination_meta.py +17 -0
- telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +4 -39
- telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +4 -39
- telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +5 -49
- telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +4 -39
- telnyx/types/message_template.py +12 -0
- telnyx/types/messaging_profile.py +3 -0
- telnyx/types/messaging_profile_create_params.py +3 -0
- telnyx/types/messaging_profile_update_params.py +3 -0
- telnyx/types/messaging_tollfree/verification/__init__.py +1 -0
- telnyx/types/messaging_tollfree/verification/request_create_params.py +51 -1
- telnyx/types/messaging_tollfree/verification/request_update_params.py +51 -1
- telnyx/types/messaging_tollfree/verification/toll_free_verification_entity_type.py +9 -0
- telnyx/types/messaging_tollfree/verification/verification_request_egress.py +24 -0
- telnyx/types/messaging_tollfree/verification/verification_request_status.py +24 -0
- telnyx/types/number_order_status_update_webhook_event1.py +38 -0
- telnyx/types/oauth_client.py +59 -0
- telnyx/types/oauth_client_create_response.py +4 -55
- telnyx/types/oauth_client_list_response.py +5 -69
- telnyx/types/oauth_client_retrieve_response.py +4 -55
- telnyx/types/oauth_client_update_response.py +4 -55
- telnyx/types/oauth_grant.py +29 -0
- telnyx/types/oauth_grant_delete_response.py +4 -25
- telnyx/types/oauth_grant_list_response.py +5 -39
- telnyx/types/oauth_grant_retrieve_response.py +4 -25
- telnyx/types/outbound_voice_profile.py +27 -1
- telnyx/types/outbound_voice_profile_create_params.py +27 -1
- telnyx/types/outbound_voice_profile_list_params.py +1 -1
- telnyx/types/outbound_voice_profile_update_params.py +27 -1
- 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/replaced_link_click_webhook_event1.py +32 -0
- 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/requirement_group.py +2 -2
- telnyx/types/requirement_group_list_params.py +1 -1
- telnyx/types/shared/__init__.py +1 -0
- telnyx/types/{api_error.py → shared/api_error.py} +1 -1
- telnyx/types/stream_bidirectional_sampling_rate.py +7 -0
- telnyx/types/streaming_failed_webhook_event1.py +70 -0
- telnyx/types/streaming_started_webhook_event1.py +53 -0
- telnyx/types/streaming_stopped_webhook_event1.py +53 -0
- telnyx/types/texml/accounts/call_calls_params.py +16 -1
- telnyx/types/texml/accounts/conferences/participant_participants_params.py +16 -1
- telnyx/types/transcription_webhook_event1.py +72 -0
- telnyx/types/unsafe_unwrap_webhook_event.py +138 -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/verified_number_create_params.py +10 -0
- telnyx/types/verify_profile.py +18 -3
- telnyx/types/verify_profile_list_response.py +4 -13
- telnyx/types/{verify_profile_create_template_response.py → verify_profile_message_template_response.py} +2 -6
- telnyx/types/verify_profile_retrieve_templates_response.py +4 -9
- {telnyx-3.7.0a0.dist-info → telnyx-3.9.0.dist-info}/METADATA +9 -5
- {telnyx-3.7.0a0.dist-info → telnyx-3.9.0.dist-info}/RECORD +202 -128
- 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/client_create_bucket_params.py +0 -13
- telnyx/types/client_delete_objects_params.py +0 -20
- telnyx/types/client_get_object_params.py +0 -15
- telnyx/types/client_list_objects_params.py +0 -13
- telnyx/types/client_put_object_params.py +0 -20
- telnyx/types/list_buckets_response.py +0 -20
- telnyx/types/list_objects_response.py +0 -24
- telnyx/types/verify_profile_update_template_response.py +0 -17
- {telnyx-3.7.0a0.dist-info → telnyx-3.9.0.dist-info}/WHEEL +0 -0
- {telnyx-3.7.0a0.dist-info → telnyx-3.9.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
telnyx/__init__.py,sha256=
|
|
1
|
+
telnyx/__init__.py,sha256=8Oaoo-GIP7ZrRHTmGXjXOzx75x18QdsuDdeLrueG4C4,2688
|
|
2
2
|
telnyx/_base_client.py,sha256=NudksDGruga_s-IhQR4dYAEz7mc3QDOJfZPLjFdOghI,67047
|
|
3
|
-
telnyx/_client.py,sha256=
|
|
3
|
+
telnyx/_client.py,sha256=hHoAlmLBsyYgAmo27xXYySwlmjBn_R5d_jZFt14LA9Q,145306
|
|
4
4
|
telnyx/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
|
|
5
5
|
telnyx/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
|
|
6
|
-
telnyx/_exceptions.py,sha256=
|
|
6
|
+
telnyx/_exceptions.py,sha256=SbhO_R6Bai0lSqs0McbW7wl1iAyoBX1uYNjvX77hwKk,3274
|
|
7
7
|
telnyx/_files.py,sha256=sDy00jrSguKZf-dx9WnJzRyQplNz_b-_zMIVL31CjIo,3619
|
|
8
8
|
telnyx/_models.py,sha256=lKnskYPONAWDvWo8tmbbVk7HmG7UOsI0Nve0vSMmkRc,30452
|
|
9
9
|
telnyx/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
|
|
@@ -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=yO7Mq2vTSOGHLfystQT0aBZqhiqyLnH7G4MvkMkg3l8,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
|
|
@@ -26,10 +26,10 @@ telnyx/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,1
|
|
|
26
26
|
telnyx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
|
|
27
27
|
telnyx/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
|
|
28
28
|
telnyx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
|
29
|
-
telnyx/resources/__init__.py,sha256=
|
|
29
|
+
telnyx/resources/__init__.py,sha256=kuejh4nn9SnMB6yXv44iqiub-rauIjl84hSFetcvG3M,86120
|
|
30
30
|
telnyx/resources/access_ip_address.py,sha256=GHrKaYv0pxX2NrECShHPxibCq1mpXXEOOTXFSTDNUVQ,17519
|
|
31
31
|
telnyx/resources/access_ip_ranges.py,sha256=Xb9w6OlrM6aphz9CfktBZDvespX13tLQWMiZFK46JN0,14210
|
|
32
|
-
telnyx/resources/advanced_orders.py,sha256=
|
|
32
|
+
telnyx/resources/advanced_orders.py,sha256=zHasSS2AwBk1K7GuxX5Vm9DjCbX5kwS3G-Q1M2p19vk,18707
|
|
33
33
|
telnyx/resources/audit_events.py,sha256=986wcutKpMGXoSP12B0wGvEdon7-FG8GjK9cme4eqxs,7811
|
|
34
34
|
telnyx/resources/authentication_providers.py,sha256=DP1Lw31wRo1r3PEQN1js9CaaLQxVuCsU_8RsMdU0lZE,26765
|
|
35
35
|
telnyx/resources/available_phone_number_blocks.py,sha256=ijJZLzMq7rtiulhd2bNXvMwvdfyAFrIUZLQ1LsqJHn4,7599
|
|
@@ -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
|
|
@@ -98,7 +98,7 @@ telnyx/resources/oauth.py,sha256=DzCOW41yY8qybq6dMXtKnnp23bMwBBPf2K04pX10W68,325
|
|
|
98
98
|
telnyx/resources/oauth_clients.py,sha256=uVu7q12LJmZYsCr4Ue_TULrD6pzdErRHh_anFSGFmdA,27305
|
|
99
99
|
telnyx/resources/oauth_grants.py,sha256=FBJV-CYTvW889yn2K7G3k1wFsBYiBW_BkhjoePm7nT8,12952
|
|
100
100
|
telnyx/resources/ota_updates.py,sha256=WtY8r9GqW5zn538hfaV75o_R0VgHMi5VTpxGhxOH2CM,10298
|
|
101
|
-
telnyx/resources/outbound_voice_profiles.py,sha256=
|
|
101
|
+
telnyx/resources/outbound_voice_profiles.py,sha256=Y1hHQ_5DH4FNfebfbjRlfdJO6vuwyDdWCdp0RluBbhU,35887
|
|
102
102
|
telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
|
|
103
103
|
telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
|
|
104
104
|
telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
|
|
@@ -130,11 +130,11 @@ 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
|
|
137
|
-
telnyx/resources/webhooks.py,sha256=
|
|
137
|
+
telnyx/resources/webhooks.py,sha256=_6mEpkZNk9qYpRhbY6sPEqaiUkOiZjiCUo1JPBKOJys,6763
|
|
138
138
|
telnyx/resources/well_known.py,sha256=3Nm9gDqj9nDawaMoSj-yy3z_3dhDdBjK0NqOR0NJg4I,8881
|
|
139
139
|
telnyx/resources/wireguard_interfaces.py,sha256=wxfoFKlIQ4We6Zi9huXfN2Y_xAYZN5_IK6ziEGggM4I,18414
|
|
140
140
|
telnyx/resources/wireguard_peers.py,sha256=FefL6ivnxn6uq2vJY6hvzCzTm1wlqWiifc4D81QYSSE,24615
|
|
@@ -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
|
|
@@ -178,15 +178,15 @@ telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4j
|
|
|
178
178
|
telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
|
|
179
179
|
telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
|
|
180
180
|
telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
|
|
181
|
-
telnyx/resources/brand/brand.py,sha256=
|
|
181
|
+
telnyx/resources/brand/brand.py,sha256=3zB8T7m-c2da9LkPAvEMIFEN58OmqhtKjYoqDttfS7k,50066
|
|
182
182
|
telnyx/resources/brand/external_vetting.py,sha256=IJ-T2y-gVSyql0tJafJTXzvepisywXK1Tmus741VS6o,15226
|
|
183
183
|
telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
|
|
184
184
|
telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-64OF_pUFnH9FhzW0EhVSfQ,11975
|
|
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
|
|
@@ -216,9 +216,9 @@ telnyx/resources/legacy/reporting/__init__.py,sha256=3ee4QRN4sCN9G3M4smL1lziUVCh
|
|
|
216
216
|
telnyx/resources/legacy/reporting/reporting.py,sha256=2L7BBLbb3dJtDN4usZ8LhLrviquXZAwE9MTkydRi6i4,5384
|
|
217
217
|
telnyx/resources/legacy/reporting/batch_detail_records/__init__.py,sha256=OGLf0AUUsy5xEm78cVs--KiF3TTNvSaFWQQkfk0MSxk,2166
|
|
218
218
|
telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py,sha256=eJ5S3WUt4t8wB6iObJYnZOMqKluzdUhCMoNGtxkYsko,6575
|
|
219
|
-
telnyx/resources/legacy/reporting/batch_detail_records/messaging.py,sha256=
|
|
219
|
+
telnyx/resources/legacy/reporting/batch_detail_records/messaging.py,sha256=SoVX7UBdKqGnZB40VKjKVKZ-cWHefw8KSvNteVdXqug,19355
|
|
220
220
|
telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py,sha256=RGppjIeU-DoDBjOCH42aluJvTFlA6izEEQrKfqJLDF0,16070
|
|
221
|
-
telnyx/resources/legacy/reporting/batch_detail_records/voice.py,sha256=
|
|
221
|
+
telnyx/resources/legacy/reporting/batch_detail_records/voice.py,sha256=SBW0SRJiJYAaLHz-fmbLHiEPuuL-jJTdLGJT6rIGSXg,21311
|
|
222
222
|
telnyx/resources/legacy/reporting/usage_reports/__init__.py,sha256=C55MHwuoFklSPKV3Wlqrqv7SNksnZG_KE6gYy68D4A8,2086
|
|
223
223
|
telnyx/resources/legacy/reporting/usage_reports/messaging.py,sha256=-Seosuu29bz7Ujyu0p8tp9oCJ9ODNSL78QCC4FZRKSw,18160
|
|
224
224
|
telnyx/resources/legacy/reporting/usage_reports/number_lookup.py,sha256=dndBHNycZlUCoMlioz1kUZk78yqX8ulizc3Ri7hbnSg,17756
|
|
@@ -240,11 +240,11 @@ telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRl
|
|
|
240
240
|
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
|
|
241
241
|
telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
|
|
242
242
|
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
|
|
243
|
-
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=
|
|
243
|
+
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=dm_i1018l_12nqJV8iU-UmsXzZBsVhpKxbwf4jNZFU4,46195
|
|
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
|
|
@@ -312,7 +312,7 @@ telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55A
|
|
|
312
312
|
telnyx/resources/sim_card_groups/actions.py,sha256=bW1L-Cgy5b-BGu7XEABdaQDeWwz1ofq2_4XM0gTAfjE,28775
|
|
313
313
|
telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=wZZuGGY856DPZB7QeO8dCCdtOAzPyufQTnj8_wgagLY,24315
|
|
314
314
|
telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
|
|
315
|
-
telnyx/resources/sim_cards/actions.py,sha256=
|
|
315
|
+
telnyx/resources/sim_cards/actions.py,sha256=7uZkhwhs4ZERneSWk8VFiTdGsENXS_6odzU3ISJxfqM,39268
|
|
316
316
|
telnyx/resources/sim_cards/sim_cards.py,sha256=2XL5nXS3A_BHXutZ_udRLSpYFStHdChfe8rp0aSZzJQ,39246
|
|
317
317
|
telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
|
|
318
318
|
telnyx/resources/storage/migration_sources.py,sha256=89zPfiIU_UpBl7SZseSJA81L0NeOOyrTLM6YDmnqhCk,16388
|
|
@@ -330,14 +330,14 @@ telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Sv
|
|
|
330
330
|
telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
|
|
331
331
|
telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
|
|
332
332
|
telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
|
|
333
|
-
telnyx/resources/texml/accounts/calls/calls.py,sha256=
|
|
333
|
+
telnyx/resources/texml/accounts/calls/calls.py,sha256=2FztXpCPyoz0Lj_M5U9ShI6cE9Ru3f6zMGLlPYvDXM4,62469
|
|
334
334
|
telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
|
|
335
335
|
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
|
|
336
336
|
telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
|
|
337
337
|
telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
|
|
338
338
|
telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
|
|
339
339
|
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
|
|
340
|
-
telnyx/resources/texml/accounts/conferences/participants.py,sha256=
|
|
340
|
+
telnyx/resources/texml/accounts/conferences/participants.py,sha256=jsVbI9mjAENDaZbg7TA3T9zA5ItfIlnji5b0i4P7GFg,55269
|
|
341
341
|
telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
|
|
342
342
|
telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
|
|
343
343
|
telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
|
|
@@ -352,19 +352,19 @@ telnyx/resources/verifications/by_phone_number/actions.py,sha256=JjjT0W5JweJ_apG
|
|
|
352
352
|
telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=dBdozSkMvC5R2eVSPDi29gInS_6_weAazZL_d7uKKx8,7503
|
|
353
353
|
telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
|
|
354
354
|
telnyx/resources/verified_numbers/actions.py,sha256=spwbZ3MpLRCfBYL9Iqs96_vxUWkeVk1J6Tqtd3c5EmI,6896
|
|
355
|
-
telnyx/resources/verified_numbers/verified_numbers.py,sha256=
|
|
355
|
+
telnyx/resources/verified_numbers/verified_numbers.py,sha256=qVm5RJTF6UZNQ4XoVBDxFu_2KlzikezGBrkmpZ0dsLI,19422
|
|
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=oSHy7n0B95UV31C0jQyDXP_xNuxgKjhHiOPpedZfyDU,99727
|
|
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
|
|
@@ -373,13 +373,12 @@ telnyx/types/address_list_params.py,sha256=2otSG0_ZVjD1bPEUAvFG_WJsvTrbxeQenG0A6
|
|
|
373
373
|
telnyx/types/address_list_response.py,sha256=mI6_cLdNQCltEvs6MuBeSZa28Nt0a8pYHPiZWrNQk9U,386
|
|
374
374
|
telnyx/types/address_retrieve_response.py,sha256=L8QmmvrgJ8uGJ166A6jinLm5E_9wgDqAlxdnS8U1OFc,295
|
|
375
375
|
telnyx/types/advanced_order_create_params.py,sha256=LcVZ5xb_9NPQqmYbvO9njodkBNEDhMG8oonmM401io4,691
|
|
376
|
-
telnyx/types/
|
|
376
|
+
telnyx/types/advanced_order_update_requirement_group_params.py,sha256=MZqqzgGGRfJywB7pQetjOvgFhlYKNe0LZgQgALUjlHQ,723
|
|
377
377
|
telnyx/types/ai_retrieve_models_response.py,sha256=DWcRuYkI0gXpCXME5KegvYkrFXZLmxHLWkh1MAtLXB4,410
|
|
378
378
|
telnyx/types/ai_summarize_params.py,sha256=rMVpD3Ocy_DmFVUYka9K-Mjspetf150V3CFXgL436hY,518
|
|
379
379
|
telnyx/types/ai_summarize_response.py,sha256=A9umRVyHGNxD1rFdEV0bMRRuJn7dSJFzBxhjYoAJnU4,259
|
|
380
380
|
telnyx/types/alt_business_id_type.py,sha256=ae9aJVHb8ZJh5KreswkuxNRF2rd4ksle-mu-IaQeg5M,240
|
|
381
381
|
telnyx/types/anchorsite_override.py,sha256=82y2l3Di-2RNQh0O0nebFA_pPgDHqy7rYwzz6lJ9aUM,434
|
|
382
|
-
telnyx/types/api_error.py,sha256=OBMIkwt6ascvoZysn_DvQtUFK57X_d-zrw4PnW5TpVI,580
|
|
383
382
|
telnyx/types/audit_event_list_params.py,sha256=lOIoNKc5zc9xv8NsBaSYVUep8YTFS0R3SfGltAedqaA,1219
|
|
384
383
|
telnyx/types/audit_event_list_response.py,sha256=frajEliNf22rYQIvQD1jRScE1FzyeHLFsg0mWopOr44,2648
|
|
385
384
|
telnyx/types/authentication_provider.py,sha256=7IHiKJirkWbjllv7mwQT0xK2TFe90qJpbDkVtJpwdw8,2393
|
|
@@ -408,21 +407,26 @@ telnyx/types/billing_group_list_response.py,sha256=5ynRvP4fRqcOJnEIthG4_CDCjSuB3
|
|
|
408
407
|
telnyx/types/billing_group_retrieve_response.py,sha256=HaXCcoR5QIuXgl4zFK3geYlNJhTsAK-sBWleiKBtcDI,321
|
|
409
408
|
telnyx/types/billing_group_update_params.py,sha256=QkS9t4E6pcVL2GnyGoUT8m3U7JzsXO2MWYqaqzcvniI,314
|
|
410
409
|
telnyx/types/billing_group_update_response.py,sha256=4OfROFr2jKjcAMIG2_MJ-jAKGCBEhCgkUYuhJZ3mDMY,317
|
|
411
|
-
telnyx/types/brand_create_params.py,sha256=
|
|
410
|
+
telnyx/types/brand_create_params.py,sha256=YSOcAZaWvKw3BTfpfiYn8NMuKFZB_DZpFudb3ur3Mro,3084
|
|
412
411
|
telnyx/types/brand_get_feedback_response.py,sha256=_z8ZvaaEy_n5hCQNOCWftQUWzbrBmCi4udWIFwNvoqE,915
|
|
413
412
|
telnyx/types/brand_identity_status.py,sha256=fuQtROgpECmib0rPVGZGBdIvK5pFr3fPQpj9WPaREOo,275
|
|
414
413
|
telnyx/types/brand_list_params.py,sha256=tnpXqAPggfhndv2q6cqNhIli7GdZTIWfN3NIYvadKag,1317
|
|
415
414
|
telnyx/types/brand_list_response.py,sha256=eAy-GOLZN2zEPx9xVbG400I5Rnqm4rkCq23OA2Xhx8M,2284
|
|
416
415
|
telnyx/types/brand_retrieve_response.py,sha256=ckUoTUpym0AEU-6O3oi-Zuhoz9apvihYIogDY8vXa8U,436
|
|
417
|
-
telnyx/types/brand_update_params.py,sha256=
|
|
416
|
+
telnyx/types/brand_update_params.py,sha256=ZUFWbPZDH5CfXNW3Kuy5a_06YXzZGpu10fvuMMIC-es,3386
|
|
418
417
|
telnyx/types/bulk_sim_card_action_list_params.py,sha256=Cb3jfVsOS9fNgAn_Ux-uvNJudDEdotVSvPEK6zo7fAY,665
|
|
419
418
|
telnyx/types/bulk_sim_card_action_list_response.py,sha256=TfBkY5ELe0GS2TIaG6jHhYb5ActI9yURIDu-SSQL7zU,1439
|
|
420
419
|
telnyx/types/bulk_sim_card_action_retrieve_response.py,sha256=wVA0TamPwKC5F3WRCKyPDlbnaGIGhvGDGWCBFExLToE,1354
|
|
421
420
|
telnyx/types/call_ai_gather_ended_webhook_event.py,sha256=ig7ikRGGvxCAFaK0G5hjEWBnqGZdS0joJtqqcaIegJ0,2422
|
|
421
|
+
telnyx/types/call_ai_gather_ended_webhook_event1.py,sha256=ig7ikRGGvxCAFaK0G5hjEWBnqGZdS0joJtqqcaIegJ0,2422
|
|
422
422
|
telnyx/types/call_ai_gather_message_history_updated_webhook_event.py,sha256=cPP2bu36quGxPI8DSgKlw8JJ7_7Q3RyqkVBvg9DhTLA,2225
|
|
423
|
+
telnyx/types/call_ai_gather_message_history_updated_webhook_event1.py,sha256=cPP2bu36quGxPI8DSgKlw8JJ7_7Q3RyqkVBvg9DhTLA,2225
|
|
423
424
|
telnyx/types/call_ai_gather_partial_results_webhook_event.py,sha256=7yhqeMI7nWga-TPgjEhOFxGGTT28fq4UXKYYod_qZPk,2371
|
|
425
|
+
telnyx/types/call_ai_gather_partial_results_webhook_event1.py,sha256=7yhqeMI7nWga-TPgjEhOFxGGTT28fq4UXKYYod_qZPk,2371
|
|
424
426
|
telnyx/types/call_answered_webhook_event.py,sha256=pUODJBEHV4RDDhIMLoUyEwF11hHgcocQWOIvPZafqGs,2377
|
|
427
|
+
telnyx/types/call_answered_webhook_event1.py,sha256=pUODJBEHV4RDDhIMLoUyEwF11hHgcocQWOIvPZafqGs,2377
|
|
425
428
|
telnyx/types/call_bridged_webhook_event.py,sha256=CR9hi9uUXclE4b9eniAk8CC6xxUQz_cwMm16i-BVNr8,1796
|
|
429
|
+
telnyx/types/call_bridged_webhook_event1.py,sha256=CR9hi9uUXclE4b9eniAk8CC6xxUQz_cwMm16i-BVNr8,1796
|
|
426
430
|
telnyx/types/call_control_application.py,sha256=GwQm25fVUXnd5f9IFQxErwp78wizyxkqdYUVEYJ9Oog,2866
|
|
427
431
|
telnyx/types/call_control_application_create_params.py,sha256=QwE_MHP0jDDoNBhWpk2oXHsety7Ou-ciYWj5PXA-RBo,2451
|
|
428
432
|
telnyx/types/call_control_application_create_response.py,sha256=bPZ_zRz836mp7wy9tbzzBEWH2eml2WC5Y3uZBcGZVC4,368
|
|
@@ -437,40 +441,70 @@ telnyx/types/call_control_application_retrieve_response.py,sha256=LZNhV1G4eL-y9F
|
|
|
437
441
|
telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94cq6oMz3kj1HsyEnrq-M0wZ3NI,2575
|
|
438
442
|
telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
|
|
439
443
|
telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
|
|
444
|
+
telnyx/types/call_conversation_ended_webhook_event1.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
|
|
440
445
|
telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
|
|
441
|
-
telnyx/types/
|
|
446
|
+
telnyx/types/call_conversation_insights_generated_webhook_event1.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
|
|
447
|
+
telnyx/types/call_dial_params.py,sha256=uGIMCdkBCC4OEo9zZiXGd53m3FiKLdbWRXaIcQiknBA,16198
|
|
442
448
|
telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
|
|
443
449
|
telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
|
|
450
|
+
telnyx/types/call_dtmf_received_webhook_event1.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
|
|
444
451
|
telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
|
|
452
|
+
telnyx/types/call_enqueued_webhook_event1.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
|
|
445
453
|
telnyx/types/call_event_list_params.py,sha256=AAhJQiZV0JvPxHLmjyLSWq5f54NV1aMvfxBCDpkjJ9o,3163
|
|
446
454
|
telnyx/types/call_event_list_response.py,sha256=kRLl6TldmQuDw1Expvp7bj2SYO0c89pXa2CuiXG_a8A,964
|
|
447
455
|
telnyx/types/call_fork_started_webhook_event.py,sha256=jC0SZVe7ZPi7XZALqUPYWJesnHVdZemdCnNKonfjUU4,1685
|
|
456
|
+
telnyx/types/call_fork_started_webhook_event1.py,sha256=jC0SZVe7ZPi7XZALqUPYWJesnHVdZemdCnNKonfjUU4,1685
|
|
448
457
|
telnyx/types/call_fork_stopped_webhook_event.py,sha256=sOjkm2sh9rqI043RBrWm3HrXLqMfnTVddG4ZRe5d4ys,1685
|
|
458
|
+
telnyx/types/call_fork_stopped_webhook_event1.py,sha256=sOjkm2sh9rqI043RBrWm3HrXLqMfnTVddG4ZRe5d4ys,1685
|
|
449
459
|
telnyx/types/call_gather_ended_webhook_event.py,sha256=-BhUNj_ZE-v-imZ_iESnpYgZHQclkTi3uIDJ1TSFqnE,2040
|
|
460
|
+
telnyx/types/call_gather_ended_webhook_event1.py,sha256=-BhUNj_ZE-v-imZ_iESnpYgZHQclkTi3uIDJ1TSFqnE,2040
|
|
450
461
|
telnyx/types/call_hangup_webhook_event.py,sha256=Zbrazk8Z733qmmr54LISQiefWIsAd1Txi0qzYvUp79Y,4696
|
|
462
|
+
telnyx/types/call_hangup_webhook_event1.py,sha256=Zbrazk8Z733qmmr54LISQiefWIsAd1Txi0qzYvUp79Y,4696
|
|
451
463
|
telnyx/types/call_initiated_webhook_event.py,sha256=HgAR9kZ7mDtqyMGd-RlxbiF3-QCzSJZAT-HFzooGhJk,3081
|
|
464
|
+
telnyx/types/call_initiated_webhook_event1.py,sha256=HgAR9kZ7mDtqyMGd-RlxbiF3-QCzSJZAT-HFzooGhJk,3081
|
|
452
465
|
telnyx/types/call_left_queue_webhook_event.py,sha256=jMoc-4jBhAS5Vmcd-2XDZWU6vKMwd4PXhpqAt1NVJ9E,1960
|
|
466
|
+
telnyx/types/call_left_queue_webhook_event1.py,sha256=jMoc-4jBhAS5Vmcd-2XDZWU6vKMwd4PXhpqAt1NVJ9E,1960
|
|
453
467
|
telnyx/types/call_machine_detection_ended_webhook_event.py,sha256=PDpDSgnzGz6w5jo9fYtGYSM007AT3TxDyCH6R1ppIH0,1956
|
|
468
|
+
telnyx/types/call_machine_detection_ended_webhook_event1.py,sha256=PDpDSgnzGz6w5jo9fYtGYSM007AT3TxDyCH6R1ppIH0,1956
|
|
454
469
|
telnyx/types/call_machine_greeting_ended_webhook_event.py,sha256=ifdS_ikxTTPrZ5Meo1MpoVS4ZZf0mse6oSY1Xj77I9Q,1964
|
|
470
|
+
telnyx/types/call_machine_greeting_ended_webhook_event1.py,sha256=ifdS_ikxTTPrZ5Meo1MpoVS4ZZf0mse6oSY1Xj77I9Q,1964
|
|
455
471
|
telnyx/types/call_machine_premium_detection_ended_webhook_event.py,sha256=o2VZb5RDj6cWfMeS9YcsSNkATwyGGaXQ_Hzv82eqrRw,2057
|
|
472
|
+
telnyx/types/call_machine_premium_detection_ended_webhook_event1.py,sha256=o2VZb5RDj6cWfMeS9YcsSNkATwyGGaXQ_Hzv82eqrRw,2057
|
|
456
473
|
telnyx/types/call_machine_premium_greeting_ended_webhook_event.py,sha256=rh05sMBtagpVxJbzNEnlQqPwkKHVwVWcOB-J196Hlo0,1993
|
|
474
|
+
telnyx/types/call_machine_premium_greeting_ended_webhook_event1.py,sha256=rh05sMBtagpVxJbzNEnlQqPwkKHVwVWcOB-J196Hlo0,1993
|
|
457
475
|
telnyx/types/call_playback_ended_webhook_event.py,sha256=s35ZHJKOYt_5FsSrJAKyhhCvfJibo8iosB6Xv5-ptjc,2223
|
|
476
|
+
telnyx/types/call_playback_ended_webhook_event1.py,sha256=s35ZHJKOYt_5FsSrJAKyhhCvfJibo8iosB6Xv5-ptjc,2223
|
|
458
477
|
telnyx/types/call_playback_started_webhook_event.py,sha256=HwEqioJqa7n84Ik333KwwaWbng3EtN_i_fZv6WpC3uQ,1964
|
|
478
|
+
telnyx/types/call_playback_started_webhook_event1.py,sha256=HwEqioJqa7n84Ik333KwwaWbng3EtN_i_fZv6WpC3uQ,1964
|
|
459
479
|
telnyx/types/call_recording_error_webhook_event.py,sha256=3gV0MaHe16UWdeKN0eSNV7Hvq3UVqZlaKcWzGiPqsU8,1896
|
|
480
|
+
telnyx/types/call_recording_error_webhook_event1.py,sha256=3gV0MaHe16UWdeKN0eSNV7Hvq3UVqZlaKcWzGiPqsU8,1896
|
|
460
481
|
telnyx/types/call_recording_saved_webhook_event.py,sha256=YzuBFPIOBlMdxY4VPvexQvh7O_O2dtCyr_Kvf2C31Q0,2983
|
|
482
|
+
telnyx/types/call_recording_saved_webhook_event1.py,sha256=YzuBFPIOBlMdxY4VPvexQvh7O_O2dtCyr_Kvf2C31Q0,2983
|
|
461
483
|
telnyx/types/call_recording_transcription_saved_webhook_event.py,sha256=kvFkrwe6o-rb_1ss_Uw1nI2PoYp5XpzrWUcTxASErdY,2221
|
|
484
|
+
telnyx/types/call_recording_transcription_saved_webhook_event1.py,sha256=kvFkrwe6o-rb_1ss_Uw1nI2PoYp5XpzrWUcTxASErdY,2221
|
|
462
485
|
telnyx/types/call_refer_completed_webhook_event.py,sha256=wP8sHPMffsEgj1xbqfBcXMO8pqa44PS7ThLUD8KCjtw,1914
|
|
486
|
+
telnyx/types/call_refer_completed_webhook_event1.py,sha256=wP8sHPMffsEgj1xbqfBcXMO8pqa44PS7ThLUD8KCjtw,1914
|
|
463
487
|
telnyx/types/call_refer_failed_webhook_event.py,sha256=VAbP0WVV0T-aAKHTeaUawDXZdgaKdq45JdFUIQyLJMY,1905
|
|
488
|
+
telnyx/types/call_refer_failed_webhook_event1.py,sha256=VAbP0WVV0T-aAKHTeaUawDXZdgaKdq45JdFUIQyLJMY,1905
|
|
464
489
|
telnyx/types/call_refer_started_webhook_event.py,sha256=bqICdgtiC4cTQwnjvy_UUchltGjRMWGZxTUSTFF3yHU,1908
|
|
490
|
+
telnyx/types/call_refer_started_webhook_event1.py,sha256=bqICdgtiC4cTQwnjvy_UUchltGjRMWGZxTUSTFF3yHU,1908
|
|
465
491
|
telnyx/types/call_retrieve_status_response.py,sha256=RX8VzV4aOrjerr8iBhl8ilCBurIIy7-n4MYhrAFSaJg,1441
|
|
466
492
|
telnyx/types/call_siprec_failed_webhook_event.py,sha256=-WaaWZb0ag92LZ8BkOOBVWXgW_rIFonNtNtqmI10kjU,1649
|
|
493
|
+
telnyx/types/call_siprec_failed_webhook_event1.py,sha256=-WaaWZb0ag92LZ8BkOOBVWXgW_rIFonNtNtqmI10kjU,1649
|
|
467
494
|
telnyx/types/call_siprec_started_webhook_event.py,sha256=TSZ3qzmk84YLKVDiq3j6FGvrt8iDRhkAz5QFBjYFPtY,1574
|
|
495
|
+
telnyx/types/call_siprec_started_webhook_event1.py,sha256=TSZ3qzmk84YLKVDiq3j6FGvrt8iDRhkAz5QFBjYFPtY,1574
|
|
468
496
|
telnyx/types/call_siprec_stopped_webhook_event.py,sha256=rUA8ouoK5YN4RrQkeaUWD3I8O-CB7d92oo-nidHb150,1672
|
|
497
|
+
telnyx/types/call_siprec_stopped_webhook_event1.py,sha256=rUA8ouoK5YN4RrQkeaUWD3I8O-CB7d92oo-nidHb150,1672
|
|
469
498
|
telnyx/types/call_speak_ended_webhook_event.py,sha256=eQlrLgqLQGe_NOLoyWQ2QeE_WEI5XpoqUbKj6EqiMw4,1695
|
|
499
|
+
telnyx/types/call_speak_ended_webhook_event1.py,sha256=eQlrLgqLQGe_NOLoyWQ2QeE_WEI5XpoqUbKj6EqiMw4,1695
|
|
470
500
|
telnyx/types/call_speak_started_webhook_event.py,sha256=KV-PmcBXfjpgN2dipo7bw3WYlUE73Y4mr-TVFG5B6Ok,1576
|
|
501
|
+
telnyx/types/call_speak_started_webhook_event1.py,sha256=KV-PmcBXfjpgN2dipo7bw3WYlUE73Y4mr-TVFG5B6Ok,1576
|
|
471
502
|
telnyx/types/call_streaming_failed_webhook_event.py,sha256=eZCpBdpu5KbnoiPJWUTavNTAOLsx-hj2UfqKBgaHAX0,2372
|
|
503
|
+
telnyx/types/call_streaming_failed_webhook_event1.py,sha256=eZCpBdpu5KbnoiPJWUTavNTAOLsx-hj2UfqKBgaHAX0,2372
|
|
472
504
|
telnyx/types/call_streaming_started_webhook_event.py,sha256=vArPX8v-u_zd2t0zw2KIIwBJDVrmrQ1cesRAfEeGCs0,1704
|
|
505
|
+
telnyx/types/call_streaming_started_webhook_event1.py,sha256=vArPX8v-u_zd2t0zw2KIIwBJDVrmrQ1cesRAfEeGCs0,1704
|
|
473
506
|
telnyx/types/call_streaming_stopped_webhook_event.py,sha256=Z6HAuFGntPtjK-QDBjxr25tHhiCtIgiZTd4nZql6ohs,1704
|
|
507
|
+
telnyx/types/call_streaming_stopped_webhook_event1.py,sha256=Z6HAuFGntPtjK-QDBjxr25tHhiCtIgiZTd4nZql6ohs,1704
|
|
474
508
|
telnyx/types/campaign_builder_create_params.py,sha256=x6nciEyJJ8Clb35ehZK8riVuKwCHLO-m8vC5cPvKp0w,5350
|
|
475
509
|
telnyx/types/campaign_builder_create_response.py,sha256=7XT_yPFVsHoPKbp6WhQ2d72VkwSaFjGRAssGmUl5Kg4,326
|
|
476
510
|
telnyx/types/campaign_deactivate_response.py,sha256=tcSCvd-cx3hFz66VdwxOqtbxOFBwJGne_pO5WQWKND0,327
|
|
@@ -480,6 +514,7 @@ telnyx/types/campaign_list_params.py,sha256=gjYy8uWph32nK7i0tX4TFvoYYjPxFWwliVdW
|
|
|
480
514
|
telnyx/types/campaign_list_response.py,sha256=cW9tqO3c3ZDnXxcPxkthHS2Q8xvnIrixd12ChsYehBY,8677
|
|
481
515
|
telnyx/types/campaign_sharing_status.py,sha256=-PT1pYJgMRmqf3jKduW0SPdNKGf02sJhUwj2CbQ7MM0,681
|
|
482
516
|
telnyx/types/campaign_status_update_webhook_event.py,sha256=AOAq7a0NsuYBFVbQ0n2PWhgvvajgQuMa8Cc9WWu_NwQ,965
|
|
517
|
+
telnyx/types/campaign_status_update_webhook_event1.py,sha256=AOAq7a0NsuYBFVbQ0n2PWhgvvajgQuMa8Cc9WWu_NwQ,965
|
|
483
518
|
telnyx/types/campaign_submit_appeal_params.py,sha256=S92CMn_b_NGHGtE-etlaVZQn6A68BZLZz1-ZexMBaNA,461
|
|
484
519
|
telnyx/types/campaign_submit_appeal_response.py,sha256=BxDotpov91C1bjoXQO8Li6TIcxoO5POwVtHefRXl_FY,364
|
|
485
520
|
telnyx/types/campaign_update_params.py,sha256=0tUXAyE9dnJhosIxKo3DmJx_uMGMk4xS3W36Ckf-aYU,1577
|
|
@@ -491,11 +526,6 @@ telnyx/types/charges_breakdown_retrieve_params.py,sha256=Wzl5y_dvgGe6BGP0eQx4pzG
|
|
|
491
526
|
telnyx/types/charges_breakdown_retrieve_response.py,sha256=S4oxr4VW4jwfFRfqxfyw_giXcG3UmlL4S_DxuRJH_I8,1256
|
|
492
527
|
telnyx/types/charges_summary_retrieve_params.py,sha256=WlMwdrN0XTAG9UHYY8IyUvv5H57canI3PRP9zXehB3Q,865
|
|
493
528
|
telnyx/types/charges_summary_retrieve_response.py,sha256=EUbsepVd5Zl64aTj0bHkRnHXaj45jX3UNHebEbNeYl4,2514
|
|
494
|
-
telnyx/types/client_create_bucket_params.py,sha256=E1zUjZd1OfxDr4W-SnUDTEyrMSFk9HSjNxMZXlI05JU,389
|
|
495
|
-
telnyx/types/client_delete_objects_params.py,sha256=M8WjzkKHxSkGbQlekuj4zBd0KmF4-4xeyYT-Ht85nrw,525
|
|
496
|
-
telnyx/types/client_get_object_params.py,sha256=IJrxQuVK76x1apZoqgGdZd5Swcht_6HzaUxZ5hMWxec,450
|
|
497
|
-
telnyx/types/client_list_objects_params.py,sha256=6NWjFks2cuuZNZGHiv0uE8HkiyEsR1FSNk-Tl-aSQNE,384
|
|
498
|
-
telnyx/types/client_put_object_params.py,sha256=RM6YTxDigcq8V8RzLhLce2TK9t8IfyVLSg_1mAzbNuM,579
|
|
499
529
|
telnyx/types/cloudflare_sync_status.py,sha256=vqYPyc4mM0BjtJrfKjZpy7q9xzC67AECSmgGiCQTzZw,235
|
|
500
530
|
telnyx/types/comment_create_params.py,sha256=S1nzHTZIs3RDAsgmFufE-UNfM6dJnmOWejAELoy94ek,377
|
|
501
531
|
telnyx/types/comment_create_response.py,sha256=kJ_kF8XjC4cJjRqGYgyRPPEdLUbfrsJqQeF7TSPvXSo,1002
|
|
@@ -507,24 +537,38 @@ telnyx/types/conference.py,sha256=dzDrCTuIcNqwFN9GA93FdwlJhhr5wbLb_Rd5VSZn748,15
|
|
|
507
537
|
telnyx/types/conference_create_params.py,sha256=AJJszf2zS3SYmpPoTBq3Z90G7Kv1J6RcSGr0sHWCyXM,2324
|
|
508
538
|
telnyx/types/conference_create_response.py,sha256=ggiB8W7e31On8Y7spzEEjj890FsF673A-i8d8hveVgs,306
|
|
509
539
|
telnyx/types/conference_created_webhook_event.py,sha256=fCXR9FcME6nCdyQDmGy5i0KU5YttyylDBfzZQLIDcac,1672
|
|
540
|
+
telnyx/types/conference_created_webhook_event1.py,sha256=fCXR9FcME6nCdyQDmGy5i0KU5YttyylDBfzZQLIDcac,1672
|
|
510
541
|
telnyx/types/conference_ended_webhook_event.py,sha256=jMIyyQvVy5-ynEnfvXLozmG22taQyfbFtGMq34-Sm3Y,1785
|
|
542
|
+
telnyx/types/conference_ended_webhook_event1.py,sha256=jMIyyQvVy5-ynEnfvXLozmG22taQyfbFtGMq34-Sm3Y,1785
|
|
511
543
|
telnyx/types/conference_floor_changed_webhook_event.py,sha256=ANB74dYstoWOZYXISMbNL4H4wGgX8PF6Ac-9b_bfTC0,1343
|
|
544
|
+
telnyx/types/conference_floor_changed_webhook_event1.py,sha256=ANB74dYstoWOZYXISMbNL4H4wGgX8PF6Ac-9b_bfTC0,1343
|
|
512
545
|
telnyx/types/conference_list_params.py,sha256=BpNUwUcSkLfxTUJsyTM6iZm2Umr0aVWG__si9lx7Mos,3165
|
|
513
546
|
telnyx/types/conference_list_participants_params.py,sha256=HR3nklZ4h6dWF8S7MFA8azlZpBycCvpo7vHpSUkM_2Q,1290
|
|
514
547
|
telnyx/types/conference_list_participants_response.py,sha256=Mb9sMn_0nWwaeGMruhcweolib8xsA_Lcbw08aivCKao,1932
|
|
515
548
|
telnyx/types/conference_list_response.py,sha256=i1cJ223BHClbvHbFId8kH5Yp9QMw_u_x-GMLhnsyDS8,401
|
|
516
549
|
telnyx/types/conference_participant_joined_webhook_event.py,sha256=wV4t8RuPy_jyoRJ1g0XBlovYLRfRMq4jIoAB3tYHByU,1703
|
|
550
|
+
telnyx/types/conference_participant_joined_webhook_event1.py,sha256=wV4t8RuPy_jyoRJ1g0XBlovYLRfRMq4jIoAB3tYHByU,1703
|
|
517
551
|
telnyx/types/conference_participant_left_webhook_event.py,sha256=GJJgA2iKtYqHQOEpuvyNRnhmA_2LtxiU7mS4UxUWaoA,1697
|
|
552
|
+
telnyx/types/conference_participant_left_webhook_event1.py,sha256=GJJgA2iKtYqHQOEpuvyNRnhmA_2LtxiU7mS4UxUWaoA,1697
|
|
518
553
|
telnyx/types/conference_participant_playback_ended_webhook_event.py,sha256=ONsKLwHtJzANFPTCxfTe0IWDEIOlzYf1Ep-HSjqzCKk,2138
|
|
554
|
+
telnyx/types/conference_participant_playback_ended_webhook_event1.py,sha256=ONsKLwHtJzANFPTCxfTe0IWDEIOlzYf1Ep-HSjqzCKk,2138
|
|
519
555
|
telnyx/types/conference_participant_playback_started_webhook_event.py,sha256=JwElP7hJB7Kps9QL-ZU2xnpWVIPFnF_-yuURUUMKe9A,2144
|
|
556
|
+
telnyx/types/conference_participant_playback_started_webhook_event1.py,sha256=JwElP7hJB7Kps9QL-ZU2xnpWVIPFnF_-yuURUUMKe9A,2144
|
|
520
557
|
telnyx/types/conference_participant_speak_ended_webhook_event.py,sha256=0Jztdxvj_BXGSk1kRIoqh4BaCdv06qFnA4M1etx76Mo,1860
|
|
558
|
+
telnyx/types/conference_participant_speak_ended_webhook_event1.py,sha256=0Jztdxvj_BXGSk1kRIoqh4BaCdv06qFnA4M1etx76Mo,1860
|
|
521
559
|
telnyx/types/conference_participant_speak_started_webhook_event.py,sha256=Pkhl3awfg7s9txLYF9_Cnysa_DRZAZc5qIFUNDkCXvw,1866
|
|
560
|
+
telnyx/types/conference_participant_speak_started_webhook_event1.py,sha256=Pkhl3awfg7s9txLYF9_Cnysa_DRZAZc5qIFUNDkCXvw,1866
|
|
522
561
|
telnyx/types/conference_playback_ended_webhook_event.py,sha256=NdYEK5WjezBqJiRNfi03jm73P23LBJYETgvNwHYkQi8,1478
|
|
562
|
+
telnyx/types/conference_playback_ended_webhook_event1.py,sha256=NdYEK5WjezBqJiRNfi03jm73P23LBJYETgvNwHYkQi8,1478
|
|
523
563
|
telnyx/types/conference_playback_started_webhook_event.py,sha256=-0V4JlCQKNpEtk-aoL4ay1PafalZW0FM0zYFjcgvOII,1484
|
|
564
|
+
telnyx/types/conference_playback_started_webhook_event1.py,sha256=-0V4JlCQKNpEtk-aoL4ay1PafalZW0FM0zYFjcgvOII,1484
|
|
524
565
|
telnyx/types/conference_recording_saved_webhook_event.py,sha256=XG_VyVWhntw2ynuoUyJx0U77MgbZ4AyDZlWbN3YgzWk,3237
|
|
566
|
+
telnyx/types/conference_recording_saved_webhook_event1.py,sha256=XG_VyVWhntw2ynuoUyJx0U77MgbZ4AyDZlWbN3YgzWk,3237
|
|
525
567
|
telnyx/types/conference_retrieve_response.py,sha256=EsRuiQaIETAO_Z9_ri26w4Y5HbA_ZbuE0AWap4kRodU,310
|
|
526
568
|
telnyx/types/conference_speak_ended_webhook_event.py,sha256=VqWDweNl2yitluDHunosk2dfaTFYi2ZNu-LeGzqR-2w,1200
|
|
569
|
+
telnyx/types/conference_speak_ended_webhook_event1.py,sha256=VqWDweNl2yitluDHunosk2dfaTFYi2ZNu-LeGzqR-2w,1200
|
|
527
570
|
telnyx/types/conference_speak_started_webhook_event.py,sha256=7942onAJINYvycip9O2ofoEp4FKlg2bRKqIoGYp-fVM,1206
|
|
571
|
+
telnyx/types/conference_speak_started_webhook_event1.py,sha256=7942onAJINYvycip9O2ofoEp4FKlg2bRKqIoGYp-fVM,1206
|
|
528
572
|
telnyx/types/connection_list_active_calls_params.py,sha256=eIvWpeQ1o6PjG1B7fy6HFVsnuumINCCQMWs3hoRJoKI,755
|
|
529
573
|
telnyx/types/connection_list_active_calls_response.py,sha256=WcB3pjgz3XToireQsgTE8lCDjQGvB3Mf2eYPOOIOtH8,1500
|
|
530
574
|
telnyx/types/connection_list_params.py,sha256=76BEF_3KbrmaX48_LyUHTeIS2kCKLqQ_CtaIrIzqSsY,2141
|
|
@@ -533,8 +577,8 @@ telnyx/types/connection_retrieve_response.py,sha256=n2shA0X93eXNR0gJZibcWAxD5Www
|
|
|
533
577
|
telnyx/types/connection_rtcp_settings.py,sha256=i-DvbUBvc3o2JmHTbI2hBwLOTTPQNjpzyBf3TH-04RE,786
|
|
534
578
|
telnyx/types/connection_rtcp_settings_param.py,sha256=x5Q7HBMQmzmTE3OTm7GzYsAYZsJf6Ar8jUSLck-mp3E,744
|
|
535
579
|
telnyx/types/consumed_data.py,sha256=aBc8mtHcg7dZmZsO5Od2cTFx9PWzqaE8GQrRmidzvEI,274
|
|
536
|
-
telnyx/types/country_coverage_retrieve_country_response.py,sha256=
|
|
537
|
-
telnyx/types/country_coverage_retrieve_response.py,sha256=
|
|
580
|
+
telnyx/types/country_coverage_retrieve_country_response.py,sha256=qCWG6EaAn1dGoXbFIWVac-vVhXa5CSYlB5psv3Jndfk,1841
|
|
581
|
+
telnyx/types/country_coverage_retrieve_response.py,sha256=_f8gNvcGKywJRUfyYRNrITxd0SQ5_Dq0hE2SL4Lnr9I,1833
|
|
538
582
|
telnyx/types/create_verification_response.py,sha256=rX9zZedL3IEWPprSVtUIH9x46WtrWr15NHzVf0HjP0Y,270
|
|
539
583
|
telnyx/types/credential_connection.py,sha256=GeXlH70_5fz_WIvtd19WZAustX7UFh11B23KRWh3WXg,4240
|
|
540
584
|
telnyx/types/credential_connection_create_params.py,sha256=aW1FO6YRTPuolyfWiIyzV45zQvSL3Oy6L22DQ1_koJQ,4083
|
|
@@ -564,9 +608,11 @@ telnyx/types/customer_service_record_list_params.py,sha256=G1mgRKJijJjEh1xNaeHSj
|
|
|
564
608
|
telnyx/types/customer_service_record_list_response.py,sha256=j83mROt0KQ45us3Lj6lBZSLEZPKGDAJzmdNpKEBIZ74,458
|
|
565
609
|
telnyx/types/customer_service_record_retrieve_response.py,sha256=07_PV2iPF3H8LLaOfDJ8MugnJ9vKcj7jrnlShE4_er0,367
|
|
566
610
|
telnyx/types/customer_service_record_status_changed_webhook_event.py,sha256=VkR9KhEgWXU5Ad_TantPJ_Q2gBIxJFg8B83JOE_PduY,1655
|
|
611
|
+
telnyx/types/customer_service_record_status_changed_webhook_event1.py,sha256=VkR9KhEgWXU5Ad_TantPJ_Q2gBIxJFg8B83JOE_PduY,1655
|
|
567
612
|
telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=BjQhJJYzvef09G8vJEbEzwVVDjFfOXf3eWLguZ18ktM,462
|
|
568
613
|
telnyx/types/customer_service_record_verify_phone_number_coverage_response.py,sha256=jQirZgkVJG40Rm6pmbAcef7aq0QYVTwZov3Q-CDulaM,1388
|
|
569
614
|
telnyx/types/delivery_update_webhook_event.py,sha256=s5ull5rIhYLD58VD6sDVGnORFYY2K23acxDslvg-FeA,1153
|
|
615
|
+
telnyx/types/delivery_update_webhook_event1.py,sha256=s5ull5rIhYLD58VD6sDVGnORFYY2K23acxDslvg-FeA,1153
|
|
570
616
|
telnyx/types/detail_record_list_params.py,sha256=CZfIS8k2ug0DjDivcQ79c_VQaez1zBX7rTZz7Sp6uO0,2062
|
|
571
617
|
telnyx/types/detail_record_list_response.py,sha256=hQAQ6iyIpgjtj6zxoP8o9XxjAKXP8kNM0ONvOJrq4x8,13823
|
|
572
618
|
telnyx/types/dialogflow_config_param.py,sha256=_b-DntBBdjqtmojDCUsFdsZkUpSC8fk7GHjf7vAi_SA,441
|
|
@@ -585,6 +631,8 @@ telnyx/types/document_list_response.py,sha256=-_gLD3b7x0UT6kfHZ4Z05xEKdpfHEd5fND
|
|
|
585
631
|
telnyx/types/document_retrieve_response.py,sha256=22mTiLGxPa_ClgA0K0wQ_utozd_FffrM3m1XJtNkGcM,332
|
|
586
632
|
telnyx/types/document_update_params.py,sha256=-pdFL8Ra8mn8accOvApZTnu5bVky0hZJlsBIQs4JMK8,399
|
|
587
633
|
telnyx/types/document_update_response.py,sha256=K4eMjEPsMpJ4daDpu08PgZqNuwEzzt3JPOUjBySBfjY,328
|
|
634
|
+
telnyx/types/document_upload_json_params.py,sha256=1xGx0NANOHFrz3gOMx8yPewNlzdRhpdEeocqjbyjJIY,1242
|
|
635
|
+
telnyx/types/document_upload_json_response.py,sha256=2uLgMh6y07-rHOnK00J95CbFxIzNBDN9tdwaIE81qY0,336
|
|
588
636
|
telnyx/types/document_upload_params.py,sha256=pU9wSxc4XvZCX2z2O6DQk0kEt8vBK0_0OSaCxR1XAKY,1234
|
|
589
637
|
telnyx/types/document_upload_response.py,sha256=81z3z6mwwWMdIX2JGds3q4baK0x8WAMiyHeCYL_4EHo,328
|
|
590
638
|
telnyx/types/dtmf_type.py,sha256=lPGsm0CFOe0KBJR7pxOnxNr7XlB3TKa81JuAH5oCS8I,225
|
|
@@ -630,13 +678,18 @@ telnyx/types/fax_application_update_response.py,sha256=g4jaE6eD4PVDapMuFXEYRVAx-
|
|
|
630
678
|
telnyx/types/fax_create_params.py,sha256=5dWNYJET4yIF_8qeYYgguXtNs0w6nxvur2YD1yVr2qA,2594
|
|
631
679
|
telnyx/types/fax_create_response.py,sha256=0LiA8SFITw3My107KPfJEJ5wjgvcy1PIsw9Wi2vXmRQ,271
|
|
632
680
|
telnyx/types/fax_delivered_webhook_event.py,sha256=OUk6LXd36jA3wkVPoTa0OEHQJzAgQrBGa7tsir6IJaA,2033
|
|
681
|
+
telnyx/types/fax_delivered_webhook_event1.py,sha256=OUk6LXd36jA3wkVPoTa0OEHQJzAgQrBGa7tsir6IJaA,2033
|
|
633
682
|
telnyx/types/fax_failed_webhook_event.py,sha256=LAmPopendd-_to3wSEzbJTczMnW3LfPRahC76q3wP9Y,1949
|
|
683
|
+
telnyx/types/fax_failed_webhook_event1.py,sha256=LAmPopendd-_to3wSEzbJTczMnW3LfPRahC76q3wP9Y,1949
|
|
634
684
|
telnyx/types/fax_list_params.py,sha256=LtYISzAfuZgInUJM-Obob7d_2coAfsKsGaF_WfSAtIY,2504
|
|
635
685
|
telnyx/types/fax_list_response.py,sha256=EhzqiXoifMLhA7FSDcJZk8xWTGlO3Vc5uKxOKTbmpf4,314
|
|
636
686
|
telnyx/types/fax_media_processed_webhook_event.py,sha256=aJSpumXg7R_4vBBIb3lS7X9F-wvJVcCgOUHr-letHAM,1886
|
|
687
|
+
telnyx/types/fax_media_processed_webhook_event1.py,sha256=aJSpumXg7R_4vBBIb3lS7X9F-wvJVcCgOUHr-letHAM,1886
|
|
637
688
|
telnyx/types/fax_queued_webhook_event.py,sha256=KeZeQuBlM-b7zk9vL7kz5EIvBKRuQdR_V6mNeqk4uTU,1852
|
|
689
|
+
telnyx/types/fax_queued_webhook_event1.py,sha256=KeZeQuBlM-b7zk9vL7kz5EIvBKRuQdR_V6mNeqk4uTU,1852
|
|
638
690
|
telnyx/types/fax_retrieve_response.py,sha256=HNHPttDOk7sI5qRTJki653d_c_-CqrD_5Szeih4PLaE,275
|
|
639
691
|
telnyx/types/fax_sending_started_webhook_event.py,sha256=p9xk7UnQxxuzxfIA9W80r5sQbhHK9zEdb1YPohMB49Q,1878
|
|
692
|
+
telnyx/types/fax_sending_started_webhook_event1.py,sha256=p9xk7UnQxxuzxfIA9W80r5sQbhHK9zEdb1YPohMB49Q,1878
|
|
640
693
|
telnyx/types/fqdn.py,sha256=UG2PjoDPWpQw6sVEIPo5wWxa8eLjyHeSr1TZsJtwssk,1158
|
|
641
694
|
telnyx/types/fqdn_connection.py,sha256=HsEtVrgYN_oTeUavZKp51Idl-zS46_O5RgU2chTQSRk,5153
|
|
642
695
|
telnyx/types/fqdn_connection_create_params.py,sha256=bMFr8gxwpzlWGruxnM590u07sQxrwU4J3D0bHQ584V0,3589
|
|
@@ -698,6 +751,7 @@ telnyx/types/inbound_fqdn_param.py,sha256=gLRAwVYISGgI1vE6RhyJomKFwUfnuOMnAQNpw9
|
|
|
698
751
|
telnyx/types/inbound_ip.py,sha256=GOJSmMdUMrBddHa1TSlhJvAK_XR0uYOPVYlkaU6MnFA,4134
|
|
699
752
|
telnyx/types/inbound_ip_param.py,sha256=KNam6F3fJX_b7sOUlQiEA7NVRQtVmHSBjkzFyJ3zt4o,3878
|
|
700
753
|
telnyx/types/inbound_message_webhook_event.py,sha256=qJlY4h4dELGTwUQJoqPoIp8VEFaWENE9bPVcVPFNKEc,6520
|
|
754
|
+
telnyx/types/inbound_message_webhook_event1.py,sha256=qJlY4h4dELGTwUQJoqPoIp8VEFaWENE9bPVcVPFNKEc,6520
|
|
701
755
|
telnyx/types/integration_secret.py,sha256=iod7QJKV0aqvMJHDjKJyAe4PYmQfAjCWGBTOutYjkfA,373
|
|
702
756
|
telnyx/types/integration_secret_create_params.py,sha256=DoWwA0bhSj6SIljRMN7iv3ZNmQN_npNO-JOf6q-ldgc,790
|
|
703
757
|
telnyx/types/integration_secret_create_response.py,sha256=-n6QbC8716Z-zGHnhFics9-Wd8KXNNfa5kKb_hn5vD8,296
|
|
@@ -733,8 +787,6 @@ telnyx/types/ledger_billing_group_report.py,sha256=ywIzPZsbG6XPg3JgFtrr4LYdS4YDW
|
|
|
733
787
|
telnyx/types/ledger_billing_group_report_create_params.py,sha256=o_tg5q25ln0PQLatVN6o-7RoqY3oGzk_e0ziugR0cjE,416
|
|
734
788
|
telnyx/types/ledger_billing_group_report_create_response.py,sha256=tRb87tzw-7pVdmhhF0orQoKPiSMDexuqJLQe53-X6vY,379
|
|
735
789
|
telnyx/types/ledger_billing_group_report_retrieve_response.py,sha256=G3gZ6g4C705dcxi0qQGUfnql-B_3ova2-gBJUgakSrc,383
|
|
736
|
-
telnyx/types/list_buckets_response.py,sha256=EWUn2sweJ7AmJH3ZefcAJJF1h28yvpFuYLobJbkG8i8,567
|
|
737
|
-
telnyx/types/list_objects_response.py,sha256=3PdlRHiSkuYs5z0SKe-F3-tcLs0QOmhpAz_B29UqLUk,702
|
|
738
790
|
telnyx/types/list_retrieve_all_response.py,sha256=4NBVNSCVCdGu3vrg_vU55WVzaITLD15wMxcLsXXkSQo,673
|
|
739
791
|
telnyx/types/list_retrieve_by_zone_response.py,sha256=H7mqctugxuKTtaOGXZmDUjTcnhFE8hjIAOdeTy_23u4,679
|
|
740
792
|
telnyx/types/managed_account.py,sha256=VLHqyrra3HUOr4ZghPDBkk_bnWUefXBKszXIlO2y4QM,2067
|
|
@@ -771,6 +823,7 @@ telnyx/types/message_send_params.py,sha256=6Pwx0Eco0MDZ4ypedLUFMpBkMmmVzJiUVuleS
|
|
|
771
823
|
telnyx/types/message_send_response.py,sha256=VNa37bL5N0Qt3B20cRTALoHph6u1G3dCKoW22j-ml5k,334
|
|
772
824
|
telnyx/types/message_send_short_code_params.py,sha256=BuoMtCtyl2wXGEZRlhZYMaQaXtKGvcykmPnsbdu4EmE,1683
|
|
773
825
|
telnyx/types/message_send_short_code_response.py,sha256=0OXWKYMyPdTTOWoOy_Da9jCe6uxP8lTyF3BSHGSzmHU,352
|
|
826
|
+
telnyx/types/message_template.py,sha256=TY7lYyWA0NMQZEUD_LB4p33ymKVsTCg4d8OKR3KFzYk,370
|
|
774
827
|
telnyx/types/messaging_error.py,sha256=EeXUDByRpKqwPefeMwsqJVB4__yLLW9pm9fnB4NxnCo,575
|
|
775
828
|
telnyx/types/messaging_hosted_number_delete_response.py,sha256=CVOIUTUYoNAauR5_qR9Z5wHKZlC-Kd6dloNaEh10-pw,386
|
|
776
829
|
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=fo_oC19th-_0hpglEeu0IsFLzNIeL7PnlSNyFkwLIPo,458
|
|
@@ -790,8 +843,8 @@ telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeA
|
|
|
790
843
|
telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
|
|
791
844
|
telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
|
|
792
845
|
telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
|
|
793
|
-
telnyx/types/messaging_profile.py,sha256=
|
|
794
|
-
telnyx/types/messaging_profile_create_params.py,sha256=
|
|
846
|
+
telnyx/types/messaging_profile.py,sha256=flNOhjB2xHrrz1bDt8ACAAWOrLVvr4IOQu4a5XaadFk,3523
|
|
847
|
+
telnyx/types/messaging_profile_create_params.py,sha256=joWjFKv6EEWhTs-F2YWca5g4BGihjEdbHZQ-VXxc2mw,2942
|
|
795
848
|
telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
|
|
796
849
|
telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
|
|
797
850
|
telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
|
|
@@ -801,7 +854,7 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
|
|
|
801
854
|
telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
|
|
802
855
|
telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
|
|
803
856
|
telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
|
|
804
|
-
telnyx/types/messaging_profile_update_params.py,sha256=
|
|
857
|
+
telnyx/types/messaging_profile_update_params.py,sha256=PCiRbL0I1bMn3rX6jJi_XsiZq6dqfmqsWPQonjGipQQ,3072
|
|
805
858
|
telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
|
|
806
859
|
telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
|
|
807
860
|
telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
|
|
@@ -876,6 +929,7 @@ telnyx/types/number_order_phone_number_update_requirements_params.py,sha256=6oZL
|
|
|
876
929
|
telnyx/types/number_order_phone_number_update_requirements_response.py,sha256=gpBTWv98n_JccRd-mwaYkVUtNiWihdavKqHOaNylPZM,393
|
|
877
930
|
telnyx/types/number_order_retrieve_response.py,sha256=1WygTrroK2bSgUhhmjmCIEVsx-TCN6gpyLdtrdAHC3k,367
|
|
878
931
|
telnyx/types/number_order_status_update_webhook_event.py,sha256=I1ooLnocUA1jxrMnJU_ep0alxtzEmf05TtEmqqsji3c,841
|
|
932
|
+
telnyx/types/number_order_status_update_webhook_event1.py,sha256=I1ooLnocUA1jxrMnJU_ep0alxtzEmf05TtEmqqsji3c,841
|
|
879
933
|
telnyx/types/number_order_update_params.py,sha256=yWf5rSyWr-POo7WNMqRI8I1f88lEy1yPRPjnAMBAFzY,532
|
|
880
934
|
telnyx/types/number_order_update_response.py,sha256=vOdtpv_CwkLei1nCn2u_-qN1YYrEqRxjbqf5BfWDkK0,363
|
|
881
935
|
telnyx/types/number_order_with_phone_numbers.py,sha256=mq6s2u4zP8BgkUKps5Eu63wM4_ENFPvOjoM9HCo5xrE,1579
|
|
@@ -889,17 +943,19 @@ telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBf
|
|
|
889
943
|
telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
|
|
890
944
|
telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
|
|
891
945
|
telnyx/types/numbers_feature_create_response.py,sha256=4p7DBbd4HzNmumwal8ozpOjOPI0o9aaZvNZ3v63RW7Y,365
|
|
946
|
+
telnyx/types/oauth_client.py,sha256=qtjED8m2pQHAyDquum3u39y4Md7IDry0b8VnGdqpoLI,1643
|
|
892
947
|
telnyx/types/oauth_client_create_params.py,sha256=n_nJTEQzHC7zATP7mCRx5F_ELQeU9rqGob47-avi1oY,1136
|
|
893
|
-
telnyx/types/oauth_client_create_response.py,sha256=
|
|
948
|
+
telnyx/types/oauth_client_create_response.py,sha256=Z9qxhRbxV7aLm8EYX9K9ZogVbbiJ_K1ftvh8KGLsfBg,312
|
|
894
949
|
telnyx/types/oauth_client_list_params.py,sha256=tLcLmTdYbfWlBxHHp4_sV9UWGIZWzRxHWGnwaVnNRtk,1362
|
|
895
|
-
telnyx/types/oauth_client_list_response.py,sha256=
|
|
896
|
-
telnyx/types/oauth_client_retrieve_response.py,sha256=
|
|
950
|
+
telnyx/types/oauth_client_list_response.py,sha256=adgnOAaQJAquILxfPOLaxgHP2QmK0dKBRWFAl-oChVk,423
|
|
951
|
+
telnyx/types/oauth_client_retrieve_response.py,sha256=OIrIEbNSxfo19ZgCdxswV9jY4NM5diQ7q6HJJrYZaVI,316
|
|
897
952
|
telnyx/types/oauth_client_update_params.py,sha256=mqqIUwlZbxUvLBA0RPwZVC7g6hmG3UJ_2Q-TA8EHvaE,967
|
|
898
|
-
telnyx/types/oauth_client_update_response.py,sha256=
|
|
899
|
-
telnyx/types/
|
|
953
|
+
telnyx/types/oauth_client_update_response.py,sha256=Jq-ft1nb1BYx5VSm0V1-HWyjkuooqd4JLzC1IJZn-q0,312
|
|
954
|
+
telnyx/types/oauth_grant.py,sha256=yRnGPcPxO9X53-gzQuIKrPpWDONNMKngB4esLZQ-SlU,696
|
|
955
|
+
telnyx/types/oauth_grant_delete_response.py,sha256=94_Sxy8j7DZqM8d1xBqvZU1gXcrgoFI8fSVG-v1oi_8,307
|
|
900
956
|
telnyx/types/oauth_grant_list_params.py,sha256=QUqXr2j_47an8zFXwf_iaRR_FgkBvcyXK06RE_Ik36o,491
|
|
901
|
-
telnyx/types/oauth_grant_list_response.py,sha256=
|
|
902
|
-
telnyx/types/oauth_grant_retrieve_response.py,sha256=
|
|
957
|
+
telnyx/types/oauth_grant_list_response.py,sha256=FcdxLxhCxswI1yXdKD1X97jcJrZtRAneXfPVgklrhR0,418
|
|
958
|
+
telnyx/types/oauth_grant_retrieve_response.py,sha256=36LrQTmeQXG093wWn1d7eHLPqumphdDNbCnOXAcISH8,311
|
|
903
959
|
telnyx/types/oauth_grants_params.py,sha256=MOrGxhdb5bhZN2_PabKauyxM4ZVETJeS6OqX5Or1eKc,382
|
|
904
960
|
telnyx/types/oauth_grants_response.py,sha256=wcnrD0xsNzu8WE-GP9VkKK3dC8SzmqR-5Oq0vqBBocY,272
|
|
905
961
|
telnyx/types/oauth_introspect_params.py,sha256=nHbOQwFmGqgNPJqo8uxZxoWon9qvCWp58couMDDbfhI,324
|
|
@@ -921,16 +977,18 @@ telnyx/types/outbound_fqdn_param.py,sha256=mobTVWB81k1DxKLByzd_WwwPqIgcUC8W18WWi
|
|
|
921
977
|
telnyx/types/outbound_ip.py,sha256=j1SaTTVU3p5TUyiK6-3yRcaAEobgMI3pAmZC_IP4cXE,2573
|
|
922
978
|
telnyx/types/outbound_ip_param.py,sha256=KyjUlQNEOHs4r9uUw4WRUgfrmM-91ed5IyICuxOFFM8,2402
|
|
923
979
|
telnyx/types/outbound_message_payload.py,sha256=NZqKQ6LlI9Iytn_NpVy_dFPdAchyoOkTI4171FYxnAM,5476
|
|
924
|
-
telnyx/types/outbound_voice_profile.py,sha256
|
|
925
|
-
telnyx/types/outbound_voice_profile_create_params.py,sha256=
|
|
980
|
+
telnyx/types/outbound_voice_profile.py,sha256=-2uneqEJeylejGY54dwS2dH6zL8nmXvnv_CK8kCbl50,3504
|
|
981
|
+
telnyx/types/outbound_voice_profile_create_params.py,sha256=AeEL0H2wqz8WaE7DKnf2PxrWMuYp2U493GCn4uMcJtI,2921
|
|
926
982
|
telnyx/types/outbound_voice_profile_create_response.py,sha256=0nh5001-5Gj2vAv5Tp8Y84gz1Ako8SJrVrxHB_L5rp4,358
|
|
927
983
|
telnyx/types/outbound_voice_profile_delete_response.py,sha256=0z_bamv9ZIwA53u7aAVfEj7pX1UH40zLeRsRJu5K-54,358
|
|
928
|
-
telnyx/types/outbound_voice_profile_list_params.py,sha256=
|
|
984
|
+
telnyx/types/outbound_voice_profile_list_params.py,sha256=v0v1JOlDugcySZ70XwPMhXLGsLMTBFlZXk-dEcFO1B4,1697
|
|
929
985
|
telnyx/types/outbound_voice_profile_list_response.py,sha256=VG6cUGRlLsnDazOrcgyKI8812efr_mgqcWOk9goW3bg,453
|
|
930
986
|
telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAgaTEElW526zTd4D6_5zPK8VP-V1Ko,362
|
|
931
|
-
telnyx/types/outbound_voice_profile_update_params.py,sha256=
|
|
987
|
+
telnyx/types/outbound_voice_profile_update_params.py,sha256=ZR9TteAeuFDeDkEh-MqUmLYwJIId1F6O8V9fAONnDPY,2870
|
|
932
988
|
telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
|
|
933
989
|
telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
|
|
990
|
+
telnyx/types/pagination_meta_cloudflare_ip_list_sync.py,sha256=MihC2eavedAnkGzPcF3pdr3TIqeyYT3bGVqPG9oXaaw,311
|
|
991
|
+
telnyx/types/pagination_meta_oauth.py,sha256=K9y5rG0Rhu9Hn0xsBUyh7Wnn_fS16VqNms1lmS4ckNo,509
|
|
934
992
|
telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
|
|
935
993
|
telnyx/types/partner_campaign_list_response.py,sha256=LPX5oC1NpKPzapjI41-qWHcA7rTfhrcv9Zjcoawz7Kk,526
|
|
936
994
|
telnyx/types/partner_campaign_list_shared_by_me_params.py,sha256=EhOqECUFifOHMDMbqyQXDbNzuXX0nvhUUNgL7YH1PXI,608
|
|
@@ -1050,13 +1108,14 @@ telnyx/types/region_list_response.py,sha256=63xraL2UKHy65WEzP8NokxC5F1rL_dRkjAgX
|
|
|
1050
1108
|
telnyx/types/regulatory_requirement_retrieve_params.py,sha256=eycU8B3_UIYh6ikdRLRpIclZv3HLhlVAmS63HvdjRYE,1045
|
|
1051
1109
|
telnyx/types/regulatory_requirement_retrieve_response.py,sha256=ML0a3Te_vhCA3TQU4ex5jZjAdvRkIJkwVUjMtZ7v9Bw,1328
|
|
1052
1110
|
telnyx/types/replaced_link_click_webhook_event.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
|
|
1111
|
+
telnyx/types/replaced_link_click_webhook_event1.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
|
|
1053
1112
|
telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKcZJNZC5paO4,831
|
|
1054
|
-
telnyx/types/report_list_mdrs_response.py,sha256=
|
|
1113
|
+
telnyx/types/report_list_mdrs_response.py,sha256=P3lqnwXACpqj0M4fI1dNy9ItxrzKOkIRnzTqs1hDZ8Q,1860
|
|
1055
1114
|
telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
|
|
1056
1115
|
telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
|
|
1057
|
-
telnyx/types/requirement_group.py,sha256=
|
|
1116
|
+
telnyx/types/requirement_group.py,sha256=YK8bRmW5AMMjnub0ic-xU8cacrR9HU_pNDvg4Z903h0,1213
|
|
1058
1117
|
telnyx/types/requirement_group_create_params.py,sha256=g5Lzv9ZV_vKw3SbRFmDhPJRDXd9ndciu6CoTAi0mXFs,755
|
|
1059
|
-
telnyx/types/requirement_group_list_params.py,sha256=
|
|
1118
|
+
telnyx/types/requirement_group_list_params.py,sha256=et3Z9Rstpx3tTHtwH0nH8tK9HvADL2Jc_p8RXd5gPA0,1102
|
|
1060
1119
|
telnyx/types/requirement_group_list_response.py,sha256=tnppNgANdLq-yXTOCwgoRl-BCUFuptBDGdBIny-xQlo,310
|
|
1061
1120
|
telnyx/types/requirement_group_update_params.py,sha256=EVh55HBnuKVbWTOYEesXSEhA3mm2e5dUZKoBNUah1kc,660
|
|
1062
1121
|
telnyx/types/requirement_list_params.py,sha256=8G4Q8xaN1wXMz8uW2jtFZh4cnqzMNLk1G6doHNOogkU,1574
|
|
@@ -1155,11 +1214,15 @@ telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K
|
|
|
1155
1214
|
telnyx/types/storage_list_migration_source_coverage_response.py,sha256=scPDrxF0TeUHHjpZi7lQgmOCM2dF7Dwi2FGm6kSw2bo,700
|
|
1156
1215
|
telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
|
|
1157
1216
|
telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
|
|
1217
|
+
telnyx/types/stream_bidirectional_sampling_rate.py,sha256=T2WEMVE7_AeX1AXkXcSkXXab8zT-jxMySKCR7PRaLVA,271
|
|
1158
1218
|
telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
|
|
1159
1219
|
telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
|
|
1160
1220
|
telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
|
|
1221
|
+
telnyx/types/streaming_failed_webhook_event1.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
|
|
1161
1222
|
telnyx/types/streaming_started_webhook_event.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
|
|
1223
|
+
telnyx/types/streaming_started_webhook_event1.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
|
|
1162
1224
|
telnyx/types/streaming_stopped_webhook_event.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
|
|
1225
|
+
telnyx/types/streaming_stopped_webhook_event1.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
|
|
1163
1226
|
telnyx/types/sub_number_order.py,sha256=KzlLcQFuwm6YUWPuSWmKg5qEYCEHaVgpCwS6uAlqnbU,1585
|
|
1164
1227
|
telnyx/types/sub_number_order_cancel_response.py,sha256=V2Rg3ImwNq9LFBeKrt-AQrtxo4B1H9yZcG81NYC_gjw,328
|
|
1165
1228
|
telnyx/types/sub_number_order_list_params.py,sha256=6ZrP75ip2NTV0vwxkRxeoHCnyKjso5FDZ-auqKj4jUQ,886
|
|
@@ -1205,7 +1268,9 @@ telnyx/types/text_to_speech_list_voices_params.py,sha256=csnzlAqf8BYDdk4x007Byv-
|
|
|
1205
1268
|
telnyx/types/text_to_speech_list_voices_response.py,sha256=c1j4-VT3c_m4kJVEXfYSAoiFl8v4m9c1shHQMvnVDzU,592
|
|
1206
1269
|
telnyx/types/traffic_type.py,sha256=A-AJm17wtfR_2Pw5Kv8UikoP1VO8HmdvBhcLArUMFZA,215
|
|
1207
1270
|
telnyx/types/transcription_webhook_event.py,sha256=vcg1hLd5IFuOJHiVi1-TLYkf5ybw_18MfHueHPSmMZU,2267
|
|
1271
|
+
telnyx/types/transcription_webhook_event1.py,sha256=vcg1hLd5IFuOJHiVi1-TLYkf5ybw_18MfHueHPSmMZU,2267
|
|
1208
1272
|
telnyx/types/transport_protocol.py,sha256=Gyoe_0z2H4u4wCzPnhwT8ohBi_YCSkBOtanpOM5COtA,230
|
|
1273
|
+
telnyx/types/unsafe_unwrap_webhook_event.py,sha256=5sDecRFBtXilHoAEKZZYhmk-E_SnNRLDcYK8mfsV9AA,7944
|
|
1209
1274
|
telnyx/types/unwrap_webhook_event.py,sha256=Ee8V2LA5KrQAFxBZ_2FvopKY22Ehc5zOR5qOYB15KaM,7932
|
|
1210
1275
|
telnyx/types/update_regulatory_requirement_param.py,sha256=QhOyVF_pzTxrYUQOBsYMfUAZ4P-rZPlEFFEHZTvYn0A,552
|
|
1211
1276
|
telnyx/types/url_shortener_settings.py,sha256=qL9sQEPrx8nejnZ0-pPtve9ki39q9mSx8PQctGSisec,845
|
|
@@ -1229,22 +1294,21 @@ telnyx/types/verification_trigger_call_params.py,sha256=vJsgP7Tjum_Zf_JVzaBMSdHt
|
|
|
1229
1294
|
telnyx/types/verification_trigger_flashcall_params.py,sha256=gtbnxXpCy-QbKrmj8gkgZPUcLmheZgBh7yCq0fYvjmE,551
|
|
1230
1295
|
telnyx/types/verification_trigger_sms_params.py,sha256=3fLec5fpkUTdsmml2tLp-c6elbD5ZHm_xoux-QSMFYY,660
|
|
1231
1296
|
telnyx/types/verified_number.py,sha256=A9j9l8Znwt3wXSOxtVvSpwBH4IsC7ydPzd4oPSPXwd8,445
|
|
1232
|
-
telnyx/types/verified_number_create_params.py,sha256=
|
|
1297
|
+
telnyx/types/verified_number_create_params.py,sha256=jlOYtV0xCnXlzYqNYz4gLsb3ZNULKV7iYfkuTPaUuVQ,857
|
|
1233
1298
|
telnyx/types/verified_number_create_response.py,sha256=k3kikVZDwy4UZ8szFrnfknJYdcZeBvYM5TpJOx_i-PM,327
|
|
1234
1299
|
telnyx/types/verified_number_data_wrapper.py,sha256=O9UQYCkGMK4oScY6TppqTuPXkzJ93i3KGNjpX65HTzY,321
|
|
1235
1300
|
telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhEQuGWZf34e3xVlI,515
|
|
1236
1301
|
telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
|
|
1237
|
-
telnyx/types/verify_profile.py,sha256=
|
|
1302
|
+
telnyx/types/verify_profile.py,sha256=jLAoLw6jSpcHzf523blICOqbdUn8tie9v0CNbJCSHN4,5174
|
|
1238
1303
|
telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
|
|
1239
1304
|
telnyx/types/verify_profile_create_template_params.py,sha256=INfbxm21Yp6SPWPu-j-r6VF0UKHZV1IcyUau2hLpQ7I,365
|
|
1240
|
-
telnyx/types/verify_profile_create_template_response.py,sha256=U2qww2KfwfhXJHhhlc9WzVmu_TzDxij-2NAPLLWo928,381
|
|
1241
1305
|
telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
|
|
1242
1306
|
telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
|
|
1243
|
-
telnyx/types/verify_profile_list_response.py,sha256=
|
|
1244
|
-
telnyx/types/
|
|
1307
|
+
telnyx/types/verify_profile_list_response.py,sha256=kW3kIiKZCQRrI4MjGHTgVtYi1ulOEa5DixGHRuaZugs,375
|
|
1308
|
+
telnyx/types/verify_profile_message_template_response.py,sha256=rrKwb76NrJSljpk3SOFr-SN0KxFW1IqLoYunLiFtX3o,318
|
|
1309
|
+
telnyx/types/verify_profile_retrieve_templates_response.py,sha256=_SYFWscsScg7pOuhMsvAN_Y2M8maX-GL-pP_65UfhYM,401
|
|
1245
1310
|
telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
|
|
1246
1311
|
telnyx/types/verify_profile_update_template_params.py,sha256=a3PseCd91Jmz-jN3Zl7-mmFsbo0vO-tE2zLLRzhzaFc,365
|
|
1247
|
-
telnyx/types/verify_profile_update_template_response.py,sha256=ZJIYWyTry7hzw6PpDBMKtyLSMNO1Lm8qQxNqx6jtDZE,381
|
|
1248
1312
|
telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
|
|
1249
1313
|
telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
|
|
1250
1314
|
telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
|
|
@@ -1302,23 +1366,20 @@ telnyx/types/addresses/__init__.py,sha256=m-_aSxRiotRXrdHEqmV9NQlyot9383J7GhH7A9
|
|
|
1302
1366
|
telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLrgkLalRt9f20S1oXQshCdhKnyLOQcY,405
|
|
1303
1367
|
telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
|
|
1304
1368
|
telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
|
|
1305
|
-
telnyx/types/addresses/action_validate_response.py,sha256=
|
|
1306
|
-
telnyx/types/ai/__init__.py,sha256=
|
|
1369
|
+
telnyx/types/addresses/action_validate_response.py,sha256=6UKH9IcWjNl4LtKrFhCflwn0JWmJ8HlSZsLZKputDGk,2227
|
|
1370
|
+
telnyx/types/ai/__init__.py,sha256=Mq5MhUKSp41NHmxFSoeY-DN52uAlhPsoXAzCYHjB-bM,6299
|
|
1307
1371
|
telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
|
|
1308
1372
|
telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
|
|
1309
|
-
telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
|
|
1310
1373
|
telnyx/types/ai/assistant_create_params.py,sha256=cjcxqMWuNxef5C7jq9R5ktWld9TgORF5Wz6n0WqAELU,2852
|
|
1311
|
-
telnyx/types/ai/assistant_create_response.py,sha256=9rvGRN8uUxk6Twe6FVlMXKlHIQJi2hSRNQoW9iBKFlg,3024
|
|
1312
1374
|
telnyx/types/ai/assistant_delete_response.py,sha256=Ds8GWenkIBgXRao6LDJX7gZb25y8V482zfbFoqvRzMw,251
|
|
1313
1375
|
telnyx/types/ai/assistant_get_texml_response.py,sha256=sTvUF8AQOVOB0OGnkvpWoMqReDTuxSM4-eS7bHoiXSE,212
|
|
1314
|
-
telnyx/types/ai/assistant_import_params.py,sha256=
|
|
1376
|
+
telnyx/types/ai/assistant_import_params.py,sha256=Pk9yitwATbIfsvXM5SydcSKUUSOPTqQz1tfKXUq6xOw,626
|
|
1315
1377
|
telnyx/types/ai/assistant_param.py,sha256=JmTZBM5cvf9_FL2dfpSE4kgxT8cYlTi0jYrEW2qragg,3629
|
|
1316
1378
|
telnyx/types/ai/assistant_retrieve_params.py,sha256=JZ7ojEWhYs2h3e0JBUXfKnaz5tdb01Nx0eP4ntHVTEw,447
|
|
1317
|
-
telnyx/types/ai/assistant_retrieve_response.py,sha256=g8c-z-jXzBYAuqaQMv_DnPzJZjyunhu2Gzl7KWiHRmk,3028
|
|
1318
1379
|
telnyx/types/ai/assistant_tool.py,sha256=EDBdF-MtB5DVl8ey1FuoVt2Z71nNv-P2OE9iXq4TRI8,3461
|
|
1319
1380
|
telnyx/types/ai/assistant_tool_param.py,sha256=SVCigf9OuXF31xNTLtR4pOfrGXNIfXZbY6FoWbjHP0s,3653
|
|
1320
1381
|
telnyx/types/ai/assistant_update_params.py,sha256=Xiw9w8pVTTinim7jInrT01boGZFpoYY5IkWqF-ppHCA,2949
|
|
1321
|
-
telnyx/types/ai/assistants_list.py,sha256=
|
|
1382
|
+
telnyx/types/ai/assistants_list.py,sha256=x3FhncF05rXI3gOJGIKDGIwnyUSb5rHvHaDw7h1-n68,297
|
|
1322
1383
|
telnyx/types/ai/audio_transcribe_params.py,sha256=E1QqgLbL27D1E9a_7B455aZPFR4N_NHeNft6KpaH69M,1576
|
|
1323
1384
|
telnyx/types/ai/audio_transcribe_response.py,sha256=nwvEgMlNdOqlnlKOP2uzU0GkomsqD8utgeVPDOAGepQ,953
|
|
1324
1385
|
telnyx/types/ai/background_task_status.py,sha256=qfGTzQ1GkZNXhjkOQkQS7_UGv8eDCwC6_S_b1xN-hQU,280
|
|
@@ -1352,11 +1413,12 @@ telnyx/types/ai/hangup_tool.py,sha256=LnEAZmGS0infVdmjBtleuayp-CyZU1zNO-v9CUfgG1
|
|
|
1352
1413
|
telnyx/types/ai/hangup_tool_param.py,sha256=SQvf6lFUgKV1HDeT2qNY__eu-qDx_FnAjlXQ2lReuDU,406
|
|
1353
1414
|
telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3StXH2VN2k,336
|
|
1354
1415
|
telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
|
|
1355
|
-
telnyx/types/ai/import_metadata.py,sha256=
|
|
1416
|
+
telnyx/types/ai/import_metadata.py,sha256=6ksg_q1mIoL3FkoE9PkVXOPZeRk7HrJyNX-MZRq_kxk,475
|
|
1417
|
+
telnyx/types/ai/inference_embedding.py,sha256=ZWbXiQSKghUKKihfJItupEUevmydt1N-8ULgwHirY30,3014
|
|
1356
1418
|
telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
|
|
1357
1419
|
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
|
|
1358
|
-
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=
|
|
1359
|
-
telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=
|
|
1420
|
+
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=HgolavFaJGClQw1DXD6wJNfgZMZFVZa6hEWVcbHwljw,1424
|
|
1421
|
+
telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=XrmnIBRk2g4CNAcYpjy0DR2607lVOJJdVw3FpyRiVEI,1554
|
|
1360
1422
|
telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=xqXd-CUKiNMimPL7Ps2v22HiIX0cgT5rmoRCOjq4tRE,3554
|
|
1361
1423
|
telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=j5Sy8gDebTOJfTEKYsqw6Z31DNrkwJJoYaddkUtMtCI,3476
|
|
1362
1424
|
telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
|
|
@@ -1374,11 +1436,11 @@ telnyx/types/ai/transcription_settings.py,sha256=n-SjDwt88zMKz_CTFtNG3_JwrqOQddb
|
|
|
1374
1436
|
telnyx/types/ai/transcription_settings_param.py,sha256=_OoVaUxjMv-2cBOCkzxfp9S3SYX3qaoO-cDeINtdWwY,937
|
|
1375
1437
|
telnyx/types/ai/transfer_tool.py,sha256=xqKXllTFynurQui0ZyCVKKIjr327ImUo1Ir6let46QA,393
|
|
1376
1438
|
telnyx/types/ai/transfer_tool_param.py,sha256=yGOHLSzsjhEvUk5STQ0nK6ogfIkaZdHSX5fWAQplLwo,476
|
|
1377
|
-
telnyx/types/ai/voice_settings.py,sha256=
|
|
1378
|
-
telnyx/types/ai/voice_settings_param.py,sha256=
|
|
1439
|
+
telnyx/types/ai/voice_settings.py,sha256=zduMFwanb7P3W-_ZBcnnMqTRWMFpbq7ikq1sQkWfSPI,2835
|
|
1440
|
+
telnyx/types/ai/voice_settings_param.py,sha256=bOFi6w02ULGtQA8-cLJit7UJRd4SQ_HJptwqmG1fyrY,2929
|
|
1379
1441
|
telnyx/types/ai/webhook_tool.py,sha256=S_RXQiWcyOokeXb7XOad2NRPmM5q77s1_x_z5hOl6gk,386
|
|
1380
1442
|
telnyx/types/ai/webhook_tool_param.py,sha256=ANK9w6A-cmMLTJThOMcKXXYoVmILQmOdqtIzq4RlNfI,469
|
|
1381
|
-
telnyx/types/ai/assistants/__init__.py,sha256
|
|
1443
|
+
telnyx/types/ai/assistants/__init__.py,sha256=xwG1OP5yg3Pus0IofIv0apHp1xgpzyN-YWLvFr1J2bY,1982
|
|
1382
1444
|
telnyx/types/ai/assistants/assistant_test.py,sha256=jq6P64Ncm61lSR9UQU_akStuMVudL3KpgIspZIgzCLs,1491
|
|
1383
1445
|
telnyx/types/ai/assistants/canary_deploy_create_params.py,sha256=Egkt9Aux40LRP6bG5HuutOEs-WxYxI_b55RZmZJiO68,447
|
|
1384
1446
|
telnyx/types/ai/assistants/canary_deploy_response.py,sha256=DF0X3tYdDGXwWvk6aTJLipYaBFw0b2nDpj2QxXAhtt4,404
|
|
@@ -1400,11 +1462,8 @@ telnyx/types/ai/assistants/tool_test_params.py,sha256=7bPia0hKaaTPxBB9TewKx0TSgI
|
|
|
1400
1462
|
telnyx/types/ai/assistants/tool_test_response.py,sha256=tCPIDiY8fksWXYaxUbAq9eRcr7DB-fjJ4OUuTHCeDd4,432
|
|
1401
1463
|
telnyx/types/ai/assistants/version_config.py,sha256=BreLDwxDUjwrwgqI1k8Oiojqc0_Nm8HVozPTIhHe27M,357
|
|
1402
1464
|
telnyx/types/ai/assistants/version_config_param.py,sha256=WmwXeth_e9xEcXwOg_lG-yk_54Yb3QQgQOF3wHFD4Hg,452
|
|
1403
|
-
telnyx/types/ai/assistants/version_promote_response.py,sha256=OH2_czCsc3x4_fGryjJXf_l2O7HyNZ7PpeeoO1zEDO0,3032
|
|
1404
1465
|
telnyx/types/ai/assistants/version_retrieve_params.py,sha256=dHctLxr7izCYdLpfLWgWIto5zV6kbx-WaoPb927rFww,328
|
|
1405
|
-
telnyx/types/ai/assistants/version_retrieve_response.py,sha256=CWNILuNkWAHd9ckp5yWONwNpuZ_M2S9Y4eiVm8jt7XY,3034
|
|
1406
1466
|
telnyx/types/ai/assistants/version_update_params.py,sha256=R-BvozbYsvYLuA7VyTZz8uDLEyHbrJbt3Pg6b74T-QU,2859
|
|
1407
|
-
telnyx/types/ai/assistants/version_update_response.py,sha256=zIgCTcssv5wCQUv7Uigf49UlV9RP-VbG7EJIszgNJv4,3030
|
|
1408
1467
|
telnyx/types/ai/assistants/tests/__init__.py,sha256=-6Q4JrBMcugVh5N_i6_Kwp6u8eQgSAIkpBU1Q8YNz5g,453
|
|
1409
1468
|
telnyx/types/ai/assistants/tests/run_list_params.py,sha256=LETIrcrJKcrmpkzVORDGqSMeDRGdMrpc4Goj0lw0SNs,652
|
|
1410
1469
|
telnyx/types/ai/assistants/tests/run_trigger_params.py,sha256=p6hkzTH7GAFcrb5j2_ZJi7JLxfflom3z7A-B8rqqp_8,473
|
|
@@ -1460,7 +1519,7 @@ telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=iuQooCsvlnG
|
|
|
1460
1519
|
telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5HE5PqKV8be2gwi2kHpv9BfjMWTpmy1VOr4,474
|
|
1461
1520
|
telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
|
|
1462
1521
|
telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
|
|
1463
|
-
telnyx/types/calls/__init__.py,sha256=
|
|
1522
|
+
telnyx/types/calls/__init__.py,sha256=FlInFMLL5Ua_2ReNxjA0j0CrTKv9DStzuHWs6Yx4yTY,8342
|
|
1464
1523
|
telnyx/types/calls/action_answer_params.py,sha256=eihEqpTQveI6Rz8WK7Krzt0SP81_lvOr_Z7t03wiZLU,4987
|
|
1465
1524
|
telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
|
|
1466
1525
|
telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
|
|
@@ -1505,9 +1564,9 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
|
|
|
1505
1564
|
telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
|
|
1506
1565
|
telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
|
|
1507
1566
|
telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
|
|
1508
|
-
telnyx/types/calls/action_start_streaming_params.py,sha256=
|
|
1567
|
+
telnyx/types/calls/action_start_streaming_params.py,sha256=rq9n6pGWLVcA3ALXb8SgKTdmBDAdSOcJyjFsfwv7jq0,2158
|
|
1509
1568
|
telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
|
|
1510
|
-
telnyx/types/calls/action_start_transcription_params.py,sha256=
|
|
1569
|
+
telnyx/types/calls/action_start_transcription_params.py,sha256=Fwrisvrzx6lg1Y8DGA9dy92gs_edhzeYuFc9mt6H6PU,5484
|
|
1511
1570
|
telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
|
|
1512
1571
|
telnyx/types/calls/action_stop_ai_assistant_params.py,sha256=dpiR3dGM3Fcz5PdqTDhq2s5Y9vmBFkJYIWhIJ1hv25Q,588
|
|
1513
1572
|
telnyx/types/calls/action_stop_ai_assistant_response.py,sha256=dlDTKZd_L46ZZTuNSUUYds2iteLKVBpFhFvPZw9ERuI,362
|
|
@@ -1539,11 +1598,12 @@ telnyx/types/calls/eleven_labs_voice_settings_param.py,sha256=gHD7fEYqxD2OyYzE9E
|
|
|
1539
1598
|
telnyx/types/calls/google_transcription_language.py,sha256=tDjPKZGELuC58nHl_Ea04h15dSDmvb1j2nc3_VJXRdg,1034
|
|
1540
1599
|
telnyx/types/calls/interruption_settings_param.py,sha256=rHmZAs6dTs7UPmONAvYOfBqMYVdzi7aP_BsVv4XxHFs,356
|
|
1541
1600
|
telnyx/types/calls/loopcount_param.py,sha256=snoWd5Kn2jbPeeplbITO2We4h3xKwkQRrDslcA3ZBWc,263
|
|
1601
|
+
telnyx/types/calls/telnyx_transcription_language.py,sha256=rza_Pj9d5Xbu4ZHdOJ4L9qePnEnrfpRIa2U65F7-c5E,1242
|
|
1542
1602
|
telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhshbTcORKqIcXyS1GFLYCs,413
|
|
1543
1603
|
telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
|
|
1544
1604
|
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
|
|
1545
|
-
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=
|
|
1546
|
-
telnyx/types/calls/transcription_start_request_param.py,sha256=
|
|
1605
|
+
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=UhBorqfVc4qCmias4aK0QDoQ1avXygGDaB73_RDOOAM,684
|
|
1606
|
+
telnyx/types/calls/transcription_start_request_param.py,sha256=pHr1gndfzRZRWMT8ROg16cFppn9QH-Ivv78UpPTXofI,5484
|
|
1547
1607
|
telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
|
|
1548
1608
|
telnyx/types/campaign/usecase_get_cost_params.py,sha256=IpXXEkkWs6BrDL2wqbac-GbN4UGrP3vVpU1cPNosUQE,290
|
|
1549
1609
|
telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7OW5qwq9ZLb6fPqNk0_v3nU,440
|
|
@@ -1612,41 +1672,50 @@ telnyx/types/faxes/__init__.py,sha256=8klMpMQCvfsBbuavxmmgN3rsfIdS2I4Ru3XclQKt_S
|
|
|
1612
1672
|
telnyx/types/faxes/action_cancel_response.py,sha256=SHtVH_YQup1fLb_1SdMcp_nHUO5Zuq-uK19IPB1Yw-0,259
|
|
1613
1673
|
telnyx/types/faxes/action_refresh_response.py,sha256=MrSWBscQBhz77OpzwSPn6f3nJABCJtWGAOQR2mqrQuE,261
|
|
1614
1674
|
telnyx/types/legacy/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1615
|
-
telnyx/types/legacy/reporting/__init__.py,sha256=
|
|
1675
|
+
telnyx/types/legacy/reporting/__init__.py,sha256=Hxcf19st-BCrWSaAwUqpvjGn0ZonYtGLGVJfuGVPV3Y,509
|
|
1676
|
+
telnyx/types/legacy/reporting/filter.py,sha256=5BOBkzVCZzwbhVvFHJ5fvdTFMIYFb7k7vqnGUhBQgu0,905
|
|
1677
|
+
telnyx/types/legacy/reporting/filter_param.py,sha256=YLx0BP9ZCxjgW5m6QH4DoyIqSGSN-4hB-cPMXj8p1mA,793
|
|
1616
1678
|
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py,sha256=Z80lsCNsykgl-MT6HWFTs3_lpLISNMgHvpksGRSLh9k,549
|
|
1617
1679
|
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py,sha256=LQuCdZsVu6kFqWRGmTkApFCetIK1Uv9EwIiM0r714BA,299
|
|
1618
|
-
telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=
|
|
1619
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1620
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1621
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1622
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1623
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1680
|
+
telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=mH4a64OgUu8I_1iPK3oPKuFPECe1n47O8VKVu6C7toA,1911
|
|
1681
|
+
telnyx/types/legacy/reporting/batch_detail_records/batch_csv_pagination_meta.py,sha256=ZcPj_ejqqO1xzj-ZDBtIDwyi1FLy_I0dsRv8K-LST3M,387
|
|
1682
|
+
telnyx/types/legacy/reporting/batch_detail_records/cdr_detailed_req_response.py,sha256=0RAcDRKArkT30EsYxB9O1u0la3cN7trU7gwNMOuQZEE,1654
|
|
1683
|
+
telnyx/types/legacy/reporting/batch_detail_records/mdr_detail_report_response.py,sha256=LofwGRuSF10UvM0qGfKI2tRGG96iNC_9aogwWt4LEB8,1096
|
|
1684
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py,sha256=2hyelBlgTuj36-y7WNNSP9SLX9AsNGxmhq4lKgn8w58,1693
|
|
1685
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py,sha256=drioupNi_1RW3uyNQylW-iYWO3NIKBKUCmtOdXGr60w,349
|
|
1686
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py,sha256=kl1MjxcKy0pztGt2D41GWSHEL9-IiiN2ulh70MNr9EY,349
|
|
1687
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=aBUmJfDfFRBvtERVl-DXnqF7YflLn35Je_aiUsd3wCc,470
|
|
1688
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py,sha256=Qk_r-iSuwnzLo4AynwNeRMHhfOoh68vBMLLg2LJtIqg,353
|
|
1624
1689
|
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py,sha256=HPJA7i4XiktsdBIwrxCqXOYTcmzgqpuoy0FdxAxq9MU,687
|
|
1625
|
-
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=
|
|
1626
|
-
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py,sha256=
|
|
1627
|
-
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py,sha256=
|
|
1628
|
-
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py,sha256=
|
|
1629
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1630
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1631
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1632
|
-
telnyx/types/legacy/reporting/batch_detail_records/
|
|
1690
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=hcrGhluyZR22eySjWnKCBVS6VVlLJ6_qHWF9p7o2OqU,355
|
|
1691
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py,sha256=tXxq0umZYonhrALHZOfuwNiNOQxtjQ2mmbHLEAv9Gmw,355
|
|
1692
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py,sha256=IwEgSAjpZVwTj30RQEMPrnZ_YxFLqpPKB0Bh4uSRAgc,363
|
|
1693
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py,sha256=6sfTEQnEu6jYhqDolpAD7dQKM8CtnhfoXu1wwPWzHTM,359
|
|
1694
|
+
telnyx/types/legacy/reporting/batch_detail_records/stt_detail_report_response.py,sha256=poQ4arillZO0AgdPp6IUNsDlRxAcpm9jDQrrn_o6oHg,691
|
|
1695
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py,sha256=3v9_JA51gIs69poYmo1kX4gGBHvUqpwCg0tydDscV4Y,1620
|
|
1696
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py,sha256=UBC8DQMSz037_7vWn2L99VGC6X-1GDfFOz_vsm5cv3A,388
|
|
1697
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py,sha256=1ata4Ggn4e1JTWuo6WkxkdZ-fIKRuc96qY_4J4yNNLs,388
|
|
1698
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=pRgRoopjwhmDy18LoDazILO6IUafL2YxCOYaIuCOuzs,459
|
|
1633
1699
|
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py,sha256=_wHHYV686ckbLxd-f_a-Pqt6JhPNcLqrow2RMpkJvp8,891
|
|
1634
|
-
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py,sha256=
|
|
1635
|
-
telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=
|
|
1700
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py,sha256=Ll8GNHfT3aoqKP5m9onERSRc0zWdtiyGaoOstmnoFBw,392
|
|
1701
|
+
telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=ywTmWEKNXdntkQ0-RPufiLHPT0KFLRlTGd2ang3LAnc,1578
|
|
1702
|
+
telnyx/types/legacy/reporting/usage_reports/cdr_usage_report_response_legacy.py,sha256=bp1OgT_gdkoaMBDH8cRfTCw8EghXvssyQmWRt5JABCs,1113
|
|
1703
|
+
telnyx/types/legacy/reporting/usage_reports/mdr_usage_report_response_legacy.py,sha256=N5ybdrQeZEbhsi_1HyWRmKcsWiWQdaxO9p34ciBurGw,1002
|
|
1636
1704
|
telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py,sha256=TF885ANJECpYkJGhg88JrmRCwd0fqDi32N3lcqxboYM,906
|
|
1637
|
-
telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=
|
|
1638
|
-
telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=
|
|
1705
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=aBExK56RS6Eq_AhEuvO4da72APsEb_bVpPsnUDWv-cQ,411
|
|
1706
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=c0AZRhDrBTl9DRsiYfF3NHhDNzkKil6PXtmwmKCyVW0,411
|
|
1639
1707
|
telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py,sha256=ZIPVrahdBfd3QnSUs4mrsaD1WzEVqpUfznXRu2GFZOY,333
|
|
1640
|
-
telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=
|
|
1641
|
-
telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=
|
|
1708
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=USumoANWpaw8Uq66Cx6O-ouJEEogOFRaldgJsgksBrA,485
|
|
1709
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=OiNChQwr9RMg36dzVT9jQ0kFKTuMtU-eLp7xXBB_r1M,415
|
|
1642
1710
|
telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py,sha256=nMdvZZfqCMIcsmycGmATiiPAuH230wNmlAWSfoLg9lQ,990
|
|
1643
1711
|
telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py,sha256=btLZ34d_psfdKA0MZBwbumuRk8o4MhaSAujEyhmSsbo,290
|
|
1712
|
+
telnyx/types/legacy/reporting/usage_reports/standard_pagination_meta.py,sha256=IMlTwmHKo2kfNS4IHDgNciT9vjZNr5oh8_BueXugPEw,387
|
|
1644
1713
|
telnyx/types/legacy/reporting/usage_reports/voice_create_params.py,sha256=ZzjWQ-Maes39EJ_Iel2Zd4hhlSPcSBYyJluNPNXGvmU,1199
|
|
1645
|
-
telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=
|
|
1646
|
-
telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=
|
|
1714
|
+
telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=l7vgzbYnyy97dFyN03INY-NGA7JIqDllj86SuHmSylk,403
|
|
1715
|
+
telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=zVQYbL1n2SErcc44QhLao8npr6haRWTpk9IzEuyqxz0,403
|
|
1647
1716
|
telnyx/types/legacy/reporting/usage_reports/voice_list_params.py,sha256=I-VQgQnwjiJatxz-CFUSLl-r3Abjrl1tyM_8gtn8gTI,325
|
|
1648
|
-
telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=
|
|
1649
|
-
telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=
|
|
1717
|
+
telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=yzbDEsz_eKxjyWx9_4QLm_U1VzzLiU39XnbEBDjahIo,477
|
|
1718
|
+
telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=v6AMfxO6Y0K5f0VdvOc7dgCLk_vXDSM9sILpf5u_qaI,407
|
|
1650
1719
|
telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
|
|
1651
1720
|
telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
|
|
1652
1721
|
telnyx/types/managed_accounts/action_enable_params.py,sha256=xbPShY1bj7XSTclowbA7-cDZnjssDCHTb3GQZsUqXbg,478
|
|
@@ -1675,19 +1744,20 @@ telnyx/types/messaging_profiles/autoresp_config_list_params.py,sha256=8jNayXBl9m
|
|
|
1675
1744
|
telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1yINXh8KCu8pJvDutMRG-1TUwta3RZNS6_BYE,381
|
|
1676
1745
|
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
|
|
1677
1746
|
telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1678
|
-
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=
|
|
1679
|
-
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=
|
|
1747
|
+
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=8Fk1Wv_z2BMWiSgl9rmFDACvdvFauCyopmpUgMvfEec,1132
|
|
1748
|
+
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=2FHk6yEDx5E-p8cV1Hs88C_js1KHuqNWGksximJsGqo,6034
|
|
1680
1749
|
telnyx/types/messaging_tollfree/verification/request_list_params.py,sha256=du1u1sKD1su76I9pdJeIPKJVc-LWKyacqMOJkPLc3Us,862
|
|
1681
1750
|
telnyx/types/messaging_tollfree/verification/request_list_response.py,sha256=YuKTQpt2LsvteiS9NTYXdMJ7zBLmENw5rNuU_DnE60Q,512
|
|
1682
|
-
telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=
|
|
1751
|
+
telnyx/types/messaging_tollfree/verification/request_update_params.py,sha256=9naCVY3lqI-RXRzdhf6i4ZCIbeh99YFtPROb6g5HJXk,6034
|
|
1683
1752
|
telnyx/types/messaging_tollfree/verification/tf_phone_number.py,sha256=1rDKVArKlW-ipG13ZwxU8zHrnLJWxqZAWOxoWWKs484,280
|
|
1684
1753
|
telnyx/types/messaging_tollfree/verification/tf_phone_number_param.py,sha256=HKFsEA1RxqQYRNlTpfTmynoXJAA49n2DHJQkHAxfKCo,385
|
|
1685
1754
|
telnyx/types/messaging_tollfree/verification/tf_verification_status.py,sha256=WXv7GzELh6X0nky743XYKZPujcj-g1piDbfSITavwsc,328
|
|
1755
|
+
telnyx/types/messaging_tollfree/verification/toll_free_verification_entity_type.py,sha256=wXUvsaoDW0oSj95xnq2NV7Uh0M_QutbtmAP9d-qWwFo,323
|
|
1686
1756
|
telnyx/types/messaging_tollfree/verification/url.py,sha256=CbLrYJeilXZJO2rWGmLL_W_L60CMVIolRpBUO3zLx7U,177
|
|
1687
1757
|
telnyx/types/messaging_tollfree/verification/url_param.py,sha256=dyPNCHkYbJQ7zHhpuLa8xTdJQS0H0fW0YIqWItTNCCY,262
|
|
1688
1758
|
telnyx/types/messaging_tollfree/verification/use_case_categories.py,sha256=EM8ohix6mMTnMK6F4DwmRPxpcjdTUYobHfONdsFNleE,1227
|
|
1689
|
-
telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=
|
|
1690
|
-
telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256
|
|
1759
|
+
telnyx/types/messaging_tollfree/verification/verification_request_egress.py,sha256=8t6ALQITg7bMYyjFyDrqXFcfGk6Psac6donepFZPA3A,3470
|
|
1760
|
+
telnyx/types/messaging_tollfree/verification/verification_request_status.py,sha256=-OZGzPITAnSbM9Uq2xTRsFgz-8UOvHt81JNK6ePC_UQ,3595
|
|
1691
1761
|
telnyx/types/messaging_tollfree/verification/volume.py,sha256=ocfY2EJG986TBTvLKK_aWPxwbdTKxPzsZoBv5SFdxXI,310
|
|
1692
1762
|
telnyx/types/networks/__init__.py,sha256=QYtQzaWvF6EggvmdzyJwDGkakz9opa76cWVBvy7QF3I,547
|
|
1693
1763
|
telnyx/types/networks/default_gateway_create_params.py,sha256=uh5oaOF16AMo3GiFU9cLUX7zy8l5us_HenVBAJiFf18,321
|
|
@@ -1702,10 +1772,11 @@ telnyx/types/payment/__init__.py,sha256=0YwnCxSPUEwdzFThpel31djcLW6hgxi9nDZbRVRV
|
|
|
1702
1772
|
telnyx/types/payment/auto_recharge_pref_list_response.py,sha256=XiHC3dzwNIGMsfms7wueynmzCQXk6lUMQCrKwC6I094,1078
|
|
1703
1773
|
telnyx/types/payment/auto_recharge_pref_update_params.py,sha256=e4BFJmOyfQR1WrSMQVitjn6CvdRjprcufDU5XcqAEHE,764
|
|
1704
1774
|
telnyx/types/payment/auto_recharge_pref_update_response.py,sha256=twKHzyDzDedX_wfne9IeQFaGuAfZRotf6y3vSlkS3H4,1082
|
|
1705
|
-
telnyx/types/phone_number_blocks/__init__.py,sha256=
|
|
1706
|
-
telnyx/types/phone_number_blocks/job.py,sha256=
|
|
1775
|
+
telnyx/types/phone_number_blocks/__init__.py,sha256=juhB4z1IGRMPJWxxzZY6_BOvvnDA_-Re-bV2WM8TCuo,648
|
|
1776
|
+
telnyx/types/phone_number_blocks/job.py,sha256=BCZ-3T6Vc63JDj_812NpxFlp0bYf19tJdctaDp3O-Hk,1693
|
|
1707
1777
|
telnyx/types/phone_number_blocks/job_delete_phone_number_block_params.py,sha256=ywAhRJklSizIkDUt_gj6UMdF-vdVzmrcgM_Pypnnj38,326
|
|
1708
1778
|
telnyx/types/phone_number_blocks/job_delete_phone_number_block_response.py,sha256=KwMoWXP2PCDkOyRPgSfrnM6a-oLF9cA1qO9R7F6LIWY,304
|
|
1779
|
+
telnyx/types/phone_number_blocks/job_error.py,sha256=Kb8Lrs96TrcE84PeinzPxRcIGoarwOV_D5wkZTOE3UY,681
|
|
1709
1780
|
telnyx/types/phone_number_blocks/job_list_params.py,sha256=YQDWmblokCjozJfhgTkEw9g64G7s_oziuzly7l-AOy4,1075
|
|
1710
1781
|
telnyx/types/phone_number_blocks/job_list_response.py,sha256=qRuAw6dP-SLBQG-QoKWyYOABaDoLSZOlsbJntzXoptQ,368
|
|
1711
1782
|
telnyx/types/phone_number_blocks/job_retrieve_response.py,sha256=b_PRsZBBPKwn2BhbSq_EJf35rX6G1UALvaCUk1Bx3ig,276
|
|
@@ -1745,7 +1816,7 @@ telnyx/types/phone_numbers/messaging_retrieve_response.py,sha256=O44AEySuXUYkDLe
|
|
|
1745
1816
|
telnyx/types/phone_numbers/messaging_update_params.py,sha256=3YKXNWMISyGb1jy3TUlzoU79v3pZYV7tYgrUiMS7t7Q,891
|
|
1746
1817
|
telnyx/types/phone_numbers/messaging_update_response.py,sha256=UKxjFqA5wuYKJMHPy9SP6lOsnzr3EMEBdeRvBmxXawI,383
|
|
1747
1818
|
telnyx/types/phone_numbers/phone_number_with_voice_settings.py,sha256=ik1WWz0ahNr-_LidnSYXICbM9gNJiHFggwAhQcK4ddw,3072
|
|
1748
|
-
telnyx/types/phone_numbers/phone_numbers_job.py,sha256=
|
|
1819
|
+
telnyx/types/phone_numbers/phone_numbers_job.py,sha256=dPT6WVWqiEiw_iVK6YWRKmOlHQ5X8Z9pn21O46c2Res,2306
|
|
1749
1820
|
telnyx/types/phone_numbers/update_voice_settings_param.py,sha256=qdv4W-m-9ID6cvyY2WwjJWN1m-iSZLq___Bg9E43cPo,1937
|
|
1750
1821
|
telnyx/types/phone_numbers/voice_list_params.py,sha256=U-Diy0LQac-C_WVo4vVmzflErfRFIKgKQwRxSmi45Zs,1760
|
|
1751
1822
|
telnyx/types/phone_numbers/voice_list_response.py,sha256=A1qBczxHbiCSUkCLOdvgapv3JXi-_daNLzMsuLTEqA4,451
|
|
@@ -1853,7 +1924,7 @@ telnyx/types/queues/call_list_response.py,sha256=B3zKXOFLyFKIom-3IJ2vNzMZLiiComY
|
|
|
1853
1924
|
telnyx/types/queues/call_retrieve_response.py,sha256=byyNjHmcSEzntHhj74KmTZXCqvnTBNLn3vWL58zRJNg,1494
|
|
1854
1925
|
telnyx/types/recordings/__init__.py,sha256=VqH0wJRWVFrnA6rgjI3ufNPQS_7Q_SliOtpyPTOelv0,198
|
|
1855
1926
|
telnyx/types/recordings/action_delete_params.py,sha256=VY-yscM6ywcIXJ3XfVFa25b0l2MBmDceTiE4YmVZ7TI,384
|
|
1856
|
-
telnyx/types/reports/__init__.py,sha256=
|
|
1927
|
+
telnyx/types/reports/__init__.py,sha256=a1hZ-vL45NrxqZ0WOg-VUjmeLfbFCHIX93ZUfM5CtQ8,1356
|
|
1857
1928
|
telnyx/types/reports/cdr_usage_report_fetch_sync_params.py,sha256=ADYLC3lC0_k-vulNyxPBxCtdbpupFIOTrjbckXu9cuw,813
|
|
1858
1929
|
telnyx/types/reports/cdr_usage_report_fetch_sync_response.py,sha256=227MbWIxADGD64C3mMc3qbSeY-08qTsJUuBoW8wL5uk,1124
|
|
1859
1930
|
telnyx/types/reports/mdr_usage_report.py,sha256=FO83_SE63RJA32D7Clzc8f7baNLlZSGpWpJjlLnXfw8,1437
|
|
@@ -1863,8 +1934,9 @@ telnyx/types/reports/mdr_usage_report_delete_response.py,sha256=ALtBctlQ7Z9x0q2n
|
|
|
1863
1934
|
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=-vJYfIW1sscvLdN9OXJPtqFBvribswMqz5TBHQ7Uzgo,701
|
|
1864
1935
|
telnyx/types/reports/mdr_usage_report_fetch_sync_response.py,sha256=BGS6Nlv3UlAs18XNyxmkRo7uqA663LCNfKN5cxG2-KI,335
|
|
1865
1936
|
telnyx/types/reports/mdr_usage_report_list_params.py,sha256=gRErjG0Dbpv4kxfHOmQsz880fNHa6XZ5eImZcsy0W8k,507
|
|
1866
|
-
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=
|
|
1937
|
+
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=t35z1BbEmSF9hSZcrli4FIjSqbT2ypqF7_P_0rhqjuA,452
|
|
1867
1938
|
telnyx/types/reports/mdr_usage_report_retrieve_response.py,sha256=dZwf4DZI0w7voOtSXV8MA73Xu-CN49PQQqjSMpLsUok,333
|
|
1939
|
+
telnyx/types/reports/pagination_meta_reporting.py,sha256=ePwgg0pdMNEsmhbdBxrtrXBlr62SZDCdY36Tns1A6HM,387
|
|
1868
1940
|
telnyx/types/rooms/__init__.py,sha256=QMDi7DtWKTqiEtEGnoysz-8UP-wdQGxxDbZI11RLHn0,1384
|
|
1869
1941
|
telnyx/types/rooms/action_generate_join_client_token_params.py,sha256=doGR8gnOb4Eixm-au280XDAhvQxq7oW-jh5tk__QwjU,653
|
|
1870
1942
|
telnyx/types/rooms/action_generate_join_client_token_response.py,sha256=Nb9l0UXiCMdSw2UblVl9bVjZkAVxlp93EfQcKCIBP1w,648
|
|
@@ -1886,7 +1958,8 @@ telnyx/types/rooms/sessions/action_mute_params.py,sha256=9AZlHD7j-CqVbiqMzICWAR_
|
|
|
1886
1958
|
telnyx/types/rooms/sessions/action_mute_response.py,sha256=p_LSOgywJ9isRWIBUbgPbrw9ApwkjFo0AN2V7AAxXHg,321
|
|
1887
1959
|
telnyx/types/rooms/sessions/action_unmute_params.py,sha256=8chvRGfHZpJ56QwPqsIulHle5WK7P2IZaC_HzUiOPY8,623
|
|
1888
1960
|
telnyx/types/rooms/sessions/action_unmute_response.py,sha256=x_8LTDbXFuMwTkKwmWWsWDNrGTwdbDWsXWNhCcxPuNo,325
|
|
1889
|
-
telnyx/types/shared/__init__.py,sha256=
|
|
1961
|
+
telnyx/types/shared/__init__.py,sha256=pLiJgw2rtmtBFQbzNz7Sa8DgqDL3eOA-CTQbVPm-FXM,1362
|
|
1962
|
+
telnyx/types/shared/api_error.py,sha256=h1-e_1rwuy2L3gfqXZwMn5AfSQ7JuKGGbI7qZBaMSk0,581
|
|
1890
1963
|
telnyx/types/shared/connections_pagination_meta.py,sha256=p7kiAXOSJ_320-SBkhP5tPpij1kKms9zLnnPhRFkjOY,391
|
|
1891
1964
|
telnyx/types/shared/doc_reqs_requirement_type.py,sha256=mMPA-dalQskntqa3kXGPzVDFKN2BmtcWF06H3xxFubw,1865
|
|
1892
1965
|
telnyx/types/shared/hosted_number.py,sha256=eX8vQvhBv18c3kjixEV2XNKq7cKPfYEMqhWBm2fLHWw,915
|
|
@@ -1968,7 +2041,7 @@ telnyx/types/texml/call_update_response.py,sha256=AGkaot7GE6ZCW04zkZGSZErHNYGq1H
|
|
|
1968
2041
|
telnyx/types/texml/texml_get_call_recording_response_body.py,sha256=KoY6eG7_TI_4qyezqH9Y6MqKDc7mdIx4_HNwDcbI7uk,1557
|
|
1969
2042
|
telnyx/types/texml/texml_recording_subresources_uris.py,sha256=4qX4UjregkbgPbMSSwIUCYJUZnb32236Yp9kiSpfix4,287
|
|
1970
2043
|
telnyx/types/texml/accounts/__init__.py,sha256=hP_89dblkJTZqdHSemSUG7x8OQN_gpdA439kCzA_t2Q,1868
|
|
1971
|
-
telnyx/types/texml/accounts/call_calls_params.py,sha256=
|
|
2044
|
+
telnyx/types/texml/accounts/call_calls_params.py,sha256=9S-Ib7AMIttffsePMv6IoT_kk06p9HVa64fOeVh2H6o,7625
|
|
1972
2045
|
telnyx/types/texml/accounts/call_calls_response.py,sha256=o_XmUxY5SFrNPvLoVRuuZm0m23pFJBscM1m6KUOsWXo,391
|
|
1973
2046
|
telnyx/types/texml/accounts/call_retrieve_calls_params.py,sha256=lXADuV3aNL1y5Nx__TIm2_Gnl3lky3R4P8psnCRaIaM,1955
|
|
1974
2047
|
telnyx/types/texml/accounts/call_retrieve_calls_response.py,sha256=zfhAdQPOWnlT1cyCTLyc4RGf7yAsEnuUOi_bv79S0uw,3034
|
|
@@ -1997,7 +2070,7 @@ telnyx/types/texml/accounts/calls/siprec_siprec_sid_json_response.py,sha256=ME65
|
|
|
1997
2070
|
telnyx/types/texml/accounts/calls/stream_streaming_sid_json_params.py,sha256=FfNQo4SK-2LEpiJTS_ZVWX5zmNZ5_lH7pPy6Ac9OsdY,525
|
|
1998
2071
|
telnyx/types/texml/accounts/calls/stream_streaming_sid_json_response.py,sha256=XWAhiQHqIbt1tR2KESOImB2eYCBgtzyf6tiN1Z7nTac,677
|
|
1999
2072
|
telnyx/types/texml/accounts/conferences/__init__.py,sha256=Bg0dRzgpbuEHe1SZVFyQ1rrJ131Ztghzr35Ab5calm0,781
|
|
2000
|
-
telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256
|
|
2073
|
+
telnyx/types/texml/accounts/conferences/participant_participants_params.py,sha256=-Kalin75Ce0O1jBhLNxRCKsm0UCFajuGSDxXpE3m0gA,11065
|
|
2001
2074
|
telnyx/types/texml/accounts/conferences/participant_participants_response.py,sha256=RT67NwpP6mUMZcS2xnar8qqrtmPY3nOJgv-qF8F4IRY,1173
|
|
2002
2075
|
telnyx/types/texml/accounts/conferences/participant_retrieve_participants_response.py,sha256=dCofb3Tsl1QGbUBGkLgVBnbg4qBbLK9fTuLK3eSOA-Y,2673
|
|
2003
2076
|
telnyx/types/texml/accounts/conferences/participant_retrieve_response.py,sha256=GXZKPUAz4Qri8sYTQGnsLC61AsJ__gBsRwCdP02GH-k,1681
|
|
@@ -2006,9 +2079,10 @@ telnyx/types/texml/accounts/conferences/participant_update_response.py,sha256=NN
|
|
|
2006
2079
|
telnyx/types/texml/accounts/recordings/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
2007
2080
|
telnyx/types/texml/accounts/transcriptions/__init__.py,sha256=wJIYpmO_s3VtBxFWO0oUJg3SJ45JoaHKkjWfgkO4krk,304
|
|
2008
2081
|
telnyx/types/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.py,sha256=kcWmaETp4bQlG40IwTRm6NzpuD_FPvPxtCCqd17kftQ,1260
|
|
2009
|
-
telnyx/types/verifications/__init__.py,sha256=
|
|
2082
|
+
telnyx/types/verifications/__init__.py,sha256=Mjdff_F7tGucxsHwcIa9Jghmu2-BYpNVS9UTabuqaUM,346
|
|
2010
2083
|
telnyx/types/verifications/action_verify_params.py,sha256=sD5uyHHRgz5wHmlIzujMibOWoaiXwfz7hSWDiYrrxhQ,527
|
|
2011
|
-
telnyx/types/verifications/by_phone_number_list_response.py,sha256=
|
|
2084
|
+
telnyx/types/verifications/by_phone_number_list_response.py,sha256=iHOnfxFNGDjNr4ZvdUgViqcTH5ayZ4PlyclJK_wtP1s,359
|
|
2085
|
+
telnyx/types/verifications/verify_meta.py,sha256=SlPzuwJakx9NJtvogRrOZAAaH4mBYZRAFN1lcHi5Rb0,361
|
|
2012
2086
|
telnyx/types/verifications/by_phone_number/__init__.py,sha256=199aK3I-4qIxJ83Pgd08dHl68M0DWmUOU8JfCDCrhxI,310
|
|
2013
2087
|
telnyx/types/verifications/by_phone_number/action_verify_params.py,sha256=aoaX6B3kkW6-9v6MJPcalXWTckR7NmrhTty0TeJPQ2g,442
|
|
2014
2088
|
telnyx/types/verifications/by_phone_number/verify_verification_code_response.py,sha256=bVtf0KjwYjZLNvWTnBcBmAfEdh0EYsCX0L4AVzjbXTg,496
|
|
@@ -2022,7 +2096,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
|
|
|
2022
2096
|
telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
|
|
2023
2097
|
telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
|
|
2024
2098
|
telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
|
|
2025
|
-
telnyx-3.
|
|
2026
|
-
telnyx-3.
|
|
2027
|
-
telnyx-3.
|
|
2028
|
-
telnyx-3.
|
|
2099
|
+
telnyx-3.9.0.dist-info/METADATA,sha256=9Py7FhgBTlrRKMb8HgttIgL5imGDe79WNGvnaddz-bY,15823
|
|
2100
|
+
telnyx-3.9.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
2101
|
+
telnyx-3.9.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
|
|
2102
|
+
telnyx-3.9.0.dist-info/RECORD,,
|