telnyx 3.0.0a0__py3-none-any.whl → 3.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telnyx might be problematic. Click here for more details.
- telnyx/__init__.py +3 -1
- telnyx/_base_client.py +12 -12
- telnyx/_client.py +68 -762
- telnyx/_compat.py +48 -48
- telnyx/_models.py +51 -45
- 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/__init__.py +73 -0
- 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 +154 -24
- 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 +179 -45
- 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 +3 -136
- 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 +121 -117
- 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 +695 -697
- telnyx/resources/calls/calls.py +116 -110
- 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 +123 -140
- telnyx/resources/conferences/conferences.py +37 -41
- 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 +124 -43
- 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/legacy/__init__.py +33 -0
- telnyx/resources/legacy/legacy.py +102 -0
- telnyx/resources/legacy/reporting/__init__.py +47 -0
- telnyx/resources/legacy/reporting/batch_detail_records/__init__.py +61 -0
- telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py +166 -0
- telnyx/resources/legacy/reporting/batch_detail_records/messaging.py +481 -0
- telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py +399 -0
- telnyx/resources/legacy/reporting/batch_detail_records/voice.py +538 -0
- telnyx/resources/legacy/reporting/reporting.py +134 -0
- telnyx/resources/legacy/reporting/usage_reports/__init__.py +61 -0
- telnyx/resources/legacy/reporting/usage_reports/messaging.py +471 -0
- telnyx/resources/legacy/reporting/usage_reports/number_lookup.py +464 -0
- telnyx/resources/legacy/reporting/usage_reports/usage_reports.py +288 -0
- telnyx/resources/legacy/reporting/usage_reports/voice.py +493 -0
- 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/oauth.py +857 -0
- telnyx/resources/oauth_clients.py +711 -0
- telnyx/resources/oauth_grants.py +349 -0
- 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 +54 -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 +82 -70
- 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 +25 -23
- 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 +48 -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 +29 -19
- telnyx/resources/verified_numbers/actions.py +3 -3
- telnyx/resources/verified_numbers/verified_numbers.py +36 -15
- telnyx/resources/verify_profiles.py +226 -44
- 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/webhooks.py +34 -0
- telnyx/resources/well_known.py +198 -0
- 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 +159 -11
- telnyx/types/actions/purchase_create_params.py +3 -2
- telnyx/types/actions/register_create_params.py +4 -3
- telnyx/types/addresses/action_validate_response.py +6 -1
- telnyx/types/advanced_order_create_params.py +3 -0
- telnyx/types/advanced_order_update_params.py +27 -0
- telnyx/types/ai/__init__.py +1 -0
- 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 → conversation_add_message_params.py} +6 -5
- telnyx/types/ai/conversations/__init__.py +0 -1
- 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_transfer_tool_params.py +6 -0
- telnyx/types/ai/inference_embedding_transfer_tool_params_param.py +6 -0
- telnyx/types/ai/inference_embedding_webhook_tool_params.py +2 -0
- telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +8 -4
- telnyx/types/ai/voice_settings.py +49 -2
- telnyx/types/ai/voice_settings_param.py +49 -2
- telnyx/types/brand_create_params.py +2 -1
- telnyx/types/brand_update_params.py +2 -1
- telnyx/types/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_ai_gather_ended_webhook_event.py +78 -0
- telnyx/types/call_ai_gather_message_history_updated_webhook_event.py +69 -0
- telnyx/types/call_ai_gather_partial_results_webhook_event.py +75 -0
- telnyx/types/call_answered_webhook_event.py +75 -0
- telnyx/types/call_bridged_webhook_event.py +58 -0
- telnyx/types/call_control_application_update_params.py +3 -2
- telnyx/types/call_conversation_ended_webhook_event.py +84 -0
- telnyx/types/call_conversation_insights_generated_webhook_event.py +67 -0
- telnyx/types/call_dial_params.py +14 -6
- telnyx/types/call_dtmf_received_webhook_event.py +61 -0
- telnyx/types/call_enqueued_webhook_event.py +59 -0
- telnyx/types/call_fork_started_webhook_event.py +53 -0
- telnyx/types/call_fork_stopped_webhook_event.py +53 -0
- telnyx/types/call_gather_ended_webhook_event.py +64 -0
- telnyx/types/call_hangup_webhook_event.py +150 -0
- telnyx/types/call_initiated_webhook_event.py +96 -0
- telnyx/types/call_left_queue_webhook_event.py +62 -0
- telnyx/types/call_machine_detection_ended_webhook_event.py +61 -0
- telnyx/types/call_machine_greeting_ended_webhook_event.py +61 -0
- telnyx/types/call_machine_premium_detection_ended_webhook_event.py +63 -0
- telnyx/types/call_machine_premium_greeting_ended_webhook_event.py +61 -0
- telnyx/types/call_playback_ended_webhook_event.py +70 -0
- telnyx/types/call_playback_started_webhook_event.py +62 -0
- telnyx/types/call_recording_error_webhook_event.py +60 -0
- telnyx/types/call_recording_saved_webhook_event.py +94 -0
- telnyx/types/call_recording_transcription_saved_webhook_event.py +71 -0
- telnyx/types/call_refer_completed_webhook_event.py +61 -0
- telnyx/types/call_refer_failed_webhook_event.py +61 -0
- telnyx/types/call_refer_started_webhook_event.py +61 -0
- telnyx/types/call_siprec_failed_webhook_event.py +53 -0
- telnyx/types/call_siprec_started_webhook_event.py +50 -0
- telnyx/types/call_siprec_stopped_webhook_event.py +53 -0
- telnyx/types/call_speak_ended_webhook_event.py +53 -0
- telnyx/types/call_speak_started_webhook_event.py +50 -0
- telnyx/types/call_streaming_failed_webhook_event.py +70 -0
- telnyx/types/call_streaming_started_webhook_event.py +53 -0
- telnyx/types/call_streaming_stopped_webhook_event.py +53 -0
- telnyx/types/calls/action_answer_params.py +1 -2
- telnyx/types/calls/action_gather_using_ai_params.py +5 -8
- telnyx/types/calls/action_start_streaming_params.py +4 -2
- telnyx/types/calls/action_transfer_params.py +50 -0
- telnyx/types/calls/transcription_engine_a_config_param.py +4 -3
- telnyx/types/campaign_builder_create_params.py +4 -3
- telnyx/types/campaign_status_update_webhook_event.py +26 -0
- telnyx/types/campaign_submit_appeal_response.py +0 -3
- telnyx/types/conference_created_webhook_event.py +53 -0
- telnyx/types/conference_ended_webhook_event.py +56 -0
- telnyx/types/conference_floor_changed_webhook_event.py +45 -0
- telnyx/types/conference_participant_joined_webhook_event.py +53 -0
- telnyx/types/conference_participant_left_webhook_event.py +53 -0
- telnyx/types/conference_participant_playback_ended_webhook_event.py +65 -0
- telnyx/types/conference_participant_playback_started_webhook_event.py +65 -0
- telnyx/types/conference_participant_speak_ended_webhook_event.py +56 -0
- telnyx/types/conference_participant_speak_started_webhook_event.py +56 -0
- telnyx/types/conference_playback_ended_webhook_event.py +49 -0
- telnyx/types/conference_playback_started_webhook_event.py +49 -0
- telnyx/types/conference_recording_saved_webhook_event.py +103 -0
- telnyx/types/conference_speak_ended_webhook_event.py +40 -0
- telnyx/types/conference_speak_started_webhook_event.py +40 -0
- 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/country_coverage_retrieve_country_response.py +7 -0
- telnyx/types/country_coverage_retrieve_response.py +7 -0
- 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/custom_sip_header.py +13 -0
- telnyx/types/customer_service_record_list_params.py +2 -1
- telnyx/types/customer_service_record_status_changed_webhook_event.py +55 -0
- telnyx/types/customer_service_record_verify_phone_number_coverage_params.py +3 -2
- telnyx/types/delivery_update_webhook_event.py +40 -0
- telnyx/types/detail_record_list_params.py +4 -2
- telnyx/types/document_generate_download_link_response.py +14 -0
- 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/fax_delivered_webhook_event.py +69 -0
- telnyx/types/fax_failed_webhook_event.py +66 -0
- telnyx/types/fax_media_processed_webhook_event.py +63 -0
- telnyx/types/fax_queued_webhook_event.py +63 -0
- telnyx/types/fax_sending_started_webhook_event.py +63 -0
- 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/inbound_message_webhook_event.py +227 -0
- telnyx/types/ip_connection_create_params.py +4 -3
- telnyx/types/ip_connection_update_params.py +3 -2
- telnyx/types/legacy/__init__.py +3 -0
- telnyx/types/legacy/reporting/__init__.py +10 -0
- telnyx/types/legacy/reporting/batch_detail_records/__init__.py +20 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +77 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +68 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +68 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +80 -0
- telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +68 -0
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py +19 -0
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +31 -0
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +31 -0
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +31 -0
- telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +31 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +79 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +91 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +91 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +102 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py +23 -0
- telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +91 -0
- telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py +17 -0
- telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py +11 -0
- telnyx/types/legacy/reporting/usage_reports/__init__.py +18 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py +29 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +43 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +43 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py +15 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +54 -0
- telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +43 -0
- telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py +26 -0
- telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py +13 -0
- telnyx/types/legacy/reporting/usage_reports/voice_create_params.py +40 -0
- telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +48 -0
- telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +48 -0
- telnyx/types/legacy/reporting/usage_reports/voice_list_params.py +15 -0
- telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +59 -0
- telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +48 -0
- 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/number_order_status_update_webhook_event.py +38 -0
- telnyx/types/numbers_feature_create_params.py +3 -2
- telnyx/types/oauth_authorize_params.py +30 -0
- telnyx/types/oauth_client_create_params.py +39 -0
- telnyx/types/oauth_client_create_response.py +63 -0
- telnyx/types/oauth_client_list_params.py +38 -0
- telnyx/types/oauth_client_list_response.py +79 -0
- telnyx/types/oauth_client_retrieve_response.py +63 -0
- telnyx/types/oauth_client_update_params.py +36 -0
- telnyx/types/oauth_client_update_response.py +63 -0
- telnyx/types/oauth_create_grant_params.py +15 -0
- telnyx/types/oauth_create_grant_response.py +10 -0
- telnyx/types/oauth_exchange_token_params.py +33 -0
- telnyx/types/oauth_exchange_token_response.py +25 -0
- telnyx/types/oauth_grant_list_params.py +17 -0
- telnyx/types/oauth_grant_list_response.py +49 -0
- telnyx/types/oauth_grant_retrieve_response.py +33 -0
- telnyx/types/oauth_grant_revoke_response.py +33 -0
- telnyx/types/oauth_introspect_token_params.py +12 -0
- telnyx/types/oauth_introspect_token_response.py +30 -0
- telnyx/types/oauth_register_client_params.py +39 -0
- telnyx/types/oauth_register_client_response.py +45 -0
- telnyx/types/oauth_retrieve_consent_response.py +47 -0
- telnyx/types/oauth_retrieve_jwks_response.py +25 -0
- 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_delete_response.py +7 -0
- telnyx/types/phone_number_detailed.py +7 -0
- telnyx/types/phone_number_list_params.py +9 -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 +10 -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.py +3 -0
- telnyx/types/porting_order_create_params.py +6 -2
- telnyx/types/porting_order_list_params.py +52 -31
- telnyx/types/porting_order_phone_number_configuration_param.py +3 -2
- telnyx/types/porting_order_update_params.py +2 -0
- 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 +22 -21
- telnyx/types/porting_orders/verification_code_send_params.py +3 -2
- telnyx/types/portout_list_params.py +11 -3
- telnyx/types/portouts/export_portouts_csv_report_param.py +3 -2
- telnyx/types/recordings/action_delete_params.py +3 -2
- telnyx/types/replaced_link_click_webhook_event.py +32 -0
- 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/shared/simple_sim_card.py +15 -0
- telnyx/types/sim_card.py +12 -0
- telnyx/types/sim_card_list_params.py +2 -1
- telnyx/types/sim_card_update_params.py +4 -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/sip_header.py +15 -0
- telnyx/types/stream_bidirectional_codec.py +1 -1
- telnyx/types/stream_codec.py +1 -1
- telnyx/types/streaming_failed_webhook_event.py +70 -0
- telnyx/types/streaming_started_webhook_event.py +53 -0
- telnyx/types/streaming_stopped_webhook_event.py +53 -0
- telnyx/types/texml_application_create_params.py +2 -2
- telnyx/types/texml_application_update_params.py +2 -2
- telnyx/types/transcription_webhook_event.py +72 -0
- telnyx/types/unwrap_webhook_event.py +138 -0
- telnyx/types/usage_report_list_params.py +5 -4
- telnyx/types/verification_trigger_call_params.py +7 -0
- telnyx/types/verified_number_create_params.py +10 -0
- telnyx/types/verify_profile.py +18 -3
- telnyx/types/verify_profile_create_params.py +6 -4
- telnyx/types/verify_profile_create_template_params.py +12 -0
- telnyx/types/verify_profile_create_template_response.py +17 -0
- telnyx/types/verify_profile_update_params.py +6 -4
- telnyx/types/verify_profile_update_template_params.py +12 -0
- telnyx/types/verify_profile_update_template_response.py +17 -0
- telnyx/types/video_region_param.py +4 -2
- telnyx/types/well_known_retrieve_authorization_server_metadata_response.py +42 -0
- telnyx/types/well_known_retrieve_protected_resource_metadata_response.py +15 -0
- telnyx/types/wireless_blocklist_create_params.py +3 -2
- telnyx/types/wireless_blocklist_update_params.py +3 -2
- {telnyx-3.0.0a0.dist-info → telnyx-3.1.0.dist-info}/METADATA +60 -19
- {telnyx-3.0.0a0.dist-info → telnyx-3.1.0.dist-info}/RECORD +545 -398
- telnyx/types/client_create_bucket_params.py +0 -13
- telnyx/types/client_delete_objects_params.py +0 -20
- telnyx/types/client_get_object_params.py +0 -15
- telnyx/types/client_list_objects_params.py +0 -13
- telnyx/types/client_put_object_params.py +0 -20
- telnyx/types/list_buckets_response.py +0 -20
- telnyx/types/list_objects_response.py +0 -24
- {telnyx-3.0.0a0.dist-info → telnyx-3.1.0.dist-info}/WHEEL +0 -0
- {telnyx-3.0.0a0.dist-info → telnyx-3.1.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,341 +1,362 @@
|
|
|
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=Jgkin-wHHN1PcYSvJfnKgtaMqyNH0aye8lcFvNtJVrI,144540
|
|
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=BbROMipL_nioBq1QDjFsPGGushYkUcGgYKi0dw51PKw,158
|
|
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
|
-
telnyx/resources/__init__.py,sha256=
|
|
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/
|
|
96
|
-
telnyx/resources/
|
|
97
|
-
telnyx/resources/
|
|
98
|
-
telnyx/resources/
|
|
99
|
-
telnyx/resources/
|
|
100
|
-
telnyx/resources/
|
|
101
|
-
telnyx/resources/
|
|
102
|
-
telnyx/resources/
|
|
103
|
-
telnyx/resources/
|
|
104
|
-
telnyx/resources/
|
|
105
|
-
telnyx/resources/
|
|
106
|
-
telnyx/resources/
|
|
107
|
-
telnyx/resources/
|
|
108
|
-
telnyx/resources/
|
|
109
|
-
telnyx/resources/
|
|
110
|
-
telnyx/resources/
|
|
111
|
-
telnyx/resources/
|
|
112
|
-
telnyx/resources/
|
|
113
|
-
telnyx/resources/
|
|
114
|
-
telnyx/resources/
|
|
115
|
-
telnyx/resources/
|
|
116
|
-
telnyx/resources/
|
|
117
|
-
telnyx/resources/
|
|
118
|
-
telnyx/resources/
|
|
119
|
-
telnyx/resources/
|
|
120
|
-
telnyx/resources/
|
|
121
|
-
telnyx/resources/
|
|
122
|
-
telnyx/resources/
|
|
123
|
-
telnyx/resources/
|
|
124
|
-
telnyx/resources/
|
|
125
|
-
telnyx/resources/
|
|
126
|
-
telnyx/resources/
|
|
127
|
-
telnyx/resources/
|
|
128
|
-
telnyx/resources/
|
|
129
|
-
telnyx/resources/
|
|
130
|
-
telnyx/resources/
|
|
131
|
-
telnyx/resources/
|
|
132
|
-
telnyx/resources/
|
|
133
|
-
telnyx/resources/
|
|
134
|
-
telnyx/resources/
|
|
135
|
-
telnyx/resources/
|
|
29
|
+
telnyx/resources/__init__.py,sha256=mrPN-Vz6TmiK-2cONjnQqIKxti2IESh2AU_6ihmA9Y0,86014
|
|
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/oauth.py,sha256=vYvXOYYxIUOhYUWsfDEtwIeNVHSefzUOjO_WFao51Bc,33125
|
|
98
|
+
telnyx/resources/oauth_clients.py,sha256=uVu7q12LJmZYsCr4Ue_TULrD6pzdErRHh_anFSGFmdA,27305
|
|
99
|
+
telnyx/resources/oauth_grants.py,sha256=UiKLjStqdlKJwfFGP-tKH_K0kGZ3PhBHnX5MaoTD9Js,12952
|
|
100
|
+
telnyx/resources/ota_updates.py,sha256=WtY8r9GqW5zn538hfaV75o_R0VgHMi5VTpxGhxOH2CM,10298
|
|
101
|
+
telnyx/resources/outbound_voice_profiles.py,sha256=mpzjFz4QL2fo4ix4mgzDh_bBXJ8Mum0M7F1ZfU2I1JY,34649
|
|
102
|
+
telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
|
|
103
|
+
telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
|
|
104
|
+
telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
|
|
105
|
+
telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=YVTS_W0SGEVGyBTjEXHx-j_1nPYeNRPptdqIjlatTgY,8042
|
|
106
|
+
telnyx/resources/portability_checks.py,sha256=SNMtbheXGQanlQAZyDkYHsfmz0C66CHrMchS5hbnl80,6793
|
|
107
|
+
telnyx/resources/porting_phone_numbers.py,sha256=g9CkZKCzOghmBAjjgBYVKdtSy4Wa7oeW7OLaqb-MhGU,7674
|
|
108
|
+
telnyx/resources/private_wireless_gateways.py,sha256=YT5Pk5Si5_uRonCetbgpoveAXS1IYVy0REgvrfh56E4,20600
|
|
109
|
+
telnyx/resources/public_internet_gateways.py,sha256=ViG1pk7KacxQZxS8vjqiWCcuqwAy-c_nQ46C4jHZIYI,18304
|
|
110
|
+
telnyx/resources/recording_transcriptions.py,sha256=YF16HMQwLB9O3Pjd69t-6KD6rH87I-EPBDgqPi3Ucps,12724
|
|
111
|
+
telnyx/resources/regions.py,sha256=Wan4QiVvyq9ecWyr2O8-Dl022zYTw6S0U3zHmAPHf48,4963
|
|
112
|
+
telnyx/resources/regulatory_requirements.py,sha256=Ha3huc4u1Napee_4LLJ_04v9pZ-V7RiY8zsKr_2SKrQ,7493
|
|
113
|
+
telnyx/resources/requirement_groups.py,sha256=1mctlV_YF0BVfYJMiWxQBeNqdw4WdDwv0LqjoMzkKKE,24714
|
|
114
|
+
telnyx/resources/requirement_types.py,sha256=vpVwQ956ttN4VjUsLhZoC7pb9q7KO_aUF80q_fDEaF8,10797
|
|
115
|
+
telnyx/resources/requirements.py,sha256=MkXkO93aA35G9QKYgsGKSJgoOoYwU6UtecWS6kDKewg,11554
|
|
116
|
+
telnyx/resources/room_compositions.py,sha256=RrgXQDTI-9EDNXnn7UB6tvE87g5mlY9UssDOkOkm7tM,21054
|
|
117
|
+
telnyx/resources/room_participants.py,sha256=JbHcLvEIEUcTAjeBde1omiwhrLcu9vKDZvkj8Gj9-Xs,11428
|
|
118
|
+
telnyx/resources/room_recordings.py,sha256=1OGb_jq8-piZO0QkkiMRAsq4mWdiah_YtDTRnWHLNxI,19391
|
|
119
|
+
telnyx/resources/seti.py,sha256=XnS9rB8EVKjJ2sBVB7LYoMym7YFWhEn3jl2J1tc8vlg,6905
|
|
120
|
+
telnyx/resources/short_codes.py,sha256=OyPoxNInsowFYbAurniwOuTyG048M3uKh_xauNBHN18,13969
|
|
121
|
+
telnyx/resources/sim_card_data_usage_notifications.py,sha256=u_pHX_3RtIXJq7H3s4XOHnftovpR9BdDKH9kOoU-ero,23645
|
|
122
|
+
telnyx/resources/sim_card_order_preview.py,sha256=wxUQ8qPSDUhqLWrbj7n3pE5_d_ZXyt4aTF_ToMaQpBE,7302
|
|
123
|
+
telnyx/resources/sim_card_orders.py,sha256=uO2pWSd9ei2dIuGQYQMYx4Tl8SvvK0wBPimpqz-RAfk,14822
|
|
124
|
+
telnyx/resources/siprec_connectors.py,sha256=m5bvbOtlS_DtIrLaZXCOPMT6_cCxI-juslG3vl9ka1Q,18573
|
|
125
|
+
telnyx/resources/sub_number_orders.py,sha256=ONRowPczElMqNYkXynDTy5tZK2Wud44h66oWaVdrKvM,22839
|
|
126
|
+
telnyx/resources/sub_number_orders_report.py,sha256=ZzYP21kwHJYmgrlgnAqfXgvFMUSdJ8H6tpO7yI6XO44,15726
|
|
127
|
+
telnyx/resources/telephony_credentials.py,sha256=drtv_ygtCfWL_Ckh4oQAYPALlUApC3DbwKOwu1zvOgk,26344
|
|
128
|
+
telnyx/resources/texml_applications.py,sha256=1nvAwElRcyHPpiEMauFLqSlrwY99OJNjNlfXi2oPzMg,34482
|
|
129
|
+
telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZVQvcE,12476
|
|
130
|
+
telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
|
|
131
|
+
telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
|
|
132
|
+
telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
|
|
133
|
+
telnyx/resources/verify_profiles.py,sha256=0gMEoLGLd8PhHuchBGNVA4pnM3CeDWgCf_U4xvxxdHo,32424
|
|
134
|
+
telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
|
|
135
|
+
telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
|
|
136
|
+
telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
|
|
137
|
+
telnyx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
|
|
138
|
+
telnyx/resources/well_known.py,sha256=3Nm9gDqj9nDawaMoSj-yy3z_3dhDdBjK0NqOR0NJg4I,8881
|
|
139
|
+
telnyx/resources/wireguard_interfaces.py,sha256=wxfoFKlIQ4We6Zi9huXfN2Y_xAYZN5_IK6ziEGggM4I,18414
|
|
140
|
+
telnyx/resources/wireguard_peers.py,sha256=FefL6ivnxn6uq2vJY6hvzCzTm1wlqWiifc4D81QYSSE,24615
|
|
141
|
+
telnyx/resources/wireless_blocklist_values.py,sha256=uT-_XtdN7WLWGnB6woQp7OWqVNsS7S_KjQp2Yy5J3E0,7287
|
|
142
|
+
telnyx/resources/wireless_blocklists.py,sha256=qqtwm-PA2dh2qOOL-kin9sIfxJcI5cfhrEZNdZSRDsw,22754
|
|
136
143
|
telnyx/resources/actions/__init__.py,sha256=VN20oGg2PPDqNzueSMHE9Naa3YRB2FmdkXAAN_4bFIg,1517
|
|
137
144
|
telnyx/resources/actions/actions.py,sha256=vwopKPMSsjSTDKeSP0xEjAvI8pinCNbmKcUPKOBRqOQ,4828
|
|
138
|
-
telnyx/resources/actions/purchase.py,sha256=
|
|
139
|
-
telnyx/resources/actions/register.py,sha256=
|
|
145
|
+
telnyx/resources/actions/purchase.py,sha256=iaRrU3gGNod4JOsRIckHN8YrdvcSIyKtuZngzU5WFLM,9215
|
|
146
|
+
telnyx/resources/actions/register.py,sha256=CO2XVKneKsPPRH_W7d0BRHyg8XyMybgG6q2qhX9V3HY,8171
|
|
140
147
|
telnyx/resources/addresses/__init__.py,sha256=WzZO1-fZmX_-MJHYGQWkSL0Y-UdfQAOL2AHNC5a5Vdc,1054
|
|
141
|
-
telnyx/resources/addresses/actions.py,sha256=
|
|
142
|
-
telnyx/resources/addresses/addresses.py,sha256=
|
|
148
|
+
telnyx/resources/addresses/actions.py,sha256=Cq_AjvGER7JKqmTQmjoAIYv2TMOkKo96HvamCs0YsiI,12490
|
|
149
|
+
telnyx/resources/addresses/addresses.py,sha256=87tRjzsAauMnzRu6cjO2vcEaRHFZ0VXpt2408go5rsU,26400
|
|
143
150
|
telnyx/resources/ai/__init__.py,sha256=vRse5K6qkv7nfwqZETr-is6oSj88tp2hrbx1X6Xx7PM,3885
|
|
144
|
-
telnyx/resources/ai/ai.py,sha256=
|
|
145
|
-
telnyx/resources/ai/audio.py,sha256=
|
|
146
|
-
telnyx/resources/ai/chat.py,sha256=
|
|
147
|
-
telnyx/resources/ai/clusters.py,sha256=
|
|
151
|
+
telnyx/resources/ai/ai.py,sha256=b92dl8eskEa2xlq_STUdiLB2xOT0TmJaK914LrEIsC4,18009
|
|
152
|
+
telnyx/resources/ai/audio.py,sha256=4s-xiVp_wFBLDOfN5ZAxsnQbBdKgRhqjZHhfmN9YkCo,10485
|
|
153
|
+
telnyx/resources/ai/chat.py,sha256=_XX3x2FxTZVHBNYT-wg23xqRR9sAIjsmS_fEgb5mEL8,18414
|
|
154
|
+
telnyx/resources/ai/clusters.py,sha256=ysG8tYAcsl-vZxiQ4lt6Yxj9Oh6hYgZAD4fJVoSJrL0,23144
|
|
148
155
|
telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
|
|
149
|
-
telnyx/resources/ai/assistants/assistants.py,sha256=
|
|
150
|
-
telnyx/resources/ai/assistants/canary_deploys.py,sha256=
|
|
151
|
-
telnyx/resources/ai/assistants/scheduled_events.py,sha256=
|
|
152
|
-
telnyx/resources/ai/assistants/tools.py,sha256=
|
|
153
|
-
telnyx/resources/ai/assistants/versions.py,sha256=
|
|
156
|
+
telnyx/resources/ai/assistants/assistants.py,sha256=JRPCUov-qhSFGFXxEIP7PgXHRVSdwfkDzsPtJCZSVlM,56109
|
|
157
|
+
telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
|
|
158
|
+
telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
|
|
159
|
+
telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
|
|
160
|
+
telnyx/resources/ai/assistants/versions.py,sha256=7wn7059ZiOl85xnxfr_KJIBTHohYe7BBHaUwn4sX3pE,29048
|
|
154
161
|
telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
|
|
155
|
-
telnyx/resources/ai/assistants/tests/runs.py,sha256=
|
|
156
|
-
telnyx/resources/ai/assistants/tests/tests.py,sha256=
|
|
162
|
+
telnyx/resources/ai/assistants/tests/runs.py,sha256=qTKnqb_8xCpIlNaI3nakcz6I0m52sDR-xllQVNQOb6Y,14621
|
|
163
|
+
telnyx/resources/ai/assistants/tests/tests.py,sha256=dwrqw6FV0lZKtLDAkSLC8wh45zV5qOTXNxoN6_xwnCI,29714
|
|
157
164
|
telnyx/resources/ai/assistants/tests/test_suites/__init__.py,sha256=wTdI7qo8_d2SnlfmHLKyHgFyh7-OfkBfgVXt2FpT57Q,1029
|
|
158
|
-
telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=
|
|
159
|
-
telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=
|
|
165
|
+
telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=O6aG_E7HiMaZrBuqtl4GxNrmGXOraDxMJJs3NOJgKEo,11862
|
|
166
|
+
telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=Vj56vUukvEd6sV9j78d6N24MaeL4KaQAnqPXj4KjtUs,6341
|
|
160
167
|
telnyx/resources/ai/conversations/__init__.py,sha256=E0T0_VEZjLTBGAbDf9LZGPaAZCns8GrSTW6oXkPA_d4,2137
|
|
161
|
-
telnyx/resources/ai/conversations/conversations.py,sha256=
|
|
162
|
-
telnyx/resources/ai/conversations/insights.py,sha256=
|
|
163
|
-
telnyx/resources/ai/conversations/messages.py,sha256=
|
|
168
|
+
telnyx/resources/ai/conversations/conversations.py,sha256=iGfFcfJIdd5jxCVsIodkI4i4h9PyNu4IymS4RmobAXk,38859
|
|
169
|
+
telnyx/resources/ai/conversations/insights.py,sha256=Was9S1yLcgLJJgSnrIcen70hjoUHI864QlcRqOXYC3U,20496
|
|
170
|
+
telnyx/resources/ai/conversations/messages.py,sha256=6ca-yu30N_DWsaaQrVuhglmWI59kN4vqZG5ZAP-mFAQ,6162
|
|
164
171
|
telnyx/resources/ai/conversations/insight_groups/__init__.py,sha256=BECCfROCjeQXyebDMpckN8GnyXA8uwQfzBiZXMVgqjA,1120
|
|
165
|
-
telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=
|
|
166
|
-
telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=
|
|
172
|
+
telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=HVHQMadZkYXinrIKXCalkIeDCMXNFF6rrWJMbMISRs0,22303
|
|
173
|
+
telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=z4h5BDWnJwWL2PEkegexxB7DhfSpFWzloVGRI8sDfVs,10032
|
|
167
174
|
telnyx/resources/ai/embeddings/__init__.py,sha256=PSS3P26wVVgM4MjdKqw87xocgC3_jV1ohpUVQ2xeixM,1067
|
|
168
|
-
telnyx/resources/ai/embeddings/buckets.py,sha256=
|
|
169
|
-
telnyx/resources/ai/embeddings/embeddings.py,sha256=
|
|
175
|
+
telnyx/resources/ai/embeddings/buckets.py,sha256=ww4lcCrYZHdSqyuFF3lBUZ9C6gjxlYoEb36CexGRWUs,11519
|
|
176
|
+
telnyx/resources/ai/embeddings/embeddings.py,sha256=9iQMrL-8L0h0iSoE7oVPLn4FokfHYvzTXBauA9tCIQM,29213
|
|
170
177
|
telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4jqUsUDUi02rTbC4,1029
|
|
171
178
|
telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
|
|
172
|
-
telnyx/resources/ai/fine_tuning/jobs.py,sha256=
|
|
179
|
+
telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
|
|
173
180
|
telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
|
|
174
|
-
telnyx/resources/brand/brand.py,sha256=
|
|
175
|
-
telnyx/resources/brand/external_vetting.py,sha256=
|
|
181
|
+
telnyx/resources/brand/brand.py,sha256=3zB8T7m-c2da9LkPAvEMIFEN58OmqhtKjYoqDttfS7k,50066
|
|
182
|
+
telnyx/resources/brand/external_vetting.py,sha256=IJ-T2y-gVSyql0tJafJTXzvepisywXK1Tmus741VS6o,15226
|
|
176
183
|
telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
|
|
177
|
-
telnyx/resources/bundle_pricing/billing_bundles.py,sha256=
|
|
184
|
+
telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-64OF_pUFnH9FhzW0EhVSfQ,11975
|
|
178
185
|
telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
|
|
179
|
-
telnyx/resources/bundle_pricing/user_bundles.py,sha256=
|
|
186
|
+
telnyx/resources/bundle_pricing/user_bundles.py,sha256=d44DFB_SSgXQcFceR3vY4wsQ8pukdATqWoSBoLUcYLA,28714
|
|
180
187
|
telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
|
|
181
|
-
telnyx/resources/calls/actions.py,sha256=
|
|
182
|
-
telnyx/resources/calls/calls.py,sha256=
|
|
188
|
+
telnyx/resources/calls/actions.py,sha256=I0_s1pjfIZdUhw6huZmCrgdkxb6Fj2Sv4d2I4yChx4Y,308792
|
|
189
|
+
telnyx/resources/calls/calls.py,sha256=XdR-_hUTqdpnylpMCBFxKgwEsWG0yuIxArwzyTogNNQ,44443
|
|
183
190
|
telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
|
|
184
|
-
telnyx/resources/campaign/campaign.py,sha256=
|
|
185
|
-
telnyx/resources/campaign/osr.py,sha256=
|
|
186
|
-
telnyx/resources/campaign/usecase.py,sha256=
|
|
191
|
+
telnyx/resources/campaign/campaign.py,sha256=CDmsWo_1eAg9tIdAu9SwU-8xTusuxSU76o2V_mKuCiI,41458
|
|
192
|
+
telnyx/resources/campaign/osr.py,sha256=q-xqVNbfaDh73WYjcwNiPmQ9kUFO0lncRaAKcdIojkk,5764
|
|
193
|
+
telnyx/resources/campaign/usecase.py,sha256=ffkuYfHHU93B4LITRJJ8iyAfa_q30FH0KAHAhBSQ8Ic,6092
|
|
187
194
|
telnyx/resources/campaign_builder/__init__.py,sha256=mXUQxXn8C_VC9EfazTXR2Uby4-ZazQS7S4nhuNjWJ0Y,1107
|
|
188
|
-
telnyx/resources/campaign_builder/brand.py,sha256=
|
|
189
|
-
telnyx/resources/campaign_builder/campaign_builder.py,sha256=
|
|
195
|
+
telnyx/resources/campaign_builder/brand.py,sha256=4GJYN9amW4CvZ1_lsqOR8lrhNmxln3ctkF3DRHruoAw,6544
|
|
196
|
+
telnyx/resources/campaign_builder/campaign_builder.py,sha256=jkyNP-p9ff6Yecn9zyNzCGjjeTVZUzoXryT5NDTd7x8,22657
|
|
190
197
|
telnyx/resources/conferences/__init__.py,sha256=omYb2ssvce-OpSlKNGbIkXBaQFaE0PYSMV7Q-g9JRHg,1080
|
|
191
|
-
telnyx/resources/conferences/actions.py,sha256=
|
|
192
|
-
telnyx/resources/conferences/conferences.py,sha256=
|
|
198
|
+
telnyx/resources/conferences/actions.py,sha256=5MDYgUUSDX13TOkpbbTZL_s3zy0k3bmTkmEOcLiGGvY,84961
|
|
199
|
+
telnyx/resources/conferences/conferences.py,sha256=8qYsqQHMSyxs7Twu1L24OIswNy_l82d_r5c1jC5B3Jk,27834
|
|
193
200
|
telnyx/resources/credential_connections/__init__.py,sha256=81iT_jEVYsPVEtnMBmM75XlgI5D6u4-1p1a3Gl2j7D0,1211
|
|
194
|
-
telnyx/resources/credential_connections/actions.py,sha256=
|
|
195
|
-
telnyx/resources/credential_connections/credential_connections.py,sha256=
|
|
201
|
+
telnyx/resources/credential_connections/actions.py,sha256=kPIMpcPp8y5SpdBZ2bxjuT0QHXenvVds5qdtMqpWi1c,6583
|
|
202
|
+
telnyx/resources/credential_connections/credential_connections.py,sha256=R_kZnfrn8X1wPI-xLS6-Wk0hD43g-f1VwVRmJS4wJPA,46202
|
|
196
203
|
telnyx/resources/external_connections/__init__.py,sha256=Wh4TgdigAO9vIeadftwG3-pWOm4llfA1cDPdFBsb7mc,3261
|
|
197
|
-
telnyx/resources/external_connections/civic_addresses.py,sha256=
|
|
198
|
-
telnyx/resources/external_connections/external_connections.py,sha256=
|
|
199
|
-
telnyx/resources/external_connections/log_messages.py,sha256=
|
|
200
|
-
telnyx/resources/external_connections/phone_numbers.py,sha256=
|
|
201
|
-
telnyx/resources/external_connections/releases.py,sha256=
|
|
202
|
-
telnyx/resources/external_connections/uploads.py,sha256
|
|
204
|
+
telnyx/resources/external_connections/civic_addresses.py,sha256=lo1MmrRf466MloDpJpeox3BDXofp0vJ3ZvamCMu-lds,10745
|
|
205
|
+
telnyx/resources/external_connections/external_connections.py,sha256=UD0soU32mvBlMMoB-5rnQcengAd4bsQIModtv2Hsgpg,39083
|
|
206
|
+
telnyx/resources/external_connections/log_messages.py,sha256=g5GOTXjJqmwgUmgYYyoS_LS8LbySlk4OVamDVasYGlk,13920
|
|
207
|
+
telnyx/resources/external_connections/phone_numbers.py,sha256=ZlSl19IIKqv-fpmWpF4At88gZWfzScC1l_OT4ImNr_o,15647
|
|
208
|
+
telnyx/resources/external_connections/releases.py,sha256=0dpSetqokbexHVpZEq85kA8ilrl28wJXNHPkc_WlGro,11293
|
|
209
|
+
telnyx/resources/external_connections/uploads.py,sha256=K64QQfYfM2noQEljENTLpTgLrAOvAQLavZgf-Lr5fro,27143
|
|
203
210
|
telnyx/resources/faxes/__init__.py,sha256=De06LWWuy8Yzbul2Z-FrFA_cSwHPu1eaO-yU8OtefJ0,1002
|
|
204
|
-
telnyx/resources/faxes/actions.py,sha256=
|
|
205
|
-
telnyx/resources/faxes/faxes.py,sha256=
|
|
211
|
+
telnyx/resources/faxes/actions.py,sha256=4737CAhiFs6sR04p2nnwpM6chGz-jpBD9fB_gn1jt10,9122
|
|
212
|
+
telnyx/resources/faxes/faxes.py,sha256=fmyGOme2pFr1veRG0UwwM069cg4eyJv-Mu8i89WorOM,25333
|
|
213
|
+
telnyx/resources/legacy/__init__.py,sha256=JqqLfwajUMA5QV052mWmK5FaJF4SiDtWtlNmmQ7e-Xo,1041
|
|
214
|
+
telnyx/resources/legacy/legacy.py,sha256=Ftl-qt6PbB-dl7uH5EiVcceozamNzt2zfQtkN-srCgg,3700
|
|
215
|
+
telnyx/resources/legacy/reporting/__init__.py,sha256=3ee4QRN4sCN9G3M4smL1lziUVChYh5PTg5QH52vMp5w,1728
|
|
216
|
+
telnyx/resources/legacy/reporting/reporting.py,sha256=2L7BBLbb3dJtDN4usZ8LhLrviquXZAwE9MTkydRi6i4,5384
|
|
217
|
+
telnyx/resources/legacy/reporting/batch_detail_records/__init__.py,sha256=OGLf0AUUsy5xEm78cVs--KiF3TTNvSaFWQQkfk0MSxk,2166
|
|
218
|
+
telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py,sha256=eJ5S3WUt4t8wB6iObJYnZOMqKluzdUhCMoNGtxkYsko,6575
|
|
219
|
+
telnyx/resources/legacy/reporting/batch_detail_records/messaging.py,sha256=8hQAl2HicAR-lzzVJyBp7rzZYjU_HwHbPjhuyPI4-MI,19328
|
|
220
|
+
telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py,sha256=RGppjIeU-DoDBjOCH42aluJvTFlA6izEEQrKfqJLDF0,16070
|
|
221
|
+
telnyx/resources/legacy/reporting/batch_detail_records/voice.py,sha256=Q02i-D_CMBPvSkZcbPwGZqwNNMFLz2XsqM_fqmMsdn4,21276
|
|
222
|
+
telnyx/resources/legacy/reporting/usage_reports/__init__.py,sha256=C55MHwuoFklSPKV3Wlqrqv7SNksnZG_KE6gYy68D4A8,2086
|
|
223
|
+
telnyx/resources/legacy/reporting/usage_reports/messaging.py,sha256=-Seosuu29bz7Ujyu0p8tp9oCJ9ODNSL78QCC4FZRKSw,18160
|
|
224
|
+
telnyx/resources/legacy/reporting/usage_reports/number_lookup.py,sha256=dndBHNycZlUCoMlioz1kUZk78yqX8ulizc3Ri7hbnSg,17756
|
|
225
|
+
telnyx/resources/legacy/reporting/usage_reports/usage_reports.py,sha256=Ql4HG87JBMSq65ZD8OA84IRYAKw09LSQ9fq-4AG9xxI,11122
|
|
226
|
+
telnyx/resources/legacy/reporting/usage_reports/voice.py,sha256=ZmuNFWopHfANO1MjuCjXNsUVWbigRBd-QPma1HCh-lk,18646
|
|
206
227
|
telnyx/resources/managed_accounts/__init__.py,sha256=EoKq6ptLTh1aE0YVPAo39ZAUsU3lBxce13N1p3nmE8c,1133
|
|
207
|
-
telnyx/resources/managed_accounts/actions.py,sha256=
|
|
208
|
-
telnyx/resources/managed_accounts/managed_accounts.py,sha256=
|
|
228
|
+
telnyx/resources/managed_accounts/actions.py,sha256=0KVsfep-eYUlGkuVnjcQShOjkosvZuI5bjdr9R6iJ1Q,10582
|
|
229
|
+
telnyx/resources/managed_accounts/managed_accounts.py,sha256=ms-QLhiK4ZU13rSL6DohnMytmdRdQAHx0QEtVyYOcIw,33920
|
|
209
230
|
telnyx/resources/messages/__init__.py,sha256=MIdmEB4u5Q1BCJBI1SkBqDqOruL7it4EOhs49-mHXH8,989
|
|
210
|
-
telnyx/resources/messages/messages.py,sha256=
|
|
211
|
-
telnyx/resources/messages/rcs.py,sha256=
|
|
231
|
+
telnyx/resources/messages/messages.py,sha256=8eG6vy2tzi0O6hxugZY49EVmBle9WkZmlZaNz5lw654,56972
|
|
232
|
+
telnyx/resources/messages/rcs.py,sha256=oLO-u3Lh4Ua3MW4SJBXC9aKNAvA030oUC-ZujHbzkPQ,7240
|
|
212
233
|
telnyx/resources/messaging/__init__.py,sha256=LNf5b86iirmOWWMl2D7McVcCly7IIs0zumVmwgYXBvY,1002
|
|
213
234
|
telnyx/resources/messaging/messaging.py,sha256=G-4gKvfg60A-R1KjY5rPlqq702ZA7B0li_jDVEf6l3o,3628
|
|
214
235
|
telnyx/resources/messaging/rcs/__init__.py,sha256=cl0dbvKZcV2q5we4U_qKw7GbWl0JrlppiiafBusl5Yc,963
|
|
215
|
-
telnyx/resources/messaging/rcs/agents.py,sha256=
|
|
216
|
-
telnyx/resources/messaging/rcs/rcs.py,sha256=
|
|
236
|
+
telnyx/resources/messaging/rcs/agents.py,sha256=n2TFeHaPQL3HlYsFKnTb4mV4PMfvfy-Z4_7BjJPs14E,13483
|
|
237
|
+
telnyx/resources/messaging/rcs/rcs.py,sha256=RwIdn5EYFPT0kI2H_8GQHKiRh_pqZtVy4Jvv7MwRob4,15040
|
|
217
238
|
telnyx/resources/messaging_hosted_number_orders/__init__.py,sha256=KLUjxUfCFX2X4WQEZxydkTrmT_pOZWr4ViXnv_L4kAI,1291
|
|
218
|
-
telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=
|
|
219
|
-
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=
|
|
239
|
+
telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRlqTr2GHwoTGprBpkUV_mjvmpqTVNrM,8144
|
|
240
|
+
telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
|
|
220
241
|
telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
|
|
221
|
-
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=
|
|
222
|
-
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=
|
|
242
|
+
telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
|
|
243
|
+
telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=tD0mGNkfh9D46_Y8tIP9ZWOZqo9xDHIXvaM2MDXkrf4,45567
|
|
223
244
|
telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
|
|
224
245
|
telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
|
|
225
246
|
telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
|
|
226
|
-
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=
|
|
247
|
+
telnyx/resources/messaging_tollfree/verification/requests.py,sha256=fq2KuRrKSH9FNJ4Kv9jaAzQBMz0UOvWdvvrZ_iSIWaY,37091
|
|
227
248
|
telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
|
|
228
249
|
telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
|
|
229
|
-
telnyx/resources/networks/default_gateway.py,sha256=
|
|
230
|
-
telnyx/resources/networks/networks.py,sha256=
|
|
250
|
+
telnyx/resources/networks/default_gateway.py,sha256=a6PX1uKfEbH9G6KmYUpW87sdwUxBYfZZE0DPVseW0Yk,13030
|
|
251
|
+
telnyx/resources/networks/networks.py,sha256=Ww_SjJ6aj2l-Dl9lVPirJyLa-IOA0iq4LHZiZubtg8A,25161
|
|
231
252
|
telnyx/resources/number_reservations/__init__.py,sha256=2vUeYMc_LL6lIzkZu1Mc_iYTP5c1J3lRsuDa0fpVIGc,1172
|
|
232
|
-
telnyx/resources/number_reservations/actions.py,sha256=
|
|
233
|
-
telnyx/resources/number_reservations/number_reservations.py,sha256=
|
|
253
|
+
telnyx/resources/number_reservations/actions.py,sha256=ztBYKHeGvs_fgzS3PqHCoi_kZuU3bNmnnZ1nQ3XeJHg,6199
|
|
254
|
+
telnyx/resources/number_reservations/number_reservations.py,sha256=Pox8DTv2x-PaCWuoI6fdXxExDyMOF2lwrqwEx52mYls,16314
|
|
234
255
|
telnyx/resources/operator_connect/__init__.py,sha256=9JOS3qWSGx9l6uK1HtSrE7JU9fflOJjffilejGcMMQk,1133
|
|
235
|
-
telnyx/resources/operator_connect/actions.py,sha256
|
|
256
|
+
telnyx/resources/operator_connect/actions.py,sha256=Avd_oVNnGdtlN_X65OX5TvPjnjD3YfNQPEpjGeh-wzM,5808
|
|
236
257
|
telnyx/resources/operator_connect/operator_connect.py,sha256=EwCfCwVYecjzHmlSS7JdVJKgPwYg7T6I7bFJUnDmdrs,3972
|
|
237
258
|
telnyx/resources/payment/__init__.py,sha256=EzDOQYO-nGszQg5suN7-sNGiFFU95rgtsLlqBiQTVhw,1160
|
|
238
|
-
telnyx/resources/payment/auto_recharge_prefs.py,sha256=
|
|
259
|
+
telnyx/resources/payment/auto_recharge_prefs.py,sha256=Ve-AExpcofe14vwCQNO5FQUsUlIrc0TBf4AzsurlfKE,10638
|
|
239
260
|
telnyx/resources/payment/payment.py,sha256=jMVwQHMApiaMhg9mFfPjwCw-ISvR3stmomo3v_z7oS0,3980
|
|
240
261
|
telnyx/resources/phone_number_blocks/__init__.py,sha256=gX2I3LXif9roUAq8XFBNgSlHFv_Isko3yN5BN_TI5RY,1121
|
|
241
|
-
telnyx/resources/phone_number_blocks/jobs.py,sha256=
|
|
262
|
+
telnyx/resources/phone_number_blocks/jobs.py,sha256=fct7SZOHiUjEQ30E7o5QAWEMUilJwlJN9DRdQxNM8Ww,14651
|
|
242
263
|
telnyx/resources/phone_number_blocks/phone_number_blocks.py,sha256=qzcim3BsiBxAmlwBlw0euA7Rrtsa9nwfQqbt6Ch8AMA,3973
|
|
243
264
|
telnyx/resources/phone_numbers/__init__.py,sha256=EH9BdCk9pCSj-YAo3QzC4jZypbYDy2Rq3P2ubQ0btD0,3462
|
|
244
|
-
telnyx/resources/phone_numbers/actions.py,sha256=
|
|
245
|
-
telnyx/resources/phone_numbers/csv_downloads.py,sha256=
|
|
246
|
-
telnyx/resources/phone_numbers/jobs.py,sha256=
|
|
247
|
-
telnyx/resources/phone_numbers/messaging.py,sha256=
|
|
248
|
-
telnyx/resources/phone_numbers/phone_numbers.py,sha256=
|
|
249
|
-
telnyx/resources/phone_numbers/voice.py,sha256=
|
|
250
|
-
telnyx/resources/phone_numbers/voicemail.py,sha256=
|
|
265
|
+
telnyx/resources/phone_numbers/actions.py,sha256=OMEbIjrHsTnWzqjB2IoCx8FTDUv2I0hOqJkj6buwmNw,15761
|
|
266
|
+
telnyx/resources/phone_numbers/csv_downloads.py,sha256=BWkYDmnaFtYyfChl-UzLQzsVL-KADzN7MxXJsJxnSNs,14484
|
|
267
|
+
telnyx/resources/phone_numbers/jobs.py,sha256=7u4y69wwDWjI7nChYHGEZQIc7PSjc21BTwdbcmYDvZc,29824
|
|
268
|
+
telnyx/resources/phone_numbers/messaging.py,sha256=hhSPnzTkoaSIZtyqkVjdtO_PmZ0_pI2WzR03pCYmwDc,14870
|
|
269
|
+
telnyx/resources/phone_numbers/phone_numbers.py,sha256=uWCoQTaNkVAJdrh2STDUq8hC9moRuYqOtfHFZ9wdNkg,33853
|
|
270
|
+
telnyx/resources/phone_numbers/voice.py,sha256=xBPJmLXbwsBqvJDhPQRY1652jhtury_mX3VAO2nZZVo,19162
|
|
271
|
+
telnyx/resources/phone_numbers/voicemail.py,sha256=ywvdYgUW2frcUfO2SX6YyPe-8U093jJw_I_RbhQkyHM,14268
|
|
251
272
|
telnyx/resources/porting/__init__.py,sha256=RU_ehBaIwEgNLAD_M-atJPrJRuqlL2CeCoRozROpLTc,2072
|
|
252
|
-
telnyx/resources/porting/events.py,sha256=
|
|
253
|
-
telnyx/resources/porting/loa_configurations.py,sha256=
|
|
254
|
-
telnyx/resources/porting/porting.py,sha256=
|
|
255
|
-
telnyx/resources/porting/reports.py,sha256=
|
|
273
|
+
telnyx/resources/porting/events.py,sha256=X7U3JtFugzX7WDgQ-neArGO5ne48Ey-ccMjqx-hc0hM,13114
|
|
274
|
+
telnyx/resources/porting/loa_configurations.py,sha256=UqbWN4Jnh6FYLSEU4KwhOzpoF_GR9L5rjvHD1ApXq4w,31193
|
|
275
|
+
telnyx/resources/porting/porting.py,sha256=8MQKOoCLQjbInsVkSJCl884Vbip3Uzu0iSlPy0ryT9U,8715
|
|
276
|
+
telnyx/resources/porting/reports.py,sha256=gORoPeA-Hq-h7-hz8a4A70Ahq0JIMdZQ31OwYFhC8Qk,13955
|
|
256
277
|
telnyx/resources/porting_orders/__init__.py,sha256=GrrSKuKtG_bWUoIUjT3WCt2p_JeAIegF59K7f372eAU,6560
|
|
257
|
-
telnyx/resources/porting_orders/action_requirements.py,sha256=
|
|
258
|
-
telnyx/resources/porting_orders/actions.py,sha256=
|
|
259
|
-
telnyx/resources/porting_orders/activation_jobs.py,sha256=
|
|
260
|
-
telnyx/resources/porting_orders/additional_documents.py,sha256=
|
|
261
|
-
telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=
|
|
262
|
-
telnyx/resources/porting_orders/comments.py,sha256=
|
|
263
|
-
telnyx/resources/porting_orders/phone_number_blocks.py,sha256=
|
|
264
|
-
telnyx/resources/porting_orders/phone_number_configurations.py,sha256=
|
|
265
|
-
telnyx/resources/porting_orders/phone_number_extensions.py,sha256=
|
|
266
|
-
telnyx/resources/porting_orders/porting_orders.py,sha256=
|
|
267
|
-
telnyx/resources/porting_orders/verification_codes.py,sha256=
|
|
278
|
+
telnyx/resources/porting_orders/action_requirements.py,sha256=6e3clL-JmXXtHnKl2FlYmJgkjM8YdNhUGHqJ6EEN3L4,12934
|
|
279
|
+
telnyx/resources/porting_orders/actions.py,sha256=ccqeqBiOr0nCzYZUV4j4TNjuMvgInUJFCD_i1xBf5ts,16632
|
|
280
|
+
telnyx/resources/porting_orders/activation_jobs.py,sha256=tmxG_7AOhA1qhmuoAETwfOzwieOd7P1Yh5DJRcUYIs4,14881
|
|
281
|
+
telnyx/resources/porting_orders/additional_documents.py,sha256=g7gAx1Yj82XxapIBtDLrKLw6xT3pHlejrxf5y4G1PGs,15941
|
|
282
|
+
telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=rZfQtFkmqJjKsZPXukEn-t060zsVYt6Lod3mRWt4OPo,17423
|
|
283
|
+
telnyx/resources/porting_orders/comments.py,sha256=Laa0mkjS3_D9dZDlq9DdYDKtjaL7oIokeTICOyqY6Sc,10024
|
|
284
|
+
telnyx/resources/porting_orders/phone_number_blocks.py,sha256=SCRP4gkUvNd27vWjKbnifD7-nPtgVw3KmghdKNxI54o,16983
|
|
285
|
+
telnyx/resources/porting_orders/phone_number_configurations.py,sha256=M6HKR5AksqObihyKgJxZduXYKa4ObW2EEx7tPuYTWtE,12463
|
|
286
|
+
telnyx/resources/porting_orders/phone_number_extensions.py,sha256=2_N11R140E3gEzTmhlJYcCTIOIhHCRV12uPfPE7i95k,17609
|
|
287
|
+
telnyx/resources/porting_orders/porting_orders.py,sha256=z2NB_9sltqCx6MUlFMMZfmX0mPYir144ay9Jj6Tbxxo,62307
|
|
288
|
+
telnyx/resources/porting_orders/verification_codes.py,sha256=j-Z0M0xDcVVgpmV9QdNHbJbZnmadrnG9M0AniOMy66I,16069
|
|
268
289
|
telnyx/resources/portouts/__init__.py,sha256=mX6do8iVPgKT6DoJ2fZRgCX1q4ENrqf1L3MFYGzGlW8,2587
|
|
269
|
-
telnyx/resources/portouts/comments.py,sha256=
|
|
270
|
-
telnyx/resources/portouts/events.py,sha256
|
|
271
|
-
telnyx/resources/portouts/portouts.py,sha256=
|
|
272
|
-
telnyx/resources/portouts/reports.py,sha256=
|
|
273
|
-
telnyx/resources/portouts/supporting_documents.py,sha256=
|
|
290
|
+
telnyx/resources/portouts/comments.py,sha256=7mWCjK7U5mjP47E6UC7Tc_7xknZCrSWZ65HvAVLjep0,9429
|
|
291
|
+
telnyx/resources/portouts/events.py,sha256=-cFXR0vKfB5sCP8it4nvd3nLGYNRgF2xpMjALW2A13g,13097
|
|
292
|
+
telnyx/resources/portouts/portouts.py,sha256=L3gaSdDNNymGVaASHpKqLbfzC3EOZ3WrmJYkuLuviaw,24252
|
|
293
|
+
telnyx/resources/portouts/reports.py,sha256=_bviLVJk9DC7nKCEFgHgwrM8K2r18GF820g-DkSTzwY,13927
|
|
294
|
+
telnyx/resources/portouts/supporting_documents.py,sha256=PLqlETSjM1W-4PvUV54sg8h8nZdcwtYODXWwcmVUBxs,10408
|
|
274
295
|
telnyx/resources/queues/__init__.py,sha256=imHzIAoSCvwhKbR_NdPVytFiu9a8xmjGKTDzvj78c6o,989
|
|
275
|
-
telnyx/resources/queues/calls.py,sha256=
|
|
276
|
-
telnyx/resources/queues/queues.py,sha256=
|
|
296
|
+
telnyx/resources/queues/calls.py,sha256=A33wkOC6WU1cC7Xm25OtIpOPxA7Rv4kART_K5jepP7s,10158
|
|
297
|
+
telnyx/resources/queues/queues.py,sha256=zm_7gMojxayn6OiHYGezvrkBs_MYv3CPtWycG62QvwQ,6937
|
|
277
298
|
telnyx/resources/recordings/__init__.py,sha256=QKXCeJ_NDUEkDXQtFJigJNZ58I1T-VHo0vj_CwuOQXg,1067
|
|
278
|
-
telnyx/resources/recordings/actions.py,sha256=
|
|
279
|
-
telnyx/resources/recordings/recordings.py,sha256=
|
|
299
|
+
telnyx/resources/recordings/actions.py,sha256=RuRlHxaoDeZqH5efWFE8t-74abCMGdixbcEwEKpURIo,6154
|
|
300
|
+
telnyx/resources/recordings/recordings.py,sha256=GCNVxO2-hl6yFj4XSF5LD26LZR_FcNGpfaiUhDKMlMk,14881
|
|
280
301
|
telnyx/resources/reports/__init__.py,sha256=qk_1dlPxez7lw7AgoInNUZJ7Ri9eGaZSN3_x_2uhBpE,1703
|
|
281
|
-
telnyx/resources/reports/cdr_usage_reports.py,sha256=
|
|
282
|
-
telnyx/resources/reports/mdr_usage_reports.py,sha256=
|
|
283
|
-
telnyx/resources/reports/reports.py,sha256=
|
|
302
|
+
telnyx/resources/reports/cdr_usage_reports.py,sha256=n8f0FGM2yUJkuE1AlUzRKQ89kgtilyqrMoxUsElqVfo,8471
|
|
303
|
+
telnyx/resources/reports/mdr_usage_reports.py,sha256=GllNbFrMnz3s0b-rgaLTnPKIIeJmGjhJkyC9cg9SoaE,22298
|
|
304
|
+
telnyx/resources/reports/reports.py,sha256=9DZlyYmFEH9-GdhkPJts875EL5Xsw6wHXF4aXWk-Q5s,17866
|
|
284
305
|
telnyx/resources/rooms/__init__.py,sha256=pL7YR_3rov5JGbgBFxD31YLNVy5zakXtiiPLjWi5etQ,1478
|
|
285
|
-
telnyx/resources/rooms/actions.py,sha256=
|
|
286
|
-
telnyx/resources/rooms/rooms.py,sha256=
|
|
306
|
+
telnyx/resources/rooms/actions.py,sha256=ySpBg1sCH5CqV9G9BuyZo2lRNrrSxE7_CeR3Ci50N5o,13062
|
|
307
|
+
telnyx/resources/rooms/rooms.py,sha256=q9Sh-5oWMg8ue2MT7nAWqVZOIScLO_cjdJLaQSmKdJQ,28998
|
|
287
308
|
telnyx/resources/rooms/sessions/__init__.py,sha256=InwPlCDvPCZdMFhpTN9kX7mJ9lfci6uhAFvoh7OQOdE,1041
|
|
288
|
-
telnyx/resources/rooms/sessions/actions.py,sha256=
|
|
289
|
-
telnyx/resources/rooms/sessions/sessions.py,sha256=
|
|
309
|
+
telnyx/resources/rooms/sessions/actions.py,sha256=7OgJYM_4z-w5_ix_A3dxano3PP2MuxTuElMa8E8WFng,19323
|
|
310
|
+
telnyx/resources/rooms/sessions/sessions.py,sha256=IYb8Ih1iIrJBjWLroNq5Gx4qCdwulSjzV8sEhIQ1DqM,24137
|
|
290
311
|
telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55AEGrBsf_iMuPrQMo,1108
|
|
291
|
-
telnyx/resources/sim_card_groups/actions.py,sha256=
|
|
292
|
-
telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=
|
|
312
|
+
telnyx/resources/sim_card_groups/actions.py,sha256=bW1L-Cgy5b-BGu7XEABdaQDeWwz1ofq2_4XM0gTAfjE,28775
|
|
313
|
+
telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=wZZuGGY856DPZB7QeO8dCCdtOAzPyufQTnj8_wgagLY,24315
|
|
293
314
|
telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
|
|
294
|
-
telnyx/resources/sim_cards/actions.py,sha256=
|
|
295
|
-
telnyx/resources/sim_cards/sim_cards.py,sha256=
|
|
315
|
+
telnyx/resources/sim_cards/actions.py,sha256=0dXwiNiQ0GntaeXT_1IjYAXDqHk3V1WQTE6_TJTdp1k,39568
|
|
316
|
+
telnyx/resources/sim_cards/sim_cards.py,sha256=2XL5nXS3A_BHXutZ_udRLSpYFStHdChfe8rp0aSZzJQ,39246
|
|
296
317
|
telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
|
|
297
|
-
telnyx/resources/storage/migration_sources.py,sha256=
|
|
298
|
-
telnyx/resources/storage/storage.py,sha256=
|
|
318
|
+
telnyx/resources/storage/migration_sources.py,sha256=89zPfiIU_UpBl7SZseSJA81L0NeOOyrTLM6YDmnqhCk,16388
|
|
319
|
+
telnyx/resources/storage/storage.py,sha256=hD0xYJ0c-CYQaPeJshX6yZTcjEcYnxInWMbDbWOBvLE,9060
|
|
299
320
|
telnyx/resources/storage/buckets/__init__.py,sha256=1st_6HXl1iC6YNXbGA5epZGQVzxmpcldZPXC_xnqURY,1557
|
|
300
|
-
telnyx/resources/storage/buckets/buckets.py,sha256=
|
|
301
|
-
telnyx/resources/storage/buckets/ssl_certificate.py,sha256=
|
|
302
|
-
telnyx/resources/storage/buckets/usage.py,sha256=
|
|
321
|
+
telnyx/resources/storage/buckets/buckets.py,sha256=Kvymi8Z5I30pi-7b9Q_mCkYejAjXfCq2oaEPejZhmkg,10204
|
|
322
|
+
telnyx/resources/storage/buckets/ssl_certificate.py,sha256=Ry733DVAsapgP9uitNFLKzWKDuyMU63qsYcTQ5Sns3g,14966
|
|
323
|
+
telnyx/resources/storage/buckets/usage.py,sha256=9NZrSA22oYRK-mcatVQEjnpKEQzW2fouLhwpgvP8XQQ,10378
|
|
303
324
|
telnyx/resources/storage/migrations/__init__.py,sha256=MmnevL7UJev8foZQT6wPWRXxoCWO0PvV5cvQCmN0ysY,1067
|
|
304
|
-
telnyx/resources/storage/migrations/actions.py,sha256=
|
|
305
|
-
telnyx/resources/storage/migrations/migrations.py,sha256=
|
|
325
|
+
telnyx/resources/storage/migrations/actions.py,sha256=LxgP4DEdRzb6Q9sDdVCU68F8vBgfPs_r6fpzZYD2tG0,5842
|
|
326
|
+
telnyx/resources/storage/migrations/migrations.py,sha256=OgsyXLFApzFePnvMWdqY3F6oM-9YbjPRdEMY7cSNW5E,14081
|
|
306
327
|
telnyx/resources/texml/__init__.py,sha256=W52xEhzyxU1VKNSUgiobUcQo_525qK01WZIXFPHBAcM,1452
|
|
307
|
-
telnyx/resources/texml/calls.py,sha256=
|
|
308
|
-
telnyx/resources/texml/texml.py,sha256=
|
|
328
|
+
telnyx/resources/texml/calls.py,sha256=GRfZS7ERL7fa3HngUmB156_RY423-GviuErjPYaYoTk,29616
|
|
329
|
+
telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Svek,9406
|
|
309
330
|
telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
|
|
310
|
-
telnyx/resources/texml/accounts/accounts.py,sha256=
|
|
331
|
+
telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
|
|
311
332
|
telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
|
|
312
|
-
telnyx/resources/texml/accounts/calls/calls.py,sha256=
|
|
313
|
-
telnyx/resources/texml/accounts/calls/recordings.py,sha256=
|
|
314
|
-
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=
|
|
315
|
-
telnyx/resources/texml/accounts/calls/siprec.py,sha256=
|
|
316
|
-
telnyx/resources/texml/accounts/calls/streams.py,sha256=
|
|
333
|
+
telnyx/resources/texml/accounts/calls/calls.py,sha256=7z3JdeLpPdBlhAHDhz5Tx20-hldAvkjgcposUg548jM,61863
|
|
334
|
+
telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
|
|
335
|
+
telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
|
|
336
|
+
telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
|
|
337
|
+
telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
|
|
317
338
|
telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
|
|
318
|
-
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=
|
|
319
|
-
telnyx/resources/texml/accounts/conferences/participants.py,sha256=
|
|
339
|
+
telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
|
|
340
|
+
telnyx/resources/texml/accounts/conferences/participants.py,sha256=VDe-bZUIVk6ZOYkMIQeg1p0UaN8gFI6V4WqdgQGXBWE,54635
|
|
320
341
|
telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
|
|
321
|
-
telnyx/resources/texml/accounts/recordings/json.py,sha256=
|
|
342
|
+
telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
|
|
322
343
|
telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
|
|
323
344
|
telnyx/resources/texml/accounts/transcriptions/__init__.py,sha256=kK93xbvNfgmvFbNBx8hFhBUaN8MjMV_lqXwwSxkFFyw,1080
|
|
324
|
-
telnyx/resources/texml/accounts/transcriptions/json.py,sha256=
|
|
345
|
+
telnyx/resources/texml/accounts/transcriptions/json.py,sha256=aNZ8Xs2DL4eOkY_SbmXWv9bR9sCoYofIFyy9jp2deBY,11140
|
|
325
346
|
telnyx/resources/texml/accounts/transcriptions/transcriptions.py,sha256=f-muckAP2-ICXQca61pLidbAClp50Ib6wlSy_LmTB0I,3837
|
|
326
347
|
telnyx/resources/verifications/__init__.py,sha256=0d5jEBzFbPYP_BkSJYXPUq4e49Qs8gANqMwl3lbzLKk,1649
|
|
327
|
-
telnyx/resources/verifications/actions.py,sha256=
|
|
328
|
-
telnyx/resources/verifications/verifications.py,sha256=
|
|
348
|
+
telnyx/resources/verifications/actions.py,sha256=_D0F6ED2ttzU6T68ySJ9OOcrNcUn3WE52xLYaSwbrk0,7354
|
|
349
|
+
telnyx/resources/verifications/verifications.py,sha256=IG7g3RIpZuv0w0Gshtkt29cmRC3e0rk1XWCQ-TYsdQw,22523
|
|
329
350
|
telnyx/resources/verifications/by_phone_number/__init__.py,sha256=XBZbrhLQcba0yXsna85uuKsyUktgarFS8J0NZo8wwjY,1108
|
|
330
|
-
telnyx/resources/verifications/by_phone_number/actions.py,sha256=
|
|
331
|
-
telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=
|
|
351
|
+
telnyx/resources/verifications/by_phone_number/actions.py,sha256=JjjT0W5JweJ_apG7dpUHNPc6RBawK0OEOk0snphoRL4,7249
|
|
352
|
+
telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=dBdozSkMvC5R2eVSPDi29gInS_6_weAazZL_d7uKKx8,7503
|
|
332
353
|
telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
|
|
333
|
-
telnyx/resources/verified_numbers/actions.py,sha256=
|
|
334
|
-
telnyx/resources/verified_numbers/verified_numbers.py,sha256=
|
|
354
|
+
telnyx/resources/verified_numbers/actions.py,sha256=spwbZ3MpLRCfBYL9Iqs96_vxUWkeVk1J6Tqtd3c5EmI,6896
|
|
355
|
+
telnyx/resources/verified_numbers/verified_numbers.py,sha256=qVm5RJTF6UZNQ4XoVBDxFu_2KlzikezGBrkmpZ0dsLI,19422
|
|
335
356
|
telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
|
|
336
|
-
telnyx/resources/wireless/detail_records_reports.py,sha256=
|
|
337
|
-
telnyx/resources/wireless/wireless.py,sha256=
|
|
338
|
-
telnyx/types/__init__.py,sha256=
|
|
357
|
+
telnyx/resources/wireless/detail_records_reports.py,sha256=y6UEeAZVH4Wx8ddjiLNtWWQmxZ4XC25t9U8a8oX4o4M,17922
|
|
358
|
+
telnyx/resources/wireless/wireless.py,sha256=YFhowq4mQXRL0dPhHoMWIit_zZTaXWkh1uje13Zpng0,8176
|
|
359
|
+
telnyx/types/__init__.py,sha256=YQsIaViqPx_wXh5Qqpp8NYZK0SgDrTDggNzHTFAj6bI,99175
|
|
339
360
|
telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
|
|
340
361
|
telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
|
|
341
362
|
telnyx/types/access_ip_address_list_response.py,sha256=WFYBcqjSoC6c4rf9V6zGWkcB0_UG9DnMQwF5ic17MdY,475
|
|
@@ -351,7 +372,8 @@ telnyx/types/address_delete_response.py,sha256=P41ZTsQjt6I5qtukCM4tfJAPr2hPq6t2B
|
|
|
351
372
|
telnyx/types/address_list_params.py,sha256=2otSG0_ZVjD1bPEUAvFG_WJsvTrbxeQenG0A6_p_ODE,3066
|
|
352
373
|
telnyx/types/address_list_response.py,sha256=mI6_cLdNQCltEvs6MuBeSZa28Nt0a8pYHPiZWrNQk9U,386
|
|
353
374
|
telnyx/types/address_retrieve_response.py,sha256=L8QmmvrgJ8uGJ166A6jinLm5E_9wgDqAlxdnS8U1OFc,295
|
|
354
|
-
telnyx/types/advanced_order_create_params.py,sha256
|
|
375
|
+
telnyx/types/advanced_order_create_params.py,sha256=LcVZ5xb_9NPQqmYbvO9njodkBNEDhMG8oonmM401io4,691
|
|
376
|
+
telnyx/types/advanced_order_update_params.py,sha256=WPAIlj_7m5_v3eBMzhEqJ74-PkiyEJnZ7P6ERpB2FKQ,691
|
|
355
377
|
telnyx/types/ai_retrieve_models_response.py,sha256=DWcRuYkI0gXpCXME5KegvYkrFXZLmxHLWkh1MAtLXB4,410
|
|
356
378
|
telnyx/types/ai_summarize_params.py,sha256=rMVpD3Ocy_DmFVUYka9K-Mjspetf150V3CFXgL436hY,518
|
|
357
379
|
telnyx/types/ai_summarize_response.py,sha256=A9umRVyHGNxD1rFdEV0bMRRuJn7dSJFzBxhjYoAJnU4,259
|
|
@@ -385,16 +407,21 @@ telnyx/types/billing_group_list_response.py,sha256=5ynRvP4fRqcOJnEIthG4_CDCjSuB3
|
|
|
385
407
|
telnyx/types/billing_group_retrieve_response.py,sha256=HaXCcoR5QIuXgl4zFK3geYlNJhTsAK-sBWleiKBtcDI,321
|
|
386
408
|
telnyx/types/billing_group_update_params.py,sha256=QkS9t4E6pcVL2GnyGoUT8m3U7JzsXO2MWYqaqzcvniI,314
|
|
387
409
|
telnyx/types/billing_group_update_response.py,sha256=4OfROFr2jKjcAMIG2_MJ-jAKGCBEhCgkUYuhJZ3mDMY,317
|
|
388
|
-
telnyx/types/brand_create_params.py,sha256=
|
|
410
|
+
telnyx/types/brand_create_params.py,sha256=YSOcAZaWvKw3BTfpfiYn8NMuKFZB_DZpFudb3ur3Mro,3084
|
|
389
411
|
telnyx/types/brand_get_feedback_response.py,sha256=_z8ZvaaEy_n5hCQNOCWftQUWzbrBmCi4udWIFwNvoqE,915
|
|
390
412
|
telnyx/types/brand_identity_status.py,sha256=fuQtROgpECmib0rPVGZGBdIvK5pFr3fPQpj9WPaREOo,275
|
|
391
413
|
telnyx/types/brand_list_params.py,sha256=tnpXqAPggfhndv2q6cqNhIli7GdZTIWfN3NIYvadKag,1317
|
|
392
414
|
telnyx/types/brand_list_response.py,sha256=eAy-GOLZN2zEPx9xVbG400I5Rnqm4rkCq23OA2Xhx8M,2284
|
|
393
415
|
telnyx/types/brand_retrieve_response.py,sha256=ckUoTUpym0AEU-6O3oi-Zuhoz9apvihYIogDY8vXa8U,436
|
|
394
|
-
telnyx/types/brand_update_params.py,sha256=
|
|
416
|
+
telnyx/types/brand_update_params.py,sha256=ZUFWbPZDH5CfXNW3Kuy5a_06YXzZGpu10fvuMMIC-es,3386
|
|
395
417
|
telnyx/types/bulk_sim_card_action_list_params.py,sha256=Cb3jfVsOS9fNgAn_Ux-uvNJudDEdotVSvPEK6zo7fAY,665
|
|
396
418
|
telnyx/types/bulk_sim_card_action_list_response.py,sha256=TfBkY5ELe0GS2TIaG6jHhYb5ActI9yURIDu-SSQL7zU,1439
|
|
397
419
|
telnyx/types/bulk_sim_card_action_retrieve_response.py,sha256=wVA0TamPwKC5F3WRCKyPDlbnaGIGhvGDGWCBFExLToE,1354
|
|
420
|
+
telnyx/types/call_ai_gather_ended_webhook_event.py,sha256=ig7ikRGGvxCAFaK0G5hjEWBnqGZdS0joJtqqcaIegJ0,2422
|
|
421
|
+
telnyx/types/call_ai_gather_message_history_updated_webhook_event.py,sha256=cPP2bu36quGxPI8DSgKlw8JJ7_7Q3RyqkVBvg9DhTLA,2225
|
|
422
|
+
telnyx/types/call_ai_gather_partial_results_webhook_event.py,sha256=7yhqeMI7nWga-TPgjEhOFxGGTT28fq4UXKYYod_qZPk,2371
|
|
423
|
+
telnyx/types/call_answered_webhook_event.py,sha256=pUODJBEHV4RDDhIMLoUyEwF11hHgcocQWOIvPZafqGs,2377
|
|
424
|
+
telnyx/types/call_bridged_webhook_event.py,sha256=CR9hi9uUXclE4b9eniAk8CC6xxUQz_cwMm16i-BVNr8,1796
|
|
398
425
|
telnyx/types/call_control_application.py,sha256=GwQm25fVUXnd5f9IFQxErwp78wizyxkqdYUVEYJ9Oog,2866
|
|
399
426
|
telnyx/types/call_control_application_create_params.py,sha256=QwE_MHP0jDDoNBhWpk2oXHsety7Ou-ciYWj5PXA-RBo,2451
|
|
400
427
|
telnyx/types/call_control_application_create_response.py,sha256=bPZ_zRz836mp7wy9tbzzBEWH2eml2WC5Y3uZBcGZVC4,368
|
|
@@ -406,14 +433,44 @@ telnyx/types/call_control_application_list_response.py,sha256=AOBOEXvdRwuSY2z9zJ
|
|
|
406
433
|
telnyx/types/call_control_application_outbound.py,sha256=PPW35t8bB8zke8sxebSFQ3sjD5PrP3ctHXEml4d_eg4,533
|
|
407
434
|
telnyx/types/call_control_application_outbound_param.py,sha256=aFlCWDtRvjHmF-cu92F7GPPlc5YNdaV3HGG-31gZA_4,537
|
|
408
435
|
telnyx/types/call_control_application_retrieve_response.py,sha256=LZNhV1G4eL-y9FGl2lSmWOJPjoIPrm9SHgy5y9kPpsY,372
|
|
409
|
-
telnyx/types/call_control_application_update_params.py,sha256=
|
|
436
|
+
telnyx/types/call_control_application_update_params.py,sha256=t91HH8KF5x-FPpUG94cq6oMz3kj1HsyEnrq-M0wZ3NI,2575
|
|
410
437
|
telnyx/types/call_control_application_update_response.py,sha256=_JR2YLtITudbuYGVqmaGud1B8StTlAanVmFNtIN_XV4,368
|
|
411
|
-
telnyx/types/
|
|
438
|
+
telnyx/types/call_conversation_ended_webhook_event.py,sha256=xkOxhj7h2duW6U0O7PJvcb9YWWhq8HFRKcuGpeZ0dKI,2621
|
|
439
|
+
telnyx/types/call_conversation_insights_generated_webhook_event.py,sha256=wnCJCAR3Jn6-qSz3AxCu35TRF_3lehVkozUJZyWtwNU,2255
|
|
440
|
+
telnyx/types/call_dial_params.py,sha256=Vhzg7u7zmwkyDZlO1JRxNJqmM5bU0e1mXAk9TAIehNY,16128
|
|
412
441
|
telnyx/types/call_dial_response.py,sha256=qV7fNdy_vNuhBte6B_jxhSqvNQMht8tyq3DZ3-YHQAM,1575
|
|
442
|
+
telnyx/types/call_dtmf_received_webhook_event.py,sha256=By7pJP_IGMHOjf5rbqBrkGo3V_SEjpZbug5Qpo4R5fc,1853
|
|
443
|
+
telnyx/types/call_enqueued_webhook_event.py,sha256=kDv3EZKutPehui2ny4kUnmIBtMpGX3NL7OCLF3K0q3Y,1837
|
|
413
444
|
telnyx/types/call_event_list_params.py,sha256=AAhJQiZV0JvPxHLmjyLSWq5f54NV1aMvfxBCDpkjJ9o,3163
|
|
414
445
|
telnyx/types/call_event_list_response.py,sha256=kRLl6TldmQuDw1Expvp7bj2SYO0c89pXa2CuiXG_a8A,964
|
|
446
|
+
telnyx/types/call_fork_started_webhook_event.py,sha256=jC0SZVe7ZPi7XZALqUPYWJesnHVdZemdCnNKonfjUU4,1685
|
|
447
|
+
telnyx/types/call_fork_stopped_webhook_event.py,sha256=sOjkm2sh9rqI043RBrWm3HrXLqMfnTVddG4ZRe5d4ys,1685
|
|
448
|
+
telnyx/types/call_gather_ended_webhook_event.py,sha256=-BhUNj_ZE-v-imZ_iESnpYgZHQclkTi3uIDJ1TSFqnE,2040
|
|
449
|
+
telnyx/types/call_hangup_webhook_event.py,sha256=Zbrazk8Z733qmmr54LISQiefWIsAd1Txi0qzYvUp79Y,4696
|
|
450
|
+
telnyx/types/call_initiated_webhook_event.py,sha256=HgAR9kZ7mDtqyMGd-RlxbiF3-QCzSJZAT-HFzooGhJk,3081
|
|
451
|
+
telnyx/types/call_left_queue_webhook_event.py,sha256=jMoc-4jBhAS5Vmcd-2XDZWU6vKMwd4PXhpqAt1NVJ9E,1960
|
|
452
|
+
telnyx/types/call_machine_detection_ended_webhook_event.py,sha256=PDpDSgnzGz6w5jo9fYtGYSM007AT3TxDyCH6R1ppIH0,1956
|
|
453
|
+
telnyx/types/call_machine_greeting_ended_webhook_event.py,sha256=ifdS_ikxTTPrZ5Meo1MpoVS4ZZf0mse6oSY1Xj77I9Q,1964
|
|
454
|
+
telnyx/types/call_machine_premium_detection_ended_webhook_event.py,sha256=o2VZb5RDj6cWfMeS9YcsSNkATwyGGaXQ_Hzv82eqrRw,2057
|
|
455
|
+
telnyx/types/call_machine_premium_greeting_ended_webhook_event.py,sha256=rh05sMBtagpVxJbzNEnlQqPwkKHVwVWcOB-J196Hlo0,1993
|
|
456
|
+
telnyx/types/call_playback_ended_webhook_event.py,sha256=s35ZHJKOYt_5FsSrJAKyhhCvfJibo8iosB6Xv5-ptjc,2223
|
|
457
|
+
telnyx/types/call_playback_started_webhook_event.py,sha256=HwEqioJqa7n84Ik333KwwaWbng3EtN_i_fZv6WpC3uQ,1964
|
|
458
|
+
telnyx/types/call_recording_error_webhook_event.py,sha256=3gV0MaHe16UWdeKN0eSNV7Hvq3UVqZlaKcWzGiPqsU8,1896
|
|
459
|
+
telnyx/types/call_recording_saved_webhook_event.py,sha256=YzuBFPIOBlMdxY4VPvexQvh7O_O2dtCyr_Kvf2C31Q0,2983
|
|
460
|
+
telnyx/types/call_recording_transcription_saved_webhook_event.py,sha256=kvFkrwe6o-rb_1ss_Uw1nI2PoYp5XpzrWUcTxASErdY,2221
|
|
461
|
+
telnyx/types/call_refer_completed_webhook_event.py,sha256=wP8sHPMffsEgj1xbqfBcXMO8pqa44PS7ThLUD8KCjtw,1914
|
|
462
|
+
telnyx/types/call_refer_failed_webhook_event.py,sha256=VAbP0WVV0T-aAKHTeaUawDXZdgaKdq45JdFUIQyLJMY,1905
|
|
463
|
+
telnyx/types/call_refer_started_webhook_event.py,sha256=bqICdgtiC4cTQwnjvy_UUchltGjRMWGZxTUSTFF3yHU,1908
|
|
415
464
|
telnyx/types/call_retrieve_status_response.py,sha256=RX8VzV4aOrjerr8iBhl8ilCBurIIy7-n4MYhrAFSaJg,1441
|
|
416
|
-
telnyx/types/
|
|
465
|
+
telnyx/types/call_siprec_failed_webhook_event.py,sha256=-WaaWZb0ag92LZ8BkOOBVWXgW_rIFonNtNtqmI10kjU,1649
|
|
466
|
+
telnyx/types/call_siprec_started_webhook_event.py,sha256=TSZ3qzmk84YLKVDiq3j6FGvrt8iDRhkAz5QFBjYFPtY,1574
|
|
467
|
+
telnyx/types/call_siprec_stopped_webhook_event.py,sha256=rUA8ouoK5YN4RrQkeaUWD3I8O-CB7d92oo-nidHb150,1672
|
|
468
|
+
telnyx/types/call_speak_ended_webhook_event.py,sha256=eQlrLgqLQGe_NOLoyWQ2QeE_WEI5XpoqUbKj6EqiMw4,1695
|
|
469
|
+
telnyx/types/call_speak_started_webhook_event.py,sha256=KV-PmcBXfjpgN2dipo7bw3WYlUE73Y4mr-TVFG5B6Ok,1576
|
|
470
|
+
telnyx/types/call_streaming_failed_webhook_event.py,sha256=eZCpBdpu5KbnoiPJWUTavNTAOLsx-hj2UfqKBgaHAX0,2372
|
|
471
|
+
telnyx/types/call_streaming_started_webhook_event.py,sha256=vArPX8v-u_zd2t0zw2KIIwBJDVrmrQ1cesRAfEeGCs0,1704
|
|
472
|
+
telnyx/types/call_streaming_stopped_webhook_event.py,sha256=Z6HAuFGntPtjK-QDBjxr25tHhiCtIgiZTd4nZql6ohs,1704
|
|
473
|
+
telnyx/types/campaign_builder_create_params.py,sha256=x6nciEyJJ8Clb35ehZK8riVuKwCHLO-m8vC5cPvKp0w,5350
|
|
417
474
|
telnyx/types/campaign_builder_create_response.py,sha256=7XT_yPFVsHoPKbp6WhQ2d72VkwSaFjGRAssGmUl5Kg4,326
|
|
418
475
|
telnyx/types/campaign_deactivate_response.py,sha256=tcSCvd-cx3hFz66VdwxOqtbxOFBwJGne_pO5WQWKND0,327
|
|
419
476
|
telnyx/types/campaign_get_mno_metadata_response.py,sha256=oeFWRjTI1wZgMJPMpA0p19T1T5vNBur3Mbxw7tfqeq8,943
|
|
@@ -421,8 +478,9 @@ telnyx/types/campaign_get_sharing_status_response.py,sha256=OpBYCVSEGEj8RThsJjiU
|
|
|
421
478
|
telnyx/types/campaign_list_params.py,sha256=gjYy8uWph32nK7i0tX4TFvoYYjPxFWwliVdWNO3VpBY,1066
|
|
422
479
|
telnyx/types/campaign_list_response.py,sha256=cW9tqO3c3ZDnXxcPxkthHS2Q8xvnIrixd12ChsYehBY,8677
|
|
423
480
|
telnyx/types/campaign_sharing_status.py,sha256=-PT1pYJgMRmqf3jKduW0SPdNKGf02sJhUwj2CbQ7MM0,681
|
|
481
|
+
telnyx/types/campaign_status_update_webhook_event.py,sha256=AOAq7a0NsuYBFVbQ0n2PWhgvvajgQuMa8Cc9WWu_NwQ,965
|
|
424
482
|
telnyx/types/campaign_submit_appeal_params.py,sha256=S92CMn_b_NGHGtE-etlaVZQn6A68BZLZz1-ZexMBaNA,461
|
|
425
|
-
telnyx/types/campaign_submit_appeal_response.py,sha256=
|
|
483
|
+
telnyx/types/campaign_submit_appeal_response.py,sha256=BxDotpov91C1bjoXQO8Li6TIcxoO5POwVtHefRXl_FY,364
|
|
426
484
|
telnyx/types/campaign_update_params.py,sha256=0tUXAyE9dnJhosIxKo3DmJx_uMGMk4xS3W36Ckf-aYU,1577
|
|
427
485
|
telnyx/types/channel_zone_list_params.py,sha256=zaTiR8tGiFf2h2OqMLCHTgvOCKKr_IMEt61-YVWxBOY,517
|
|
428
486
|
telnyx/types/channel_zone_list_response.py,sha256=kylyHUWHyq6ltiS53kvem_1fXk1dqOlRH03-zpl5D58,872
|
|
@@ -432,11 +490,6 @@ telnyx/types/charges_breakdown_retrieve_params.py,sha256=Wzl5y_dvgGe6BGP0eQx4pzG
|
|
|
432
490
|
telnyx/types/charges_breakdown_retrieve_response.py,sha256=S4oxr4VW4jwfFRfqxfyw_giXcG3UmlL4S_DxuRJH_I8,1256
|
|
433
491
|
telnyx/types/charges_summary_retrieve_params.py,sha256=WlMwdrN0XTAG9UHYY8IyUvv5H57canI3PRP9zXehB3Q,865
|
|
434
492
|
telnyx/types/charges_summary_retrieve_response.py,sha256=EUbsepVd5Zl64aTj0bHkRnHXaj45jX3UNHebEbNeYl4,2514
|
|
435
|
-
telnyx/types/client_create_bucket_params.py,sha256=E1zUjZd1OfxDr4W-SnUDTEyrMSFk9HSjNxMZXlI05JU,389
|
|
436
|
-
telnyx/types/client_delete_objects_params.py,sha256=M8WjzkKHxSkGbQlekuj4zBd0KmF4-4xeyYT-Ht85nrw,525
|
|
437
|
-
telnyx/types/client_get_object_params.py,sha256=IJrxQuVK76x1apZoqgGdZd5Swcht_6HzaUxZ5hMWxec,450
|
|
438
|
-
telnyx/types/client_list_objects_params.py,sha256=6NWjFks2cuuZNZGHiv0uE8HkiyEsR1FSNk-Tl-aSQNE,384
|
|
439
|
-
telnyx/types/client_put_object_params.py,sha256=RM6YTxDigcq8V8RzLhLce2TK9t8IfyVLSg_1mAzbNuM,579
|
|
440
493
|
telnyx/types/cloudflare_sync_status.py,sha256=vqYPyc4mM0BjtJrfKjZpy7q9xzC67AECSmgGiCQTzZw,235
|
|
441
494
|
telnyx/types/comment_create_params.py,sha256=S1nzHTZIs3RDAsgmFufE-UNfM6dJnmOWejAELoy94ek,377
|
|
442
495
|
telnyx/types/comment_create_response.py,sha256=kJ_kF8XjC4cJjRqGYgyRPPEdLUbfrsJqQeF7TSPvXSo,1002
|
|
@@ -447,11 +500,25 @@ telnyx/types/comment_retrieve_response.py,sha256=0FuiTWpTwFo9DbrWrtW4ISatAIg9PaB
|
|
|
447
500
|
telnyx/types/conference.py,sha256=dzDrCTuIcNqwFN9GA93FdwlJhhr5wbLb_Rd5VSZn748,1508
|
|
448
501
|
telnyx/types/conference_create_params.py,sha256=AJJszf2zS3SYmpPoTBq3Z90G7Kv1J6RcSGr0sHWCyXM,2324
|
|
449
502
|
telnyx/types/conference_create_response.py,sha256=ggiB8W7e31On8Y7spzEEjj890FsF673A-i8d8hveVgs,306
|
|
503
|
+
telnyx/types/conference_created_webhook_event.py,sha256=fCXR9FcME6nCdyQDmGy5i0KU5YttyylDBfzZQLIDcac,1672
|
|
504
|
+
telnyx/types/conference_ended_webhook_event.py,sha256=jMIyyQvVy5-ynEnfvXLozmG22taQyfbFtGMq34-Sm3Y,1785
|
|
505
|
+
telnyx/types/conference_floor_changed_webhook_event.py,sha256=ANB74dYstoWOZYXISMbNL4H4wGgX8PF6Ac-9b_bfTC0,1343
|
|
450
506
|
telnyx/types/conference_list_params.py,sha256=BpNUwUcSkLfxTUJsyTM6iZm2Umr0aVWG__si9lx7Mos,3165
|
|
451
507
|
telnyx/types/conference_list_participants_params.py,sha256=HR3nklZ4h6dWF8S7MFA8azlZpBycCvpo7vHpSUkM_2Q,1290
|
|
452
508
|
telnyx/types/conference_list_participants_response.py,sha256=Mb9sMn_0nWwaeGMruhcweolib8xsA_Lcbw08aivCKao,1932
|
|
453
509
|
telnyx/types/conference_list_response.py,sha256=i1cJ223BHClbvHbFId8kH5Yp9QMw_u_x-GMLhnsyDS8,401
|
|
510
|
+
telnyx/types/conference_participant_joined_webhook_event.py,sha256=wV4t8RuPy_jyoRJ1g0XBlovYLRfRMq4jIoAB3tYHByU,1703
|
|
511
|
+
telnyx/types/conference_participant_left_webhook_event.py,sha256=GJJgA2iKtYqHQOEpuvyNRnhmA_2LtxiU7mS4UxUWaoA,1697
|
|
512
|
+
telnyx/types/conference_participant_playback_ended_webhook_event.py,sha256=ONsKLwHtJzANFPTCxfTe0IWDEIOlzYf1Ep-HSjqzCKk,2138
|
|
513
|
+
telnyx/types/conference_participant_playback_started_webhook_event.py,sha256=JwElP7hJB7Kps9QL-ZU2xnpWVIPFnF_-yuURUUMKe9A,2144
|
|
514
|
+
telnyx/types/conference_participant_speak_ended_webhook_event.py,sha256=0Jztdxvj_BXGSk1kRIoqh4BaCdv06qFnA4M1etx76Mo,1860
|
|
515
|
+
telnyx/types/conference_participant_speak_started_webhook_event.py,sha256=Pkhl3awfg7s9txLYF9_Cnysa_DRZAZc5qIFUNDkCXvw,1866
|
|
516
|
+
telnyx/types/conference_playback_ended_webhook_event.py,sha256=NdYEK5WjezBqJiRNfi03jm73P23LBJYETgvNwHYkQi8,1478
|
|
517
|
+
telnyx/types/conference_playback_started_webhook_event.py,sha256=-0V4JlCQKNpEtk-aoL4ay1PafalZW0FM0zYFjcgvOII,1484
|
|
518
|
+
telnyx/types/conference_recording_saved_webhook_event.py,sha256=XG_VyVWhntw2ynuoUyJx0U77MgbZ4AyDZlWbN3YgzWk,3237
|
|
454
519
|
telnyx/types/conference_retrieve_response.py,sha256=EsRuiQaIETAO_Z9_ri26w4Y5HbA_ZbuE0AWap4kRodU,310
|
|
520
|
+
telnyx/types/conference_speak_ended_webhook_event.py,sha256=VqWDweNl2yitluDHunosk2dfaTFYi2ZNu-LeGzqR-2w,1200
|
|
521
|
+
telnyx/types/conference_speak_started_webhook_event.py,sha256=7942onAJINYvycip9O2ofoEp4FKlg2bRKqIoGYp-fVM,1206
|
|
455
522
|
telnyx/types/connection_list_active_calls_params.py,sha256=eIvWpeQ1o6PjG1B7fy6HFVsnuumINCCQMWs3hoRJoKI,755
|
|
456
523
|
telnyx/types/connection_list_active_calls_response.py,sha256=WcB3pjgz3XToireQsgTE8lCDjQGvB3Mf2eYPOOIOtH8,1500
|
|
457
524
|
telnyx/types/connection_list_params.py,sha256=76BEF_3KbrmaX48_LyUHTeIS2kCKLqQ_CtaIrIzqSsY,2141
|
|
@@ -460,22 +527,23 @@ telnyx/types/connection_retrieve_response.py,sha256=n2shA0X93eXNR0gJZibcWAxD5Www
|
|
|
460
527
|
telnyx/types/connection_rtcp_settings.py,sha256=i-DvbUBvc3o2JmHTbI2hBwLOTTPQNjpzyBf3TH-04RE,786
|
|
461
528
|
telnyx/types/connection_rtcp_settings_param.py,sha256=x5Q7HBMQmzmTE3OTm7GzYsAYZsJf6Ar8jUSLck-mp3E,744
|
|
462
529
|
telnyx/types/consumed_data.py,sha256=aBc8mtHcg7dZmZsO5Od2cTFx9PWzqaE8GQrRmidzvEI,274
|
|
463
|
-
telnyx/types/country_coverage_retrieve_country_response.py,sha256=
|
|
464
|
-
telnyx/types/country_coverage_retrieve_response.py,sha256=
|
|
530
|
+
telnyx/types/country_coverage_retrieve_country_response.py,sha256=qCWG6EaAn1dGoXbFIWVac-vVhXa5CSYlB5psv3Jndfk,1841
|
|
531
|
+
telnyx/types/country_coverage_retrieve_response.py,sha256=_f8gNvcGKywJRUfyYRNrITxd0SQ5_Dq0hE2SL4Lnr9I,1833
|
|
465
532
|
telnyx/types/create_verification_response.py,sha256=rX9zZedL3IEWPprSVtUIH9x46WtrWr15NHzVf0HjP0Y,270
|
|
466
533
|
telnyx/types/credential_connection.py,sha256=GeXlH70_5fz_WIvtd19WZAustX7UFh11B23KRWh3WXg,4240
|
|
467
|
-
telnyx/types/credential_connection_create_params.py,sha256
|
|
534
|
+
telnyx/types/credential_connection_create_params.py,sha256=aW1FO6YRTPuolyfWiIyzV45zQvSL3Oy6L22DQ1_koJQ,4083
|
|
468
535
|
telnyx/types/credential_connection_create_response.py,sha256=HaLQCfoH9S_SWp4CN3a7iWH5qzpvsTVSlmWI4u1uJtY,357
|
|
469
536
|
telnyx/types/credential_connection_delete_response.py,sha256=2Xje5fhwim_w38O4CoUcW8XQ9nGMZ1UQwkRJURRZieQ,357
|
|
470
537
|
telnyx/types/credential_connection_list_params.py,sha256=rudBU9mwv0QYiKjbQxKKUK47L58WyPYHTX_CzRonfPY,2161
|
|
471
538
|
telnyx/types/credential_connection_list_response.py,sha256=G55ndBy2iBEPrBLTxl52QtkXduMbf6tu3JC8g3ReB2g,493
|
|
472
539
|
telnyx/types/credential_connection_retrieve_response.py,sha256=F8tZfuw3NpA4LZmeukQJxUs7qiqYhVosPRfriwbUB1E,361
|
|
473
|
-
telnyx/types/credential_connection_update_params.py,sha256=
|
|
540
|
+
telnyx/types/credential_connection_update_params.py,sha256=0_txG7f3Y5vDrhePHgYxVDTS7r1Zht1ti9ymppvYzOs,3899
|
|
474
541
|
telnyx/types/credential_connection_update_response.py,sha256=_qvEDRgAq0SAV6bqe7UmRJ1POkfKpuTzy73FIx7wHRs,357
|
|
475
542
|
telnyx/types/credential_inbound.py,sha256=rGgNkFyWhrTf8gH9AoRl8HMo6Ws8Rs6I83s3GZd2uvI,2151
|
|
476
|
-
telnyx/types/credential_inbound_param.py,sha256=
|
|
543
|
+
telnyx/types/credential_inbound_param.py,sha256=cbqs3D0KU7a4Jf2NQvnvvRsk7bEebtprXDUgoqBYVNI,2014
|
|
477
544
|
telnyx/types/credential_outbound.py,sha256=mC46QkajdRoTsmx_cwL8mMK0A68D2MahguaTutvDRTQ,2352
|
|
478
545
|
telnyx/types/credential_outbound_param.py,sha256=_IFnpqeGKijVZIWO2xcqiyvhJiMOVRUrRJ0uWlcTeEI,2232
|
|
546
|
+
telnyx/types/custom_sip_header.py,sha256=ajrLT111FDNiJFWAt5InCCa9SxSiIla1JQUZlxYzVTQ,292
|
|
479
547
|
telnyx/types/custom_sip_header_param.py,sha256=k42em8N3RkXfMkNWEtyv7qsW9Mqw12Z-TwUuYdT5WXI,389
|
|
480
548
|
telnyx/types/custom_storage_configuration.py,sha256=RhAIsgY82BWsLvR8y5gi2xRtIJO0FaER2WKDE7C1qkc,651
|
|
481
549
|
telnyx/types/custom_storage_credential_create_params.py,sha256=JzqQTnrIFKXBZ8kX1b-ZP-lkLTOFTQk9U3ZRzHZu8Fc,776
|
|
@@ -486,12 +554,14 @@ telnyx/types/custom_storage_credential_update_response.py,sha256=MWUXGCiAJR9XoXu
|
|
|
486
554
|
telnyx/types/customer_service_record.py,sha256=fstB_3ugxrwGxNWhtcc2F8A7L0f69NVogpKZdESq5hM,2620
|
|
487
555
|
telnyx/types/customer_service_record_create_params.py,sha256=u1GLJ-FMsG9gU4MtHD-dGuEosUD_P4snYZYrg2LSajQ,1330
|
|
488
556
|
telnyx/types/customer_service_record_create_response.py,sha256=evFtX8yJ_FXEjEo0DMtp2ptVrU_5yjZ0ArgvtT1p3Tg,363
|
|
489
|
-
telnyx/types/customer_service_record_list_params.py,sha256=
|
|
557
|
+
telnyx/types/customer_service_record_list_params.py,sha256=G1mgRKJijJjEh1xNaeHSjhB0aJw-BI58bSusGcctM9E,2478
|
|
490
558
|
telnyx/types/customer_service_record_list_response.py,sha256=j83mROt0KQ45us3Lj6lBZSLEZPKGDAJzmdNpKEBIZ74,458
|
|
491
559
|
telnyx/types/customer_service_record_retrieve_response.py,sha256=07_PV2iPF3H8LLaOfDJ8MugnJ9vKcj7jrnlShE4_er0,367
|
|
492
|
-
telnyx/types/
|
|
560
|
+
telnyx/types/customer_service_record_status_changed_webhook_event.py,sha256=VkR9KhEgWXU5Ad_TantPJ_Q2gBIxJFg8B83JOE_PduY,1655
|
|
561
|
+
telnyx/types/customer_service_record_verify_phone_number_coverage_params.py,sha256=BjQhJJYzvef09G8vJEbEzwVVDjFfOXf3eWLguZ18ktM,462
|
|
493
562
|
telnyx/types/customer_service_record_verify_phone_number_coverage_response.py,sha256=jQirZgkVJG40Rm6pmbAcef7aq0QYVTwZov3Q-CDulaM,1388
|
|
494
|
-
telnyx/types/
|
|
563
|
+
telnyx/types/delivery_update_webhook_event.py,sha256=s5ull5rIhYLD58VD6sDVGnORFYY2K23acxDslvg-FeA,1153
|
|
564
|
+
telnyx/types/detail_record_list_params.py,sha256=CZfIS8k2ug0DjDivcQ79c_VQaez1zBX7rTZz7Sp6uO0,2062
|
|
495
565
|
telnyx/types/detail_record_list_response.py,sha256=hQAQ6iyIpgjtj6zxoP8o9XxjAKXP8kNM0ONvOJrq4x8,13823
|
|
496
566
|
telnyx/types/dialogflow_config_param.py,sha256=_b-DntBBdjqtmojDCUsFdsZkUpSC8fk7GHjf7vAi_SA,441
|
|
497
567
|
telnyx/types/dialogflow_connection_create_params.py,sha256=QByCPUPRM1qxN2Ax6vWwW-KDDqzNP40wXfWkCENlfjo,880
|
|
@@ -501,9 +571,10 @@ telnyx/types/dialogflow_connection_update_params.py,sha256=sYD7qggWOuuEc8ajJJbaO
|
|
|
501
571
|
telnyx/types/dialogflow_connection_update_response.py,sha256=iH8x461sDBP4GTzwdVoOHG2iYqedYLCKD0sVkHqO1iI,834
|
|
502
572
|
telnyx/types/doc_service_document.py,sha256=7SX92batc6UbJ2oUt8xRP7Ru3F2Jfg0MS9AxRFXarF4,1387
|
|
503
573
|
telnyx/types/document_delete_response.py,sha256=kKs1qRGn8G_X5i-i8ktv1zZkWk44BSFm9gOJTO5uAlw,328
|
|
574
|
+
telnyx/types/document_generate_download_link_response.py,sha256=tAX-ZsAO8p5Xgs7Pq3rRYQ_bdTbYCyb0U7MB1w6TjOM,353
|
|
504
575
|
telnyx/types/document_link_list_params.py,sha256=HyoeYzCPaJAOaygTEflL6wJWg1Ux2Icn_QUDAalsHkM,928
|
|
505
576
|
telnyx/types/document_link_list_response.py,sha256=cEV3Bx6g2_uxpU1469ODamMLoYpErA4U5KCj_lt7qoQ,1049
|
|
506
|
-
telnyx/types/document_list_params.py,sha256=
|
|
577
|
+
telnyx/types/document_list_params.py,sha256=VY84ZirQ4mFe7Er6VZkcEby1uPU8g1keL90J6L1T_w0,2112
|
|
507
578
|
telnyx/types/document_list_response.py,sha256=-_gLD3b7x0UT6kfHZ4Z05xEKdpfHEd5fND0yzckJK64,423
|
|
508
579
|
telnyx/types/document_retrieve_response.py,sha256=22mTiLGxPa_ClgA0K0wQ_utozd_FffrM3m1XJtNkGcM,332
|
|
509
580
|
telnyx/types/document_update_params.py,sha256=-pdFL8Ra8mn8accOvApZTnu5bVky0hZJlsBIQs4JMK8,399
|
|
@@ -530,7 +601,7 @@ telnyx/types/entity_type.py,sha256=2RX5p8I9whwAMHQw4sNAfSXNKLkuttpImMhnCQB626g,2
|
|
|
530
601
|
telnyx/types/enum_retrieve_response.py,sha256=EPO8dAJkZET6eGZTnvPIYJQ38IibTi9xwTohAHc2Hec,277
|
|
531
602
|
telnyx/types/error.py,sha256=5RSz0fIaw5K7STV45FKlqeTPJZVqRKWSaZIOwddmO4o,574
|
|
532
603
|
telnyx/types/external_connection.py,sha256=HJ6xD76XN4sROHafTteQtTIwy41mEb0d_HMvzDR-908,2375
|
|
533
|
-
telnyx/types/external_connection_create_params.py,sha256=
|
|
604
|
+
telnyx/types/external_connection_create_params.py,sha256=b6XusXMG7LbsaH-oDBfRGRiHMuy3IE8I_qKov48SVz8,1696
|
|
534
605
|
telnyx/types/external_connection_create_response.py,sha256=lFrIZXYzVmlcXuHraptL6k7NweJ_Asc2X3frkd8d5cc,347
|
|
535
606
|
telnyx/types/external_connection_delete_response.py,sha256=NIwCN0v4HN8HSvuXX8cz0Q2ivZToytjkIFJJkR4DtUo,347
|
|
536
607
|
telnyx/types/external_connection_list_params.py,sha256=twU-4P8nXQOVSj9Vz2TrXoVapGXjN275hTGeuSz-dQU,2045
|
|
@@ -538,33 +609,38 @@ telnyx/types/external_connection_list_response.py,sha256=lYVM0wV1XsFMPCMtu07ZO1D
|
|
|
538
609
|
telnyx/types/external_connection_retrieve_response.py,sha256=3HPHLm-6jYFjuUXBMh2EHOHsw9l6IOBx9M6zYzdmA0k,351
|
|
539
610
|
telnyx/types/external_connection_update_location_params.py,sha256=8O3ON2HU6YwIDjPVh2CDKeY57sZigslt--9qlgOiT5o,441
|
|
540
611
|
telnyx/types/external_connection_update_location_response.py,sha256=4cGAnY_WFqai4nRUocd3Pxj_UEE_zxhxIYi5IiUYchE,480
|
|
541
|
-
telnyx/types/external_connection_update_params.py,sha256=
|
|
612
|
+
telnyx/types/external_connection_update_params.py,sha256=Ok1Oe9c2rEqpMvxIn11KxsWrdP30ljJXy-mNKiMOY2Y,1579
|
|
542
613
|
telnyx/types/external_connection_update_response.py,sha256=2p8qkkiRVv2SLPVPEI89kj8SVM0EZkrhbvkWGIyLcqc,347
|
|
543
614
|
telnyx/types/external_voice_integrations_pagination_meta.py,sha256=pZLFD1IGt4WoDaMnjYPgsGnQ8rwrug63KFo6RAddK-U,418
|
|
544
615
|
telnyx/types/fax.py,sha256=7ETX6rzk1-OI6EDY46etLm2-0NgIx5ygGenEHWSVMVA,3220
|
|
545
616
|
telnyx/types/fax_application.py,sha256=8Pw6o5WK0n-7DyvWcdbJhxWSwvtcnjNb1gILk6A7FIA,3239
|
|
546
|
-
telnyx/types/fax_application_create_params.py,sha256=
|
|
617
|
+
telnyx/types/fax_application_create_params.py,sha256=ZFae8rRfxxy60Yp9JFImvs1azGmB6Dv4lM-A5E9Q0cA,2781
|
|
547
618
|
telnyx/types/fax_application_create_response.py,sha256=CxbkkI6uYzWW_aCz35u5AcB7TF4Nbi6aFdItA_1ERnc,327
|
|
548
619
|
telnyx/types/fax_application_delete_response.py,sha256=Ev09kcStaWFde1CodwFyiVUCvqBzpUriMvnp-fOishc,327
|
|
549
620
|
telnyx/types/fax_application_list_params.py,sha256=uw6Dms_0MZSGPGF8C1m2EmM-CPAgNDsdE_CUbgRozQY,1917
|
|
550
621
|
telnyx/types/fax_application_list_response.py,sha256=kj6wc0kO72zuCtpUf2cTI8d-nAKsmgR8GigNrTMuB5I,422
|
|
551
622
|
telnyx/types/fax_application_retrieve_response.py,sha256=lr7XQMsYEB6TVZiStkztnmjTP6I3YCRE4KT_PP9xlUw,331
|
|
552
|
-
telnyx/types/fax_application_update_params.py,sha256=
|
|
623
|
+
telnyx/types/fax_application_update_params.py,sha256=UsOhYCf2WQl4395xro9fihRuJvDaftYt0jnFAfTadSk,2959
|
|
553
624
|
telnyx/types/fax_application_update_response.py,sha256=g4jaE6eD4PVDapMuFXEYRVAx-Il1shPKWXG9Y5AONEA,327
|
|
554
625
|
telnyx/types/fax_create_params.py,sha256=5dWNYJET4yIF_8qeYYgguXtNs0w6nxvur2YD1yVr2qA,2594
|
|
555
626
|
telnyx/types/fax_create_response.py,sha256=0LiA8SFITw3My107KPfJEJ5wjgvcy1PIsw9Wi2vXmRQ,271
|
|
627
|
+
telnyx/types/fax_delivered_webhook_event.py,sha256=OUk6LXd36jA3wkVPoTa0OEHQJzAgQrBGa7tsir6IJaA,2033
|
|
628
|
+
telnyx/types/fax_failed_webhook_event.py,sha256=LAmPopendd-_to3wSEzbJTczMnW3LfPRahC76q3wP9Y,1949
|
|
556
629
|
telnyx/types/fax_list_params.py,sha256=LtYISzAfuZgInUJM-Obob7d_2coAfsKsGaF_WfSAtIY,2504
|
|
557
630
|
telnyx/types/fax_list_response.py,sha256=EhzqiXoifMLhA7FSDcJZk8xWTGlO3Vc5uKxOKTbmpf4,314
|
|
631
|
+
telnyx/types/fax_media_processed_webhook_event.py,sha256=aJSpumXg7R_4vBBIb3lS7X9F-wvJVcCgOUHr-letHAM,1886
|
|
632
|
+
telnyx/types/fax_queued_webhook_event.py,sha256=KeZeQuBlM-b7zk9vL7kz5EIvBKRuQdR_V6mNeqk4uTU,1852
|
|
558
633
|
telnyx/types/fax_retrieve_response.py,sha256=HNHPttDOk7sI5qRTJki653d_c_-CqrD_5Szeih4PLaE,275
|
|
634
|
+
telnyx/types/fax_sending_started_webhook_event.py,sha256=p9xk7UnQxxuzxfIA9W80r5sQbhHK9zEdb1YPohMB49Q,1878
|
|
559
635
|
telnyx/types/fqdn.py,sha256=UG2PjoDPWpQw6sVEIPo5wWxa8eLjyHeSr1TZsJtwssk,1158
|
|
560
636
|
telnyx/types/fqdn_connection.py,sha256=HsEtVrgYN_oTeUavZKp51Idl-zS46_O5RgU2chTQSRk,5153
|
|
561
|
-
telnyx/types/fqdn_connection_create_params.py,sha256=
|
|
637
|
+
telnyx/types/fqdn_connection_create_params.py,sha256=bMFr8gxwpzlWGruxnM590u07sQxrwU4J3D0bHQ584V0,3589
|
|
562
638
|
telnyx/types/fqdn_connection_create_response.py,sha256=jBQQSBgHiebHAM-88QRkQ6MRxKoZzCOfZ4MzmYIqM4g,327
|
|
563
639
|
telnyx/types/fqdn_connection_delete_response.py,sha256=1Ob9iRfPP_y6M-yIqyTL9p9Y8Zq48tPZiOPs_3ekGt0,327
|
|
564
640
|
telnyx/types/fqdn_connection_list_params.py,sha256=9CjHsQPHVBAZB1dLlD_CYDghiaUTc03RBE2ikFc0c1I,2149
|
|
565
641
|
telnyx/types/fqdn_connection_list_response.py,sha256=YAwOc7hDFPCr2q6jPJfFWyqGN6tukYG54fiKCLew_MU,463
|
|
566
642
|
telnyx/types/fqdn_connection_retrieve_response.py,sha256=Q0a_AMV86r7sjBDniH_Pzcs8TYrovJ1I0MsF9YX7U20,331
|
|
567
|
-
telnyx/types/fqdn_connection_update_params.py,sha256=
|
|
643
|
+
telnyx/types/fqdn_connection_update_params.py,sha256=x0hGIkTyeX9dwmw1vYdGjo2vv3tzfrkSn0a7LgVHUB8,3361
|
|
568
644
|
telnyx/types/fqdn_connection_update_response.py,sha256=qkWV8k2V94-3h-pvpExAFfKm5z2mS0CzzsJDsBy5qGs,327
|
|
569
645
|
telnyx/types/fqdn_create_params.py,sha256=XlsZOd3vpMA2g8_9KCEfirxoVeE6yzZS3obXWXpWNec,846
|
|
570
646
|
telnyx/types/fqdn_create_response.py,sha256=iYpL_OO1SHpy-kptK_UU-obsFXaMKZ2JI5dSaJDFVo0,276
|
|
@@ -602,7 +678,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
|
|
|
602
678
|
telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
|
|
603
679
|
telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
|
|
604
680
|
telnyx/types/global_ip_latency_retrieve_params.py,sha256=kq-h9uZDA5Orqf3Uf-CofKRDQea2HKWyKr91pO4mUZo,894
|
|
605
|
-
telnyx/types/global_ip_latency_retrieve_response.py,sha256=
|
|
681
|
+
telnyx/types/global_ip_latency_retrieve_response.py,sha256=s0ZPrSqjuEsqp5EbUBXwKhRqrU3ELCPJRwbNbWZfL4o,3621
|
|
606
682
|
telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
|
|
607
683
|
telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
|
|
608
684
|
telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
|
|
@@ -613,9 +689,10 @@ telnyx/types/inbound_channel_list_response.py,sha256=NK3YJPL41tz9KbklLQVElsPkhO6
|
|
|
613
689
|
telnyx/types/inbound_channel_update_params.py,sha256=H4tTrypo5U5VNFBVcUd0HQUzoDhXiu3pm4sXvn767OI,367
|
|
614
690
|
telnyx/types/inbound_channel_update_response.py,sha256=7yNLrDclWAmzICqurOzKVeu20Du8kLvRl_R1NmzFCsI,479
|
|
615
691
|
telnyx/types/inbound_fqdn.py,sha256=gRTjhor3JBPGjVB9JDRD8ulsTn3v5Z-UydzmR9fuvoI,4078
|
|
616
|
-
telnyx/types/inbound_fqdn_param.py,sha256=
|
|
692
|
+
telnyx/types/inbound_fqdn_param.py,sha256=gLRAwVYISGgI1vE6RhyJomKFwUfnuOMnAQNpw9QWnoc,3910
|
|
617
693
|
telnyx/types/inbound_ip.py,sha256=GOJSmMdUMrBddHa1TSlhJvAK_XR0uYOPVYlkaU6MnFA,4134
|
|
618
|
-
telnyx/types/inbound_ip_param.py,sha256=
|
|
694
|
+
telnyx/types/inbound_ip_param.py,sha256=KNam6F3fJX_b7sOUlQiEA7NVRQtVmHSBjkzFyJ3zt4o,3878
|
|
695
|
+
telnyx/types/inbound_message_webhook_event.py,sha256=qJlY4h4dELGTwUQJoqPoIp8VEFaWENE9bPVcVPFNKEc,6520
|
|
619
696
|
telnyx/types/integration_secret.py,sha256=iod7QJKV0aqvMJHDjKJyAe4PYmQfAjCWGBTOutYjkfA,373
|
|
620
697
|
telnyx/types/integration_secret_create_params.py,sha256=DoWwA0bhSj6SIljRMN7iv3ZNmQN_npNO-JOf6q-ldgc,790
|
|
621
698
|
telnyx/types/integration_secret_create_response.py,sha256=-n6QbC8716Z-zGHnhFics9-Wd8KXNNfa5kKb_hn5vD8,296
|
|
@@ -631,13 +708,13 @@ telnyx/types/invoice_retrieve_params.py,sha256=bfpM2eDVXM0T7FGt46Prd8TnaU7h8Ur18
|
|
|
631
708
|
telnyx/types/invoice_retrieve_response.py,sha256=Shvm4JL41ccxAdnnmdz1nHY-pLcVgYz7bzYBcYaqBGc,646
|
|
632
709
|
telnyx/types/ip.py,sha256=RSwRfygR4d-_EgI-FgFEsW_b2BfZJ19R7mocu5Jjcbg,859
|
|
633
710
|
telnyx/types/ip_connection.py,sha256=TmHW6Zx3libvIs2H6cXm9s0uL3oQdvag0dfcSjdAHQs,3509
|
|
634
|
-
telnyx/types/ip_connection_create_params.py,sha256=
|
|
711
|
+
telnyx/types/ip_connection_create_params.py,sha256=IFXHB15YgLR9aF2lOEivLqPFT0Rixwlz95V7NRKRb_I,6098
|
|
635
712
|
telnyx/types/ip_connection_create_response.py,sha256=QUqCPTWkTH0Mb2wZGBn1MlX5Uf7AG5D8EVkhiyz5NNU,317
|
|
636
713
|
telnyx/types/ip_connection_delete_response.py,sha256=5PQmnKYa4l-cSFfWwRx_NnU4ZM7RE6CqcmI87xTKd_8,317
|
|
637
714
|
telnyx/types/ip_connection_list_params.py,sha256=rHxnQu0RyiAOnheVlGw9Z9s80ojquzS-R8gRnAzz0VI,2145
|
|
638
715
|
telnyx/types/ip_connection_list_response.py,sha256=4WHzuYlF1LZJ6i5GM_ma2tj3xfctXT6lH7HjXgo1Bn0,453
|
|
639
716
|
telnyx/types/ip_connection_retrieve_response.py,sha256=n-CUM-CzVIHyVPIerlCR7gK2Vyf5f2dpmzZx5gy9bPs,321
|
|
640
|
-
telnyx/types/ip_connection_update_params.py,sha256=
|
|
717
|
+
telnyx/types/ip_connection_update_params.py,sha256=4D5aCJB718ZUjMwCj2caTCofXdeTTwsaAPIkx-EApxs,3197
|
|
641
718
|
telnyx/types/ip_connection_update_response.py,sha256=EN-GukpeJY9sZlP6tX1ZCaZNbifFeW44cbvAAdli_BA,317
|
|
642
719
|
telnyx/types/ip_create_params.py,sha256=1i8FqhZM-eQ0H41fL59wa4dtxNi7tExbPlDiQ4D-fag,493
|
|
643
720
|
telnyx/types/ip_create_response.py,sha256=Uckq1_DTTr1xE0naoQRFVqDYj3axzWEDETGOjrIt1bs,266
|
|
@@ -651,8 +728,6 @@ telnyx/types/ledger_billing_group_report.py,sha256=ywIzPZsbG6XPg3JgFtrr4LYdS4YDW
|
|
|
651
728
|
telnyx/types/ledger_billing_group_report_create_params.py,sha256=o_tg5q25ln0PQLatVN6o-7RoqY3oGzk_e0ziugR0cjE,416
|
|
652
729
|
telnyx/types/ledger_billing_group_report_create_response.py,sha256=tRb87tzw-7pVdmhhF0orQoKPiSMDexuqJLQe53-X6vY,379
|
|
653
730
|
telnyx/types/ledger_billing_group_report_retrieve_response.py,sha256=G3gZ6g4C705dcxi0qQGUfnql-B_3ova2-gBJUgakSrc,383
|
|
654
|
-
telnyx/types/list_buckets_response.py,sha256=EWUn2sweJ7AmJH3ZefcAJJF1h28yvpFuYLobJbkG8i8,567
|
|
655
|
-
telnyx/types/list_objects_response.py,sha256=3PdlRHiSkuYs5z0SKe-F3-tcLs0QOmhpAz_B29UqLUk,702
|
|
656
731
|
telnyx/types/list_retrieve_all_response.py,sha256=4NBVNSCVCdGu3vrg_vU55WVzaITLD15wMxcLsXXkSQo,673
|
|
657
732
|
telnyx/types/list_retrieve_by_zone_response.py,sha256=H7mqctugxuKTtaOGXZmDUjTcnhFE8hjIAOdeTy_23u4,679
|
|
658
733
|
telnyx/types/managed_account.py,sha256=VLHqyrra3HUOr4ZghPDBkk_bnWUefXBKszXIlO2y4QM,2067
|
|
@@ -667,7 +742,7 @@ telnyx/types/managed_account_update_global_channel_limit_params.py,sha256=TXdwH7
|
|
|
667
742
|
telnyx/types/managed_account_update_global_channel_limit_response.py,sha256=yw6c18DyLx70jDg28QhVPMz6pqUVH2f2CwfjxOOTVyg,994
|
|
668
743
|
telnyx/types/managed_account_update_params.py,sha256=7S53YiXUCIFcIQ1n1cOBBOHCHuEDzqlFIHzLl2KZllo,636
|
|
669
744
|
telnyx/types/managed_account_update_response.py,sha256=V0hwiXhj3IwJ_bVXo0rS3p9pthUVK6aYIxnOgNzKwKo,327
|
|
670
|
-
telnyx/types/media_list_params.py,sha256=
|
|
745
|
+
telnyx/types/media_list_params.py,sha256=3MBr_ni4SHg6HVjrOE96QKzwePg1tsgMNjAwtT01d8M,539
|
|
671
746
|
telnyx/types/media_list_response.py,sha256=xlII4oP9nnLdewf_PCStHsfsBrSuNMCf0wGCw53zh_s,401
|
|
672
747
|
telnyx/types/media_resource.py,sha256=J8TFAIHrrk7EM1vlnGqA8lfdxJnOS-oGXJ7iTECUS6s,725
|
|
673
748
|
telnyx/types/media_retrieve_response.py,sha256=R70S76qDgbrCM0vacFsqAlzKVQHm6wgpsBvCYdYLCsI,310
|
|
@@ -677,25 +752,25 @@ telnyx/types/media_upload_params.py,sha256=tZtcDr8yKHxzDTxaUyUNFASpXhx1RT4GqR83b
|
|
|
677
752
|
telnyx/types/media_upload_response.py,sha256=zPcJCT1pR2MihfA6LKQj33Z0jGZeR3_C9eATOXpnhyY,306
|
|
678
753
|
telnyx/types/message_cancel_scheduled_response.py,sha256=yW-f1v_b5j7LBcnaEkgeoGiPb-gbyhez4lVb2n_X1-Y,5542
|
|
679
754
|
telnyx/types/message_retrieve_response.py,sha256=Hqi1sZb9_pMkTseo8T73n_olHp4YTnZC6LVa8zK8F7Q,6568
|
|
680
|
-
telnyx/types/message_schedule_params.py,sha256=
|
|
755
|
+
telnyx/types/message_schedule_params.py,sha256=3cohq9Oq5CU2SeH9zVsDZjsxrKVaMJxN74c8Ig8zoHM,2215
|
|
681
756
|
telnyx/types/message_schedule_response.py,sha256=HSI2fpWK9PI7YN-S5gBJBjs559TfO4ioNh7X5a-0BQo,342
|
|
682
|
-
telnyx/types/message_send_group_mms_params.py,sha256=
|
|
757
|
+
telnyx/types/message_send_group_mms_params.py,sha256=gmkfCITBzjZdDQQJpvqdN6SvdvnjVvH2BdfBg-XWdpU,1372
|
|
683
758
|
telnyx/types/message_send_group_mms_response.py,sha256=M8mg3UWUZwetaO70N8ZQTst3W4uwXRDrfwmXFGy5ZEM,350
|
|
684
|
-
telnyx/types/message_send_long_code_params.py,sha256=
|
|
759
|
+
telnyx/types/message_send_long_code_params.py,sha256=4cf7PK_jvbVig3fwn5-hmDNOEIz2tTphFTjRRWEjXfo,1681
|
|
685
760
|
telnyx/types/message_send_long_code_response.py,sha256=CPseOgGFF5XlwnATqm97uTxn-hlVxWu79P3KFu38kuI,350
|
|
686
|
-
telnyx/types/message_send_number_pool_params.py,sha256=
|
|
761
|
+
telnyx/types/message_send_number_pool_params.py,sha256=gG_AnE4b8-44VqvOpT9EOewcNKYJqaGv09ZhYEFAkzs,1601
|
|
687
762
|
telnyx/types/message_send_number_pool_response.py,sha256=ODsjmL4YVLWXA2-v7JB15Va8-CaHBPpahueEsFsWEN0,354
|
|
688
|
-
telnyx/types/message_send_params.py,sha256
|
|
763
|
+
telnyx/types/message_send_params.py,sha256=6Pwx0Eco0MDZ4ypedLUFMpBkMmmVzJiUVuleS7ww5UU,2213
|
|
689
764
|
telnyx/types/message_send_response.py,sha256=VNa37bL5N0Qt3B20cRTALoHph6u1G3dCKoW22j-ml5k,334
|
|
690
|
-
telnyx/types/message_send_short_code_params.py,sha256=
|
|
765
|
+
telnyx/types/message_send_short_code_params.py,sha256=BuoMtCtyl2wXGEZRlhZYMaQaXtKGvcykmPnsbdu4EmE,1683
|
|
691
766
|
telnyx/types/message_send_short_code_response.py,sha256=0OXWKYMyPdTTOWoOy_Da9jCe6uxP8lTyF3BSHGSzmHU,352
|
|
692
767
|
telnyx/types/messaging_error.py,sha256=EeXUDByRpKqwPefeMwsqJVB4__yLLW9pm9fnB4NxnCo,575
|
|
693
768
|
telnyx/types/messaging_hosted_number_delete_response.py,sha256=CVOIUTUYoNAauR5_qR9Z5wHKZlC-Kd6dloNaEh10-pw,386
|
|
694
|
-
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=
|
|
769
|
+
telnyx/types/messaging_hosted_number_order_check_eligibility_params.py,sha256=fo_oC19th-_0hpglEeu0IsFLzNIeL7PnlSNyFkwLIPo,458
|
|
695
770
|
telnyx/types/messaging_hosted_number_order_check_eligibility_response.py,sha256=4H-sjzqm8_JfUf3TUfSB5BzHQqnpykg71qahr0JYpK8,1439
|
|
696
|
-
telnyx/types/messaging_hosted_number_order_create_params.py,sha256=
|
|
771
|
+
telnyx/types/messaging_hosted_number_order_create_params.py,sha256=soUDXTlGPMnwyZZ2TXHxI-hCvHCEau9M6Czfe_Zls3Q,571
|
|
697
772
|
telnyx/types/messaging_hosted_number_order_create_response.py,sha256=mUc-UMRn97djZdMZQmgnRA_9IWdb3NHFo1SvmuZVHbs,396
|
|
698
|
-
telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=
|
|
773
|
+
telnyx/types/messaging_hosted_number_order_create_verification_codes_params.py,sha256=UbfVaLDg2JHefWOpUEqYVsBngcNUuKNmQE3GQtgGLhs,500
|
|
699
774
|
telnyx/types/messaging_hosted_number_order_create_verification_codes_response.py,sha256=3zHtH-TX1HcYKSuQijpiiCK_YEuUbv6gyp4L8w8d-fk,1085
|
|
700
775
|
telnyx/types/messaging_hosted_number_order_delete_response.py,sha256=BdbxdizK_SWxkQ6Wff_KpU2-EupgRI8OSzZXtDNgNFY,396
|
|
701
776
|
telnyx/types/messaging_hosted_number_order_list_params.py,sha256=LLNeISOHCaBAVyRU3XieFDKnZs77K5iU6eAjU_kchDg,547
|
|
@@ -703,13 +778,13 @@ telnyx/types/messaging_hosted_number_order_list_response.py,sha256=21cPhWjJ6oXk2
|
|
|
703
778
|
telnyx/types/messaging_hosted_number_order_retrieve_response.py,sha256=S_p6TlC3KNtYxW1xJlaXBit_PR1aFo-P-IOMZoTH0Ig,400
|
|
704
779
|
telnyx/types/messaging_hosted_number_order_validate_codes_params.py,sha256=bKs_pD6TKWx57yrJTtSUdbU1-xWbZNH440DwmyvcH3A,529
|
|
705
780
|
telnyx/types/messaging_hosted_number_order_validate_codes_response.py,sha256=aRGN-DpMdazJachszQq5xDkYurgp4i5gZsPQJF2E86o,590
|
|
706
|
-
telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=
|
|
781
|
+
telnyx/types/messaging_numbers_bulk_update_create_params.py,sha256=w4OkuLRh7oh71yd9O7EjBtlUe1MltMwEIbyfpJeEsoo,768
|
|
707
782
|
telnyx/types/messaging_numbers_bulk_update_create_response.py,sha256=t6z5Qz2gSeAT3VwzyyH0QIwX8V0m8mp_J9vxs3vhWdQ,844
|
|
708
783
|
telnyx/types/messaging_numbers_bulk_update_retrieve_response.py,sha256=hKxAXimCg3mgso6gXw7eoDk5f7oKfVyXAsMpRz_vCvo,848
|
|
709
784
|
telnyx/types/messaging_optout_list_params.py,sha256=cKZZaJSeg1NnE90jUqMZf_PkGUHauBeSjMEUXpYoSdg,1651
|
|
710
785
|
telnyx/types/messaging_optout_list_response.py,sha256=-iQf34X1cGMQquQMc7Gz_OAL3qE5C7-v4AsOOOOyApU,1038
|
|
711
786
|
telnyx/types/messaging_profile.py,sha256=GP751keUEwvqbCkB2G7DmSlrX55m2xB_cdWICx6HxJ4,3429
|
|
712
|
-
telnyx/types/messaging_profile_create_params.py,sha256=
|
|
787
|
+
telnyx/types/messaging_profile_create_params.py,sha256=5OaDimDt7alF7JTSHRhfAEDNi2owq9jv_rpIUAzLQEE,2865
|
|
713
788
|
telnyx/types/messaging_profile_create_response.py,sha256=lrKJ60WkmPNI7ZhE78eliZkMchXTntaHeELKKKw3jJE,337
|
|
714
789
|
telnyx/types/messaging_profile_delete_response.py,sha256=_-OL_u-nBz647c0vDDZSJlbwUZ7754TGKuqDXaRgYP8,337
|
|
715
790
|
telnyx/types/messaging_profile_list_params.py,sha256=0A5pYKasObvboNZK8MOVBSJ5OreYeX06B4RbC4yk4u4,721
|
|
@@ -719,11 +794,11 @@ telnyx/types/messaging_profile_list_response.py,sha256=QtWMM8qc8qM3UG5oL8RqjyrgD
|
|
|
719
794
|
telnyx/types/messaging_profile_list_short_codes_params.py,sha256=QqCwh4H_jPttFNqBnXd1hzIPkO2GbV79MONU4x2BxGQ,547
|
|
720
795
|
telnyx/types/messaging_profile_list_short_codes_response.py,sha256=Tb1kixdj1k7poCXEgYZRooezv4-U2_Nb14cnft6sy3g,438
|
|
721
796
|
telnyx/types/messaging_profile_retrieve_response.py,sha256=F04p6wT0Dtsh_Aw0-rFTsDTlD6098nyQREwQ9u7ePpg,341
|
|
722
|
-
telnyx/types/messaging_profile_update_params.py,sha256=
|
|
797
|
+
telnyx/types/messaging_profile_update_params.py,sha256=Ojfb-Z4qIwwiHzD_ozzWdUkANL8do03Uk38q50YjwME,2995
|
|
723
798
|
telnyx/types/messaging_profile_update_response.py,sha256=lWTHuMd6Vt2uoTCGvI88lTXjGWkSRnigPlvIYaFSfI4,337
|
|
724
799
|
telnyx/types/messaging_url_domain_list_params.py,sha256=gUE67OY2ccV9gTFIrUSWEiRa-iNa5zZaZ-8Um6sBusQ,531
|
|
725
800
|
telnyx/types/messaging_url_domain_list_response.py,sha256=TMtcw9meS1vJ4o8IQQ-d68DruhpW2kase1xbdX2V7Ao,551
|
|
726
|
-
telnyx/types/messsage_rcs_params.py,sha256=
|
|
801
|
+
telnyx/types/messsage_rcs_params.py,sha256=1HQUiysSDjrjL1lchjZN0_os7231TgXbJ6auZ8oLJ_0,1459
|
|
727
802
|
telnyx/types/messsage_rcs_response.py,sha256=8W5ZQHOEMzLDIYqA3XZD6g2E7-ngOMsBGYOXSsEyZx4,1245
|
|
728
803
|
telnyx/types/mobile_network_operator_list_params.py,sha256=GafRtCJ927VGDgXgPaQ2oNpTh6rU-Xa2bqiL4jMnbyg,1504
|
|
729
804
|
telnyx/types/mobile_network_operator_list_response.py,sha256=uZ2kMU3-zAjCFEPxLDwKiXFnakX9zcP8nGpYnyBezdo,1789
|
|
@@ -793,6 +868,7 @@ telnyx/types/number_order_phone_number_update_requirement_group_response.py,sha2
|
|
|
793
868
|
telnyx/types/number_order_phone_number_update_requirements_params.py,sha256=6oZLLdQRiNMYv3VOaojY-UGMkkBunKzYfxi4S6t9J1c,488
|
|
794
869
|
telnyx/types/number_order_phone_number_update_requirements_response.py,sha256=gpBTWv98n_JccRd-mwaYkVUtNiWihdavKqHOaNylPZM,393
|
|
795
870
|
telnyx/types/number_order_retrieve_response.py,sha256=1WygTrroK2bSgUhhmjmCIEVsx-TCN6gpyLdtrdAHC3k,367
|
|
871
|
+
telnyx/types/number_order_status_update_webhook_event.py,sha256=I1ooLnocUA1jxrMnJU_ep0alxtzEmf05TtEmqqsji3c,841
|
|
796
872
|
telnyx/types/number_order_update_params.py,sha256=yWf5rSyWr-POo7WNMqRI8I1f88lEy1yPRPjnAMBAFzY,532
|
|
797
873
|
telnyx/types/number_order_update_response.py,sha256=vOdtpv_CwkLei1nCn2u_-qN1YYrEqRxjbqf5BfWDkK0,363
|
|
798
874
|
telnyx/types/number_order_with_phone_numbers.py,sha256=mq6s2u4zP8BgkUKps5Eu63wM4_ENFPvOjoM9HCo5xrE,1579
|
|
@@ -804,26 +880,48 @@ telnyx/types/number_reservation_create_response.py,sha256=1qUbizDelchE47cM7K3p6D
|
|
|
804
880
|
telnyx/types/number_reservation_list_params.py,sha256=gT6Vib1kXeqpK3KRLx66a-HZDFr5ndOvnMQLRLIXLA0,1455
|
|
805
881
|
telnyx/types/number_reservation_list_response.py,sha256=BmCn63NV2cHRhO661HgQEsBfWQZ3kY51lHEO8jPC1HI,437
|
|
806
882
|
telnyx/types/number_reservation_retrieve_response.py,sha256=mNgKrwL_Qq0rVPeCZzhaTeubpca-uUE0YUx535U2_HU,346
|
|
807
|
-
telnyx/types/numbers_feature_create_params.py,sha256=
|
|
883
|
+
telnyx/types/numbers_feature_create_params.py,sha256=ArXiQW5-MhR81YaUNJOjR41aVgXICMajYK4D0CfU9Mk,361
|
|
808
884
|
telnyx/types/numbers_feature_create_response.py,sha256=4p7DBbd4HzNmumwal8ozpOjOPI0o9aaZvNZ3v63RW7Y,365
|
|
885
|
+
telnyx/types/oauth_authorize_params.py,sha256=i1hkL4Q5-5BBzwMYAgVtAhCMF7gXdOLabHDTzIAoDqM,741
|
|
886
|
+
telnyx/types/oauth_client_create_params.py,sha256=n_nJTEQzHC7zATP7mCRx5F_ELQeU9rqGob47-avi1oY,1136
|
|
887
|
+
telnyx/types/oauth_client_create_response.py,sha256=ebDwniuCi8XyWJEzmQxkjFkfWQsGN37bXWongTzOkq8,1736
|
|
888
|
+
telnyx/types/oauth_client_list_params.py,sha256=tLcLmTdYbfWlBxHHp4_sV9UWGIZWzRxHWGnwaVnNRtk,1362
|
|
889
|
+
telnyx/types/oauth_client_list_response.py,sha256=vvfoB3G-XdLO1HhD3y_wFItXH19F_K8PbJLuIRiMQ-Q,2090
|
|
890
|
+
telnyx/types/oauth_client_retrieve_response.py,sha256=kSMGAJNtNkgBt5AF67kH34IDEJoY_6-Rxmcl8aF4DFk,1740
|
|
891
|
+
telnyx/types/oauth_client_update_params.py,sha256=mqqIUwlZbxUvLBA0RPwZVC7g6hmG3UJ_2Q-TA8EHvaE,967
|
|
892
|
+
telnyx/types/oauth_client_update_response.py,sha256=TbAfs1naYE2ObtZqBYPQzk_mq1O-5_fC2r7l5a6_BJw,1736
|
|
893
|
+
telnyx/types/oauth_create_grant_params.py,sha256=316DHdSf5lvS5iadVbkZ5a0GUKmZLhm4osGbDd96Xac,392
|
|
894
|
+
telnyx/types/oauth_create_grant_response.py,sha256=FTQ0NGDmqwDEcCSSRmIi2eqNq_wfmpyYIMcJ6kZvqF0,282
|
|
895
|
+
telnyx/types/oauth_exchange_token_params.py,sha256=3Y18S3rViQomJlT2kgYF-NEaNbo9C9xcrkW2zkkS9Dk,966
|
|
896
|
+
telnyx/types/oauth_exchange_token_response.py,sha256=Qsas87AXlwr1FVLN7iqNl8oe-iQGMh7RijQsRxAxhHg,600
|
|
897
|
+
telnyx/types/oauth_grant_list_params.py,sha256=QUqXr2j_47an8zFXwf_iaRR_FgkBvcyXK06RE_Ik36o,491
|
|
898
|
+
telnyx/types/oauth_grant_list_response.py,sha256=h06qRbJQ-n2T5hcId8SIAByjHU0PeI586ibnvi44sRE,1143
|
|
899
|
+
telnyx/types/oauth_grant_retrieve_response.py,sha256=uxLMJ0QH0bsyQb4VrrvTkn7W_HAKbJWjpViMfpin14E,793
|
|
900
|
+
telnyx/types/oauth_grant_revoke_response.py,sha256=LA7iYGcpYqrNTcyfXpvw2glGLzrLFv6krYLug26_bGA,789
|
|
901
|
+
telnyx/types/oauth_introspect_token_params.py,sha256=ThC2zLaFV9Z1cWFegWEQujargwUBINJVvvqAXNjtJ3M,334
|
|
902
|
+
telnyx/types/oauth_introspect_token_response.py,sha256=6VQm2WDf7LIlvUBxWNtVJ4-ChSSHqQVopZdNzevovys,656
|
|
903
|
+
telnyx/types/oauth_register_client_params.py,sha256=lC-BQI2xn4Ov3TbhM_uvFrp_RJaUEA6QOFs36TQQweg,1258
|
|
904
|
+
telnyx/types/oauth_register_client_response.py,sha256=FF7jKL4T826wySmwyhk_0-nKkdLlE3XpSBtg7XkQD_U,1224
|
|
905
|
+
telnyx/types/oauth_retrieve_consent_response.py,sha256=LhfS6SswAm59-lvFrOzrVVPaBeFNJ19x7QjFVwfbcoI,1118
|
|
906
|
+
telnyx/types/oauth_retrieve_jwks_response.py,sha256=GrU7DBFErxw7geN_drUpqQviNb_pk68uPaTR4GfwQoA,506
|
|
809
907
|
telnyx/types/ota_update_list_params.py,sha256=ZD8dqS8kn7nt3ltxPy-NzYTnMiImZBJeyJM-vMhz_y0,1016
|
|
810
908
|
telnyx/types/ota_update_list_response.py,sha256=sl7b11aO8Lh7zqbbowc9lxJ1QpTBifyipIZKJ6m4aGI,1145
|
|
811
909
|
telnyx/types/ota_update_retrieve_response.py,sha256=L3TXeJdR8lr3V9GUlLlYvZxqoL1iFaNlQDIj8nCkmHQ,2358
|
|
812
910
|
telnyx/types/outbound_call_recording.py,sha256=Oi7cpfC6_RSVeIt9cGMe16fv80wip8TeWWJ3PfTbGOM,1020
|
|
813
|
-
telnyx/types/outbound_call_recording_param.py,sha256=
|
|
911
|
+
telnyx/types/outbound_call_recording_param.py,sha256=WHjGLWQ6yGOnzwwMRCF8LbaxnCaYwxgfMN9JrhYsdYQ,1002
|
|
814
912
|
telnyx/types/outbound_fqdn.py,sha256=RW1cscBSwJN4qyaTzZBRwxIDW5Ca70C6bStZSsNFbe4,3022
|
|
815
913
|
telnyx/types/outbound_fqdn_param.py,sha256=mobTVWB81k1DxKLByzd_WwwPqIgcUC8W18WWi2lcARw,2811
|
|
816
914
|
telnyx/types/outbound_ip.py,sha256=j1SaTTVU3p5TUyiK6-3yRcaAEobgMI3pAmZC_IP4cXE,2573
|
|
817
915
|
telnyx/types/outbound_ip_param.py,sha256=KyjUlQNEOHs4r9uUw4WRUgfrmM-91ed5IyICuxOFFM8,2402
|
|
818
916
|
telnyx/types/outbound_message_payload.py,sha256=NZqKQ6LlI9Iytn_NpVy_dFPdAchyoOkTI4171FYxnAM,5476
|
|
819
917
|
telnyx/types/outbound_voice_profile.py,sha256=pFYvaW838wJvuEEHxFj0F21bH-QgGfazo1rv-yr9vS8,2701
|
|
820
|
-
telnyx/types/outbound_voice_profile_create_params.py,sha256=
|
|
918
|
+
telnyx/types/outbound_voice_profile_create_params.py,sha256=EAIvFOUKvmtAvhL_5xhlh3PyrFrNzKa0MgUx_rvzsso,2173
|
|
821
919
|
telnyx/types/outbound_voice_profile_create_response.py,sha256=0nh5001-5Gj2vAv5Tp8Y84gz1Ako8SJrVrxHB_L5rp4,358
|
|
822
920
|
telnyx/types/outbound_voice_profile_delete_response.py,sha256=0z_bamv9ZIwA53u7aAVfEj7pX1UH40zLeRsRJu5K-54,358
|
|
823
921
|
telnyx/types/outbound_voice_profile_list_params.py,sha256=GAFzFtLpJvxEY39BOHdYtnUW4347mXJGBYD8e65sgg8,1697
|
|
824
922
|
telnyx/types/outbound_voice_profile_list_response.py,sha256=VG6cUGRlLsnDazOrcgyKI8812efr_mgqcWOk9goW3bg,453
|
|
825
923
|
telnyx/types/outbound_voice_profile_retrieve_response.py,sha256=G5wf7rorFkkMXAgaTEElW526zTd4D6_5zPK8VP-V1Ko,362
|
|
826
|
-
telnyx/types/outbound_voice_profile_update_params.py,sha256=
|
|
924
|
+
telnyx/types/outbound_voice_profile_update_params.py,sha256=4LL1OkNeMcDQSa9U8V1kMrDG94qCHTufv2i2BuX81UI,2173
|
|
827
925
|
telnyx/types/outbound_voice_profile_update_response.py,sha256=0kERLKyY68RTrtppaNxtrocov2knttSff6a-R9jf-LI,358
|
|
828
926
|
telnyx/types/pagination_meta.py,sha256=DnXM2qToZRFfjgcvw7A4vC3EFAkHp_Yj0-zJhIxlkPU,368
|
|
829
927
|
telnyx/types/partner_campaign_list_params.py,sha256=bolV6Mb1r6Mc16qAieOHrUALgC8bSwkSHUzrVqESMiY,1071
|
|
@@ -843,23 +941,23 @@ telnyx/types/phone_number_campaign_create_params.py,sha256=zJ4NCI9mbcLWYRZ6TuDDy
|
|
|
843
941
|
telnyx/types/phone_number_campaign_list_params.py,sha256=77A1YYCwj37a0S9lChI-xZl4D0ocIRRybqoC9cv7enY,1209
|
|
844
942
|
telnyx/types/phone_number_campaign_list_response.py,sha256=rEhkg2Ge9HUi79PRaF8SjebXZcwhArBvme7jkxO7aI0,451
|
|
845
943
|
telnyx/types/phone_number_campaign_update_params.py,sha256=UPFD0w1Tl7v_1otFvPA0oCgrQ0lEcQUvV40crvqW9qU,641
|
|
846
|
-
telnyx/types/phone_number_delete_response.py,sha256=
|
|
847
|
-
telnyx/types/phone_number_detailed.py,sha256=
|
|
848
|
-
telnyx/types/phone_number_list_params.py,sha256=
|
|
944
|
+
telnyx/types/phone_number_delete_response.py,sha256=VMz5Zvyo3nyJxAVaDyc-nvj9deLPAkDSZJF9ItuKvzE,3969
|
|
945
|
+
telnyx/types/phone_number_detailed.py,sha256=DA3cgXev1E-iFPoM9abHVXB2sRxMD_r22J5fuBQNmT0,5331
|
|
946
|
+
telnyx/types/phone_number_list_params.py,sha256=ROHIJT63JMbWgcxiMO9LNgb1xZVhN2FI4MW73vgs0Qg,4097
|
|
849
947
|
telnyx/types/phone_number_list_response.py,sha256=1CpTovSXDGaY6fV2kydhlb7S0bkjvAMSWNq1SmxnC-Q,432
|
|
850
948
|
telnyx/types/phone_number_retrieve_response.py,sha256=4-PnbHooOOehtlvixbyN3BPg43mRfa4_46oDDqPt2Os,341
|
|
851
|
-
telnyx/types/phone_number_slim_list_params.py,sha256=
|
|
949
|
+
telnyx/types/phone_number_slim_list_params.py,sha256=APu7BkOe4jGJSXQpvApveEF5uvP-tRekzy-X4hgaTEI,4330
|
|
852
950
|
telnyx/types/phone_number_slim_list_response.py,sha256=jBgptkdSSjUK-EOIcptt-qNn0twAmxxeto5DjwiHHoU,4556
|
|
853
|
-
telnyx/types/phone_number_update_params.py,sha256=
|
|
951
|
+
telnyx/types/phone_number_update_params.py,sha256=R5Pg2M8Nb8kGMJNATJSEWgCVEg8-z2UQC6wyN5xOWCI,1099
|
|
854
952
|
telnyx/types/phone_number_update_response.py,sha256=EAkMZOjG2ZS0YDIVNgjgv21Ih67wbktES2S7lm9tzgw,337
|
|
855
953
|
telnyx/types/phone_numbers_regulatory_requirement_retrieve_params.py,sha256=agABXgYQ-WVsTSxim_Po4fKGlBPvuJJTrzYu9P-gqFc,551
|
|
856
954
|
telnyx/types/phone_numbers_regulatory_requirement_retrieve_response.py,sha256=Dbhuyieyz_2LdvPinfGHyWK1ybZe3aE9XJIqqnofdMg,1490
|
|
857
|
-
telnyx/types/portability_check_run_params.py,sha256=
|
|
955
|
+
telnyx/types/portability_check_run_params.py,sha256=0mGHrFlvbcbhQR4tjos08kX6e7EgewMBcJFwHjqgkYc,417
|
|
858
956
|
telnyx/types/portability_check_run_response.py,sha256=_y2ZkWfs0E32q6AbNdSw6NjEiqRgrwkPfhQSp6kpE24,869
|
|
859
957
|
telnyx/types/porting_list_uk_carriers_response.py,sha256=nmz5ttx9Vj2K41BLNyz_0oF0Vkf6RGhHaiC8KRsTT50,1052
|
|
860
|
-
telnyx/types/porting_order.py,sha256=
|
|
958
|
+
telnyx/types/porting_order.py,sha256=PBAWUxR7XMWsxda5865jmbky6r6bOoLyezsdotHHavQ,3776
|
|
861
959
|
telnyx/types/porting_order_activation_settings.py,sha256=hWNxerN8xlXdV_vDXyF8R4xqoIyu05RxNol3R9F4Gog,1087
|
|
862
|
-
telnyx/types/porting_order_create_params.py,sha256=
|
|
960
|
+
telnyx/types/porting_order_create_params.py,sha256=9FniLm_A7STlM-FlqMddFPpEGJINHOovelDeMMfmWqs,637
|
|
863
961
|
telnyx/types/porting_order_create_response.py,sha256=rHUZqnEylVSSs10cA4xufxzdw3HbgEbZ3Bc73ou10ek,329
|
|
864
962
|
telnyx/types/porting_order_documents.py,sha256=e7LNPWm6fVMGxkABWdkJbQG8VjIZ757wx9Td1D2eKcM,436
|
|
865
963
|
telnyx/types/porting_order_documents_param.py,sha256=F8pfn8vVOrjF_GcyHygI2Cd2-4z_5vu04p29K1xzAWA,440
|
|
@@ -869,13 +967,13 @@ telnyx/types/porting_order_end_user_admin_param.py,sha256=tE_pu51AYgX6flLJuX7rHe
|
|
|
869
967
|
telnyx/types/porting_order_end_user_location.py,sha256=hW-qGKm-AaXfVZDqhu-R4r0CiQO7CSVc_u1wutGwXIU,775
|
|
870
968
|
telnyx/types/porting_order_end_user_location_param.py,sha256=1ijg5ZggPEedL9kqSX_um9hoelwiUgJa7ckkYZG0YMg,711
|
|
871
969
|
telnyx/types/porting_order_end_user_param.py,sha256=92FdqH4jN4p4IZpIRm8ILNUIwKSYx1RGVSKT-NtDsMw,513
|
|
872
|
-
telnyx/types/porting_order_list_params.py,sha256=
|
|
970
|
+
telnyx/types/porting_order_list_params.py,sha256=kfXjGh-pA3Tb3cI7BCRTaiBulJ-eJe1D5wjOLC9UfqI,3700
|
|
873
971
|
telnyx/types/porting_order_list_response.py,sha256=-MKEyjCUC4zQEOhn2PMvg1FDakvAsA_ovd2JHs9hHfk,412
|
|
874
972
|
telnyx/types/porting_order_messaging.py,sha256=jkGGFmt4PzaFCHJ52MRKjE-uag6TYmReUbavR6YZZrI,974
|
|
875
973
|
telnyx/types/porting_order_misc.py,sha256=Eerfrhs5T65zrIgWLkTJkh2KSJJIrfI_sdBLkgiRfVA,1085
|
|
876
974
|
telnyx/types/porting_order_misc_param.py,sha256=0lDFlBob1uZWCVqDalcTtcGCC1jCN22nWB3XoGYRxYs,1044
|
|
877
975
|
telnyx/types/porting_order_phone_number_configuration.py,sha256=AvPu1eTbXTvtgKHbT5i9DUbvb9dAByAPraj1kfLOsW0,778
|
|
878
|
-
telnyx/types/porting_order_phone_number_configuration_param.py,sha256=
|
|
976
|
+
telnyx/types/porting_order_phone_number_configuration_param.py,sha256=QxUNnFoi9L56w8h18gtCm6WeHWZzbTwvEaCatJjrzhA,772
|
|
879
977
|
telnyx/types/porting_order_requirement.py,sha256=43qV51DDSK05NhoDLelmFt6NY0d8OJoWxloVmabmAE8,684
|
|
880
978
|
telnyx/types/porting_order_retrieve_allowed_foc_windows_response.py,sha256=dQcQ8KbuyQYQDk7r82D54v0N44PaLXF8utkLZ1mcOX4,801
|
|
881
979
|
telnyx/types/porting_order_retrieve_exception_types_response.py,sha256=7IIjmipvdyBHfuid0fo_eLR0lorxynzYfZ15Uj9AdxA,412
|
|
@@ -886,7 +984,7 @@ telnyx/types/porting_order_retrieve_requirements_response.py,sha256=bn8-lL-xao5M
|
|
|
886
984
|
telnyx/types/porting_order_retrieve_response.py,sha256=PLePbTzTmbAf3MYMrNI1pcrbD5uPk-lunurZMbEnHWQ,472
|
|
887
985
|
telnyx/types/porting_order_retrieve_sub_request_response.py,sha256=2Xo7jn0efyCcs8CZWOfnATM4N8o_xhuLiuD5hNsGcY8,553
|
|
888
986
|
telnyx/types/porting_order_type.py,sha256=s2TI5xjXtNPvClhyv_Ou1BhTLDMm5bkVr48ZVwg3Ems,226
|
|
889
|
-
telnyx/types/porting_order_update_params.py,sha256=
|
|
987
|
+
telnyx/types/porting_order_update_params.py,sha256=XZDzL4TzuGBR99_eWP9tX0Nt8xnJdaZObtxbv3VaqlI,2568
|
|
890
988
|
telnyx/types/porting_order_update_response.py,sha256=tb4S0gw_MtqcVIj2T8fvbbWsldLBsV_vt9n8OrUYejU,468
|
|
891
989
|
telnyx/types/porting_order_user_feedback.py,sha256=a5wKwLZfyI0v_pGIuFdg5v_VVxDdFUj32igWD8IKx-4,502
|
|
892
990
|
telnyx/types/porting_order_user_feedback_param.py,sha256=3ZijhNy-FT6aQ3BSmROtXxfGOJmp7_Zw9mjuOrqmS58,506
|
|
@@ -894,7 +992,7 @@ telnyx/types/porting_orders_activation_job.py,sha256=kjNYw559YdY_eQ6VdybjjzN1miq
|
|
|
894
992
|
telnyx/types/porting_phone_number_list_params.py,sha256=f0bnOfAdDTIc61WftlLgI5grFJxQtVSdKEnLlH1lIuA,930
|
|
895
993
|
telnyx/types/porting_phone_number_list_response.py,sha256=qCp904HWLjtaxPkPiAphMRqIcwryoeqlCpjuWAQYAfY,2261
|
|
896
994
|
telnyx/types/portout_details.py,sha256=evFNmf5RM3tnHHje440-4K1w0aEC2LiaWXaLTjhFZVI,3005
|
|
897
|
-
telnyx/types/portout_list_params.py,sha256=
|
|
995
|
+
telnyx/types/portout_list_params.py,sha256=1qia9W1bf7ri5O1RVi5o6ZrNZihTIIAq-ifVPtg8D9Q,2911
|
|
898
996
|
telnyx/types/portout_list_rejection_codes_params.py,sha256=alCdjt42fAR366PqmLfpJoPikvMzevuEQf2hXksGa9k,575
|
|
899
997
|
telnyx/types/portout_list_rejection_codes_response.py,sha256=pnMFoyfbB9b8I4MJV7CnwPdGKQpY0TbEyqFERPVu8a8,442
|
|
900
998
|
telnyx/types/portout_list_response.py,sha256=VnJN0Zo0yyqV0sm-6jdyrzxjE1irEsoZ5xzDZSRze_4,396
|
|
@@ -944,9 +1042,10 @@ telnyx/types/region_in.py,sha256=Bu83TsCKERBSavJbUZZwfCLoD3s4KTA36QWzsjHp5ss,297
|
|
|
944
1042
|
telnyx/types/region_list_response.py,sha256=63xraL2UKHy65WEzP8NokxC5F1rL_dRkjAgXBQaMrnc,865
|
|
945
1043
|
telnyx/types/regulatory_requirement_retrieve_params.py,sha256=eycU8B3_UIYh6ikdRLRpIclZv3HLhlVAmS63HvdjRYE,1045
|
|
946
1044
|
telnyx/types/regulatory_requirement_retrieve_response.py,sha256=ML0a3Te_vhCA3TQU4ex5jZjAdvRkIJkwVUjMtZ7v9Bw,1328
|
|
1045
|
+
telnyx/types/replaced_link_click_webhook_event.py,sha256=uNNc00sp7pIZ9iNcYJpIlvSNOOES3L50AszXGJvc81U,880
|
|
947
1046
|
telnyx/types/report_list_mdrs_params.py,sha256=7m_OXWSKQUijlTks53XcjvRNgYxsd-hKcZJNZC5paO4,831
|
|
948
1047
|
telnyx/types/report_list_mdrs_response.py,sha256=Y1V0bvqzZck5Fsz4GCImda5UeEqO8dY_tcOAK8FgACI,1958
|
|
949
|
-
telnyx/types/report_list_wdrs_params.py,sha256=
|
|
1048
|
+
telnyx/types/report_list_wdrs_params.py,sha256=6kzWR9r29umTvogrqxJ07ZtlmmWMRZAA5uc2iVqJbHE,1155
|
|
950
1049
|
telnyx/types/report_list_wdrs_response.py,sha256=lB7ZRXPcEl5GWkBZ_IwApjlv2JFspPMwl69uVU2RXoA,2386
|
|
951
1050
|
telnyx/types/requirement_group.py,sha256=DA5mSuhIrdViPX0LTQkh53F498bfdpEtYpvFzdGXSm8,1191
|
|
952
1051
|
telnyx/types/requirement_group_create_params.py,sha256=g5Lzv9ZV_vKw3SbRFmDhPJRDXd9ndciu6CoTAi0mXFs,755
|
|
@@ -996,7 +1095,7 @@ telnyx/types/short_code_list_response.py,sha256=AvvRr9Aigrx328b_MK4ANs1w-2R_xlvt
|
|
|
996
1095
|
telnyx/types/short_code_retrieve_response.py,sha256=r0VPeGPNPdX7T0Z172uk1UGf4F7LZPpH8gzItaPGxnM,313
|
|
997
1096
|
telnyx/types/short_code_update_params.py,sha256=VBSQiPYagcMNJEuVI0jf3BMREMbNTX8u_5WfYkEPx6M,358
|
|
998
1097
|
telnyx/types/short_code_update_response.py,sha256=_LdVQSz5Tll_i2rN0UlLa3jQs_EkzDR3B8so_1bGYao,309
|
|
999
|
-
telnyx/types/sim_card.py,sha256=
|
|
1098
|
+
telnyx/types/sim_card.py,sha256=ue5hoYTXnsSAzlVnpZQkrsOQUFwMbh-enoZqHnFSb40,6494
|
|
1000
1099
|
telnyx/types/sim_card_data_usage_notification.py,sha256=IygmPGmwjIWghUlizAiJtvnPoVFIqwlhF54mZQCNU-U,961
|
|
1001
1100
|
telnyx/types/sim_card_data_usage_notification_create_params.py,sha256=mZwgfx6uI9DZxUchwKWykIRKCsCsKxbI1oo_MR-pTcs,617
|
|
1002
1101
|
telnyx/types/sim_card_data_usage_notification_create_response.py,sha256=L_CGKuBjgAnFbvYW-PhL7-lkcV36OHBbdkE2UbWo4DU,471
|
|
@@ -1021,7 +1120,7 @@ telnyx/types/sim_card_group_retrieve_params.py,sha256=8qnfDQYr3BlCp27kJDmLsb_tig
|
|
|
1021
1120
|
telnyx/types/sim_card_group_retrieve_response.py,sha256=wLwOKDSYRs2UkobvM1y17IcihJgpfhejrq_VyXwIp-M,322
|
|
1022
1121
|
telnyx/types/sim_card_group_update_params.py,sha256=EidWSmuxGISfcl_73ycjHcKnl0PimisMjWYAuUbuYV4,530
|
|
1023
1122
|
telnyx/types/sim_card_group_update_response.py,sha256=LyzaW-mSPTmKlclDb3fs00RsTx6mlrelXZTS7lZN2ks,318
|
|
1024
|
-
telnyx/types/sim_card_list_params.py,sha256=
|
|
1123
|
+
telnyx/types/sim_card_list_params.py,sha256=J5sEcQ6FdtU8wUNvN1LDfaUPrJ5vT-7XuF2sr-p4WFc,2237
|
|
1025
1124
|
telnyx/types/sim_card_list_response.py,sha256=0bEtZ6PMqMtKb_9peXMF9HQmIKg3VA-twckPLEzHwrw,413
|
|
1026
1125
|
telnyx/types/sim_card_list_wireless_connectivity_logs_params.py,sha256=YuHS18Y4Y0N5hFvyWwNgA02dDMViMimeQ74NTejL41o,541
|
|
1027
1126
|
telnyx/types/sim_card_list_wireless_connectivity_logs_response.py,sha256=dV8QzAaZF4JMKGWwvHKSXVoLsI6E4m4lxXZyOIBh-ig,3727
|
|
@@ -1035,8 +1134,9 @@ telnyx/types/sim_card_order_preview_preview_response.py,sha256=x2dhTdPLD6DWjfiPS
|
|
|
1035
1134
|
telnyx/types/sim_card_order_retrieve_response.py,sha256=GYLCvb2lrz2VetUPGBNdK9iEWY0v2mSwu_VGHgqA3b0,322
|
|
1036
1135
|
telnyx/types/sim_card_retrieve_params.py,sha256=msfn5KqDidUX18bAc0mFlQA70XECzWhdAl7ria3s9uk,616
|
|
1037
1136
|
telnyx/types/sim_card_retrieve_response.py,sha256=1Gnx72wKn2QvDXii7elirdIUjVEl23ZXDrq2X5O_xTI,296
|
|
1038
|
-
telnyx/types/sim_card_update_params.py,sha256=
|
|
1137
|
+
telnyx/types/sim_card_update_params.py,sha256=lgcDVFpyLRdaVROawfYy1gvDxI2TZjUqDsFbYgHORPg,973
|
|
1039
1138
|
telnyx/types/sim_card_update_response.py,sha256=TQ8B1JYAhOFzzpywZ_0I5AFSd_UQzX1OhphcqbwnMW8,292
|
|
1139
|
+
telnyx/types/sip_header.py,sha256=SBBvBzGKngaba4k0-vKQZYuwdLwCtoPglPt2C_GTzjg,339
|
|
1040
1140
|
telnyx/types/sip_header_param.py,sha256=VF4Dw9UcPG0qulCDCup7wm9BAVcSAO3kmYWIQyhuZRI,406
|
|
1041
1141
|
telnyx/types/siprec_connector_create_params.py,sha256=8TjCI3DJzIG29H-nzntvyHvjEFRssJ8vI5-J8KUEqO4,612
|
|
1042
1142
|
telnyx/types/siprec_connector_create_response.py,sha256=5IHpw07FODSscGqXSncsLfS8Qw_WdLf_ySg8-7lRZHU,854
|
|
@@ -1046,10 +1146,13 @@ telnyx/types/siprec_connector_update_response.py,sha256=3XJlAD7OkMMx6bMxRVlTBf6I
|
|
|
1046
1146
|
telnyx/types/sound_modifications_param.py,sha256=vjaonlIrV7SanIqjlIR2WcKQWZ-gQAvjP9WYd6FAowE,715
|
|
1047
1147
|
telnyx/types/stock_exchange.py,sha256=BmxOo0O-trPZ9NXynvfWaifk7yvKTmrieO5SE4Y26K0,488
|
|
1048
1148
|
telnyx/types/storage_list_migration_source_coverage_response.py,sha256=scPDrxF0TeUHHjpZi7lQgmOCM2dF7Dwi2FGm6kSw2bo,700
|
|
1049
|
-
telnyx/types/stream_bidirectional_codec.py,sha256=
|
|
1149
|
+
telnyx/types/stream_bidirectional_codec.py,sha256=5vpEFf39xHjdEheIlioJQA5tTXj5dHlXwZXrTfs3egQ,272
|
|
1050
1150
|
telnyx/types/stream_bidirectional_mode.py,sha256=0q0fmRopWjaa4QQAbP0kWWEdsYjYV-4S2isZPBVuxLw,235
|
|
1051
1151
|
telnyx/types/stream_bidirectional_target_legs.py,sha256=MbV-S4HB92iCT3dkYUPLgHkpV0Hu5aF-TZ2tiN6qAhY,261
|
|
1052
|
-
telnyx/types/stream_codec.py,sha256=
|
|
1152
|
+
telnyx/types/stream_codec.py,sha256=EAxerZRD_V3kaQckzKBWhRNZBJilq5Wbd65X4Ydntx8,257
|
|
1153
|
+
telnyx/types/streaming_failed_webhook_event.py,sha256=99U5ZHyGW1RdGr-H6meGBnxV7f-JVuG9CWCyRI4T49w,2364
|
|
1154
|
+
telnyx/types/streaming_started_webhook_event.py,sha256=1hORCcvNXVPGwuPnKvXBeLqKXTDAKkCj8TpDS7tOTCg,1696
|
|
1155
|
+
telnyx/types/streaming_stopped_webhook_event.py,sha256=r0s21JyCa0nWqD-LFLEeUAxMUrfQMKBbN0G7kiiA-MY,1696
|
|
1053
1156
|
telnyx/types/sub_number_order.py,sha256=KzlLcQFuwm6YUWPuSWmKg5qEYCEHaVgpCwS6uAlqnbU,1585
|
|
1054
1157
|
telnyx/types/sub_number_order_cancel_response.py,sha256=V2Rg3ImwNq9LFBeKrt-AQrtxo4B1H9yZcG81NYC_gjw,328
|
|
1055
1158
|
telnyx/types/sub_number_order_list_params.py,sha256=6ZrP75ip2NTV0vwxkRxeoHCnyKjso5FDZ-auqKj4jUQ,886
|
|
@@ -1080,13 +1183,13 @@ telnyx/types/telnyx_brand.py,sha256=6rMruNlzxO-QaISHyjni8Asta1W4LPxpSPUfQb3eYBQ,
|
|
|
1080
1183
|
telnyx/types/telnyx_campaign_csp.py,sha256=oZW5xx8Kjf7-zM4eiahwPJSyhZl09rJOV7l8zmVOAXg,8131
|
|
1081
1184
|
telnyx/types/telnyx_downstream_campaign.py,sha256=BfuYv57KWESLO6WJW0th5ojATo_lWRSwchj-kCdjgdA,6071
|
|
1082
1185
|
telnyx/types/texml_application.py,sha256=vKy3RGG90iOr3rTA_QSyKqwTX7ungjT4MBLO5aCoVTw,4208
|
|
1083
|
-
telnyx/types/texml_application_create_params.py,sha256=
|
|
1186
|
+
telnyx/types/texml_application_create_params.py,sha256=0RL5NgYXMJ4ssn81uLbUmgOWHVTFBXmKRD9tRUuBqkw,3600
|
|
1084
1187
|
telnyx/types/texml_application_create_response.py,sha256=3UQPNFJF97fFnyiGp5RIDZBbdkKWMEdsQpnMIeWtmgQ,337
|
|
1085
1188
|
telnyx/types/texml_application_delete_response.py,sha256=PoZI3wfrCXq50MDVZrX7Qr1KRHUGgsoBOyKVK2UWbks,337
|
|
1086
1189
|
telnyx/types/texml_application_list_params.py,sha256=1ev94OTDiN6Aqfh2t_bcP9lNNpmovQFKwi4HUt8nKpk,1719
|
|
1087
1190
|
telnyx/types/texml_application_list_response.py,sha256=m6pLfgG93cZhhvpD7tw-yCZ4_agmCwp4unBQVU3Uxzw,566
|
|
1088
1191
|
telnyx/types/texml_application_retrieve_response.py,sha256=Aq9H0TIZf4ULlGlz1_yoWusXP1Gh-sUfFB-iUbxn-Jc,341
|
|
1089
|
-
telnyx/types/texml_application_update_params.py,sha256=
|
|
1192
|
+
telnyx/types/texml_application_update_params.py,sha256=tjvXOlR8LVIaLN5M9Xdrwgv1kyZw4E7HF_SXSJDYWnY,3600
|
|
1090
1193
|
telnyx/types/texml_application_update_response.py,sha256=cGDbjSfxA_kdV3gDX9LSgB6QxcM5heJoBTct6R9OFsg,337
|
|
1091
1194
|
telnyx/types/texml_secrets_params.py,sha256=Szn_zRWLU9iwNNhqFgjGGZLnY0GTXoP9uf1JzXr0_LU,523
|
|
1092
1195
|
telnyx/types/texml_secrets_response.py,sha256=ylFPjOUsLefgleC1itNVHFGscKGkKbSsWq3a2rwW9_Y,408
|
|
@@ -1094,14 +1197,16 @@ telnyx/types/text_to_speech_generate_speech_params.py,sha256=4t5XT6SYw2vkWyITJ08
|
|
|
1094
1197
|
telnyx/types/text_to_speech_list_voices_params.py,sha256=csnzlAqf8BYDdk4x007Byv-PDrQnfowUak2dxBWIbSI,484
|
|
1095
1198
|
telnyx/types/text_to_speech_list_voices_response.py,sha256=c1j4-VT3c_m4kJVEXfYSAoiFl8v4m9c1shHQMvnVDzU,592
|
|
1096
1199
|
telnyx/types/traffic_type.py,sha256=A-AJm17wtfR_2Pw5Kv8UikoP1VO8HmdvBhcLArUMFZA,215
|
|
1200
|
+
telnyx/types/transcription_webhook_event.py,sha256=vcg1hLd5IFuOJHiVi1-TLYkf5ybw_18MfHueHPSmMZU,2267
|
|
1097
1201
|
telnyx/types/transport_protocol.py,sha256=Gyoe_0z2H4u4wCzPnhwT8ohBi_YCSkBOtanpOM5COtA,230
|
|
1202
|
+
telnyx/types/unwrap_webhook_event.py,sha256=Ee8V2LA5KrQAFxBZ_2FvopKY22Ehc5zOR5qOYB15KaM,7932
|
|
1098
1203
|
telnyx/types/update_regulatory_requirement_param.py,sha256=QhOyVF_pzTxrYUQOBsYMfUAZ4P-rZPlEFFEHZTvYn0A,552
|
|
1099
1204
|
telnyx/types/url_shortener_settings.py,sha256=qL9sQEPrx8nejnZ0-pPtve9ki39q9mSx8PQctGSisec,845
|
|
1100
1205
|
telnyx/types/url_shortener_settings_param.py,sha256=Z3QI7_Ltgktz4mU2D7MA3YHpb0X4CzaA22k9lrpcYmM,852
|
|
1101
1206
|
telnyx/types/usage_payment_method.py,sha256=vrC9TQxAft3KAEG4-djggbKTrg6XV2RiUyR2oNNIt1w,224
|
|
1102
1207
|
telnyx/types/usage_report_get_options_params.py,sha256=h7u8CfNHK-nU3P-nkTlzPi9CT8mWAa_rEWGwPpQZI7A,503
|
|
1103
1208
|
telnyx/types/usage_report_get_options_response.py,sha256=1zoSebNH-2IC983CpEblg-o6-JNylcEpHGbxA_qhy6k,977
|
|
1104
|
-
telnyx/types/usage_report_list_params.py,sha256=
|
|
1209
|
+
telnyx/types/usage_report_list_params.py,sha256=YU1n5mo_-B4LqSF3ULHRzjaRRkExi20TiG621nrQmsE,1753
|
|
1105
1210
|
telnyx/types/usage_report_list_response.py,sha256=d_fmqbMSmL3THxhpqvTBhlcCbR_81d3Blam8ndQwAZs,649
|
|
1106
1211
|
telnyx/types/user_address.py,sha256=YtjviQBN_Q8zuqFIyOVf3X3isHXct6AsDJLd8i9LMIM,2314
|
|
1107
1212
|
telnyx/types/user_address_create_params.py,sha256=i2MzwYnifAEIy_X-1LI40mDDkCYOHUdrU83BZcn2bhg,2738
|
|
@@ -1113,25 +1218,29 @@ telnyx/types/user_tag_list_params.py,sha256=K2a4Vr2hd0faOncocQE36DERjL0EWAGlV4Ii
|
|
|
1113
1218
|
telnyx/types/user_tag_list_response.py,sha256=peplsopZlTAWLZnTF9qHOc1SnWV3gB-kHrYU6TgitUU,1053
|
|
1114
1219
|
telnyx/types/verification.py,sha256=etIqQbjIWYn1cU8NFuEOK4sMXq6Neq4Jeme3Fnf3dJU,1309
|
|
1115
1220
|
telnyx/types/verification_retrieve_response.py,sha256=1VDPKAqX8HPHo8YKNddOPX0hM653O1cUJU-NPOjYYtQ,274
|
|
1116
|
-
telnyx/types/verification_trigger_call_params.py,sha256=
|
|
1221
|
+
telnyx/types/verification_trigger_call_params.py,sha256=vJsgP7Tjum_Zf_JVzaBMSdHtG0Fn75K04e-nZasNH5s,872
|
|
1117
1222
|
telnyx/types/verification_trigger_flashcall_params.py,sha256=gtbnxXpCy-QbKrmj8gkgZPUcLmheZgBh7yCq0fYvjmE,551
|
|
1118
1223
|
telnyx/types/verification_trigger_sms_params.py,sha256=3fLec5fpkUTdsmml2tLp-c6elbD5ZHm_xoux-QSMFYY,660
|
|
1119
1224
|
telnyx/types/verified_number.py,sha256=A9j9l8Znwt3wXSOxtVvSpwBH4IsC7ydPzd4oPSPXwd8,445
|
|
1120
|
-
telnyx/types/verified_number_create_params.py,sha256=
|
|
1225
|
+
telnyx/types/verified_number_create_params.py,sha256=jlOYtV0xCnXlzYqNYz4gLsb3ZNULKV7iYfkuTPaUuVQ,857
|
|
1121
1226
|
telnyx/types/verified_number_create_response.py,sha256=k3kikVZDwy4UZ8szFrnfknJYdcZeBvYM5TpJOx_i-PM,327
|
|
1122
1227
|
telnyx/types/verified_number_data_wrapper.py,sha256=O9UQYCkGMK4oScY6TppqTuPXkzJ93i3KGNjpX65HTzY,321
|
|
1123
1228
|
telnyx/types/verified_number_list_params.py,sha256=S2iMCu-O2ztlcHyIkb1YsChOzFxhEQuGWZf34e3xVlI,515
|
|
1124
1229
|
telnyx/types/verified_number_list_response.py,sha256=6-9_jeZNSTTJfqL6kFErVoC6sIqkRC8Z14Z7qJ9GjEc,522
|
|
1125
|
-
telnyx/types/verify_profile.py,sha256=
|
|
1126
|
-
telnyx/types/verify_profile_create_params.py,sha256=
|
|
1230
|
+
telnyx/types/verify_profile.py,sha256=jLAoLw6jSpcHzf523blICOqbdUn8tie9v0CNbJCSHN4,5174
|
|
1231
|
+
telnyx/types/verify_profile_create_params.py,sha256=6mMmInWqwlLcOeB98iOO2AG8kfttOedMwHq25iwQ10k,3349
|
|
1232
|
+
telnyx/types/verify_profile_create_template_params.py,sha256=INfbxm21Yp6SPWPu-j-r6VF0UKHZV1IcyUau2hLpQ7I,365
|
|
1233
|
+
telnyx/types/verify_profile_create_template_response.py,sha256=U2qww2KfwfhXJHhhlc9WzVmu_TzDxij-2NAPLLWo928,381
|
|
1127
1234
|
telnyx/types/verify_profile_data.py,sha256=zuMcvo3F_6ugK6OJUEtmTey-WSMpUqkvJDfLruSViYM,302
|
|
1128
1235
|
telnyx/types/verify_profile_list_params.py,sha256=LZr3l8Nsq-kXb3pWUvhBOuWc5QvLY9A9MxmpTbbw1UU,670
|
|
1129
1236
|
telnyx/types/verify_profile_list_response.py,sha256=ntFBhR_57db0aAgOF09K2h20whmrRHG-haYdYBta_Ho,517
|
|
1130
1237
|
telnyx/types/verify_profile_retrieve_templates_response.py,sha256=ZeFhBEIr0HLyDZz_Lbb6t679W-5esCvZxJrC0x5f7dc,382
|
|
1131
|
-
telnyx/types/verify_profile_update_params.py,sha256=
|
|
1238
|
+
telnyx/types/verify_profile_update_params.py,sha256=3vUMeRqKFjorZQjvvok0AcEOz-HYHggEvH9fUSjMFU0,3319
|
|
1239
|
+
telnyx/types/verify_profile_update_template_params.py,sha256=a3PseCd91Jmz-jN3Zl7-mmFsbo0vO-tE2zLLRzhzaFc,365
|
|
1240
|
+
telnyx/types/verify_profile_update_template_response.py,sha256=ZJIYWyTry7hzw6PpDBMKtyLSMNO1Lm8qQxNqx6jtDZE,381
|
|
1132
1241
|
telnyx/types/vertical.py,sha256=iHaWXSXp1agwA2ORKJA3VwTJizZu9SFoEatEqcEMz60,494
|
|
1133
1242
|
telnyx/types/video_region.py,sha256=zaMiWSVkAc0FbkWrK-g1uNPqW0QgBT9mH7kpjrpqzXw,1488
|
|
1134
|
-
telnyx/types/video_region_param.py,sha256=
|
|
1243
|
+
telnyx/types/video_region_param.py,sha256=RZ3fm6bw1utuNM1nUsntXvGLUf9_NQky2FWcpEhoFt8,1529
|
|
1135
1244
|
telnyx/types/virtual_cross_connect_create_params.py,sha256=lH8vJlO__jXCuT2VOZr3VdmdJAQ0vrfWD3Sobv-n66E,3227
|
|
1136
1245
|
telnyx/types/virtual_cross_connect_create_response.py,sha256=0fnH3XhujxhBzmlpPS90utp89FLqmDPF0sjQexRXGtI,4189
|
|
1137
1246
|
telnyx/types/virtual_cross_connect_delete_response.py,sha256=GJLAxYlMLiPdmmbOs0yF4SSGfAFwlc4l4N-K2FNkYp8,4189
|
|
@@ -1146,6 +1255,8 @@ telnyx/types/webhook_api_version.py,sha256=Z1OhRLRE2APWtQOvcvPZPs0gL4cLK44_2ar1g
|
|
|
1146
1255
|
telnyx/types/webhook_delivery_list_params.py,sha256=i8Ud2pwGvz5iKveZOdKDsap6nuzbKwRzAzv6bH_VkGQ,2451
|
|
1147
1256
|
telnyx/types/webhook_delivery_list_response.py,sha256=EuXC75OpUzhtGUKdYEfhw8HMwRk4A9WxvGvxtTl7d7U,3251
|
|
1148
1257
|
telnyx/types/webhook_delivery_retrieve_response.py,sha256=y9Otxv9LNvzYNiBfxyvV2Zhf9qq-TbzdX8EhfXv26kE,3083
|
|
1258
|
+
telnyx/types/well_known_retrieve_authorization_server_metadata_response.py,sha256=QsEQteFc_83NN-GkmRKkGN8Ewe-whM3oUEkcPxLhqls,1294
|
|
1259
|
+
telnyx/types/well_known_retrieve_protected_resource_metadata_response.py,sha256=Ldjp4M2JSMza74xuc5kLfl2Lny57-QZls6TmVQTxV38,458
|
|
1149
1260
|
telnyx/types/wireguard_interface_create_params.py,sha256=v5hzXUge3M5qhsPn3JZL-fOLDeFkPjqNMUkkhM0DM_g,623
|
|
1150
1261
|
telnyx/types/wireguard_interface_create_response.py,sha256=QdkMG6kIs4PC80sWN7XEFCxd5AL1zB-FE64ZA235FFo,1181
|
|
1151
1262
|
telnyx/types/wireguard_interface_delete_response.py,sha256=CQca3bq7aQR7Vcb2YKG3rKiIqAfheKK0JBawUNtnovg,1181
|
|
@@ -1163,29 +1274,29 @@ telnyx/types/wireguard_peer_retrieve_response.py,sha256=xBy3oNRwWdLtjyxCp9X8ZrNT
|
|
|
1163
1274
|
telnyx/types/wireguard_peer_update_params.py,sha256=SK0gM6fvCVhJ6kMFpie-mD3Ud5TEJwAnI5zS2ye-icQ,442
|
|
1164
1275
|
telnyx/types/wireguard_peer_update_response.py,sha256=d30H13JOxKSxsLAyXjD52yXc4gHAJJ8Y6b4TCgJXiTk,1194
|
|
1165
1276
|
telnyx/types/wireless_blocklist.py,sha256=Nt4NIIMZA4XNnLqVp9BAY2VMyEFdVKLz7kvC4vwxL7k,910
|
|
1166
|
-
telnyx/types/wireless_blocklist_create_params.py,sha256=
|
|
1277
|
+
telnyx/types/wireless_blocklist_create_params.py,sha256=lpYH6yUDojo2MK0QNqdcOzjnVtWnKxQXxP0Vcc90OlA,624
|
|
1167
1278
|
telnyx/types/wireless_blocklist_create_response.py,sha256=bF7gI5mJ0ix92wnVrcpf9_bEg3ixoHbHEQxlfr8VeiY,342
|
|
1168
1279
|
telnyx/types/wireless_blocklist_delete_response.py,sha256=Ey8vaxbXdTuCVODONKSaVgjmGfV0IUCbeNZsjTSCBSQ,342
|
|
1169
1280
|
telnyx/types/wireless_blocklist_list_params.py,sha256=Ams_BwvX73GfqUXccA6Xp_eM-S_zY1H7sPCPUNMEP20,875
|
|
1170
1281
|
telnyx/types/wireless_blocklist_list_response.py,sha256=UMEauF56Z4N6ejxjvz00dcM2w6HrokmiMI_VaVqCakc,437
|
|
1171
1282
|
telnyx/types/wireless_blocklist_retrieve_response.py,sha256=Ea7IxQV_i_G00dJnDpiInIsKNQRookEUZkljNH9uUbg,346
|
|
1172
|
-
telnyx/types/wireless_blocklist_update_params.py,sha256=
|
|
1283
|
+
telnyx/types/wireless_blocklist_update_params.py,sha256=5xCHVvQHLKPOSMmYmq0seJg4y8Hp8TWRKgY4YcLgjpE,584
|
|
1173
1284
|
telnyx/types/wireless_blocklist_update_response.py,sha256=C5RmZkPXN76DOtNFAzkpfNTw-PNntRY7rcHF2QhzJdE,342
|
|
1174
1285
|
telnyx/types/wireless_blocklist_value_list_params.py,sha256=e83Jq0z91nDQ4OqEFG_AJkMGyuVQkUCTZeaplC2cw1U,470
|
|
1175
1286
|
telnyx/types/wireless_blocklist_value_list_response.py,sha256=7F-zPBkvgQjG4d9lOVfi9JlcqJRT9VnqGkfBNV8Seuk,880
|
|
1176
1287
|
telnyx/types/wireless_retrieve_regions_params.py,sha256=lj2WCL_wkH33fTyYvywas_SudiqKUBq63WRjoyG66sg,421
|
|
1177
1288
|
telnyx/types/wireless_retrieve_regions_response.py,sha256=3JzBDEWyQ6ZAhK7tmE1Mm-RU8pWWMe4u_4pmjNKIu-A,649
|
|
1178
1289
|
telnyx/types/actions/__init__.py,sha256=o5FXTG_jn1gQK6IZa_tT73w8Y2GDRmB18k2mvN-bWqQ,459
|
|
1179
|
-
telnyx/types/actions/purchase_create_params.py,sha256=
|
|
1290
|
+
telnyx/types/actions/purchase_create_params.py,sha256=XW_aMip4mSnDb0yxG6llKs7mkStvQGv81HpctYFCVfs,1155
|
|
1180
1291
|
telnyx/types/actions/purchase_create_response.py,sha256=iSfWhLU6OXxLSgws_8pLZjhzsqxGJX62_sygDh17_NI,850
|
|
1181
|
-
telnyx/types/actions/register_create_params.py,sha256=
|
|
1292
|
+
telnyx/types/actions/register_create_params.py,sha256=Hoe54_kHp6oo0uBKV5ua7sH_T4xo-dn6CvLceD2-8CA,767
|
|
1182
1293
|
telnyx/types/actions/register_create_response.py,sha256=7Wgd-1zWLcFLafWd7SZVCOtgoi8N19nPKbvCUjJ_9cM,850
|
|
1183
1294
|
telnyx/types/addresses/__init__.py,sha256=m-_aSxRiotRXrdHEqmV9NQlyot9383J7GhH7A9J7LjA,515
|
|
1184
1295
|
telnyx/types/addresses/action_accept_suggestions_params.py,sha256=n8ifP4q6XNEaLrgkLalRt9f20S1oXQshCdhKnyLOQcY,405
|
|
1185
1296
|
telnyx/types/addresses/action_accept_suggestions_response.py,sha256=PUK8ojT69lS3oSypV2FauV0MuxdHCmsoIKeufmHqsr0,579
|
|
1186
1297
|
telnyx/types/addresses/action_validate_params.py,sha256=Q94O9NnGAxWADHZS4lFWDuypKVssnBeouGJ9-XDIj6w,993
|
|
1187
|
-
telnyx/types/addresses/action_validate_response.py,sha256=
|
|
1188
|
-
telnyx/types/ai/__init__.py,sha256=
|
|
1298
|
+
telnyx/types/addresses/action_validate_response.py,sha256=wAjWVJHbla4c87ymnIzsYcD_XFEvBH2NqxIwqFaEBnY,2210
|
|
1299
|
+
telnyx/types/ai/__init__.py,sha256=Z8_3J4Not4iyO8aKo2rYPaVcIz8Neh3IZG38tpHyLlE,6498
|
|
1189
1300
|
telnyx/types/ai/assistant_chat_params.py,sha256=CC0HBoZ2dWKUlrqMMuiz7Uj_Fg_abaMltXOTQAkLNLA,557
|
|
1190
1301
|
telnyx/types/ai/assistant_chat_response.py,sha256=EB-0npHYLL4g2EsRBpdDm-objtcDg5NYujSpc9483-0,301
|
|
1191
1302
|
telnyx/types/ai/assistant_clone_response.py,sha256=_vY99mNwv1VphjuASE9ySPDfsrOq0vc4ZwoIEPjUNkA,3022
|
|
@@ -1204,8 +1315,8 @@ telnyx/types/ai/assistants_list.py,sha256=EYMlIRblfrAnxSkTCx8SCDfFBEd89H7rlm4GrQ
|
|
|
1204
1315
|
telnyx/types/ai/audio_transcribe_params.py,sha256=E1QqgLbL27D1E9a_7B455aZPFR4N_NHeNft6KpaH69M,1576
|
|
1205
1316
|
telnyx/types/ai/audio_transcribe_response.py,sha256=nwvEgMlNdOqlnlKOP2uzU0GkomsqD8utgeVPDOAGepQ,953
|
|
1206
1317
|
telnyx/types/ai/background_task_status.py,sha256=qfGTzQ1GkZNXhjkOQkQS7_UGv8eDCwC6_S_b1xN-hQU,280
|
|
1207
|
-
telnyx/types/ai/chat_create_completion_params.py,sha256=
|
|
1208
|
-
telnyx/types/ai/cluster_compute_params.py,sha256=
|
|
1318
|
+
telnyx/types/ai/chat_create_completion_params.py,sha256=6w2kPoAdx1wCvQNxhnjDkPzpDaIt_cSRwJrNd88YQfs,5644
|
|
1319
|
+
telnyx/types/ai/cluster_compute_params.py,sha256=BzIa0BY7uje0bt37QL805eyST68PszbY0ZwrBFEKBis,1113
|
|
1209
1320
|
telnyx/types/ai/cluster_compute_response.py,sha256=Kx9xDbEQA4Res87VTT4ik-qemRb6V21uy8F0bKL4cjc,266
|
|
1210
1321
|
telnyx/types/ai/cluster_fetch_graph_params.py,sha256=TIHEqph4oLSvlJFotWZc74yY2JF4g3NQYb_9RSF3Puc,279
|
|
1211
1322
|
telnyx/types/ai/cluster_list_params.py,sha256=9TYvnBYBONcrRgm4f8RLKmVir64eu4a-XfEEBaVGwdA,444
|
|
@@ -1213,6 +1324,7 @@ telnyx/types/ai/cluster_list_response.py,sha256=F9Q4tbZIVoqkp4SKksXMj3Mux-J1F9PA
|
|
|
1213
1324
|
telnyx/types/ai/cluster_retrieve_params.py,sha256=7sU3B0n_ZE17uc5tw6LC0pcpE3X345BUxNTTkATCQdY,528
|
|
1214
1325
|
telnyx/types/ai/cluster_retrieve_response.py,sha256=luYQrxjIMJFad5KO2-Vsm5eDUnDRmfnPXURwiXOfiKs,479
|
|
1215
1326
|
telnyx/types/ai/conversation.py,sha256=SqbBhoeCf1cGEN434GwwzuLvw4kfGgmtaZz5kTYebY0,645
|
|
1327
|
+
telnyx/types/ai/conversation_add_message_params.py,sha256=oox_iXf-lGmGeNNxnHkNxkLGHKqg7qaB1orTo4XT_QE,761
|
|
1216
1328
|
telnyx/types/ai/conversation_create_params.py,sha256=0zYEDBNTQsRqiT0vbogywRNsRYKqXt4dCK5G5kWkaKI,382
|
|
1217
1329
|
telnyx/types/ai/conversation_list_params.py,sha256=SQp7y1CVuc1SPxJ8mlLLgmakgxzGo-e97CsqEt4ARGQ,2175
|
|
1218
1330
|
telnyx/types/ai/conversation_list_response.py,sha256=FJB7lMGBALYH5MdKxvBmxuO9rgjKiE7UUh-5qh8PdDI,298
|
|
@@ -1221,7 +1333,7 @@ telnyx/types/ai/conversation_retrieve_response.py,sha256=-HiQ97xbprhBvoOGTRQQUp0
|
|
|
1221
1333
|
telnyx/types/ai/conversation_update_params.py,sha256=rGdl-wP9ZrLcWJpmsOgRFu4E_zgTCJYHOivaV289cKM,367
|
|
1222
1334
|
telnyx/types/ai/conversation_update_response.py,sha256=ZfOM5FqVEatx__5nQJR_Cny8RRF-i-b3h5jL77Feff0,317
|
|
1223
1335
|
telnyx/types/ai/embedding_create_params.py,sha256=A04mkYl0nFewkZkpnMv24JAadnB8fiqLw1rxzGx7_JI,633
|
|
1224
|
-
telnyx/types/ai/embedding_list_params.py,sha256=
|
|
1336
|
+
telnyx/types/ai/embedding_list_params.py,sha256=O_GKp-ImK7HS_6ZST3j3KYenIx07nM2ZXpwuqeJbZdg,392
|
|
1225
1337
|
telnyx/types/ai/embedding_list_response.py,sha256=R5bmdbwKes5JwxzuLsWRdCLLukAxkDL_59YLRcc6tCk,608
|
|
1226
1338
|
telnyx/types/ai/embedding_response.py,sha256=U5A74GBhFIzy1N2uzcJ9wiou03iIMVDm0gmd8mcMbAg,485
|
|
1227
1339
|
telnyx/types/ai/embedding_retrieve_response.py,sha256=nsTaJBWo79hhzqEZmciwJJn6WRNI7pvA-WNNKQ1_0DE,580
|
|
@@ -1235,11 +1347,11 @@ telnyx/types/ai/hangup_tool_params.py,sha256=YT6_fzWANLp4meyP32-Rt0HO7FOhDTHEJ3S
|
|
|
1235
1347
|
telnyx/types/ai/hangup_tool_params_param.py,sha256=RZaWG9PfKesctTgGYRNB_OIvPZo0T9Ph6WathUZfnd8,356
|
|
1236
1348
|
telnyx/types/ai/import_metadata.py,sha256=Q8S3K51yiAyxPqdaOcm1T9YamhwFWScFrFg1TY80X_A,465
|
|
1237
1349
|
telnyx/types/ai/inference_embedding_bucket_ids.py,sha256=yeoZw3FXqgHxHh9t0D57Dwrn0__oK-q6CYAFeobWX4c,588
|
|
1238
|
-
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=
|
|
1239
|
-
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=
|
|
1240
|
-
telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=
|
|
1241
|
-
telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=
|
|
1242
|
-
telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=
|
|
1350
|
+
telnyx/types/ai/inference_embedding_bucket_ids_param.py,sha256=Qpzf4VaUrL91hYpfBwCuuxXPhQHWBZhay9hY0X_LDfY,670
|
|
1351
|
+
telnyx/types/ai/inference_embedding_transfer_tool_params.py,sha256=HgolavFaJGClQw1DXD6wJNfgZMZFVZa6hEWVcbHwljw,1424
|
|
1352
|
+
telnyx/types/ai/inference_embedding_transfer_tool_params_param.py,sha256=XrmnIBRk2g4CNAcYpjy0DR2607lVOJJdVw3FpyRiVEI,1554
|
|
1353
|
+
telnyx/types/ai/inference_embedding_webhook_tool_params.py,sha256=xqXd-CUKiNMimPL7Ps2v22HiIX0cgT5rmoRCOjq4tRE,3554
|
|
1354
|
+
telnyx/types/ai/inference_embedding_webhook_tool_params_param.py,sha256=j5Sy8gDebTOJfTEKYsqw6Z31DNrkwJJoYaddkUtMtCI,3476
|
|
1243
1355
|
telnyx/types/ai/insight_settings.py,sha256=4J4GFvMv-j697Stw6mOD0yU4glM7I6ji41JyL3BP3nA,402
|
|
1244
1356
|
telnyx/types/ai/insight_settings_param.py,sha256=x-moBUrjK75NuMjXfMbdRyEXledn_U2bROcfGt_LVYc,422
|
|
1245
1357
|
telnyx/types/ai/messaging_settings.py,sha256=3jewX-cEPO7JMdve0No3bufDGM2iCIn4nc2Yq1U7zWo,597
|
|
@@ -1255,8 +1367,8 @@ telnyx/types/ai/transcription_settings.py,sha256=n-SjDwt88zMKz_CTFtNG3_JwrqOQddb
|
|
|
1255
1367
|
telnyx/types/ai/transcription_settings_param.py,sha256=_OoVaUxjMv-2cBOCkzxfp9S3SYX3qaoO-cDeINtdWwY,937
|
|
1256
1368
|
telnyx/types/ai/transfer_tool.py,sha256=xqKXllTFynurQui0ZyCVKKIjr327ImUo1Ir6let46QA,393
|
|
1257
1369
|
telnyx/types/ai/transfer_tool_param.py,sha256=yGOHLSzsjhEvUk5STQ0nK6ogfIkaZdHSX5fWAQplLwo,476
|
|
1258
|
-
telnyx/types/ai/voice_settings.py,sha256=
|
|
1259
|
-
telnyx/types/ai/voice_settings_param.py,sha256=
|
|
1370
|
+
telnyx/types/ai/voice_settings.py,sha256=zduMFwanb7P3W-_ZBcnnMqTRWMFpbq7ikq1sQkWfSPI,2835
|
|
1371
|
+
telnyx/types/ai/voice_settings_param.py,sha256=bOFi6w02ULGtQA8-cLJit7UJRd4SQ_HJptwqmG1fyrY,2929
|
|
1260
1372
|
telnyx/types/ai/webhook_tool.py,sha256=S_RXQiWcyOokeXb7XOad2NRPmM5q77s1_x_z5hOl6gk,386
|
|
1261
1373
|
telnyx/types/ai/webhook_tool_param.py,sha256=ANK9w6A-cmMLTJThOMcKXXYoVmILQmOdqtIzq4RlNfI,469
|
|
1262
1374
|
telnyx/types/ai/assistants/__init__.py,sha256=-pnVFavZeoKOuqdSITPRlbySQVCQf_PMfBwLW1RmRuQ,2243
|
|
@@ -1298,7 +1410,7 @@ telnyx/types/ai/assistants/tests/test_suites/paginated_test_run_list.py,sha256=3
|
|
|
1298
1410
|
telnyx/types/ai/assistants/tests/test_suites/run_list_params.py,sha256=imqpdtqeMHwxtjAjyrsWZDERlxaaEncqJ4oAbGtoxSY,739
|
|
1299
1411
|
telnyx/types/ai/assistants/tests/test_suites/run_trigger_params.py,sha256=YYqEVKG6u-UUJW3q6r-m7OP42QZrhZOO7iuGNwwWWp0,487
|
|
1300
1412
|
telnyx/types/ai/assistants/tests/test_suites/run_trigger_response.py,sha256=_50TSPBaEUBELVm_Goky2gpDFn_kE5IDpb3m6IcqZII,289
|
|
1301
|
-
telnyx/types/ai/conversations/__init__.py,sha256=
|
|
1413
|
+
telnyx/types/ai/conversations/__init__.py,sha256=KFVtmf6mqkhin4UP8iAsU3VmpWoyFVnR7zAjsSYpAOs,1353
|
|
1302
1414
|
telnyx/types/ai/conversations/insight_create_params.py,sha256=KdTKG2pwKSzUdh8z3vRE-Wj5UULh0ifDGHqhrbo8G-s,462
|
|
1303
1415
|
telnyx/types/ai/conversations/insight_group_insight_groups_params.py,sha256=_P9-MsE2-Kuvnf5OLc8QovkCAyUxTkhmbCBR0xx2liA,349
|
|
1304
1416
|
telnyx/types/ai/conversations/insight_group_retrieve_insight_groups_params.py,sha256=WL8bQ_bgmo8OHapip7SEFWj8p6lbhsRIuJksN0nZoR0,555
|
|
@@ -1311,7 +1423,6 @@ telnyx/types/ai/conversations/insight_template_detail.py,sha256=B_e_xFmsf8Joejpy
|
|
|
1311
1423
|
telnyx/types/ai/conversations/insight_template_group.py,sha256=E5R9zPcq4-5-dsbL5nYQIn3hPFQfX4NFAH-UwIO07Ac,490
|
|
1312
1424
|
telnyx/types/ai/conversations/insight_template_group_detail.py,sha256=qzph4UrqU6PuanWiNYVEY9t8mIuqHRbMFnAvccbsFgc,298
|
|
1313
1425
|
telnyx/types/ai/conversations/insight_update_params.py,sha256=eOqWNcZ7ZP985lthVOngmaVjedmoqijiGcBiEwWp8Z8,368
|
|
1314
|
-
telnyx/types/ai/conversations/message_create_params.py,sha256=zWchoj1Is9rbMTXn64NjGlsB9cnqvPvrPd7kPYlPjiI,703
|
|
1315
1426
|
telnyx/types/ai/conversations/message_list_response.py,sha256=8kXalX3zsdKMb__S0aC-k22tJMluyRpVE1A3zss8QLw,1493
|
|
1316
1427
|
telnyx/types/ai/conversations/insight_groups/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1317
1428
|
telnyx/types/ai/embeddings/__init__.py,sha256=hutZ3j-e0lQbtrV1-9s__J24fvN10927TMt7L0WTKlk,285
|
|
@@ -1326,7 +1437,7 @@ telnyx/types/brand/external_vetting_import_params.py,sha256=SRIu4cxfbLN6JOHomsMu
|
|
|
1326
1437
|
telnyx/types/brand/external_vetting_import_response.py,sha256=DvJIDmDIbZpRda0YPsXbNxZ6ld_GeBdMVVfUzEsZ5Mk,1553
|
|
1327
1438
|
telnyx/types/brand/external_vetting_order_params.py,sha256=Y622TbGy7BjCcc_OHNDCeU9n_rLdrBnQPtGdHBSPbKk,572
|
|
1328
1439
|
telnyx/types/bundle_pricing/__init__.py,sha256=ThmC4xNbhCRuqB4pq9MDkGenAoMmvyD4fVNdaGqDpIc,1582
|
|
1329
|
-
telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=
|
|
1440
|
+
telnyx/types/bundle_pricing/billing_bundle_list_params.py,sha256=CIkGXWRJlaq1nIMuNvBoaVLhOn71ne3byMZ1t4anZAo,1050
|
|
1330
1441
|
telnyx/types/bundle_pricing/billing_bundle_list_response.py,sha256=4eYbrx7K2kHLmr-EJaxHA85MIGZWVrvt7U2KfATN_Z4,408
|
|
1331
1442
|
telnyx/types/bundle_pricing/billing_bundle_retrieve_response.py,sha256=n-PZxK5qjvPrzdZZPa1XvaLJKuop1uk2_PLXa_8cX6E,1507
|
|
1332
1443
|
telnyx/types/bundle_pricing/billing_bundle_summary.py,sha256=QaaDA1ArATnmBrIwaBjFE85JPuAmwl0t3Pp_2lHalSw,959
|
|
@@ -1335,15 +1446,15 @@ telnyx/types/bundle_pricing/user_bundle.py,sha256=h0-XL-y1L_H-nIWTyELH9QmgpYJ1Je
|
|
|
1335
1446
|
telnyx/types/bundle_pricing/user_bundle_create_params.py,sha256=bsIcRIaGiGUnHhplsqlSwIGVJzfijnpDv5wN8vbzxug,760
|
|
1336
1447
|
telnyx/types/bundle_pricing/user_bundle_create_response.py,sha256=OsVS5GWZ1CpWHrzVBVFh7sBuwyrHtC2d-FBVl4WwCLk,293
|
|
1337
1448
|
telnyx/types/bundle_pricing/user_bundle_deactivate_response.py,sha256=8ZQl4o5PCY8qOE0J44DGDfjSS_uJ6stEUoL1_49whxo,270
|
|
1338
|
-
telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=
|
|
1449
|
+
telnyx/types/bundle_pricing/user_bundle_list_params.py,sha256=hTyI963VBD4INJjmJ_BYoW6ZjEnIp0uPPyNuHfgMTSo,1044
|
|
1339
1450
|
telnyx/types/bundle_pricing/user_bundle_list_resources_response.py,sha256=Us-ZdqjBmJjt-ywpMhmAI8bAjY5nRZh-KjR_upILeZE,332
|
|
1340
1451
|
telnyx/types/bundle_pricing/user_bundle_list_response.py,sha256=bFtv-OTyt16v-GyuxGrRLjPVbKOK9e9eLt55rBDAVMA,371
|
|
1341
|
-
telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=
|
|
1452
|
+
telnyx/types/bundle_pricing/user_bundle_list_unused_params.py,sha256=iuQooCsvlnGn_MWAO8jdYVMpb3KiXwwfCUH1MZaGGuc,791
|
|
1342
1453
|
telnyx/types/bundle_pricing/user_bundle_list_unused_response.py,sha256=KHAF8VmY5HE5PqKV8be2gwi2kHpv9BfjMWTpmy1VOr4,474
|
|
1343
1454
|
telnyx/types/bundle_pricing/user_bundle_resource.py,sha256=Oe99CUd5UuwiQE9BUX2o5s4e8Mk_hgHhO-7FVj4TvVY,587
|
|
1344
1455
|
telnyx/types/bundle_pricing/user_bundle_retrieve_response.py,sha256=3ouYQWSxC5ypWOVDlGtk3oyf_q_-7pcNENSjI4_yBqw,266
|
|
1345
1456
|
telnyx/types/calls/__init__.py,sha256=ZpfzG_l6J4PU8huKUMqMPQEGRC93LzP1Gxwphnw3uDQ,8240
|
|
1346
|
-
telnyx/types/calls/action_answer_params.py,sha256=
|
|
1457
|
+
telnyx/types/calls/action_answer_params.py,sha256=eihEqpTQveI6Rz8WK7Krzt0SP81_lvOr_Z7t03wiZLU,4987
|
|
1347
1458
|
telnyx/types/calls/action_answer_response.py,sha256=QXvXCTfUYai9afI8jwCBl8nVTeSXCFP4zHIlco7z3MI,478
|
|
1348
1459
|
telnyx/types/calls/action_bridge_params.py,sha256=eBgJ5mmyovDSBil49sfMgrdWnVWVDrWcYUWITTKF8JM,4832
|
|
1349
1460
|
telnyx/types/calls/action_bridge_response.py,sha256=VaSr4m4v_BQavB2AQUf0kUmMnoFtNgb03ygiN3irf4g,344
|
|
@@ -1351,7 +1462,7 @@ telnyx/types/calls/action_enqueue_params.py,sha256=_YhSEKgsD49280EDZVOAdzOZMmWwa
|
|
|
1351
1462
|
telnyx/types/calls/action_enqueue_response.py,sha256=yCMirKpUKRpbp-TzEGZ3gHNEJFnB97Uk5fu5mx6sJEc,346
|
|
1352
1463
|
telnyx/types/calls/action_gather_params.py,sha256=OTzy8S6L_NIbKVGirx4YPVmK56TNiKjLVUK3raED-Ng,1494
|
|
1353
1464
|
telnyx/types/calls/action_gather_response.py,sha256=juPTG7gUSY8I55pQL6PRBI4Bz2LADmieyp9FSgaDdDo,344
|
|
1354
|
-
telnyx/types/calls/action_gather_using_ai_params.py,sha256=
|
|
1465
|
+
telnyx/types/calls/action_gather_using_ai_params.py,sha256=ZTwQ7P7Dslvp25uF1klYpDN8HOu99XX9upmjxYKDyDI,5246
|
|
1355
1466
|
telnyx/types/calls/action_gather_using_ai_response.py,sha256=hfA5-WZ6zEbbHy5dlf6uh4gw7PYX6Q6HoxnpbQffQeI,442
|
|
1356
1467
|
telnyx/types/calls/action_gather_using_audio_params.py,sha256=kYtKDtVapvd4gBNJIFwb5dBVxNVZ8mRV3heyheMPgd8,2675
|
|
1357
1468
|
telnyx/types/calls/action_gather_using_audio_response.py,sha256=Tfkhngpbudgw0kvmvg47iQaM0R718YgTc6t-bfagGxA,364
|
|
@@ -1387,7 +1498,7 @@ telnyx/types/calls/action_start_recording_params.py,sha256=FA9D17UEJEx0hDMeLWwNM
|
|
|
1387
1498
|
telnyx/types/calls/action_start_recording_response.py,sha256=Lir1JuVgqBLIJUm5ekMxF2Q8eSls57PntReJo32Kaew,360
|
|
1388
1499
|
telnyx/types/calls/action_start_siprec_params.py,sha256=t1H8_BDwS2Lukg42wTkyiEycib__gBDESyTf89Ro3sg,1368
|
|
1389
1500
|
telnyx/types/calls/action_start_siprec_response.py,sha256=wYyiEf8nK5iDlSyhMUqjI5LGIuh47i0bllqfB3SA7oA,354
|
|
1390
|
-
telnyx/types/calls/action_start_streaming_params.py,sha256=
|
|
1501
|
+
telnyx/types/calls/action_start_streaming_params.py,sha256=qYO2XbSYvuNRgxTJSuwxAoqRIhp9VWDHs6KLvloaZto,2087
|
|
1391
1502
|
telnyx/types/calls/action_start_streaming_response.py,sha256=eGSo9KvyzBx-Q4MkunrOeKh9oF2RXMyQD_yM-F-Rbck,360
|
|
1392
1503
|
telnyx/types/calls/action_start_transcription_params.py,sha256=Cn0QDFjlteFRRx2-80mmPojTMnVAExTxTio8hhSeBSE,1392
|
|
1393
1504
|
telnyx/types/calls/action_start_transcription_response.py,sha256=YBz5cet2N0xXBQWVWqaGRnHT4mMYgq_zE1n1gWtJCZk,368
|
|
@@ -1411,7 +1522,7 @@ telnyx/types/calls/action_stop_transcription_params.py,sha256=YUb-a_KunUDsD6fbau
|
|
|
1411
1522
|
telnyx/types/calls/action_stop_transcription_response.py,sha256=hltLMgIxyJxj_PEeBuA3BPQ_33n1LvKSiDBV3EspYCY,366
|
|
1412
1523
|
telnyx/types/calls/action_switch_supervisor_role_params.py,sha256=_oDT9Uae3ODWqltkCHnAyf1H3lRQZ_gmlBI4_EKr-4U,529
|
|
1413
1524
|
telnyx/types/calls/action_switch_supervisor_role_response.py,sha256=0JlFJ7E6GGgtB9ZmyEB01RH0MmiEHjp_O3LEiIPCRWY,372
|
|
1414
|
-
telnyx/types/calls/action_transfer_params.py,sha256=
|
|
1525
|
+
telnyx/types/calls/action_transfer_params.py,sha256=VxWU0BuPn_C8rUmNTOjiMjCmXKPxDnYbQvwml1HnsxE,8894
|
|
1415
1526
|
telnyx/types/calls/action_transfer_response.py,sha256=HVyyXYhzue5F6EuZtm3DGxX52fopUO6lqRWz06nrqJw,348
|
|
1416
1527
|
telnyx/types/calls/action_update_client_state_params.py,sha256=tXxzOKclY3R_ZIRgleAY9sfge7Kwi9Vk48yu6CqXVpk,433
|
|
1417
1528
|
telnyx/types/calls/action_update_client_state_response.py,sha256=S560c0ysvnArlfz0YogaMLuLpGpDJIaVSnQ4tTIRvok,366
|
|
@@ -1423,7 +1534,7 @@ telnyx/types/calls/interruption_settings_param.py,sha256=rHmZAs6dTs7UPmONAvYOfBq
|
|
|
1423
1534
|
telnyx/types/calls/loopcount_param.py,sha256=snoWd5Kn2jbPeeplbITO2We4h3xKwkQRrDslcA3ZBWc,263
|
|
1424
1535
|
telnyx/types/calls/telnyx_voice_settings_param.py,sha256=cKNxCHVAYAyub7djKQRrVhshbTcORKqIcXyS1GFLYCs,413
|
|
1425
1536
|
telnyx/types/calls/transcription_config_param.py,sha256=Vs5N08QkJC_yjhLdm4msoejBgSN4MkNG8w29duTOyMo,652
|
|
1426
|
-
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=
|
|
1537
|
+
telnyx/types/calls/transcription_engine_a_config_param.py,sha256=k4piu8I-WlUzX14N0LOyExjYUcPmF_XYu-nJgVP72LQ,1810
|
|
1427
1538
|
telnyx/types/calls/transcription_engine_b_config_param.py,sha256=7gWLXIHR2LF5jMO8Pq2Di9iYZIEiyIB8aOG-J08Bw6Q,2009
|
|
1428
1539
|
telnyx/types/calls/transcription_start_request_param.py,sha256=XZc239pYzUUK24NAAGyiR0mQCBKKwXFg2sXlKYpsITI,1391
|
|
1429
1540
|
telnyx/types/campaign/__init__.py,sha256=EiCQNPPvDeCHP-bO9yVxHoeoEvU_Ln529j81ptDzk2s,293
|
|
@@ -1432,15 +1543,15 @@ telnyx/types/campaign/usecase_get_cost_response.py,sha256=oOKguNRxUrMrTrPjGSho7O
|
|
|
1432
1543
|
telnyx/types/campaign_builder/__init__.py,sha256=tOZW32f4DDwCmKo3h_jPtK3uK6PPBt0pFHqcv5tXJiI,233
|
|
1433
1544
|
telnyx/types/campaign_builder/brand_qualify_by_usecase_response.py,sha256=hDW8jagEpo0cisTZ0vCQKGwwAlpoeTx5Dj7q1q6U4NE,1273
|
|
1434
1545
|
telnyx/types/conferences/__init__.py,sha256=k2jxvCPwjx1XL-lCUXiwGctPopCycBc7dxdBiQKVb7g,2453
|
|
1435
|
-
telnyx/types/conferences/action_hold_params.py,sha256=
|
|
1546
|
+
telnyx/types/conferences/action_hold_params.py,sha256=0DmpsaQKoMBz84e7UmBawce8ZpQcTDDQI5oBgJlpX20,939
|
|
1436
1547
|
telnyx/types/conferences/action_hold_response.py,sha256=cLjn1G9ThJ4sYw0xNd_xYU6VfwZ_iv52y40NL2NNUTo,336
|
|
1437
|
-
telnyx/types/conferences/action_join_params.py,sha256=
|
|
1548
|
+
telnyx/types/conferences/action_join_params.py,sha256=RmxVohF323A8AXFvyCXWCCFFBXzl8tuA521KshVqY8E,3633
|
|
1438
1549
|
telnyx/types/conferences/action_join_response.py,sha256=E1fGwNwaIbe_oqlgoFiNoDoX5Mv1yyosLngp-Ckzx5c,336
|
|
1439
1550
|
telnyx/types/conferences/action_leave_params.py,sha256=oVlLVHSX_YqgyJIXCJcikjvgDDf1oWQkL02i1zlICAk,800
|
|
1440
1551
|
telnyx/types/conferences/action_leave_response.py,sha256=5B8MOC1sOZ7UISrDL1uj4my6tb4sod4AUcCtzkIqACE,338
|
|
1441
|
-
telnyx/types/conferences/action_mute_params.py,sha256=
|
|
1552
|
+
telnyx/types/conferences/action_mute_params.py,sha256=FMbmj0gTWQ6pr8WrxcXilkpgF0drznA-gQjw6sc8A-o,453
|
|
1442
1553
|
telnyx/types/conferences/action_mute_response.py,sha256=3FlUQlzO9XtoAqi3dLGKdT85KJPhUeS7OOK1Q33iO_0,336
|
|
1443
|
-
telnyx/types/conferences/action_play_params.py,sha256=
|
|
1554
|
+
telnyx/types/conferences/action_play_params.py,sha256=HZ0hIq-B8weg2kMUV8_189q2kZoRK2xYMaWZWS1cE4c,1202
|
|
1444
1555
|
telnyx/types/conferences/action_play_response.py,sha256=XqktjnlJcxu7mwKaKJF_tAdF3FbkFHAgGz4UtmNILMg,336
|
|
1445
1556
|
telnyx/types/conferences/action_record_pause_params.py,sha256=-RPhxyukqHA6Dl4Q2r9Ms9qnxE0UPNRzy71yWkaAFmU,514
|
|
1446
1557
|
telnyx/types/conferences/action_record_pause_response.py,sha256=vLayzTJ44KOHbL-9PdZrp5SuhGt3RqSKNXWqmjv2knU,350
|
|
@@ -1450,21 +1561,21 @@ telnyx/types/conferences/action_record_start_params.py,sha256=1HGkqumTJO3RWh2X3C
|
|
|
1450
1561
|
telnyx/types/conferences/action_record_start_response.py,sha256=OQcotw6Wt3pWm56HLIb5fFqnnZhl1BhrLyisRn9C9t0,350
|
|
1451
1562
|
telnyx/types/conferences/action_record_stop_params.py,sha256=U5AdC9DNcy7GZBdMUB3KVfCRnJ8WVYrRhrjlUjHMe9U,645
|
|
1452
1563
|
telnyx/types/conferences/action_record_stop_response.py,sha256=WgYXQtGvR4wzQAkPhViLrnOEfvq_WwtPil1xGBGjEV0,348
|
|
1453
|
-
telnyx/types/conferences/action_speak_params.py,sha256=
|
|
1564
|
+
telnyx/types/conferences/action_speak_params.py,sha256=gR9Cri7b589mTUDRJAhM9hRo4xkn2kL6wcRIz32Cvfg,3767
|
|
1454
1565
|
telnyx/types/conferences/action_speak_response.py,sha256=quPsjqeOlnVW1243jr5Z30AXyNgsEpeHIxiyB4qQaHg,338
|
|
1455
|
-
telnyx/types/conferences/action_stop_params.py,sha256
|
|
1566
|
+
telnyx/types/conferences/action_stop_params.py,sha256=uYTLCqU-68MVbuK-6NJsXLEGips_rOnP80AoPHALRVU,505
|
|
1456
1567
|
telnyx/types/conferences/action_stop_response.py,sha256=Z6jlJ_qU5KAmqUQ9S3wTKg3pUFeb8RXkZBi-MqhWM0g,336
|
|
1457
|
-
telnyx/types/conferences/action_unhold_params.py,sha256=
|
|
1568
|
+
telnyx/types/conferences/action_unhold_params.py,sha256=elq97_UBFaseZG_trC6peYANLuyDqUcQeDClyLRo2_E,474
|
|
1458
1569
|
telnyx/types/conferences/action_unhold_response.py,sha256=6B8rFFik618eoZanuwXCI7JgMpll3o_6Cm6U6cHKIdk,340
|
|
1459
|
-
telnyx/types/conferences/action_unmute_params.py,sha256=
|
|
1570
|
+
telnyx/types/conferences/action_unmute_params.py,sha256=BnPJnY9goictIGr-1Eux-gwJfuU6AD7FcIN_X367N3Y,504
|
|
1460
1571
|
telnyx/types/conferences/action_unmute_response.py,sha256=5gfnXbXFnuUkB3kaA7nHW6PARPV8vYHtGtP7JNG25h4,340
|
|
1461
|
-
telnyx/types/conferences/action_update_params.py,sha256=
|
|
1572
|
+
telnyx/types/conferences/action_update_params.py,sha256=LVqnBHCp3b4dEAq0awR02Po7Byj0nGg_IVNWoAtjGxE,1345
|
|
1462
1573
|
telnyx/types/conferences/action_update_response.py,sha256=4KSvnb5_fdHegz2o73eV9lv4KT1gwsIUFnTnMctNoBw,340
|
|
1463
1574
|
telnyx/types/conferences/conference_command_result.py,sha256=ELNqKO8V5N8Vwp3llLqrOiwwlqnU5VlfK97JK5huIDI,219
|
|
1464
1575
|
telnyx/types/credential_connections/__init__.py,sha256=iv5LJoRk5Sw9iJ6mAGwzaumCAZFH_kvzo8RbC-Y55iQ,266
|
|
1465
1576
|
telnyx/types/credential_connections/action_check_registration_status_response.py,sha256=TZyz6omf6dxlJvPPZ5C6Yw-aP_PxEggD97xv3w4KHjA,1192
|
|
1466
1577
|
telnyx/types/external_connections/__init__.py,sha256=O7vrqPduYpRukfCOs-H2kNe0OQN0BnWwULsfAZjIkys,2359
|
|
1467
|
-
telnyx/types/external_connections/civic_address_list_params.py,sha256=
|
|
1578
|
+
telnyx/types/external_connections/civic_address_list_params.py,sha256=r-EQ-tQPi2_NrU-wpeG1rlkAiRPG1HIrAQHZyaFTzf0,566
|
|
1468
1579
|
telnyx/types/external_connections/civic_address_list_response.py,sha256=2-cMrwMYtv54RuLVG5TTowDu0Zc6VEfmCgmzMBKZdgk,1458
|
|
1469
1580
|
telnyx/types/external_connections/civic_address_retrieve_response.py,sha256=6qlIdPqnF79zqvEGQf0ttR_iP0ZmGXX3sVx-ladYJlI,1460
|
|
1470
1581
|
telnyx/types/external_connections/external_connection_phone_number.py,sha256=Ve74u0_Hzgq1rKc-BwI-vbJX61rkZw3TZ7zRI4TTqw4,1098
|
|
@@ -1482,7 +1593,7 @@ telnyx/types/external_connections/release_list_response.py,sha256=rfgVkrTcsETl2d
|
|
|
1482
1593
|
telnyx/types/external_connections/release_retrieve_response.py,sha256=QfceFyLfmf8yotG8CLraqiU4bqGQV8n2F2G3m0X8KAM,1182
|
|
1483
1594
|
telnyx/types/external_connections/tn_upload_entry.py,sha256=WdTriRAbt7qWRxV55zDuNOGgZeyPOLZPlOhgESUWlaA,1749
|
|
1484
1595
|
telnyx/types/external_connections/upload.py,sha256=3dGtXGQw2ZGVbAV5IjCfyPtSCtuA9Xc0b61EnRl36_g,1050
|
|
1485
|
-
telnyx/types/external_connections/upload_create_params.py,sha256=
|
|
1596
|
+
telnyx/types/external_connections/upload_create_params.py,sha256=0_yFpuc1aYI9Rk5dvA1891w-OncFU3F4eRKhoNJedj4,862
|
|
1486
1597
|
telnyx/types/external_connections/upload_create_response.py,sha256=Fa6mX1ZoOCkRlJr31uBFip5I_Gux2i19x77jiNofN0w,403
|
|
1487
1598
|
telnyx/types/external_connections/upload_list_params.py,sha256=voJECmEzAn9ErUhFCRTkfthHD9-OT8Twphzp21Aevd0,1626
|
|
1488
1599
|
telnyx/types/external_connections/upload_list_response.py,sha256=dPFQxVc7ZgeYQLEZoRojc8R7vx1slYce4t9KQLTn9ds,461
|
|
@@ -1493,6 +1604,42 @@ telnyx/types/external_connections/upload_retry_response.py,sha256=WoAkYMT_gf-6cI
|
|
|
1493
1604
|
telnyx/types/faxes/__init__.py,sha256=8klMpMQCvfsBbuavxmmgN3rsfIdS2I4Ru3XclQKt_Sg,288
|
|
1494
1605
|
telnyx/types/faxes/action_cancel_response.py,sha256=SHtVH_YQup1fLb_1SdMcp_nHUO5Zuq-uK19IPB1Yw-0,259
|
|
1495
1606
|
telnyx/types/faxes/action_refresh_response.py,sha256=MrSWBscQBhz77OpzwSPn6f3nJABCJtWGAOQR2mqrQuE,261
|
|
1607
|
+
telnyx/types/legacy/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1608
|
+
telnyx/types/legacy/reporting/__init__.py,sha256=1TckWFwxHs1zgMMKkdJ_tw4K1jgMy1XZWHKSVvd03jA,419
|
|
1609
|
+
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py,sha256=Z80lsCNsykgl-MT6HWFTs3_lpLISNMgHvpksGRSLh9k,549
|
|
1610
|
+
telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py,sha256=LQuCdZsVu6kFqWRGmTkApFCetIK1Uv9EwIiM0r714BA,299
|
|
1611
|
+
telnyx/types/legacy/reporting/batch_detail_records/__init__.py,sha256=XAUNqPFYDO3rnpesfqF1ii2fq5L6uPSAUsj6H4wjEwk,1553
|
|
1612
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py,sha256=9d8DAxX15tMpt198CGL2iMEjX2Tnf7f7heUmJ3Cy8Io,2257
|
|
1613
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py,sha256=vhFo83Z7Shca8FT9hfEcNdQDZ0-G0v8s6iZSBtxjmDw,1850
|
|
1614
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py,sha256=aDMX7bF4lhSnZp0yp8FI3SnFwx4DSBbHOtJwJr9d11w,1850
|
|
1615
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py,sha256=5Y9w_phloiErjr8QwODyJ-wNT5frtt5oy6S8ZLkxyBw,2073
|
|
1616
|
+
telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py,sha256=OVGtphq8HQg20XqnP9-N3u9UA64jSpW0pTNMfMOh_Qs,1854
|
|
1617
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py,sha256=HPJA7i4XiktsdBIwrxCqXOYTcmzgqpuoy0FdxAxq9MU,687
|
|
1618
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py,sha256=HQHjgP3ESujJhERcYGa-C48y6pc-JZfqVN3pZ7Ywlqk,762
|
|
1619
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py,sha256=N_jUBImFH2WUYjZwyeMXPmIhXWx2ern-n4AUrJlPDHE,762
|
|
1620
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py,sha256=VEjI87H2ORtNqTxtG7iOXBiAcx_Ef_pSzdXj_cqIE8U,770
|
|
1621
|
+
telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py,sha256=nJefIED52eRUr9D3tWkkMQHRM_HQTY9l5Z9R1WyauFg,766
|
|
1622
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py,sha256=Ab0LtVaHMKW-CawRWJ8xYCw4nHPBn9Xkex65gWSGTp8,2184
|
|
1623
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py,sha256=509kyso8qJaaVuUKxrJd8u4wQwOzgYNfWTKhz2Rjmd8,2490
|
|
1624
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py,sha256=1Rrbxt5Tvr1X5m6CwzNgIG9ZdfV2gTkPFH79VOAkQWo,2490
|
|
1625
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py,sha256=gv0QCwZzChe3Yab2mcLIxebiHuMML6YGROjWrL_CqyI,2663
|
|
1626
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py,sha256=_wHHYV686ckbLxd-f_a-Pqt6JhPNcLqrow2RMpkJvp8,891
|
|
1627
|
+
telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py,sha256=XXbM9a8g79QrUjKwVa9lmfKugl9o_WTpcpbnJMKoaIc,2494
|
|
1628
|
+
telnyx/types/legacy/reporting/usage_reports/__init__.py,sha256=px4ehI6oj1EcKcv-M9xQ-iVhDVHXA4RdV26mWhCsDKY,1277
|
|
1629
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py,sha256=TF885ANJECpYkJGhg88JrmRCwd0fqDi32N3lcqxboYM,906
|
|
1630
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py,sha256=EmpA9w9qyxSWFUN__6edvavviYR07ClK24n0Bu-8pVI,1103
|
|
1631
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py,sha256=yEaae_25nLSlSl0aYca6w9xsYdFpDuPLdSiqAF9bGkQ,1103
|
|
1632
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py,sha256=ZIPVrahdBfd3QnSUs4mrsaD1WzEVqpUfznXRu2GFZOY,333
|
|
1633
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py,sha256=5nV9hQxzIZwEuLAFRtj4QDRRqZroIZAS9icd3mHaYtw,1280
|
|
1634
|
+
telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py,sha256=qEsdYWTzevxZ4hzFtQmbDvWEXMlg_HE1BkSer_nTcMw,1107
|
|
1635
|
+
telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py,sha256=nMdvZZfqCMIcsmycGmATiiPAuH230wNmlAWSfoLg9lQ,990
|
|
1636
|
+
telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py,sha256=btLZ34d_psfdKA0MZBwbumuRk8o4MhaSAujEyhmSsbo,290
|
|
1637
|
+
telnyx/types/legacy/reporting/usage_reports/voice_create_params.py,sha256=ZzjWQ-Maes39EJ_Iel2Zd4hhlSPcSBYyJluNPNXGvmU,1199
|
|
1638
|
+
telnyx/types/legacy/reporting/usage_reports/voice_create_response.py,sha256=oqFpd2zSjeBUIR8zMGJ7dTCw5y-zSzohY5ECpi1g9Vw,1206
|
|
1639
|
+
telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py,sha256=ABSDQ2hxSYmAZqY3f0Mj2gqgqiIUORJCzIIWIPfmze4,1206
|
|
1640
|
+
telnyx/types/legacy/reporting/usage_reports/voice_list_params.py,sha256=I-VQgQnwjiJatxz-CFUSLl-r3Abjrl1tyM_8gtn8gTI,325
|
|
1641
|
+
telnyx/types/legacy/reporting/usage_reports/voice_list_response.py,sha256=q3nFYYMuzhcglYYLcpyQciFUpMWLDcpP2rLYqE9by-k,1383
|
|
1642
|
+
telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py,sha256=u35Cgl3Azo1oghL2eiNNK1YybuXQz9TnUXGvwzYLar4,1210
|
|
1496
1643
|
telnyx/types/managed_accounts/__init__.py,sha256=s53m4G7A5MA-7Plebq9kzzJSt4VoqqpfiAnyePk-2rM,363
|
|
1497
1644
|
telnyx/types/managed_accounts/action_disable_response.py,sha256=EvZGazP3Ve4MkwX1Y6a8V_RuMQh33Ghtpk0fTTx_8qM,315
|
|
1498
1645
|
telnyx/types/managed_accounts/action_enable_params.py,sha256=xbPShY1bj7XSTclowbA7-cDZnjssDCHTb3GQZsUqXbg,478
|
|
@@ -1502,7 +1649,7 @@ telnyx/types/messages/rc_generate_deeplink_params.py,sha256=ffHwdqJULKIyCwBplwS-
|
|
|
1502
1649
|
telnyx/types/messages/rc_generate_deeplink_response.py,sha256=cw11AeSzLTJ_MGL81iem52HByIKxgsrzqvk6T6bs3v8,307
|
|
1503
1650
|
telnyx/types/messaging/__init__.py,sha256=YfXxon3b5-RZaErwb9iAK2HS6JHRJXESBUjp3Op0s4s,621
|
|
1504
1651
|
telnyx/types/messaging/rc_invite_test_number_response.py,sha256=GgMzLoceJEqCzTBw6EZmw79H2dCvB3fNdrHtvu-QeKI,670
|
|
1505
|
-
telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=
|
|
1652
|
+
telnyx/types/messaging/rc_list_bulk_capabilities_params.py,sha256=fgqwwR7WG8kbaeFfoRa7B8uOO5B3OKChGZm2r_114xQ,459
|
|
1506
1653
|
telnyx/types/messaging/rc_list_bulk_capabilities_response.py,sha256=wPgIeeLKtM0Qe8kmrYXVtJzMZp33M4lmZXJD5KiJ-sM,347
|
|
1507
1654
|
telnyx/types/messaging/rc_retrieve_capabilities_response.py,sha256=DDAjDG8jWaXaMB5BQHybyK61XL16Al8XVGUIiWi1kaI,335
|
|
1508
1655
|
telnyx/types/messaging/rcs_capabilities.py,sha256=Rh2Ibrc_T32GOFKM4hzDTHcWlGI-P3EOYeiagzzUW-I,630
|
|
@@ -1516,10 +1663,10 @@ telnyx/types/messaging_hosted_number_orders/action_upload_file_response.py,sha25
|
|
|
1516
1663
|
telnyx/types/messaging_profiles/__init__.py,sha256=RTEHA_Gn5qNUilWpmVHP4Hm5nElGcQ_HlWjUokQXLZc,668
|
|
1517
1664
|
telnyx/types/messaging_profiles/auto_resp_config.py,sha256=cpknBd4iNbIxTAiCodLIn3EDE4lSi15zB8VOVNmQDFQ,479
|
|
1518
1665
|
telnyx/types/messaging_profiles/auto_resp_config_response.py,sha256=OB82kX9x2tycIK1LYYrwj-Gtd-wDq2iWL3NV5kMQoUI,271
|
|
1519
|
-
telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=
|
|
1666
|
+
telnyx/types/messaging_profiles/autoresp_config_create_params.py,sha256=ywAH8XHZxa-miB6VWjQY_EtQKrvYugOQi4CiSgEiAvQ,471
|
|
1520
1667
|
telnyx/types/messaging_profiles/autoresp_config_list_params.py,sha256=8jNayXBl9mKkmHPz6FyySukEmW3sP0Xi1CluzQ7UIm0,741
|
|
1521
1668
|
telnyx/types/messaging_profiles/autoresp_config_list_response.py,sha256=qh2aso1yINXh8KCu8pJvDutMRG-1TUwta3RZNS6_BYE,381
|
|
1522
|
-
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=
|
|
1669
|
+
telnyx/types/messaging_profiles/autoresp_config_update_params.py,sha256=t0rCpoYD5egY8pJGrncX556Ca5f3Tn1ZAlj7u5mALaM,502
|
|
1523
1670
|
telnyx/types/messaging_tollfree/__init__.py,sha256=OKfJYcKb4NObdiRObqJV_dOyDQ8feXekDUge2o_4pXQ,122
|
|
1524
1671
|
telnyx/types/messaging_tollfree/verification/__init__.py,sha256=uydes9s3dEq5GgID_v0J-jIy_7W5z6IomNyjSgeAzcU,1019
|
|
1525
1672
|
telnyx/types/messaging_tollfree/verification/request_create_params.py,sha256=p4-oc4XIQdo0LtcWLQG1sMIJMU-G4uA8bUMfSSu8NBg,3810
|
|
@@ -1560,7 +1707,7 @@ telnyx/types/phone_numbers/action_change_bundle_status_params.py,sha256=NOjcax9m
|
|
|
1560
1707
|
telnyx/types/phone_numbers/action_change_bundle_status_response.py,sha256=3ttzGGA_SJU-gbb8zcMWeLG5DCmSbi2QIH28xqTb17g,381
|
|
1561
1708
|
telnyx/types/phone_numbers/action_enable_emergency_params.py,sha256=UwHCviQOrZMX5Z6P1inoOee3bkY_ZTWkZ-e6z0w3y1E,498
|
|
1562
1709
|
telnyx/types/phone_numbers/action_enable_emergency_response.py,sha256=Rzo65Unj0S4kWL7geh99LZaP7vmUR0sdDS2oxD7i8lU,375
|
|
1563
|
-
telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=
|
|
1710
|
+
telnyx/types/phone_numbers/action_verify_ownership_params.py,sha256=XbLWqUOE615AeHUkoipgDd6R24YCryMTKrqQnXv3w3c,421
|
|
1564
1711
|
telnyx/types/phone_numbers/action_verify_ownership_response.py,sha256=IrNPxy_YBDWTTIl_GPEheEXb55pEdeTj25evvecF24c,818
|
|
1565
1712
|
telnyx/types/phone_numbers/call_forwarding.py,sha256=dBxLb3PqKYNUAJR3uAj1XIUlpQIkYKF6SXvEep8jVAo,928
|
|
1566
1713
|
telnyx/types/phone_numbers/call_forwarding_param.py,sha256=Vb5TD7UEvqekCZRWlB6AHRHISQ01LQeRBMQj7zHPq7s,885
|
|
@@ -1574,14 +1721,14 @@ telnyx/types/phone_numbers/csv_download_create_response.py,sha256=9UTtuuX0Y8EGHu
|
|
|
1574
1721
|
telnyx/types/phone_numbers/csv_download_list_params.py,sha256=xFPNKDMevVQi-6rnHMn5_KApMK-yGniINN1j5ODymeU,517
|
|
1575
1722
|
telnyx/types/phone_numbers/csv_download_list_response.py,sha256=GGIAUhOL4voLshkU858DICtvp7Qv0P7Bm2W9ivj7gAc,409
|
|
1576
1723
|
telnyx/types/phone_numbers/csv_download_retrieve_response.py,sha256=e9U1AjAsvkEynlsnlvpElP0u_RCpvcnwhT_POcokxbA,329
|
|
1577
|
-
telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=
|
|
1724
|
+
telnyx/types/phone_numbers/job_delete_batch_params.py,sha256=9u-_IwN8J3CSSsJT603atakwgWb7EFJpKWhERl1aDZM,350
|
|
1578
1725
|
telnyx/types/phone_numbers/job_delete_batch_response.py,sha256=pU7r3bHrQTfZilyKsAKrK8nvYghExdaEjeJALKLwdyc,320
|
|
1579
1726
|
telnyx/types/phone_numbers/job_list_params.py,sha256=km-cMCdyzGVSb0bBQ4qeBzW0axf3UcRydiZs9G-CxCQ,972
|
|
1580
1727
|
telnyx/types/phone_numbers/job_list_response.py,sha256=S77RROwO-b23jXNfsmP2c6XG6iQuQfm2T4YBYhLYZRk,406
|
|
1581
1728
|
telnyx/types/phone_numbers/job_retrieve_response.py,sha256=3hSWls-xCpYJCz5iTY-LzapbPBp1cAl5IlJDL88ubHg,314
|
|
1582
|
-
telnyx/types/phone_numbers/job_update_batch_params.py,sha256=
|
|
1729
|
+
telnyx/types/phone_numbers/job_update_batch_params.py,sha256=Mr0aN-RDsWn4OJULWvwCvYVDxSxGGkkI2YLR8NRCx8s,4526
|
|
1583
1730
|
telnyx/types/phone_numbers/job_update_batch_response.py,sha256=lYeM8CZH5zHjvVrlfI2OE3Y5gZ0eUqzFMuOl2XGlY40,320
|
|
1584
|
-
telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=
|
|
1731
|
+
telnyx/types/phone_numbers/job_update_emergency_settings_batch_params.py,sha256=4kwW_x0lIJbhR5pGAR43XWSY67JiokA-CSrRlZoQolY,753
|
|
1585
1732
|
telnyx/types/phone_numbers/job_update_emergency_settings_batch_response.py,sha256=iFRA6iIZ8Xi0NJ33v2hTLQyVNWsRNJTVFgSmD1dR7OI,354
|
|
1586
1733
|
telnyx/types/phone_numbers/media_features.py,sha256=PEJJQiI8E2KDU18cMi7XyzuQfef_2oglb4NvZW74r4E,908
|
|
1587
1734
|
telnyx/types/phone_numbers/media_features_param.py,sha256=1-dExw38nYYJLNoB1TjfMQ0j4iATSiCTPs89F-Pd8KM,894
|
|
@@ -1609,7 +1756,7 @@ telnyx/types/porting/event_list_params.py,sha256=9Wsv7iM0Ybs3923g4R94L7CDaSCF94c
|
|
|
1609
1756
|
telnyx/types/porting/event_list_response.py,sha256=f2kZtjgNOLkV_r2dFyMPBpJl6yBpFI-aiuh1EiI-Lds,7191
|
|
1610
1757
|
telnyx/types/porting/event_retrieve_response.py,sha256=bI76TXQgNrNZzxn51lEvVHmjPNjUhyjmDEydqWq9fMI,7105
|
|
1611
1758
|
telnyx/types/porting/export_porting_orders_csv_report.py,sha256=Cx7xLC22QThEpvhsS1V6Z5W6e8oL-liK7xwzKVp7fI0,1429
|
|
1612
|
-
telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=
|
|
1759
|
+
telnyx/types/porting/export_porting_orders_csv_report_param.py,sha256=Hjz0zxRl-4YRy1mX0INryIYqgXPfVicPOMEvPxaxwxw,1573
|
|
1613
1760
|
telnyx/types/porting/loa_configuration_create_params.py,sha256=sLgDBwtTbYbsivMymOlattu0Rchrq-Oe8ycYKyDziJA,1432
|
|
1614
1761
|
telnyx/types/porting/loa_configuration_create_response.py,sha256=idFW9lRXOi0eoowWG26-OSVcI3Hp_fmfFStZ3krwG64,360
|
|
1615
1762
|
telnyx/types/porting/loa_configuration_list_params.py,sha256=M2iuy3pEkM_zeYz4ZGv9zbyb7D6khePUWVhYZwW3pm4,527
|
|
@@ -1631,7 +1778,7 @@ telnyx/types/porting_orders/action_cancel_response.py,sha256=t-CwDtKYFrEIUZxpM9H
|
|
|
1631
1778
|
telnyx/types/porting_orders/action_confirm_response.py,sha256=8yaAwjsbtWY_PjmYLFkpLITIHZI7csntjQ_ZkmNzopA,460
|
|
1632
1779
|
telnyx/types/porting_orders/action_requirement_initiate_params.py,sha256=B8asY-O22kt_WaJUFgmXt5Q0W3dMzxOEos2rNSVJ0g8,727
|
|
1633
1780
|
telnyx/types/porting_orders/action_requirement_initiate_response.py,sha256=NYokr-_EHqC9-mWUjRNar5Ajm5Ri7--VrmDwoMR0kBE,1428
|
|
1634
|
-
telnyx/types/porting_orders/action_requirement_list_params.py,sha256=
|
|
1781
|
+
telnyx/types/porting_orders/action_requirement_list_params.py,sha256=PLR1f6Trd5b1JccXVF7DYLKGlqzWi2725vjUd3GpQa0,1560
|
|
1635
1782
|
telnyx/types/porting_orders/action_requirement_list_response.py,sha256=Pz7Gen2DstnU6g-lVFMAbfg8b_6R9yXcCQlZj3KdhAM,1520
|
|
1636
1783
|
telnyx/types/porting_orders/action_share_params.py,sha256=Qc4xK47aS1JELeFF7raHxt5dhAwfJWhAmpv4NWC2JEs,480
|
|
1637
1784
|
telnyx/types/porting_orders/action_share_response.py,sha256=ofTtHdeZMNe5ke9ZmezfLi8-vkxD81Cc6IVW5ZFilEc,1258
|
|
@@ -1656,11 +1803,11 @@ telnyx/types/porting_orders/comment_list_response.py,sha256=rpHUTgrstb51jdHpJoKl
|
|
|
1656
1803
|
telnyx/types/porting_orders/phone_number_block_create_params.py,sha256=CHJt-YulkiyRbLEkP8XaZJnr_ALJQsJpLOw_r5ZRbk0,1315
|
|
1657
1804
|
telnyx/types/porting_orders/phone_number_block_create_response.py,sha256=WjwIs8coYmDqRvm49nmJw_f7ehhTMDHgL85V3C_-6rw,361
|
|
1658
1805
|
telnyx/types/porting_orders/phone_number_block_delete_response.py,sha256=DMWZYmf7J1EYvn2_BmUTcxy8fvvxwSlIXxKjmjxcSA8,361
|
|
1659
|
-
telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=
|
|
1806
|
+
telnyx/types/porting_orders/phone_number_block_list_params.py,sha256=97oRtYK1ZS4NEH3Cy257QkOwMRO1tIxY1702P1jFSyY,2719
|
|
1660
1807
|
telnyx/types/porting_orders/phone_number_block_list_response.py,sha256=FhkDk-GORVflJjCGbt9KOwenNEZGS-LlBp2jDrDMFF4,457
|
|
1661
1808
|
telnyx/types/porting_orders/phone_number_configuration_create_params.py,sha256=7zusgczIv8YqlDc2lmrNL9IQZcEy39UpXw7hzSR7Szo,704
|
|
1662
1809
|
telnyx/types/porting_orders/phone_number_configuration_create_response.py,sha256=jw5FJRrN4OMWFGsYedIQcalJJbBy1wUuRYrTIhxGEe4,982
|
|
1663
|
-
telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=
|
|
1810
|
+
telnyx/types/porting_orders/phone_number_configuration_list_params.py,sha256=oFvDdsTUB7f658IgWHC4r0o_ngAeCmWCidJbeC7VyB4,1863
|
|
1664
1811
|
telnyx/types/porting_orders/phone_number_configuration_list_response.py,sha256=ZLwF-ccYFoQAg46SpkZqKuDaavlz-wUzZOwkVmqIcsI,1066
|
|
1665
1812
|
telnyx/types/porting_orders/phone_number_extension_create_params.py,sha256=F0nBFwH0o_CUSnb89oCGF3pqRqfOm9g9zhKtk-LUeCc,1485
|
|
1666
1813
|
telnyx/types/porting_orders/phone_number_extension_create_response.py,sha256=yr4EwLHA5Eylae8icT26M2Km1kSufge8wqAY1Q7jMmE,381
|
|
@@ -1672,7 +1819,7 @@ telnyx/types/porting_orders/porting_phone_number_block.py,sha256=Xm_ZDjQMhHsNxg6
|
|
|
1672
1819
|
telnyx/types/porting_orders/porting_phone_number_extension.py,sha256=XqGkZpZwvDSg7ZrVdCcWqJBxtiRZgv66fKNkGz0FF7E,1972
|
|
1673
1820
|
telnyx/types/porting_orders/verification_code_list_params.py,sha256=Yod961uvJxU6eiRv3-OT2lpGzdEvMPfO_JWGzpLwTs0,1099
|
|
1674
1821
|
telnyx/types/porting_orders/verification_code_list_response.py,sha256=ua7Y0qud-ehAMI_2403_MHT109ldSv-cuDweMvx6KTQ,1128
|
|
1675
|
-
telnyx/types/porting_orders/verification_code_send_params.py,sha256=
|
|
1822
|
+
telnyx/types/porting_orders/verification_code_send_params.py,sha256=dvhevoOTJmajW_79D97rVWzG-e7A2PY1ezxNdDuPiyo,400
|
|
1676
1823
|
telnyx/types/porting_orders/verification_code_verify_params.py,sha256=CVpbc5pnfHS0oDD0Ftf75U-VMad7BAz3xgkvxmDTkjA,455
|
|
1677
1824
|
telnyx/types/porting_orders/verification_code_verify_response.py,sha256=svKh_ehqL6SAd5Vlms9HCm-edP9PEzqnk49DSJqqgXA,1044
|
|
1678
1825
|
telnyx/types/portouts/__init__.py,sha256=grhw0ciMPFbCOuKlEW9rS8zChKHySSntgK-mf6GP55k,1571
|
|
@@ -1683,7 +1830,7 @@ telnyx/types/portouts/event_list_params.py,sha256=HkNTkA_aGmnpkcAPi7OWZ-X0GJEf_C
|
|
|
1683
1830
|
telnyx/types/portouts/event_list_response.py,sha256=d4BkTXdPy9B65-JM4J5HjUxTdoY0j_ef-iVDjQUa0NA,3723
|
|
1684
1831
|
telnyx/types/portouts/event_retrieve_response.py,sha256=JcRLrM4So2XD7vfqwiLY3_mOvyghel1kxHCNsFmbk7c,3637
|
|
1685
1832
|
telnyx/types/portouts/export_portouts_csv_report.py,sha256=NH5YTBP77zpBPNRu0LBq_U8LlKfW7sQVNTC2VuhsHdE,1502
|
|
1686
|
-
telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=
|
|
1833
|
+
telnyx/types/portouts/export_portouts_csv_report_param.py,sha256=CpP3JCyOTRMUn5gMGQoEUVWFau-VLgu-Nw2XrGh6UMU,1628
|
|
1687
1834
|
telnyx/types/portouts/portout_report.py,sha256=HSOhs7YIDUWpNSEVH4un2S2vfGqPv0WP_I1jDLjrDO4,1280
|
|
1688
1835
|
telnyx/types/portouts/report_create_params.py,sha256=CGysEL_ihcATHpNybcBufQ7oQ-2BMNUFPvhSj1j4-UI,558
|
|
1689
1836
|
telnyx/types/portouts/report_create_response.py,sha256=Gf9QtOaycu71ixu-0FqvvQZKhNPWHKJCS7aThvZcAP0,309
|
|
@@ -1698,7 +1845,7 @@ telnyx/types/queues/call_list_params.py,sha256=xjZWqMDlVSXPyjJK9CU_CTWI9R0aBIl2E
|
|
|
1698
1845
|
telnyx/types/queues/call_list_response.py,sha256=B3zKXOFLyFKIom-3IJ2vNzMZLiiComYzoorjLlpuK_Y,1586
|
|
1699
1846
|
telnyx/types/queues/call_retrieve_response.py,sha256=byyNjHmcSEzntHhj74KmTZXCqvnTBNLn3vWL58zRJNg,1494
|
|
1700
1847
|
telnyx/types/recordings/__init__.py,sha256=VqH0wJRWVFrnA6rgjI3ufNPQS_7Q_SliOtpyPTOelv0,198
|
|
1701
|
-
telnyx/types/recordings/action_delete_params.py,sha256=
|
|
1848
|
+
telnyx/types/recordings/action_delete_params.py,sha256=VY-yscM6ywcIXJ3XfVFa25b0l2MBmDceTiE4YmVZ7TI,384
|
|
1702
1849
|
telnyx/types/reports/__init__.py,sha256=QIIseXBHBXfK8C6a0Xa3ZjLSsgbRUKdmAOTV1Ef0x8Q,1266
|
|
1703
1850
|
telnyx/types/reports/cdr_usage_report_fetch_sync_params.py,sha256=ADYLC3lC0_k-vulNyxPBxCtdbpupFIOTrjbckXu9cuw,813
|
|
1704
1851
|
telnyx/types/reports/cdr_usage_report_fetch_sync_response.py,sha256=227MbWIxADGD64C3mMc3qbSeY-08qTsJUuBoW8wL5uk,1124
|
|
@@ -1706,7 +1853,7 @@ telnyx/types/reports/mdr_usage_report.py,sha256=FO83_SE63RJA32D7Clzc8f7baNLlZSGp
|
|
|
1706
1853
|
telnyx/types/reports/mdr_usage_report_create_params.py,sha256=PCNtkq8fftLjalXvaL8I5_72xoOh-0h_wglFbXF_gVo,662
|
|
1707
1854
|
telnyx/types/reports/mdr_usage_report_create_response.py,sha256=F1bTtvhfdDNJENBqxGOGdBAWqchnI9FthVnncmgPAwQ,329
|
|
1708
1855
|
telnyx/types/reports/mdr_usage_report_delete_response.py,sha256=ALtBctlQ7Z9x0q2nWLl1XgGKa8J7TMGHIn_25OkKAZQ,329
|
|
1709
|
-
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256
|
|
1856
|
+
telnyx/types/reports/mdr_usage_report_fetch_sync_params.py,sha256=-vJYfIW1sscvLdN9OXJPtqFBvribswMqz5TBHQ7Uzgo,701
|
|
1710
1857
|
telnyx/types/reports/mdr_usage_report_fetch_sync_response.py,sha256=BGS6Nlv3UlAs18XNyxmkRo7uqA663LCNfKN5cxG2-KI,335
|
|
1711
1858
|
telnyx/types/reports/mdr_usage_report_list_params.py,sha256=gRErjG0Dbpv4kxfHOmQsz880fNHa6XZ5eImZcsy0W8k,507
|
|
1712
1859
|
telnyx/types/reports/mdr_usage_report_list_response.py,sha256=q61KmPB8aerzjxq8yYr7XCZcsCv9fE2b_oviGthZLd4,558
|
|
@@ -1726,11 +1873,11 @@ telnyx/types/rooms/session_retrieve_participants_response.py,sha256=2_lNU-dDlgzy
|
|
|
1726
1873
|
telnyx/types/rooms/session_retrieve_response.py,sha256=TYRoLk_pVhHfsw12Ih4sh1hN0_ElOOP_kAtqGQQjz1U,310
|
|
1727
1874
|
telnyx/types/rooms/sessions/__init__.py,sha256=gRGDmydoGVXKu4fc9X7-nVBq4Qalg-xz99mUP0fyz5Y,639
|
|
1728
1875
|
telnyx/types/rooms/sessions/action_end_response.py,sha256=HyWTbaa-53ghSBNYmWTCqsYeXl3pldh3Xhs3y-yy6kw,319
|
|
1729
|
-
telnyx/types/rooms/sessions/action_kick_params.py,sha256=
|
|
1876
|
+
telnyx/types/rooms/sessions/action_kick_params.py,sha256=bIQ6qN11PTDRd8GnIYrWXI36Svp1FyrR22vO7dDLKdg,619
|
|
1730
1877
|
telnyx/types/rooms/sessions/action_kick_response.py,sha256=pKzWWzU8DpohL4a6sXRN7tWm5e2JpjUl2VT4hNeHYfI,321
|
|
1731
|
-
telnyx/types/rooms/sessions/action_mute_params.py,sha256=
|
|
1878
|
+
telnyx/types/rooms/sessions/action_mute_params.py,sha256=9AZlHD7j-CqVbiqMzICWAR_N9VB9KDiFl-aTE2gNTww,619
|
|
1732
1879
|
telnyx/types/rooms/sessions/action_mute_response.py,sha256=p_LSOgywJ9isRWIBUbgPbrw9ApwkjFo0AN2V7AAxXHg,321
|
|
1733
|
-
telnyx/types/rooms/sessions/action_unmute_params.py,sha256=
|
|
1880
|
+
telnyx/types/rooms/sessions/action_unmute_params.py,sha256=8chvRGfHZpJ56QwPqsIulHle5WK7P2IZaC_HzUiOPY8,623
|
|
1734
1881
|
telnyx/types/rooms/sessions/action_unmute_response.py,sha256=x_8LTDbXFuMwTkKwmWWsWDNrGTwdbDWsXWNhCcxPuNo,325
|
|
1735
1882
|
telnyx/types/shared/__init__.py,sha256=g0D3604-dM4M4ze6C5-0ixi_BFq5atFf1hOzp6rx1HE,1318
|
|
1736
1883
|
telnyx/types/shared/connections_pagination_meta.py,sha256=p7kiAXOSJ_320-SBkhP5tPpij1kKms9zLnnPhRFkjOY,391
|
|
@@ -1746,7 +1893,7 @@ telnyx/types/shared/porting_orders_exception_type.py,sha256=xr2cnU_xZjPPylOQQL6e
|
|
|
1746
1893
|
telnyx/types/shared/room_participant.py,sha256=nmrO3YMZCIB2Rc5u8nAdNnIX7xWBmakr4OAWV_85bEA,909
|
|
1747
1894
|
telnyx/types/shared/short_code.py,sha256=oMFf1RAYve3xzPRoLzWYUfDAoYPCTkha22BZtcNcVEs,965
|
|
1748
1895
|
telnyx/types/shared/sim_card_status.py,sha256=XLSUX-M8kG643YOTwXkTGbWUwe5HRkEAxaguBajo014,1436
|
|
1749
|
-
telnyx/types/shared/simple_sim_card.py,sha256=
|
|
1896
|
+
telnyx/types/shared/simple_sim_card.py,sha256=tfzWtCCSNJMihk5dsi9n70Wcw7Abu-MK_tAS5pXNaRQ,3573
|
|
1750
1897
|
telnyx/types/shared/sub_number_order_regulatory_requirement_with_value.py,sha256=iEo0O4dFFovZJtvOjGOB2YLJfZ6o-jh3jE7uAGhIZr4,665
|
|
1751
1898
|
telnyx/types/shared_params/__init__.py,sha256=VKGipl4SSoarenbMifwUglI4K7Orej5mnjIe21W2DK4,147
|
|
1752
1899
|
telnyx/types/shared_params/sim_card_status.py,sha256=hDAOd5xAkl102wrndG1eKNdREdWTKPocJvZD4OuJQLo,248
|
|
@@ -1762,7 +1909,7 @@ telnyx/types/sim_card_groups/action_set_wireless_blocklist_params.py,sha256=6Nsb
|
|
|
1762
1909
|
telnyx/types/sim_card_groups/action_set_wireless_blocklist_response.py,sha256=I1X5i7HLZDl9QmzE50waE76gFs1o_OIykAMmyRRk6Dc,540
|
|
1763
1910
|
telnyx/types/sim_card_groups/sim_card_group_action.py,sha256=pOMm8NL0e7cnYezH48fcYthdobsp2WaPGE3QsuVIvB4,1332
|
|
1764
1911
|
telnyx/types/sim_cards/__init__.py,sha256=MODlqcTD3wHvtPuHSJS4vt1Osii2yuKcaekDExk4Hag,1484
|
|
1765
|
-
telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=
|
|
1912
|
+
telnyx/types/sim_cards/action_bulk_set_public_ips_params.py,sha256=HitNZ55poUzhvUb4IAUnxAbLBftONoz6367okRO6GqM,365
|
|
1766
1913
|
telnyx/types/sim_cards/action_bulk_set_public_ips_response.py,sha256=QcND2JCENc5r34xkphWUMofFYiWkAn542DXAbuPxKQA,1239
|
|
1767
1914
|
telnyx/types/sim_cards/action_disable_response.py,sha256=-RBgx66OI5-gTOLEJirSEM3Ez91HU7Q10Os_9IFAM2Q,455
|
|
1768
1915
|
telnyx/types/sim_cards/action_enable_response.py,sha256=jT6tTv5LICc8vt_4dRd6HN5SDPf10OxotigcEctLAOk,453
|
|
@@ -1773,7 +1920,7 @@ telnyx/types/sim_cards/action_retrieve_response.py,sha256=v83QJUtdDUqzagkuM-KaZ6
|
|
|
1773
1920
|
telnyx/types/sim_cards/action_set_public_ip_params.py,sha256=tXt8FVOIGSNi0Qh-ZKZ3rMUsgnv1CkpejMaQRSvP-KE,428
|
|
1774
1921
|
telnyx/types/sim_cards/action_set_public_ip_response.py,sha256=hDt0ImCL2lWxStqN0BvrNY3CT24Y7mf_G8KktyxMctg,463
|
|
1775
1922
|
telnyx/types/sim_cards/action_set_standby_response.py,sha256=rL8T8BuffYWqJlp3OyEXuHgyrxyx7cmMOzNav4QFDmM,461
|
|
1776
|
-
telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=
|
|
1923
|
+
telnyx/types/sim_cards/action_validate_registration_codes_params.py,sha256=Jwb1ykfbVwcuIOs61WOGvTAfxZLDOzjR3wvVajfdWwU,369
|
|
1777
1924
|
telnyx/types/sim_cards/action_validate_registration_codes_response.py,sha256=UpBtEM78R2lXhvam2ROfypH64VdLWdeolkPqBgWM2w4,653
|
|
1778
1925
|
telnyx/types/sim_cards/sim_card_action.py,sha256=_mdYqKpyPGIffBi766aPtXANTEebG4CQbl89JCEQUvE,2005
|
|
1779
1926
|
telnyx/types/storage/__init__.py,sha256=w1SKDPQWDjAO0Un8wRsHt-Ii6SmqciBZgdmMz31j0JY,1397
|
|
@@ -1868,7 +2015,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
|
|
|
1868
2015
|
telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
|
|
1869
2016
|
telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
|
|
1870
2017
|
telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
|
|
1871
|
-
telnyx-3.0.
|
|
1872
|
-
telnyx-3.0.
|
|
1873
|
-
telnyx-3.0.
|
|
1874
|
-
telnyx-3.0.
|
|
2018
|
+
telnyx-3.1.0.dist-info/METADATA,sha256=94A8d9e0Izf-Wl5fUAfBZIZh8bK37bAXhm1KDby4o8M,15530
|
|
2019
|
+
telnyx-3.1.0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
|
|
2020
|
+
telnyx-3.1.0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
|
|
2021
|
+
telnyx-3.1.0.dist-info/RECORD,,
|