telnyx 3.3.0a0__py3-none-any.whl → 3.5.0a0__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 +3 -1
- telnyx/_base_client.py +12 -12
- telnyx/_client.py +35 -34
- telnyx/_compat.py +48 -48
- telnyx/_models.py +50 -44
- telnyx/_qs.py +7 -7
- telnyx/_types.py +53 -12
- telnyx/_utils/__init__.py +9 -2
- telnyx/_utils/_compat.py +45 -0
- telnyx/_utils/_datetime_parse.py +136 -0
- telnyx/_utils/_transform.py +13 -3
- telnyx/_utils/_typing.py +6 -1
- telnyx/_utils/_utils.py +4 -5
- telnyx/_version.py +1 -1
- telnyx/resources/access_ip_address.py +15 -15
- telnyx/resources/access_ip_ranges.py +13 -13
- telnyx/resources/actions/purchase.py +13 -14
- telnyx/resources/actions/register.py +11 -12
- telnyx/resources/addresses/actions.py +13 -13
- telnyx/resources/addresses/addresses.py +33 -35
- telnyx/resources/advanced_orders.py +41 -45
- telnyx/resources/ai/ai.py +7 -7
- telnyx/resources/ai/assistants/assistants.py +89 -89
- telnyx/resources/ai/assistants/canary_deploys.py +9 -9
- telnyx/resources/ai/assistants/scheduled_events.py +21 -21
- telnyx/resources/ai/assistants/tests/runs.py +13 -13
- telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
- telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
- telnyx/resources/ai/assistants/tests/tests.py +43 -43
- telnyx/resources/ai/assistants/tools.py +7 -7
- telnyx/resources/ai/assistants/versions.py +45 -45
- telnyx/resources/ai/audio.py +11 -11
- telnyx/resources/ai/chat.py +48 -48
- telnyx/resources/ai/clusters.py +27 -29
- telnyx/resources/ai/conversations/conversations.py +43 -43
- telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
- telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
- telnyx/resources/ai/conversations/insights.py +25 -25
- telnyx/resources/ai/conversations/messages.py +20 -20
- telnyx/resources/ai/embeddings/buckets.py +7 -7
- telnyx/resources/ai/embeddings/embeddings.py +23 -24
- telnyx/resources/ai/fine_tuning/jobs.py +13 -13
- telnyx/resources/audit_events.py +9 -9
- telnyx/resources/authentication_providers.py +29 -29
- telnyx/resources/available_phone_number_blocks.py +5 -5
- telnyx/resources/available_phone_numbers.py +5 -5
- telnyx/resources/balance.py +3 -3
- telnyx/resources/billing_groups.py +17 -17
- telnyx/resources/brand/brand.py +113 -113
- telnyx/resources/brand/external_vetting.py +9 -9
- telnyx/resources/bulk_sim_card_actions.py +11 -11
- telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
- telnyx/resources/bundle_pricing/user_bundles.py +35 -35
- telnyx/resources/call_control_applications.py +64 -68
- telnyx/resources/call_events.py +7 -7
- telnyx/resources/calls/actions.py +549 -551
- telnyx/resources/calls/calls.py +102 -102
- telnyx/resources/campaign/campaign.py +47 -47
- telnyx/resources/campaign/osr.py +3 -3
- telnyx/resources/campaign/usecase.py +3 -3
- telnyx/resources/campaign_builder/brand.py +3 -3
- telnyx/resources/campaign_builder/campaign_builder.py +68 -68
- telnyx/resources/channel_zones.py +7 -7
- telnyx/resources/charges_breakdown.py +7 -7
- telnyx/resources/charges_summary.py +3 -3
- telnyx/resources/comments.py +17 -17
- telnyx/resources/conferences/actions.py +115 -116
- telnyx/resources/conferences/conferences.py +35 -35
- telnyx/resources/connections.py +15 -15
- telnyx/resources/country_coverage.py +5 -5
- telnyx/resources/credential_connections/actions.py +3 -3
- telnyx/resources/credential_connections/credential_connections.py +96 -96
- telnyx/resources/custom_storage_credentials.py +9 -9
- telnyx/resources/customer_service_records.py +21 -23
- telnyx/resources/detail_records.py +9 -11
- telnyx/resources/dialogflow_connections.py +25 -25
- telnyx/resources/document_links.py +7 -7
- telnyx/resources/documents.py +45 -45
- telnyx/resources/dynamic_emergency_addresses.py +23 -23
- telnyx/resources/dynamic_emergency_endpoints.py +13 -13
- telnyx/resources/enum.py +3 -3
- telnyx/resources/external_connections/civic_addresses.py +7 -7
- telnyx/resources/external_connections/external_connections.py +42 -42
- telnyx/resources/external_connections/log_messages.py +11 -11
- telnyx/resources/external_connections/phone_numbers.py +13 -13
- telnyx/resources/external_connections/releases.py +9 -9
- telnyx/resources/external_connections/uploads.py +27 -29
- telnyx/resources/fax_applications.py +48 -48
- telnyx/resources/faxes/actions.py +5 -5
- telnyx/resources/faxes/faxes.py +35 -35
- telnyx/resources/fqdn_connections.py +94 -94
- telnyx/resources/fqdns.py +25 -25
- telnyx/resources/global_ip_allowed_ports.py +3 -3
- telnyx/resources/global_ip_assignment_health.py +5 -5
- telnyx/resources/global_ip_assignments.py +19 -19
- telnyx/resources/global_ip_assignments_usage.py +5 -5
- telnyx/resources/global_ip_health_check_types.py +3 -3
- telnyx/resources/global_ip_health_checks.py +17 -17
- telnyx/resources/global_ip_latency.py +5 -5
- telnyx/resources/global_ip_protocols.py +3 -3
- telnyx/resources/global_ip_usage.py +5 -5
- telnyx/resources/global_ips.py +17 -17
- telnyx/resources/inbound_channels.py +5 -5
- telnyx/resources/integration_secrets.py +17 -17
- telnyx/resources/inventory_coverage.py +5 -5
- telnyx/resources/invoices.py +11 -11
- telnyx/resources/ip_connections.py +94 -94
- telnyx/resources/ips.py +23 -23
- telnyx/resources/ledger_billing_group_reports.py +9 -9
- telnyx/resources/list.py +5 -5
- telnyx/resources/managed_accounts/actions.py +7 -7
- telnyx/resources/managed_accounts/managed_accounts.py +33 -33
- telnyx/resources/media.py +23 -23
- telnyx/resources/messages/messages.py +124 -124
- telnyx/resources/messages/rcs.py +7 -7
- telnyx/resources/messaging/rcs/agents.py +15 -15
- telnyx/resources/messaging/rcs/rcs.py +9 -11
- telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
- telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +26 -26
- telnyx/resources/messaging_hosted_numbers.py +3 -3
- telnyx/resources/messaging_numbers_bulk_updates.py +7 -9
- telnyx/resources/messaging_optouts.py +11 -11
- telnyx/resources/messaging_profiles/autoresp_configs.py +25 -26
- telnyx/resources/messaging_profiles/messaging_profiles.py +76 -76
- telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
- telnyx/resources/messaging_url_domains.py +5 -5
- telnyx/resources/messsages.py +11 -11
- telnyx/resources/mobile_network_operators.py +7 -7
- telnyx/resources/mobile_push_credentials.py +23 -23
- telnyx/resources/network_coverage.py +9 -9
- telnyx/resources/networks/default_gateway.py +9 -9
- telnyx/resources/networks/networks.py +21 -21
- telnyx/resources/notification_channels.py +27 -27
- telnyx/resources/notification_event_conditions.py +7 -7
- telnyx/resources/notification_events.py +5 -5
- telnyx/resources/notification_profiles.py +17 -17
- telnyx/resources/notification_settings.py +21 -21
- telnyx/resources/number_block_orders.py +17 -17
- telnyx/resources/number_lookup.py +5 -5
- telnyx/resources/number_order_phone_numbers.py +13 -13
- telnyx/resources/number_orders.py +27 -27
- telnyx/resources/number_reservations/actions.py +3 -3
- telnyx/resources/number_reservations/number_reservations.py +15 -15
- telnyx/resources/numbers_features.py +5 -7
- telnyx/resources/operator_connect/actions.py +3 -3
- telnyx/resources/ota_updates.py +9 -9
- telnyx/resources/outbound_voice_profiles.py +66 -66
- telnyx/resources/partner_campaigns.py +25 -25
- telnyx/resources/payment/auto_recharge_prefs.py +15 -15
- telnyx/resources/phone_number_assignment_by_profile.py +15 -15
- telnyx/resources/phone_number_blocks/jobs.py +13 -13
- telnyx/resources/phone_number_campaigns.py +19 -19
- telnyx/resources/phone_numbers/actions.py +9 -11
- telnyx/resources/phone_numbers/csv_downloads.py +13 -13
- telnyx/resources/phone_numbers/jobs.py +42 -42
- telnyx/resources/phone_numbers/messaging.py +13 -13
- telnyx/resources/phone_numbers/phone_numbers.py +39 -40
- telnyx/resources/phone_numbers/voice.py +31 -31
- telnyx/resources/phone_numbers/voicemail.py +15 -15
- telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
- telnyx/resources/portability_checks.py +5 -7
- telnyx/resources/porting/events.py +11 -11
- telnyx/resources/porting/loa_configurations.py +17 -17
- telnyx/resources/porting/porting.py +3 -3
- telnyx/resources/porting/reports.py +11 -11
- telnyx/resources/porting_orders/action_requirements.py +11 -11
- telnyx/resources/porting_orders/actions.py +13 -13
- telnyx/resources/porting_orders/activation_jobs.py +11 -11
- telnyx/resources/porting_orders/additional_documents.py +15 -15
- telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
- telnyx/resources/porting_orders/comments.py +9 -9
- telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
- telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
- telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
- telnyx/resources/porting_orders/porting_orders.py +62 -62
- telnyx/resources/porting_orders/verification_codes.py +20 -20
- telnyx/resources/porting_phone_numbers.py +7 -7
- telnyx/resources/portouts/comments.py +7 -7
- telnyx/resources/portouts/events.py +11 -11
- telnyx/resources/portouts/portouts.py +17 -17
- telnyx/resources/portouts/reports.py +11 -11
- telnyx/resources/portouts/supporting_documents.py +7 -7
- telnyx/resources/private_wireless_gateways.py +25 -25
- telnyx/resources/public_internet_gateways.py +19 -19
- telnyx/resources/queues/calls.py +7 -7
- telnyx/resources/queues/queues.py +3 -3
- telnyx/resources/recording_transcriptions.py +7 -7
- telnyx/resources/recordings/actions.py +5 -7
- telnyx/resources/recordings/recordings.py +11 -11
- telnyx/resources/regions.py +3 -3
- telnyx/resources/regulatory_requirements.py +5 -5
- telnyx/resources/reports/cdr_usage_reports.py +9 -9
- telnyx/resources/reports/mdr_usage_reports.py +22 -22
- telnyx/resources/reports/reports.py +47 -48
- telnyx/resources/requirement_groups.py +23 -23
- telnyx/resources/requirement_types.py +9 -11
- telnyx/resources/requirements.py +11 -11
- telnyx/resources/room_compositions.py +27 -27
- telnyx/resources/room_participants.py +9 -9
- telnyx/resources/room_recordings.py +17 -17
- telnyx/resources/rooms/actions.py +11 -11
- telnyx/resources/rooms/rooms.py +43 -43
- telnyx/resources/rooms/sessions/actions.py +22 -22
- telnyx/resources/rooms/sessions/sessions.py +27 -27
- telnyx/resources/seti.py +5 -5
- telnyx/resources/short_codes.py +11 -11
- telnyx/resources/sim_card_data_usage_notifications.py +21 -21
- telnyx/resources/sim_card_groups/actions.py +23 -23
- telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
- telnyx/resources/sim_card_order_preview.py +3 -3
- telnyx/resources/sim_card_orders.py +11 -11
- telnyx/resources/sim_cards/actions.py +29 -31
- telnyx/resources/sim_cards/sim_cards.py +47 -48
- telnyx/resources/siprec_connectors.py +13 -13
- telnyx/resources/storage/buckets/buckets.py +5 -5
- telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
- telnyx/resources/storage/buckets/usage.py +5 -5
- telnyx/resources/storage/migration_sources.py +11 -11
- telnyx/resources/storage/migrations/actions.py +3 -3
- telnyx/resources/storage/migrations/migrations.py +9 -9
- telnyx/resources/storage/storage.py +3 -3
- telnyx/resources/sub_number_orders.py +17 -17
- telnyx/resources/sub_number_orders_report.py +19 -19
- telnyx/resources/telephony_credentials.py +31 -31
- telnyx/resources/texml/accounts/accounts.py +15 -15
- telnyx/resources/texml/accounts/calls/calls.py +145 -145
- telnyx/resources/texml/accounts/calls/recordings.py +5 -5
- telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
- telnyx/resources/texml/accounts/calls/siprec.py +5 -5
- telnyx/resources/texml/accounts/calls/streams.py +5 -5
- telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
- telnyx/resources/texml/accounts/conferences/participants.py +123 -123
- telnyx/resources/texml/accounts/recordings/json.py +5 -5
- telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
- telnyx/resources/texml/calls.py +79 -79
- telnyx/resources/texml/texml.py +3 -3
- telnyx/resources/texml_applications.py +65 -66
- telnyx/resources/text_to_speech.py +9 -9
- telnyx/resources/usage_reports.py +31 -32
- telnyx/resources/user_addresses.py +29 -31
- telnyx/resources/user_tags.py +5 -5
- telnyx/resources/verifications/actions.py +7 -7
- telnyx/resources/verifications/by_phone_number/actions.py +3 -3
- telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
- telnyx/resources/verifications/verifications.py +19 -19
- telnyx/resources/verified_numbers/actions.py +3 -3
- telnyx/resources/verified_numbers/verified_numbers.py +11 -11
- telnyx/resources/verify_profiles.py +43 -43
- telnyx/resources/virtual_cross_connects.py +45 -45
- telnyx/resources/virtual_cross_connects_coverage.py +9 -9
- telnyx/resources/webhook_deliveries.py +9 -9
- telnyx/resources/wireguard_interfaces.py +17 -17
- telnyx/resources/wireguard_peers.py +21 -21
- telnyx/resources/wireless/detail_records_reports.py +17 -17
- telnyx/resources/wireless/wireless.py +3 -3
- telnyx/resources/wireless_blocklist_values.py +3 -3
- telnyx/resources/wireless_blocklists.py +29 -30
- telnyx/types/__init__.py +4 -4
- telnyx/types/actions/purchase_create_params.py +3 -2
- telnyx/types/actions/register_create_params.py +4 -3
- telnyx/types/ai/chat_create_completion_params.py +3 -2
- telnyx/types/ai/cluster_compute_params.py +3 -2
- telnyx/types/ai/conversations/message_create_params.py +3 -2
- telnyx/types/ai/embedding_list_params.py +3 -2
- telnyx/types/ai/inference_embedding_bucket_ids_param.py +3 -2
- telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +6 -4
- telnyx/types/bundle_pricing/billing_bundle_list_params.py +4 -3
- telnyx/types/bundle_pricing/user_bundle_list_params.py +4 -3
- telnyx/types/bundle_pricing/user_bundle_list_unused_params.py +4 -3
- telnyx/types/call_control_application_update_params.py +3 -2
- telnyx/types/call_dial_params.py +4 -3
- telnyx/types/calls/transcription_engine_a_config_param.py +4 -3
- telnyx/types/campaign_builder_create_params.py +4 -3
- telnyx/types/conferences/action_hold_params.py +3 -2
- telnyx/types/conferences/action_join_params.py +3 -2
- telnyx/types/conferences/action_mute_params.py +3 -2
- telnyx/types/conferences/action_play_params.py +2 -2
- telnyx/types/conferences/action_speak_params.py +3 -2
- telnyx/types/conferences/action_stop_params.py +3 -2
- telnyx/types/conferences/action_unhold_params.py +3 -2
- telnyx/types/conferences/action_unmute_params.py +3 -2
- telnyx/types/conferences/action_update_params.py +3 -2
- telnyx/types/credential_connection_create_params.py +3 -2
- telnyx/types/credential_connection_update_params.py +3 -2
- telnyx/types/credential_inbound_param.py +3 -2
- telnyx/types/customer_service_record_list_params.py +2 -1
- telnyx/types/customer_service_record_verify_phone_number_coverage_params.py +3 -2
- telnyx/types/detail_record_list_params.py +4 -2
- telnyx/types/document_list_params.py +2 -1
- telnyx/types/external_connection_create_params.py +4 -2
- telnyx/types/external_connection_update_params.py +4 -2
- telnyx/types/external_connections/civic_address_list_params.py +3 -2
- telnyx/types/external_connections/upload_create_params.py +3 -1
- telnyx/types/fax_application_create_params.py +3 -2
- telnyx/types/fax_application_update_params.py +3 -2
- telnyx/types/fqdn_connection_create_params.py +3 -2
- telnyx/types/fqdn_connection_update_params.py +3 -2
- telnyx/types/global_ip_latency_retrieve_response.py +7 -7
- telnyx/types/inbound_fqdn_param.py +4 -2
- telnyx/types/inbound_ip_param.py +3 -2
- telnyx/types/ip_connection_create_params.py +4 -3
- telnyx/types/ip_connection_update_params.py +3 -2
- telnyx/types/media_list_params.py +3 -2
- telnyx/types/message_schedule_params.py +3 -2
- telnyx/types/message_send_group_mms_params.py +3 -3
- telnyx/types/message_send_long_code_params.py +2 -2
- telnyx/types/message_send_number_pool_params.py +3 -2
- telnyx/types/message_send_params.py +3 -2
- telnyx/types/message_send_short_code_params.py +2 -2
- telnyx/types/messaging/rc_list_bulk_capabilities_params.py +3 -2
- telnyx/types/messaging_hosted_number_order_check_eligibility_params.py +3 -2
- telnyx/types/messaging_hosted_number_order_create_params.py +3 -2
- telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py +3 -2
- telnyx/types/messaging_numbers_bulk_update_create_params.py +3 -2
- telnyx/types/messaging_profile_create_params.py +3 -2
- telnyx/types/messaging_profile_update_params.py +3 -2
- telnyx/types/messaging_profiles/autoresp_config_create_params.py +3 -2
- telnyx/types/messaging_profiles/autoresp_config_update_params.py +3 -2
- telnyx/types/messsage_rcs_params.py +2 -2
- telnyx/types/numbers_feature_create_params.py +3 -2
- telnyx/types/outbound_call_recording_param.py +3 -2
- telnyx/types/outbound_voice_profile_create_params.py +4 -3
- telnyx/types/outbound_voice_profile_update_params.py +4 -3
- telnyx/types/phone_number_list_params.py +3 -2
- telnyx/types/phone_number_slim_list_params.py +3 -2
- telnyx/types/phone_number_update_params.py +3 -2
- telnyx/types/phone_numbers/action_verify_ownership_params.py +3 -2
- telnyx/types/phone_numbers/job_delete_batch_params.py +3 -2
- telnyx/types/phone_numbers/job_update_batch_params.py +3 -3
- telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py +4 -2
- telnyx/types/portability_check_run_params.py +3 -2
- telnyx/types/porting/export_porting_orders_csv_report_param.py +2 -1
- telnyx/types/porting_order_create_params.py +3 -2
- telnyx/types/porting_order_phone_number_configuration_param.py +3 -2
- telnyx/types/porting_orders/action_requirement_list_params.py +3 -2
- telnyx/types/porting_orders/phone_number_block_list_params.py +5 -3
- telnyx/types/porting_orders/phone_number_configuration_list_params.py +3 -2
- telnyx/types/porting_orders/verification_code_send_params.py +3 -2
- telnyx/types/portout_list_params.py +2 -1
- telnyx/types/portouts/export_portouts_csv_report_param.py +3 -2
- telnyx/types/recordings/action_delete_params.py +3 -2
- telnyx/types/report_list_wdrs_params.py +3 -2
- telnyx/types/reports/mdr_usage_report_fetch_sync_params.py +3 -2
- telnyx/types/rooms/sessions/action_kick_params.py +5 -3
- telnyx/types/rooms/sessions/action_mute_params.py +5 -3
- telnyx/types/rooms/sessions/action_unmute_params.py +5 -3
- telnyx/types/sim_card_list_params.py +2 -1
- telnyx/types/sim_card_update_params.py +3 -3
- telnyx/types/sim_cards/action_bulk_set_public_ips_params.py +3 -2
- telnyx/types/sim_cards/action_validate_registration_codes_params.py +3 -2
- telnyx/types/texml_application_create_params.py +2 -2
- telnyx/types/texml_application_update_params.py +2 -2
- telnyx/types/usage_report_list_params.py +5 -4
- telnyx/types/verify_profile_create_params.py +6 -4
- telnyx/types/verify_profile_update_params.py +6 -4
- telnyx/types/video_region_param.py +4 -2
- telnyx/types/wireless_blocklist_create_params.py +3 -2
- telnyx/types/wireless_blocklist_update_params.py +3 -2
- {telnyx-3.3.0a0.dist-info → telnyx-3.5.0a0.dist-info}/METADATA +58 -17
- {telnyx-3.3.0a0.dist-info → telnyx-3.5.0a0.dist-info}/RECORD +362 -360
- {telnyx-3.3.0a0.dist-info → telnyx-3.5.0a0.dist-info}/WHEEL +0 -0
- {telnyx-3.3.0a0.dist-info → telnyx-3.5.0a0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,342 +1,344 @@
|
|
|
1
|
-
telnyx/__init__.py,sha256=
|
|
2
|
-
telnyx/_base_client.py,sha256=
|
|
3
|
-
telnyx/_client.py,sha256
|
|
4
|
-
telnyx/_compat.py,sha256=
|
|
1
|
+
telnyx/__init__.py,sha256=3-DgWAbbqhu1tue85Ax20QcixYIXWHkCM4hjXNG62YU,2624
|
|
2
|
+
telnyx/_base_client.py,sha256=NudksDGruga_s-IhQR4dYAEz7mc3QDOJfZPLjFdOghI,67047
|
|
3
|
+
telnyx/_client.py,sha256=-CZB3lEZZaHFrkty0VxCRzEwCYEgxMeivLeKXq7bloY,170781
|
|
4
|
+
telnyx/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
|
|
5
5
|
telnyx/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
|
|
6
6
|
telnyx/_exceptions.py,sha256=D9kyl_aKwKQ1618MjC8SZPmL5qLUyfnZzyO9TTKS3mo,3220
|
|
7
7
|
telnyx/_files.py,sha256=sDy00jrSguKZf-dx9WnJzRyQplNz_b-_zMIVL31CjIo,3619
|
|
8
|
-
telnyx/_models.py,sha256=
|
|
9
|
-
telnyx/_qs.py,sha256=
|
|
8
|
+
telnyx/_models.py,sha256=lKnskYPONAWDvWo8tmbbVk7HmG7UOsI0Nve0vSMmkRc,30452
|
|
9
|
+
telnyx/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
|
|
10
10
|
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
|
-
telnyx/_types.py,sha256=
|
|
14
|
-
telnyx/_version.py,sha256=
|
|
13
|
+
telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
|
|
14
|
+
telnyx/_version.py,sha256=3zf3ZiSDPlGld4vOBqeZXNg4u4pt9lMsrwafpV_0_8k,164
|
|
15
15
|
telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
-
telnyx/_utils/__init__.py,sha256=
|
|
16
|
+
telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
|
|
17
|
+
telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
|
|
18
|
+
telnyx/_utils/_datetime_parse.py,sha256=bABTs0Bc6rabdFvnIwXjEhWL15TcRgWZ_6XGTqN8xUk,4204
|
|
17
19
|
telnyx/_utils/_logs.py,sha256=0TK41m0v92Gj1abmzI7B2Ogm7Mcu_J9hiz8mkrF5cIQ,774
|
|
18
20
|
telnyx/_utils/_proxy.py,sha256=aglnj2yBTDyGX9Akk2crZHrl10oqRmceUy2Zp008XEs,1975
|
|
19
21
|
telnyx/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,1364
|
|
20
22
|
telnyx/_utils/_resources_proxy.py,sha256=4CCGhESs3yjs_0is3o1rPOg0T_k20lTYZpIFGAUZQCw,589
|
|
21
23
|
telnyx/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
|
|
22
24
|
telnyx/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
|
|
23
|
-
telnyx/_utils/_transform.py,sha256=
|
|
24
|
-
telnyx/_utils/_typing.py,sha256=
|
|
25
|
-
telnyx/_utils/_utils.py,sha256=
|
|
25
|
+
telnyx/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
|
|
26
|
+
telnyx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
|
|
27
|
+
telnyx/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
|
|
26
28
|
telnyx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
|
|
27
29
|
telnyx/resources/__init__.py,sha256=U_ABZ5BZyJXqgQ-ZJQmOqbRbJSax4mrbzJ8jbwj4Y7c,83592
|
|
28
|
-
telnyx/resources/access_ip_address.py,sha256=
|
|
29
|
-
telnyx/resources/access_ip_ranges.py,sha256=
|
|
30
|
-
telnyx/resources/advanced_orders.py,sha256=
|
|
31
|
-
telnyx/resources/audit_events.py,sha256=
|
|
32
|
-
telnyx/resources/authentication_providers.py,sha256=
|
|
33
|
-
telnyx/resources/available_phone_number_blocks.py,sha256=
|
|
34
|
-
telnyx/resources/available_phone_numbers.py,sha256=
|
|
35
|
-
telnyx/resources/balance.py,sha256=
|
|
36
|
-
telnyx/resources/billing_groups.py,sha256=
|
|
37
|
-
telnyx/resources/bulk_sim_card_actions.py,sha256=
|
|
38
|
-
telnyx/resources/call_control_applications.py,sha256=
|
|
39
|
-
telnyx/resources/call_events.py,sha256=
|
|
40
|
-
telnyx/resources/channel_zones.py,sha256=
|
|
41
|
-
telnyx/resources/charges_breakdown.py,sha256=
|
|
42
|
-
telnyx/resources/charges_summary.py,sha256=
|
|
43
|
-
telnyx/resources/comments.py,sha256
|
|
44
|
-
telnyx/resources/connections.py,sha256=
|
|
45
|
-
telnyx/resources/country_coverage.py,sha256=
|
|
46
|
-
telnyx/resources/custom_storage_credentials.py,sha256=
|
|
47
|
-
telnyx/resources/customer_service_records.py,sha256=
|
|
48
|
-
telnyx/resources/detail_records.py,sha256=
|
|
49
|
-
telnyx/resources/dialogflow_connections.py,sha256=
|
|
50
|
-
telnyx/resources/document_links.py,sha256=
|
|
51
|
-
telnyx/resources/documents.py,sha256=
|
|
52
|
-
telnyx/resources/dynamic_emergency_addresses.py,sha256=
|
|
53
|
-
telnyx/resources/dynamic_emergency_endpoints.py,sha256=
|
|
54
|
-
telnyx/resources/enum.py,sha256=
|
|
55
|
-
telnyx/resources/fax_applications.py,sha256=
|
|
56
|
-
telnyx/resources/fqdn_connections.py,sha256=
|
|
57
|
-
telnyx/resources/fqdns.py,sha256=
|
|
58
|
-
telnyx/resources/global_ip_allowed_ports.py,sha256=
|
|
59
|
-
telnyx/resources/global_ip_assignment_health.py,sha256=
|
|
60
|
-
telnyx/resources/global_ip_assignments.py,sha256=
|
|
61
|
-
telnyx/resources/global_ip_assignments_usage.py,sha256=
|
|
62
|
-
telnyx/resources/global_ip_health_check_types.py,sha256=
|
|
63
|
-
telnyx/resources/global_ip_health_checks.py,sha256=
|
|
64
|
-
telnyx/resources/global_ip_latency.py,sha256=
|
|
65
|
-
telnyx/resources/global_ip_protocols.py,sha256=
|
|
66
|
-
telnyx/resources/global_ip_usage.py,sha256=
|
|
67
|
-
telnyx/resources/global_ips.py,sha256=
|
|
68
|
-
telnyx/resources/inbound_channels.py,sha256=
|
|
69
|
-
telnyx/resources/integration_secrets.py,sha256=
|
|
70
|
-
telnyx/resources/inventory_coverage.py,sha256=
|
|
71
|
-
telnyx/resources/invoices.py,sha256=
|
|
72
|
-
telnyx/resources/ip_connections.py,sha256=
|
|
73
|
-
telnyx/resources/ips.py,sha256=
|
|
74
|
-
telnyx/resources/ledger_billing_group_reports.py,sha256=
|
|
75
|
-
telnyx/resources/list.py,sha256=
|
|
76
|
-
telnyx/resources/media.py,sha256
|
|
77
|
-
telnyx/resources/messaging_hosted_numbers.py,sha256=
|
|
78
|
-
telnyx/resources/messaging_numbers_bulk_updates.py,sha256=
|
|
79
|
-
telnyx/resources/messaging_optouts.py,sha256=
|
|
80
|
-
telnyx/resources/messaging_url_domains.py,sha256=
|
|
81
|
-
telnyx/resources/messsages.py,sha256=
|
|
82
|
-
telnyx/resources/mobile_network_operators.py,sha256=
|
|
83
|
-
telnyx/resources/mobile_push_credentials.py,sha256=
|
|
84
|
-
telnyx/resources/network_coverage.py,sha256=
|
|
85
|
-
telnyx/resources/notification_channels.py,sha256=
|
|
86
|
-
telnyx/resources/notification_event_conditions.py,sha256=
|
|
87
|
-
telnyx/resources/notification_events.py,sha256=
|
|
88
|
-
telnyx/resources/notification_profiles.py,sha256=
|
|
89
|
-
telnyx/resources/notification_settings.py,sha256=
|
|
90
|
-
telnyx/resources/number_block_orders.py,sha256=
|
|
91
|
-
telnyx/resources/number_lookup.py,sha256=
|
|
92
|
-
telnyx/resources/number_order_phone_numbers.py,sha256=
|
|
93
|
-
telnyx/resources/number_orders.py,sha256=
|
|
94
|
-
telnyx/resources/numbers_features.py,sha256=
|
|
95
|
-
telnyx/resources/ota_updates.py,sha256=
|
|
96
|
-
telnyx/resources/outbound_voice_profiles.py,sha256=
|
|
97
|
-
telnyx/resources/partner_campaigns.py,sha256=
|
|
98
|
-
telnyx/resources/phone_number_assignment_by_profile.py,sha256=
|
|
99
|
-
telnyx/resources/phone_number_campaigns.py,sha256=
|
|
100
|
-
telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=
|
|
101
|
-
telnyx/resources/portability_checks.py,sha256=
|
|
102
|
-
telnyx/resources/porting_phone_numbers.py,sha256=
|
|
103
|
-
telnyx/resources/private_wireless_gateways.py,sha256=
|
|
104
|
-
telnyx/resources/public_internet_gateways.py,sha256=
|
|
105
|
-
telnyx/resources/recording_transcriptions.py,sha256=
|
|
106
|
-
telnyx/resources/regions.py,sha256=
|
|
107
|
-
telnyx/resources/regulatory_requirements.py,sha256=
|
|
108
|
-
telnyx/resources/requirement_groups.py,sha256=
|
|
109
|
-
telnyx/resources/requirement_types.py,sha256=
|
|
110
|
-
telnyx/resources/requirements.py,sha256=
|
|
111
|
-
telnyx/resources/room_compositions.py,sha256=
|
|
112
|
-
telnyx/resources/room_participants.py,sha256=
|
|
113
|
-
telnyx/resources/room_recordings.py,sha256=
|
|
114
|
-
telnyx/resources/seti.py,sha256=
|
|
115
|
-
telnyx/resources/short_codes.py,sha256
|
|
116
|
-
telnyx/resources/sim_card_data_usage_notifications.py,sha256=
|
|
117
|
-
telnyx/resources/sim_card_order_preview.py,sha256=
|
|
118
|
-
telnyx/resources/sim_card_orders.py,sha256=
|
|
119
|
-
telnyx/resources/siprec_connectors.py,sha256=
|
|
120
|
-
telnyx/resources/sub_number_orders.py,sha256=
|
|
121
|
-
telnyx/resources/sub_number_orders_report.py,sha256=
|
|
122
|
-
telnyx/resources/telephony_credentials.py,sha256=
|
|
123
|
-
telnyx/resources/texml_applications.py,sha256=
|
|
124
|
-
telnyx/resources/text_to_speech.py,sha256=
|
|
125
|
-
telnyx/resources/usage_reports.py,sha256=
|
|
126
|
-
telnyx/resources/user_addresses.py,sha256=
|
|
127
|
-
telnyx/resources/user_tags.py,sha256=
|
|
128
|
-
telnyx/resources/verify_profiles.py,sha256=
|
|
129
|
-
telnyx/resources/virtual_cross_connects.py,sha256=
|
|
130
|
-
telnyx/resources/virtual_cross_connects_coverage.py,sha256=
|
|
131
|
-
telnyx/resources/webhook_deliveries.py,sha256=
|
|
30
|
+
telnyx/resources/access_ip_address.py,sha256=GHrKaYv0pxX2NrECShHPxibCq1mpXXEOOTXFSTDNUVQ,17519
|
|
31
|
+
telnyx/resources/access_ip_ranges.py,sha256=Xb9w6OlrM6aphz9CfktBZDvespX13tLQWMiZFK46JN0,14210
|
|
32
|
+
telnyx/resources/advanced_orders.py,sha256=ZDRoBXubjGtwUW6EtdDw2Hr1nqM_4gU-Ldqy17gP6Fw,18315
|
|
33
|
+
telnyx/resources/audit_events.py,sha256=986wcutKpMGXoSP12B0wGvEdon7-FG8GjK9cme4eqxs,7811
|
|
34
|
+
telnyx/resources/authentication_providers.py,sha256=DP1Lw31wRo1r3PEQN1js9CaaLQxVuCsU_8RsMdU0lZE,26765
|
|
35
|
+
telnyx/resources/available_phone_number_blocks.py,sha256=ijJZLzMq7rtiulhd2bNXvMwvdfyAFrIUZLQ1LsqJHn4,7599
|
|
36
|
+
telnyx/resources/available_phone_numbers.py,sha256=133qCkZQ_GizFnj97IRR-WfuHko1tOL_XARXaThtNIY,7782
|
|
37
|
+
telnyx/resources/balance.py,sha256=bwStGzjGLsKrgPzsQqucyp3bL75dcVoyvQSfS6k5K4I,4969
|
|
38
|
+
telnyx/resources/billing_groups.py,sha256=Hs2cYzKJ0HHEeyRegEnFiGR4Tld5-Q0sqAfUimBNG58,19276
|
|
39
|
+
telnyx/resources/bulk_sim_card_actions.py,sha256=JRa8cQ4aR2QiLPjl9s4PCpEnowwEM1BzEEsTJWgBLgs,11307
|
|
40
|
+
telnyx/resources/call_control_applications.py,sha256=GG0LkohbuRY-B8CRBnZFp6A866heZllXWf78sXhTpLE,36922
|
|
41
|
+
telnyx/resources/call_events.py,sha256=58a2gY_dMwCXql6oDTiTuL8B7W2iPmcwmbmH7rcae40,8329
|
|
42
|
+
telnyx/resources/channel_zones.py,sha256=Han8hb-DTfVk7N5XQds0aEE5NRpGiW_F3ncOIqxbwpQ,11292
|
|
43
|
+
telnyx/resources/charges_breakdown.py,sha256=SOb3JJVHxIq3hiAhVwjZbKZ8Zi5BngHLfQNM7kSRCMY,8414
|
|
44
|
+
telnyx/resources/charges_summary.py,sha256=QFdhiLvRNPsbvM7TQcUC2XZ1DR8XlF1MPp2rrf2HBTk,7782
|
|
45
|
+
telnyx/resources/comments.py,sha256=-e8ZUBleqh2GtuPruvfbj43ezVxkcKCfQ7lfHaNS4pU,16165
|
|
46
|
+
telnyx/resources/connections.py,sha256=Gl3_gSsus0_NLLXqi6P-B9-5jtEt2NkUQ6CdqPWNaQ8,17040
|
|
47
|
+
telnyx/resources/country_coverage.py,sha256=t2Z5dLWi9ZyR6H5zQ1HQKs4Q3j-bdbZJrjBH-TjMPTg,8688
|
|
48
|
+
telnyx/resources/custom_storage_credentials.py,sha256=VqxghisZjF2RCObzmVAWOJUzw2dJ7aOnsDALzTEeRRk,18535
|
|
49
|
+
telnyx/resources/customer_service_records.py,sha256=U5G-3yTKp8E_Qci4_fqqy_LpR4pU5VPn4kkM2PVhVfM,20336
|
|
50
|
+
telnyx/resources/detail_records.py,sha256=ifrZ6QSXYq36RWZVdf2UrSjiYYLLhG_WDn7ya_AY0Mw,7826
|
|
51
|
+
telnyx/resources/dialogflow_connections.py,sha256=D_mWEPQLwMnHbt288JauZW3IFFj4GBmFGCjh0WLYkGM,21486
|
|
52
|
+
telnyx/resources/document_links.py,sha256=vs19uL811QIkkzZV4i7c2Nv70OosCfwXC10D-beILV8,7446
|
|
53
|
+
telnyx/resources/documents.py,sha256=LIa5GsPE37Zm9jqI3hJqQA1qPyK1ZO2k_Izpdlwrzio,34690
|
|
54
|
+
telnyx/resources/dynamic_emergency_addresses.py,sha256=zA0sx_lrF8nOl03-BTCfw3K1iEUkijHqfI974m-QyVU,19961
|
|
55
|
+
telnyx/resources/dynamic_emergency_endpoints.py,sha256=LrgALacXNppdn94Hl3tOjQWIGQ2x_CDEzXp2r8M0vVg,18692
|
|
56
|
+
telnyx/resources/enum.py,sha256=kqfYfLLBYyW4G56DIMU9ewIX6a6nE2HaZlsVmwhlSJc,7191
|
|
57
|
+
telnyx/resources/fax_applications.py,sha256=w5eZtWdOcB654sXF__YrO78Ndb-ck7ICZqBZYGwxSAg,31701
|
|
58
|
+
telnyx/resources/fqdn_connections.py,sha256=i4TqDwR6jJLhNhDObdRNp2dy7JcXhlH9cVWq4kSX-04,41599
|
|
59
|
+
telnyx/resources/fqdns.py,sha256=ysXTsAWQRySQ_I931Php2knv9iaHVh7yc0GZeiYbkSI,22533
|
|
60
|
+
telnyx/resources/global_ip_allowed_ports.py,sha256=RsEwITcIoawjcblxjOGGjllsci3CBxGgLUatARG3S-0,5544
|
|
61
|
+
telnyx/resources/global_ip_assignment_health.py,sha256=Gx0qunKqMcECfb2pUv7Dz50202Tn7jZjoY7I5newhQA,7580
|
|
62
|
+
telnyx/resources/global_ip_assignments.py,sha256=6w95g2t643tAfODunogA20Ww_mzH20eVIkLAytDm1TA,20921
|
|
63
|
+
telnyx/resources/global_ip_assignments_usage.py,sha256=iU41UKONKHN-O6XvH_-48LfRXI5cVdCCSgrKoOXhD8A,7566
|
|
64
|
+
telnyx/resources/global_ip_health_check_types.py,sha256=GZUZ7gTOusYv8hASJEzdSF4PmeSzNxLriO5_ZTQoB_8,5751
|
|
65
|
+
telnyx/resources/global_ip_health_checks.py,sha256=__PAA7hM5DCEP19Zqlu568nruLGKBYlNq8-U73su4o4,17659
|
|
66
|
+
telnyx/resources/global_ip_latency.py,sha256=x649cwVtRJTG3xrzMMaxJewjxFy0zavaMWqunC8D7PY,6949
|
|
67
|
+
telnyx/resources/global_ip_protocols.py,sha256=ddQzXj1wsTGsG8lEWSYS2UQN_fL1y10dhJ1Udm8_fQE,5385
|
|
68
|
+
telnyx/resources/global_ip_usage.py,sha256=zpw6M5JpOcovGtEZL3Uhg7Jh6TNGxROncnVxwsF7tGY,6805
|
|
69
|
+
telnyx/resources/global_ips.py,sha256=YAZa4LWO5ZuQ2N4Nx8Di73K4vyGHIPDBcZZ6dWXOvBk,16283
|
|
70
|
+
telnyx/resources/inbound_channels.py,sha256=NnyTJkXx7gCzUzlZ_v4BQtL6Q5yUw60ImsTcKVPkUDo,9817
|
|
71
|
+
telnyx/resources/integration_secrets.py,sha256=HhwmSd058PpWHkW2V3tmmW1H8d9p6uSosqfDuJVeegQ,15615
|
|
72
|
+
telnyx/resources/inventory_coverage.py,sha256=ucRQVQ3O5-9T91aca7nImiTrET-0vdDMsReWRNVLuNE,7505
|
|
73
|
+
telnyx/resources/invoices.py,sha256=2ejAVJvZz7PS2JCSNq528y1aFjzcem_kCTHKL19kYrY,10487
|
|
74
|
+
telnyx/resources/ip_connections.py,sha256=7IcVMTYhCgsS0UW45W-kHZQdUBmXYUbVapVOLCJBAUg,40334
|
|
75
|
+
telnyx/resources/ips.py,sha256=154lrl31rzkJ2f1BgKlDJEhVuvdLt4tpvcbe2UwBoxM,20656
|
|
76
|
+
telnyx/resources/ledger_billing_group_reports.py,sha256=UVvbGQ9DmhKbCNcDYo7ujIGCAIKoaIlHEYO5caW4x-8,10675
|
|
77
|
+
telnyx/resources/list.py,sha256=ZGu-umIZbbuatV5jRdjEqhJESYq7U4e--IdXVtIwrGc,8302
|
|
78
|
+
telnyx/resources/media.py,sha256=-mC535aCFJ00ZHr_S6rcmnHI8YMsELEDMZv6uAPAKpE,26494
|
|
79
|
+
telnyx/resources/messaging_hosted_numbers.py,sha256=6AoXdK1rvBbNz0juhpazF6Y4PbaB86JL7dLXJ0AgoJU,6529
|
|
80
|
+
telnyx/resources/messaging_numbers_bulk_updates.py,sha256=jfIi2N11LhS-_A8mTnDh8kQ2iUGXpUn8NOgxixN9dRY,11597
|
|
81
|
+
telnyx/resources/messaging_optouts.py,sha256=GdqvinOpImr78-AgZnAe5XH4m_UGyD1MeZUL_v4rJJs,8467
|
|
82
|
+
telnyx/resources/messaging_url_domains.py,sha256=2Ji2v5tqS5bTUessdxQ_GDvVsVKP6gp2ERz3kiNTHeI,6960
|
|
83
|
+
telnyx/resources/messsages.py,sha256=M75RfPNqEIVrTzegWSjOHrzGbsvqDl6c4nr_XNMnU6Y,8083
|
|
84
|
+
telnyx/resources/mobile_network_operators.py,sha256=ftSF8KpNCIzdT4N3PMv-Tj2qNyheQa5CGj61NQdL1nY,8957
|
|
85
|
+
telnyx/resources/mobile_push_credentials.py,sha256=w67yb5na72PgoCaBwmM-iKQG9bZqOAukS5-Vrl99w9g,23086
|
|
86
|
+
telnyx/resources/network_coverage.py,sha256=IKY4sZoWShub4PVATjSETS6Ta0I7cdCsPAjS_qY6WkY,8155
|
|
87
|
+
telnyx/resources/notification_channels.py,sha256=1UvffzOb62hKbzV6m6LYpB8bHv4KtCRMF3UJx1bUTvc,23559
|
|
88
|
+
telnyx/resources/notification_event_conditions.py,sha256=ijuLgyT4SEIAeyIJD7PWxKZW_CxNUQML21oVyd_X9gc,8516
|
|
89
|
+
telnyx/resources/notification_events.py,sha256=DRRY5Bgcnf3bbQa4Qy41ZNz-KekZH67CAuYxybowiCU,6921
|
|
90
|
+
telnyx/resources/notification_profiles.py,sha256=AY551YPKyo9rCeD0CUZZLxYKuBMEKYoddO0HqV0UhDc,20240
|
|
91
|
+
telnyx/resources/notification_settings.py,sha256=9ugEtsaob09ChdneOmJKXaqvBPoQQd5K-9CUttQu0W0,19275
|
|
92
|
+
telnyx/resources/number_block_orders.py,sha256=1r-dSDGJS9g-etHJu9Lmx3pLMGfQFmlYmPW2IqJNL6E,15948
|
|
93
|
+
telnyx/resources/number_lookup.py,sha256=_rfXpdsRgZUr65KM3SXoVFXyTeA3p2yH9DfxFCPs8ic,7041
|
|
94
|
+
telnyx/resources/number_order_phone_numbers.py,sha256=7FxHZqE1yz02zQYPe7w0n9NyDIbRLx2S4NtVqz0uAEw,19830
|
|
95
|
+
telnyx/resources/number_orders.py,sha256=unHJ9eknV1DERM8FK65lba4Pd9Hja_rZrlrjuPglU8k,19934
|
|
96
|
+
telnyx/resources/numbers_features.py,sha256=1B0kqD2voGe1BlAuKHW0nakQIW7jkhdlZZufgsGpBL4,6496
|
|
97
|
+
telnyx/resources/ota_updates.py,sha256=WtY8r9GqW5zn538hfaV75o_R0VgHMi5VTpxGhxOH2CM,10298
|
|
98
|
+
telnyx/resources/outbound_voice_profiles.py,sha256=mpzjFz4QL2fo4ix4mgzDh_bBXJ8Mum0M7F1ZfU2I1JY,34649
|
|
99
|
+
telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
|
|
100
|
+
telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
|
|
101
|
+
telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
|
|
102
|
+
telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=YVTS_W0SGEVGyBTjEXHx-j_1nPYeNRPptdqIjlatTgY,8042
|
|
103
|
+
telnyx/resources/portability_checks.py,sha256=SNMtbheXGQanlQAZyDkYHsfmz0C66CHrMchS5hbnl80,6793
|
|
104
|
+
telnyx/resources/porting_phone_numbers.py,sha256=g9CkZKCzOghmBAjjgBYVKdtSy4Wa7oeW7OLaqb-MhGU,7674
|
|
105
|
+
telnyx/resources/private_wireless_gateways.py,sha256=YT5Pk5Si5_uRonCetbgpoveAXS1IYVy0REgvrfh56E4,20600
|
|
106
|
+
telnyx/resources/public_internet_gateways.py,sha256=ViG1pk7KacxQZxS8vjqiWCcuqwAy-c_nQ46C4jHZIYI,18304
|
|
107
|
+
telnyx/resources/recording_transcriptions.py,sha256=YF16HMQwLB9O3Pjd69t-6KD6rH87I-EPBDgqPi3Ucps,12724
|
|
108
|
+
telnyx/resources/regions.py,sha256=Wan4QiVvyq9ecWyr2O8-Dl022zYTw6S0U3zHmAPHf48,4963
|
|
109
|
+
telnyx/resources/regulatory_requirements.py,sha256=Ha3huc4u1Napee_4LLJ_04v9pZ-V7RiY8zsKr_2SKrQ,7493
|
|
110
|
+
telnyx/resources/requirement_groups.py,sha256=1mctlV_YF0BVfYJMiWxQBeNqdw4WdDwv0LqjoMzkKKE,24714
|
|
111
|
+
telnyx/resources/requirement_types.py,sha256=vpVwQ956ttN4VjUsLhZoC7pb9q7KO_aUF80q_fDEaF8,10797
|
|
112
|
+
telnyx/resources/requirements.py,sha256=MkXkO93aA35G9QKYgsGKSJgoOoYwU6UtecWS6kDKewg,11554
|
|
113
|
+
telnyx/resources/room_compositions.py,sha256=RrgXQDTI-9EDNXnn7UB6tvE87g5mlY9UssDOkOkm7tM,21054
|
|
114
|
+
telnyx/resources/room_participants.py,sha256=JbHcLvEIEUcTAjeBde1omiwhrLcu9vKDZvkj8Gj9-Xs,11428
|
|
115
|
+
telnyx/resources/room_recordings.py,sha256=1OGb_jq8-piZO0QkkiMRAsq4mWdiah_YtDTRnWHLNxI,19391
|
|
116
|
+
telnyx/resources/seti.py,sha256=XnS9rB8EVKjJ2sBVB7LYoMym7YFWhEn3jl2J1tc8vlg,6905
|
|
117
|
+
telnyx/resources/short_codes.py,sha256=OyPoxNInsowFYbAurniwOuTyG048M3uKh_xauNBHN18,13969
|
|
118
|
+
telnyx/resources/sim_card_data_usage_notifications.py,sha256=u_pHX_3RtIXJq7H3s4XOHnftovpR9BdDKH9kOoU-ero,23645
|
|
119
|
+
telnyx/resources/sim_card_order_preview.py,sha256=wxUQ8qPSDUhqLWrbj7n3pE5_d_ZXyt4aTF_ToMaQpBE,7302
|
|
120
|
+
telnyx/resources/sim_card_orders.py,sha256=uO2pWSd9ei2dIuGQYQMYx4Tl8SvvK0wBPimpqz-RAfk,14822
|
|
121
|
+
telnyx/resources/siprec_connectors.py,sha256=m5bvbOtlS_DtIrLaZXCOPMT6_cCxI-juslG3vl9ka1Q,18573
|
|
122
|
+
telnyx/resources/sub_number_orders.py,sha256=ONRowPczElMqNYkXynDTy5tZK2Wud44h66oWaVdrKvM,22839
|
|
123
|
+
telnyx/resources/sub_number_orders_report.py,sha256=ZzYP21kwHJYmgrlgnAqfXgvFMUSdJ8H6tpO7yI6XO44,15726
|
|
124
|
+
telnyx/resources/telephony_credentials.py,sha256=drtv_ygtCfWL_Ckh4oQAYPALlUApC3DbwKOwu1zvOgk,26344
|
|
125
|
+
telnyx/resources/texml_applications.py,sha256=1nvAwElRcyHPpiEMauFLqSlrwY99OJNjNlfXi2oPzMg,34482
|
|
126
|
+
telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZVQvcE,12476
|
|
127
|
+
telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
|
|
128
|
+
telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
|
|
129
|
+
telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
|
|
130
|
+
telnyx/resources/verify_profiles.py,sha256=_tk87oMi1fOmvY8QqgvHIniZK3y8TVqbjOp6Nxufu7s,25043
|
|
131
|
+
telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
|
|
132
|
+
telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
|
|
133
|
+
telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
|
|
132
134
|
telnyx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
|
|
133
|
-
telnyx/resources/wireguard_interfaces.py,sha256=
|
|
134
|
-
telnyx/resources/wireguard_peers.py,sha256=
|
|
135
|
-
telnyx/resources/wireless_blocklist_values.py,sha256=
|
|
136
|
-
telnyx/resources/wireless_blocklists.py,sha256=
|
|
135
|
+
telnyx/resources/wireguard_interfaces.py,sha256=wxfoFKlIQ4We6Zi9huXfN2Y_xAYZN5_IK6ziEGggM4I,18414
|
|
136
|
+
telnyx/resources/wireguard_peers.py,sha256=FefL6ivnxn6uq2vJY6hvzCzTm1wlqWiifc4D81QYSSE,24615
|
|
137
|
+
telnyx/resources/wireless_blocklist_values.py,sha256=uT-_XtdN7WLWGnB6woQp7OWqVNsS7S_KjQp2Yy5J3E0,7287
|
|
138
|
+
telnyx/resources/wireless_blocklists.py,sha256=qqtwm-PA2dh2qOOL-kin9sIfxJcI5cfhrEZNdZSRDsw,22754
|
|
137
139
|
telnyx/resources/actions/__init__.py,sha256=VN20oGg2PPDqNzueSMHE9Naa3YRB2FmdkXAAN_4bFIg,1517
|
|
138
140
|
telnyx/resources/actions/actions.py,sha256=vwopKPMSsjSTDKeSP0xEjAvI8pinCNbmKcUPKOBRqOQ,4828
|
|
139
|
-
telnyx/resources/actions/purchase.py,sha256=
|
|
140
|
-
telnyx/resources/actions/register.py,sha256=
|
|
141
|
+
telnyx/resources/actions/purchase.py,sha256=iaRrU3gGNod4JOsRIckHN8YrdvcSIyKtuZngzU5WFLM,9215
|
|
142
|
+
telnyx/resources/actions/register.py,sha256=CO2XVKneKsPPRH_W7d0BRHyg8XyMybgG6q2qhX9V3HY,8171
|
|
141
143
|
telnyx/resources/addresses/__init__.py,sha256=WzZO1-fZmX_-MJHYGQWkSL0Y-UdfQAOL2AHNC5a5Vdc,1054
|
|
142
|
-
telnyx/resources/addresses/actions.py,sha256=
|
|
143
|
-
telnyx/resources/addresses/addresses.py,sha256=
|
|
144
|
+
telnyx/resources/addresses/actions.py,sha256=Cq_AjvGER7JKqmTQmjoAIYv2TMOkKo96HvamCs0YsiI,12490
|
|
145
|
+
telnyx/resources/addresses/addresses.py,sha256=87tRjzsAauMnzRu6cjO2vcEaRHFZ0VXpt2408go5rsU,26400
|
|
144
146
|
telnyx/resources/ai/__init__.py,sha256=vRse5K6qkv7nfwqZETr-is6oSj88tp2hrbx1X6Xx7PM,3885
|
|
145
|
-
telnyx/resources/ai/ai.py,sha256=
|
|
146
|
-
telnyx/resources/ai/audio.py,sha256=
|
|
147
|
-
telnyx/resources/ai/chat.py,sha256=
|
|
148
|
-
telnyx/resources/ai/clusters.py,sha256=
|
|
147
|
+
telnyx/resources/ai/ai.py,sha256=b92dl8eskEa2xlq_STUdiLB2xOT0TmJaK914LrEIsC4,18009
|
|
148
|
+
telnyx/resources/ai/audio.py,sha256=4s-xiVp_wFBLDOfN5ZAxsnQbBdKgRhqjZHhfmN9YkCo,10485
|
|
149
|
+
telnyx/resources/ai/chat.py,sha256=_XX3x2FxTZVHBNYT-wg23xqRR9sAIjsmS_fEgb5mEL8,18414
|
|
150
|
+
telnyx/resources/ai/clusters.py,sha256=ysG8tYAcsl-vZxiQ4lt6Yxj9Oh6hYgZAD4fJVoSJrL0,23144
|
|
149
151
|
telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
|
|
150
|
-
telnyx/resources/ai/assistants/assistants.py,sha256=
|
|
151
|
-
telnyx/resources/ai/assistants/canary_deploys.py,sha256=
|
|
152
|
-
telnyx/resources/ai/assistants/scheduled_events.py,sha256=
|
|
153
|
-
telnyx/resources/ai/assistants/tools.py,sha256=
|
|
154
|
-
telnyx/resources/ai/assistants/versions.py,sha256=
|
|
152
|
+
telnyx/resources/ai/assistants/assistants.py,sha256=JRPCUov-qhSFGFXxEIP7PgXHRVSdwfkDzsPtJCZSVlM,56109
|
|
153
|
+
telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
|
|
154
|
+
telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
|
|
155
|
+
telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
|
|
156
|
+
telnyx/resources/ai/assistants/versions.py,sha256=7wn7059ZiOl85xnxfr_KJIBTHohYe7BBHaUwn4sX3pE,29048
|
|
155
157
|
telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
|
|
156
|
-
telnyx/resources/ai/assistants/tests/runs.py,sha256=
|
|
157
|
-
telnyx/resources/ai/assistants/tests/tests.py,sha256=
|
|
158
|
+
telnyx/resources/ai/assistants/tests/runs.py,sha256=qTKnqb_8xCpIlNaI3nakcz6I0m52sDR-xllQVNQOb6Y,14621
|
|
159
|
+
telnyx/resources/ai/assistants/tests/tests.py,sha256=dwrqw6FV0lZKtLDAkSLC8wh45zV5qOTXNxoN6_xwnCI,29714
|
|
158
160
|
telnyx/resources/ai/assistants/tests/test_suites/__init__.py,sha256=wTdI7qo8_d2SnlfmHLKyHgFyh7-OfkBfgVXt2FpT57Q,1029
|
|
159
|
-
telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=
|
|
160
|
-
telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=
|
|
161
|
+
telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=O6aG_E7HiMaZrBuqtl4GxNrmGXOraDxMJJs3NOJgKEo,11862
|
|
162
|
+
telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=Vj56vUukvEd6sV9j78d6N24MaeL4KaQAnqPXj4KjtUs,6341
|
|
161
163
|
telnyx/resources/ai/conversations/__init__.py,sha256=E0T0_VEZjLTBGAbDf9LZGPaAZCns8GrSTW6oXkPA_d4,2137
|
|
162
|
-
telnyx/resources/ai/conversations/conversations.py,sha256=
|
|
163
|
-
telnyx/resources/ai/conversations/insights.py,sha256=
|
|
164
|
-
telnyx/resources/ai/conversations/messages.py,sha256=
|
|
164
|
+
telnyx/resources/ai/conversations/conversations.py,sha256=K2rSlXQSeYG_FFIGDARaapZ3Si8Dh9gnHG3qEgFtIwE,33522
|
|
165
|
+
telnyx/resources/ai/conversations/insights.py,sha256=Was9S1yLcgLJJgSnrIcen70hjoUHI864QlcRqOXYC3U,20496
|
|
166
|
+
telnyx/resources/ai/conversations/messages.py,sha256=mF7XAkn5k8nWiFamRYRT3AIeb_zDC8puaJFLU1Su7WU,11499
|
|
165
167
|
telnyx/resources/ai/conversations/insight_groups/__init__.py,sha256=BECCfROCjeQXyebDMpckN8GnyXA8uwQfzBiZXMVgqjA,1120
|
|
166
|
-
telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=
|
|
167
|
-
telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=
|
|
168
|
+
telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=HVHQMadZkYXinrIKXCalkIeDCMXNFF6rrWJMbMISRs0,22303
|
|
169
|
+
telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=z4h5BDWnJwWL2PEkegexxB7DhfSpFWzloVGRI8sDfVs,10032
|
|
168
170
|
telnyx/resources/ai/embeddings/__init__.py,sha256=PSS3P26wVVgM4MjdKqw87xocgC3_jV1ohpUVQ2xeixM,1067
|
|
169
|
-
telnyx/resources/ai/embeddings/buckets.py,sha256=
|
|
170
|
-
telnyx/resources/ai/embeddings/embeddings.py,sha256=
|
|
171
|
+
telnyx/resources/ai/embeddings/buckets.py,sha256=ww4lcCrYZHdSqyuFF3lBUZ9C6gjxlYoEb36CexGRWUs,11519
|
|
172
|
+
telnyx/resources/ai/embeddings/embeddings.py,sha256=9iQMrL-8L0h0iSoE7oVPLn4FokfHYvzTXBauA9tCIQM,29213
|
|
171
173
|
telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4jqUsUDUi02rTbC4,1029
|
|
172
174
|
telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
|
|
173
|
-
telnyx/resources/ai/fine_tuning/jobs.py,sha256=
|
|
175
|
+
telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
|
|
174
176
|
telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
|
|
175
|
-
telnyx/resources/brand/brand.py,sha256=
|
|
176
|
-
telnyx/resources/brand/external_vetting.py,sha256=
|
|
177
|
+
telnyx/resources/brand/brand.py,sha256=XkS7mDGEZGaXp7tQjqWunugLEmIjJU5_uLP6mIEOkm8,49706
|
|
178
|
+
telnyx/resources/brand/external_vetting.py,sha256=IJ-T2y-gVSyql0tJafJTXzvepisywXK1Tmus741VS6o,15226
|
|
177
179
|
telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
|
|
178
|
-
telnyx/resources/bundle_pricing/billing_bundles.py,sha256=
|
|
180
|
+
telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-64OF_pUFnH9FhzW0EhVSfQ,11975
|
|
179
181
|
telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
|
|
180
|
-
telnyx/resources/bundle_pricing/user_bundles.py,sha256=
|
|
182
|
+
telnyx/resources/bundle_pricing/user_bundles.py,sha256=d44DFB_SSgXQcFceR3vY4wsQ8pukdATqWoSBoLUcYLA,28714
|
|
181
183
|
telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
|
|
182
|
-
telnyx/resources/calls/actions.py,sha256=
|
|
183
|
-
telnyx/resources/calls/calls.py,sha256=
|
|
184
|
+
telnyx/resources/calls/actions.py,sha256=Wb7h1tIpCgy28uSPvCu02SEPYVhRKipAP_7Y3GzTqLM,309122
|
|
185
|
+
telnyx/resources/calls/calls.py,sha256=q-vCVPob7VhzlyDVmkZScCxvbyqqHBGep3iJNwXr4Og,44057
|
|
184
186
|
telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
|
|
185
|
-
telnyx/resources/campaign/campaign.py,sha256=
|
|
186
|
-
telnyx/resources/campaign/osr.py,sha256=
|
|
187
|
-
telnyx/resources/campaign/usecase.py,sha256=
|
|
187
|
+
telnyx/resources/campaign/campaign.py,sha256=CDmsWo_1eAg9tIdAu9SwU-8xTusuxSU76o2V_mKuCiI,41458
|
|
188
|
+
telnyx/resources/campaign/osr.py,sha256=q-xqVNbfaDh73WYjcwNiPmQ9kUFO0lncRaAKcdIojkk,5764
|
|
189
|
+
telnyx/resources/campaign/usecase.py,sha256=ffkuYfHHU93B4LITRJJ8iyAfa_q30FH0KAHAhBSQ8Ic,6092
|
|
188
190
|
telnyx/resources/campaign_builder/__init__.py,sha256=mXUQxXn8C_VC9EfazTXR2Uby4-ZazQS7S4nhuNjWJ0Y,1107
|
|
189
|
-
telnyx/resources/campaign_builder/brand.py,sha256=
|
|
190
|
-
telnyx/resources/campaign_builder/campaign_builder.py,sha256=
|
|
191
|
+
telnyx/resources/campaign_builder/brand.py,sha256=4GJYN9amW4CvZ1_lsqOR8lrhNmxln3ctkF3DRHruoAw,6544
|
|
192
|
+
telnyx/resources/campaign_builder/campaign_builder.py,sha256=jkyNP-p9ff6Yecn9zyNzCGjjeTVZUzoXryT5NDTd7x8,22657
|
|
191
193
|
telnyx/resources/conferences/__init__.py,sha256=omYb2ssvce-OpSlKNGbIkXBaQFaE0PYSMV7Q-g9JRHg,1080
|
|
192
|
-
telnyx/resources/conferences/actions.py,sha256=
|
|
193
|
-
telnyx/resources/conferences/conferences.py,sha256=
|
|
194
|
+
telnyx/resources/conferences/actions.py,sha256=iEeMSLvrQqkMaH_bb_zrZbQMmmcxJ2V0Y2Kgh-5HqMA,85965
|
|
195
|
+
telnyx/resources/conferences/conferences.py,sha256=O547a3-ZxJavcjl8xxFlRPkiz1hJhXQYBeCXecjkalY,28078
|
|
194
196
|
telnyx/resources/credential_connections/__init__.py,sha256=81iT_jEVYsPVEtnMBmM75XlgI5D6u4-1p1a3Gl2j7D0,1211
|
|
195
|
-
telnyx/resources/credential_connections/actions.py,sha256=
|
|
196
|
-
telnyx/resources/credential_connections/credential_connections.py,sha256=
|
|
197
|
+
telnyx/resources/credential_connections/actions.py,sha256=kPIMpcPp8y5SpdBZ2bxjuT0QHXenvVds5qdtMqpWi1c,6583
|
|
198
|
+
telnyx/resources/credential_connections/credential_connections.py,sha256=R_kZnfrn8X1wPI-xLS6-Wk0hD43g-f1VwVRmJS4wJPA,46202
|
|
197
199
|
telnyx/resources/external_connections/__init__.py,sha256=Wh4TgdigAO9vIeadftwG3-pWOm4llfA1cDPdFBsb7mc,3261
|
|
198
|
-
telnyx/resources/external_connections/civic_addresses.py,sha256=
|
|
199
|
-
telnyx/resources/external_connections/external_connections.py,sha256=
|
|
200
|
-
telnyx/resources/external_connections/log_messages.py,sha256=
|
|
201
|
-
telnyx/resources/external_connections/phone_numbers.py,sha256=
|
|
202
|
-
telnyx/resources/external_connections/releases.py,sha256=
|
|
203
|
-
telnyx/resources/external_connections/uploads.py,sha256
|
|
200
|
+
telnyx/resources/external_connections/civic_addresses.py,sha256=lo1MmrRf466MloDpJpeox3BDXofp0vJ3ZvamCMu-lds,10745
|
|
201
|
+
telnyx/resources/external_connections/external_connections.py,sha256=UD0soU32mvBlMMoB-5rnQcengAd4bsQIModtv2Hsgpg,39083
|
|
202
|
+
telnyx/resources/external_connections/log_messages.py,sha256=g5GOTXjJqmwgUmgYYyoS_LS8LbySlk4OVamDVasYGlk,13920
|
|
203
|
+
telnyx/resources/external_connections/phone_numbers.py,sha256=ZlSl19IIKqv-fpmWpF4At88gZWfzScC1l_OT4ImNr_o,15647
|
|
204
|
+
telnyx/resources/external_connections/releases.py,sha256=0dpSetqokbexHVpZEq85kA8ilrl28wJXNHPkc_WlGro,11293
|
|
205
|
+
telnyx/resources/external_connections/uploads.py,sha256=K64QQfYfM2noQEljENTLpTgLrAOvAQLavZgf-Lr5fro,27143
|
|
204
206
|
telnyx/resources/faxes/__init__.py,sha256=De06LWWuy8Yzbul2Z-FrFA_cSwHPu1eaO-yU8OtefJ0,1002
|
|
205
|
-
telnyx/resources/faxes/actions.py,sha256=
|
|
206
|
-
telnyx/resources/faxes/faxes.py,sha256=
|
|
207
|
+
telnyx/resources/faxes/actions.py,sha256=4737CAhiFs6sR04p2nnwpM6chGz-jpBD9fB_gn1jt10,9122
|
|
208
|
+
telnyx/resources/faxes/faxes.py,sha256=fmyGOme2pFr1veRG0UwwM069cg4eyJv-Mu8i89WorOM,25333
|
|
207
209
|
telnyx/resources/managed_accounts/__init__.py,sha256=EoKq6ptLTh1aE0YVPAo39ZAUsU3lBxce13N1p3nmE8c,1133
|
|
208
|
-
telnyx/resources/managed_accounts/actions.py,sha256=
|
|
209
|
-
telnyx/resources/managed_accounts/managed_accounts.py,sha256=
|
|
210
|
+
telnyx/resources/managed_accounts/actions.py,sha256=0KVsfep-eYUlGkuVnjcQShOjkosvZuI5bjdr9R6iJ1Q,10582
|
|
211
|
+
telnyx/resources/managed_accounts/managed_accounts.py,sha256=ms-QLhiK4ZU13rSL6DohnMytmdRdQAHx0QEtVyYOcIw,33920
|
|
210
212
|
telnyx/resources/messages/__init__.py,sha256=MIdmEB4u5Q1BCJBI1SkBqDqOruL7it4EOhs49-mHXH8,989
|
|
211
|
-
telnyx/resources/messages/messages.py,sha256=
|
|
212
|
-
telnyx/resources/messages/rcs.py,sha256=
|
|
213
|
+
telnyx/resources/messages/messages.py,sha256=8eG6vy2tzi0O6hxugZY49EVmBle9WkZmlZaNz5lw654,56972
|
|
214
|
+
telnyx/resources/messages/rcs.py,sha256=oLO-u3Lh4Ua3MW4SJBXC9aKNAvA030oUC-ZujHbzkPQ,7240
|
|
213
215
|
telnyx/resources/messaging/__init__.py,sha256=LNf5b86iirmOWWMl2D7McVcCly7IIs0zumVmwgYXBvY,1002
|
|
214
216
|
telnyx/resources/messaging/messaging.py,sha256=G-4gKvfg60A-R1KjY5rPlqq702ZA7B0li_jDVEf6l3o,3628
|
|
215
217
|
telnyx/resources/messaging/rcs/__init__.py,sha256=cl0dbvKZcV2q5we4U_qKw7GbWl0JrlppiiafBusl5Yc,963
|
|
216
|
-
telnyx/resources/messaging/rcs/agents.py,sha256=
|
|
217
|
-
telnyx/resources/messaging/rcs/rcs.py,sha256=
|
|
218
|
+
telnyx/resources/messaging/rcs/agents.py,sha256=n2TFeHaPQL3HlYsFKnTb4mV4PMfvfy-Z4_7BjJPs14E,13483
|
|
219
|
+
telnyx/resources/messaging/rcs/rcs.py,sha256=RwIdn5EYFPT0kI2H_8GQHKiRh_pqZtVy4Jvv7MwRob4,15040
|
|
218
220
|
telnyx/resources/messaging_hosted_number_orders/__init__.py,sha256=KLUjxUfCFX2X4WQEZxydkTrmT_pOZWr4ViXnv_L4kAI,1291
|
|
219
|
-
telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=
|
|
220
|
-
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=
|
|
221
|
+
telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRlqTr2GHwoTGprBpkUV_mjvmpqTVNrM,8144
|
|
222
|
+
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
|
|
221
223
|
telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
|
|
222
|
-
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=
|
|
223
|
-
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=
|
|
224
|
+
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
|
|
225
|
+
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=tD0mGNkfh9D46_Y8tIP9ZWOZqo9xDHIXvaM2MDXkrf4,45567
|
|
224
226
|
telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
|
|
225
227
|
telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
|
|
226
228
|
telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
|
|
227
|
-
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=
|
|
229
|
+
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=fq2KuRrKSH9FNJ4Kv9jaAzQBMz0UOvWdvvrZ_iSIWaY,37091
|
|
228
230
|
telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
|
|
229
231
|
telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
|
|
230
|
-
telnyx/resources/networks/default_gateway.py,sha256=
|
|
231
|
-
telnyx/resources/networks/networks.py,sha256=
|
|
232
|
+
telnyx/resources/networks/default_gateway.py,sha256=a6PX1uKfEbH9G6KmYUpW87sdwUxBYfZZE0DPVseW0Yk,13030
|
|
233
|
+
telnyx/resources/networks/networks.py,sha256=Ww_SjJ6aj2l-Dl9lVPirJyLa-IOA0iq4LHZiZubtg8A,25161
|
|
232
234
|
telnyx/resources/number_reservations/__init__.py,sha256=2vUeYMc_LL6lIzkZu1Mc_iYTP5c1J3lRsuDa0fpVIGc,1172
|
|
233
|
-
telnyx/resources/number_reservations/actions.py,sha256=
|
|
234
|
-
telnyx/resources/number_reservations/number_reservations.py,sha256=
|
|
235
|
+
telnyx/resources/number_reservations/actions.py,sha256=ztBYKHeGvs_fgzS3PqHCoi_kZuU3bNmnnZ1nQ3XeJHg,6199
|
|
236
|
+
telnyx/resources/number_reservations/number_reservations.py,sha256=Pox8DTv2x-PaCWuoI6fdXxExDyMOF2lwrqwEx52mYls,16314
|
|
235
237
|
telnyx/resources/operator_connect/__init__.py,sha256=9JOS3qWSGx9l6uK1HtSrE7JU9fflOJjffilejGcMMQk,1133
|
|
236
|
-
telnyx/resources/operator_connect/actions.py,sha256
|
|
238
|
+
telnyx/resources/operator_connect/actions.py,sha256=Avd_oVNnGdtlN_X65OX5TvPjnjD3YfNQPEpjGeh-wzM,5808
|
|
237
239
|
telnyx/resources/operator_connect/operator_connect.py,sha256=EwCfCwVYecjzHmlSS7JdVJKgPwYg7T6I7bFJUnDmdrs,3972
|
|
238
240
|
telnyx/resources/payment/__init__.py,sha256=EzDOQYO-nGszQg5suN7-sNGiFFU95rgtsLlqBiQTVhw,1160
|
|
239
|
-
telnyx/resources/payment/auto_recharge_prefs.py,sha256=
|
|
241
|
+
telnyx/resources/payment/auto_recharge_prefs.py,sha256=Ve-AExpcofe14vwCQNO5FQUsUlIrc0TBf4AzsurlfKE,10638
|
|
240
242
|
telnyx/resources/payment/payment.py,sha256=jMVwQHMApiaMhg9mFfPjwCw-ISvR3stmomo3v_z7oS0,3980
|
|
241
243
|
telnyx/resources/phone_number_blocks/__init__.py,sha256=gX2I3LXif9roUAq8XFBNgSlHFv_Isko3yN5BN_TI5RY,1121
|
|
242
|
-
telnyx/resources/phone_number_blocks/jobs.py,sha256=
|
|
244
|
+
telnyx/resources/phone_number_blocks/jobs.py,sha256=fct7SZOHiUjEQ30E7o5QAWEMUilJwlJN9DRdQxNM8Ww,14651
|
|
243
245
|
telnyx/resources/phone_number_blocks/phone_number_blocks.py,sha256=qzcim3BsiBxAmlwBlw0euA7Rrtsa9nwfQqbt6Ch8AMA,3973
|
|
244
246
|
telnyx/resources/phone_numbers/__init__.py,sha256=EH9BdCk9pCSj-YAo3QzC4jZypbYDy2Rq3P2ubQ0btD0,3462
|
|
245
|
-
telnyx/resources/phone_numbers/actions.py,sha256=
|
|
246
|
-
telnyx/resources/phone_numbers/csv_downloads.py,sha256=
|
|
247
|
-
telnyx/resources/phone_numbers/jobs.py,sha256=
|
|
248
|
-
telnyx/resources/phone_numbers/messaging.py,sha256=
|
|
249
|
-
telnyx/resources/phone_numbers/phone_numbers.py,sha256=
|
|
250
|
-
telnyx/resources/phone_numbers/voice.py,sha256=
|
|
251
|
-
telnyx/resources/phone_numbers/voicemail.py,sha256=
|
|
247
|
+
telnyx/resources/phone_numbers/actions.py,sha256=OMEbIjrHsTnWzqjB2IoCx8FTDUv2I0hOqJkj6buwmNw,15761
|
|
248
|
+
telnyx/resources/phone_numbers/csv_downloads.py,sha256=BWkYDmnaFtYyfChl-UzLQzsVL-KADzN7MxXJsJxnSNs,14484
|
|
249
|
+
telnyx/resources/phone_numbers/jobs.py,sha256=c0_VdIdZ6eT7CtUYzXXWTDUW-_3XqxRpCCAHS5VRoKA,29116
|
|
250
|
+
telnyx/resources/phone_numbers/messaging.py,sha256=hhSPnzTkoaSIZtyqkVjdtO_PmZ0_pI2WzR03pCYmwDc,14870
|
|
251
|
+
telnyx/resources/phone_numbers/phone_numbers.py,sha256=uWCoQTaNkVAJdrh2STDUq8hC9moRuYqOtfHFZ9wdNkg,33853
|
|
252
|
+
telnyx/resources/phone_numbers/voice.py,sha256=xBPJmLXbwsBqvJDhPQRY1652jhtury_mX3VAO2nZZVo,19162
|
|
253
|
+
telnyx/resources/phone_numbers/voicemail.py,sha256=ywvdYgUW2frcUfO2SX6YyPe-8U093jJw_I_RbhQkyHM,14268
|
|
252
254
|
telnyx/resources/porting/__init__.py,sha256=RU_ehBaIwEgNLAD_M-atJPrJRuqlL2CeCoRozROpLTc,2072
|
|
253
|
-
telnyx/resources/porting/events.py,sha256=
|
|
254
|
-
telnyx/resources/porting/loa_configurations.py,sha256=
|
|
255
|
-
telnyx/resources/porting/porting.py,sha256=
|
|
256
|
-
telnyx/resources/porting/reports.py,sha256=
|
|
255
|
+
telnyx/resources/porting/events.py,sha256=X7U3JtFugzX7WDgQ-neArGO5ne48Ey-ccMjqx-hc0hM,13114
|
|
256
|
+
telnyx/resources/porting/loa_configurations.py,sha256=UqbWN4Jnh6FYLSEU4KwhOzpoF_GR9L5rjvHD1ApXq4w,31193
|
|
257
|
+
telnyx/resources/porting/porting.py,sha256=8MQKOoCLQjbInsVkSJCl884Vbip3Uzu0iSlPy0ryT9U,8715
|
|
258
|
+
telnyx/resources/porting/reports.py,sha256=gORoPeA-Hq-h7-hz8a4A70Ahq0JIMdZQ31OwYFhC8Qk,13955
|
|
257
259
|
telnyx/resources/porting_orders/__init__.py,sha256=GrrSKuKtG_bWUoIUjT3WCt2p_JeAIegF59K7f372eAU,6560
|
|
258
|
-
telnyx/resources/porting_orders/action_requirements.py,sha256=
|
|
259
|
-
telnyx/resources/porting_orders/actions.py,sha256=
|
|
260
|
-
telnyx/resources/porting_orders/activation_jobs.py,sha256=
|
|
261
|
-
telnyx/resources/porting_orders/additional_documents.py,sha256=
|
|
262
|
-
telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=
|
|
263
|
-
telnyx/resources/porting_orders/comments.py,sha256=
|
|
264
|
-
telnyx/resources/porting_orders/phone_number_blocks.py,sha256=
|
|
265
|
-
telnyx/resources/porting_orders/phone_number_configurations.py,sha256=
|
|
266
|
-
telnyx/resources/porting_orders/phone_number_extensions.py,sha256=
|
|
267
|
-
telnyx/resources/porting_orders/porting_orders.py,sha256=
|
|
268
|
-
telnyx/resources/porting_orders/verification_codes.py,sha256=
|
|
260
|
+
telnyx/resources/porting_orders/action_requirements.py,sha256=6e3clL-JmXXtHnKl2FlYmJgkjM8YdNhUGHqJ6EEN3L4,12934
|
|
261
|
+
telnyx/resources/porting_orders/actions.py,sha256=ccqeqBiOr0nCzYZUV4j4TNjuMvgInUJFCD_i1xBf5ts,16632
|
|
262
|
+
telnyx/resources/porting_orders/activation_jobs.py,sha256=tmxG_7AOhA1qhmuoAETwfOzwieOd7P1Yh5DJRcUYIs4,14881
|
|
263
|
+
telnyx/resources/porting_orders/additional_documents.py,sha256=g7gAx1Yj82XxapIBtDLrKLw6xT3pHlejrxf5y4G1PGs,15941
|
|
264
|
+
telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=rZfQtFkmqJjKsZPXukEn-t060zsVYt6Lod3mRWt4OPo,17423
|
|
265
|
+
telnyx/resources/porting_orders/comments.py,sha256=Laa0mkjS3_D9dZDlq9DdYDKtjaL7oIokeTICOyqY6Sc,10024
|
|
266
|
+
telnyx/resources/porting_orders/phone_number_blocks.py,sha256=SCRP4gkUvNd27vWjKbnifD7-nPtgVw3KmghdKNxI54o,16983
|
|
267
|
+
telnyx/resources/porting_orders/phone_number_configurations.py,sha256=M6HKR5AksqObihyKgJxZduXYKa4ObW2EEx7tPuYTWtE,12463
|
|
268
|
+
telnyx/resources/porting_orders/phone_number_extensions.py,sha256=2_N11R140E3gEzTmhlJYcCTIOIhHCRV12uPfPE7i95k,17609
|
|
269
|
+
telnyx/resources/porting_orders/porting_orders.py,sha256=Uh87_DMZiJIaVy8qGmYZ1G8SYJxnt2sWoPXEmiENx7U,61515
|
|
270
|
+
telnyx/resources/porting_orders/verification_codes.py,sha256=j-Z0M0xDcVVgpmV9QdNHbJbZnmadrnG9M0AniOMy66I,16069
|
|
269
271
|
telnyx/resources/portouts/__init__.py,sha256=mX6do8iVPgKT6DoJ2fZRgCX1q4ENrqf1L3MFYGzGlW8,2587
|
|
270
|
-
telnyx/resources/portouts/comments.py,sha256=
|
|
271
|
-
telnyx/resources/portouts/events.py,sha256
|
|
272
|
-
telnyx/resources/portouts/portouts.py,sha256=
|
|
273
|
-
telnyx/resources/portouts/reports.py,sha256=
|
|
274
|
-
telnyx/resources/portouts/supporting_documents.py,sha256=
|
|
272
|
+
telnyx/resources/portouts/comments.py,sha256=7mWCjK7U5mjP47E6UC7Tc_7xknZCrSWZ65HvAVLjep0,9429
|
|
273
|
+
telnyx/resources/portouts/events.py,sha256=-cFXR0vKfB5sCP8it4nvd3nLGYNRgF2xpMjALW2A13g,13097
|
|
274
|
+
telnyx/resources/portouts/portouts.py,sha256=L3gaSdDNNymGVaASHpKqLbfzC3EOZ3WrmJYkuLuviaw,24252
|
|
275
|
+
telnyx/resources/portouts/reports.py,sha256=_bviLVJk9DC7nKCEFgHgwrM8K2r18GF820g-DkSTzwY,13927
|
|
276
|
+
telnyx/resources/portouts/supporting_documents.py,sha256=PLqlETSjM1W-4PvUV54sg8h8nZdcwtYODXWwcmVUBxs,10408
|
|
275
277
|
telnyx/resources/queues/__init__.py,sha256=imHzIAoSCvwhKbR_NdPVytFiu9a8xmjGKTDzvj78c6o,989
|
|
276
|
-
telnyx/resources/queues/calls.py,sha256=
|
|
277
|
-
telnyx/resources/queues/queues.py,sha256=
|
|
278
|
+
telnyx/resources/queues/calls.py,sha256=A33wkOC6WU1cC7Xm25OtIpOPxA7Rv4kART_K5jepP7s,10158
|
|
279
|
+
telnyx/resources/queues/queues.py,sha256=zm_7gMojxayn6OiHYGezvrkBs_MYv3CPtWycG62QvwQ,6937
|
|
278
280
|
telnyx/resources/recordings/__init__.py,sha256=QKXCeJ_NDUEkDXQtFJigJNZ58I1T-VHo0vj_CwuOQXg,1067
|
|
279
|
-
telnyx/resources/recordings/actions.py,sha256=
|
|
280
|
-
telnyx/resources/recordings/recordings.py,sha256=
|
|
281
|
+
telnyx/resources/recordings/actions.py,sha256=RuRlHxaoDeZqH5efWFE8t-74abCMGdixbcEwEKpURIo,6154
|
|
282
|
+
telnyx/resources/recordings/recordings.py,sha256=GCNVxO2-hl6yFj4XSF5LD26LZR_FcNGpfaiUhDKMlMk,14881
|
|
281
283
|
telnyx/resources/reports/__init__.py,sha256=qk_1dlPxez7lw7AgoInNUZJ7Ri9eGaZSN3_x_2uhBpE,1703
|
|
282
|
-
telnyx/resources/reports/cdr_usage_reports.py,sha256=
|
|
283
|
-
telnyx/resources/reports/mdr_usage_reports.py,sha256=
|
|
284
|
-
telnyx/resources/reports/reports.py,sha256=
|
|
284
|
+
telnyx/resources/reports/cdr_usage_reports.py,sha256=n8f0FGM2yUJkuE1AlUzRKQ89kgtilyqrMoxUsElqVfo,8471
|
|
285
|
+
telnyx/resources/reports/mdr_usage_reports.py,sha256=GllNbFrMnz3s0b-rgaLTnPKIIeJmGjhJkyC9cg9SoaE,22298
|
|
286
|
+
telnyx/resources/reports/reports.py,sha256=9DZlyYmFEH9-GdhkPJts875EL5Xsw6wHXF4aXWk-Q5s,17866
|
|
285
287
|
telnyx/resources/rooms/__init__.py,sha256=pL7YR_3rov5JGbgBFxD31YLNVy5zakXtiiPLjWi5etQ,1478
|
|
286
|
-
telnyx/resources/rooms/actions.py,sha256=
|
|
287
|
-
telnyx/resources/rooms/rooms.py,sha256=
|
|
288
|
+
telnyx/resources/rooms/actions.py,sha256=ySpBg1sCH5CqV9G9BuyZo2lRNrrSxE7_CeR3Ci50N5o,13062
|
|
289
|
+
telnyx/resources/rooms/rooms.py,sha256=q9Sh-5oWMg8ue2MT7nAWqVZOIScLO_cjdJLaQSmKdJQ,28998
|
|
288
290
|
telnyx/resources/rooms/sessions/__init__.py,sha256=InwPlCDvPCZdMFhpTN9kX7mJ9lfci6uhAFvoh7OQOdE,1041
|
|
289
|
-
telnyx/resources/rooms/sessions/actions.py,sha256=
|
|
290
|
-
telnyx/resources/rooms/sessions/sessions.py,sha256=
|
|
291
|
+
telnyx/resources/rooms/sessions/actions.py,sha256=7OgJYM_4z-w5_ix_A3dxano3PP2MuxTuElMa8E8WFng,19323
|
|
292
|
+
telnyx/resources/rooms/sessions/sessions.py,sha256=IYb8Ih1iIrJBjWLroNq5Gx4qCdwulSjzV8sEhIQ1DqM,24137
|
|
291
293
|
telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55AEGrBsf_iMuPrQMo,1108
|
|
292
|
-
telnyx/resources/sim_card_groups/actions.py,sha256=
|
|
293
|
-
telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=
|
|
294
|
+
telnyx/resources/sim_card_groups/actions.py,sha256=bW1L-Cgy5b-BGu7XEABdaQDeWwz1ofq2_4XM0gTAfjE,28775
|
|
295
|
+
telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=wZZuGGY856DPZB7QeO8dCCdtOAzPyufQTnj8_wgagLY,24315
|
|
294
296
|
telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
|
|
295
|
-
telnyx/resources/sim_cards/actions.py,sha256=
|
|
296
|
-
telnyx/resources/sim_cards/sim_cards.py,sha256=
|
|
297
|
+
telnyx/resources/sim_cards/actions.py,sha256=0dXwiNiQ0GntaeXT_1IjYAXDqHk3V1WQTE6_TJTdp1k,39568
|
|
298
|
+
telnyx/resources/sim_cards/sim_cards.py,sha256=rqj8U_5580SXQUMtSqqmpPtwnUlkO4TA0YC6HyFG5Ac,39198
|
|
297
299
|
telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
|
|
298
|
-
telnyx/resources/storage/migration_sources.py,sha256=
|
|
299
|
-
telnyx/resources/storage/storage.py,sha256=
|
|
300
|
+
telnyx/resources/storage/migration_sources.py,sha256=89zPfiIU_UpBl7SZseSJA81L0NeOOyrTLM6YDmnqhCk,16388
|
|
301
|
+
telnyx/resources/storage/storage.py,sha256=hD0xYJ0c-CYQaPeJshX6yZTcjEcYnxInWMbDbWOBvLE,9060
|
|
300
302
|
telnyx/resources/storage/buckets/__init__.py,sha256=1st_6HXl1iC6YNXbGA5epZGQVzxmpcldZPXC_xnqURY,1557
|
|
301
|
-
telnyx/resources/storage/buckets/buckets.py,sha256=
|
|
302
|
-
telnyx/resources/storage/buckets/ssl_certificate.py,sha256=
|
|
303
|
-
telnyx/resources/storage/buckets/usage.py,sha256=
|
|
303
|
+
telnyx/resources/storage/buckets/buckets.py,sha256=Kvymi8Z5I30pi-7b9Q_mCkYejAjXfCq2oaEPejZhmkg,10204
|
|
304
|
+
telnyx/resources/storage/buckets/ssl_certificate.py,sha256=Ry733DVAsapgP9uitNFLKzWKDuyMU63qsYcTQ5Sns3g,14966
|
|
305
|
+
telnyx/resources/storage/buckets/usage.py,sha256=9NZrSA22oYRK-mcatVQEjnpKEQzW2fouLhwpgvP8XQQ,10378
|
|
304
306
|
telnyx/resources/storage/migrations/__init__.py,sha256=MmnevL7UJev8foZQT6wPWRXxoCWO0PvV5cvQCmN0ysY,1067
|
|
305
|
-
telnyx/resources/storage/migrations/actions.py,sha256=
|
|
306
|
-
telnyx/resources/storage/migrations/migrations.py,sha256=
|
|
307
|
+
telnyx/resources/storage/migrations/actions.py,sha256=LxgP4DEdRzb6Q9sDdVCU68F8vBgfPs_r6fpzZYD2tG0,5842
|
|
308
|
+
telnyx/resources/storage/migrations/migrations.py,sha256=OgsyXLFApzFePnvMWdqY3F6oM-9YbjPRdEMY7cSNW5E,14081
|
|
307
309
|
telnyx/resources/texml/__init__.py,sha256=W52xEhzyxU1VKNSUgiobUcQo_525qK01WZIXFPHBAcM,1452
|
|
308
|
-
telnyx/resources/texml/calls.py,sha256=
|
|
309
|
-
telnyx/resources/texml/texml.py,sha256=
|
|
310
|
+
telnyx/resources/texml/calls.py,sha256=GRfZS7ERL7fa3HngUmB156_RY423-GviuErjPYaYoTk,29616
|
|
311
|
+
telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Svek,9406
|
|
310
312
|
telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
|
|
311
|
-
telnyx/resources/texml/accounts/accounts.py,sha256=
|
|
313
|
+
telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
|
|
312
314
|
telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
|
|
313
|
-
telnyx/resources/texml/accounts/calls/calls.py,sha256=
|
|
314
|
-
telnyx/resources/texml/accounts/calls/recordings.py,sha256=
|
|
315
|
-
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=
|
|
316
|
-
telnyx/resources/texml/accounts/calls/siprec.py,sha256=
|
|
317
|
-
telnyx/resources/texml/accounts/calls/streams.py,sha256=
|
|
315
|
+
telnyx/resources/texml/accounts/calls/calls.py,sha256=7z3JdeLpPdBlhAHDhz5Tx20-hldAvkjgcposUg548jM,61863
|
|
316
|
+
telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
|
|
317
|
+
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
|
|
318
|
+
telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
|
|
319
|
+
telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
|
|
318
320
|
telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
|
|
319
|
-
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=
|
|
320
|
-
telnyx/resources/texml/accounts/conferences/participants.py,sha256=
|
|
321
|
+
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
|
|
322
|
+
telnyx/resources/texml/accounts/conferences/participants.py,sha256=VDe-bZUIVk6ZOYkMIQeg1p0UaN8gFI6V4WqdgQGXBWE,54635
|
|
321
323
|
telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
|
|
322
|
-
telnyx/resources/texml/accounts/recordings/json.py,sha256=
|
|
324
|
+
telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
|
|
323
325
|
telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
|
|
324
326
|
telnyx/resources/texml/accounts/transcriptions/__init__.py,sha256=kK93xbvNfgmvFbNBx8hFhBUaN8MjMV_lqXwwSxkFFyw,1080
|
|
325
|
-
telnyx/resources/texml/accounts/transcriptions/json.py,sha256=
|
|
327
|
+
telnyx/resources/texml/accounts/transcriptions/json.py,sha256=aNZ8Xs2DL4eOkY_SbmXWv9bR9sCoYofIFyy9jp2deBY,11140
|
|
326
328
|
telnyx/resources/texml/accounts/transcriptions/transcriptions.py,sha256=f-muckAP2-ICXQca61pLidbAClp50Ib6wlSy_LmTB0I,3837
|
|
327
329
|
telnyx/resources/verifications/__init__.py,sha256=0d5jEBzFbPYP_BkSJYXPUq4e49Qs8gANqMwl3lbzLKk,1649
|
|
328
|
-
telnyx/resources/verifications/actions.py,sha256=
|
|
329
|
-
telnyx/resources/verifications/verifications.py,sha256=
|
|
330
|
+
telnyx/resources/verifications/actions.py,sha256=_D0F6ED2ttzU6T68ySJ9OOcrNcUn3WE52xLYaSwbrk0,7354
|
|
331
|
+
telnyx/resources/verifications/verifications.py,sha256=47d0VNbng3lgTmd_lqtmlAKSL1y5Oo7YhI7hH8thW9E,21955
|
|
330
332
|
telnyx/resources/verifications/by_phone_number/__init__.py,sha256=XBZbrhLQcba0yXsna85uuKsyUktgarFS8J0NZo8wwjY,1108
|
|
331
|
-
telnyx/resources/verifications/by_phone_number/actions.py,sha256=
|
|
332
|
-
telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=
|
|
333
|
+
telnyx/resources/verifications/by_phone_number/actions.py,sha256=JjjT0W5JweJ_apG7dpUHNPc6RBawK0OEOk0snphoRL4,7249
|
|
334
|
+
telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=dBdozSkMvC5R2eVSPDi29gInS_6_weAazZL_d7uKKx8,7503
|
|
333
335
|
telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
|
|
334
|
-
telnyx/resources/verified_numbers/actions.py,sha256=
|
|
335
|
-
telnyx/resources/verified_numbers/verified_numbers.py,sha256=
|
|
336
|
+
telnyx/resources/verified_numbers/actions.py,sha256=spwbZ3MpLRCfBYL9Iqs96_vxUWkeVk1J6Tqtd3c5EmI,6896
|
|
337
|
+
telnyx/resources/verified_numbers/verified_numbers.py,sha256=T6kljG-9NBr9Q0Q1jGHn4pkCLU_b-avX1wzAu5KrYo0,18158
|
|
336
338
|
telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
|
|
337
|
-
telnyx/resources/wireless/detail_records_reports.py,sha256=
|
|
338
|
-
telnyx/resources/wireless/wireless.py,sha256=
|
|
339
|
-
telnyx/types/__init__.py,sha256=
|
|
339
|
+
telnyx/resources/wireless/detail_records_reports.py,sha256=y6UEeAZVH4Wx8ddjiLNtWWQmxZ4XC25t9U8a8oX4o4M,17922
|
|
340
|
+
telnyx/resources/wireless/wireless.py,sha256=YFhowq4mQXRL0dPhHoMWIit_zZTaXWkh1uje13Zpng0,8176
|
|
341
|
+
telnyx/types/__init__.py,sha256=hyTU05fB_aKPVhAAiA9WGNnl9RTGvl9Lu4MVxHTeDps,96788
|
|
340
342
|
telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
|
|
341
343
|
telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
|
|
342
344
|
telnyx/types/access_ip_address_list_response.py,sha256=WFYBcqjSoC6c4rf9V6zGWkcB0_UG9DnMQwF5ic17MdY,475
|
|
@@ -413,11 +415,11 @@ telnyx/types/call_control_application_list_response.py,sha256=AOBOEXvdRwuSY2z9zJ
|
|
|
413
415
|
telnyx/types/call_control_application_outbound.py,sha256=PPW35t8bB8zke8sxebSFQ3sjD5PrP3ctHXEml4d_eg4,533
|
|
414
416
|
telnyx/types/call_control_application_outbound_param.py,sha256=aFlCWDtRvjHmF-cu92F7GPPlc5YNdaV3HGG-31gZA_4,537
|
|
415
417
|
telnyx/types/call_control_application_retrieve_response.py,sha256=LZNhV1G4eL-y9FGl2lSmWOJPjoIPrm9SHgy5y9kPpsY,372
|
|
416
|
-
telnyx/types/call_control_application_update_params.py,sha256=
|
|
418
|
+
telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94cq6oMz3kj1HsyEnrq-M0wZ3NI,2575
|
|
417
419
|
telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
|
|
418
420
|
telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
|
|
419
421
|
telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
|
|
420
|
-
telnyx/types/call_dial_params.py,sha256=
|
|
422
|
+
telnyx/types/call_dial_params.py,sha256=F3_JLaoztlW6Y7JID2c-_n63VLExcvfpuZEDqVFA1CU,15934
|
|
421
423
|
telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
|
|
422
424
|
telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
|
|
423
425
|
telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
|
|
@@ -450,7 +452,7 @@ telnyx/types/call_speak_started_webhook_event.py,sha256=KV-PmcBXfjpgN2dipo7bw3WY
|
|
|
450
452
|
telnyx/types/call_streaming_failed_webhook_event.py,sha256=eZCpBdpu5KbnoiPJWUTavNTAOLsx-hj2UfqKBgaHAX0,2372
|
|
451
453
|
telnyx/types/call_streaming_started_webhook_event.py,sha256=vArPX8v-u_zd2t0zw2KIIwBJDVrmrQ1cesRAfEeGCs0,1704
|
|
452
454
|
telnyx/types/call_streaming_stopped_webhook_event.py,sha256=Z6HAuFGntPtjK-QDBjxr25tHhiCtIgiZTd4nZql6ohs,1704
|
|
453
|
-
telnyx/types/campaign_builder_create_params.py,sha256=
|
|
455
|
+
telnyx/types/campaign_builder_create_params.py,sha256=x6nciEyJJ8Clb35ehZK8riVuKwCHLO-m8vC5cPvKp0w,5350
|
|
454
456
|
telnyx/types/campaign_builder_create_response.py,sha256=7XT_yPFVsHoPKbp6WhQ2d72VkwSaFjGRAssGmUl5Kg4,326
|
|
455
457
|
telnyx/types/campaign_deactivate_response.py,sha256=tcSCvd-cx3hFz66VdwxOqtbxOFBwJGne_pO5WQWKND0,327
|
|
456
458
|
telnyx/types/campaign_get_mno_metadata_response.py,sha256=oeFWRjTI1wZgMJPMpA0p19T1T5vNBur3Mbxw7tfqeq8,943
|
|
@@ -516,16 +518,16 @@ telnyx/types/country_coverage_retrieve_country_response.py,sha256=Rvm7fZieuqZ7O8
|
|
|
516
518
|
telnyx/types/country_coverage_retrieve_response.py,sha256=pKBy-Olrgoo2xa_dBEL6n0Ua76xga1MqbOhdAJ0tyMk,1646
|
|
517
519
|
telnyx/types/create_verification_response.py,sha256=rX9zZedL3IEWPprSVtUIH9x46WtrWr15NHzVf0HjP0Y,270
|
|
518
520
|
telnyx/types/credential_connection.py,sha256=GeXlH70_5fz_WIvtd19WZAustX7UFh11B23KRWh3WXg,4240
|
|
519
|
-
telnyx/types/credential_connection_create_params.py,sha256
|
|
521
|
+
telnyx/types/credential_connection_create_params.py,sha256=aW1FO6YRTPuolyfWiIyzV45zQvSL3Oy6L22DQ1_koJQ,4083
|
|
520
522
|
telnyx/types/credential_connection_create_response.py,sha256=HaLQCfoH9S_SWp4CN3a7iWH5qzpvsTVSlmWI4u1uJtY,357
|
|
521
523
|
telnyx/types/credential_connection_delete_response.py,sha256=2Xje5fhwim_w38O4CoUcW8XQ9nGMZ1UQwkRJURRZieQ,357
|
|
522
524
|
telnyx/types/credential_connection_list_params.py,sha256=rudBU9mwv0QYiKjbQxKKUK47L58WyPYHTX_CzRonfPY,2161
|
|
523
525
|
telnyx/types/credential_connection_list_response.py,sha256=G55ndBy2iBEPrBLTxl52QtkXduMbf6tu3JC8g3ReB2g,493
|
|
524
526
|
telnyx/types/credential_connection_retrieve_response.py,sha256=F8tZfuw3NpA4LZmeukQJxUs7qiqYhVosPRfriwbUB1E,361
|
|
525
|
-
telnyx/types/credential_connection_update_params.py,sha256=
|
|
527
|
+
telnyx/types/credential_connection_update_params.py,sha256=0_txG7f3Y5vDrhePHgYxVDTS7r1Zht1ti9ymppvYzOs,3899
|
|
526
528
|
telnyx/types/credential_connection_update_response.py,sha256=_qvEDRgAq0SAV6bqe7UmRJ1POkfKpuTzy73FIx7wHRs,357
|
|
527
529
|
telnyx/types/credential_inbound.py,sha256=rGgNkFyWhrTf8gH9AoRl8HMo6Ws8Rs6I83s3GZd2uvI,2151
|
|
528
|
-
telnyx/types/credential_inbound_param.py,sha256=
|
|
530
|
+
telnyx/types/credential_inbound_param.py,sha256=cbqs3D0KU7a4Jf2NQvnvvRsk7bEebtprXDUgoqBYVNI,2014
|
|
529
531
|
telnyx/types/credential_outbound.py,sha256=mC46QkajdRoTsmx_cwL8mMK0A68D2MahguaTutvDRTQ,2352
|
|
530
532
|
telnyx/types/credential_outbound_param.py,sha256=_IFnpqeGKijVZIWO2xcqiyvhJiMOVRUrRJ0uWlcTeEI,2232
|
|
531
533
|
telnyx/types/custom_sip_header.py,sha256=ajrLT111FDNiJFWAt5InCCa9SxSiIla1JQUZlxYzVTQ,292
|
|
@@ -539,14 +541,14 @@ telnyx/types/custom_storage_credential_update_response.py,sha256=MWUXGCiAJR9XoXu
|
|
|
539
541
|
telnyx/types/customer_service_record.py,sha256=fstB_3ugxrwGxNWhtcc2F8A7L0f69NVogpKZdESq5hM,2620
|
|
540
542
|
telnyx/types/customer_service_record_create_params.py,sha256=u1GLJ-FMsG9gU4MtHD-dGuEosUD_P4snYZYrg2LSajQ,1330
|
|
541
543
|
telnyx/types/customer_service_record_create_response.py,sha256=evFtX8yJ_FXEjEo0DMtp2ptVrU_5yjZ0ArgvtT1p3Tg,363
|
|
542
|
-
telnyx/types/customer_service_record_list_params.py,sha256=
|
|
544
|
+
telnyx/types/customer_service_record_list_params.py,sha256=G1mgRKJijJjEh1xNaeHSjhB0aJw-BI58bSusGcctM9E,2478
|
|
543
545
|
telnyx/types/customer_service_record_list_response.py,sha256=j83mROt0KQ45us3Lj6lBZSLEZPKGDAJzmdNpKEBIZ74,458
|
|
544
546
|
telnyx/types/customer_service_record_retrieve_response.py,sha256=07_PV2iPF3H8LLaOfDJ8MugnJ9vKcj7jrnlShE4_er0,367
|
|
545
547
|
telnyx/types/customer_service_record_status_changed_webhook_event.py,sha256=VkR9KhEgWXU5Ad_TantPJ_Q2gBIxJFg8B83JOE_PduY,1655
|
|
546
|
-
telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=
|
|
548
|
+
telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=BjQhJJYzvef09G8vJEbEzwVVDjFfOXf3eWLguZ18ktM,462
|
|
547
549
|
telnyx/types/customer_service_record_verify_phone_number_coverage_response.py,sha256=jQirZgkVJG40Rm6pmbAcef7aq0QYVTwZov3Q-CDulaM,1388
|
|
548
550
|
telnyx/types/delivery_update_webhook_event.py,sha256=s5ull5rIhYLD58VD6sDVGnORFYY2K23acxDslvg-FeA,1153
|
|
549
|
-
telnyx/types/detail_record_list_params.py,sha256=
|
|
551
|
+
telnyx/types/detail_record_list_params.py,sha256=CZfIS8k2ug0DjDivcQ79c_VQaez1zBX7rTZz7Sp6uO0,2062
|
|
550
552
|
telnyx/types/detail_record_list_response.py,sha256=hQAQ6iyIpgjtj6zxoP8o9XxjAKXP8kNM0ONvOJrq4x8,13823
|
|
551
553
|
telnyx/types/dialogflow_config_param.py,sha256=_b-DntBBdjqtmojDCUsFdsZkUpSC8fk7GHjf7vAi_SA,441
|
|
552
554
|
telnyx/types/dialogflow_connection_create_params.py,sha256=QByCPUPRM1qxN2Ax6vWwW-KDDqzNP40wXfWkCENlfjo,880
|
|
@@ -559,7 +561,7 @@ telnyx/types/document_delete_response.py,sha256=kKs1qRGn8G_X5i-i8ktv1zZkWk44BSFm
|
|
|
559
561
|
telnyx/types/document_generate_download_link_response.py,sha256=tAX-ZsAO8p5Xgs7Pq3rRYQ_bdTbYCyb0U7MB1w6TjOM,353
|
|
560
562
|
telnyx/types/document_link_list_params.py,sha256=HyoeYzCPaJAOaygTEflL6wJWg1Ux2Icn_QUDAalsHkM,928
|
|
561
563
|
telnyx/types/document_link_list_response.py,sha256=cEV3Bx6g2_uxpU1469ODamMLoYpErA4U5KCj_lt7qoQ,1049
|
|
562
|
-
telnyx/types/document_list_params.py,sha256=
|
|
564
|
+
telnyx/types/document_list_params.py,sha256=VY84ZirQ4mFe7Er6VZkcEby1uPU8g1keL90J6L1T_w0,2112
|
|
563
565
|
telnyx/types/document_list_response.py,sha256=-_gLD3b7x0UT6kfHZ4Z05xEKdpfHEd5fND0yzckJK64,423
|
|
564
566
|
telnyx/types/document_retrieve_response.py,sha256=22mTiLGxPa_ClgA0K0wQ_utozd_FffrM3m1XJtNkGcM,332
|
|
565
567
|
telnyx/types/document_update_params.py,sha256=-pdFL8Ra8mn8accOvApZTnu5bVky0hZJlsBIQs4JMK8,399
|
|
@@ -586,7 +588,7 @@ telnyx/types/entity_type.py,sha256=2RX5p8I9whwAMHQw4sNAfSXNKLkuttpImMhnCQB626g,2
|
|
|
586
588
|
telnyx/types/enum_retrieve_response.py,sha256=EPO8dAJkZET6eGZTnvPIYJQ38IibTi9xwTohAHc2Hec,277
|
|
587
589
|
telnyx/types/error.py,sha256=5RSz0fIaw5K7STV45FKlqeTPJZVqRKWSaZIOwddmO4o,574
|
|
588
590
|
telnyx/types/external_connection.py,sha256=HJ6xD76XN4sROHafTteQtTIwy41mEb0d_HMvzDR-908,2375
|
|
589
|
-
telnyx/types/external_connection_create_params.py,sha256=
|
|
591
|
+
telnyx/types/external_connection_create_params.py,sha256=b6XusXMG7LbsaH-oDBfRGRiHMuy3IE8I_qKov48SVz8,1696
|
|
590
592
|
telnyx/types/external_connection_create_response.py,sha256=lFrIZXYzVmlcXuHraptL6k7NweJ_Asc2X3frkd8d5cc,347
|
|
591
593
|
telnyx/types/external_connection_delete_response.py,sha256=NIwCN0v4HN8HSvuXX8cz0Q2ivZToytjkIFJJkR4DtUo,347
|
|
592
594
|
telnyx/types/external_connection_list_params.py,sha256=twU-4P8nXQOVSj9Vz2TrXoVapGXjN275hTGeuSz-dQU,2045
|
|
@@ -594,18 +596,18 @@ telnyx/types/external_connection_list_response.py,sha256=lYVM0wV1XsFMPCMtu07ZO1D
|
|
|
594
596
|
telnyx/types/external_connection_retrieve_response.py,sha256=3HPHLm-6jYFjuUXBMh2EHOHsw9l6IOBx9M6zYzdmA0k,351
|
|
595
597
|
telnyx/types/external_connection_update_location_params.py,sha256=8O3ON2HU6YwIDjPVh2CDKeY57sZigslt--9qlgOiT5o,441
|
|
596
598
|
telnyx/types/external_connection_update_location_response.py,sha256=4cGAnY_WFqai4nRUocd3Pxj_UEE_zxhxIYi5IiUYchE,480
|
|
597
|
-
telnyx/types/external_connection_update_params.py,sha256=
|
|
599
|
+
telnyx/types/external_connection_update_params.py,sha256=Ok1Oe9c2rEqpMvxIn11KxsWrdP30ljJXy-mNKiMOY2Y,1579
|
|
598
600
|
telnyx/types/external_connection_update_response.py,sha256=2p8qkkiRVv2SLPVPEI89kj8SVM0EZkrhbvkWGIyLcqc,347
|
|
599
601
|
telnyx/types/external_voice_integrations_pagination_meta.py,sha256=pZLFD1IGt4WoDaMnjYPgsGnQ8rwrug63KFo6RAddK-U,418
|
|
600
602
|
telnyx/types/fax.py,sha256=7ETX6rzk1-OI6EDY46etLm2-0NgIx5ygGenEHWSVMVA,3220
|
|
601
603
|
telnyx/types/fax_application.py,sha256=8Pw6o5WK0n-7DyvWcdbJhxWSwvtcnjNb1gILk6A7FIA,3239
|
|
602
|
-
telnyx/types/fax_application_create_params.py,sha256=
|
|
604
|
+
telnyx/types/fax_application_create_params.py,sha256=ZFae8rRfxxy60Yp9JFImvs1azGmB6Dv4lM-A5E9Q0cA,2781
|
|
603
605
|
telnyx/types/fax_application_create_response.py,sha256=CxbkkI6uYzWW_aCz35u5AcB7TF4Nbi6aFdItA_1ERnc,327
|
|
604
606
|
telnyx/types/fax_application_delete_response.py,sha256=Ev09kcStaWFde1CodwFyiVUCvqBzpUriMvnp-fOishc,327
|
|
605
607
|
telnyx/types/fax_application_list_params.py,sha256=uw6Dms_0MZSGPGF8C1m2EmM-CPAgNDsdE_CUbgRozQY,1917
|
|
606
608
|
telnyx/types/fax_application_list_response.py,sha256=kj6wc0kO72zuCtpUf2cTI8d-nAKsmgR8GigNrTMuB5I,422
|
|
607
609
|
telnyx/types/fax_application_retrieve_response.py,sha256=lr7XQMsYEB6TVZiStkztnmjTP6I3YCRE4KT_PP9xlUw,331
|
|
608
|
-
telnyx/types/fax_application_update_params.py,sha256=
|
|
610
|
+
telnyx/types/fax_application_update_params.py,sha256=UsOhYCf2WQl4395xro9fihRuJvDaftYt0jnFAfTadSk,2959
|
|
609
611
|
telnyx/types/fax_application_update_response.py,sha256=g4jaE6eD4PVDapMuFXEYRVAx-Il1shPKWXG9Y5AONEA,327
|
|
610
612
|
telnyx/types/fax_create_params.py,sha256=5dWNYJET4yIF_8qeYYgguXtNs0w6nxvur2YD1yVr2qA,2594
|
|
611
613
|
telnyx/types/fax_create_response.py,sha256=0LiA8SFITw3My107KPfJEJ5wjgvcy1PIsw9Wi2vXmRQ,271
|
|
@@ -619,13 +621,13 @@ telnyx/types/fax_retrieve_response.py,sha256=HNHPttDOk7sI5qRTJki653d_c_-CqrD_5Sz
|
|
|
619
621
|
telnyx/types/fax_sending_started_webhook_event.py,sha256=p9xk7UnQxxuzxfIA9W80r5sQbhHK9zEdb1YPohMB49Q,1878
|
|
620
622
|
telnyx/types/fqdn.py,sha256=UG2PjoDPWpQw6sVEIPo5wWxa8eLjyHeSr1TZsJtwssk,1158
|
|
621
623
|
telnyx/types/fqdn_connection.py,sha256=HsEtVrgYN_oTeUavZKp51Idl-zS46_O5RgU2chTQSRk,5153
|
|
622
|
-
telnyx/types/fqdn_connection_create_params.py,sha256=
|
|
624
|
+
telnyx/types/fqdn_connection_create_params.py,sha256=bMFr8gxwpzlWGruxnM590u07sQxrwU4J3D0bHQ584V0,3589
|
|
623
625
|
telnyx/types/fqdn_connection_create_response.py,sha256=jBQQSBgHiebHAM-88QRkQ6MRxKoZzCOfZ4MzmYIqM4g,327
|
|
624
626
|
telnyx/types/fqdn_connection_delete_response.py,sha256=1Ob9iRfPP_y6M-yIqyTL9p9Y8Zq48tPZiOPs_3ekGt0,327
|
|
625
627
|
telnyx/types/fqdn_connection_list_params.py,sha256=9CjHsQPHVBAZB1dLlD_CYDghiaUTc03RBE2ikFc0c1I,2149
|
|
626
628
|
telnyx/types/fqdn_connection_list_response.py,sha256=YAwOc7hDFPCr2q6jPJfFWyqGN6tukYG54fiKCLew_MU,463
|
|
627
629
|
telnyx/types/fqdn_connection_retrieve_response.py,sha256=Q0a_AMV86r7sjBDniH_Pzcs8TYrovJ1I0MsF9YX7U20,331
|
|
628
|
-
telnyx/types/fqdn_connection_update_params.py,sha256=
|
|
630
|
+
telnyx/types/fqdn_connection_update_params.py,sha256=x0hGIkTyeX9dwmw1vYdGjo2vv3tzfrkSn0a7LgVHUB8,3361
|
|
629
631
|
telnyx/types/fqdn_connection_update_response.py,sha256=qkWV8k2V94-3h-pvpExAFfKm5z2mS0CzzsJDsBy5qGs,327
|
|
630
632
|
telnyx/types/fqdn_create_params.py,sha256=XlsZOd3vpMA2g8_9KCEfirxoVeE6yzZS3obXWXpWNec,846
|
|
631
633
|
telnyx/types/fqdn_create_response.py,sha256=iYpL_OO1SHpy-kptK_UU-obsFXaMKZ2JI5dSaJDFVo0,276
|
|
@@ -663,7 +665,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
|
|
|
663
665
|
telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
|
|
664
666
|
telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
|
|
665
667
|
telnyx/types/global_ip_latency_retrieve_params.py,sha256=kq-h9uZDA5Orqf3Uf-CofKRDQea2HKWyKr91pO4mUZo,894
|
|
666
|
-
telnyx/types/global_ip_latency_retrieve_response.py,sha256=
|
|
668
|
+
telnyx/types/global_ip_latency_retrieve_response.py,sha256=s0ZPrSqjuEsqp5EbUBXwKhRqrU3ELCPJRwbNbWZfL4o,3621
|
|
667
669
|
telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
|
|
668
670
|
telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
|
|
669
671
|
telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
|
|
@@ -674,9 +676,9 @@ telnyx/types/inbound_channel_list_response.py,sha256=NK3YJPL41tz9KbklLQVElsPkhO6
|
|
|
674
676
|
telnyx/types/inbound_channel_update_params.py,sha256=H4tTrypo5U5VNFBVcUd0HQUzoDhXiu3pm4sXvn767OI,367
|
|
675
677
|
telnyx/types/inbound_channel_update_response.py,sha256=7yNLrDclWAmzICqurOzKVeu20Du8kLvRl_R1NmzFCsI,479
|
|
676
678
|
telnyx/types/inbound_fqdn.py,sha256=gRTjhor3JBPGjVB9JDRD8ulsTn3v5Z-UydzmR9fuvoI,4078
|
|
677
|
-
telnyx/types/inbound_fqdn_param.py,sha256=
|
|
679
|
+
telnyx/types/inbound_fqdn_param.py,sha256=gLRAwVYISGgI1vE6RhyJomKFwUfnuOMnAQNpw9QWnoc,3910
|
|
678
680
|
telnyx/types/inbound_ip.py,sha256=GOJSmMdUMrBddHa1TSlhJvAK_XR0uYOPVYlkaU6MnFA,4134
|
|
679
|
-
telnyx/types/inbound_ip_param.py,sha256=
|
|
681
|
+
telnyx/types/inbound_ip_param.py,sha256=KNam6F3fJX_b7sOUlQiEA7NVRQtVmHSBjkzFyJ3zt4o,3878
|
|
680
682
|
telnyx/types/inbound_message_webhook_event.py,sha256=qJlY4h4dELGTwUQJoqPoIp8VEFaWENE9bPVcVPFNKEc,6520
|
|
681
683
|
telnyx/types/integration_secret.py,sha256=iod7QJKV0aqvMJHDjKJyAe4PYmQfAjCWGBTOutYjkfA,373
|
|
682
684
|
telnyx/types/integration_secret_create_params.py,sha256=DoWwA0bhSj6SIljRMN7iv3ZNmQN_npNO-JOf6q-ldgc,790
|
|
@@ -693,13 +695,13 @@ telnyx/types/invoice_retrieve_params.py,sha256=bfpM2eDVXM0T7FGt46Prd8TnaU7h8Ur18
|
|
|
693
695
|
telnyx/types/invoice_retrieve_response.py,sha256=Shvm4JL41ccxAdnnmdz1nHY-pLcVgYz7bzYBcYaqBGc,646
|
|
694
696
|
telnyx/types/ip.py,sha256=RSwRfygR4d-_EgI-FgFEsW_b2BfZJ19R7mocu5Jjcbg,859
|
|
695
697
|
telnyx/types/ip_connection.py,sha256=TmHW6Zx3libvIs2H6cXm9s0uL3oQdvag0dfcSjdAHQs,3509
|
|
696
|
-
telnyx/types/ip_connection_create_params.py,sha256=
|
|
698
|
+
telnyx/types/ip_connection_create_params.py,sha256=IFXHB15YgLR9aF2lOEivLqPFT0Rixwlz95V7NRKRb_I,6098
|
|
697
699
|
telnyx/types/ip_connection_create_response.py,sha256=QUqCPTWkTH0Mb2wZGBn1MlX5Uf7AG5D8EVkhiyz5NNU,317
|
|
698
700
|
telnyx/types/ip_connection_delete_response.py,sha256=5PQmnKYa4l-cSFfWwRx_NnU4ZM7RE6CqcmI87xTKd_8,317
|
|
699
701
|
telnyx/types/ip_connection_list_params.py,sha256=rHxnQu0RyiAOnheVlGw9Z9s80ojquzS-R8gRnAzz0VI,2145
|
|
700
702
|
telnyx/types/ip_connection_list_response.py,sha256=4WHzuYlF1LZJ6i5GM_ma2tj3xfctXT6lH7HjXgo1Bn0,453
|
|
701
703
|
telnyx/types/ip_connection_retrieve_response.py,sha256=n-CUM-CzVIHyVPIerlCR7gK2Vyf5f2dpmzZx5gy9bPs,321
|
|
702
|
-
telnyx/types/ip_connection_update_params.py,sha256=
|
|
704
|
+
telnyx/types/ip_connection_update_params.py,sha256=4D5aCJB718ZUjMwCj2caTCofXdeTTwsaAPIkx-EApxs,3197
|
|
703
705
|
telnyx/types/ip_connection_update_response.py,sha256=EN-GukpeJY9sZlP6tX1ZCaZNbifFeW44cbvAAdli_BA,317
|
|
704
706
|
telnyx/types/ip_create_params.py,sha256=1i8FqhZM-eQ0H41fL59wa4dtxNi7tExbPlDiQ4D-fag,493
|
|
705
707
|
telnyx/types/ip_create_response.py,sha256=Uckq1_DTTr1xE0naoQRFVqDYj3axzWEDETGOjrIt1bs,266
|
|
@@ -729,7 +731,7 @@ telnyx/types/managed_account_update_global_channel_limit_params.py,sha256=TXdwH7
|
|
|
729
731
|
telnyx/types/managed_account_update_global_channel_limit_response.py,sha256=yw6c18DyLx70jDg28QhVPMz6pqUVH2f2CwfjxOOTVyg,994
|
|
730
732
|
telnyx/types/managed_account_update_params.py,sha256=7S53YiXUCIFcIQ1n1cOBBOHCHuEDzqlFIHzLl2KZllo,636
|
|
731
733
|
telnyx/types/managed_account_update_response.py,sha256=V0hwiXhj3IwJ_bVXo0rS3p9pthUVK6aYIxnOgNzKwKo,327
|
|
732
|
-
telnyx/types/media_list_params.py,sha256=
|
|
734
|
+
telnyx/types/media_list_params.py,sha256=3MBr_ni4SHg6HVjrOE96QKzwePg1tsgMNjAwtT01d8M,539
|
|
733
735
|
telnyx/types/media_list_response.py,sha256=xlII4oP9nnLdewf_PCStHsfsBrSuNMCf0wGCw53zh_s,401
|
|
734
736
|
telnyx/types/media_resource.py,sha256=J8TFAIHrrk7EM1vlnGqA8lfdxJnOS-oGXJ7iTECUS6s,725
|
|
735
737
|
telnyx/types/media_retrieve_response.py,sha256=R70S76qDgbrCM0vacFsqAlzKVQHm6wgpsBvCYdYLCsI,310
|
|
@@ -739,25 +741,25 @@ telnyx/types/media_upload_params.py,sha256=tZtcDr8yKHxzDTxaUyUNFASpXhx1RT4GqR83b
|
|
|
739
741
|
telnyx/types/media_upload_response.py,sha256=zPcJCT1pR2MihfA6LKQj33Z0jGZeR3_C9eATOXpnhyY,306
|
|
740
742
|
telnyx/types/message_cancel_scheduled_response.py,sha256=yW-f1v_b5j7LBcnaEkgeoGiPb-gbyhez4lVb2n_X1-Y,5542
|
|
741
743
|
telnyx/types/message_retrieve_response.py,sha256=Hqi1sZb9_pMkTseo8T73n_olHp4YTnZC6LVa8zK8F7Q,6568
|
|
742
|
-
telnyx/types/message_schedule_params.py,sha256=
|
|
744
|
+
telnyx/types/message_schedule_params.py,sha256=3cohq9Oq5CU2SeH9zVsDZjsxrKVaMJxN74c8Ig8zoHM,2215
|
|
743
745
|
telnyx/types/message_schedule_response.py,sha256=HSI2fpWK9PI7YN-S5gBJBjs559TfO4ioNh7X5a-0BQo,342
|
|
744
|
-
telnyx/types/message_send_group_mms_params.py,sha256=
|
|
746
|
+
telnyx/types/message_send_group_mms_params.py,sha256=gmkfCITBzjZdDQQJpvqdN6SvdvnjVvH2BdfBg-XWdpU,1372
|
|
745
747
|
telnyx/types/message_send_group_mms_response.py,sha256=M8mg3UWUZwetaO70N8ZQTst3W4uwXRDrfwmXFGy5ZEM,350
|
|
746
|
-
telnyx/types/message_send_long_code_params.py,sha256=
|
|
748
|
+
telnyx/types/message_send_long_code_params.py,sha256=4cf7PK_jvbVig3fwn5-hmDNOEIz2tTphFTjRRWEjXfo,1681
|
|
747
749
|
telnyx/types/message_send_long_code_response.py,sha256=CPseOgGFF5XlwnATqm97uTxn-hlVxWu79P3KFu38kuI,350
|
|
748
|
-
telnyx/types/message_send_number_pool_params.py,sha256=
|
|
750
|
+
telnyx/types/message_send_number_pool_params.py,sha256=gG_AnE4b8-44VqvOpT9EOewcNKYJqaGv09ZhYEFAkzs,1601
|
|
749
751
|
telnyx/types/message_send_number_pool_response.py,sha256=ODsjmL4YVLWXA2-v7JB15Va8-CaHBPpahueEsFsWEN0,354
|
|
750
|
-
telnyx/types/message_send_params.py,sha256
|
|
752
|
+
telnyx/types/message_send_params.py,sha256=6Pwx0Eco0MDZ4ypedLUFMpBkMmmVzJiUVuleS7ww5UU,2213
|
|
751
753
|
telnyx/types/message_send_response.py,sha256=VNa37bL5N0Qt3B20cRTALoHph6u1G3dCKoW22j-ml5k,334
|
|
752
|
-
telnyx/types/message_send_short_code_params.py,sha256=
|
|
754
|
+
telnyx/types/message_send_short_code_params.py,sha256=BuoMtCtyl2wXGEZRlhZYMaQaXtKGvcykmPnsbdu4EmE,1683
|
|
753
755
|
telnyx/types/message_send_short_code_response.py,sha256=0OXWKYMyPdTTOWoOy_Da9jCe6uxP8lTyF3BSHGSzmHU,352
|
|
754
756
|
telnyx/types/messaging_error.py,sha256=EeXUDByRpKqwPefeMwsqJVB4__yLLW9pm9fnB4NxnCo,575
|
|
755
757
|
telnyx/types/messaging_hosted_number_delete_response.py,sha256=CVOIUTUYoNAauR5_qR9Z5wHKZlC-Kd6dloNaEh10-pw,386
|
|
756
|
-
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=
|
|
758
|
+
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=fo_oC19th-_0hpglEeu0IsFLzNIeL7PnlSNyFkwLIPo,458
|
|
757
759
|
telnyx/types/messaging_hosted_number_order_check_eligibility_response.py,sha256=4H-sjzqm8_JfUf3TUfSB5BzHQqnpykg71qahr0JYpK8,1439
|
|
758
|
-
telnyx/types/messaging_hosted_number_order_create_params.py,sha256=
|
|
760
|
+
telnyx/types/messaging_hosted_number_order_create_params.py,sha256=soUDXTlGPMnwyZZ2TXHxI-hCvHCEau9M6Czfe_Zls3Q,571
|
|
759
761
|
telnyx/types/messaging_hosted_number_order_create_response.py,sha256=mUc-UMRn97djZdMZQmgnRA_9IWdb3NHFo1SvmuZVHbs,396
|
|
760
|
-
telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=
|
|
762
|
+
telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=UbfVaLDg2JHefWOpUEqYVsBngcNUuKNmQE3GQtgGLhs,500
|
|
761
763
|
telnyx/types/messaging_hosted_number_order_create_verification_codes_response.py,sha256=3zHtH-TX1HcYKSuQijpiiCK_YEuUbv6gyp4L8w8d-fk,1085
|
|
762
764
|
telnyx/types/messaging_hosted_number_order_delete_response.py,sha256=BdbxdizK_SWxkQ6Wff_KpU2-EupgRI8OSzZXtDNgNFY,396
|
|
763
765
|
telnyx/types/messaging_hosted_number_order_list_params.py,sha256=LLNeISOHCaBAVyRU3XieFDKnZs77K5iU6eAjU_kchDg,547
|
|
@@ -765,13 +767,13 @@ telnyx/types/messaging_hosted_number_order_list_response.py,sha256=21cPhWjJ6oXk2
|
|
|
765
767
|
telnyx/types/messaging_hosted_number_order_retrieve_response.py,sha256=S_p6TlC3KNtYxW1xJlaXBit_PR1aFo-P-IOMZoTH0Ig,400
|
|
766
768
|
telnyx/types/messaging_hosted_number_order_validate_codes_params.py,sha256=bKs_pD6TKWx57yrJTtSUdbU1-xWbZNH440DwmyvcH3A,529
|
|
767
769
|
telnyx/types/messaging_hosted_number_order_validate_codes_response.py,sha256=aRGN-DpMdazJachszQq5xDkYurgp4i5gZsPQJF2E86o,590
|
|
768
|
-
telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=
|
|
770
|
+
telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=w4OkuLRh7oh71yd9O7EjBtlUe1MltMwEIbyfpJeEsoo,768
|
|
769
771
|
telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeAT3VwzyyH0QIwX8V0m8mp_J9vxs3vhWdQ,844
|
|
770
772
|
telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
|
|
771
773
|
telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
|
|
772
774
|
telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
|
|
773
775
|
telnyx/types/messaging_profile.py,sha256=GP751keUEwvqbCkB2G7DmSlrX55m2xB_cdWICx6HxJ4,3429
|
|
774
|
-
telnyx/types/messaging_profile_create_params.py,sha256=
|
|
776
|
+
telnyx/types/messaging_profile_create_params.py,sha256=5OaDimDt7alF7JTSHRhfAEDNi2owq9jv_rpIUAzLQEE,2865
|
|
775
777
|
telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
|
|
776
778
|
telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
|
|
777
779
|
telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
|
|
@@ -781,11 +783,11 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
|
|
|
781
783
|
telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
|
|
782
784
|
telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
|
|
783
785
|
telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
|
|
784
|
-
telnyx/types/messaging_profile_update_params.py,sha256=
|
|
786
|
+
telnyx/types/messaging_profile_update_params.py,sha256=Ojfb-Z4qIwwiHzD_ozzWdUkANL8do03Uk38q50YjwME,2995
|
|
785
787
|
telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
|
|
786
788
|
telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
|
|
787
789
|
telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
|
|
788
|
-
telnyx/types/messsage_rcs_params.py,sha256=
|
|
790
|
+
telnyx/types/messsage_rcs_params.py,sha256=1HQUiysSDjrjL1lchjZN0_os7231TgXbJ6auZ8oLJ_0,1459
|
|
789
791
|
telnyx/types/messsage_rcs_response.py,sha256=8W5ZQHOEMzLDIYqA3XZD6g2E7-ngOMsBGYOXSsEyZx4,1245
|
|
790
792
|
telnyx/types/mobile_network_operator_list_params.py,sha256=GafRtCJ927VGDgXgPaQ2oNpTh6rU-Xa2bqiL4jMnbyg,1504
|
|
791
793
|
telnyx/types/mobile_network_operator_list_response.py,sha256=uZ2kMU3-zAjCFEPxLDwKiXFnakX9zcP8nGpYnyBezdo,1789
|
|
@@ -867,26 +869,26 @@ telnyx/types/number_reservation_create_response.py,sha256=1qUbizDelchE47cM7K3p6D
|
|
|
867
869
|
telnyx/types/number_reservation_list_params.py,sha256=gT6Vib1kXeqpK3KRLx66a-HZDFr5ndOvnMQLRLIXLA0,1455
|
|
868
870
|
telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBfWQZ3kY51lHEO8jPC1HI,437
|
|
869
871
|
telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
|
|
870
|
-
telnyx/types/numbers_feature_create_params.py,sha256=
|
|
872
|
+
telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
|
|
871
873
|
telnyx/types/numbers_feature_create_response.py,sha256=4p7DBbd4HzNmumwal8ozpOjOPI0o9aaZvNZ3v63RW7Y,365
|
|
872
874
|
telnyx/types/ota_update_list_params.py,sha256=ZD8dqS8kn7nt3ltxPy-NzYTnMiImZBJeyJM-vMhz_y0,1016
|
|
873
875
|
telnyx/types/ota_update_list_response.py,sha256=sl7b11aO8Lh7zqbbowc9lxJ1QpTBifyipIZKJ6m4aGI,1145
|
|
874
876
|
telnyx/types/ota_update_retrieve_response.py,sha256=L3TXeJdR8lr3V9GUlLlYvZxqoL1iFaNlQDIj8nCkmHQ,2358
|
|
875
877
|
telnyx/types/outbound_call_recording.py,sha256=Oi7cpfC6_RSVeIt9cGMe16fv80wip8TeWWJ3PfTbGOM,1020
|
|
876
|
-
telnyx/types/outbound_call_recording_param.py,sha256=
|
|
878
|
+
telnyx/types/outbound_call_recording_param.py,sha256=WHjGLWQ6yGOnzwwMRCF8LbaxnCaYwxgfMN9JrhYsdYQ,1002
|
|
877
879
|
telnyx/types/outbound_fqdn.py,sha256=RW1cscBSwJN4qyaTzZBRwxIDW5Ca70C6bStZSsNFbe4,3022
|
|
878
880
|
telnyx/types/outbound_fqdn_param.py,sha256=mobTVWB81k1DxKLByzd_WwwPqIgcUC8W18WWi2lcARw,2811
|
|
879
881
|
telnyx/types/outbound_ip.py,sha256=j1SaTTVU3p5TUyiK6-3yRcaAEobgMI3pAmZC_IP4cXE,2573
|
|
880
882
|
telnyx/types/outbound_ip_param.py,sha256=KyjUlQNEOHs4r9uUw4WRUgfrmM-91ed5IyICuxOFFM8,2402
|
|
881
883
|
telnyx/types/outbound_message_payload.py,sha256=NZqKQ6LlI9Iytn_NpVy_dFPdAchyoOkTI4171FYxnAM,5476
|
|
882
884
|
telnyx/types/outbound_voice_profile.py,sha256=pFYvaW838wJvuEEHxFj0F21bH-QgGfazo1rv-yr9vS8,2701
|
|
883
|
-
telnyx/types/outbound_voice_profile_create_params.py,sha256=
|
|
885
|
+
telnyx/types/outbound_voice_profile_create_params.py,sha256=EAIvFOUKvmtAvhL_5xhlh3PyrFrNzKa0MgUx_rvzsso,2173
|
|
884
886
|
telnyx/types/outbound_voice_profile_create_response.py,sha256=0nh5001-5Gj2vAv5Tp8Y84gz1Ako8SJrVrxHB_L5rp4,358
|
|
885
887
|
telnyx/types/outbound_voice_profile_delete_response.py,sha256=0z_bamv9ZIwA53u7aAVfEj7pX1UH40zLeRsRJu5K-54,358
|
|
886
888
|
telnyx/types/outbound_voice_profile_list_params.py,sha256=GAFzFtLpJvxEY39BOHdYtnUW4347mXJGBYD8e65sgg8,1697
|
|
887
889
|
telnyx/types/outbound_voice_profile_list_response.py,sha256=VG6cUGRlLsnDazOrcgyKI8812efr_mgqcWOk9goW3bg,453
|
|
888
890
|
telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAgaTEElW526zTd4D6_5zPK8VP-V1Ko,362
|
|
889
|
-
telnyx/types/outbound_voice_profile_update_params.py,sha256=
|
|
891
|
+
telnyx/types/outbound_voice_profile_update_params.py,sha256=4LL1OkNeMcDQSa9U8V1kMrDG94qCHTufv2i2BuX81UI,2173
|
|
890
892
|
telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
|
|
891
893
|
telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
|
|
892
894
|
telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
|
|
@@ -908,21 +910,21 @@ telnyx/types/phone_number_campaign_list_response.py,sha256=rEhkg2Ge9HUi79PRaF8Sj
|
|
|
908
910
|
telnyx/types/phone_number_campaign_update_params.py,sha256=UPFD0w1Tl7v_1otFvPA0oCgrQ0lEcQUvV40crvqW9qU,641
|
|
909
911
|
telnyx/types/phone_number_delete_response.py,sha256=sunjrC12GXt8aaMfPY_jXUnW9ZsngBbPtnKsFl47PxY,3741
|
|
910
912
|
telnyx/types/phone_number_detailed.py,sha256=UeQHN8WsOn-jLmgPvRpfqL5M9TIX9VHMsTWhi42DqEM,5103
|
|
911
|
-
telnyx/types/phone_number_list_params.py,sha256=
|
|
913
|
+
telnyx/types/phone_number_list_params.py,sha256=lC3xv-pVmf-H2u3hGuU1uh4FOsJm4msVuN_wiWs_qiQ,3922
|
|
912
914
|
telnyx/types/phone_number_list_response.py,sha256=1CpTovSXDGaY6fV2kydhlb7S0bkjvAMSWNq1SmxnC-Q,432
|
|
913
915
|
telnyx/types/phone_number_retrieve_response.py,sha256=4-PnbHooOOehtlvixbyN3BPg43mRfa4_46oDDqPt2Os,341
|
|
914
|
-
telnyx/types/phone_number_slim_list_params.py,sha256=
|
|
916
|
+
telnyx/types/phone_number_slim_list_params.py,sha256=APu7BkOe4jGJSXQpvApveEF5uvP-tRekzy-X4hgaTEI,4330
|
|
915
917
|
telnyx/types/phone_number_slim_list_response.py,sha256=jBgptkdSSjUK-EOIcptt-qNn0twAmxxeto5DjwiHHoU,4556
|
|
916
|
-
telnyx/types/phone_number_update_params.py,sha256=
|
|
918
|
+
telnyx/types/phone_number_update_params.py,sha256=R5Pg2M8Nb8kGMJNATJSEWgCVEg8-z2UQC6wyN5xOWCI,1099
|
|
917
919
|
telnyx/types/phone_number_update_response.py,sha256=EAkMZOjG2ZS0YDIVNgjgv21Ih67wbktES2S7lm9tzgw,337
|
|
918
920
|
telnyx/types/phone_numbers_regulatory_requirement_retrieve_params.py,sha256=agABXgYQ-WVsTSxim_Po4fKGlBPvuJJTrzYu9P-gqFc,551
|
|
919
921
|
telnyx/types/phone_numbers_regulatory_requirement_retrieve_response.py,sha256=Dbhuyieyz_2LdvPinfGHyWK1ybZe3aE9XJIqqnofdMg,1490
|
|
920
|
-
telnyx/types/portability_check_run_params.py,sha256=
|
|
922
|
+
telnyx/types/portability_check_run_params.py,sha256=0mGHrFlvbcbhQR4tjos08kX6e7EgewMBcJFwHjqgkYc,417
|
|
921
923
|
telnyx/types/portability_check_run_response.py,sha256=_y2ZkWfs0E32q6AbNdSw6NjEiqRgrwkPfhQSp6kpE24,869
|
|
922
924
|
telnyx/types/porting_list_uk_carriers_response.py,sha256=nmz5ttx9Vj2K41BLNyz_0oF0Vkf6RGhHaiC8KRsTT50,1052
|
|
923
925
|
telnyx/types/porting_order.py,sha256=3FV6apMlWBIBhhsVneCvpD4DV-LQzqwEDQj2n8Ag-oM,3643
|
|
924
926
|
telnyx/types/porting_order_activation_settings.py,sha256=hWNxerN8xlXdV_vDXyF8R4xqoIyu05RxNol3R9F4Gog,1087
|
|
925
|
-
telnyx/types/porting_order_create_params.py,sha256=
|
|
927
|
+
telnyx/types/porting_order_create_params.py,sha256=4G1IBWXzAUNuHDw2reCFJHTrXdEL4QrZLxPVtz-fgHM,521
|
|
926
928
|
telnyx/types/porting_order_create_response.py,sha256=rHUZqnEylVSSs10cA4xufxzdw3HbgEbZ3Bc73ou10ek,329
|
|
927
929
|
telnyx/types/porting_order_documents.py,sha256=e7LNPWm6fVMGxkABWdkJbQG8VjIZ757wx9Td1D2eKcM,436
|
|
928
930
|
telnyx/types/porting_order_documents_param.py,sha256=F8pfn8vVOrjF_GcyHygI2Cd2-4z_5vu04p29K1xzAWA,440
|
|
@@ -938,7 +940,7 @@ telnyx/types/porting_order_messaging.py,sha256=jkGGFmt4PzaFCHJ52MRKjE-uag6TYmReU
|
|
|
938
940
|
telnyx/types/porting_order_misc.py,sha256=Eerfrhs5T65zrIgWLkTJkh2KSJJIrfI_sdBLkgiRfVA,1085
|
|
939
941
|
telnyx/types/porting_order_misc_param.py,sha256=0lDFlBob1uZWCVqDalcTtcGCC1jCN22nWB3XoGYRxYs,1044
|
|
940
942
|
telnyx/types/porting_order_phone_number_configuration.py,sha256=AvPu1eTbXTvtgKHbT5i9DUbvb9dAByAPraj1kfLOsW0,778
|
|
941
|
-
telnyx/types/porting_order_phone_number_configuration_param.py,sha256=
|
|
943
|
+
telnyx/types/porting_order_phone_number_configuration_param.py,sha256=QxUNnFoi9L56w8h18gtCm6WeHWZzbTwvEaCatJjrzhA,772
|
|
942
944
|
telnyx/types/porting_order_requirement.py,sha256=43qV51DDSK05NhoDLelmFt6NY0d8OJoWxloVmabmAE8,684
|
|
943
945
|
telnyx/types/porting_order_retrieve_allowed_foc_windows_response.py,sha256=dQcQ8KbuyQYQDk7r82D54v0N44PaLXF8utkLZ1mcOX4,801
|
|
944
946
|
telnyx/types/porting_order_retrieve_exception_types_response.py,sha256=7IIjmipvdyBHfuid0fo_eLR0lorxynzYfZ15Uj9AdxA,412
|
|
@@ -957,7 +959,7 @@ telnyx/types/porting_orders_activation_job.py,sha256=kjNYw559YdY_eQ6VdybjjzN1miq
|
|
|
957
959
|
telnyx/types/porting_phone_number_list_params.py,sha256=f0bnOfAdDTIc61WftlLgI5grFJxQtVSdKEnLlH1lIuA,930
|
|
958
960
|
telnyx/types/porting_phone_number_list_response.py,sha256=qCp904HWLjtaxPkPiAphMRqIcwryoeqlCpjuWAQYAfY,2261
|
|
959
961
|
telnyx/types/portout_details.py,sha256=evFNmf5RM3tnHHje440-4K1w0aEC2LiaWXaLTjhFZVI,3005
|
|
960
|
-
telnyx/types/portout_list_params.py,sha256=
|
|
962
|
+
telnyx/types/portout_list_params.py,sha256=1qia9W1bf7ri5O1RVi5o6ZrNZihTIIAq-ifVPtg8D9Q,2911
|
|
961
963
|
telnyx/types/portout_list_rejection_codes_params.py,sha256=alCdjt42fAR366PqmLfpJoPikvMzevuEQf2hXksGa9k,575
|
|
962
964
|
telnyx/types/portout_list_rejection_codes_response.py,sha256=pnMFoyfbB9b8I4MJV7CnwPdGKQpY0TbEyqFERPVu8a8,442
|
|
963
965
|
telnyx/types/portout_list_response.py,sha256=VnJN0Zo0yyqV0sm-6jdyrzxjE1irEsoZ5xzDZSRze_4,396
|
|
@@ -1010,7 +1012,7 @@ telnyx/types/regulatory_requirement_retrieve_response.py,sha256=ML0a3Te_vhCA3TQU
|
|
|
1010
1012
|
telnyx/types/replaced_link_click_webhook_event.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
|
|
1011
1013
|
telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKcZJNZC5paO4,831
|
|
1012
1014
|
telnyx/types/report_list_mdrs_response.py,sha256=Y1V0bvqzZck5Fsz4GCImda5UeEqO8dY_tcOAK8FgACI,1958
|
|
1013
|
-
telnyx/types/report_list_wdrs_params.py,sha256=
|
|
1015
|
+
telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
|
|
1014
1016
|
telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
|
|
1015
1017
|
telnyx/types/requirement_group.py,sha256=DA5mSuhIrdViPX0LTQkh53F498bfdpEtYpvFzdGXSm8,1191
|
|
1016
1018
|
telnyx/types/requirement_group_create_params.py,sha256=g5Lzv9ZV_vKw3SbRFmDhPJRDXd9ndciu6CoTAi0mXFs,755
|
|
@@ -1085,7 +1087,7 @@ telnyx/types/sim_card_group_retrieve_params.py,sha256=8qnfDQYr3BlCp27kJDmLsb_tig
|
|
|
1085
1087
|
telnyx/types/sim_card_group_retrieve_response.py,sha256=wLwOKDSYRs2UkobvM1y17IcihJgpfhejrq_VyXwIp-M,322
|
|
1086
1088
|
telnyx/types/sim_card_group_update_params.py,sha256=EidWSmuxGISfcl_73ycjHcKnl0PimisMjWYAuUbuYV4,530
|
|
1087
1089
|
telnyx/types/sim_card_group_update_response.py,sha256=LyzaW-mSPTmKlclDb3fs00RsTx6mlrelXZTS7lZN2ks,318
|
|
1088
|
-
telnyx/types/sim_card_list_params.py,sha256=
|
|
1090
|
+
telnyx/types/sim_card_list_params.py,sha256=J5sEcQ6FdtU8wUNvN1LDfaUPrJ5vT-7XuF2sr-p4WFc,2237
|
|
1089
1091
|
telnyx/types/sim_card_list_response.py,sha256=0bEtZ6PMqMtKb_9peXMF9HQmIKg3VA-twckPLEzHwrw,413
|
|
1090
1092
|
telnyx/types/sim_card_list_wireless_connectivity_logs_params.py,sha256=YuHS18Y4Y0N5hFvyWwNgA02dDMViMimeQ74NTejL41o,541
|
|
1091
1093
|
telnyx/types/sim_card_list_wireless_connectivity_logs_response.py,sha256=dV8QzAaZF4JMKGWwvHKSXVoLsI6E4m4lxXZyOIBh-ig,3727
|
|
@@ -1099,7 +1101,7 @@ telnyx/types/sim_card_order_preview_preview_response.py,sha256=x2dhTdPLD6DWjfiPS
|
|
|
1099
1101
|
telnyx/types/sim_card_order_retrieve_response.py,sha256=GYLCvb2lrz2VetUPGBNdK9iEWY0v2mSwu_VGHgqA3b0,322
|
|
1100
1102
|
telnyx/types/sim_card_retrieve_params.py,sha256=msfn5KqDidUX18bAc0mFlQA70XECzWhdAl7ria3s9uk,616
|
|
1101
1103
|
telnyx/types/sim_card_retrieve_response.py,sha256=1Gnx72wKn2QvDXii7elirdIUjVEl23ZXDrq2X5O_xTI,296
|
|
1102
|
-
telnyx/types/sim_card_update_params.py,sha256=
|
|
1104
|
+
telnyx/types/sim_card_update_params.py,sha256=o__MdokHNxnCHJjPxQIa9Nckx_M5Ob6G1PfC_99hXT4,935
|
|
1103
1105
|
telnyx/types/sim_card_update_response.py,sha256=TQ8B1JYAhOFzzpywZ_0I5AFSd_UQzX1OhphcqbwnMW8,292
|
|
1104
1106
|
telnyx/types/sip_header.py,sha256=SBBvBzGKngaba4k0-vKQZYuwdLwCtoPglPt2C_GTzjg,339
|
|
1105
1107
|
telnyx/types/sip_header_param.py,sha256=VF4Dw9UcPG0qulCDCup7wm9BAVcSAO3kmYWIQyhuZRI,406
|
|
@@ -1148,13 +1150,13 @@ telnyx/types/telnyx_brand.py,sha256=6rMruNlzxO-QaISHyjni8Asta1W4LPxpSPUfQb3eYBQ,
|
|
|
1148
1150
|
telnyx/types/telnyx_campaign_csp.py,sha256=oZW5xx8Kjf7-zM4eiahwPJSyhZl09rJOV7l8zmVOAXg,8131
|
|
1149
1151
|
telnyx/types/telnyx_downstream_campaign.py,sha256=BfuYv57KWESLO6WJW0th5ojATo_lWRSwchj-kCdjgdA,6071
|
|
1150
1152
|
telnyx/types/texml_application.py,sha256=vKy3RGG90iOr3rTA_QSyKqwTX7ungjT4MBLO5aCoVTw,4208
|
|
1151
|
-
telnyx/types/texml_application_create_params.py,sha256=
|
|
1153
|
+
telnyx/types/texml_application_create_params.py,sha256=0RL5NgYXMJ4ssn81uLbUmgOWHVTFBXmKRD9tRUuBqkw,3600
|
|
1152
1154
|
telnyx/types/texml_application_create_response.py,sha256=3UQPNFJF97fFnyiGp5RIDZBbdkKWMEdsQpnMIeWtmgQ,337
|
|
1153
1155
|
telnyx/types/texml_application_delete_response.py,sha256=PoZI3wfrCXq50MDVZrX7Qr1KRHUGgsoBOyKVK2UWbks,337
|
|
1154
1156
|
telnyx/types/texml_application_list_params.py,sha256=1ev94OTDiN6Aqfh2t_bcP9lNNpmovQFKwi4HUt8nKpk,1719
|
|
1155
1157
|
telnyx/types/texml_application_list_response.py,sha256=m6pLfgG93cZhhvpD7tw-yCZ4_agmCwp4unBQVU3Uxzw,566
|
|
1156
1158
|
telnyx/types/texml_application_retrieve_response.py,sha256=Aq9H0TIZf4ULlGlz1_yoWusXP1Gh-sUfFB-iUbxn-Jc,341
|
|
1157
|
-
telnyx/types/texml_application_update_params.py,sha256=
|
|
1159
|
+
telnyx/types/texml_application_update_params.py,sha256=tjvXOlR8LVIaLN5M9Xdrwgv1kyZw4E7HF_SXSJDYWnY,3600
|
|
1158
1160
|
telnyx/types/texml_application_update_response.py,sha256=cGDbjSfxA_kdV3gDX9LSgB6QxcM5heJoBTct6R9OFsg,337
|
|
1159
1161
|
telnyx/types/texml_secrets_params.py,sha256=Szn_zRWLU9iwNNhqFgjGGZLnY0GTXoP9uf1JzXr0_LU,523
|
|
1160
1162
|
telnyx/types/texml_secrets_response.py,sha256=ylFPjOUsLefgleC1itNVHFGscKGkKbSsWq3a2rwW9_Y,408
|
|
@@ -1171,7 +1173,7 @@ telnyx/types/url_shortener_settings_param.py,sha256=Z3QI7_Ltgktz4mU2D7MA3YHpb0X4
|
|
|
1171
1173
|
telnyx/types/usage_payment_method.py,sha256=vrC9TQxAft3KAEG4-djggbKTrg6XV2RiUyR2oNNIt1w,224
|
|
1172
1174
|
telnyx/types/usage_report_get_options_params.py,sha256=h7u8CfNHK-nU3P-nkTlzPi9CT8mWAa_rEWGwPpQZI7A,503
|
|
1173
1175
|
telnyx/types/usage_report_get_options_response.py,sha256=1zoSebNH-2IC983CpEblg-o6-JNylcEpHGbxA_qhy6k,977
|
|
1174
|
-
telnyx/types/usage_report_list_params.py,sha256=
|
|
1176
|
+
telnyx/types/usage_report_list_params.py,sha256=YU1n5mo_-B4LqSF3ULHRzjaRRkExi20TiG621nrQmsE,1753
|
|
1175
1177
|
telnyx/types/usage_report_list_response.py,sha256=d_fmqbMSmL3THxhpqvTBhlcCbR_81d3Blam8ndQwAZs,649
|
|
1176
1178
|
telnyx/types/user_address.py,sha256=YtjviQBN_Q8zuqFIyOVf3X3isHXct6AsDJLd8i9LMIM,2314
|
|
1177
1179
|
telnyx/types/user_address_create_params.py,sha256=i2MzwYnifAEIy_X-1LI40mDDkCYOHUdrU83BZcn2bhg,2738
|
|
@@ -1193,15 +1195,15 @@ telnyx/types/verified_number_data_wrapper.py,sha256=O9UQYCkGMK4oScY6TppqTuPXkzJ9
|
|
|
1193
1195
|
telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhEQuGWZf34e3xVlI,515
|
|
1194
1196
|
telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
|
|
1195
1197
|
telnyx/types/verify_profile.py,sha256=9WksG8mqGRX0WUEsaCApvsQGtjAKwxtZWDjT1tF-K_M,4493
|
|
1196
|
-
telnyx/types/verify_profile_create_params.py,sha256=
|
|
1198
|
+
telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
|
|
1197
1199
|
telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
|
|
1198
1200
|
telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
|
|
1199
1201
|
telnyx/types/verify_profile_list_response.py,sha256=ntFBhR_57db0aAgOF09K2h20whmrRHG-haYdYBta_Ho,517
|
|
1200
1202
|
telnyx/types/verify_profile_retrieve_templates_response.py,sha256=ZeFhBEIr0HLyDZz_Lbb6t679W-5esCvZxJrC0x5f7dc,382
|
|
1201
|
-
telnyx/types/verify_profile_update_params.py,sha256=
|
|
1203
|
+
telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
|
|
1202
1204
|
telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
|
|
1203
1205
|
telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
|
|
1204
|
-
telnyx/types/video_region_param.py,sha256=
|
|
1206
|
+
telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
|
|
1205
1207
|
telnyx/types/virtual_cross_connect_create_params.py,sha256=lH8vJlO__jXCuT2VOZr3VdmdJAQ0vrfWD3Sobv-n66E,3227
|
|
1206
1208
|
telnyx/types/virtual_cross_connect_create_response.py,sha256=0fnH3XhujxhBzmlpPS90utp89FLqmDPF0sjQexRXGtI,4189
|
|
1207
1209
|
telnyx/types/virtual_cross_connect_delete_response.py,sha256=GJLAxYlMLiPdmmbOs0yF4SSGfAFwlc4l4N-K2FNkYp8,4189
|
|
@@ -1233,22 +1235,22 @@ telnyx/types/wireguard_peer_retrieve_response.py,sha256=xBy3oNRwWdLtjyxCp9X8ZrNT
|
|
|
1233
1235
|
telnyx/types/wireguard_peer_update_params.py,sha256=SK0gM6fvCVhJ6kMFpie-mD3Ud5TEJwAnI5zS2ye-icQ,442
|
|
1234
1236
|
telnyx/types/wireguard_peer_update_response.py,sha256=d30H13JOxKSxsLAyXjD52yXc4gHAJJ8Y6b4TCgJXiTk,1194
|
|
1235
1237
|
telnyx/types/wireless_blocklist.py,sha256=Nt4NIIMZA4XNnLqVp9BAY2VMyEFdVKLz7kvC4vwxL7k,910
|
|
1236
|
-
telnyx/types/wireless_blocklist_create_params.py,sha256=
|
|
1238
|
+
telnyx/types/wireless_blocklist_create_params.py,sha256=lpYH6yUDojo2MK0QNqdcOzjnVtWnKxQXxP0Vcc90OlA,624
|
|
1237
1239
|
telnyx/types/wireless_blocklist_create_response.py,sha256=bF7gI5mJ0ix92wnVrcpf9_bEg3ixoHbHEQxlfr8VeiY,342
|
|
1238
1240
|
telnyx/types/wireless_blocklist_delete_response.py,sha256=Ey8vaxbXdTuCVODONKSaVgjmGfV0IUCbeNZsjTSCBSQ,342
|
|
1239
1241
|
telnyx/types/wireless_blocklist_list_params.py,sha256=Ams_BwvX73GfqUXccA6Xp_eM-S_zY1H7sPCPUNMEP20,875
|
|
1240
1242
|
telnyx/types/wireless_blocklist_list_response.py,sha256=UMEauF56Z4N6ejxjvz00dcM2w6HrokmiMI_VaVqCakc,437
|
|
1241
1243
|
telnyx/types/wireless_blocklist_retrieve_response.py,sha256=Ea7IxQV_i_G00dJnDpiInIsKNQRookEUZkljNH9uUbg,346
|
|
1242
|
-
telnyx/types/wireless_blocklist_update_params.py,sha256=
|
|
1244
|
+
telnyx/types/wireless_blocklist_update_params.py,sha256=5xCHVvQHLKPOSMmYmq0seJg4y8Hp8TWRKgY4YcLgjpE,584
|
|
1243
1245
|
telnyx/types/wireless_blocklist_update_response.py,sha256=C5RmZkPXN76DOtNFAzkpfNTw-PNntRY7rcHF2QhzJdE,342
|
|
1244
1246
|
telnyx/types/wireless_blocklist_value_list_params.py,sha256=e83Jq0z91nDQ4OqEFG_AJkMGyuVQkUCTZeaplC2cw1U,470
|
|
1245
1247
|
telnyx/types/wireless_blocklist_value_list_response.py,sha256=7F-zPBkvgQjG4d9lOVfi9JlcqJRT9VnqGkfBNV8Seuk,880
|
|
1246
1248
|
telnyx/types/wireless_retrieve_regions_params.py,sha256=lj2WCL_wkH33fTyYvywas_SudiqKUBq63WRjoyG66sg,421
|
|
1247
1249
|
telnyx/types/wireless_retrieve_regions_response.py,sha256=3JzBDEWyQ6ZAhK7tmE1Mm-RU8pWWMe4u_4pmjNKIu-A,649
|
|
1248
1250
|
telnyx/types/actions/__init__.py,sha256=o5FXTG_jn1gQK6IZa_tT73w8Y2GDRmB18k2mvN-bWqQ,459
|
|
1249
|
-
telnyx/types/actions/purchase_create_params.py,sha256=
|
|
1251
|
+
telnyx/types/actions/purchase_create_params.py,sha256=XW_aMip4mSnDb0yxG6llKs7mkStvQGv81HpctYFCVfs,1155
|
|
1250
1252
|
telnyx/types/actions/purchase_create_response.py,sha256=iSfWhLU6OXxLSgws_8pLZjhzsqxGJX62_sygDh17_NI,850
|
|
1251
|
-
telnyx/types/actions/register_create_params.py,sha256=
|
|
1253
|
+
telnyx/types/actions/register_create_params.py,sha256=Hoe54_kHp6oo0uBKV5ua7sH_T4xo-dn6CvLceD2-8CA,767
|
|
1252
1254
|
telnyx/types/actions/register_create_response.py,sha256=7Wgd-1zWLcFLafWd7SZVCOtgoi8N19nPKbvCUjJ_9cM,850
|
|
1253
1255
|
telnyx/types/addresses/__init__.py,sha256=m-_aSxRiotRXrdHEqmV9NQlyot9383J7GhH7A9J7LjA,515
|
|
1254
1256
|
telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLrgkLalRt9f20S1oXQshCdhKnyLOQcY,405
|
|
@@ -1274,8 +1276,8 @@ telnyx/types/ai/assistants_list.py,sha256=EYMlIRblfrAnxSkTCx8SCDfFBEd89H7rlm4GrQ
|
|
|
1274
1276
|
telnyx/types/ai/audio_transcribe_params.py,sha256=E1QqgLbL27D1E9a_7B455aZPFR4N_NHeNft6KpaH69M,1576
|
|
1275
1277
|
telnyx/types/ai/audio_transcribe_response.py,sha256=nwvEgMlNdOqlnlKOP2uzU0GkomsqD8utgeVPDOAGepQ,953
|
|
1276
1278
|
telnyx/types/ai/background_task_status.py,sha256=qfGTzQ1GkZNXhjkOQkQS7_UGv8eDCwC6_S_b1xN-hQU,280
|
|
1277
|
-
telnyx/types/ai/chat_create_completion_params.py,sha256=
|
|
1278
|
-
telnyx/types/ai/cluster_compute_params.py,sha256=
|
|
1279
|
+
telnyx/types/ai/chat_create_completion_params.py,sha256=6w2kPoAdx1wCvQNxhnjDkPzpDaIt_cSRwJrNd88YQfs,5644
|
|
1280
|
+
telnyx/types/ai/cluster_compute_params.py,sha256=BzIa0BY7uje0bt37QL805eyST68PszbY0ZwrBFEKBis,1113
|
|
1279
1281
|
telnyx/types/ai/cluster_compute_response.py,sha256=Kx9xDbEQA4Res87VTT4ik-qemRb6V21uy8F0bKL4cjc,266
|
|
1280
1282
|
telnyx/types/ai/cluster_fetch_graph_params.py,sha256=TIHEqph4oLSvlJFotWZc74yY2JF4g3NQYb_9RSF3Puc,279
|
|
1281
1283
|
telnyx/types/ai/cluster_list_params.py,sha256=9TYvnBYBONcrRgm4f8RLKmVir64eu4a-XfEEBaVGwdA,444
|
|
@@ -1291,7 +1293,7 @@ telnyx/types/ai/conversation_retrieve_response.py,sha256=-HiQ97xbprhBvoOGTRQQUp0
|
|
|
1291
1293
|
telnyx/types/ai/conversation_update_params.py,sha256=rGdl-wP9ZrLcWJpmsOgRFu4E_zgTCJYHOivaV289cKM,367
|
|
1292
1294
|
telnyx/types/ai/conversation_update_response.py,sha256=ZfOM5FqVEatx__5nQJR_Cny8RRF-i-b3h5jL77Feff0,317
|
|
1293
1295
|
telnyx/types/ai/embedding_create_params.py,sha256=A04mkYl0nFewkZkpnMv24JAadnB8fiqLw1rxzGx7_JI,633
|
|
1294
|
-
telnyx/types/ai/embedding_list_params.py,sha256=
|
|
1296
|
+
telnyx/types/ai/embedding_list_params.py,sha256=O_GKp-ImK7HS_6ZST3j3KYenIx07nM2ZXpwuqeJbZdg,392
|
|
1295
1297
|
telnyx/types/ai/embedding_list_response.py,sha256=R5bmdbwKes5JwxzuLsWRdCLLukAxkDL_59YLRcc6tCk,608
|
|
1296
1298
|
telnyx/types/ai/embedding_response.py,sha256=U5A74GBhFIzy1N2uzcJ9wiou03iIMVDm0gmd8mcMbAg,485
|
|
1297
1299
|
telnyx/types/ai/embedding_retrieve_response.py,sha256=nsTaJBWo79hhzqEZmciwJJn6WRNI7pvA-WNNKQ1_0DE,580
|
|
@@ -1305,11 +1307,11 @@ telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3S
|
|
|
1305
1307
|
telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
|
|
1306
1308
|
telnyx/types/ai/import_metadata.py,sha256=Q8S3K51yiAyxPqdaOcm1T9YamhwFWScFrFg1TY80X_A,465
|
|
1307
1309
|
telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
|
|
1308
|
-
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=
|
|
1310
|
+
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
|
|
1309
1311
|
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=4dukEZt79j1dce0aW9h_YeCP-DYH2cACgxu6pkEv0s0,1246
|
|
1310
1312
|
telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=irlhSeQBdNA81Kw_hMuAmyveqaFYT3uGcW1-mFtpIE8,1393
|
|
1311
1313
|
telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=7hyyGPVMK2cvwU04S542qVw1wQ0T6CxqA1ijkfzFEl4,3395
|
|
1312
|
-
telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=
|
|
1314
|
+
telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=3ISvb-TKYG06-xthJn923yIi5t803JIJKIGGDDpx5YM,3317
|
|
1313
1315
|
telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
|
|
1314
1316
|
telnyx/types/ai/insight_settings_param.py,sha256=x-moBUrjK75NuMjXfMbdRyEXledn_U2bROcfGt_LVYc,422
|
|
1315
1317
|
telnyx/types/ai/messaging_settings.py,sha256=3jewX-cEPO7JMdve0No3bufDGM2iCIn4nc2Yq1U7zWo,597
|
|
@@ -1381,7 +1383,7 @@ telnyx/types/ai/conversations/insight_template_detail.py,sha256=B_e_xFmsf8Joejpy
|
|
|
1381
1383
|
telnyx/types/ai/conversations/insight_template_group.py,sha256=E5R9zPcq4-5-dsbL5nYQIn3hPFQfX4NFAH-UwIO07Ac,490
|
|
1382
1384
|
telnyx/types/ai/conversations/insight_template_group_detail.py,sha256=qzph4UrqU6PuanWiNYVEY9t8mIuqHRbMFnAvccbsFgc,298
|
|
1383
1385
|
telnyx/types/ai/conversations/insight_update_params.py,sha256=eOqWNcZ7ZP985lthVOngmaVjedmoqijiGcBiEwWp8Z8,368
|
|
1384
|
-
telnyx/types/ai/conversations/message_create_params.py,sha256=
|
|
1386
|
+
telnyx/types/ai/conversations/message_create_params.py,sha256=efXuWtM9TgPx6WRZhuh7dI_4CZafmxEWeYSFhKcw8uU,745
|
|
1385
1387
|
telnyx/types/ai/conversations/message_list_response.py,sha256=8kXalX3zsdKMb__S0aC-k22tJMluyRpVE1A3zss8QLw,1493
|
|
1386
1388
|
telnyx/types/ai/conversations/insight_groups/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1387
1389
|
telnyx/types/ai/embeddings/__init__.py,sha256=hutZ3j-e0lQbtrV1-9s__J24fvN10927TMt7L0WTKlk,285
|
|
@@ -1396,7 +1398,7 @@ telnyx/types/brand/external_vetting_import_params.py,sha256=SRIu4cxfbLN6JOHomsMu
|
|
|
1396
1398
|
telnyx/types/brand/external_vetting_import_response.py,sha256=DvJIDmDIbZpRda0YPsXbNxZ6ld_GeBdMVVfUzEsZ5Mk,1553
|
|
1397
1399
|
telnyx/types/brand/external_vetting_order_params.py,sha256=Y622TbGy7BjCcc_OHNDCeU9n_rLdrBnQPtGdHBSPbKk,572
|
|
1398
1400
|
telnyx/types/bundle_pricing/__init__.py,sha256=ThmC4xNbhCRuqB4pq9MDkGenAoMmvyD4fVNdaGqDpIc,1582
|
|
1399
|
-
telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=
|
|
1401
|
+
telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=CIkGXWRJlaq1nIMuNvBoaVLhOn71ne3byMZ1t4anZAo,1050
|
|
1400
1402
|
telnyx/types/bundle_pricing/billing_bundle_list_response.py,sha256=4eYbrx7K2kHLmr-EJaxHA85MIGZWVrvt7U2KfATN_Z4,408
|
|
1401
1403
|
telnyx/types/bundle_pricing/billing_bundle_retrieve_response.py,sha256=n-PZxK5qjvPrzdZZPa1XvaLJKuop1uk2_PLXa_8cX6E,1507
|
|
1402
1404
|
telnyx/types/bundle_pricing/billing_bundle_summary.py,sha256=QaaDA1ArATnmBrIwaBjFE85JPuAmwl0t3Pp_2lHalSw,959
|
|
@@ -1405,10 +1407,10 @@ telnyx/types/bundle_pricing/user_bundle.py,sha256=h0-XL-y1L_H-nIWTyELH9QmgpYJ1Je
|
|
|
1405
1407
|
telnyx/types/bundle_pricing/user_bundle_create_params.py,sha256=bsIcRIaGiGUnHhplsqlSwIGVJzfijnpDv5wN8vbzxug,760
|
|
1406
1408
|
telnyx/types/bundle_pricing/user_bundle_create_response.py,sha256=OsVS5GWZ1CpWHrzVBVFh7sBuwyrHtC2d-FBVl4WwCLk,293
|
|
1407
1409
|
telnyx/types/bundle_pricing/user_bundle_deactivate_response.py,sha256=8ZQl4o5PCY8qOE0J44DGDfjSS_uJ6stEUoL1_49whxo,270
|
|
1408
|
-
telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=
|
|
1410
|
+
telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=hTyI963VBD4INJjmJ_BYoW6ZjEnIp0uPPyNuHfgMTSo,1044
|
|
1409
1411
|
telnyx/types/bundle_pricing/user_bundle_list_resources_response.py,sha256=Us-ZdqjBmJjt-ywpMhmAI8bAjY5nRZh-KjR_upILeZE,332
|
|
1410
1412
|
telnyx/types/bundle_pricing/user_bundle_list_response.py,sha256=bFtv-OTyt16v-GyuxGrRLjPVbKOK9e9eLt55rBDAVMA,371
|
|
1411
|
-
telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=
|
|
1413
|
+
telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=iuQooCsvlnGn_MWAO8jdYVMpb3KiXwwfCUH1MZaGGuc,791
|
|
1412
1414
|
telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5HE5PqKV8be2gwi2kHpv9BfjMWTpmy1VOr4,474
|
|
1413
1415
|
telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
|
|
1414
1416
|
telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
|
|
@@ -1493,7 +1495,7 @@ telnyx/types/calls/interruption_settings_param.py,sha256=rHmZAs6dTs7UPmONAvYOfBq
|
|
|
1493
1495
|
telnyx/types/calls/loopcount_param.py,sha256=snoWd5Kn2jbPeeplbITO2We4h3xKwkQRrDslcA3ZBWc,263
|
|
1494
1496
|
telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhshbTcORKqIcXyS1GFLYCs,413
|
|
1495
1497
|
telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
|
|
1496
|
-
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=
|
|
1498
|
+
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
|
|
1497
1499
|
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=7gWLXIHR2LF5jMO8Pq2Di9iYZIEiyIB8aOG-J08Bw6Q,2009
|
|
1498
1500
|
telnyx/types/calls/transcription_start_request_param.py,sha256=XZc239pYzUUK24NAAGyiR0mQCBKKwXFg2sXlKYpsITI,1391
|
|
1499
1501
|
telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
|
|
@@ -1502,15 +1504,15 @@ telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7O
|
|
|
1502
1504
|
telnyx/types/campaign_builder/__init__.py,sha256=tOZW32f4DDwCmKo3h_jPtK3uK6PPBt0pFHqcv5tXJiI,233
|
|
1503
1505
|
telnyx/types/campaign_builder/brand_qualify_by_usecase_response.py,sha256=hDW8jagEpo0cisTZ0vCQKGwwAlpoeTx5Dj7q1q6U4NE,1273
|
|
1504
1506
|
telnyx/types/conferences/__init__.py,sha256=k2jxvCPwjx1XL-lCUXiwGctPopCycBc7dxdBiQKVb7g,2453
|
|
1505
|
-
telnyx/types/conferences/action_hold_params.py,sha256=
|
|
1507
|
+
telnyx/types/conferences/action_hold_params.py,sha256=0DmpsaQKoMBz84e7UmBawce8ZpQcTDDQI5oBgJlpX20,939
|
|
1506
1508
|
telnyx/types/conferences/action_hold_response.py,sha256=cLjn1G9ThJ4sYw0xNd_xYU6VfwZ_iv52y40NL2NNUTo,336
|
|
1507
|
-
telnyx/types/conferences/action_join_params.py,sha256=
|
|
1509
|
+
telnyx/types/conferences/action_join_params.py,sha256=RmxVohF323A8AXFvyCXWCCFFBXzl8tuA521KshVqY8E,3633
|
|
1508
1510
|
telnyx/types/conferences/action_join_response.py,sha256=E1fGwNwaIbe_oqlgoFiNoDoX5Mv1yyosLngp-Ckzx5c,336
|
|
1509
1511
|
telnyx/types/conferences/action_leave_params.py,sha256=oVlLVHSX_YqgyJIXCJcikjvgDDf1oWQkL02i1zlICAk,800
|
|
1510
1512
|
telnyx/types/conferences/action_leave_response.py,sha256=5B8MOC1sOZ7UISrDL1uj4my6tb4sod4AUcCtzkIqACE,338
|
|
1511
|
-
telnyx/types/conferences/action_mute_params.py,sha256=
|
|
1513
|
+
telnyx/types/conferences/action_mute_params.py,sha256=FMbmj0gTWQ6pr8WrxcXilkpgF0drznA-gQjw6sc8A-o,453
|
|
1512
1514
|
telnyx/types/conferences/action_mute_response.py,sha256=3FlUQlzO9XtoAqi3dLGKdT85KJPhUeS7OOK1Q33iO_0,336
|
|
1513
|
-
telnyx/types/conferences/action_play_params.py,sha256=
|
|
1515
|
+
telnyx/types/conferences/action_play_params.py,sha256=HZ0hIq-B8weg2kMUV8_189q2kZoRK2xYMaWZWS1cE4c,1202
|
|
1514
1516
|
telnyx/types/conferences/action_play_response.py,sha256=XqktjnlJcxu7mwKaKJF_tAdF3FbkFHAgGz4UtmNILMg,336
|
|
1515
1517
|
telnyx/types/conferences/action_record_pause_params.py,sha256=-RPhxyukqHA6Dl4Q2r9Ms9qnxE0UPNRzy71yWkaAFmU,514
|
|
1516
1518
|
telnyx/types/conferences/action_record_pause_response.py,sha256=vLayzTJ44KOHbL-9PdZrp5SuhGt3RqSKNXWqmjv2knU,350
|
|
@@ -1520,21 +1522,21 @@ telnyx/types/conferences/action_record_start_params.py,sha256=1HGkqumTJO3RWh2X3C
|
|
|
1520
1522
|
telnyx/types/conferences/action_record_start_response.py,sha256=OQcotw6Wt3pWm56HLIb5fFqnnZhl1BhrLyisRn9C9t0,350
|
|
1521
1523
|
telnyx/types/conferences/action_record_stop_params.py,sha256=U5AdC9DNcy7GZBdMUB3KVfCRnJ8WVYrRhrjlUjHMe9U,645
|
|
1522
1524
|
telnyx/types/conferences/action_record_stop_response.py,sha256=WgYXQtGvR4wzQAkPhViLrnOEfvq_WwtPil1xGBGjEV0,348
|
|
1523
|
-
telnyx/types/conferences/action_speak_params.py,sha256=
|
|
1525
|
+
telnyx/types/conferences/action_speak_params.py,sha256=gR9Cri7b589mTUDRJAhM9hRo4xkn2kL6wcRIz32Cvfg,3767
|
|
1524
1526
|
telnyx/types/conferences/action_speak_response.py,sha256=quPsjqeOlnVW1243jr5Z30AXyNgsEpeHIxiyB4qQaHg,338
|
|
1525
|
-
telnyx/types/conferences/action_stop_params.py,sha256
|
|
1527
|
+
telnyx/types/conferences/action_stop_params.py,sha256=uYTLCqU-68MVbuK-6NJsXLEGips_rOnP80AoPHALRVU,505
|
|
1526
1528
|
telnyx/types/conferences/action_stop_response.py,sha256=Z6jlJ_qU5KAmqUQ9S3wTKg3pUFeb8RXkZBi-MqhWM0g,336
|
|
1527
|
-
telnyx/types/conferences/action_unhold_params.py,sha256=
|
|
1529
|
+
telnyx/types/conferences/action_unhold_params.py,sha256=elq97_UBFaseZG_trC6peYANLuyDqUcQeDClyLRo2_E,474
|
|
1528
1530
|
telnyx/types/conferences/action_unhold_response.py,sha256=6B8rFFik618eoZanuwXCI7JgMpll3o_6Cm6U6cHKIdk,340
|
|
1529
|
-
telnyx/types/conferences/action_unmute_params.py,sha256=
|
|
1531
|
+
telnyx/types/conferences/action_unmute_params.py,sha256=BnPJnY9goictIGr-1Eux-gwJfuU6AD7FcIN_X367N3Y,504
|
|
1530
1532
|
telnyx/types/conferences/action_unmute_response.py,sha256=5gfnXbXFnuUkB3kaA7nHW6PARPV8vYHtGtP7JNG25h4,340
|
|
1531
|
-
telnyx/types/conferences/action_update_params.py,sha256=
|
|
1533
|
+
telnyx/types/conferences/action_update_params.py,sha256=LVqnBHCp3b4dEAq0awR02Po7Byj0nGg_IVNWoAtjGxE,1345
|
|
1532
1534
|
telnyx/types/conferences/action_update_response.py,sha256=4KSvnb5_fdHegz2o73eV9lv4KT1gwsIUFnTnMctNoBw,340
|
|
1533
1535
|
telnyx/types/conferences/conference_command_result.py,sha256=ELNqKO8V5N8Vwp3llLqrOiwwlqnU5VlfK97JK5huIDI,219
|
|
1534
1536
|
telnyx/types/credential_connections/__init__.py,sha256=iv5LJoRk5Sw9iJ6mAGwzaumCAZFH_kvzo8RbC-Y55iQ,266
|
|
1535
1537
|
telnyx/types/credential_connections/action_check_registration_status_response.py,sha256=TZyz6omf6dxlJvPPZ5C6Yw-aP_PxEggD97xv3w4KHjA,1192
|
|
1536
1538
|
telnyx/types/external_connections/__init__.py,sha256=O7vrqPduYpRukfCOs-H2kNe0OQN0BnWwULsfAZjIkys,2359
|
|
1537
|
-
telnyx/types/external_connections/civic_address_list_params.py,sha256=
|
|
1539
|
+
telnyx/types/external_connections/civic_address_list_params.py,sha256=r-EQ-tQPi2_NrU-wpeG1rlkAiRPG1HIrAQHZyaFTzf0,566
|
|
1538
1540
|
telnyx/types/external_connections/civic_address_list_response.py,sha256=2-cMrwMYtv54RuLVG5TTowDu0Zc6VEfmCgmzMBKZdgk,1458
|
|
1539
1541
|
telnyx/types/external_connections/civic_address_retrieve_response.py,sha256=6qlIdPqnF79zqvEGQf0ttR_iP0ZmGXX3sVx-ladYJlI,1460
|
|
1540
1542
|
telnyx/types/external_connections/external_connection_phone_number.py,sha256=Ve74u0_Hzgq1rKc-BwI-vbJX61rkZw3TZ7zRI4TTqw4,1098
|
|
@@ -1552,7 +1554,7 @@ telnyx/types/external_connections/release_list_response.py,sha256=rfgVkrTcsETl2d
|
|
|
1552
1554
|
telnyx/types/external_connections/release_retrieve_response.py,sha256=QfceFyLfmf8yotG8CLraqiU4bqGQV8n2F2G3m0X8KAM,1182
|
|
1553
1555
|
telnyx/types/external_connections/tn_upload_entry.py,sha256=WdTriRAbt7qWRxV55zDuNOGgZeyPOLZPlOhgESUWlaA,1749
|
|
1554
1556
|
telnyx/types/external_connections/upload.py,sha256=3dGtXGQw2ZGVbAV5IjCfyPtSCtuA9Xc0b61EnRl36_g,1050
|
|
1555
|
-
telnyx/types/external_connections/upload_create_params.py,sha256=
|
|
1557
|
+
telnyx/types/external_connections/upload_create_params.py,sha256=0_yFpuc1aYI9Rk5dvA1891w-OncFU3F4eRKhoNJedj4,862
|
|
1556
1558
|
telnyx/types/external_connections/upload_create_response.py,sha256=Fa6mX1ZoOCkRlJr31uBFip5I_Gux2i19x77jiNofN0w,403
|
|
1557
1559
|
telnyx/types/external_connections/upload_list_params.py,sha256=voJECmEzAn9ErUhFCRTkfthHD9-OT8Twphzp21Aevd0,1626
|
|
1558
1560
|
telnyx/types/external_connections/upload_list_response.py,sha256=dPFQxVc7ZgeYQLEZoRojc8R7vx1slYce4t9KQLTn9ds,461
|
|
@@ -1572,7 +1574,7 @@ telnyx/types/messages/rc_generate_deeplink_params.py,sha256=ffHwdqJULKIyCwBplwS-
|
|
|
1572
1574
|
telnyx/types/messages/rc_generate_deeplink_response.py,sha256=cw11AeSzLTJ_MGL81iem52HByIKxgsrzqvk6T6bs3v8,307
|
|
1573
1575
|
telnyx/types/messaging/__init__.py,sha256=YfXxon3b5-RZaErwb9iAK2HS6JHRJXESBUjp3Op0s4s,621
|
|
1574
1576
|
telnyx/types/messaging/rc_invite_test_number_response.py,sha256=GgMzLoceJEqCzTBw6EZmw79H2dCvB3fNdrHtvu-QeKI,670
|
|
1575
|
-
telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=
|
|
1577
|
+
telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=fgqwwR7WG8kbaeFfoRa7B8uOO5B3OKChGZm2r_114xQ,459
|
|
1576
1578
|
telnyx/types/messaging/rc_list_bulk_capabilities_response.py,sha256=wPgIeeLKtM0Qe8kmrYXVtJzMZp33M4lmZXJD5KiJ-sM,347
|
|
1577
1579
|
telnyx/types/messaging/rc_retrieve_capabilities_response.py,sha256=DDAjDG8jWaXaMB5BQHybyK61XL16Al8XVGUIiWi1kaI,335
|
|
1578
1580
|
telnyx/types/messaging/rcs_capabilities.py,sha256=Rh2Ibrc_T32GOFKM4hzDTHcWlGI-P3EOYeiagzzUW-I,630
|
|
@@ -1586,10 +1588,10 @@ telnyx/types/messaging_hosted_number_orders/action_upload_file_response.py,sha25
|
|
|
1586
1588
|
telnyx/types/messaging_profiles/__init__.py,sha256=RTEHA_Gn5qNUilWpmVHP4Hm5nElGcQ_HlWjUokQXLZc,668
|
|
1587
1589
|
telnyx/types/messaging_profiles/auto_resp_config.py,sha256=cpknBd4iNbIxTAiCodLIn3EDE4lSi15zB8VOVNmQDFQ,479
|
|
1588
1590
|
telnyx/types/messaging_profiles/auto_resp_config_response.py,sha256=OB82kX9x2tycIK1LYYrwj-Gtd-wDq2iWL3NV5kMQoUI,271
|
|
1589
|
-
telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=
|
|
1591
|
+
telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=ywAH8XHZxa-miB6VWjQY_EtQKrvYugOQi4CiSgEiAvQ,471
|
|
1590
1592
|
telnyx/types/messaging_profiles/autoresp_config_list_params.py,sha256=8jNayXBl9mKkmHPz6FyySukEmW3sP0Xi1CluzQ7UIm0,741
|
|
1591
1593
|
telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1yINXh8KCu8pJvDutMRG-1TUwta3RZNS6_BYE,381
|
|
1592
|
-
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=
|
|
1594
|
+
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
|
|
1593
1595
|
telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1594
1596
|
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=uydes9s3dEq5GgID_v0J-jIy_7W5z6IomNyjSgeAzcU,1019
|
|
1595
1597
|
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=p4-oc4XIQdo0LtcWLQG1sMIJMU-G4uA8bUMfSSu8NBg,3810
|
|
@@ -1630,7 +1632,7 @@ telnyx/types/phone_numbers/action_change_bundle_status_params.py,sha256=NOjcax9m
|
|
|
1630
1632
|
telnyx/types/phone_numbers/action_change_bundle_status_response.py,sha256=3ttzGGA_SJU-gbb8zcMWeLG5DCmSbi2QIH28xqTb17g,381
|
|
1631
1633
|
telnyx/types/phone_numbers/action_enable_emergency_params.py,sha256=UwHCviQOrZMX5Z6P1inoOee3bkY_ZTWkZ-e6z0w3y1E,498
|
|
1632
1634
|
telnyx/types/phone_numbers/action_enable_emergency_response.py,sha256=Rzo65Unj0S4kWL7geh99LZaP7vmUR0sdDS2oxD7i8lU,375
|
|
1633
|
-
telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=
|
|
1635
|
+
telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=XbLWqUOE615AeHUkoipgDd6R24YCryMTKrqQnXv3w3c,421
|
|
1634
1636
|
telnyx/types/phone_numbers/action_verify_ownership_response.py,sha256=IrNPxy_YBDWTTIl_GPEheEXb55pEdeTj25evvecF24c,818
|
|
1635
1637
|
telnyx/types/phone_numbers/call_forwarding.py,sha256=dBxLb3PqKYNUAJR3uAj1XIUlpQIkYKF6SXvEep8jVAo,928
|
|
1636
1638
|
telnyx/types/phone_numbers/call_forwarding_param.py,sha256=Vb5TD7UEvqekCZRWlB6AHRHISQ01LQeRBMQj7zHPq7s,885
|
|
@@ -1644,14 +1646,14 @@ telnyx/types/phone_numbers/csv_download_create_response.py,sha256=9UTtuuX0Y8EGHu
|
|
|
1644
1646
|
telnyx/types/phone_numbers/csv_download_list_params.py,sha256=xFPNKDMevVQi-6rnHMn5_KApMK-yGniINN1j5ODymeU,517
|
|
1645
1647
|
telnyx/types/phone_numbers/csv_download_list_response.py,sha256=GGIAUhOL4voLshkU858DICtvp7Qv0P7Bm2W9ivj7gAc,409
|
|
1646
1648
|
telnyx/types/phone_numbers/csv_download_retrieve_response.py,sha256=e9U1AjAsvkEynlsnlvpElP0u_RCpvcnwhT_POcokxbA,329
|
|
1647
|
-
telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=
|
|
1649
|
+
telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=9u-_IwN8J3CSSsJT603atakwgWb7EFJpKWhERl1aDZM,350
|
|
1648
1650
|
telnyx/types/phone_numbers/job_delete_batch_response.py,sha256=pU7r3bHrQTfZilyKsAKrK8nvYghExdaEjeJALKLwdyc,320
|
|
1649
1651
|
telnyx/types/phone_numbers/job_list_params.py,sha256=km-cMCdyzGVSb0bBQ4qeBzW0axf3UcRydiZs9G-CxCQ,972
|
|
1650
1652
|
telnyx/types/phone_numbers/job_list_response.py,sha256=S77RROwO-b23jXNfsmP2c6XG6iQuQfm2T4YBYhLYZRk,406
|
|
1651
1653
|
telnyx/types/phone_numbers/job_retrieve_response.py,sha256=3hSWls-xCpYJCz5iTY-LzapbPBp1cAl5IlJDL88ubHg,314
|
|
1652
|
-
telnyx/types/phone_numbers/job_update_batch_params.py,sha256=
|
|
1654
|
+
telnyx/types/phone_numbers/job_update_batch_params.py,sha256=p1DHLMK5vHRFZrdQb9D8s9MffxdPKYQyADCyTshsocI,4296
|
|
1653
1655
|
telnyx/types/phone_numbers/job_update_batch_response.py,sha256=lYeM8CZH5zHjvVrlfI2OE3Y5gZ0eUqzFMuOl2XGlY40,320
|
|
1654
|
-
telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=
|
|
1656
|
+
telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=4kwW_x0lIJbhR5pGAR43XWSY67JiokA-CSrRlZoQolY,753
|
|
1655
1657
|
telnyx/types/phone_numbers/job_update_emergency_settings_batch_response.py,sha256=iFRA6iIZ8Xi0NJ33v2hTLQyVNWsRNJTVFgSmD1dR7OI,354
|
|
1656
1658
|
telnyx/types/phone_numbers/media_features.py,sha256=PEJJQiI8E2KDU18cMi7XyzuQfef_2oglb4NvZW74r4E,908
|
|
1657
1659
|
telnyx/types/phone_numbers/media_features_param.py,sha256=1-dExw38nYYJLNoB1TjfMQ0j4iATSiCTPs89F-Pd8KM,894
|
|
@@ -1679,7 +1681,7 @@ telnyx/types/porting/event_list_params.py,sha256=9Wsv7iM0Ybs3923g4R94L7CDaSCF94c
|
|
|
1679
1681
|
telnyx/types/porting/event_list_response.py,sha256=f2kZtjgNOLkV_r2dFyMPBpJl6yBpFI-aiuh1EiI-Lds,7191
|
|
1680
1682
|
telnyx/types/porting/event_retrieve_response.py,sha256=bI76TXQgNrNZzxn51lEvVHmjPNjUhyjmDEydqWq9fMI,7105
|
|
1681
1683
|
telnyx/types/porting/export_porting_orders_csv_report.py,sha256=Cx7xLC22QThEpvhsS1V6Z5W6e8oL-liK7xwzKVp7fI0,1429
|
|
1682
|
-
telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=
|
|
1684
|
+
telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=Hjz0zxRl-4YRy1mX0INryIYqgXPfVicPOMEvPxaxwxw,1573
|
|
1683
1685
|
telnyx/types/porting/loa_configuration_create_params.py,sha256=sLgDBwtTbYbsivMymOlattu0Rchrq-Oe8ycYKyDziJA,1432
|
|
1684
1686
|
telnyx/types/porting/loa_configuration_create_response.py,sha256=idFW9lRXOi0eoowWG26-OSVcI3Hp_fmfFStZ3krwG64,360
|
|
1685
1687
|
telnyx/types/porting/loa_configuration_list_params.py,sha256=M2iuy3pEkM_zeYz4ZGv9zbyb7D6khePUWVhYZwW3pm4,527
|
|
@@ -1701,7 +1703,7 @@ telnyx/types/porting_orders/action_cancel_response.py,sha256=t-CwDtKYFrEIUZxpM9H
|
|
|
1701
1703
|
telnyx/types/porting_orders/action_confirm_response.py,sha256=8yaAwjsbtWY_PjmYLFkpLITIHZI7csntjQ_ZkmNzopA,460
|
|
1702
1704
|
telnyx/types/porting_orders/action_requirement_initiate_params.py,sha256=B8asY-O22kt_WaJUFgmXt5Q0W3dMzxOEos2rNSVJ0g8,727
|
|
1703
1705
|
telnyx/types/porting_orders/action_requirement_initiate_response.py,sha256=NYokr-_EHqC9-mWUjRNar5Ajm5Ri7--VrmDwoMR0kBE,1428
|
|
1704
|
-
telnyx/types/porting_orders/action_requirement_list_params.py,sha256=
|
|
1706
|
+
telnyx/types/porting_orders/action_requirement_list_params.py,sha256=PLR1f6Trd5b1JccXVF7DYLKGlqzWi2725vjUd3GpQa0,1560
|
|
1705
1707
|
telnyx/types/porting_orders/action_requirement_list_response.py,sha256=Pz7Gen2DstnU6g-lVFMAbfg8b_6R9yXcCQlZj3KdhAM,1520
|
|
1706
1708
|
telnyx/types/porting_orders/action_share_params.py,sha256=Qc4xK47aS1JELeFF7raHxt5dhAwfJWhAmpv4NWC2JEs,480
|
|
1707
1709
|
telnyx/types/porting_orders/action_share_response.py,sha256=ofTtHdeZMNe5ke9ZmezfLi8-vkxD81Cc6IVW5ZFilEc,1258
|
|
@@ -1726,11 +1728,11 @@ telnyx/types/porting_orders/comment_list_response.py,sha256=rpHUTgrstb51jdHpJoKl
|
|
|
1726
1728
|
telnyx/types/porting_orders/phone_number_block_create_params.py,sha256=CHJt-YulkiyRbLEkP8XaZJnr_ALJQsJpLOw_r5ZRbk0,1315
|
|
1727
1729
|
telnyx/types/porting_orders/phone_number_block_create_response.py,sha256=WjwIs8coYmDqRvm49nmJw_f7ehhTMDHgL85V3C_-6rw,361
|
|
1728
1730
|
telnyx/types/porting_orders/phone_number_block_delete_response.py,sha256=DMWZYmf7J1EYvn2_BmUTcxy8fvvxwSlIXxKjmjxcSA8,361
|
|
1729
|
-
telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=
|
|
1731
|
+
telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=97oRtYK1ZS4NEH3Cy257QkOwMRO1tIxY1702P1jFSyY,2719
|
|
1730
1732
|
telnyx/types/porting_orders/phone_number_block_list_response.py,sha256=FhkDk-GORVflJjCGbt9KOwenNEZGS-LlBp2jDrDMFF4,457
|
|
1731
1733
|
telnyx/types/porting_orders/phone_number_configuration_create_params.py,sha256=7zusgczIv8YqlDc2lmrNL9IQZcEy39UpXw7hzSR7Szo,704
|
|
1732
1734
|
telnyx/types/porting_orders/phone_number_configuration_create_response.py,sha256=jw5FJRrN4OMWFGsYedIQcalJJbBy1wUuRYrTIhxGEe4,982
|
|
1733
|
-
telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=
|
|
1735
|
+
telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=1Y1rxlY4Z8kMtxi4aoYyTFw0a-X-LS1ML1rRGZ5Y-YA,1937
|
|
1734
1736
|
telnyx/types/porting_orders/phone_number_configuration_list_response.py,sha256=ZLwF-ccYFoQAg46SpkZqKuDaavlz-wUzZOwkVmqIcsI,1066
|
|
1735
1737
|
telnyx/types/porting_orders/phone_number_extension_create_params.py,sha256=F0nBFwH0o_CUSnb89oCGF3pqRqfOm9g9zhKtk-LUeCc,1485
|
|
1736
1738
|
telnyx/types/porting_orders/phone_number_extension_create_response.py,sha256=yr4EwLHA5Eylae8icT26M2Km1kSufge8wqAY1Q7jMmE,381
|
|
@@ -1742,7 +1744,7 @@ telnyx/types/porting_orders/porting_phone_number_block.py,sha256=Xm_ZDjQMhHsNxg6
|
|
|
1742
1744
|
telnyx/types/porting_orders/porting_phone_number_extension.py,sha256=XqGkZpZwvDSg7ZrVdCcWqJBxtiRZgv66fKNkGz0FF7E,1972
|
|
1743
1745
|
telnyx/types/porting_orders/verification_code_list_params.py,sha256=Yod961uvJxU6eiRv3-OT2lpGzdEvMPfO_JWGzpLwTs0,1099
|
|
1744
1746
|
telnyx/types/porting_orders/verification_code_list_response.py,sha256=ua7Y0qud-ehAMI_2403_MHT109ldSv-cuDweMvx6KTQ,1128
|
|
1745
|
-
telnyx/types/porting_orders/verification_code_send_params.py,sha256=
|
|
1747
|
+
telnyx/types/porting_orders/verification_code_send_params.py,sha256=dvhevoOTJmajW_79D97rVWzG-e7A2PY1ezxNdDuPiyo,400
|
|
1746
1748
|
telnyx/types/porting_orders/verification_code_verify_params.py,sha256=CVpbc5pnfHS0oDD0Ftf75U-VMad7BAz3xgkvxmDTkjA,455
|
|
1747
1749
|
telnyx/types/porting_orders/verification_code_verify_response.py,sha256=svKh_ehqL6SAd5Vlms9HCm-edP9PEzqnk49DSJqqgXA,1044
|
|
1748
1750
|
telnyx/types/portouts/__init__.py,sha256=grhw0ciMPFbCOuKlEW9rS8zChKHySSntgK-mf6GP55k,1571
|
|
@@ -1753,7 +1755,7 @@ telnyx/types/portouts/event_list_params.py,sha256=HkNTkA_aGmnpkcAPi7OWZ-X0GJEf_C
|
|
|
1753
1755
|
telnyx/types/portouts/event_list_response.py,sha256=d4BkTXdPy9B65-JM4J5HjUxTdoY0j_ef-iVDjQUa0NA,3723
|
|
1754
1756
|
telnyx/types/portouts/event_retrieve_response.py,sha256=JcRLrM4So2XD7vfqwiLY3_mOvyghel1kxHCNsFmbk7c,3637
|
|
1755
1757
|
telnyx/types/portouts/export_portouts_csv_report.py,sha256=NH5YTBP77zpBPNRu0LBq_U8LlKfW7sQVNTC2VuhsHdE,1502
|
|
1756
|
-
telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=
|
|
1758
|
+
telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=CpP3JCyOTRMUn5gMGQoEUVWFau-VLgu-Nw2XrGh6UMU,1628
|
|
1757
1759
|
telnyx/types/portouts/portout_report.py,sha256=HSOhs7YIDUWpNSEVH4un2S2vfGqPv0WP_I1jDLjrDO4,1280
|
|
1758
1760
|
telnyx/types/portouts/report_create_params.py,sha256=CGysEL_ihcATHpNybcBufQ7oQ-2BMNUFPvhSj1j4-UI,558
|
|
1759
1761
|
telnyx/types/portouts/report_create_response.py,sha256=Gf9QtOaycu71ixu-0FqvvQZKhNPWHKJCS7aThvZcAP0,309
|
|
@@ -1768,7 +1770,7 @@ telnyx/types/queues/call_list_params.py,sha256=xjZWqMDlVSXPyjJK9CU_CTWI9R0aBIl2E
|
|
|
1768
1770
|
telnyx/types/queues/call_list_response.py,sha256=B3zKXOFLyFKIom-3IJ2vNzMZLiiComYzoorjLlpuK_Y,1586
|
|
1769
1771
|
telnyx/types/queues/call_retrieve_response.py,sha256=byyNjHmcSEzntHhj74KmTZXCqvnTBNLn3vWL58zRJNg,1494
|
|
1770
1772
|
telnyx/types/recordings/__init__.py,sha256=VqH0wJRWVFrnA6rgjI3ufNPQS_7Q_SliOtpyPTOelv0,198
|
|
1771
|
-
telnyx/types/recordings/action_delete_params.py,sha256=
|
|
1773
|
+
telnyx/types/recordings/action_delete_params.py,sha256=VY-yscM6ywcIXJ3XfVFa25b0l2MBmDceTiE4YmVZ7TI,384
|
|
1772
1774
|
telnyx/types/reports/__init__.py,sha256=QIIseXBHBXfK8C6a0Xa3ZjLSsgbRUKdmAOTV1Ef0x8Q,1266
|
|
1773
1775
|
telnyx/types/reports/cdr_usage_report_fetch_sync_params.py,sha256=ADYLC3lC0_k-vulNyxPBxCtdbpupFIOTrjbckXu9cuw,813
|
|
1774
1776
|
telnyx/types/reports/cdr_usage_report_fetch_sync_response.py,sha256=227MbWIxADGD64C3mMc3qbSeY-08qTsJUuBoW8wL5uk,1124
|
|
@@ -1776,7 +1778,7 @@ telnyx/types/reports/mdr_usage_report.py,sha256=FO83_SE63RJA32D7Clzc8f7baNLlZSGp
|
|
|
1776
1778
|
telnyx/types/reports/mdr_usage_report_create_params.py,sha256=PCNtkq8fftLjalXvaL8I5_72xoOh-0h_wglFbXF_gVo,662
|
|
1777
1779
|
telnyx/types/reports/mdr_usage_report_create_response.py,sha256=F1bTtvhfdDNJENBqxGOGdBAWqchnI9FthVnncmgPAwQ,329
|
|
1778
1780
|
telnyx/types/reports/mdr_usage_report_delete_response.py,sha256=ALtBctlQ7Z9x0q2nWLl1XgGKa8J7TMGHIn_25OkKAZQ,329
|
|
1779
|
-
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256
|
|
1781
|
+
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=-vJYfIW1sscvLdN9OXJPtqFBvribswMqz5TBHQ7Uzgo,701
|
|
1780
1782
|
telnyx/types/reports/mdr_usage_report_fetch_sync_response.py,sha256=BGS6Nlv3UlAs18XNyxmkRo7uqA663LCNfKN5cxG2-KI,335
|
|
1781
1783
|
telnyx/types/reports/mdr_usage_report_list_params.py,sha256=gRErjG0Dbpv4kxfHOmQsz880fNHa6XZ5eImZcsy0W8k,507
|
|
1782
1784
|
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=q61KmPB8aerzjxq8yYr7XCZcsCv9fE2b_oviGthZLd4,558
|
|
@@ -1796,11 +1798,11 @@ telnyx/types/rooms/session_retrieve_participants_response.py,sha256=2_lNU-dDlgzy
|
|
|
1796
1798
|
telnyx/types/rooms/session_retrieve_response.py,sha256=TYRoLk_pVhHfsw12Ih4sh1hN0_ElOOP_kAtqGQQjz1U,310
|
|
1797
1799
|
telnyx/types/rooms/sessions/__init__.py,sha256=gRGDmydoGVXKu4fc9X7-nVBq4Qalg-xz99mUP0fyz5Y,639
|
|
1798
1800
|
telnyx/types/rooms/sessions/action_end_response.py,sha256=HyWTbaa-53ghSBNYmWTCqsYeXl3pldh3Xhs3y-yy6kw,319
|
|
1799
|
-
telnyx/types/rooms/sessions/action_kick_params.py,sha256=
|
|
1801
|
+
telnyx/types/rooms/sessions/action_kick_params.py,sha256=bIQ6qN11PTDRd8GnIYrWXI36Svp1FyrR22vO7dDLKdg,619
|
|
1800
1802
|
telnyx/types/rooms/sessions/action_kick_response.py,sha256=pKzWWzU8DpohL4a6sXRN7tWm5e2JpjUl2VT4hNeHYfI,321
|
|
1801
|
-
telnyx/types/rooms/sessions/action_mute_params.py,sha256=
|
|
1803
|
+
telnyx/types/rooms/sessions/action_mute_params.py,sha256=9AZlHD7j-CqVbiqMzICWAR_N9VB9KDiFl-aTE2gNTww,619
|
|
1802
1804
|
telnyx/types/rooms/sessions/action_mute_response.py,sha256=p_LSOgywJ9isRWIBUbgPbrw9ApwkjFo0AN2V7AAxXHg,321
|
|
1803
|
-
telnyx/types/rooms/sessions/action_unmute_params.py,sha256=
|
|
1805
|
+
telnyx/types/rooms/sessions/action_unmute_params.py,sha256=8chvRGfHZpJ56QwPqsIulHle5WK7P2IZaC_HzUiOPY8,623
|
|
1804
1806
|
telnyx/types/rooms/sessions/action_unmute_response.py,sha256=x_8LTDbXFuMwTkKwmWWsWDNrGTwdbDWsXWNhCcxPuNo,325
|
|
1805
1807
|
telnyx/types/shared/__init__.py,sha256=g0D3604-dM4M4ze6C5-0ixi_BFq5atFf1hOzp6rx1HE,1318
|
|
1806
1808
|
telnyx/types/shared/connections_pagination_meta.py,sha256=p7kiAXOSJ_320-SBkhP5tPpij1kKms9zLnnPhRFkjOY,391
|
|
@@ -1832,7 +1834,7 @@ telnyx/types/sim_card_groups/action_set_wireless_blocklist_params.py,sha256=6Nsb
|
|
|
1832
1834
|
telnyx/types/sim_card_groups/action_set_wireless_blocklist_response.py,sha256=I1X5i7HLZDl9QmzE50waE76gFs1o_OIykAMmyRRk6Dc,540
|
|
1833
1835
|
telnyx/types/sim_card_groups/sim_card_group_action.py,sha256=pOMm8NL0e7cnYezH48fcYthdobsp2WaPGE3QsuVIvB4,1332
|
|
1834
1836
|
telnyx/types/sim_cards/__init__.py,sha256=MODlqcTD3wHvtPuHSJS4vt1Osii2yuKcaekDExk4Hag,1484
|
|
1835
|
-
telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=
|
|
1837
|
+
telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=HitNZ55poUzhvUb4IAUnxAbLBftONoz6367okRO6GqM,365
|
|
1836
1838
|
telnyx/types/sim_cards/action_bulk_set_public_ips_response.py,sha256=QcND2JCENc5r34xkphWUMofFYiWkAn542DXAbuPxKQA,1239
|
|
1837
1839
|
telnyx/types/sim_cards/action_disable_response.py,sha256=-RBgx66OI5-gTOLEJirSEM3Ez91HU7Q10Os_9IFAM2Q,455
|
|
1838
1840
|
telnyx/types/sim_cards/action_enable_response.py,sha256=jT6tTv5LICc8vt_4dRd6HN5SDPf10OxotigcEctLAOk,453
|
|
@@ -1843,7 +1845,7 @@ telnyx/types/sim_cards/action_retrieve_response.py,sha256=v83QJUtdDUqzagkuM-KaZ6
|
|
|
1843
1845
|
telnyx/types/sim_cards/action_set_public_ip_params.py,sha256=tXt8FVOIGSNi0Qh-ZKZ3rMUsgnv1CkpejMaQRSvP-KE,428
|
|
1844
1846
|
telnyx/types/sim_cards/action_set_public_ip_response.py,sha256=hDt0ImCL2lWxStqN0BvrNY3CT24Y7mf_G8KktyxMctg,463
|
|
1845
1847
|
telnyx/types/sim_cards/action_set_standby_response.py,sha256=rL8T8BuffYWqJlp3OyEXuHgyrxyx7cmMOzNav4QFDmM,461
|
|
1846
|
-
telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=
|
|
1848
|
+
telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=Jwb1ykfbVwcuIOs61WOGvTAfxZLDOzjR3wvVajfdWwU,369
|
|
1847
1849
|
telnyx/types/sim_cards/action_validate_registration_codes_response.py,sha256=UpBtEM78R2lXhvam2ROfypH64VdLWdeolkPqBgWM2w4,653
|
|
1848
1850
|
telnyx/types/sim_cards/sim_card_action.py,sha256=_mdYqKpyPGIffBi766aPtXANTEebG4CQbl89JCEQUvE,2005
|
|
1849
1851
|
telnyx/types/storage/__init__.py,sha256=w1SKDPQWDjAO0Un8wRsHt-Ii6SmqciBZgdmMz31j0JY,1397
|
|
@@ -1938,7 +1940,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
|
|
|
1938
1940
|
telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
|
|
1939
1941
|
telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
|
|
1940
1942
|
telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
|
|
1941
|
-
telnyx-3.
|
|
1942
|
-
telnyx-3.
|
|
1943
|
-
telnyx-3.
|
|
1944
|
-
telnyx-3.
|
|
1943
|
+
telnyx-3.5.0a0.dist-info/METADATA,sha256=TK9pKrjCS0va3OiWce55E-Gn107nkTVOLjgUO338aPE,15544
|
|
1944
|
+
telnyx-3.5.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
1945
|
+
telnyx-3.5.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
|
|
1946
|
+
telnyx-3.5.0a0.dist-info/RECORD,,
|