telnyx 5.131.0 → 5.147.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +158 -1121
- data/README.md +1 -10
- data/lib/telnyx/client.rb +20 -21
- data/lib/telnyx/internal/transport/base_client.rb +1 -4
- data/lib/telnyx/models/advanced_order.rb +40 -7
- data/lib/telnyx/models/advanced_order_create_params.rb +87 -2
- data/lib/telnyx/models/advanced_order_list_response.rb +3 -125
- data/lib/telnyx/models/advanced_order_request.rb +93 -0
- data/lib/telnyx/models/advanced_order_update_requirement_group_params.rb +89 -2
- data/lib/telnyx/models/ai/arithmetic_expression.rb +69 -0
- data/lib/telnyx/models/ai/assistant_create_params.rb +21 -1406
- data/lib/telnyx/models/ai/assistant_integration.rb +38 -0
- data/lib/telnyx/models/ai/assistant_mcp_server.rb +35 -0
- data/lib/telnyx/models/ai/assistant_tool.rb +14 -14
- data/lib/telnyx/models/ai/assistant_update_params.rb +21 -1406
- data/lib/telnyx/models/ai/assistants/canary_deploy.rb +3 -123
- data/lib/telnyx/models/ai/assistants/canary_deploy_response.rb +3 -125
- data/lib/telnyx/models/ai/assistants/clause.rb +54 -0
- data/lib/telnyx/models/ai/assistants/rollout_slot.rb +27 -0
- data/lib/telnyx/models/ai/assistants/rule_input.rb +40 -0
- data/lib/telnyx/models/ai/assistants/rule_output.rb +40 -0
- data/lib/telnyx/models/ai/assistants/scheduled_call_settings.rb +47 -0
- data/lib/telnyx/models/ai/assistants/scheduled_event_create_params.rb +3 -43
- data/lib/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rb +3 -44
- data/lib/telnyx/models/ai/assistants/serve.rb +33 -0
- data/lib/telnyx/models/ai/assistants/tags_response.rb +20 -0
- data/lib/telnyx/models/ai/assistants/update_assistant.rb +21 -1419
- data/lib/telnyx/models/ai/authentication_method.rb +18 -0
- data/lib/telnyx/models/ai/boolean_op_expression.rb +55 -0
- data/lib/telnyx/models/ai/chat_completion_request.rb +451 -0
- data/lib/telnyx/models/ai/chat_create_completion_params.rb +2 -442
- data/lib/telnyx/models/ai/comparison_expression.rb +74 -0
- data/lib/telnyx/models/ai/conversation_flow_req.rb +400 -0
- data/lib/telnyx/models/ai/events_list_response.rb +23 -0
- data/lib/telnyx/models/ai/execution_mode.rb +17 -0
- data/lib/telnyx/models/ai/expression.rb +138 -0
- data/lib/telnyx/models/ai/external_llm.rb +76 -0
- data/lib/telnyx/models/ai/external_llm_req.rb +76 -0
- data/lib/telnyx/models/ai/fallback_config.rb +37 -0
- data/lib/telnyx/models/ai/fallback_config_req.rb +37 -0
- data/lib/telnyx/models/ai/flow_edge.rb +285 -0
- data/lib/telnyx/models/ai/inference_embedding.rb +33 -1019
- data/lib/telnyx/models/ai/inference_embedding_interruption_settings.rb +47 -0
- data/lib/telnyx/models/ai/integration.rb +65 -0
- data/lib/telnyx/models/ai/integration_list_response.rb +3 -60
- data/lib/telnyx/models/ai/mcp_server.rb +54 -0
- data/lib/telnyx/models/ai/mission_create_params.rb +3 -13
- data/lib/telnyx/models/ai/mission_data.rb +3 -14
- data/lib/telnyx/models/ai/mission_response.rb +18 -0
- data/lib/telnyx/models/ai/mission_update_mission_params.rb +3 -13
- data/lib/telnyx/models/ai/missions/mission_run_data.rb +3 -18
- data/lib/telnyx/models/ai/missions/mission_run_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/mission_runs_list_response.rb +27 -0
- data/lib/telnyx/models/ai/missions/run_status.rb +23 -0
- data/lib/telnyx/models/ai/missions/run_update_params.rb +3 -17
- data/lib/telnyx/models/ai/missions/runs/create_plan_step_request.rb +45 -0
- data/lib/telnyx/models/ai/missions/runs/event_data.rb +3 -21
- data/lib/telnyx/models/ai/missions/runs/event_log_params.rb +3 -20
- data/lib/telnyx/models/ai/missions/runs/event_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/event_type.rb +28 -0
- data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rb +3 -38
- data/lib/telnyx/models/ai/missions/runs/plan_create_params.rb +3 -38
- data/lib/telnyx/models/ai/missions/runs/plan_step_data.rb +3 -17
- data/lib/telnyx/models/ai/missions/runs/plan_step_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/plan_steps_created_response.rb +22 -0
- data/lib/telnyx/models/ai/missions/runs/plan_update_step_params.rb +3 -16
- data/lib/telnyx/models/ai/missions/runs/step_status.rb +24 -0
- data/lib/telnyx/models/ai/node_position.rb +32 -0
- data/lib/telnyx/models/ai/observability.rb +6 -34
- data/lib/telnyx/models/ai/observability_req.rb +6 -34
- data/lib/telnyx/models/ai/observability_status.rb +17 -0
- data/lib/telnyx/models/ai/openai/chat_create_completion_params.rb +2 -442
- data/lib/telnyx/models/ai/openai_create_response_params.rb +3 -3
- data/lib/telnyx/models/ai/post_conversation_settings.rb +30 -0
- data/lib/telnyx/models/ai/post_conversation_settings_req.rb +30 -0
- data/lib/telnyx/models/ai/prompt_sync_status.rb +22 -0
- data/lib/telnyx/models/ai/shared_tool_response.rb +48 -0
- data/lib/telnyx/models/ai/start_speaking_plan.rb +37 -0
- data/lib/telnyx/models/ai/transcription_endpointing_plan.rb +39 -0
- data/lib/telnyx/models/ai/transfer_tool.rb +7 -9
- data/lib/telnyx/models/ai_create_response_deprecated_params.rb +4 -4
- data/lib/telnyx/models/ai_retrieve_conversation_histories_params.rb +171 -0
- data/lib/telnyx/models/ai_retrieve_conversation_histories_response.rb +235 -0
- data/lib/telnyx/models/branded_calling_pagination_meta.rb +49 -0
- data/lib/telnyx/models/bulk_sim_card_action_detailed.rb +94 -0
- data/lib/telnyx/models/bulk_sim_card_action_retrieve_response.rb +3 -92
- data/lib/telnyx/models/call_dial_params.rb +3 -645
- data/lib/telnyx/models/calls/action_add_ai_assistant_messages_params.rb +8 -227
- data/lib/telnyx/models/calls/action_answer_params.rb +3 -651
- data/lib/telnyx/models/calls/action_gather_using_ai_params.rb +4 -23
- data/lib/telnyx/models/calls/action_gather_using_speak_params.rb +6 -69
- data/lib/telnyx/models/calls/action_join_ai_assistant_params.rb +3 -63
- data/lib/telnyx/models/calls/action_speak_params.rb +6 -69
- data/lib/telnyx/models/calls/action_start_ai_assistant_params.rb +15 -314
- data/lib/telnyx/models/calls/action_start_conversation_relay_params.rb +26 -668
- data/lib/telnyx/models/calls/ai_assistant_join_participant.rb +67 -0
- data/lib/telnyx/models/calls/assistant_message.rb +111 -0
- data/lib/telnyx/models/calls/conversation_relay_interruptible.rb +22 -0
- data/lib/telnyx/models/calls/developer_message.rb +49 -0
- data/lib/telnyx/models/calls/system_message.rb +49 -0
- data/lib/telnyx/models/calls/tool_message.rb +54 -0
- data/lib/telnyx/models/calls/transcription_engine_assemblyai_config.rb +64 -0
- data/lib/telnyx/models/calls/transcription_engine_soniox_config.rb +91 -0
- data/lib/telnyx/models/calls/transcription_engine_speechmatics_config.rb +100 -0
- data/lib/telnyx/models/calls/transcription_engine_xai_config.rb +108 -0
- data/lib/telnyx/models/calls/transcription_start_request.rb +7 -337
- data/lib/telnyx/models/calls/user_message.rb +48 -0
- data/lib/telnyx/models/conference_participant_resource.rb +16 -0
- data/lib/telnyx/models/conferences/action_hold_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_join_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_leave_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_mute_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_play_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_pause_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_resume_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_start_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_record_stop_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_speak_params.rb +8 -85
- data/lib/telnyx/models/conferences/action_stop_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_unhold_params.rb +3 -17
- data/lib/telnyx/models/conferences/action_unmute_params.rb +3 -17
- data/lib/telnyx/models/conferences/conference_region.rb +23 -0
- data/lib/telnyx/models/conferences/update_conference.rb +3 -19
- data/lib/telnyx/models/connection.rb +123 -0
- data/lib/telnyx/models/connection_noise_suppression.rb +21 -0
- data/lib/telnyx/models/connection_retrieve_response.rb +3 -122
- data/lib/telnyx/models/conversation_relay_embedded_config.rb +241 -0
- data/lib/telnyx/models/conversation_relay_interruption_settings.rb +52 -0
- data/lib/telnyx/models/conversation_relay_language.rb +141 -0
- data/lib/telnyx/models/create_verification_request_sms.rb +42 -0
- data/lib/telnyx/models/credential_connection.rb +3 -21
- data/lib/telnyx/models/credential_connection_create_params.rb +3 -19
- data/lib/telnyx/models/credential_connection_update_params.rb +3 -19
- data/lib/telnyx/models/credentials_response.rb +48 -0
- data/lib/telnyx/models/dialogflow_connection_response.rb +63 -0
- data/lib/telnyx/models/dir/comment_create_response.rb +3 -132
- data/lib/telnyx/models/dir/comment_list_params.rb +3 -20
- data/lib/telnyx/models/dir/comment_type.rb +25 -0
- data/lib/telnyx/models/dir/dir_comment.rb +118 -0
- data/lib/telnyx/models/dir/dir_phone_number.rb +112 -0
- data/lib/telnyx/models/dir/dir_phone_number_status.rb +37 -0
- data/lib/telnyx/models/dir/phone_number_add_params.rb +3 -61
- data/lib/telnyx/models/dir/phone_number_add_response.rb +3 -177
- data/lib/telnyx/models/dir/phone_number_batch.rb +93 -0
- data/lib/telnyx/models/dir/phone_number_batch_list_params.rb +3 -19
- data/lib/telnyx/models/dir/phone_number_batch_retrieve_response.rb +3 -347
- data/lib/telnyx/models/dir/phone_number_create_params.rb +47 -0
- data/lib/telnyx/models/dir/phone_number_create_response.rb +32 -0
- data/lib/telnyx/models/dir/phone_number_delete_all_params.rb +28 -0
- data/lib/telnyx/models/dir/phone_number_delete_all_response.rb +103 -0
- data/lib/telnyx/models/dir/phone_number_list_params.rb +3 -19
- data/lib/telnyx/models/dir/rejection_reason.rb +43 -0
- data/lib/telnyx/models/dir.rb +190 -0
- data/lib/telnyx/models/dir_list.rb +29 -0
- data/lib/telnyx/models/dir_list_document_types_response.rb +3 -48
- data/lib/telnyx/models/dir_list_params.rb +3 -22
- data/lib/telnyx/models/dir_loa_params.rb +79 -0
- data/lib/telnyx/models/dir_new_loa_params.rb +79 -0
- data/lib/telnyx/models/dir_retrieve_document_types_params.rb +14 -0
- data/lib/telnyx/models/dir_retrieve_document_types_response.rb +51 -0
- data/lib/telnyx/models/dir_retrieve_infringement_claims_params.rb +40 -0
- data/lib/telnyx/models/dir_retrieve_infringement_claims_response.rb +30 -0
- data/lib/telnyx/models/dir_status.rb +37 -0
- data/lib/telnyx/models/dir_update_infringement_params.rb +3 -63
- data/lib/telnyx/models/dir_update_infringement_update_params.rb +134 -0
- data/lib/telnyx/models/dir_update_params.rb +3 -61
- data/lib/telnyx/models/dir_wrapped.rb +16 -0
- data/lib/telnyx/models/doc_reqs_requirement.rb +119 -0
- data/lib/telnyx/models/doc_service_document.rb +2 -31
- data/lib/telnyx/models/doc_service_record.rb +42 -0
- data/lib/telnyx/models/document.rb +63 -0
- data/lib/telnyx/models/document_link_list_response.rb +2 -26
- data/lib/telnyx/models/enterprise_branded_calling_params.rb +20 -0
- data/lib/telnyx/models/enterprise_public_wrapped.rb +16 -0
- data/lib/telnyx/models/enterprises/dir_create_params.rb +3 -62
- data/lib/telnyx/models/enterprises/dir_list_params.rb +3 -22
- data/lib/telnyx/models/enterprises/enterprise_reputation_public.rb +3 -21
- data/lib/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rb +20 -0
- data/lib/telnyx/models/enterprises/reputation/agent_input.rb +88 -0
- data/lib/telnyx/models/enterprises/reputation/loa_create_params.rb +146 -0
- data/lib/telnyx/models/enterprises/reputation/loa_patch_all_params.rb +38 -0
- data/lib/telnyx/models/enterprises/reputation/loa_render_params.rb +3 -82
- data/lib/telnyx/models/enterprises/reputation/remediation_create_params.rb +62 -0
- data/lib/telnyx/models/enterprises/reputation/remediation_list_params.rb +3 -17
- data/lib/telnyx/models/enterprises/reputation/remediation_list_response.rb +3 -19
- data/lib/telnyx/models/enterprises/reputation/remediation_request_wrapped.rb +170 -0
- data/lib/telnyx/models/enterprises/reputation/remediation_status.rb +23 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number.rb +61 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list.rb +38 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rb +40 -0
- data/lib/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rb +22 -0
- data/lib/telnyx/models/enterprises/reputation_check_frequency.rb +23 -0
- data/lib/telnyx/models/enterprises/reputation_enable_params.rb +3 -19
- data/lib/telnyx/models/enterprises/reputation_update_frequency_params.rb +3 -20
- data/lib/telnyx/models/external_connections/log_message.rb +82 -0
- data/lib/telnyx/models/external_connections/log_message_retrieve_response.rb +3 -79
- data/lib/telnyx/models/external_connections/release.rb +76 -0
- data/lib/telnyx/models/external_connections/release_retrieve_response.rb +3 -72
- data/lib/telnyx/models/fax.rb +3 -21
- data/lib/telnyx/models/fax_create_params.rb +3 -19
- data/lib/telnyx/models/fqdn_connection.rb +3 -21
- data/lib/telnyx/models/fqdn_connection_create_params.rb +3 -19
- data/lib/telnyx/models/fqdn_connection_update_params.rb +3 -19
- data/lib/telnyx/models/gcb_channel_zone.rb +75 -0
- data/lib/telnyx/models/global_ip.rb +43 -0
- data/lib/telnyx/models/global_ip_create_params.rb +2 -26
- data/lib/telnyx/models/global_ip_create_response.rb +3 -41
- data/lib/telnyx/models/global_ip_delete_response.rb +3 -41
- data/lib/telnyx/models/global_ip_health_check.rb +33 -0
- data/lib/telnyx/models/global_ip_health_check_create_params.rb +2 -26
- data/lib/telnyx/models/global_ip_health_check_create_response.rb +3 -31
- data/lib/telnyx/models/global_ip_health_check_delete_response.rb +3 -31
- data/lib/telnyx/models/global_ip_health_check_retrieve_response.rb +3 -31
- data/lib/telnyx/models/global_ip_retrieve_response.rb +3 -41
- data/lib/telnyx/models/infringement_claim.rb +268 -0
- data/lib/telnyx/models/infringement_claim_contest_params.rb +3 -62
- data/lib/telnyx/models/infringement_claim_wrapped.rb +16 -0
- data/lib/telnyx/models/inworld_voice_settings.rb +59 -0
- data/lib/telnyx/models/ip_connection.rb +3 -21
- data/lib/telnyx/models/ip_connection_create_params.rb +3 -19
- data/lib/telnyx/models/ip_connection_update_params.rb +3 -19
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting.rb +76 -0
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rb +1 -68
- data/lib/telnyx/models/messaging_10dlc/brand_sms_otp_status.rb +81 -0
- data/lib/telnyx/models/messaging_hosted_number_update_params.rb +2 -38
- data/lib/telnyx/models/messaging_metrics_time_frame.rb +20 -0
- data/lib/telnyx/models/messaging_profile_metric_list_params.rb +3 -18
- data/lib/telnyx/models/messaging_profile_retrieve_metrics_params.rb +3 -18
- data/lib/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rb +3 -156
- data/lib/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rb +162 -0
- data/lib/telnyx/models/model_metadata.rb +212 -0
- data/lib/telnyx/models/models_response.rb +22 -0
- data/lib/telnyx/models/network.rb +17 -0
- data/lib/telnyx/models/network_create.rb +2 -9
- data/lib/telnyx/models/network_create_params.rb +1 -1
- data/lib/telnyx/models/network_create_response.rb +3 -15
- data/lib/telnyx/models/network_delete_response.rb +3 -15
- data/lib/telnyx/models/network_list_interfaces_response.rb +112 -2
- data/lib/telnyx/models/network_retrieve_response.rb +3 -15
- data/lib/telnyx/models/network_update_params.rb +1 -1
- data/lib/telnyx/models/network_update_response.rb +3 -15
- data/lib/telnyx/models/networks/default_gateway.rb +36 -0
- data/lib/telnyx/models/networks/default_gateway_create_params.rb +2 -11
- data/lib/telnyx/models/networks/default_gateway_create_response.rb +3 -33
- data/lib/telnyx/models/networks/default_gateway_delete_response.rb +3 -33
- data/lib/telnyx/models/networks/default_gateway_retrieve_response.rb +3 -33
- data/lib/telnyx/models/number_reputation_pagination_meta.rb +49 -0
- data/lib/telnyx/models/phone_numbers/messaging_update_params.rb +2 -38
- data/lib/telnyx/models/porting/event_retrieve_response.rb +1 -23
- data/lib/telnyx/models/porting/porting_event.rb +31 -0
- data/lib/telnyx/models/porting_order.rb +3 -174
- data/lib/telnyx/models/porting_order_activation_settings.rb +3 -29
- data/lib/telnyx/models/porting_order_activation_status.rb +27 -0
- data/lib/telnyx/models/porting_orders/action_requirement_initiate_response.rb +3 -117
- data/lib/telnyx/models/porting_orders/additional_document_create_response.rb +3 -97
- data/lib/telnyx/models/porting_orders/comment_create_response.rb +3 -67
- data/lib/telnyx/models/porting_orders/phone_number_block_list_params.rb +3 -28
- data/lib/telnyx/models/porting_orders/phone_number_configuration_create_response.rb +3 -56
- data/lib/telnyx/models/porting_orders/porting_action_requirement.rb +119 -0
- data/lib/telnyx/models/porting_orders/porting_additional_document.rb +100 -0
- data/lib/telnyx/models/porting_orders/porting_orders_comment.rb +73 -0
- data/lib/telnyx/models/porting_orders/porting_phone_number_configuration.rb +61 -0
- data/lib/telnyx/models/porting_orders/porting_verification_code.rb +69 -0
- data/lib/telnyx/models/porting_orders/verification_code_verify_response.rb +3 -65
- data/lib/telnyx/models/porting_phone_number.rb +153 -0
- data/lib/telnyx/models/portouts/event_retrieve_response.rb +1 -17
- data/lib/telnyx/models/portouts/portout_event.rb +25 -0
- data/lib/telnyx/models/pronunciation_dict_create_params.rb +1 -20
- data/lib/telnyx/models/pronunciation_dict_data.rb +1 -19
- data/lib/telnyx/models/pronunciation_dict_item.rb +23 -0
- data/lib/telnyx/models/pronunciation_dict_response.rb +19 -0
- data/lib/telnyx/models/pronunciation_dict_update_params.rb +1 -20
- data/lib/telnyx/models/public_internet_gateway.rb +9 -0
- data/lib/telnyx/models/public_internet_gateway_create_params.rb +9 -23
- data/lib/telnyx/models/public_internet_gateway_create_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_delete_response.rb +3 -8
- data/lib/telnyx/models/public_internet_gateway_read.rb +83 -0
- data/lib/telnyx/models/public_internet_gateway_retrieve_response.rb +3 -8
- data/lib/telnyx/models/quality.rb +21 -0
- data/lib/telnyx/models/queues/call_retrieve_response.rb +3 -117
- data/lib/telnyx/models/queues/queue_call.rb +123 -0
- data/lib/telnyx/models/recording_response.rb +16 -0
- data/lib/telnyx/models/region_out.rb +53 -0
- data/lib/telnyx/models/requirement_retrieve_response.rb +3 -118
- data/lib/telnyx/models/room_recording.rb +164 -0
- data/lib/telnyx/models/room_recording_retrieve_response.rb +3 -162
- data/lib/telnyx/models/siprec_connector_response.rb +75 -0
- data/lib/telnyx/models/speech_to_text_list_providers_params.rb +3 -21
- data/lib/telnyx/models/speech_to_text_list_providers_response.rb +3 -21
- data/lib/telnyx/models/speech_to_text_retrieve_transcription_params.rb +149 -0
- data/lib/telnyx/models/speech_to_text_transcribe_params.rb +14 -0
- data/lib/telnyx/models/stt_service_type.rb +21 -0
- data/lib/telnyx/models/terms_of_service/agreement_list_params.rb +3 -16
- data/lib/telnyx/models/terms_of_service/tos_agreement.rb +61 -0
- data/lib/telnyx/models/terms_of_service/tos_agreement_wrapped.rb +24 -0
- data/lib/telnyx/models/terms_of_service/tos_product_type.rb +18 -0
- data/lib/telnyx/models/terms_of_service_retrieve_info_params.rb +22 -0
- data/lib/telnyx/models/terms_of_service_retrieve_info_response.rb +56 -0
- data/lib/telnyx/models/terms_of_service_retrieve_status_params.rb +22 -0
- data/lib/telnyx/models/terms_of_service_retrieve_status_response.rb +80 -0
- data/lib/telnyx/models/texml/account_retrieve_transcriptions_json_response.rb +3 -110
- data/lib/telnyx/models/texml/accounts/call_calls_params.rb +205 -215
- data/lib/telnyx/models/texml/accounts/call_resource.rb +208 -0
- data/lib/telnyx/models/texml/accounts/call_retrieve_calls_response.rb +3 -205
- data/lib/telnyx/models/texml/accounts/calls/recording_source.rb +27 -0
- data/lib/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rb +145 -0
- data/lib/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rb +87 -0
- data/lib/telnyx/models/texml/accounts/calls/twiml_recording_channels.rb +21 -0
- data/lib/telnyx/models/texml/accounts/conference_resource.rb +144 -0
- data/lib/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rb +3 -140
- data/lib/telnyx/models/texml/accounts/conferences/participant_resource.rb +149 -0
- data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rb +3 -141
- data/lib/telnyx/models/texml/accounts/queue_resource.rb +85 -0
- data/lib/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rb +121 -0
- data/lib/telnyx/models/texml/texml_get_call_recording_response_body.rb +6 -35
- data/lib/telnyx/models/text_to_speech_generate_speech_params.rb +638 -0
- data/lib/telnyx/models/text_to_speech_generate_speech_response.rb +19 -0
- data/lib/telnyx/models/text_to_speech_retrieve_speech_params.rb +116 -0
- data/lib/telnyx/models/transcribe_client_event.rb +7 -0
- data/lib/telnyx/models/transcribe_server_event.rb +84 -0
- data/lib/telnyx/models/uac_connection.rb +394 -0
- data/lib/telnyx/models/uac_connection_create_params.rb +15 -459
- data/lib/telnyx/models/uac_connection_create_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_delete_response.rb +3 -878
- data/lib/telnyx/models/uac_connection_retrieve_response.rb +3 -879
- data/lib/telnyx/models/uac_connection_update_params.rb +15 -459
- data/lib/telnyx/models/uac_connection_update_response.rb +3 -878
- data/lib/telnyx/models/uac_external_settings.rb +101 -0
- data/lib/telnyx/models/uac_inbound.rb +210 -0
- data/lib/telnyx/models/uac_inbound_request.rb +185 -0
- data/lib/telnyx/models/uac_internal_settings.rb +25 -0
- data/lib/telnyx/models/uac_outbound.rb +131 -0
- data/lib/telnyx/models/update_phone_number_messaging_settings_request.rb +43 -0
- data/lib/telnyx/models/verification_trigger_sms_params.rb +2 -34
- data/lib/telnyx/models/virtual_cross_connect_combined.rb +212 -0
- data/lib/telnyx/models/virtual_cross_connect_create.rb +21 -0
- data/lib/telnyx/models/virtual_cross_connect_create_params.rb +2 -159
- data/lib/telnyx/models/virtual_cross_connect_create_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_delete_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_patch.rb +65 -0
- data/lib/telnyx/models/virtual_cross_connect_retrieve_response.rb +3 -8
- data/lib/telnyx/models/virtual_cross_connect_update_params.rb +2 -60
- data/lib/telnyx/models/virtual_cross_connect_update_response.rb +3 -8
- data/lib/telnyx/models/voice_clone_create_from_upload_params.rb +57 -51
- data/lib/telnyx/models/voice_clone_create_params.rb +31 -27
- data/lib/telnyx/models/voice_clone_response.rb +19 -0
- data/lib/telnyx/models/voice_design_rename_response.rb +3 -90
- data/lib/telnyx/models/voice_design_response.rb +19 -0
- data/lib/telnyx/models/voice_design_summary_data.rb +92 -0
- data/lib/telnyx/models/voice_designs_pagination_meta.rb +42 -0
- data/lib/telnyx/models/voice_sdk_call_report.rb +279 -0
- data/lib/telnyx/models/voice_sdk_call_report_log_entry.rb +57 -0
- data/lib/telnyx/models/voice_sdk_call_report_retrieve_response.rb +1 -383
- data/lib/telnyx/models/webhook_delivery.rb +150 -0
- data/lib/telnyx/models/webhook_delivery_retrieve_response.rb +3 -149
- data/lib/telnyx/models/whatsapp/template_create_params.rb +8 -380
- data/lib/telnyx/models/whatsapp/user_data_retrieve_response.rb +3 -44
- data/lib/telnyx/models/whatsapp/user_data_update_response.rb +3 -44
- data/lib/telnyx/models/whatsapp/whatsapp_template_body_component.rb +68 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_buttons_component.rb +189 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_carousel_component.rb +52 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_footer_component.rb +52 -0
- data/lib/telnyx/models/whatsapp/whatsapp_template_header_component.rb +101 -0
- data/lib/telnyx/models/whatsapp/whatsapp_user_data.rb +49 -0
- data/lib/telnyx/models/whatsapp_message_template_update_params.rb +8 -380
- data/lib/telnyx/models/wireguard_interface.rb +9 -0
- data/lib/telnyx/models/wireguard_interface_create_params.rb +38 -29
- data/lib/telnyx/models/wireguard_interface_create_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_delete_response.rb +3 -8
- data/lib/telnyx/models/wireguard_interface_read.rb +136 -0
- data/lib/telnyx/models/wireguard_interface_retrieve_response.rb +3 -8
- data/lib/telnyx/models/wireguard_peer.rb +42 -0
- data/lib/telnyx/models/wireguard_peer_create_params.rb +9 -7
- data/lib/telnyx/models/wireguard_peer_create_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_delete_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_retrieve_response.rb +3 -40
- data/lib/telnyx/models/wireguard_peer_update_response.rb +3 -40
- data/lib/telnyx/models/xai_voice_settings.rb +36 -0
- data/lib/telnyx/models.rb +141 -7
- data/lib/telnyx/resources/advanced_orders.rb +10 -10
- data/lib/telnyx/resources/ai/assistants/canary_deploys.rb +2 -2
- data/lib/telnyx/resources/ai/assistants/scheduled_events.rb +1 -1
- data/lib/telnyx/resources/ai/assistants/tags.rb +6 -6
- data/lib/telnyx/resources/ai/assistants/versions.rb +7 -7
- data/lib/telnyx/resources/ai/assistants.rb +14 -14
- data/lib/telnyx/resources/ai/chat.rb +4 -4
- data/lib/telnyx/resources/ai/integrations.rb +2 -2
- data/lib/telnyx/resources/ai/mcp_servers.rb +8 -8
- data/lib/telnyx/resources/ai/missions/runs/events.rb +5 -5
- data/lib/telnyx/resources/ai/missions/runs/plan.rb +11 -11
- data/lib/telnyx/resources/ai/missions/runs.rb +13 -13
- data/lib/telnyx/resources/ai/missions.rb +8 -8
- data/lib/telnyx/resources/ai/openai/chat.rb +4 -4
- data/lib/telnyx/resources/ai/openai.rb +3 -3
- data/lib/telnyx/resources/ai/tools.rb +8 -8
- data/lib/telnyx/resources/ai.rb +40 -40
- data/lib/telnyx/resources/bulk_sim_card_actions.rb +2 -2
- data/lib/telnyx/resources/calls/actions.rb +15 -15
- data/lib/telnyx/resources/calls.rb +1 -1
- data/lib/telnyx/resources/channel_zones.rb +4 -4
- data/lib/telnyx/resources/conferences/actions.rb +15 -15
- data/lib/telnyx/resources/conferences.rb +4 -4
- data/lib/telnyx/resources/connections.rb +2 -2
- data/lib/telnyx/resources/credential_connections.rb +2 -2
- data/lib/telnyx/resources/custom_storage_credentials.rb +6 -6
- data/lib/telnyx/resources/dialogflow_connections.rb +6 -6
- data/lib/telnyx/resources/dir/comments.rb +3 -3
- data/lib/telnyx/resources/dir/phone_number_batches.rb +3 -3
- data/lib/telnyx/resources/dir/phone_numbers.rb +4 -4
- data/lib/telnyx/resources/dir.rb +56 -56
- data/lib/telnyx/resources/enterprises/dir.rb +6 -6
- data/lib/telnyx/resources/enterprises/reputation/loa.rb +3 -3
- data/lib/telnyx/resources/enterprises/reputation/numbers.rb +6 -6
- data/lib/telnyx/resources/enterprises/reputation/remediation.rb +44 -44
- data/lib/telnyx/resources/enterprises/reputation.rb +8 -8
- data/lib/telnyx/resources/enterprises.rb +11 -11
- data/lib/telnyx/resources/external_connections/log_messages.rb +2 -2
- data/lib/telnyx/resources/external_connections/releases.rb +2 -2
- data/lib/telnyx/resources/faxes.rb +1 -1
- data/lib/telnyx/resources/fqdn_connections.rb +2 -2
- data/lib/telnyx/resources/global_ip_health_checks.rb +2 -2
- data/lib/telnyx/resources/global_ips.rb +2 -2
- data/lib/telnyx/resources/infringement_claims.rb +5 -5
- data/lib/telnyx/resources/ip_connections.rb +2 -2
- data/lib/telnyx/resources/messaging_10dlc/brand/external_vetting.rb +6 -6
- data/lib/telnyx/resources/messaging_10dlc/brand.rb +4 -4
- data/lib/telnyx/resources/messaging_profile_metrics.rb +1 -1
- data/lib/telnyx/resources/messaging_profiles.rb +1 -1
- data/lib/telnyx/resources/mobile_phone_numbers/messaging.rb +2 -2
- data/lib/telnyx/resources/networks.rb +8 -9
- data/lib/telnyx/resources/porting/events.rb +1 -1
- data/lib/telnyx/resources/porting_orders/action_requirements.rb +2 -2
- data/lib/telnyx/resources/porting_orders/additional_documents.rb +2 -2
- data/lib/telnyx/resources/porting_orders/comments.rb +2 -2
- data/lib/telnyx/resources/porting_orders/phone_number_configurations.rb +2 -2
- data/lib/telnyx/resources/porting_orders/verification_codes.rb +2 -2
- data/lib/telnyx/resources/porting_phone_numbers.rb +2 -2
- data/lib/telnyx/resources/portouts/events.rb +1 -1
- data/lib/telnyx/resources/pronunciation_dicts.rb +6 -6
- data/lib/telnyx/resources/public_internet_gateways.rb +6 -11
- data/lib/telnyx/resources/queues/calls.rb +2 -2
- data/lib/telnyx/resources/recordings.rb +4 -4
- data/lib/telnyx/resources/reputation/numbers.rb +4 -4
- data/lib/telnyx/resources/requirements.rb +2 -2
- data/lib/telnyx/resources/room_recordings.rb +2 -2
- data/lib/telnyx/resources/siprec_connectors.rb +6 -6
- data/lib/telnyx/resources/speech_to_text.rb +60 -2
- data/lib/telnyx/resources/terms_of_service/agreements.rb +5 -5
- data/lib/telnyx/resources/terms_of_service/branded_calling.rb +2 -2
- data/lib/telnyx/resources/terms_of_service/number_reputation.rb +2 -2
- data/lib/telnyx/resources/terms_of_service.rb +14 -14
- data/lib/telnyx/resources/texml/accounts/calls/recordings.rb +2 -2
- data/lib/telnyx/resources/texml/accounts/calls/recordings_json.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/calls.rb +7 -7
- data/lib/telnyx/resources/texml/accounts/conferences/participants.rb +4 -4
- data/lib/telnyx/resources/texml/accounts/conferences.rb +6 -6
- data/lib/telnyx/resources/texml/accounts/queues.rb +8 -8
- data/lib/telnyx/resources/texml/accounts/transcriptions/json.rb +2 -2
- data/lib/telnyx/resources/texml/accounts.rb +2 -2
- data/lib/telnyx/resources/text_to_speech.rb +78 -18
- data/lib/telnyx/resources/uac_connections.rb +12 -12
- data/lib/telnyx/resources/virtual_cross_connects.rb +3 -3
- data/lib/telnyx/resources/voice_clones.rb +12 -12
- data/lib/telnyx/resources/voice_designs.rb +6 -6
- data/lib/telnyx/resources/voice_sdk_call_reports.rb +4 -4
- data/lib/telnyx/resources/webhook_deliveries.rb +2 -2
- data/lib/telnyx/resources/whatsapp/templates.rb +1 -1
- data/lib/telnyx/resources/whatsapp_message_templates.rb +1 -1
- data/lib/telnyx/resources/wireguard_interfaces.rb +5 -12
- data/lib/telnyx/resources/wireguard_peers.rb +5 -6
- data/lib/telnyx/version.rb +1 -1
- data/lib/telnyx.rb +184 -146
- data/rbi/telnyx/client.rbi +16 -17
- data/rbi/telnyx/models/advanced_order.rbi +74 -11
- data/rbi/telnyx/models/advanced_order_create_params.rbi +199 -5
- data/rbi/telnyx/models/advanced_order_list_response.rbi +6 -353
- data/rbi/telnyx/models/advanced_order_request.rbi +197 -0
- data/rbi/telnyx/models/advanced_order_update_requirement_group_params.rbi +220 -3
- data/rbi/telnyx/models/ai/arithmetic_expression.rbi +100 -0
- data/rbi/telnyx/models/ai/assistant_create_params.rbi +28 -2606
- data/rbi/telnyx/models/ai/assistant_integration.rbi +60 -0
- data/rbi/telnyx/models/ai/assistant_mcp_server.rbi +51 -0
- data/rbi/telnyx/models/ai/assistant_tool.rbi +10 -10
- data/rbi/telnyx/models/ai/assistant_update_params.rbi +28 -2606
- data/rbi/telnyx/models/ai/assistants/canary_deploy.rbi +4 -290
- data/rbi/telnyx/models/ai/assistants/canary_deploy_response.rbi +3 -301
- data/rbi/telnyx/models/ai/assistants/clause.rbi +91 -0
- data/rbi/telnyx/models/ai/assistants/rollout_slot.rbi +36 -0
- data/rbi/telnyx/models/ai/assistants/rule_input.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/rule_output.rbi +73 -0
- data/rbi/telnyx/models/ai/assistants/scheduled_call_settings.rbi +119 -0
- data/rbi/telnyx/models/ai/assistants/scheduled_event_create_params.rbi +4 -119
- data/rbi/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbi +4 -119
- data/rbi/telnyx/models/ai/assistants/serve.rbi +61 -0
- data/rbi/telnyx/models/ai/assistants/tags_response.rbi +30 -0
- data/rbi/telnyx/models/ai/assistants/update_assistant.rbi +28 -2632
- data/rbi/telnyx/models/ai/authentication_method.rbi +28 -0
- data/rbi/telnyx/models/ai/boolean_op_expression.rbi +79 -0
- data/rbi/telnyx/models/ai/chat_completion_request.rbi +913 -0
- data/rbi/telnyx/models/ai/chat_create_completion_params.rbi +5 -914
- data/rbi/telnyx/models/ai/comparison_expression.rbi +107 -0
- data/rbi/telnyx/models/ai/conversation_flow_req.rbi +750 -0
- data/rbi/telnyx/models/ai/events_list_response.rbi +47 -0
- data/rbi/telnyx/models/ai/execution_mode.rbi +23 -0
- data/rbi/telnyx/models/ai/expression.rbi +157 -0
- data/rbi/telnyx/models/ai/external_llm.rbi +123 -0
- data/rbi/telnyx/models/ai/external_llm_req.rbi +120 -0
- data/rbi/telnyx/models/ai/fallback_config.rbi +64 -0
- data/rbi/telnyx/models/ai/fallback_config_req.rbi +64 -0
- data/rbi/telnyx/models/ai/flow_edge.rbi +429 -0
- data/rbi/telnyx/models/ai/inference_embedding.rbi +44 -1837
- data/rbi/telnyx/models/ai/inference_embedding_interruption_settings.rbi +83 -0
- data/rbi/telnyx/models/ai/integration.rbi +94 -0
- data/rbi/telnyx/models/ai/integration_list_response.rbi +5 -125
- data/rbi/telnyx/models/ai/mcp_server.rbi +73 -0
- data/rbi/telnyx/models/ai/mission_create_params.rbi +4 -46
- data/rbi/telnyx/models/ai/mission_data.rbi +3 -33
- data/rbi/telnyx/models/ai/mission_response.rbi +32 -0
- data/rbi/telnyx/models/ai/mission_update_mission_params.rbi +4 -51
- data/rbi/telnyx/models/ai/missions/mission_run_data.rbi +3 -57
- data/rbi/telnyx/models/ai/missions/mission_run_response.rbi +43 -0
- data/rbi/telnyx/models/ai/missions/mission_runs_list_response.rbi +54 -0
- data/rbi/telnyx/models/ai/missions/run_status.rbi +36 -0
- data/rbi/telnyx/models/ai/missions/run_update_params.rbi +4 -63
- data/rbi/telnyx/models/ai/missions/runs/create_plan_step_request.rbi +74 -0
- data/rbi/telnyx/models/ai/missions/runs/event_data.rbi +3 -72
- data/rbi/telnyx/models/ai/missions/runs/event_log_params.rbi +3 -78
- data/rbi/telnyx/models/ai/missions/runs/event_response.rbi +43 -0
- data/rbi/telnyx/models/ai/missions/runs/event_type.rbi +72 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbi +3 -70
- data/rbi/telnyx/models/ai/missions/runs/plan_create_params.rbi +3 -68
- data/rbi/telnyx/models/ai/missions/runs/plan_step_data.rbi +3 -56
- data/rbi/telnyx/models/ai/missions/runs/plan_step_response.rbi +47 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_steps_created_response.rbi +40 -0
- data/rbi/telnyx/models/ai/missions/runs/plan_update_step_params.rbi +4 -58
- data/rbi/telnyx/models/ai/missions/runs/step_status.rbi +55 -0
- data/rbi/telnyx/models/ai/node_position.rbi +40 -0
- data/rbi/telnyx/models/ai/observability.rbi +8 -68
- data/rbi/telnyx/models/ai/observability_req.rbi +8 -73
- data/rbi/telnyx/models/ai/observability_status.rbi +27 -0
- data/rbi/telnyx/models/ai/openai/chat_create_completion_params.rbi +5 -934
- data/rbi/telnyx/models/ai/openai_create_response_params.rbi +4 -4
- data/rbi/telnyx/models/ai/post_conversation_settings.rbi +45 -0
- data/rbi/telnyx/models/ai/post_conversation_settings_req.rbi +45 -0
- data/rbi/telnyx/models/ai/prompt_sync_status.rbi +29 -0
- data/rbi/telnyx/models/ai/shared_tool_response.rbi +76 -0
- data/rbi/telnyx/models/ai/start_speaking_plan.rbi +70 -0
- data/rbi/telnyx/models/ai/transcription_endpointing_plan.rbi +71 -0
- data/rbi/telnyx/models/ai/transfer_tool.rbi +5 -5
- data/rbi/telnyx/models/ai_create_response_deprecated_params.rbi +4 -4
- data/rbi/telnyx/models/ai_retrieve_conversation_histories_params.rbi +321 -0
- data/rbi/telnyx/models/ai_retrieve_conversation_histories_response.rbi +395 -0
- data/rbi/telnyx/models/branded_calling_pagination_meta.rbi +67 -0
- data/rbi/telnyx/models/bulk_sim_card_action_detailed.rbi +172 -0
- data/rbi/telnyx/models/bulk_sim_card_action_retrieve_response.rbi +6 -195
- data/rbi/telnyx/models/call_dial_params.rbi +4 -1490
- data/rbi/telnyx/models/calls/action_add_ai_assistant_messages_params.rbi +25 -472
- data/rbi/telnyx/models/calls/action_answer_params.rbi +4 -1497
- data/rbi/telnyx/models/calls/action_gather_using_ai_params.rbi +5 -41
- data/rbi/telnyx/models/calls/action_gather_using_speak_params.rbi +10 -154
- data/rbi/telnyx/models/calls/action_join_ai_assistant_params.rbi +4 -156
- data/rbi/telnyx/models/calls/action_speak_params.rbi +10 -154
- data/rbi/telnyx/models/calls/action_start_ai_assistant_params.rbi +34 -675
- data/rbi/telnyx/models/calls/action_start_conversation_relay_params.rbi +38 -1592
- data/rbi/telnyx/models/calls/ai_assistant_join_participant.rbi +146 -0
- data/rbi/telnyx/models/calls/assistant_message.rbi +224 -0
- data/rbi/telnyx/models/calls/conversation_relay_interruptible.rbi +51 -0
- data/rbi/telnyx/models/calls/developer_message.rbi +85 -0
- data/rbi/telnyx/models/calls/system_message.rbi +80 -0
- data/rbi/telnyx/models/calls/tool_message.rbi +85 -0
- data/rbi/telnyx/models/calls/transcription_engine_assemblyai_config.rbi +155 -0
- data/rbi/telnyx/models/calls/transcription_engine_soniox_config.rbi +184 -0
- data/rbi/telnyx/models/calls/transcription_engine_speechmatics_config.rbi +289 -0
- data/rbi/telnyx/models/calls/transcription_engine_xai_config.rbi +329 -0
- data/rbi/telnyx/models/calls/transcription_start_request.rbi +20 -913
- data/rbi/telnyx/models/calls/user_message.rbi +78 -0
- data/rbi/telnyx/models/conference_participant_resource.rbi +33 -0
- data/rbi/telnyx/models/conferences/action_hold_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_join_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_leave_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_mute_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_play_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_record_pause_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_resume_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_start_params.rbi +4 -59
- data/rbi/telnyx/models/conferences/action_record_stop_params.rbi +4 -56
- data/rbi/telnyx/models/conferences/action_speak_params.rbi +14 -205
- data/rbi/telnyx/models/conferences/action_stop_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_unhold_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/action_unmute_params.rbi +4 -51
- data/rbi/telnyx/models/conferences/conference_region.rbi +38 -0
- data/rbi/telnyx/models/conferences/update_conference.rbi +4 -51
- data/rbi/telnyx/models/connection.rbi +186 -0
- data/rbi/telnyx/models/connection_noise_suppression.rbi +33 -0
- data/rbi/telnyx/models/connection_retrieve_response.rbi +4 -225
- data/rbi/telnyx/models/conversation_relay_embedded_config.rbi +501 -0
- data/rbi/telnyx/models/conversation_relay_interruption_settings.rbi +123 -0
- data/rbi/telnyx/models/conversation_relay_language.rbi +309 -0
- data/rbi/telnyx/models/create_verification_request_sms.rbi +65 -0
- data/rbi/telnyx/models/credential_connection.rbi +4 -56
- data/rbi/telnyx/models/credential_connection_create_params.rbi +4 -61
- data/rbi/telnyx/models/credential_connection_update_params.rbi +4 -61
- data/rbi/telnyx/models/credentials_response.rbi +81 -0
- data/rbi/telnyx/models/dialogflow_connection_response.rbi +116 -0
- data/rbi/telnyx/models/dir/comment_create_response.rbi +6 -333
- data/rbi/telnyx/models/dir/comment_list_params.rbi +4 -71
- data/rbi/telnyx/models/dir/comment_type.rbi +38 -0
- data/rbi/telnyx/models/dir/dir_comment.rbi +193 -0
- data/rbi/telnyx/models/dir/dir_phone_number.rbi +163 -0
- data/rbi/telnyx/models/dir/dir_phone_number_status.rbi +56 -0
- data/rbi/telnyx/models/dir/phone_number_add_params.rbi +3 -160
- data/rbi/telnyx/models/dir/phone_number_add_response.rbi +5 -334
- data/rbi/telnyx/models/dir/phone_number_batch.rbi +140 -0
- data/rbi/telnyx/models/dir/phone_number_batch_list_params.rbi +4 -73
- data/rbi/telnyx/models/dir/phone_number_batch_retrieve_response.rbi +6 -743
- data/rbi/telnyx/models/dir/phone_number_create_params.rbi +72 -0
- data/rbi/telnyx/models/dir/phone_number_create_response.rbi +48 -0
- data/rbi/telnyx/models/dir/phone_number_delete_all_params.rbi +48 -0
- data/rbi/telnyx/models/dir/phone_number_delete_all_response.rbi +206 -0
- data/rbi/telnyx/models/dir/phone_number_list_params.rbi +4 -67
- data/rbi/telnyx/models/dir/rejection_reason.rbi +68 -0
- data/rbi/telnyx/models/dir.rbi +244 -0
- data/rbi/telnyx/models/dir_list.rbi +50 -0
- data/rbi/telnyx/models/dir_list_document_types_response.rbi +4 -73
- data/rbi/telnyx/models/dir_list_params.rbi +4 -54
- data/rbi/telnyx/models/dir_loa_params.rbi +120 -0
- data/rbi/telnyx/models/dir_new_loa_params.rbi +122 -0
- data/rbi/telnyx/models/dir_retrieve_document_types_params.rbi +30 -0
- data/rbi/telnyx/models/dir_retrieve_document_types_response.rbi +103 -0
- data/rbi/telnyx/models/dir_retrieve_infringement_claims_params.rbi +66 -0
- data/rbi/telnyx/models/dir_retrieve_infringement_claims_response.rbi +55 -0
- data/rbi/telnyx/models/dir_status.rbi +43 -0
- data/rbi/telnyx/models/dir_update_infringement_params.rbi +3 -169
- data/rbi/telnyx/models/dir_update_infringement_update_params.rbi +256 -0
- data/rbi/telnyx/models/dir_update_params.rbi +4 -156
- data/rbi/telnyx/models/dir_wrapped.rbi +24 -0
- data/rbi/telnyx/models/doc_reqs_requirement.rbi +214 -0
- data/rbi/telnyx/models/doc_service_document.rbi +4 -37
- data/rbi/telnyx/models/doc_service_record.rbi +73 -0
- data/rbi/telnyx/models/document.rbi +121 -0
- data/rbi/telnyx/models/document_link_list_response.rbi +4 -37
- data/rbi/telnyx/models/enterprise_branded_calling_params.rbi +38 -0
- data/rbi/telnyx/models/enterprise_public_wrapped.rbi +28 -0
- data/rbi/telnyx/models/enterprises/dir_create_params.rbi +4 -171
- data/rbi/telnyx/models/enterprises/dir_list_params.rbi +4 -89
- data/rbi/telnyx/models/enterprises/enterprise_reputation_public.rbi +4 -60
- data/rbi/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbi +46 -0
- data/rbi/telnyx/models/enterprises/reputation/agent_input.rbi +110 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_create_params.rbi +238 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_patch_all_params.rbi +60 -0
- data/rbi/telnyx/models/enterprises/reputation/loa_render_params.rbi +4 -109
- data/rbi/telnyx/models/enterprises/reputation/remediation_create_params.rbi +88 -0
- data/rbi/telnyx/models/enterprises/reputation/remediation_list_params.rbi +4 -54
- data/rbi/telnyx/models/enterprises/reputation/remediation_list_response.rbi +3 -53
- data/rbi/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbi +282 -0
- data/rbi/telnyx/models/enterprises/reputation/remediation_status.rbi +56 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number.rbi +100 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbi +73 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbi +76 -0
- data/rbi/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbi +52 -0
- data/rbi/telnyx/models/enterprises/reputation_check_frequency.rbi +60 -0
- data/rbi/telnyx/models/enterprises/reputation_enable_params.rbi +4 -62
- data/rbi/telnyx/models/enterprises/reputation_update_frequency_params.rbi +3 -63
- data/rbi/telnyx/models/external_connections/log_message.rbi +167 -0
- data/rbi/telnyx/models/external_connections/log_message_retrieve_response.rbi +4 -193
- data/rbi/telnyx/models/external_connections/release.rbi +175 -0
- data/rbi/telnyx/models/external_connections/release_retrieve_response.rbi +6 -198
- data/rbi/telnyx/models/fax.rbi +4 -24
- data/rbi/telnyx/models/fax_create_params.rbi +4 -32
- data/rbi/telnyx/models/fqdn_connection.rbi +4 -47
- data/rbi/telnyx/models/fqdn_connection_create_params.rbi +4 -58
- data/rbi/telnyx/models/fqdn_connection_update_params.rbi +4 -58
- data/rbi/telnyx/models/gcb_channel_zone.rbi +104 -0
- data/rbi/telnyx/models/global_ip.rbi +71 -0
- data/rbi/telnyx/models/global_ip_create_params.rbi +6 -47
- data/rbi/telnyx/models/global_ip_create_response.rbi +4 -83
- data/rbi/telnyx/models/global_ip_delete_response.rbi +4 -83
- data/rbi/telnyx/models/global_ip_health_check.rbi +62 -0
- data/rbi/telnyx/models/global_ip_health_check_create_params.rbi +6 -47
- data/rbi/telnyx/models/global_ip_health_check_create_response.rbi +6 -78
- data/rbi/telnyx/models/global_ip_health_check_delete_response.rbi +6 -78
- data/rbi/telnyx/models/global_ip_health_check_retrieve_response.rbi +6 -80
- data/rbi/telnyx/models/global_ip_retrieve_response.rbi +4 -87
- data/rbi/telnyx/models/infringement_claim.rbi +424 -0
- data/rbi/telnyx/models/infringement_claim_contest_params.rbi +4 -171
- data/rbi/telnyx/models/infringement_claim_wrapped.rbi +30 -0
- data/rbi/telnyx/models/inworld_voice_settings.rbi +118 -0
- data/rbi/telnyx/models/ip_connection.rbi +4 -34
- data/rbi/telnyx/models/ip_connection_create_params.rbi +4 -58
- data/rbi/telnyx/models/ip_connection_update_params.rbi +4 -58
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting.rbi +121 -0
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbi +1 -113
- data/rbi/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbi +110 -0
- data/rbi/telnyx/models/messaging_hosted_number_update_params.rbi +3 -58
- data/rbi/telnyx/models/messaging_metrics_time_frame.rbi +35 -0
- data/rbi/telnyx/models/messaging_profile_metric_list_params.rbi +4 -67
- data/rbi/telnyx/models/messaging_profile_retrieve_metrics_params.rbi +4 -70
- data/rbi/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbi +4 -313
- data/rbi/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbi +319 -0
- data/rbi/telnyx/models/model_metadata.rbi +272 -0
- data/rbi/telnyx/models/models_response.rbi +38 -0
- data/rbi/telnyx/models/network.rbi +28 -0
- data/rbi/telnyx/models/network_create.rbi +4 -11
- data/rbi/telnyx/models/network_create_params.rbi +1 -1
- data/rbi/telnyx/models/network_create_response.rbi +4 -40
- data/rbi/telnyx/models/network_delete_response.rbi +4 -40
- data/rbi/telnyx/models/network_list_interfaces_response.rbi +181 -4
- data/rbi/telnyx/models/network_retrieve_response.rbi +4 -42
- data/rbi/telnyx/models/network_update_params.rbi +1 -1
- data/rbi/telnyx/models/network_update_response.rbi +4 -40
- data/rbi/telnyx/models/networks/default_gateway.rbi +67 -0
- data/rbi/telnyx/models/networks/default_gateway_create_params.rbi +2 -16
- data/rbi/telnyx/models/networks/default_gateway_create_response.rbi +4 -79
- data/rbi/telnyx/models/networks/default_gateway_delete_response.rbi +4 -79
- data/rbi/telnyx/models/networks/default_gateway_retrieve_response.rbi +4 -79
- data/rbi/telnyx/models/number_reputation_pagination_meta.rbi +70 -0
- data/rbi/telnyx/models/phone_numbers/messaging_update_params.rbi +3 -58
- data/rbi/telnyx/models/porting/event_retrieve_response.rbi +2 -39
- data/rbi/telnyx/models/porting/porting_event.rbi +31 -0
- data/rbi/telnyx/models/porting_order.rbi +4 -486
- data/rbi/telnyx/models/porting_order_activation_settings.rbi +3 -101
- data/rbi/telnyx/models/porting_order_activation_status.rbi +59 -0
- data/rbi/telnyx/models/porting_orders/action_requirement_initiate_response.rbi +4 -250
- data/rbi/telnyx/models/porting_orders/additional_document_create_response.rbi +4 -199
- data/rbi/telnyx/models/porting_orders/comment_create_response.rbi +4 -156
- data/rbi/telnyx/models/porting_orders/phone_number_block_list_params.rbi +4 -100
- data/rbi/telnyx/models/porting_orders/phone_number_configuration_create_response.rbi +4 -101
- data/rbi/telnyx/models/porting_orders/porting_action_requirement.rbi +244 -0
- data/rbi/telnyx/models/porting_orders/porting_additional_document.rbi +191 -0
- data/rbi/telnyx/models/porting_orders/porting_orders_comment.rbi +151 -0
- data/rbi/telnyx/models/porting_orders/porting_phone_number_configuration.rbi +100 -0
- data/rbi/telnyx/models/porting_orders/porting_verification_code.rbi +111 -0
- data/rbi/telnyx/models/porting_orders/verification_code_verify_response.rbi +4 -121
- data/rbi/telnyx/models/porting_phone_number.rbi +377 -0
- data/rbi/telnyx/models/portouts/event_retrieve_response.rbi +2 -36
- data/rbi/telnyx/models/portouts/portout_event.rbi +28 -0
- data/rbi/telnyx/models/pronunciation_dict_create_params.rbi +0 -23
- data/rbi/telnyx/models/pronunciation_dict_data.rbi +2 -27
- data/rbi/telnyx/models/pronunciation_dict_item.rbi +26 -0
- data/rbi/telnyx/models/pronunciation_dict_response.rbi +35 -0
- data/rbi/telnyx/models/pronunciation_dict_update_params.rbi +0 -23
- data/rbi/telnyx/models/public_internet_gateway.rbi +20 -0
- data/rbi/telnyx/models/public_internet_gateway_create_params.rbi +29 -34
- data/rbi/telnyx/models/public_internet_gateway_create_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_delete_response.rbi +6 -38
- data/rbi/telnyx/models/public_internet_gateway_read.rbi +128 -0
- data/rbi/telnyx/models/public_internet_gateway_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/quality.rbi +25 -0
- data/rbi/telnyx/models/queues/call_retrieve_response.rbi +6 -179
- data/rbi/telnyx/models/queues/queue_call.rbi +158 -0
- data/rbi/telnyx/models/recording_response.rbi +30 -0
- data/rbi/telnyx/models/region_out.rbi +93 -0
- data/rbi/telnyx/models/requirement_retrieve_response.rbi +6 -264
- data/rbi/telnyx/models/room_recording.rbi +241 -0
- data/rbi/telnyx/models/room_recording_retrieve_response.rbi +4 -313
- data/rbi/telnyx/models/siprec_connector_response.rbi +132 -0
- data/rbi/telnyx/models/speech_to_text_list_providers_params.rbi +4 -64
- data/rbi/telnyx/models/speech_to_text_list_providers_response.rbi +3 -57
- data/rbi/telnyx/models/speech_to_text_retrieve_transcription_params.rbi +370 -0
- data/rbi/telnyx/models/speech_to_text_transcribe_params.rbi +27 -0
- data/rbi/telnyx/models/stt_service_type.rbi +25 -0
- data/rbi/telnyx/models/terms_of_service/agreement_list_params.rbi +4 -48
- data/rbi/telnyx/models/terms_of_service/tos_agreement.rbi +104 -0
- data/rbi/telnyx/models/terms_of_service/tos_agreement_wrapped.rbi +43 -0
- data/rbi/telnyx/models/terms_of_service/tos_product_type.rbi +35 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_info_params.rbi +55 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_info_response.rbi +143 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_status_params.rbi +55 -0
- data/rbi/telnyx/models/terms_of_service_retrieve_status_response.rbi +131 -0
- data/rbi/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbi +4 -192
- data/rbi/telnyx/models/texml/accounts/call_calls_params.rbi +423 -423
- data/rbi/telnyx/models/texml/accounts/call_resource.rbi +402 -0
- data/rbi/telnyx/models/texml/accounts/call_retrieve_calls_response.rbi +4 -423
- data/rbi/telnyx/models/texml/accounts/calls/recording_source.rbi +68 -0
- data/rbi/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbi +251 -0
- data/rbi/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbi +152 -0
- data/rbi/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbi +45 -0
- data/rbi/telnyx/models/texml/accounts/conference_resource.rbi +282 -0
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbi +4 -287
- data/rbi/telnyx/models/texml/accounts/conferences/participant_resource.rbi +256 -0
- data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbi +4 -249
- data/rbi/telnyx/models/texml/accounts/queue_resource.rbi +135 -0
- data/rbi/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbi +202 -0
- data/rbi/telnyx/models/texml/texml_get_call_recording_response_body.rbi +8 -104
- data/rbi/telnyx/models/text_to_speech_generate_speech_params.rbi +1454 -0
- data/rbi/telnyx/models/text_to_speech_generate_speech_response.rbi +34 -0
- data/rbi/telnyx/models/text_to_speech_retrieve_speech_params.rbi +267 -0
- data/rbi/telnyx/models/transcribe_client_event.rbi +7 -0
- data/rbi/telnyx/models/transcribe_server_event.rbi +127 -0
- data/rbi/telnyx/models/uac_connection.rbi +644 -0
- data/rbi/telnyx/models/uac_connection_create_params.rbi +20 -985
- data/rbi/telnyx/models/uac_connection_create_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_delete_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_retrieve_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_connection_update_params.rbi +20 -985
- data/rbi/telnyx/models/uac_connection_update_response.rbi +4 -1756
- data/rbi/telnyx/models/uac_external_settings.rbi +146 -0
- data/rbi/telnyx/models/uac_inbound.rbi +410 -0
- data/rbi/telnyx/models/uac_inbound_request.rbi +381 -0
- data/rbi/telnyx/models/uac_internal_settings.rbi +39 -0
- data/rbi/telnyx/models/uac_outbound.rbi +224 -0
- data/rbi/telnyx/models/update_phone_number_messaging_settings_request.rbi +81 -0
- data/rbi/telnyx/models/verification_trigger_sms_params.rbi +6 -49
- data/rbi/telnyx/models/virtual_cross_connect_combined.rbi +345 -0
- data/rbi/telnyx/models/virtual_cross_connect_create.rbi +61 -0
- data/rbi/telnyx/models/virtual_cross_connect_create_params.rbi +5 -271
- data/rbi/telnyx/models/virtual_cross_connect_create_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_delete_response.rbi +6 -36
- data/rbi/telnyx/models/virtual_cross_connect_patch.rbi +107 -0
- data/rbi/telnyx/models/virtual_cross_connect_retrieve_response.rbi +6 -38
- data/rbi/telnyx/models/virtual_cross_connect_update_params.rbi +3 -87
- data/rbi/telnyx/models/virtual_cross_connect_update_response.rbi +6 -36
- data/rbi/telnyx/models/voice_clone_create_from_upload_params.rbi +86 -84
- data/rbi/telnyx/models/voice_clone_create_params.rbi +49 -47
- data/rbi/telnyx/models/voice_clone_response.rbi +33 -0
- data/rbi/telnyx/models/voice_design_rename_response.rbi +6 -208
- data/rbi/telnyx/models/voice_design_response.rbi +33 -0
- data/rbi/telnyx/models/voice_design_summary_data.rbi +171 -0
- data/rbi/telnyx/models/voice_designs_pagination_meta.rbi +74 -0
- data/rbi/telnyx/models/voice_sdk_call_report.rbi +466 -0
- data/rbi/telnyx/models/voice_sdk_call_report_log_entry.rbi +108 -0
- data/rbi/telnyx/models/voice_sdk_call_report_retrieve_response.rbi +1 -772
- data/rbi/telnyx/models/webhook_delivery.rbi +258 -0
- data/rbi/telnyx/models/webhook_delivery_retrieve_response.rbi +4 -322
- data/rbi/telnyx/models/whatsapp/template_create_params.rbi +20 -836
- data/rbi/telnyx/models/whatsapp/user_data_retrieve_response.rbi +6 -96
- data/rbi/telnyx/models/whatsapp/user_data_update_response.rbi +6 -94
- data/rbi/telnyx/models/whatsapp/whatsapp_template_body_component.rbi +149 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbi +417 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbi +130 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_footer_component.rbi +103 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_template_header_component.rbi +229 -0
- data/rbi/telnyx/models/whatsapp/whatsapp_user_data.rbi +82 -0
- data/rbi/telnyx/models/whatsapp_message_template_update_params.rbi +25 -839
- data/rbi/telnyx/models/wireguard_interface.rbi +20 -0
- data/rbi/telnyx/models/wireguard_interface_create_params.rbi +87 -42
- data/rbi/telnyx/models/wireguard_interface_create_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_delete_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_interface_read.rbi +213 -0
- data/rbi/telnyx/models/wireguard_interface_retrieve_response.rbi +6 -36
- data/rbi/telnyx/models/wireguard_peer.rbi +68 -0
- data/rbi/telnyx/models/wireguard_peer_create_params.rbi +26 -10
- data/rbi/telnyx/models/wireguard_peer_create_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_delete_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_retrieve_response.rbi +4 -84
- data/rbi/telnyx/models/wireguard_peer_update_response.rbi +4 -84
- data/rbi/telnyx/models/xai_voice_settings.rbi +64 -0
- data/rbi/telnyx/models.rbi +159 -15
- data/rbi/telnyx/resources/advanced_orders.rbi +9 -7
- data/rbi/telnyx/resources/ai/assistants/canary_deploys.rbi +2 -4
- data/rbi/telnyx/resources/ai/assistants/scheduled_events.rbi +1 -1
- data/rbi/telnyx/resources/ai/assistants/tags.rbi +3 -3
- data/rbi/telnyx/resources/ai/assistants/versions.rbi +7 -16
- data/rbi/telnyx/resources/ai/assistants.rbi +14 -24
- data/rbi/telnyx/resources/ai/chat.rbi +6 -6
- data/rbi/telnyx/resources/ai/integrations.rbi +1 -1
- data/rbi/telnyx/resources/ai/mcp_servers.rbi +4 -4
- data/rbi/telnyx/resources/ai/missions/runs/events.rbi +3 -6
- data/rbi/telnyx/resources/ai/missions/runs/plan.rbi +7 -14
- data/rbi/telnyx/resources/ai/missions/runs.rbi +7 -7
- data/rbi/telnyx/resources/ai/missions.rbi +5 -7
- data/rbi/telnyx/resources/ai/openai/chat.rbi +6 -9
- data/rbi/telnyx/resources/ai/openai.rbi +2 -2
- data/rbi/telnyx/resources/ai/tools.rbi +4 -4
- data/rbi/telnyx/resources/ai.rbi +24 -23
- data/rbi/telnyx/resources/bulk_sim_card_actions.rbi +1 -1
- data/rbi/telnyx/resources/calls/actions.rbi +29 -35
- data/rbi/telnyx/resources/calls.rbi +1 -1
- data/rbi/telnyx/resources/channel_zones.rbi +2 -4
- data/rbi/telnyx/resources/conferences/actions.rbi +16 -20
- data/rbi/telnyx/resources/conferences.rbi +2 -2
- data/rbi/telnyx/resources/connections.rbi +1 -5
- data/rbi/telnyx/resources/credential_connections.rbi +2 -4
- data/rbi/telnyx/resources/custom_storage_credentials.rbi +3 -3
- data/rbi/telnyx/resources/dialogflow_connections.rbi +3 -3
- data/rbi/telnyx/resources/dir/comments.rbi +2 -4
- data/rbi/telnyx/resources/dir/phone_number_batches.rbi +2 -3
- data/rbi/telnyx/resources/dir/phone_numbers.rbi +3 -6
- data/rbi/telnyx/resources/dir.rbi +45 -54
- data/rbi/telnyx/resources/enterprises/dir.rbi +4 -10
- data/rbi/telnyx/resources/enterprises/reputation/loa.rbi +2 -5
- data/rbi/telnyx/resources/enterprises/reputation/numbers.rbi +3 -3
- data/rbi/telnyx/resources/enterprises/reputation/remediation.rbi +38 -38
- data/rbi/telnyx/resources/enterprises/reputation.rbi +5 -7
- data/rbi/telnyx/resources/enterprises.rbi +5 -5
- data/rbi/telnyx/resources/external_connections/log_messages.rbi +1 -1
- data/rbi/telnyx/resources/external_connections/releases.rbi +1 -1
- data/rbi/telnyx/resources/faxes.rbi +1 -1
- data/rbi/telnyx/resources/fqdn_connections.rbi +2 -4
- data/rbi/telnyx/resources/global_ip_health_checks.rbi +1 -3
- data/rbi/telnyx/resources/global_ips.rbi +1 -5
- data/rbi/telnyx/resources/infringement_claims.rbi +3 -4
- data/rbi/telnyx/resources/ip_connections.rbi +2 -4
- data/rbi/telnyx/resources/messaging_10dlc/brand/external_vetting.rbi +3 -9
- data/rbi/telnyx/resources/messaging_10dlc/brand.rbi +2 -6
- data/rbi/telnyx/resources/messaging_profile_metrics.rbi +1 -2
- data/rbi/telnyx/resources/messaging_profiles.rbi +1 -2
- data/rbi/telnyx/resources/mobile_phone_numbers/messaging.rbi +1 -1
- data/rbi/telnyx/resources/networks.rbi +5 -14
- data/rbi/telnyx/resources/porting/events.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/action_requirements.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/additional_documents.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/comments.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/phone_number_configurations.rbi +1 -1
- data/rbi/telnyx/resources/porting_orders/verification_codes.rbi +1 -1
- data/rbi/telnyx/resources/porting_phone_numbers.rbi +1 -3
- data/rbi/telnyx/resources/portouts/events.rbi +1 -1
- data/rbi/telnyx/resources/pronunciation_dicts.rbi +3 -3
- data/rbi/telnyx/resources/public_internet_gateways.rbi +3 -13
- data/rbi/telnyx/resources/queues/calls.rbi +1 -3
- data/rbi/telnyx/resources/recordings.rbi +2 -2
- data/rbi/telnyx/resources/reputation/numbers.rbi +4 -2
- data/rbi/telnyx/resources/requirements.rbi +1 -3
- data/rbi/telnyx/resources/room_recordings.rbi +1 -3
- data/rbi/telnyx/resources/siprec_connectors.rbi +3 -3
- data/rbi/telnyx/resources/speech_to_text.rbi +63 -3
- data/rbi/telnyx/resources/terms_of_service/agreements.rbi +3 -4
- data/rbi/telnyx/resources/terms_of_service/branded_calling.rbi +1 -1
- data/rbi/telnyx/resources/terms_of_service/number_reputation.rbi +1 -1
- data/rbi/telnyx/resources/terms_of_service.rbi +6 -7
- data/rbi/telnyx/resources/texml/accounts/calls/recordings.rbi +1 -1
- data/rbi/telnyx/resources/texml/accounts/calls/recordings_json.rbi +2 -2
- data/rbi/telnyx/resources/texml/accounts/calls.rbi +7 -7
- data/rbi/telnyx/resources/texml/accounts/conferences/participants.rbi +2 -2
- data/rbi/telnyx/resources/texml/accounts/conferences.rbi +3 -5
- data/rbi/telnyx/resources/texml/accounts/queues.rbi +4 -4
- data/rbi/telnyx/resources/texml/accounts/transcriptions/json.rbi +1 -1
- data/rbi/telnyx/resources/texml/accounts.rbi +1 -1
- data/rbi/telnyx/resources/text_to_speech.rbi +83 -13
- data/rbi/telnyx/resources/uac_connections.rbi +11 -19
- data/rbi/telnyx/resources/virtual_cross_connects.rbi +2 -2
- data/rbi/telnyx/resources/voice_clones.rbi +12 -12
- data/rbi/telnyx/resources/voice_designs.rbi +3 -3
- data/rbi/telnyx/resources/voice_sdk_call_reports.rbi +2 -6
- data/rbi/telnyx/resources/webhook_deliveries.rbi +1 -3
- data/rbi/telnyx/resources/whatsapp/templates.rbi +5 -5
- data/rbi/telnyx/resources/whatsapp_message_templates.rbi +5 -5
- data/rbi/telnyx/resources/wireguard_interfaces.rbi +3 -16
- data/rbi/telnyx/resources/wireguard_peers.rbi +3 -9
- data/sig/telnyx/client.rbs +7 -7
- data/sig/telnyx/models/advanced_order.rbs +44 -9
- data/sig/telnyx/models/advanced_order_create_params.rbs +100 -4
- data/sig/telnyx/models/advanced_order_list_response.rbs +6 -148
- data/sig/telnyx/models/advanced_order_request.rbs +105 -0
- data/sig/telnyx/models/advanced_order_update_requirement_group_params.rbs +95 -4
- data/sig/telnyx/models/ai/arithmetic_expression.rbs +51 -0
- data/sig/telnyx/models/ai/assistant_create_params.rbs +42 -1010
- data/sig/telnyx/models/ai/assistant_integration.rbs +26 -0
- data/sig/telnyx/models/ai/assistant_mcp_server.rbs +19 -0
- data/sig/telnyx/models/ai/assistant_tool.rbs +8 -8
- data/sig/telnyx/models/ai/assistant_update_params.rbs +42 -1010
- data/sig/telnyx/models/ai/assistants/canary_deploy.rbs +6 -113
- data/sig/telnyx/models/ai/assistants/canary_deploy_response.rbs +4 -109
- data/sig/telnyx/models/ai/assistants/clause.rbs +46 -0
- data/sig/telnyx/models/ai/assistants/rollout_slot.rbs +19 -0
- data/sig/telnyx/models/ai/assistants/rule_input.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/rule_output.rbs +33 -0
- data/sig/telnyx/models/ai/assistants/scheduled_call_settings.rbs +43 -0
- data/sig/telnyx/models/ai/assistants/scheduled_event_create_params.rbs +6 -42
- data/sig/telnyx/models/ai/assistants/scheduled_phone_call_event_response.rbs +6 -42
- data/sig/telnyx/models/ai/assistants/serve.rbs +35 -0
- data/sig/telnyx/models/ai/assistants/tags_response.rbs +17 -0
- data/sig/telnyx/models/ai/assistants/update_assistant.rbs +42 -1016
- data/sig/telnyx/models/ai/authentication_method.rbs +16 -0
- data/sig/telnyx/models/ai/boolean_op_expression.rbs +44 -0
- data/sig/telnyx/models/ai/chat_completion_request.rbs +426 -0
- data/sig/telnyx/models/ai/chat_create_completion_params.rbs +4 -419
- data/sig/telnyx/models/ai/comparison_expression.rbs +54 -0
- data/sig/telnyx/models/ai/conversation_flow_req.rbs +306 -0
- data/sig/telnyx/models/ai/events_list_response.rbs +27 -0
- data/sig/telnyx/models/ai/execution_mode.rbs +16 -0
- data/sig/telnyx/models/ai/expression.rbs +68 -0
- data/sig/telnyx/models/ai/external_llm.rbs +64 -0
- data/sig/telnyx/models/ai/external_llm_req.rbs +64 -0
- data/sig/telnyx/models/ai/fallback_config.rbs +38 -0
- data/sig/telnyx/models/ai/fallback_config_req.rbs +40 -0
- data/sig/telnyx/models/ai/flow_edge.rbs +155 -0
- data/sig/telnyx/models/ai/inference_embedding.rbs +65 -734
- data/sig/telnyx/models/ai/inference_embedding_interruption_settings.rbs +40 -0
- data/sig/telnyx/models/ai/integration.rbs +63 -0
- data/sig/telnyx/models/ai/integration_list_response.rbs +4 -66
- data/sig/telnyx/models/ai/mcp_server.rbs +52 -0
- data/sig/telnyx/models/ai/mission_create_params.rbs +6 -17
- data/sig/telnyx/models/ai/mission_data.rbs +4 -15
- data/sig/telnyx/models/ai/mission_response.rbs +15 -0
- data/sig/telnyx/models/ai/mission_update_mission_params.rbs +6 -17
- data/sig/telnyx/models/ai/missions/mission_run_data.rbs +4 -20
- data/sig/telnyx/models/ai/missions/mission_run_response.rbs +20 -0
- data/sig/telnyx/models/ai/missions/mission_runs_list_response.rbs +31 -0
- data/sig/telnyx/models/ai/missions/run_status.rbs +23 -0
- data/sig/telnyx/models/ai/missions/run_update_params.rbs +6 -22
- data/sig/telnyx/models/ai/missions/runs/create_plan_step_request.rbs +50 -0
- data/sig/telnyx/models/ai/missions/runs/event_data.rbs +4 -31
- data/sig/telnyx/models/ai/missions/runs/event_log_params.rbs +4 -31
- data/sig/telnyx/models/ai/missions/runs/event_response.rbs +21 -0
- data/sig/telnyx/models/ai/missions/runs/event_type.rbs +36 -0
- data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_params.rbs +4 -45
- data/sig/telnyx/models/ai/missions/runs/plan_create_params.rbs +4 -45
- data/sig/telnyx/models/ai/missions/runs/plan_step_data.rbs +4 -19
- data/sig/telnyx/models/ai/missions/runs/plan_step_response.rbs +22 -0
- data/sig/telnyx/models/ai/missions/runs/plan_steps_created_response.rbs +24 -0
- data/sig/telnyx/models/ai/missions/runs/plan_update_step_params.rbs +6 -21
- data/sig/telnyx/models/ai/missions/runs/step_status.rbs +24 -0
- data/sig/telnyx/models/ai/node_position.rbs +17 -0
- data/sig/telnyx/models/ai/observability.rbs +12 -34
- data/sig/telnyx/models/ai/observability_req.rbs +12 -34
- data/sig/telnyx/models/ai/observability_status.rbs +16 -0
- data/sig/telnyx/models/ai/openai/chat_create_completion_params.rbs +4 -419
- data/sig/telnyx/models/ai/openai_create_response_params.rbs +5 -5
- data/sig/telnyx/models/ai/post_conversation_settings.rbs +17 -0
- data/sig/telnyx/models/ai/post_conversation_settings_req.rbs +17 -0
- data/sig/telnyx/models/ai/prompt_sync_status.rbs +16 -0
- data/sig/telnyx/models/ai/shared_tool_response.rbs +53 -0
- data/sig/telnyx/models/ai/start_speaking_plan.rbs +33 -0
- data/sig/telnyx/models/ai/transcription_endpointing_plan.rbs +38 -0
- data/sig/telnyx/models/ai/transfer_tool.rbs +4 -4
- data/sig/telnyx/models/ai_create_response_deprecated_params.rbs +5 -4
- data/sig/telnyx/models/ai_retrieve_conversation_histories_params.rbs +144 -0
- data/sig/telnyx/models/ai_retrieve_conversation_histories_response.rbs +168 -0
- data/sig/telnyx/models/branded_calling_pagination_meta.rbs +35 -0
- data/sig/telnyx/models/bulk_sim_card_action_detailed.rbs +81 -0
- data/sig/telnyx/models/bulk_sim_card_action_retrieve_response.rbs +6 -88
- data/sig/telnyx/models/call_dial_params.rbs +6 -521
- data/sig/telnyx/models/calls/action_add_ai_assistant_messages_params.rbs +5 -201
- data/sig/telnyx/models/calls/action_answer_params.rbs +6 -521
- data/sig/telnyx/models/calls/action_gather_using_ai_params.rbs +1 -15
- data/sig/telnyx/models/calls/action_gather_using_speak_params.rbs +2 -54
- data/sig/telnyx/models/calls/action_join_ai_assistant_params.rbs +4 -63
- data/sig/telnyx/models/calls/action_speak_params.rbs +2 -54
- data/sig/telnyx/models/calls/action_start_ai_assistant_params.rbs +12 -281
- data/sig/telnyx/models/calls/action_start_conversation_relay_params.rbs +44 -573
- data/sig/telnyx/models/calls/ai_assistant_join_participant.rbs +64 -0
- data/sig/telnyx/models/calls/assistant_message.rbs +102 -0
- data/sig/telnyx/models/calls/conversation_relay_interruptible.rbs +18 -0
- data/sig/telnyx/models/calls/developer_message.rbs +44 -0
- data/sig/telnyx/models/calls/system_message.rbs +44 -0
- data/sig/telnyx/models/calls/tool_message.rbs +49 -0
- data/sig/telnyx/models/calls/transcription_engine_assemblyai_config.rbs +62 -0
- data/sig/telnyx/models/calls/transcription_engine_soniox_config.rbs +79 -0
- data/sig/telnyx/models/calls/transcription_engine_speechmatics_config.rbs +114 -0
- data/sig/telnyx/models/calls/transcription_engine_xai_config.rbs +130 -0
- data/sig/telnyx/models/calls/transcription_start_request.rbs +4 -359
- data/sig/telnyx/models/calls/user_message.rbs +44 -0
- data/sig/telnyx/models/conference_participant_resource.rbs +18 -0
- data/sig/telnyx/models/conferences/action_hold_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_join_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_leave_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_mute_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_play_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_pause_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_resume_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_start_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_record_stop_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_speak_params.rbs +8 -73
- data/sig/telnyx/models/conferences/action_stop_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_unhold_params.rbs +6 -19
- data/sig/telnyx/models/conferences/action_unmute_params.rbs +6 -19
- data/sig/telnyx/models/conferences/conference_region.rbs +20 -0
- data/sig/telnyx/models/conferences/update_conference.rbs +6 -19
- data/sig/telnyx/models/connection.rbs +110 -0
- data/sig/telnyx/models/connection_noise_suppression.rbs +16 -0
- data/sig/telnyx/models/connection_retrieve_response.rbs +5 -117
- data/sig/telnyx/models/conversation_relay_embedded_config.rbs +185 -0
- data/sig/telnyx/models/conversation_relay_interruption_settings.rbs +49 -0
- data/sig/telnyx/models/conversation_relay_language.rbs +121 -0
- data/sig/telnyx/models/create_verification_request_sms.rbs +37 -0
- data/sig/telnyx/models/credential_connection.rbs +6 -19
- data/sig/telnyx/models/credential_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/credential_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/credentials_response.rbs +40 -0
- data/sig/telnyx/models/dialogflow_connection_response.rbs +61 -0
- data/sig/telnyx/models/dir/comment_create_response.rbs +4 -137
- data/sig/telnyx/models/dir/comment_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/comment_type.rbs +28 -0
- data/sig/telnyx/models/dir/dir_comment.rbs +112 -0
- data/sig/telnyx/models/dir/dir_phone_number.rbs +90 -0
- data/sig/telnyx/models/dir/dir_phone_number_status.rbs +30 -0
- data/sig/telnyx/models/dir/phone_number_add_params.rbs +4 -68
- data/sig/telnyx/models/dir/phone_number_add_response.rbs +4 -147
- data/sig/telnyx/models/dir/phone_number_batch.rbs +84 -0
- data/sig/telnyx/models/dir/phone_number_batch_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/phone_number_batch_retrieve_response.rbs +4 -315
- data/sig/telnyx/models/dir/phone_number_create_params.rbs +38 -0
- data/sig/telnyx/models/dir/phone_number_create_response.rbs +16 -0
- data/sig/telnyx/models/dir/phone_number_delete_all_params.rbs +30 -0
- data/sig/telnyx/models/dir/phone_number_delete_all_response.rbs +86 -0
- data/sig/telnyx/models/dir/phone_number_list_params.rbs +6 -29
- data/sig/telnyx/models/dir/rejection_reason.rbs +38 -0
- data/sig/telnyx/models/dir.rbs +155 -0
- data/sig/telnyx/models/dir_list.rbs +25 -0
- data/sig/telnyx/models/dir_list_document_types_response.rbs +4 -36
- data/sig/telnyx/models/dir_list_params.rbs +6 -35
- data/sig/telnyx/models/dir_loa_params.rbs +61 -0
- data/sig/telnyx/models/dir_new_loa_params.rbs +61 -0
- data/sig/telnyx/models/dir_retrieve_document_types_params.rbs +15 -0
- data/sig/telnyx/models/dir_retrieve_document_types_response.rbs +41 -0
- data/sig/telnyx/models/dir_retrieve_infringement_claims_params.rbs +36 -0
- data/sig/telnyx/models/dir_retrieve_infringement_claims_response.rbs +25 -0
- data/sig/telnyx/models/dir_status.rbs +32 -0
- data/sig/telnyx/models/dir_update_infringement_params.rbs +4 -68
- data/sig/telnyx/models/dir_update_infringement_update_params.rbs +111 -0
- data/sig/telnyx/models/dir_update_params.rbs +5 -71
- data/sig/telnyx/models/dir_wrapped.rbs +13 -0
- data/sig/telnyx/models/doc_reqs_requirement.rbs +109 -0
- data/sig/telnyx/models/doc_service_document.rbs +20 -41
- data/sig/telnyx/models/doc_service_record.rbs +43 -0
- data/sig/telnyx/models/document.rbs +67 -0
- data/sig/telnyx/models/document_link_list_response.rbs +12 -33
- data/sig/telnyx/models/enterprise_branded_calling_params.rbs +23 -0
- data/sig/telnyx/models/enterprise_public_wrapped.rbs +15 -0
- data/sig/telnyx/models/enterprises/dir_create_params.rbs +5 -71
- data/sig/telnyx/models/enterprises/dir_list_params.rbs +6 -35
- data/sig/telnyx/models/enterprises/enterprise_reputation_public.rbs +6 -22
- data/sig/telnyx/models/enterprises/enterprise_reputation_public_wrapped.rbs +22 -0
- data/sig/telnyx/models/enterprises/reputation/agent_input.rbs +79 -0
- data/sig/telnyx/models/enterprises/reputation/loa_create_params.rbs +135 -0
- data/sig/telnyx/models/enterprises/reputation/loa_patch_all_params.rbs +32 -0
- data/sig/telnyx/models/enterprises/reputation/loa_render_params.rbs +6 -78
- data/sig/telnyx/models/enterprises/reputation/remediation_create_params.rbs +54 -0
- data/sig/telnyx/models/enterprises/reputation/remediation_list_params.rbs +6 -21
- data/sig/telnyx/models/enterprises/reputation/remediation_list_response.rbs +4 -19
- data/sig/telnyx/models/enterprises/reputation/remediation_request_wrapped.rbs +148 -0
- data/sig/telnyx/models/enterprises/reputation/remediation_status.rbs +22 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number.rbs +61 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list.rbs +31 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_list_with_reputation.rbs +31 -0
- data/sig/telnyx/models/enterprises/reputation/reputation_phone_number_with_reputation.rbs +24 -0
- data/sig/telnyx/models/enterprises/reputation_check_frequency.rbs +21 -0
- data/sig/telnyx/models/enterprises/reputation_enable_params.rbs +6 -22
- data/sig/telnyx/models/enterprises/reputation_update_frequency_params.rbs +4 -20
- data/sig/telnyx/models/external_connections/log_message.rbs +97 -0
- data/sig/telnyx/models/external_connections/log_message_retrieve_response.rbs +6 -100
- data/sig/telnyx/models/external_connections/release.rbs +86 -0
- data/sig/telnyx/models/external_connections/release_retrieve_response.rbs +6 -93
- data/sig/telnyx/models/fax.rbs +5 -21
- data/sig/telnyx/models/fax_create_params.rbs +5 -21
- data/sig/telnyx/models/fqdn_connection.rbs +6 -19
- data/sig/telnyx/models/fqdn_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/fqdn_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/gcb_channel_zone.rbs +64 -0
- data/sig/telnyx/models/global_ip.rbs +43 -0
- data/sig/telnyx/models/global_ip_create_params.rbs +4 -27
- data/sig/telnyx/models/global_ip_create_response.rbs +5 -50
- data/sig/telnyx/models/global_ip_delete_response.rbs +5 -50
- data/sig/telnyx/models/global_ip_health_check.rbs +36 -0
- data/sig/telnyx/models/global_ip_health_check_create_params.rbs +4 -31
- data/sig/telnyx/models/global_ip_health_check_create_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_health_check_delete_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_health_check_retrieve_response.rbs +5 -44
- data/sig/telnyx/models/global_ip_retrieve_response.rbs +5 -50
- data/sig/telnyx/models/infringement_claim.rbs +242 -0
- data/sig/telnyx/models/infringement_claim_contest_params.rbs +5 -71
- data/sig/telnyx/models/infringement_claim_wrapped.rbs +13 -0
- data/sig/telnyx/models/inworld_voice_settings.rbs +51 -0
- data/sig/telnyx/models/ip_connection.rbs +6 -19
- data/sig/telnyx/models/ip_connection_create_params.rbs +6 -19
- data/sig/telnyx/models/ip_connection_update_params.rbs +6 -19
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting.rbs +68 -0
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_list_response.rbs +1 -62
- data/sig/telnyx/models/messaging_10dlc/brand_sms_otp_status.rbs +63 -0
- data/sig/telnyx/models/messaging_hosted_number_update_params.rbs +5 -30
- data/sig/telnyx/models/messaging_metrics_time_frame.rbs +19 -0
- data/sig/telnyx/models/messaging_profile_metric_list_params.rbs +6 -23
- data/sig/telnyx/models/messaging_profile_retrieve_metrics_params.rbs +6 -24
- data/sig/telnyx/models/mobile_phone_numbers/messaging_retrieve_response.rbs +6 -144
- data/sig/telnyx/models/mobile_phone_numbers/mobile_phone_number_with_messaging_settings.rbs +145 -0
- data/sig/telnyx/models/model_metadata.rbs +142 -0
- data/sig/telnyx/models/models_response.rbs +21 -0
- data/sig/telnyx/models/network.rbs +15 -0
- data/sig/telnyx/models/network_create.rbs +4 -8
- data/sig/telnyx/models/network_create_params.rbs +1 -1
- data/sig/telnyx/models/network_create_response.rbs +5 -22
- data/sig/telnyx/models/network_delete_response.rbs +5 -22
- data/sig/telnyx/models/network_list_interfaces_response.rbs +106 -4
- data/sig/telnyx/models/network_retrieve_response.rbs +5 -22
- data/sig/telnyx/models/network_update_params.rbs +2 -4
- data/sig/telnyx/models/network_update_response.rbs +5 -22
- data/sig/telnyx/models/networks/default_gateway.rbs +40 -0
- data/sig/telnyx/models/networks/default_gateway_create_params.rbs +4 -8
- data/sig/telnyx/models/networks/default_gateway_create_response.rbs +6 -41
- data/sig/telnyx/models/networks/default_gateway_delete_response.rbs +6 -41
- data/sig/telnyx/models/networks/default_gateway_retrieve_response.rbs +6 -41
- data/sig/telnyx/models/number_reputation_pagination_meta.rbs +35 -0
- data/sig/telnyx/models/phone_numbers/messaging_update_params.rbs +5 -30
- data/sig/telnyx/models/porting/event_retrieve_response.rbs +6 -24
- data/sig/telnyx/models/porting/porting_event.rbs +21 -0
- data/sig/telnyx/models/porting_order.rbs +6 -196
- data/sig/telnyx/models/porting_order_activation_settings.rbs +4 -39
- data/sig/telnyx/models/porting_order_activation_status.rbs +38 -0
- data/sig/telnyx/models/porting_orders/action_requirement_initiate_response.rbs +6 -114
- data/sig/telnyx/models/porting_orders/additional_document_create_response.rbs +6 -98
- data/sig/telnyx/models/porting_orders/comment_create_response.rbs +6 -76
- data/sig/telnyx/models/porting_orders/phone_number_block_list_params.rbs +6 -41
- data/sig/telnyx/models/porting_orders/phone_number_configuration_create_response.rbs +6 -60
- data/sig/telnyx/models/porting_orders/porting_action_requirement.rbs +111 -0
- data/sig/telnyx/models/porting_orders/porting_additional_document.rbs +95 -0
- data/sig/telnyx/models/porting_orders/porting_orders_comment.rbs +75 -0
- data/sig/telnyx/models/porting_orders/porting_phone_number_configuration.rbs +59 -0
- data/sig/telnyx/models/porting_orders/porting_verification_code.rbs +66 -0
- data/sig/telnyx/models/porting_orders/verification_code_verify_response.rbs +6 -69
- data/sig/telnyx/models/porting_phone_number.rbs +158 -0
- data/sig/telnyx/models/portouts/event_retrieve_response.rbs +6 -21
- data/sig/telnyx/models/portouts/portout_event.rbs +18 -0
- data/sig/telnyx/models/pronunciation_dict_create_params.rbs +4 -17
- data/sig/telnyx/models/pronunciation_dict_data.rbs +6 -16
- data/sig/telnyx/models/pronunciation_dict_item.rbs +12 -0
- data/sig/telnyx/models/pronunciation_dict_response.rbs +17 -0
- data/sig/telnyx/models/pronunciation_dict_update_params.rbs +6 -16
- data/sig/telnyx/models/public_internet_gateway.rbs +11 -0
- data/sig/telnyx/models/public_internet_gateway_create_params.rbs +12 -18
- data/sig/telnyx/models/public_internet_gateway_create_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_delete_response.rbs +6 -18
- data/sig/telnyx/models/public_internet_gateway_read.rbs +80 -0
- data/sig/telnyx/models/public_internet_gateway_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/quality.rbs +17 -0
- data/sig/telnyx/models/queues/call_retrieve_response.rbs +5 -96
- data/sig/telnyx/models/queues/queue_call.rbs +91 -0
- data/sig/telnyx/models/recording_response.rbs +17 -0
- data/sig/telnyx/models/region_out.rbs +46 -0
- data/sig/telnyx/models/requirement_retrieve_response.rbs +5 -118
- data/sig/telnyx/models/room_recording.rbs +153 -0
- data/sig/telnyx/models/room_recording_retrieve_response.rbs +5 -162
- data/sig/telnyx/models/siprec_connector_response.rbs +75 -0
- data/sig/telnyx/models/speech_to_text_list_providers_params.rbs +6 -19
- data/sig/telnyx/models/speech_to_text_list_providers_response.rbs +4 -20
- data/sig/telnyx/models/speech_to_text_retrieve_transcription_params.rbs +151 -0
- data/sig/telnyx/models/speech_to_text_transcribe_params.rbs +15 -0
- data/sig/telnyx/models/stt_service_type.rbs +16 -0
- data/sig/telnyx/models/terms_of_service/agreement_list_params.rbs +6 -17
- data/sig/telnyx/models/terms_of_service/tos_agreement.rbs +61 -0
- data/sig/telnyx/models/terms_of_service/tos_agreement_wrapped.rbs +16 -0
- data/sig/telnyx/models/terms_of_service/tos_product_type.rbs +16 -0
- data/sig/telnyx/models/terms_of_service_retrieve_info_params.rbs +28 -0
- data/sig/telnyx/models/terms_of_service_retrieve_info_response.rbs +73 -0
- data/sig/telnyx/models/terms_of_service_retrieve_status_params.rbs +28 -0
- data/sig/telnyx/models/terms_of_service_retrieve_status_response.rbs +60 -0
- data/sig/telnyx/models/texml/account_retrieve_transcriptions_json_response.rbs +6 -106
- data/sig/telnyx/models/texml/accounts/call_calls_params.rbs +343 -343
- data/sig/telnyx/models/texml/accounts/call_resource.rbs +197 -0
- data/sig/telnyx/models/texml/accounts/call_retrieve_calls_response.rbs +6 -196
- data/sig/telnyx/models/texml/accounts/calls/recording_source.rbs +32 -0
- data/sig/telnyx/models/texml/accounts/calls/texml_create_call_recording_response_body.rbs +134 -0
- data/sig/telnyx/models/texml/accounts/calls/texml_get_call_recordings_response_body.rbs +86 -0
- data/sig/telnyx/models/texml/accounts/calls/twiml_recording_channels.rbs +20 -0
- data/sig/telnyx/models/texml/accounts/conference_resource.rbs +136 -0
- data/sig/telnyx/models/texml/accounts/conference_retrieve_conferences_response.rbs +6 -135
- data/sig/telnyx/models/texml/accounts/conferences/participant_resource.rbs +140 -0
- data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_participants_response.rbs +6 -137
- data/sig/telnyx/models/texml/accounts/queue_resource.rbs +82 -0
- data/sig/telnyx/models/texml/accounts/transcriptions/texml_recording_transcription.rbs +111 -0
- data/sig/telnyx/models/texml/texml_get_call_recording_response_body.rbs +12 -46
- data/sig/telnyx/models/text_to_speech_generate_speech_params.rbs +650 -0
- data/sig/telnyx/models/text_to_speech_generate_speech_response.rbs +15 -0
- data/sig/telnyx/models/text_to_speech_retrieve_speech_params.rbs +113 -0
- data/sig/telnyx/models/transcribe_client_event.rbs +5 -0
- data/sig/telnyx/models/transcribe_server_event.rbs +61 -0
- data/sig/telnyx/models/uac_connection.rbs +325 -0
- data/sig/telnyx/models/uac_connection_create_params.rbs +28 -397
- data/sig/telnyx/models/uac_connection_create_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_delete_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_retrieve_response.rbs +5 -731
- data/sig/telnyx/models/uac_connection_update_params.rbs +28 -397
- data/sig/telnyx/models/uac_connection_update_response.rbs +5 -731
- data/sig/telnyx/models/uac_external_settings.rbs +73 -0
- data/sig/telnyx/models/uac_inbound.rbs +190 -0
- data/sig/telnyx/models/uac_inbound_request.rbs +163 -0
- data/sig/telnyx/models/uac_internal_settings.rbs +15 -0
- data/sig/telnyx/models/uac_outbound.rbs +113 -0
- data/sig/telnyx/models/update_phone_number_messaging_settings_request.rbs +36 -0
- data/sig/telnyx/models/verification_trigger_sms_params.rbs +4 -32
- data/sig/telnyx/models/virtual_cross_connect_combined.rbs +190 -0
- data/sig/telnyx/models/virtual_cross_connect_create.rbs +26 -0
- data/sig/telnyx/models/virtual_cross_connect_create_params.rbs +4 -127
- data/sig/telnyx/models/virtual_cross_connect_create_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_delete_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_patch.rbs +57 -0
- data/sig/telnyx/models/virtual_cross_connect_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/virtual_cross_connect_update_params.rbs +5 -51
- data/sig/telnyx/models/virtual_cross_connect_update_response.rbs +6 -18
- data/sig/telnyx/models/voice_clone_create_from_upload_params.rbs +57 -55
- data/sig/telnyx/models/voice_clone_create_params.rbs +33 -31
- data/sig/telnyx/models/voice_clone_response.rbs +15 -0
- data/sig/telnyx/models/voice_design_rename_response.rbs +6 -91
- data/sig/telnyx/models/voice_design_response.rbs +15 -0
- data/sig/telnyx/models/voice_design_summary_data.rbs +85 -0
- data/sig/telnyx/models/voice_designs_pagination_meta.rbs +43 -0
- data/sig/telnyx/models/voice_sdk_call_report.rbs +227 -0
- data/sig/telnyx/models/voice_sdk_call_report_log_entry.rbs +58 -0
- data/sig/telnyx/models/voice_sdk_call_report_retrieve_response.rbs +1 -338
- data/sig/telnyx/models/webhook_delivery.rbs +145 -0
- data/sig/telnyx/models/webhook_delivery_retrieve_response.rbs +5 -154
- data/sig/telnyx/models/whatsapp/template_create_params.rbs +5 -357
- data/sig/telnyx/models/whatsapp/user_data_retrieve_response.rbs +6 -57
- data/sig/telnyx/models/whatsapp/user_data_update_response.rbs +6 -57
- data/sig/telnyx/models/whatsapp/whatsapp_template_body_component.rbs +62 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_buttons_component.rbs +182 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_carousel_component.rbs +53 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_footer_component.rbs +48 -0
- data/sig/telnyx/models/whatsapp/whatsapp_template_header_component.rbs +92 -0
- data/sig/telnyx/models/whatsapp/whatsapp_user_data.rbs +54 -0
- data/sig/telnyx/models/whatsapp_message_template_update_params.rbs +5 -355
- data/sig/telnyx/models/wireguard_interface.rbs +11 -0
- data/sig/telnyx/models/wireguard_interface_create_params.rbs +58 -27
- data/sig/telnyx/models/wireguard_interface_create_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_delete_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_interface_read.rbs +127 -0
- data/sig/telnyx/models/wireguard_interface_retrieve_response.rbs +6 -18
- data/sig/telnyx/models/wireguard_peer.rbs +32 -0
- data/sig/telnyx/models/wireguard_peer_create_params.rbs +12 -4
- data/sig/telnyx/models/wireguard_peer_create_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_delete_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_retrieve_response.rbs +5 -45
- data/sig/telnyx/models/wireguard_peer_update_response.rbs +5 -45
- data/sig/telnyx/models/xai_voice_settings.rbs +34 -0
- data/sig/telnyx/models.rbs +142 -7
- data/sig/telnyx/resources/advanced_orders.rbs +7 -7
- data/sig/telnyx/resources/ai/assistants/canary_deploys.rbs +2 -2
- data/sig/telnyx/resources/ai/assistants/scheduled_events.rbs +1 -1
- data/sig/telnyx/resources/ai/assistants/tags.rbs +3 -3
- data/sig/telnyx/resources/ai/assistants/versions.rbs +7 -7
- data/sig/telnyx/resources/ai/assistants.rbs +14 -14
- data/sig/telnyx/resources/ai/chat.rbs +5 -5
- data/sig/telnyx/resources/ai/integrations.rbs +1 -1
- data/sig/telnyx/resources/ai/mcp_servers.rbs +4 -4
- data/sig/telnyx/resources/ai/missions/runs/events.rbs +3 -3
- data/sig/telnyx/resources/ai/missions/runs/plan.rbs +7 -7
- data/sig/telnyx/resources/ai/missions/runs.rbs +7 -7
- data/sig/telnyx/resources/ai/missions.rbs +5 -5
- data/sig/telnyx/resources/ai/openai/chat.rbs +5 -5
- data/sig/telnyx/resources/ai/openai.rbs +2 -2
- data/sig/telnyx/resources/ai/tools.rbs +4 -4
- data/sig/telnyx/resources/ai.rbs +9 -9
- data/sig/telnyx/resources/bulk_sim_card_actions.rbs +1 -1
- data/sig/telnyx/resources/calls/actions.rbs +7 -7
- data/sig/telnyx/resources/calls.rbs +1 -1
- data/sig/telnyx/resources/channel_zones.rbs +2 -2
- data/sig/telnyx/resources/conferences/actions.rbs +14 -14
- data/sig/telnyx/resources/conferences.rbs +2 -2
- data/sig/telnyx/resources/connections.rbs +1 -1
- data/sig/telnyx/resources/credential_connections.rbs +2 -2
- data/sig/telnyx/resources/custom_storage_credentials.rbs +3 -3
- data/sig/telnyx/resources/dialogflow_connections.rbs +3 -3
- data/sig/telnyx/resources/dir/comments.rbs +2 -2
- data/sig/telnyx/resources/dir/phone_number_batches.rbs +2 -2
- data/sig/telnyx/resources/dir/phone_numbers.rbs +3 -3
- data/sig/telnyx/resources/dir.rbs +17 -17
- data/sig/telnyx/resources/enterprises/dir.rbs +4 -4
- data/sig/telnyx/resources/enterprises/reputation/loa.rbs +2 -2
- data/sig/telnyx/resources/enterprises/reputation/numbers.rbs +3 -3
- data/sig/telnyx/resources/enterprises/reputation/remediation.rbs +11 -11
- data/sig/telnyx/resources/enterprises/reputation.rbs +5 -5
- data/sig/telnyx/resources/enterprises.rbs +5 -5
- data/sig/telnyx/resources/external_connections/log_messages.rbs +1 -1
- data/sig/telnyx/resources/external_connections/releases.rbs +1 -1
- data/sig/telnyx/resources/faxes.rbs +1 -1
- data/sig/telnyx/resources/fqdn_connections.rbs +2 -2
- data/sig/telnyx/resources/global_ip_health_checks.rbs +1 -1
- data/sig/telnyx/resources/global_ips.rbs +1 -1
- data/sig/telnyx/resources/infringement_claims.rbs +3 -3
- data/sig/telnyx/resources/ip_connections.rbs +2 -2
- data/sig/telnyx/resources/messaging_10dlc/brand/external_vetting.rbs +2 -2
- data/sig/telnyx/resources/messaging_10dlc/brand.rbs +2 -2
- data/sig/telnyx/resources/messaging_profile_metrics.rbs +1 -1
- data/sig/telnyx/resources/messaging_profiles.rbs +1 -1
- data/sig/telnyx/resources/mobile_phone_numbers/messaging.rbs +1 -1
- data/sig/telnyx/resources/networks.rbs +3 -3
- data/sig/telnyx/resources/porting/events.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/action_requirements.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/additional_documents.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/comments.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/phone_number_configurations.rbs +1 -1
- data/sig/telnyx/resources/porting_orders/verification_codes.rbs +1 -1
- data/sig/telnyx/resources/porting_phone_numbers.rbs +1 -1
- data/sig/telnyx/resources/portouts/events.rbs +1 -1
- data/sig/telnyx/resources/pronunciation_dicts.rbs +5 -5
- data/sig/telnyx/resources/public_internet_gateways.rbs +2 -4
- data/sig/telnyx/resources/queues/calls.rbs +1 -1
- data/sig/telnyx/resources/recordings.rbs +2 -2
- data/sig/telnyx/resources/reputation/numbers.rbs +2 -2
- data/sig/telnyx/resources/requirements.rbs +1 -1
- data/sig/telnyx/resources/room_recordings.rbs +1 -1
- data/sig/telnyx/resources/siprec_connectors.rbs +3 -3
- data/sig/telnyx/resources/speech_to_text.rbs +14 -1
- data/sig/telnyx/resources/terms_of_service/agreements.rbs +3 -3
- data/sig/telnyx/resources/terms_of_service/branded_calling.rbs +1 -1
- data/sig/telnyx/resources/terms_of_service/number_reputation.rbs +1 -1
- data/sig/telnyx/resources/terms_of_service.rbs +6 -6
- data/sig/telnyx/resources/texml/accounts/calls/recordings.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts/calls/recordings_json.rbs +2 -2
- data/sig/telnyx/resources/texml/accounts/calls.rbs +3 -3
- data/sig/telnyx/resources/texml/accounts/conferences/participants.rbs +2 -2
- data/sig/telnyx/resources/texml/accounts/conferences.rbs +3 -3
- data/sig/telnyx/resources/texml/accounts/queues.rbs +4 -4
- data/sig/telnyx/resources/texml/accounts/transcriptions/json.rbs +1 -1
- data/sig/telnyx/resources/texml/accounts.rbs +1 -1
- data/sig/telnyx/resources/text_to_speech.rbs +24 -13
- data/sig/telnyx/resources/uac_connections.rbs +11 -11
- data/sig/telnyx/resources/virtual_cross_connects.rbs +2 -2
- data/sig/telnyx/resources/voice_clones.rbs +5 -5
- data/sig/telnyx/resources/voice_designs.rbs +3 -3
- data/sig/telnyx/resources/voice_sdk_call_reports.rbs +1 -1
- data/sig/telnyx/resources/webhook_deliveries.rbs +1 -1
- data/sig/telnyx/resources/wireguard_interfaces.rbs +2 -5
- data/sig/telnyx/resources/wireguard_peers.rbs +2 -2
- metadata +594 -453
- data/lib/telnyx/models/advanced_order_create_response.rb +0 -128
- data/lib/telnyx/models/advanced_order_retrieve_response.rb +0 -128
- data/lib/telnyx/models/advanced_order_update_requirement_group_response.rb +0 -128
- data/lib/telnyx/models/ai/assistants/tag_add_response.rb +0 -20
- data/lib/telnyx/models/ai/assistants/tag_list_response.rb +0 -20
- data/lib/telnyx/models/ai/assistants/tag_remove_response.rb +0 -20
- data/lib/telnyx/models/ai/integration_retrieve_response.rb +0 -65
- data/lib/telnyx/models/ai/mcp_server_create_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_list_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_retrieve_response.rb +0 -54
- data/lib/telnyx/models/ai/mcp_server_update_response.rb +0 -54
- data/lib/telnyx/models/ai/mission_create_response.rb +0 -18
- data/lib/telnyx/models/ai/mission_retrieve_response.rb +0 -18
- data/lib/telnyx/models/ai/mission_update_mission_response.rb +0 -18
- data/lib/telnyx/models/ai/missions/run_cancel_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_create_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_pause_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_resume_run_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_retrieve_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/run_update_response.rb +0 -20
- data/lib/telnyx/models/ai/missions/runs/event_get_event_details_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/event_log_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_create_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_get_step_details_response.rb +0 -22
- data/lib/telnyx/models/ai/missions/runs/plan_update_step_response.rb +0 -22
- data/lib/telnyx/models/ai/openai_list_models_response.rb +0 -231
- data/lib/telnyx/models/ai/tool_create_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_list_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_retrieve_response.rb +0 -48
- data/lib/telnyx/models/ai/tool_update_response.rb +0 -48
- data/lib/telnyx/models/ai_retrieve_models_response.rb +0 -229
- data/lib/telnyx/models/ai_search_conversation_histories_params.rb +0 -171
- data/lib/telnyx/models/ai_search_conversation_histories_response.rb +0 -233
- data/lib/telnyx/models/bulk_sim_card_action_list_response.rb +0 -94
- data/lib/telnyx/models/channel_zone_list_response.rb +0 -75
- data/lib/telnyx/models/channel_zone_update_response.rb +0 -75
- data/lib/telnyx/models/conference_retrieve_participant_response.rb +0 -16
- data/lib/telnyx/models/conference_update_participant_response.rb +0 -16
- data/lib/telnyx/models/connection_list_response.rb +0 -123
- data/lib/telnyx/models/custom_storage_credential_create_response.rb +0 -48
- data/lib/telnyx/models/custom_storage_credential_retrieve_response.rb +0 -48
- data/lib/telnyx/models/custom_storage_credential_update_response.rb +0 -48
- data/lib/telnyx/models/dialogflow_connection_create_response.rb +0 -63
- data/lib/telnyx/models/dialogflow_connection_retrieve_response.rb +0 -63
- data/lib/telnyx/models/dialogflow_connection_update_response.rb +0 -63
- data/lib/telnyx/models/dir/comment_list_response.rb +0 -136
- data/lib/telnyx/models/dir/phone_number_batch_list_response.rb +0 -349
- data/lib/telnyx/models/dir/phone_number_list_response.rb +0 -182
- data/lib/telnyx/models/dir_create_loa_params.rb +0 -158
- data/lib/telnyx/models/dir_list_infringement_claims_response.rb +0 -366
- data/lib/telnyx/models/dir_list_response.rb +0 -321
- data/lib/telnyx/models/dir_retrieve_response.rb +0 -332
- data/lib/telnyx/models/dir_submit_response.rb +0 -332
- data/lib/telnyx/models/dir_update_infringement_response.rb +0 -335
- data/lib/telnyx/models/dir_update_response.rb +0 -332
- data/lib/telnyx/models/enterprise_activate_branded_calling_params.rb +0 -20
- data/lib/telnyx/models/enterprise_activate_branded_calling_response.rb +0 -16
- data/lib/telnyx/models/enterprise_create_response.rb +0 -16
- data/lib/telnyx/models/enterprise_retrieve_response.rb +0 -16
- data/lib/telnyx/models/enterprise_update_response.rb +0 -16
- data/lib/telnyx/models/enterprises/dir_create_response.rb +0 -337
- data/lib/telnyx/models/enterprises/dir_list_response.rb +0 -324
- data/lib/telnyx/models/enterprises/reputation/loa_update_response.rb +0 -20
- data/lib/telnyx/models/enterprises/reputation/number_associate_response.rb +0 -131
- data/lib/telnyx/models/enterprises/reputation/number_list_response.rb +0 -59
- data/lib/telnyx/models/enterprises/reputation/number_retrieve_response.rb +0 -70
- data/lib/telnyx/models/enterprises/reputation/remediation_retrieve_response.rb +0 -187
- data/lib/telnyx/models/enterprises/reputation/remediation_submit_params.rb +0 -62
- data/lib/telnyx/models/enterprises/reputation/remediation_submit_response.rb +0 -187
- data/lib/telnyx/models/enterprises/reputation_enable_response.rb +0 -18
- data/lib/telnyx/models/enterprises/reputation_retrieve_response.rb +0 -18
- data/lib/telnyx/models/enterprises/reputation_update_frequency_response.rb +0 -18
- data/lib/telnyx/models/external_connections/log_message_list_response.rb +0 -82
- data/lib/telnyx/models/external_connections/release_list_response.rb +0 -76
- data/lib/telnyx/models/global_ip_health_check_list_response.rb +0 -33
- data/lib/telnyx/models/global_ip_list_response.rb +0 -43
- data/lib/telnyx/models/infringement_claim_contest_response.rb +0 -377
- data/lib/telnyx/models/infringement_claim_retrieve_response.rb +0 -377
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rb +0 -77
- data/lib/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rb +0 -77
- data/lib/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rb +0 -82
- data/lib/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rb +0 -82
- data/lib/telnyx/models/mobile_phone_numbers/messaging_list_response.rb +0 -159
- data/lib/telnyx/models/network_list_response.rb +0 -17
- data/lib/telnyx/models/porting/event_list_response.rb +0 -29
- data/lib/telnyx/models/porting_orders/action_requirement_list_response.rb +0 -120
- data/lib/telnyx/models/porting_orders/additional_document_list_response.rb +0 -101
- data/lib/telnyx/models/porting_orders/comment_list_response.rb +0 -71
- data/lib/telnyx/models/porting_orders/phone_number_configuration_list_response.rb +0 -61
- data/lib/telnyx/models/porting_orders/verification_code_list_response.rb +0 -69
- data/lib/telnyx/models/porting_phone_number_list_response.rb +0 -180
- data/lib/telnyx/models/portouts/event_list_response.rb +0 -23
- data/lib/telnyx/models/pronunciation_dict_create_response.rb +0 -19
- data/lib/telnyx/models/pronunciation_dict_retrieve_response.rb +0 -19
- data/lib/telnyx/models/pronunciation_dict_update_response.rb +0 -19
- data/lib/telnyx/models/public_internet_gateway_list_response.rb +0 -10
- data/lib/telnyx/models/queues/call_list_response.rb +0 -121
- data/lib/telnyx/models/recording_delete_response.rb +0 -16
- data/lib/telnyx/models/recording_retrieve_response.rb +0 -16
- data/lib/telnyx/models/reputation/number_list_response.rb +0 -57
- data/lib/telnyx/models/reputation/number_retrieve_response.rb +0 -68
- data/lib/telnyx/models/requirement_list_response.rb +0 -119
- data/lib/telnyx/models/room_recording_list_response.rb +0 -164
- data/lib/telnyx/models/siprec_connector_create_response.rb +0 -75
- data/lib/telnyx/models/siprec_connector_retrieve_response.rb +0 -75
- data/lib/telnyx/models/siprec_connector_update_response.rb +0 -75
- data/lib/telnyx/models/terms_of_service/agreement_list_response.rb +0 -74
- data/lib/telnyx/models/terms_of_service/agreement_retrieve_response.rb +0 -92
- data/lib/telnyx/models/terms_of_service/branded_calling_agree_response.rb +0 -92
- data/lib/telnyx/models/terms_of_service/number_reputation_agree_response.rb +0 -93
- data/lib/telnyx/models/terms_of_service_info_params.rb +0 -33
- data/lib/telnyx/models/terms_of_service_info_response.rb +0 -69
- data/lib/telnyx/models/terms_of_service_status_params.rb +0 -33
- data/lib/telnyx/models/terms_of_service_status_response.rb +0 -93
- data/lib/telnyx/models/texml/account_retrieve_recordings_json_response.rb +0 -83
- data/lib/telnyx/models/texml/accounts/call_retrieve_response.rb +0 -208
- data/lib/telnyx/models/texml/accounts/call_update_response.rb +0 -208
- data/lib/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rb +0 -177
- data/lib/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rb +0 -177
- data/lib/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rb +0 -87
- data/lib/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/conference_retrieve_response.rb +0 -144
- data/lib/telnyx/models/texml/accounts/conference_update_response.rb +0 -144
- data/lib/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rb +0 -150
- data/lib/telnyx/models/texml/accounts/conferences/participant_update_response.rb +0 -150
- data/lib/telnyx/models/texml/accounts/queue_create_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_list_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_retrieve_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/queue_update_response.rb +0 -85
- data/lib/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rb +0 -119
- data/lib/telnyx/models/text_to_speech_generate_params.rb +0 -638
- data/lib/telnyx/models/text_to_speech_generate_response.rb +0 -19
- data/lib/telnyx/models/uac_connection_list_response.rb +0 -876
- data/lib/telnyx/models/virtual_cross_connect_list_response.rb +0 -10
- data/lib/telnyx/models/voice_clone_create_from_design_params.rb +0 -79
- data/lib/telnyx/models/voice_clone_create_from_design_response.rb +0 -137
- data/lib/telnyx/models/voice_clone_create_from_upload_response.rb +0 -19
- data/lib/telnyx/models/voice_clone_create_response.rb +0 -19
- data/lib/telnyx/models/voice_clone_update_response.rb +0 -19
- data/lib/telnyx/models/voice_design_create_response.rb +0 -19
- data/lib/telnyx/models/voice_design_list_response.rb +0 -92
- data/lib/telnyx/models/voice_design_retrieve_response.rb +0 -19
- data/lib/telnyx/models/voice_sdk_call_report_list_response.rb +0 -385
- data/lib/telnyx/models/webhook_delivery_list_response.rb +0 -150
- data/lib/telnyx/models/wireguard_interface_list_response.rb +0 -10
- data/lib/telnyx/models/wireguard_peer_list_response.rb +0 -42
- data/rbi/telnyx/models/advanced_order_create_response.rbi +0 -332
- data/rbi/telnyx/models/advanced_order_retrieve_response.rbi +0 -335
- data/rbi/telnyx/models/advanced_order_update_requirement_group_response.rbi +0 -338
- data/rbi/telnyx/models/ai/assistants/tag_add_response.rbi +0 -30
- data/rbi/telnyx/models/ai/assistants/tag_list_response.rbi +0 -30
- data/rbi/telnyx/models/ai/assistants/tag_remove_response.rbi +0 -30
- data/rbi/telnyx/models/ai/integration_retrieve_response.rbi +0 -116
- data/rbi/telnyx/models/ai/mcp_server_create_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_list_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_retrieve_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mcp_server_update_response.rbi +0 -76
- data/rbi/telnyx/models/ai/mission_create_response.rbi +0 -35
- data/rbi/telnyx/models/ai/mission_retrieve_response.rbi +0 -35
- data/rbi/telnyx/models/ai/mission_update_mission_response.rbi +0 -35
- data/rbi/telnyx/models/ai/missions/run_cancel_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_create_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_pause_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_resume_run_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_retrieve_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/run_update_response.rbi +0 -41
- data/rbi/telnyx/models/ai/missions/runs/event_get_event_details_response.rbi +0 -43
- data/rbi/telnyx/models/ai/missions/runs/event_log_response.rbi +0 -43
- data/rbi/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbi +0 -40
- data/rbi/telnyx/models/ai/missions/runs/plan_create_response.rbi +0 -40
- data/rbi/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbi +0 -47
- data/rbi/telnyx/models/ai/missions/runs/plan_update_step_response.rbi +0 -47
- data/rbi/telnyx/models/ai/openai_list_models_response.rbi +0 -355
- data/rbi/telnyx/models/ai/tool_create_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_list_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_retrieve_response.rbi +0 -79
- data/rbi/telnyx/models/ai/tool_update_response.rbi +0 -79
- data/rbi/telnyx/models/ai_retrieve_models_response.rbi +0 -348
- data/rbi/telnyx/models/ai_search_conversation_histories_params.rbi +0 -319
- data/rbi/telnyx/models/ai_search_conversation_histories_response.rbi +0 -393
- data/rbi/telnyx/models/bulk_sim_card_action_list_response.rbi +0 -182
- data/rbi/telnyx/models/channel_zone_list_response.rbi +0 -120
- data/rbi/telnyx/models/channel_zone_update_response.rbi +0 -120
- data/rbi/telnyx/models/conference_retrieve_participant_response.rbi +0 -33
- data/rbi/telnyx/models/conference_update_participant_response.rbi +0 -33
- data/rbi/telnyx/models/connection_list_response.rbi +0 -212
- data/rbi/telnyx/models/custom_storage_credential_create_response.rbi +0 -95
- data/rbi/telnyx/models/custom_storage_credential_retrieve_response.rbi +0 -95
- data/rbi/telnyx/models/custom_storage_credential_update_response.rbi +0 -95
- data/rbi/telnyx/models/dialogflow_connection_create_response.rbi +0 -123
- data/rbi/telnyx/models/dialogflow_connection_retrieve_response.rbi +0 -127
- data/rbi/telnyx/models/dialogflow_connection_update_response.rbi +0 -123
- data/rbi/telnyx/models/dir/comment_list_response.rbi +0 -326
- data/rbi/telnyx/models/dir/phone_number_batch_list_response.rbi +0 -730
- data/rbi/telnyx/models/dir/phone_number_list_response.rbi +0 -327
- data/rbi/telnyx/models/dir_create_loa_params.rbi +0 -223
- data/rbi/telnyx/models/dir_list_infringement_claims_response.rbi +0 -801
- data/rbi/telnyx/models/dir_list_response.rbi +0 -575
- data/rbi/telnyx/models/dir_retrieve_response.rbi +0 -643
- data/rbi/telnyx/models/dir_submit_response.rbi +0 -639
- data/rbi/telnyx/models/dir_update_infringement_response.rbi +0 -663
- data/rbi/telnyx/models/dir_update_response.rbi +0 -639
- data/rbi/telnyx/models/enterprise_activate_branded_calling_params.rbi +0 -38
- data/rbi/telnyx/models/enterprise_activate_branded_calling_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_create_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_retrieve_response.rbi +0 -31
- data/rbi/telnyx/models/enterprise_update_response.rbi +0 -31
- data/rbi/telnyx/models/enterprises/dir_create_response.rbi +0 -665
- data/rbi/telnyx/models/enterprises/dir_list_response.rbi +0 -625
- data/rbi/telnyx/models/enterprises/reputation/loa_update_response.rbi +0 -45
- data/rbi/telnyx/models/enterprises/reputation/number_associate_response.rbi +0 -236
- data/rbi/telnyx/models/enterprises/reputation/number_list_response.rbi +0 -98
- data/rbi/telnyx/models/enterprises/reputation/number_retrieve_response.rbi +0 -143
- data/rbi/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbi +0 -332
- data/rbi/telnyx/models/enterprises/reputation/remediation_submit_params.rbi +0 -88
- data/rbi/telnyx/models/enterprises/reputation/remediation_submit_response.rbi +0 -332
- data/rbi/telnyx/models/enterprises/reputation_enable_response.rbi +0 -43
- data/rbi/telnyx/models/enterprises/reputation_retrieve_response.rbi +0 -43
- data/rbi/telnyx/models/enterprises/reputation_update_frequency_response.rbi +0 -43
- data/rbi/telnyx/models/external_connections/log_message_list_response.rbi +0 -181
- data/rbi/telnyx/models/external_connections/release_list_response.rbi +0 -180
- data/rbi/telnyx/models/global_ip_health_check_list_response.rbi +0 -65
- data/rbi/telnyx/models/global_ip_list_response.rbi +0 -73
- data/rbi/telnyx/models/infringement_claim_contest_response.rbi +0 -841
- data/rbi/telnyx/models/infringement_claim_retrieve_response.rbi +0 -841
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbi +0 -121
- data/rbi/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbi +0 -121
- data/rbi/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbi +0 -110
- data/rbi/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbi +0 -110
- data/rbi/telnyx/models/mobile_phone_numbers/messaging_list_response.rbi +0 -316
- data/rbi/telnyx/models/network_list_response.rbi +0 -30
- data/rbi/telnyx/models/porting/event_list_response.rbi +0 -31
- data/rbi/telnyx/models/porting_orders/action_requirement_list_response.rbi +0 -244
- data/rbi/telnyx/models/porting_orders/additional_document_list_response.rbi +0 -191
- data/rbi/telnyx/models/porting_orders/comment_list_response.rbi +0 -149
- data/rbi/telnyx/models/porting_orders/phone_number_configuration_list_response.rbi +0 -100
- data/rbi/telnyx/models/porting_orders/verification_code_list_response.rbi +0 -111
- data/rbi/telnyx/models/porting_phone_number_list_response.rbi +0 -494
- data/rbi/telnyx/models/portouts/event_list_response.rbi +0 -28
- data/rbi/telnyx/models/pronunciation_dict_create_response.rbi +0 -38
- data/rbi/telnyx/models/pronunciation_dict_retrieve_response.rbi +0 -38
- data/rbi/telnyx/models/pronunciation_dict_update_response.rbi +0 -38
- data/rbi/telnyx/models/public_internet_gateway_list_response.rbi +0 -23
- data/rbi/telnyx/models/queues/call_list_response.rbi +0 -170
- data/rbi/telnyx/models/recording_delete_response.rbi +0 -33
- data/rbi/telnyx/models/recording_retrieve_response.rbi +0 -33
- data/rbi/telnyx/models/reputation/number_list_response.rbi +0 -96
- data/rbi/telnyx/models/reputation/number_retrieve_response.rbi +0 -136
- data/rbi/telnyx/models/requirement_list_response.rbi +0 -247
- data/rbi/telnyx/models/room_recording_list_response.rbi +0 -291
- data/rbi/telnyx/models/siprec_connector_create_response.rbi +0 -143
- data/rbi/telnyx/models/siprec_connector_retrieve_response.rbi +0 -143
- data/rbi/telnyx/models/siprec_connector_update_response.rbi +0 -143
- data/rbi/telnyx/models/terms_of_service/agreement_list_response.rbi +0 -143
- data/rbi/telnyx/models/terms_of_service/agreement_retrieve_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service/branded_calling_agree_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service/number_reputation_agree_response.rbi +0 -196
- data/rbi/telnyx/models/terms_of_service_info_params.rbi +0 -87
- data/rbi/telnyx/models/terms_of_service_info_response.rbi +0 -178
- data/rbi/telnyx/models/terms_of_service_status_params.rbi +0 -89
- data/rbi/telnyx/models/terms_of_service_status_response.rbi +0 -167
- data/rbi/telnyx/models/texml/account_retrieve_recordings_json_response.rbi +0 -146
- data/rbi/telnyx/models/texml/accounts/call_retrieve_response.rbi +0 -413
- data/rbi/telnyx/models/texml/accounts/call_update_response.rbi +0 -413
- data/rbi/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbi +0 -345
- data/rbi/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbi +0 -345
- data/rbi/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbi +0 -152
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbi +0 -150
- data/rbi/telnyx/models/texml/accounts/conference_retrieve_response.rbi +0 -282
- data/rbi/telnyx/models/texml/accounts/conference_update_response.rbi +0 -282
- data/rbi/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbi +0 -256
- data/rbi/telnyx/models/texml/accounts/conferences/participant_update_response.rbi +0 -256
- data/rbi/telnyx/models/texml/accounts/queue_create_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_list_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_retrieve_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/queue_update_response.rbi +0 -135
- data/rbi/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbi +0 -199
- data/rbi/telnyx/models/text_to_speech_generate_params.rbi +0 -1404
- data/rbi/telnyx/models/text_to_speech_generate_response.rbi +0 -34
- data/rbi/telnyx/models/uac_connection_list_response.rbi +0 -1727
- data/rbi/telnyx/models/virtual_cross_connect_list_response.rbi +0 -23
- data/rbi/telnyx/models/voice_clone_create_from_design_params.rbi +0 -160
- data/rbi/telnyx/models/voice_clone_create_from_design_response.rbi +0 -270
- data/rbi/telnyx/models/voice_clone_create_from_upload_response.rbi +0 -36
- data/rbi/telnyx/models/voice_clone_create_response.rbi +0 -36
- data/rbi/telnyx/models/voice_clone_update_response.rbi +0 -36
- data/rbi/telnyx/models/voice_design_create_response.rbi +0 -36
- data/rbi/telnyx/models/voice_design_list_response.rbi +0 -191
- data/rbi/telnyx/models/voice_design_retrieve_response.rbi +0 -36
- data/rbi/telnyx/models/voice_sdk_call_report_list_response.rbi +0 -774
- data/rbi/telnyx/models/webhook_delivery_list_response.rbi +0 -297
- data/rbi/telnyx/models/wireguard_interface_list_response.rbi +0 -23
- data/rbi/telnyx/models/wireguard_peer_list_response.rbi +0 -73
- data/sig/telnyx/models/advanced_order_create_response.rbs +0 -140
- data/sig/telnyx/models/advanced_order_retrieve_response.rbs +0 -140
- data/sig/telnyx/models/advanced_order_update_requirement_group_response.rbs +0 -140
- data/sig/telnyx/models/ai/assistants/tag_add_response.rbs +0 -17
- data/sig/telnyx/models/ai/assistants/tag_list_response.rbs +0 -17
- data/sig/telnyx/models/ai/assistants/tag_remove_response.rbs +0 -17
- data/sig/telnyx/models/ai/integration_retrieve_response.rbs +0 -63
- data/sig/telnyx/models/ai/mcp_server_create_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_list_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_retrieve_response.rbs +0 -52
- data/sig/telnyx/models/ai/mcp_server_update_response.rbs +0 -52
- data/sig/telnyx/models/ai/mission_create_response.rbs +0 -15
- data/sig/telnyx/models/ai/mission_retrieve_response.rbs +0 -15
- data/sig/telnyx/models/ai/mission_update_mission_response.rbs +0 -15
- data/sig/telnyx/models/ai/missions/run_cancel_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_create_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_pause_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_resume_run_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_retrieve_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/run_update_response.rbs +0 -18
- data/sig/telnyx/models/ai/missions/runs/event_get_event_details_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/event_log_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/plan_add_steps_to_plan_response.rbs +0 -24
- data/sig/telnyx/models/ai/missions/runs/plan_create_response.rbs +0 -24
- data/sig/telnyx/models/ai/missions/runs/plan_get_step_details_response.rbs +0 -22
- data/sig/telnyx/models/ai/missions/runs/plan_update_step_response.rbs +0 -22
- data/sig/telnyx/models/ai/openai_list_models_response.rbs +0 -168
- data/sig/telnyx/models/ai/tool_create_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_list_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_retrieve_response.rbs +0 -53
- data/sig/telnyx/models/ai/tool_update_response.rbs +0 -53
- data/sig/telnyx/models/ai_retrieve_models_response.rbs +0 -166
- data/sig/telnyx/models/ai_search_conversation_histories_params.rbs +0 -144
- data/sig/telnyx/models/ai_search_conversation_histories_response.rbs +0 -168
- data/sig/telnyx/models/bulk_sim_card_action_list_response.rbs +0 -81
- data/sig/telnyx/models/channel_zone_list_response.rbs +0 -64
- data/sig/telnyx/models/channel_zone_update_response.rbs +0 -64
- data/sig/telnyx/models/conference_retrieve_participant_response.rbs +0 -18
- data/sig/telnyx/models/conference_update_participant_response.rbs +0 -18
- data/sig/telnyx/models/connection_list_response.rbs +0 -110
- data/sig/telnyx/models/custom_storage_credential_create_response.rbs +0 -40
- data/sig/telnyx/models/custom_storage_credential_retrieve_response.rbs +0 -40
- data/sig/telnyx/models/custom_storage_credential_update_response.rbs +0 -40
- data/sig/telnyx/models/dialogflow_connection_create_response.rbs +0 -65
- data/sig/telnyx/models/dialogflow_connection_retrieve_response.rbs +0 -65
- data/sig/telnyx/models/dialogflow_connection_update_response.rbs +0 -65
- data/sig/telnyx/models/dir/comment_list_response.rbs +0 -133
- data/sig/telnyx/models/dir/phone_number_batch_list_response.rbs +0 -312
- data/sig/telnyx/models/dir/phone_number_list_response.rbs +0 -144
- data/sig/telnyx/models/dir_create_loa_params.rbs +0 -133
- data/sig/telnyx/models/dir_list_infringement_claims_response.rbs +0 -337
- data/sig/telnyx/models/dir_list_response.rbs +0 -283
- data/sig/telnyx/models/dir_retrieve_response.rbs +0 -294
- data/sig/telnyx/models/dir_submit_response.rbs +0 -293
- data/sig/telnyx/models/dir_update_infringement_response.rbs +0 -298
- data/sig/telnyx/models/dir_update_response.rbs +0 -293
- data/sig/telnyx/models/enterprise_activate_branded_calling_params.rbs +0 -23
- data/sig/telnyx/models/enterprise_activate_branded_calling_response.rbs +0 -14
- data/sig/telnyx/models/enterprise_create_response.rbs +0 -13
- data/sig/telnyx/models/enterprise_retrieve_response.rbs +0 -13
- data/sig/telnyx/models/enterprise_update_response.rbs +0 -13
- data/sig/telnyx/models/enterprises/dir_create_response.rbs +0 -300
- data/sig/telnyx/models/enterprises/dir_list_response.rbs +0 -285
- data/sig/telnyx/models/enterprises/reputation/loa_update_response.rbs +0 -22
- data/sig/telnyx/models/enterprises/reputation/number_associate_response.rbs +0 -113
- data/sig/telnyx/models/enterprises/reputation/number_list_response.rbs +0 -59
- data/sig/telnyx/models/enterprises/reputation/number_retrieve_response.rbs +0 -76
- data/sig/telnyx/models/enterprises/reputation/remediation_retrieve_response.rbs +0 -163
- data/sig/telnyx/models/enterprises/reputation/remediation_submit_params.rbs +0 -54
- data/sig/telnyx/models/enterprises/reputation/remediation_submit_response.rbs +0 -163
- data/sig/telnyx/models/enterprises/reputation_enable_response.rbs +0 -20
- data/sig/telnyx/models/enterprises/reputation_retrieve_response.rbs +0 -20
- data/sig/telnyx/models/enterprises/reputation_update_frequency_response.rbs +0 -20
- data/sig/telnyx/models/external_connections/log_message_list_response.rbs +0 -97
- data/sig/telnyx/models/external_connections/release_list_response.rbs +0 -86
- data/sig/telnyx/models/global_ip_health_check_list_response.rbs +0 -36
- data/sig/telnyx/models/global_ip_list_response.rbs +0 -43
- data/sig/telnyx/models/infringement_claim_contest_response.rbs +0 -352
- data/sig/telnyx/models/infringement_claim_retrieve_response.rbs +0 -352
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_imports_response.rbs +0 -68
- data/sig/telnyx/models/messaging_10dlc/brand/external_vetting_order_response.rbs +0 -68
- data/sig/telnyx/models/messaging_10dlc/brand_get_sms_otp_by_reference_response.rbs +0 -63
- data/sig/telnyx/models/messaging_10dlc/brand_retrieve_sms_otp_status_response.rbs +0 -63
- data/sig/telnyx/models/mobile_phone_numbers/messaging_list_response.rbs +0 -143
- data/sig/telnyx/models/network_list_response.rbs +0 -15
- data/sig/telnyx/models/porting/event_list_response.rbs +0 -19
- data/sig/telnyx/models/porting_orders/action_requirement_list_response.rbs +0 -111
- data/sig/telnyx/models/porting_orders/additional_document_list_response.rbs +0 -95
- data/sig/telnyx/models/porting_orders/comment_list_response.rbs +0 -73
- data/sig/telnyx/models/porting_orders/phone_number_configuration_list_response.rbs +0 -59
- data/sig/telnyx/models/porting_orders/verification_code_list_response.rbs +0 -66
- data/sig/telnyx/models/porting_phone_number_list_response.rbs +0 -193
- data/sig/telnyx/models/portouts/event_list_response.rbs +0 -16
- data/sig/telnyx/models/pronunciation_dict_create_response.rbs +0 -18
- data/sig/telnyx/models/pronunciation_dict_retrieve_response.rbs +0 -18
- data/sig/telnyx/models/pronunciation_dict_update_response.rbs +0 -18
- data/sig/telnyx/models/public_internet_gateway_list_response.rbs +0 -11
- data/sig/telnyx/models/queues/call_list_response.rbs +0 -89
- data/sig/telnyx/models/recording_delete_response.rbs +0 -17
- data/sig/telnyx/models/recording_retrieve_response.rbs +0 -17
- data/sig/telnyx/models/reputation/number_list_response.rbs +0 -57
- data/sig/telnyx/models/reputation/number_retrieve_response.rbs +0 -72
- data/sig/telnyx/models/requirement_list_response.rbs +0 -109
- data/sig/telnyx/models/room_recording_list_response.rbs +0 -153
- data/sig/telnyx/models/siprec_connector_create_response.rbs +0 -79
- data/sig/telnyx/models/siprec_connector_retrieve_response.rbs +0 -79
- data/sig/telnyx/models/siprec_connector_update_response.rbs +0 -79
- data/sig/telnyx/models/terms_of_service/agreement_list_response.rbs +0 -72
- data/sig/telnyx/models/terms_of_service/agreement_retrieve_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service/branded_calling_agree_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service/number_reputation_agree_response.rbs +0 -89
- data/sig/telnyx/models/terms_of_service_info_params.rbs +0 -39
- data/sig/telnyx/models/terms_of_service_info_response.rbs +0 -84
- data/sig/telnyx/models/terms_of_service_status_params.rbs +0 -39
- data/sig/telnyx/models/terms_of_service_status_response.rbs +0 -71
- data/sig/telnyx/models/texml/account_retrieve_recordings_json_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/call_retrieve_response.rbs +0 -197
- data/sig/telnyx/models/texml/accounts/call_update_response.rbs +0 -197
- data/sig/telnyx/models/texml/accounts/calls/recording_recording_sid_json_response.rbs +0 -168
- data/sig/telnyx/models/texml/accounts/calls/recordings_json_recordings_json_response.rbs +0 -168
- data/sig/telnyx/models/texml/accounts/calls/recordings_json_retrieve_recordings_json_response.rbs +0 -86
- data/sig/telnyx/models/texml/accounts/conference_retrieve_recordings_json_response.rbs +0 -84
- data/sig/telnyx/models/texml/accounts/conference_retrieve_response.rbs +0 -136
- data/sig/telnyx/models/texml/accounts/conference_update_response.rbs +0 -136
- data/sig/telnyx/models/texml/accounts/conferences/participant_retrieve_response.rbs +0 -140
- data/sig/telnyx/models/texml/accounts/conferences/participant_update_response.rbs +0 -140
- data/sig/telnyx/models/texml/accounts/queue_create_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_list_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_retrieve_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/queue_update_response.rbs +0 -82
- data/sig/telnyx/models/texml/accounts/transcriptions/json_retrieve_recording_transcription_sid_json_response.rbs +0 -109
- data/sig/telnyx/models/text_to_speech_generate_params.rbs +0 -650
- data/sig/telnyx/models/text_to_speech_generate_response.rbs +0 -15
- data/sig/telnyx/models/uac_connection_list_response.rbs +0 -722
- data/sig/telnyx/models/virtual_cross_connect_list_response.rbs +0 -11
- data/sig/telnyx/models/voice_clone_create_from_design_params.rbs +0 -75
- data/sig/telnyx/models/voice_clone_create_from_design_response.rbs +0 -118
- data/sig/telnyx/models/voice_clone_create_from_upload_response.rbs +0 -16
- data/sig/telnyx/models/voice_clone_create_response.rbs +0 -15
- data/sig/telnyx/models/voice_clone_update_response.rbs +0 -15
- data/sig/telnyx/models/voice_design_create_response.rbs +0 -15
- data/sig/telnyx/models/voice_design_list_response.rbs +0 -85
- data/sig/telnyx/models/voice_design_retrieve_response.rbs +0 -15
- data/sig/telnyx/models/voice_sdk_call_report_list_response.rbs +0 -340
- data/sig/telnyx/models/webhook_delivery_list_response.rbs +0 -145
- data/sig/telnyx/models/wireguard_interface_list_response.rbs +0 -11
- data/sig/telnyx/models/wireguard_peer_list_response.rbs +0 -32
|
@@ -22,38 +22,38 @@ module Telnyx
|
|
|
22
22
|
sig do
|
|
23
23
|
returns(
|
|
24
24
|
T.any(
|
|
25
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
26
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
27
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
25
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL,
|
|
26
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml,
|
|
27
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault
|
|
28
28
|
)
|
|
29
29
|
)
|
|
30
30
|
end
|
|
31
|
-
attr_accessor :
|
|
31
|
+
attr_accessor :body
|
|
32
32
|
|
|
33
33
|
sig do
|
|
34
34
|
params(
|
|
35
35
|
account_sid: String,
|
|
36
|
-
|
|
36
|
+
body:
|
|
37
37
|
T.any(
|
|
38
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
39
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
40
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
38
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::OrHash,
|
|
39
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::OrHash,
|
|
40
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::OrHash
|
|
41
41
|
),
|
|
42
42
|
request_options: Telnyx::RequestOptions::OrHash
|
|
43
43
|
).returns(T.attached_class)
|
|
44
44
|
end
|
|
45
|
-
def self.new(account_sid:,
|
|
45
|
+
def self.new(account_sid:, body:, request_options: {})
|
|
46
46
|
end
|
|
47
47
|
|
|
48
48
|
sig do
|
|
49
49
|
override.returns(
|
|
50
50
|
{
|
|
51
51
|
account_sid: String,
|
|
52
|
-
|
|
52
|
+
body:
|
|
53
53
|
T.any(
|
|
54
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
55
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
56
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
54
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL,
|
|
55
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml,
|
|
56
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault
|
|
57
57
|
),
|
|
58
58
|
request_options: Telnyx::RequestOptions
|
|
59
59
|
}
|
|
@@ -62,15 +62,15 @@ module Telnyx
|
|
|
62
62
|
def to_hash
|
|
63
63
|
end
|
|
64
64
|
|
|
65
|
-
module
|
|
65
|
+
module Body
|
|
66
66
|
extend Telnyx::Internal::Type::Union
|
|
67
67
|
|
|
68
68
|
Variants =
|
|
69
69
|
T.type_alias do
|
|
70
70
|
T.any(
|
|
71
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
72
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
73
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
71
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL,
|
|
72
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml,
|
|
73
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault
|
|
74
74
|
)
|
|
75
75
|
end
|
|
76
76
|
|
|
@@ -78,7 +78,7 @@ module Telnyx
|
|
|
78
78
|
OrHash =
|
|
79
79
|
T.type_alias do
|
|
80
80
|
T.any(
|
|
81
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
81
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL,
|
|
82
82
|
Telnyx::Internal::AnyHash
|
|
83
83
|
)
|
|
84
84
|
end
|
|
@@ -114,7 +114,7 @@ module Telnyx
|
|
|
114
114
|
sig do
|
|
115
115
|
returns(
|
|
116
116
|
T.nilable(
|
|
117
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
117
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
118
118
|
)
|
|
119
119
|
)
|
|
120
120
|
end
|
|
@@ -123,7 +123,7 @@ module Telnyx
|
|
|
123
123
|
sig do
|
|
124
124
|
params(
|
|
125
125
|
async_amd_status_callback_method:
|
|
126
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
126
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
127
127
|
).void
|
|
128
128
|
end
|
|
129
129
|
attr_writer :async_amd_status_callback_method
|
|
@@ -163,7 +163,7 @@ module Telnyx
|
|
|
163
163
|
returns(
|
|
164
164
|
T.nilable(
|
|
165
165
|
T::Array[
|
|
166
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
166
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader
|
|
167
167
|
]
|
|
168
168
|
)
|
|
169
169
|
)
|
|
@@ -174,7 +174,7 @@ module Telnyx
|
|
|
174
174
|
params(
|
|
175
175
|
custom_headers:
|
|
176
176
|
T::Array[
|
|
177
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
177
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader::OrHash
|
|
178
178
|
]
|
|
179
179
|
).void
|
|
180
180
|
end
|
|
@@ -186,7 +186,7 @@ module Telnyx
|
|
|
186
186
|
sig do
|
|
187
187
|
returns(
|
|
188
188
|
T.nilable(
|
|
189
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
189
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::OrSymbol
|
|
190
190
|
)
|
|
191
191
|
)
|
|
192
192
|
end
|
|
@@ -195,7 +195,7 @@ module Telnyx
|
|
|
195
195
|
sig do
|
|
196
196
|
params(
|
|
197
197
|
deepfake_detection:
|
|
198
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
198
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::OrSymbol
|
|
199
199
|
).void
|
|
200
200
|
end
|
|
201
201
|
attr_writer :deepfake_detection
|
|
@@ -204,7 +204,7 @@ module Telnyx
|
|
|
204
204
|
sig do
|
|
205
205
|
returns(
|
|
206
206
|
T.nilable(
|
|
207
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
207
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
208
208
|
)
|
|
209
209
|
)
|
|
210
210
|
end
|
|
@@ -213,7 +213,7 @@ module Telnyx
|
|
|
213
213
|
sig do
|
|
214
214
|
params(
|
|
215
215
|
deepfake_detection_callback_method:
|
|
216
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
216
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
217
217
|
).void
|
|
218
218
|
end
|
|
219
219
|
attr_writer :deepfake_detection_callback_method
|
|
@@ -232,7 +232,7 @@ module Telnyx
|
|
|
232
232
|
sig do
|
|
233
233
|
returns(
|
|
234
234
|
T.nilable(
|
|
235
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
235
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::OrSymbol
|
|
236
236
|
)
|
|
237
237
|
)
|
|
238
238
|
end
|
|
@@ -241,7 +241,7 @@ module Telnyx
|
|
|
241
241
|
sig do
|
|
242
242
|
params(
|
|
243
243
|
detection_mode:
|
|
244
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
244
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::OrSymbol
|
|
245
245
|
).void
|
|
246
246
|
end
|
|
247
247
|
attr_writer :detection_mode
|
|
@@ -266,7 +266,7 @@ module Telnyx
|
|
|
266
266
|
sig do
|
|
267
267
|
returns(
|
|
268
268
|
T.nilable(
|
|
269
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
269
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::OrSymbol
|
|
270
270
|
)
|
|
271
271
|
)
|
|
272
272
|
end
|
|
@@ -275,7 +275,7 @@ module Telnyx
|
|
|
275
275
|
sig do
|
|
276
276
|
params(
|
|
277
277
|
machine_detection:
|
|
278
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
278
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::OrSymbol
|
|
279
279
|
).void
|
|
280
280
|
end
|
|
281
281
|
attr_writer :machine_detection
|
|
@@ -328,7 +328,7 @@ module Telnyx
|
|
|
328
328
|
sig do
|
|
329
329
|
returns(
|
|
330
330
|
T.nilable(
|
|
331
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
331
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::OrSymbol
|
|
332
332
|
)
|
|
333
333
|
)
|
|
334
334
|
end
|
|
@@ -337,7 +337,7 @@ module Telnyx
|
|
|
337
337
|
sig do
|
|
338
338
|
params(
|
|
339
339
|
media_encryption:
|
|
340
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
340
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::OrSymbol
|
|
341
341
|
).void
|
|
342
342
|
end
|
|
343
343
|
attr_writer :media_encryption
|
|
@@ -360,7 +360,7 @@ module Telnyx
|
|
|
360
360
|
sig do
|
|
361
361
|
returns(
|
|
362
362
|
T.nilable(
|
|
363
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
363
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::OrSymbol
|
|
364
364
|
)
|
|
365
365
|
)
|
|
366
366
|
end
|
|
@@ -369,7 +369,7 @@ module Telnyx
|
|
|
369
369
|
sig do
|
|
370
370
|
params(
|
|
371
371
|
recording_channels:
|
|
372
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
372
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::OrSymbol
|
|
373
373
|
).void
|
|
374
374
|
end
|
|
375
375
|
attr_writer :recording_channels
|
|
@@ -394,7 +394,7 @@ module Telnyx
|
|
|
394
394
|
sig do
|
|
395
395
|
returns(
|
|
396
396
|
T.nilable(
|
|
397
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
397
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::OrSymbol
|
|
398
398
|
)
|
|
399
399
|
)
|
|
400
400
|
end
|
|
@@ -403,7 +403,7 @@ module Telnyx
|
|
|
403
403
|
sig do
|
|
404
404
|
params(
|
|
405
405
|
recording_status_callback_method:
|
|
406
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
406
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::OrSymbol
|
|
407
407
|
).void
|
|
408
408
|
end
|
|
409
409
|
attr_writer :recording_status_callback_method
|
|
@@ -422,7 +422,7 @@ module Telnyx
|
|
|
422
422
|
sig do
|
|
423
423
|
returns(
|
|
424
424
|
T.nilable(
|
|
425
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
425
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::OrSymbol
|
|
426
426
|
)
|
|
427
427
|
)
|
|
428
428
|
end
|
|
@@ -431,7 +431,7 @@ module Telnyx
|
|
|
431
431
|
sig do
|
|
432
432
|
params(
|
|
433
433
|
recording_track:
|
|
434
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
434
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::OrSymbol
|
|
435
435
|
).void
|
|
436
436
|
end
|
|
437
437
|
attr_writer :recording_track
|
|
@@ -461,7 +461,7 @@ module Telnyx
|
|
|
461
461
|
sig do
|
|
462
462
|
returns(
|
|
463
463
|
T.nilable(
|
|
464
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
464
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::OrSymbol
|
|
465
465
|
)
|
|
466
466
|
)
|
|
467
467
|
end
|
|
@@ -470,7 +470,7 @@ module Telnyx
|
|
|
470
470
|
sig do
|
|
471
471
|
params(
|
|
472
472
|
sip_region:
|
|
473
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
473
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::OrSymbol
|
|
474
474
|
).void
|
|
475
475
|
end
|
|
476
476
|
attr_writer :sip_region
|
|
@@ -487,7 +487,7 @@ module Telnyx
|
|
|
487
487
|
sig do
|
|
488
488
|
returns(
|
|
489
489
|
T.nilable(
|
|
490
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
490
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::OrSymbol
|
|
491
491
|
)
|
|
492
492
|
)
|
|
493
493
|
end
|
|
@@ -496,7 +496,7 @@ module Telnyx
|
|
|
496
496
|
sig do
|
|
497
497
|
params(
|
|
498
498
|
status_callback_event:
|
|
499
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
499
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::OrSymbol
|
|
500
500
|
).void
|
|
501
501
|
end
|
|
502
502
|
attr_writer :status_callback_event
|
|
@@ -505,7 +505,7 @@ module Telnyx
|
|
|
505
505
|
sig do
|
|
506
506
|
returns(
|
|
507
507
|
T.nilable(
|
|
508
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
508
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::OrSymbol
|
|
509
509
|
)
|
|
510
510
|
)
|
|
511
511
|
end
|
|
@@ -514,7 +514,7 @@ module Telnyx
|
|
|
514
514
|
sig do
|
|
515
515
|
params(
|
|
516
516
|
status_callback_method:
|
|
517
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
517
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::OrSymbol
|
|
518
518
|
).void
|
|
519
519
|
end
|
|
520
520
|
attr_writer :status_callback_method
|
|
@@ -534,7 +534,7 @@ module Telnyx
|
|
|
534
534
|
sig do
|
|
535
535
|
returns(
|
|
536
536
|
T.nilable(
|
|
537
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
537
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::OrSymbol
|
|
538
538
|
)
|
|
539
539
|
)
|
|
540
540
|
end
|
|
@@ -543,7 +543,7 @@ module Telnyx
|
|
|
543
543
|
sig do
|
|
544
544
|
params(
|
|
545
545
|
supervising_role:
|
|
546
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
546
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::OrSymbol
|
|
547
547
|
).void
|
|
548
548
|
end
|
|
549
549
|
attr_writer :supervising_role
|
|
@@ -581,7 +581,7 @@ module Telnyx
|
|
|
581
581
|
sig do
|
|
582
582
|
returns(
|
|
583
583
|
T.nilable(
|
|
584
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
584
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::OrSymbol
|
|
585
585
|
)
|
|
586
586
|
)
|
|
587
587
|
end
|
|
@@ -590,7 +590,7 @@ module Telnyx
|
|
|
590
590
|
sig do
|
|
591
591
|
params(
|
|
592
592
|
trim:
|
|
593
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
593
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::OrSymbol
|
|
594
594
|
).void
|
|
595
595
|
end
|
|
596
596
|
attr_writer :trim
|
|
@@ -600,7 +600,7 @@ module Telnyx
|
|
|
600
600
|
sig do
|
|
601
601
|
returns(
|
|
602
602
|
T.nilable(
|
|
603
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
603
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::OrSymbol
|
|
604
604
|
)
|
|
605
605
|
)
|
|
606
606
|
end
|
|
@@ -609,7 +609,7 @@ module Telnyx
|
|
|
609
609
|
sig do
|
|
610
610
|
params(
|
|
611
611
|
url_method:
|
|
612
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
612
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::OrSymbol
|
|
613
613
|
).void
|
|
614
614
|
end
|
|
615
615
|
attr_writer :url_method
|
|
@@ -621,64 +621,64 @@ module Telnyx
|
|
|
621
621
|
async_amd: T::Boolean,
|
|
622
622
|
async_amd_status_callback: String,
|
|
623
623
|
async_amd_status_callback_method:
|
|
624
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
624
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
625
625
|
caller_id: String,
|
|
626
626
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
627
627
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
628
628
|
custom_headers:
|
|
629
629
|
T::Array[
|
|
630
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
630
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader::OrHash
|
|
631
631
|
],
|
|
632
632
|
deepfake_detection:
|
|
633
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
633
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::OrSymbol,
|
|
634
634
|
deepfake_detection_callback_method:
|
|
635
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
635
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
636
636
|
deepfake_detection_callback_url: String,
|
|
637
637
|
detection_mode:
|
|
638
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
638
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::OrSymbol,
|
|
639
639
|
fallback_url: String,
|
|
640
640
|
from: String,
|
|
641
641
|
machine_detection:
|
|
642
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
642
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::OrSymbol,
|
|
643
643
|
machine_detection_prompt_end_timeout: Integer,
|
|
644
644
|
machine_detection_silence_timeout: Integer,
|
|
645
645
|
machine_detection_speech_end_threshold: Integer,
|
|
646
646
|
machine_detection_speech_threshold: Integer,
|
|
647
647
|
machine_detection_timeout: Integer,
|
|
648
648
|
media_encryption:
|
|
649
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
649
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::OrSymbol,
|
|
650
650
|
preferred_codecs: String,
|
|
651
651
|
record: T::Boolean,
|
|
652
652
|
recording_channels:
|
|
653
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
653
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::OrSymbol,
|
|
654
654
|
recording_status_callback: String,
|
|
655
655
|
recording_status_callback_event: String,
|
|
656
656
|
recording_status_callback_method:
|
|
657
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
657
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::OrSymbol,
|
|
658
658
|
recording_timeout: Integer,
|
|
659
659
|
recording_track:
|
|
660
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
660
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::OrSymbol,
|
|
661
661
|
send_recording_url: T::Boolean,
|
|
662
662
|
sip_auth_password: String,
|
|
663
663
|
sip_auth_username: String,
|
|
664
664
|
sip_region:
|
|
665
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
665
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::OrSymbol,
|
|
666
666
|
status_callback: String,
|
|
667
667
|
status_callback_event:
|
|
668
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
668
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::OrSymbol,
|
|
669
669
|
status_callback_method:
|
|
670
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
670
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::OrSymbol,
|
|
671
671
|
supervise_call_sid: String,
|
|
672
672
|
supervising_role:
|
|
673
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
673
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::OrSymbol,
|
|
674
674
|
texml: T.nilable(String),
|
|
675
675
|
time_limit: Integer,
|
|
676
676
|
timeout: Integer,
|
|
677
677
|
to: String,
|
|
678
678
|
trim:
|
|
679
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
679
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::OrSymbol,
|
|
680
680
|
url_method:
|
|
681
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
681
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::OrSymbol
|
|
682
682
|
).returns(T.attached_class)
|
|
683
683
|
end
|
|
684
684
|
def self.new(
|
|
@@ -819,64 +819,64 @@ module Telnyx
|
|
|
819
819
|
async_amd: T::Boolean,
|
|
820
820
|
async_amd_status_callback: String,
|
|
821
821
|
async_amd_status_callback_method:
|
|
822
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
822
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
823
823
|
caller_id: String,
|
|
824
824
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
825
825
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
826
826
|
custom_headers:
|
|
827
827
|
T::Array[
|
|
828
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
828
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader
|
|
829
829
|
],
|
|
830
830
|
deepfake_detection:
|
|
831
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
831
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::OrSymbol,
|
|
832
832
|
deepfake_detection_callback_method:
|
|
833
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
833
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
834
834
|
deepfake_detection_callback_url: String,
|
|
835
835
|
detection_mode:
|
|
836
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
836
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::OrSymbol,
|
|
837
837
|
fallback_url: String,
|
|
838
838
|
from: String,
|
|
839
839
|
machine_detection:
|
|
840
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
840
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::OrSymbol,
|
|
841
841
|
machine_detection_prompt_end_timeout: Integer,
|
|
842
842
|
machine_detection_silence_timeout: Integer,
|
|
843
843
|
machine_detection_speech_end_threshold: Integer,
|
|
844
844
|
machine_detection_speech_threshold: Integer,
|
|
845
845
|
machine_detection_timeout: Integer,
|
|
846
846
|
media_encryption:
|
|
847
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
847
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::OrSymbol,
|
|
848
848
|
preferred_codecs: String,
|
|
849
849
|
record: T::Boolean,
|
|
850
850
|
recording_channels:
|
|
851
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
851
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::OrSymbol,
|
|
852
852
|
recording_status_callback: String,
|
|
853
853
|
recording_status_callback_event: String,
|
|
854
854
|
recording_status_callback_method:
|
|
855
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
855
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::OrSymbol,
|
|
856
856
|
recording_timeout: Integer,
|
|
857
857
|
recording_track:
|
|
858
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
858
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::OrSymbol,
|
|
859
859
|
send_recording_url: T::Boolean,
|
|
860
860
|
sip_auth_password: String,
|
|
861
861
|
sip_auth_username: String,
|
|
862
862
|
sip_region:
|
|
863
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
863
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::OrSymbol,
|
|
864
864
|
status_callback: String,
|
|
865
865
|
status_callback_event:
|
|
866
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
866
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::OrSymbol,
|
|
867
867
|
status_callback_method:
|
|
868
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
868
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::OrSymbol,
|
|
869
869
|
supervise_call_sid: String,
|
|
870
870
|
supervising_role:
|
|
871
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
871
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::OrSymbol,
|
|
872
872
|
texml: T.nilable(String),
|
|
873
873
|
time_limit: Integer,
|
|
874
874
|
timeout: Integer,
|
|
875
875
|
to: String,
|
|
876
876
|
trim:
|
|
877
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
877
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::OrSymbol,
|
|
878
878
|
url_method:
|
|
879
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
879
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::OrSymbol
|
|
880
880
|
}
|
|
881
881
|
)
|
|
882
882
|
end
|
|
@@ -892,7 +892,7 @@ module Telnyx
|
|
|
892
892
|
T.type_alias do
|
|
893
893
|
T.all(
|
|
894
894
|
Symbol,
|
|
895
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
895
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod
|
|
896
896
|
)
|
|
897
897
|
end
|
|
898
898
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -900,18 +900,18 @@ module Telnyx
|
|
|
900
900
|
GET =
|
|
901
901
|
T.let(
|
|
902
902
|
:GET,
|
|
903
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
903
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
904
904
|
)
|
|
905
905
|
POST =
|
|
906
906
|
T.let(
|
|
907
907
|
:POST,
|
|
908
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
908
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
909
909
|
)
|
|
910
910
|
|
|
911
911
|
sig do
|
|
912
912
|
override.returns(
|
|
913
913
|
T::Array[
|
|
914
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
914
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
915
915
|
]
|
|
916
916
|
)
|
|
917
917
|
end
|
|
@@ -923,7 +923,7 @@ module Telnyx
|
|
|
923
923
|
OrHash =
|
|
924
924
|
T.type_alias do
|
|
925
925
|
T.any(
|
|
926
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
926
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::CustomHeader,
|
|
927
927
|
Telnyx::Internal::AnyHash
|
|
928
928
|
)
|
|
929
929
|
end
|
|
@@ -962,7 +962,7 @@ module Telnyx
|
|
|
962
962
|
T.type_alias do
|
|
963
963
|
T.all(
|
|
964
964
|
Symbol,
|
|
965
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
965
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection
|
|
966
966
|
)
|
|
967
967
|
end
|
|
968
968
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -970,13 +970,13 @@ module Telnyx
|
|
|
970
970
|
ENABLE =
|
|
971
971
|
T.let(
|
|
972
972
|
:Enable,
|
|
973
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
973
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::TaggedSymbol
|
|
974
974
|
)
|
|
975
975
|
|
|
976
976
|
sig do
|
|
977
977
|
override.returns(
|
|
978
978
|
T::Array[
|
|
979
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
979
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetection::TaggedSymbol
|
|
980
980
|
]
|
|
981
981
|
)
|
|
982
982
|
end
|
|
@@ -992,7 +992,7 @@ module Telnyx
|
|
|
992
992
|
T.type_alias do
|
|
993
993
|
T.all(
|
|
994
994
|
Symbol,
|
|
995
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
995
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod
|
|
996
996
|
)
|
|
997
997
|
end
|
|
998
998
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1000,18 +1000,18 @@ module Telnyx
|
|
|
1000
1000
|
GET =
|
|
1001
1001
|
T.let(
|
|
1002
1002
|
:GET,
|
|
1003
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1003
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
1004
1004
|
)
|
|
1005
1005
|
POST =
|
|
1006
1006
|
T.let(
|
|
1007
1007
|
:POST,
|
|
1008
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1008
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
1009
1009
|
)
|
|
1010
1010
|
|
|
1011
1011
|
sig do
|
|
1012
1012
|
override.returns(
|
|
1013
1013
|
T::Array[
|
|
1014
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1014
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
1015
1015
|
]
|
|
1016
1016
|
)
|
|
1017
1017
|
end
|
|
@@ -1029,7 +1029,7 @@ module Telnyx
|
|
|
1029
1029
|
T.type_alias do
|
|
1030
1030
|
T.all(
|
|
1031
1031
|
Symbol,
|
|
1032
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1032
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode
|
|
1033
1033
|
)
|
|
1034
1034
|
end
|
|
1035
1035
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1037,23 +1037,23 @@ module Telnyx
|
|
|
1037
1037
|
PREMIUM =
|
|
1038
1038
|
T.let(
|
|
1039
1039
|
:Premium,
|
|
1040
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1040
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::TaggedSymbol
|
|
1041
1041
|
)
|
|
1042
1042
|
REGULAR =
|
|
1043
1043
|
T.let(
|
|
1044
1044
|
:Regular,
|
|
1045
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1045
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::TaggedSymbol
|
|
1046
1046
|
)
|
|
1047
1047
|
PREMIUM_CALL_SCREENING =
|
|
1048
1048
|
T.let(
|
|
1049
1049
|
:PremiumCallScreening,
|
|
1050
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1050
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::TaggedSymbol
|
|
1051
1051
|
)
|
|
1052
1052
|
|
|
1053
1053
|
sig do
|
|
1054
1054
|
override.returns(
|
|
1055
1055
|
T::Array[
|
|
1056
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1056
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::DetectionMode::TaggedSymbol
|
|
1057
1057
|
]
|
|
1058
1058
|
)
|
|
1059
1059
|
end
|
|
@@ -1069,7 +1069,7 @@ module Telnyx
|
|
|
1069
1069
|
T.type_alias do
|
|
1070
1070
|
T.all(
|
|
1071
1071
|
Symbol,
|
|
1072
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1072
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection
|
|
1073
1073
|
)
|
|
1074
1074
|
end
|
|
1075
1075
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1077,23 +1077,23 @@ module Telnyx
|
|
|
1077
1077
|
ENABLE =
|
|
1078
1078
|
T.let(
|
|
1079
1079
|
:Enable,
|
|
1080
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1080
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::TaggedSymbol
|
|
1081
1081
|
)
|
|
1082
1082
|
DISABLE =
|
|
1083
1083
|
T.let(
|
|
1084
1084
|
:Disable,
|
|
1085
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1085
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::TaggedSymbol
|
|
1086
1086
|
)
|
|
1087
1087
|
DETECT_MESSAGE_END =
|
|
1088
1088
|
T.let(
|
|
1089
1089
|
:DetectMessageEnd,
|
|
1090
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1090
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::TaggedSymbol
|
|
1091
1091
|
)
|
|
1092
1092
|
|
|
1093
1093
|
sig do
|
|
1094
1094
|
override.returns(
|
|
1095
1095
|
T::Array[
|
|
1096
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1096
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MachineDetection::TaggedSymbol
|
|
1097
1097
|
]
|
|
1098
1098
|
)
|
|
1099
1099
|
end
|
|
@@ -1112,7 +1112,7 @@ module Telnyx
|
|
|
1112
1112
|
T.type_alias do
|
|
1113
1113
|
T.all(
|
|
1114
1114
|
Symbol,
|
|
1115
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1115
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption
|
|
1116
1116
|
)
|
|
1117
1117
|
end
|
|
1118
1118
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1120,23 +1120,23 @@ module Telnyx
|
|
|
1120
1120
|
DISABLED =
|
|
1121
1121
|
T.let(
|
|
1122
1122
|
:disabled,
|
|
1123
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1123
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::TaggedSymbol
|
|
1124
1124
|
)
|
|
1125
1125
|
SRTP =
|
|
1126
1126
|
T.let(
|
|
1127
1127
|
:SRTP,
|
|
1128
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1128
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::TaggedSymbol
|
|
1129
1129
|
)
|
|
1130
1130
|
DTLS =
|
|
1131
1131
|
T.let(
|
|
1132
1132
|
:DTLS,
|
|
1133
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1133
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::TaggedSymbol
|
|
1134
1134
|
)
|
|
1135
1135
|
|
|
1136
1136
|
sig do
|
|
1137
1137
|
override.returns(
|
|
1138
1138
|
T::Array[
|
|
1139
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1139
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::MediaEncryption::TaggedSymbol
|
|
1140
1140
|
]
|
|
1141
1141
|
)
|
|
1142
1142
|
end
|
|
@@ -1152,7 +1152,7 @@ module Telnyx
|
|
|
1152
1152
|
T.type_alias do
|
|
1153
1153
|
T.all(
|
|
1154
1154
|
Symbol,
|
|
1155
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1155
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels
|
|
1156
1156
|
)
|
|
1157
1157
|
end
|
|
1158
1158
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1160,18 +1160,18 @@ module Telnyx
|
|
|
1160
1160
|
MONO =
|
|
1161
1161
|
T.let(
|
|
1162
1162
|
:mono,
|
|
1163
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1163
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::TaggedSymbol
|
|
1164
1164
|
)
|
|
1165
1165
|
DUAL =
|
|
1166
1166
|
T.let(
|
|
1167
1167
|
:dual,
|
|
1168
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1168
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::TaggedSymbol
|
|
1169
1169
|
)
|
|
1170
1170
|
|
|
1171
1171
|
sig do
|
|
1172
1172
|
override.returns(
|
|
1173
1173
|
T::Array[
|
|
1174
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1174
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingChannels::TaggedSymbol
|
|
1175
1175
|
]
|
|
1176
1176
|
)
|
|
1177
1177
|
end
|
|
@@ -1187,7 +1187,7 @@ module Telnyx
|
|
|
1187
1187
|
T.type_alias do
|
|
1188
1188
|
T.all(
|
|
1189
1189
|
Symbol,
|
|
1190
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1190
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod
|
|
1191
1191
|
)
|
|
1192
1192
|
end
|
|
1193
1193
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1195,18 +1195,18 @@ module Telnyx
|
|
|
1195
1195
|
GET =
|
|
1196
1196
|
T.let(
|
|
1197
1197
|
:GET,
|
|
1198
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1198
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1199
1199
|
)
|
|
1200
1200
|
POST =
|
|
1201
1201
|
T.let(
|
|
1202
1202
|
:POST,
|
|
1203
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1203
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1204
1204
|
)
|
|
1205
1205
|
|
|
1206
1206
|
sig do
|
|
1207
1207
|
override.returns(
|
|
1208
1208
|
T::Array[
|
|
1209
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1209
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingStatusCallbackMethod::TaggedSymbol
|
|
1210
1210
|
]
|
|
1211
1211
|
)
|
|
1212
1212
|
end
|
|
@@ -1222,7 +1222,7 @@ module Telnyx
|
|
|
1222
1222
|
T.type_alias do
|
|
1223
1223
|
T.all(
|
|
1224
1224
|
Symbol,
|
|
1225
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1225
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack
|
|
1226
1226
|
)
|
|
1227
1227
|
end
|
|
1228
1228
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1230,23 +1230,23 @@ module Telnyx
|
|
|
1230
1230
|
INBOUND =
|
|
1231
1231
|
T.let(
|
|
1232
1232
|
:inbound,
|
|
1233
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1233
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::TaggedSymbol
|
|
1234
1234
|
)
|
|
1235
1235
|
OUTBOUND =
|
|
1236
1236
|
T.let(
|
|
1237
1237
|
:outbound,
|
|
1238
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1238
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::TaggedSymbol
|
|
1239
1239
|
)
|
|
1240
1240
|
BOTH =
|
|
1241
1241
|
T.let(
|
|
1242
1242
|
:both,
|
|
1243
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1243
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::TaggedSymbol
|
|
1244
1244
|
)
|
|
1245
1245
|
|
|
1246
1246
|
sig do
|
|
1247
1247
|
override.returns(
|
|
1248
1248
|
T::Array[
|
|
1249
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1249
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::RecordingTrack::TaggedSymbol
|
|
1250
1250
|
]
|
|
1251
1251
|
)
|
|
1252
1252
|
end
|
|
@@ -1262,7 +1262,7 @@ module Telnyx
|
|
|
1262
1262
|
T.type_alias do
|
|
1263
1263
|
T.all(
|
|
1264
1264
|
Symbol,
|
|
1265
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1265
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion
|
|
1266
1266
|
)
|
|
1267
1267
|
end
|
|
1268
1268
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1270,33 +1270,33 @@ module Telnyx
|
|
|
1270
1270
|
US =
|
|
1271
1271
|
T.let(
|
|
1272
1272
|
:US,
|
|
1273
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1273
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1274
1274
|
)
|
|
1275
1275
|
EUROPE =
|
|
1276
1276
|
T.let(
|
|
1277
1277
|
:Europe,
|
|
1278
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1278
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1279
1279
|
)
|
|
1280
1280
|
CANADA =
|
|
1281
1281
|
T.let(
|
|
1282
1282
|
:Canada,
|
|
1283
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1283
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1284
1284
|
)
|
|
1285
1285
|
AUSTRALIA =
|
|
1286
1286
|
T.let(
|
|
1287
1287
|
:Australia,
|
|
1288
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1288
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1289
1289
|
)
|
|
1290
1290
|
MIDDLE_EAST =
|
|
1291
1291
|
T.let(
|
|
1292
1292
|
:"Middle East",
|
|
1293
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1293
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1294
1294
|
)
|
|
1295
1295
|
|
|
1296
1296
|
sig do
|
|
1297
1297
|
override.returns(
|
|
1298
1298
|
T::Array[
|
|
1299
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1299
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SipRegion::TaggedSymbol
|
|
1300
1300
|
]
|
|
1301
1301
|
)
|
|
1302
1302
|
end
|
|
@@ -1313,7 +1313,7 @@ module Telnyx
|
|
|
1313
1313
|
T.type_alias do
|
|
1314
1314
|
T.all(
|
|
1315
1315
|
Symbol,
|
|
1316
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1316
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent
|
|
1317
1317
|
)
|
|
1318
1318
|
end
|
|
1319
1319
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1321,28 +1321,28 @@ module Telnyx
|
|
|
1321
1321
|
INITIATED =
|
|
1322
1322
|
T.let(
|
|
1323
1323
|
:initiated,
|
|
1324
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1324
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1325
1325
|
)
|
|
1326
1326
|
RINGING =
|
|
1327
1327
|
T.let(
|
|
1328
1328
|
:ringing,
|
|
1329
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1329
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1330
1330
|
)
|
|
1331
1331
|
ANSWERED =
|
|
1332
1332
|
T.let(
|
|
1333
1333
|
:answered,
|
|
1334
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1334
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1335
1335
|
)
|
|
1336
1336
|
COMPLETED =
|
|
1337
1337
|
T.let(
|
|
1338
1338
|
:completed,
|
|
1339
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1339
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1340
1340
|
)
|
|
1341
1341
|
|
|
1342
1342
|
sig do
|
|
1343
1343
|
override.returns(
|
|
1344
1344
|
T::Array[
|
|
1345
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1345
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackEvent::TaggedSymbol
|
|
1346
1346
|
]
|
|
1347
1347
|
)
|
|
1348
1348
|
end
|
|
@@ -1358,7 +1358,7 @@ module Telnyx
|
|
|
1358
1358
|
T.type_alias do
|
|
1359
1359
|
T.all(
|
|
1360
1360
|
Symbol,
|
|
1361
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1361
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod
|
|
1362
1362
|
)
|
|
1363
1363
|
end
|
|
1364
1364
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1366,18 +1366,18 @@ module Telnyx
|
|
|
1366
1366
|
GET =
|
|
1367
1367
|
T.let(
|
|
1368
1368
|
:GET,
|
|
1369
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1369
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1370
1370
|
)
|
|
1371
1371
|
POST =
|
|
1372
1372
|
T.let(
|
|
1373
1373
|
:POST,
|
|
1374
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1374
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1375
1375
|
)
|
|
1376
1376
|
|
|
1377
1377
|
sig do
|
|
1378
1378
|
override.returns(
|
|
1379
1379
|
T::Array[
|
|
1380
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1380
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::StatusCallbackMethod::TaggedSymbol
|
|
1381
1381
|
]
|
|
1382
1382
|
)
|
|
1383
1383
|
end
|
|
@@ -1395,7 +1395,7 @@ module Telnyx
|
|
|
1395
1395
|
T.type_alias do
|
|
1396
1396
|
T.all(
|
|
1397
1397
|
Symbol,
|
|
1398
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1398
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole
|
|
1399
1399
|
)
|
|
1400
1400
|
end
|
|
1401
1401
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1403,23 +1403,23 @@ module Telnyx
|
|
|
1403
1403
|
BARGE =
|
|
1404
1404
|
T.let(
|
|
1405
1405
|
:barge,
|
|
1406
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1406
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::TaggedSymbol
|
|
1407
1407
|
)
|
|
1408
1408
|
WHISPER =
|
|
1409
1409
|
T.let(
|
|
1410
1410
|
:whisper,
|
|
1411
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1411
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::TaggedSymbol
|
|
1412
1412
|
)
|
|
1413
1413
|
MONITOR =
|
|
1414
1414
|
T.let(
|
|
1415
1415
|
:monitor,
|
|
1416
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1416
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::TaggedSymbol
|
|
1417
1417
|
)
|
|
1418
1418
|
|
|
1419
1419
|
sig do
|
|
1420
1420
|
override.returns(
|
|
1421
1421
|
T::Array[
|
|
1422
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1422
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::SupervisingRole::TaggedSymbol
|
|
1423
1423
|
]
|
|
1424
1424
|
)
|
|
1425
1425
|
end
|
|
@@ -1436,7 +1436,7 @@ module Telnyx
|
|
|
1436
1436
|
T.type_alias do
|
|
1437
1437
|
T.all(
|
|
1438
1438
|
Symbol,
|
|
1439
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1439
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim
|
|
1440
1440
|
)
|
|
1441
1441
|
end
|
|
1442
1442
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1444,18 +1444,18 @@ module Telnyx
|
|
|
1444
1444
|
TRIM_SILENCE =
|
|
1445
1445
|
T.let(
|
|
1446
1446
|
:"trim-silence",
|
|
1447
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1447
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::TaggedSymbol
|
|
1448
1448
|
)
|
|
1449
1449
|
DO_NOT_TRIM =
|
|
1450
1450
|
T.let(
|
|
1451
1451
|
:"do-not-trim",
|
|
1452
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1452
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::TaggedSymbol
|
|
1453
1453
|
)
|
|
1454
1454
|
|
|
1455
1455
|
sig do
|
|
1456
1456
|
override.returns(
|
|
1457
1457
|
T::Array[
|
|
1458
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1458
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::Trim::TaggedSymbol
|
|
1459
1459
|
]
|
|
1460
1460
|
)
|
|
1461
1461
|
end
|
|
@@ -1472,7 +1472,7 @@ module Telnyx
|
|
|
1472
1472
|
T.type_alias do
|
|
1473
1473
|
T.all(
|
|
1474
1474
|
Symbol,
|
|
1475
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1475
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod
|
|
1476
1476
|
)
|
|
1477
1477
|
end
|
|
1478
1478
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -1480,18 +1480,18 @@ module Telnyx
|
|
|
1480
1480
|
GET =
|
|
1481
1481
|
T.let(
|
|
1482
1482
|
:GET,
|
|
1483
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1483
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::TaggedSymbol
|
|
1484
1484
|
)
|
|
1485
1485
|
POST =
|
|
1486
1486
|
T.let(
|
|
1487
1487
|
:POST,
|
|
1488
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1488
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::TaggedSymbol
|
|
1489
1489
|
)
|
|
1490
1490
|
|
|
1491
1491
|
sig do
|
|
1492
1492
|
override.returns(
|
|
1493
1493
|
T::Array[
|
|
1494
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1494
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithURL::URLMethod::TaggedSymbol
|
|
1495
1495
|
]
|
|
1496
1496
|
)
|
|
1497
1497
|
end
|
|
@@ -1504,7 +1504,7 @@ module Telnyx
|
|
|
1504
1504
|
OrHash =
|
|
1505
1505
|
T.type_alias do
|
|
1506
1506
|
T.any(
|
|
1507
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1507
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml,
|
|
1508
1508
|
Telnyx::Internal::AnyHash
|
|
1509
1509
|
)
|
|
1510
1510
|
end
|
|
@@ -1541,7 +1541,7 @@ module Telnyx
|
|
|
1541
1541
|
sig do
|
|
1542
1542
|
returns(
|
|
1543
1543
|
T.nilable(
|
|
1544
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1544
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
1545
1545
|
)
|
|
1546
1546
|
)
|
|
1547
1547
|
end
|
|
@@ -1550,7 +1550,7 @@ module Telnyx
|
|
|
1550
1550
|
sig do
|
|
1551
1551
|
params(
|
|
1552
1552
|
async_amd_status_callback_method:
|
|
1553
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1553
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
1554
1554
|
).void
|
|
1555
1555
|
end
|
|
1556
1556
|
attr_writer :async_amd_status_callback_method
|
|
@@ -1590,7 +1590,7 @@ module Telnyx
|
|
|
1590
1590
|
returns(
|
|
1591
1591
|
T.nilable(
|
|
1592
1592
|
T::Array[
|
|
1593
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1593
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader
|
|
1594
1594
|
]
|
|
1595
1595
|
)
|
|
1596
1596
|
)
|
|
@@ -1601,7 +1601,7 @@ module Telnyx
|
|
|
1601
1601
|
params(
|
|
1602
1602
|
custom_headers:
|
|
1603
1603
|
T::Array[
|
|
1604
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1604
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader::OrHash
|
|
1605
1605
|
]
|
|
1606
1606
|
).void
|
|
1607
1607
|
end
|
|
@@ -1613,7 +1613,7 @@ module Telnyx
|
|
|
1613
1613
|
sig do
|
|
1614
1614
|
returns(
|
|
1615
1615
|
T.nilable(
|
|
1616
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1616
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::OrSymbol
|
|
1617
1617
|
)
|
|
1618
1618
|
)
|
|
1619
1619
|
end
|
|
@@ -1622,7 +1622,7 @@ module Telnyx
|
|
|
1622
1622
|
sig do
|
|
1623
1623
|
params(
|
|
1624
1624
|
deepfake_detection:
|
|
1625
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1625
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::OrSymbol
|
|
1626
1626
|
).void
|
|
1627
1627
|
end
|
|
1628
1628
|
attr_writer :deepfake_detection
|
|
@@ -1631,7 +1631,7 @@ module Telnyx
|
|
|
1631
1631
|
sig do
|
|
1632
1632
|
returns(
|
|
1633
1633
|
T.nilable(
|
|
1634
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1634
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
1635
1635
|
)
|
|
1636
1636
|
)
|
|
1637
1637
|
end
|
|
@@ -1640,7 +1640,7 @@ module Telnyx
|
|
|
1640
1640
|
sig do
|
|
1641
1641
|
params(
|
|
1642
1642
|
deepfake_detection_callback_method:
|
|
1643
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1643
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
1644
1644
|
).void
|
|
1645
1645
|
end
|
|
1646
1646
|
attr_writer :deepfake_detection_callback_method
|
|
@@ -1659,7 +1659,7 @@ module Telnyx
|
|
|
1659
1659
|
sig do
|
|
1660
1660
|
returns(
|
|
1661
1661
|
T.nilable(
|
|
1662
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1662
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::OrSymbol
|
|
1663
1663
|
)
|
|
1664
1664
|
)
|
|
1665
1665
|
end
|
|
@@ -1668,7 +1668,7 @@ module Telnyx
|
|
|
1668
1668
|
sig do
|
|
1669
1669
|
params(
|
|
1670
1670
|
detection_mode:
|
|
1671
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1671
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::OrSymbol
|
|
1672
1672
|
).void
|
|
1673
1673
|
end
|
|
1674
1674
|
attr_writer :detection_mode
|
|
@@ -1693,7 +1693,7 @@ module Telnyx
|
|
|
1693
1693
|
sig do
|
|
1694
1694
|
returns(
|
|
1695
1695
|
T.nilable(
|
|
1696
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1696
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::OrSymbol
|
|
1697
1697
|
)
|
|
1698
1698
|
)
|
|
1699
1699
|
end
|
|
@@ -1702,7 +1702,7 @@ module Telnyx
|
|
|
1702
1702
|
sig do
|
|
1703
1703
|
params(
|
|
1704
1704
|
machine_detection:
|
|
1705
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1705
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::OrSymbol
|
|
1706
1706
|
).void
|
|
1707
1707
|
end
|
|
1708
1708
|
attr_writer :machine_detection
|
|
@@ -1755,7 +1755,7 @@ module Telnyx
|
|
|
1755
1755
|
sig do
|
|
1756
1756
|
returns(
|
|
1757
1757
|
T.nilable(
|
|
1758
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1758
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::OrSymbol
|
|
1759
1759
|
)
|
|
1760
1760
|
)
|
|
1761
1761
|
end
|
|
@@ -1764,7 +1764,7 @@ module Telnyx
|
|
|
1764
1764
|
sig do
|
|
1765
1765
|
params(
|
|
1766
1766
|
media_encryption:
|
|
1767
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1767
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::OrSymbol
|
|
1768
1768
|
).void
|
|
1769
1769
|
end
|
|
1770
1770
|
attr_writer :media_encryption
|
|
@@ -1787,7 +1787,7 @@ module Telnyx
|
|
|
1787
1787
|
sig do
|
|
1788
1788
|
returns(
|
|
1789
1789
|
T.nilable(
|
|
1790
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1790
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::OrSymbol
|
|
1791
1791
|
)
|
|
1792
1792
|
)
|
|
1793
1793
|
end
|
|
@@ -1796,7 +1796,7 @@ module Telnyx
|
|
|
1796
1796
|
sig do
|
|
1797
1797
|
params(
|
|
1798
1798
|
recording_channels:
|
|
1799
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1799
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::OrSymbol
|
|
1800
1800
|
).void
|
|
1801
1801
|
end
|
|
1802
1802
|
attr_writer :recording_channels
|
|
@@ -1821,7 +1821,7 @@ module Telnyx
|
|
|
1821
1821
|
sig do
|
|
1822
1822
|
returns(
|
|
1823
1823
|
T.nilable(
|
|
1824
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1824
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::OrSymbol
|
|
1825
1825
|
)
|
|
1826
1826
|
)
|
|
1827
1827
|
end
|
|
@@ -1830,7 +1830,7 @@ module Telnyx
|
|
|
1830
1830
|
sig do
|
|
1831
1831
|
params(
|
|
1832
1832
|
recording_status_callback_method:
|
|
1833
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1833
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::OrSymbol
|
|
1834
1834
|
).void
|
|
1835
1835
|
end
|
|
1836
1836
|
attr_writer :recording_status_callback_method
|
|
@@ -1849,7 +1849,7 @@ module Telnyx
|
|
|
1849
1849
|
sig do
|
|
1850
1850
|
returns(
|
|
1851
1851
|
T.nilable(
|
|
1852
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1852
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::OrSymbol
|
|
1853
1853
|
)
|
|
1854
1854
|
)
|
|
1855
1855
|
end
|
|
@@ -1858,7 +1858,7 @@ module Telnyx
|
|
|
1858
1858
|
sig do
|
|
1859
1859
|
params(
|
|
1860
1860
|
recording_track:
|
|
1861
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1861
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::OrSymbol
|
|
1862
1862
|
).void
|
|
1863
1863
|
end
|
|
1864
1864
|
attr_writer :recording_track
|
|
@@ -1888,7 +1888,7 @@ module Telnyx
|
|
|
1888
1888
|
sig do
|
|
1889
1889
|
returns(
|
|
1890
1890
|
T.nilable(
|
|
1891
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1891
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::OrSymbol
|
|
1892
1892
|
)
|
|
1893
1893
|
)
|
|
1894
1894
|
end
|
|
@@ -1897,7 +1897,7 @@ module Telnyx
|
|
|
1897
1897
|
sig do
|
|
1898
1898
|
params(
|
|
1899
1899
|
sip_region:
|
|
1900
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1900
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::OrSymbol
|
|
1901
1901
|
).void
|
|
1902
1902
|
end
|
|
1903
1903
|
attr_writer :sip_region
|
|
@@ -1914,7 +1914,7 @@ module Telnyx
|
|
|
1914
1914
|
sig do
|
|
1915
1915
|
returns(
|
|
1916
1916
|
T.nilable(
|
|
1917
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1917
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::OrSymbol
|
|
1918
1918
|
)
|
|
1919
1919
|
)
|
|
1920
1920
|
end
|
|
@@ -1923,7 +1923,7 @@ module Telnyx
|
|
|
1923
1923
|
sig do
|
|
1924
1924
|
params(
|
|
1925
1925
|
status_callback_event:
|
|
1926
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1926
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::OrSymbol
|
|
1927
1927
|
).void
|
|
1928
1928
|
end
|
|
1929
1929
|
attr_writer :status_callback_event
|
|
@@ -1932,7 +1932,7 @@ module Telnyx
|
|
|
1932
1932
|
sig do
|
|
1933
1933
|
returns(
|
|
1934
1934
|
T.nilable(
|
|
1935
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1935
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::OrSymbol
|
|
1936
1936
|
)
|
|
1937
1937
|
)
|
|
1938
1938
|
end
|
|
@@ -1941,7 +1941,7 @@ module Telnyx
|
|
|
1941
1941
|
sig do
|
|
1942
1942
|
params(
|
|
1943
1943
|
status_callback_method:
|
|
1944
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1944
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::OrSymbol
|
|
1945
1945
|
).void
|
|
1946
1946
|
end
|
|
1947
1947
|
attr_writer :status_callback_method
|
|
@@ -1961,7 +1961,7 @@ module Telnyx
|
|
|
1961
1961
|
sig do
|
|
1962
1962
|
returns(
|
|
1963
1963
|
T.nilable(
|
|
1964
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1964
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::OrSymbol
|
|
1965
1965
|
)
|
|
1966
1966
|
)
|
|
1967
1967
|
end
|
|
@@ -1970,7 +1970,7 @@ module Telnyx
|
|
|
1970
1970
|
sig do
|
|
1971
1971
|
params(
|
|
1972
1972
|
supervising_role:
|
|
1973
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
1973
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::OrSymbol
|
|
1974
1974
|
).void
|
|
1975
1975
|
end
|
|
1976
1976
|
attr_writer :supervising_role
|
|
@@ -2005,7 +2005,7 @@ module Telnyx
|
|
|
2005
2005
|
sig do
|
|
2006
2006
|
returns(
|
|
2007
2007
|
T.nilable(
|
|
2008
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2008
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::OrSymbol
|
|
2009
2009
|
)
|
|
2010
2010
|
)
|
|
2011
2011
|
end
|
|
@@ -2014,7 +2014,7 @@ module Telnyx
|
|
|
2014
2014
|
sig do
|
|
2015
2015
|
params(
|
|
2016
2016
|
trim:
|
|
2017
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2017
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::OrSymbol
|
|
2018
2018
|
).void
|
|
2019
2019
|
end
|
|
2020
2020
|
attr_writer :trim
|
|
@@ -2027,7 +2027,7 @@ module Telnyx
|
|
|
2027
2027
|
sig do
|
|
2028
2028
|
returns(
|
|
2029
2029
|
T.nilable(
|
|
2030
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2030
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::OrSymbol
|
|
2031
2031
|
)
|
|
2032
2032
|
)
|
|
2033
2033
|
end
|
|
@@ -2036,7 +2036,7 @@ module Telnyx
|
|
|
2036
2036
|
sig do
|
|
2037
2037
|
params(
|
|
2038
2038
|
url_method:
|
|
2039
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2039
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::OrSymbol
|
|
2040
2040
|
).void
|
|
2041
2041
|
end
|
|
2042
2042
|
attr_writer :url_method
|
|
@@ -2048,64 +2048,64 @@ module Telnyx
|
|
|
2048
2048
|
async_amd: T::Boolean,
|
|
2049
2049
|
async_amd_status_callback: String,
|
|
2050
2050
|
async_amd_status_callback_method:
|
|
2051
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2051
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
2052
2052
|
caller_id: String,
|
|
2053
2053
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
2054
2054
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
2055
2055
|
custom_headers:
|
|
2056
2056
|
T::Array[
|
|
2057
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2057
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader::OrHash
|
|
2058
2058
|
],
|
|
2059
2059
|
deepfake_detection:
|
|
2060
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2060
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::OrSymbol,
|
|
2061
2061
|
deepfake_detection_callback_method:
|
|
2062
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2062
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
2063
2063
|
deepfake_detection_callback_url: String,
|
|
2064
2064
|
detection_mode:
|
|
2065
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2065
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::OrSymbol,
|
|
2066
2066
|
fallback_url: String,
|
|
2067
2067
|
from: String,
|
|
2068
2068
|
machine_detection:
|
|
2069
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2069
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::OrSymbol,
|
|
2070
2070
|
machine_detection_prompt_end_timeout: Integer,
|
|
2071
2071
|
machine_detection_silence_timeout: Integer,
|
|
2072
2072
|
machine_detection_speech_end_threshold: Integer,
|
|
2073
2073
|
machine_detection_speech_threshold: Integer,
|
|
2074
2074
|
machine_detection_timeout: Integer,
|
|
2075
2075
|
media_encryption:
|
|
2076
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2076
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::OrSymbol,
|
|
2077
2077
|
preferred_codecs: String,
|
|
2078
2078
|
record: T::Boolean,
|
|
2079
2079
|
recording_channels:
|
|
2080
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2080
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::OrSymbol,
|
|
2081
2081
|
recording_status_callback: String,
|
|
2082
2082
|
recording_status_callback_event: String,
|
|
2083
2083
|
recording_status_callback_method:
|
|
2084
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2084
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::OrSymbol,
|
|
2085
2085
|
recording_timeout: Integer,
|
|
2086
2086
|
recording_track:
|
|
2087
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2087
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::OrSymbol,
|
|
2088
2088
|
send_recording_url: T::Boolean,
|
|
2089
2089
|
sip_auth_password: String,
|
|
2090
2090
|
sip_auth_username: String,
|
|
2091
2091
|
sip_region:
|
|
2092
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2092
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::OrSymbol,
|
|
2093
2093
|
status_callback: String,
|
|
2094
2094
|
status_callback_event:
|
|
2095
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2095
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::OrSymbol,
|
|
2096
2096
|
status_callback_method:
|
|
2097
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2097
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::OrSymbol,
|
|
2098
2098
|
supervise_call_sid: String,
|
|
2099
2099
|
supervising_role:
|
|
2100
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2100
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::OrSymbol,
|
|
2101
2101
|
time_limit: Integer,
|
|
2102
2102
|
timeout: Integer,
|
|
2103
2103
|
to: String,
|
|
2104
2104
|
trim:
|
|
2105
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2105
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::OrSymbol,
|
|
2106
2106
|
url: T.nilable(String),
|
|
2107
2107
|
url_method:
|
|
2108
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2108
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::OrSymbol
|
|
2109
2109
|
).returns(T.attached_class)
|
|
2110
2110
|
end
|
|
2111
2111
|
def self.new(
|
|
@@ -2247,64 +2247,64 @@ module Telnyx
|
|
|
2247
2247
|
async_amd: T::Boolean,
|
|
2248
2248
|
async_amd_status_callback: String,
|
|
2249
2249
|
async_amd_status_callback_method:
|
|
2250
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2250
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
2251
2251
|
caller_id: String,
|
|
2252
2252
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
2253
2253
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
2254
2254
|
custom_headers:
|
|
2255
2255
|
T::Array[
|
|
2256
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2256
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader
|
|
2257
2257
|
],
|
|
2258
2258
|
deepfake_detection:
|
|
2259
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2259
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::OrSymbol,
|
|
2260
2260
|
deepfake_detection_callback_method:
|
|
2261
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2261
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
2262
2262
|
deepfake_detection_callback_url: String,
|
|
2263
2263
|
detection_mode:
|
|
2264
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2264
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::OrSymbol,
|
|
2265
2265
|
fallback_url: String,
|
|
2266
2266
|
from: String,
|
|
2267
2267
|
machine_detection:
|
|
2268
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2268
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::OrSymbol,
|
|
2269
2269
|
machine_detection_prompt_end_timeout: Integer,
|
|
2270
2270
|
machine_detection_silence_timeout: Integer,
|
|
2271
2271
|
machine_detection_speech_end_threshold: Integer,
|
|
2272
2272
|
machine_detection_speech_threshold: Integer,
|
|
2273
2273
|
machine_detection_timeout: Integer,
|
|
2274
2274
|
media_encryption:
|
|
2275
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2275
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::OrSymbol,
|
|
2276
2276
|
preferred_codecs: String,
|
|
2277
2277
|
record: T::Boolean,
|
|
2278
2278
|
recording_channels:
|
|
2279
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2279
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::OrSymbol,
|
|
2280
2280
|
recording_status_callback: String,
|
|
2281
2281
|
recording_status_callback_event: String,
|
|
2282
2282
|
recording_status_callback_method:
|
|
2283
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2283
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::OrSymbol,
|
|
2284
2284
|
recording_timeout: Integer,
|
|
2285
2285
|
recording_track:
|
|
2286
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2286
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::OrSymbol,
|
|
2287
2287
|
send_recording_url: T::Boolean,
|
|
2288
2288
|
sip_auth_password: String,
|
|
2289
2289
|
sip_auth_username: String,
|
|
2290
2290
|
sip_region:
|
|
2291
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2291
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::OrSymbol,
|
|
2292
2292
|
status_callback: String,
|
|
2293
2293
|
status_callback_event:
|
|
2294
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2294
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::OrSymbol,
|
|
2295
2295
|
status_callback_method:
|
|
2296
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2296
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::OrSymbol,
|
|
2297
2297
|
supervise_call_sid: String,
|
|
2298
2298
|
supervising_role:
|
|
2299
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2299
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::OrSymbol,
|
|
2300
2300
|
time_limit: Integer,
|
|
2301
2301
|
timeout: Integer,
|
|
2302
2302
|
to: String,
|
|
2303
2303
|
trim:
|
|
2304
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2304
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::OrSymbol,
|
|
2305
2305
|
url: T.nilable(String),
|
|
2306
2306
|
url_method:
|
|
2307
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2307
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::OrSymbol
|
|
2308
2308
|
}
|
|
2309
2309
|
)
|
|
2310
2310
|
end
|
|
@@ -2320,7 +2320,7 @@ module Telnyx
|
|
|
2320
2320
|
T.type_alias do
|
|
2321
2321
|
T.all(
|
|
2322
2322
|
Symbol,
|
|
2323
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2323
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod
|
|
2324
2324
|
)
|
|
2325
2325
|
end
|
|
2326
2326
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2328,18 +2328,18 @@ module Telnyx
|
|
|
2328
2328
|
GET =
|
|
2329
2329
|
T.let(
|
|
2330
2330
|
:GET,
|
|
2331
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2331
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2332
2332
|
)
|
|
2333
2333
|
POST =
|
|
2334
2334
|
T.let(
|
|
2335
2335
|
:POST,
|
|
2336
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2336
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2337
2337
|
)
|
|
2338
2338
|
|
|
2339
2339
|
sig do
|
|
2340
2340
|
override.returns(
|
|
2341
2341
|
T::Array[
|
|
2342
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2342
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
2343
2343
|
]
|
|
2344
2344
|
)
|
|
2345
2345
|
end
|
|
@@ -2351,7 +2351,7 @@ module Telnyx
|
|
|
2351
2351
|
OrHash =
|
|
2352
2352
|
T.type_alias do
|
|
2353
2353
|
T.any(
|
|
2354
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2354
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::CustomHeader,
|
|
2355
2355
|
Telnyx::Internal::AnyHash
|
|
2356
2356
|
)
|
|
2357
2357
|
end
|
|
@@ -2390,7 +2390,7 @@ module Telnyx
|
|
|
2390
2390
|
T.type_alias do
|
|
2391
2391
|
T.all(
|
|
2392
2392
|
Symbol,
|
|
2393
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2393
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection
|
|
2394
2394
|
)
|
|
2395
2395
|
end
|
|
2396
2396
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2398,13 +2398,13 @@ module Telnyx
|
|
|
2398
2398
|
ENABLE =
|
|
2399
2399
|
T.let(
|
|
2400
2400
|
:Enable,
|
|
2401
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2401
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::TaggedSymbol
|
|
2402
2402
|
)
|
|
2403
2403
|
|
|
2404
2404
|
sig do
|
|
2405
2405
|
override.returns(
|
|
2406
2406
|
T::Array[
|
|
2407
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2407
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetection::TaggedSymbol
|
|
2408
2408
|
]
|
|
2409
2409
|
)
|
|
2410
2410
|
end
|
|
@@ -2420,7 +2420,7 @@ module Telnyx
|
|
|
2420
2420
|
T.type_alias do
|
|
2421
2421
|
T.all(
|
|
2422
2422
|
Symbol,
|
|
2423
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2423
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod
|
|
2424
2424
|
)
|
|
2425
2425
|
end
|
|
2426
2426
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2428,18 +2428,18 @@ module Telnyx
|
|
|
2428
2428
|
GET =
|
|
2429
2429
|
T.let(
|
|
2430
2430
|
:GET,
|
|
2431
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2431
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
2432
2432
|
)
|
|
2433
2433
|
POST =
|
|
2434
2434
|
T.let(
|
|
2435
2435
|
:POST,
|
|
2436
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2436
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
2437
2437
|
)
|
|
2438
2438
|
|
|
2439
2439
|
sig do
|
|
2440
2440
|
override.returns(
|
|
2441
2441
|
T::Array[
|
|
2442
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2442
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
2443
2443
|
]
|
|
2444
2444
|
)
|
|
2445
2445
|
end
|
|
@@ -2457,7 +2457,7 @@ module Telnyx
|
|
|
2457
2457
|
T.type_alias do
|
|
2458
2458
|
T.all(
|
|
2459
2459
|
Symbol,
|
|
2460
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2460
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode
|
|
2461
2461
|
)
|
|
2462
2462
|
end
|
|
2463
2463
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2465,23 +2465,23 @@ module Telnyx
|
|
|
2465
2465
|
PREMIUM =
|
|
2466
2466
|
T.let(
|
|
2467
2467
|
:Premium,
|
|
2468
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2468
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::TaggedSymbol
|
|
2469
2469
|
)
|
|
2470
2470
|
REGULAR =
|
|
2471
2471
|
T.let(
|
|
2472
2472
|
:Regular,
|
|
2473
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2473
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::TaggedSymbol
|
|
2474
2474
|
)
|
|
2475
2475
|
PREMIUM_CALL_SCREENING =
|
|
2476
2476
|
T.let(
|
|
2477
2477
|
:PremiumCallScreening,
|
|
2478
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2478
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::TaggedSymbol
|
|
2479
2479
|
)
|
|
2480
2480
|
|
|
2481
2481
|
sig do
|
|
2482
2482
|
override.returns(
|
|
2483
2483
|
T::Array[
|
|
2484
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2484
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::DetectionMode::TaggedSymbol
|
|
2485
2485
|
]
|
|
2486
2486
|
)
|
|
2487
2487
|
end
|
|
@@ -2497,7 +2497,7 @@ module Telnyx
|
|
|
2497
2497
|
T.type_alias do
|
|
2498
2498
|
T.all(
|
|
2499
2499
|
Symbol,
|
|
2500
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2500
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection
|
|
2501
2501
|
)
|
|
2502
2502
|
end
|
|
2503
2503
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2505,23 +2505,23 @@ module Telnyx
|
|
|
2505
2505
|
ENABLE =
|
|
2506
2506
|
T.let(
|
|
2507
2507
|
:Enable,
|
|
2508
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2508
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::TaggedSymbol
|
|
2509
2509
|
)
|
|
2510
2510
|
DISABLE =
|
|
2511
2511
|
T.let(
|
|
2512
2512
|
:Disable,
|
|
2513
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2513
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::TaggedSymbol
|
|
2514
2514
|
)
|
|
2515
2515
|
DETECT_MESSAGE_END =
|
|
2516
2516
|
T.let(
|
|
2517
2517
|
:DetectMessageEnd,
|
|
2518
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2518
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::TaggedSymbol
|
|
2519
2519
|
)
|
|
2520
2520
|
|
|
2521
2521
|
sig do
|
|
2522
2522
|
override.returns(
|
|
2523
2523
|
T::Array[
|
|
2524
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2524
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MachineDetection::TaggedSymbol
|
|
2525
2525
|
]
|
|
2526
2526
|
)
|
|
2527
2527
|
end
|
|
@@ -2540,7 +2540,7 @@ module Telnyx
|
|
|
2540
2540
|
T.type_alias do
|
|
2541
2541
|
T.all(
|
|
2542
2542
|
Symbol,
|
|
2543
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2543
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption
|
|
2544
2544
|
)
|
|
2545
2545
|
end
|
|
2546
2546
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2548,23 +2548,23 @@ module Telnyx
|
|
|
2548
2548
|
DISABLED =
|
|
2549
2549
|
T.let(
|
|
2550
2550
|
:disabled,
|
|
2551
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2551
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2552
2552
|
)
|
|
2553
2553
|
SRTP =
|
|
2554
2554
|
T.let(
|
|
2555
2555
|
:SRTP,
|
|
2556
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2556
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2557
2557
|
)
|
|
2558
2558
|
DTLS =
|
|
2559
2559
|
T.let(
|
|
2560
2560
|
:DTLS,
|
|
2561
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2561
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2562
2562
|
)
|
|
2563
2563
|
|
|
2564
2564
|
sig do
|
|
2565
2565
|
override.returns(
|
|
2566
2566
|
T::Array[
|
|
2567
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2567
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::MediaEncryption::TaggedSymbol
|
|
2568
2568
|
]
|
|
2569
2569
|
)
|
|
2570
2570
|
end
|
|
@@ -2580,7 +2580,7 @@ module Telnyx
|
|
|
2580
2580
|
T.type_alias do
|
|
2581
2581
|
T.all(
|
|
2582
2582
|
Symbol,
|
|
2583
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2583
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels
|
|
2584
2584
|
)
|
|
2585
2585
|
end
|
|
2586
2586
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2588,18 +2588,18 @@ module Telnyx
|
|
|
2588
2588
|
MONO =
|
|
2589
2589
|
T.let(
|
|
2590
2590
|
:mono,
|
|
2591
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2591
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2592
2592
|
)
|
|
2593
2593
|
DUAL =
|
|
2594
2594
|
T.let(
|
|
2595
2595
|
:dual,
|
|
2596
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2596
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2597
2597
|
)
|
|
2598
2598
|
|
|
2599
2599
|
sig do
|
|
2600
2600
|
override.returns(
|
|
2601
2601
|
T::Array[
|
|
2602
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2602
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingChannels::TaggedSymbol
|
|
2603
2603
|
]
|
|
2604
2604
|
)
|
|
2605
2605
|
end
|
|
@@ -2615,7 +2615,7 @@ module Telnyx
|
|
|
2615
2615
|
T.type_alias do
|
|
2616
2616
|
T.all(
|
|
2617
2617
|
Symbol,
|
|
2618
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2618
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod
|
|
2619
2619
|
)
|
|
2620
2620
|
end
|
|
2621
2621
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2623,18 +2623,18 @@ module Telnyx
|
|
|
2623
2623
|
GET =
|
|
2624
2624
|
T.let(
|
|
2625
2625
|
:GET,
|
|
2626
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2626
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2627
2627
|
)
|
|
2628
2628
|
POST =
|
|
2629
2629
|
T.let(
|
|
2630
2630
|
:POST,
|
|
2631
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2631
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2632
2632
|
)
|
|
2633
2633
|
|
|
2634
2634
|
sig do
|
|
2635
2635
|
override.returns(
|
|
2636
2636
|
T::Array[
|
|
2637
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2637
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingStatusCallbackMethod::TaggedSymbol
|
|
2638
2638
|
]
|
|
2639
2639
|
)
|
|
2640
2640
|
end
|
|
@@ -2650,7 +2650,7 @@ module Telnyx
|
|
|
2650
2650
|
T.type_alias do
|
|
2651
2651
|
T.all(
|
|
2652
2652
|
Symbol,
|
|
2653
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2653
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack
|
|
2654
2654
|
)
|
|
2655
2655
|
end
|
|
2656
2656
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2658,23 +2658,23 @@ module Telnyx
|
|
|
2658
2658
|
INBOUND =
|
|
2659
2659
|
T.let(
|
|
2660
2660
|
:inbound,
|
|
2661
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2661
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2662
2662
|
)
|
|
2663
2663
|
OUTBOUND =
|
|
2664
2664
|
T.let(
|
|
2665
2665
|
:outbound,
|
|
2666
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2666
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2667
2667
|
)
|
|
2668
2668
|
BOTH =
|
|
2669
2669
|
T.let(
|
|
2670
2670
|
:both,
|
|
2671
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2671
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2672
2672
|
)
|
|
2673
2673
|
|
|
2674
2674
|
sig do
|
|
2675
2675
|
override.returns(
|
|
2676
2676
|
T::Array[
|
|
2677
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2677
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::RecordingTrack::TaggedSymbol
|
|
2678
2678
|
]
|
|
2679
2679
|
)
|
|
2680
2680
|
end
|
|
@@ -2690,7 +2690,7 @@ module Telnyx
|
|
|
2690
2690
|
T.type_alias do
|
|
2691
2691
|
T.all(
|
|
2692
2692
|
Symbol,
|
|
2693
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2693
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion
|
|
2694
2694
|
)
|
|
2695
2695
|
end
|
|
2696
2696
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2698,33 +2698,33 @@ module Telnyx
|
|
|
2698
2698
|
US =
|
|
2699
2699
|
T.let(
|
|
2700
2700
|
:US,
|
|
2701
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2701
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2702
2702
|
)
|
|
2703
2703
|
EUROPE =
|
|
2704
2704
|
T.let(
|
|
2705
2705
|
:Europe,
|
|
2706
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2706
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2707
2707
|
)
|
|
2708
2708
|
CANADA =
|
|
2709
2709
|
T.let(
|
|
2710
2710
|
:Canada,
|
|
2711
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2711
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2712
2712
|
)
|
|
2713
2713
|
AUSTRALIA =
|
|
2714
2714
|
T.let(
|
|
2715
2715
|
:Australia,
|
|
2716
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2716
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2717
2717
|
)
|
|
2718
2718
|
MIDDLE_EAST =
|
|
2719
2719
|
T.let(
|
|
2720
2720
|
:"Middle East",
|
|
2721
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2721
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2722
2722
|
)
|
|
2723
2723
|
|
|
2724
2724
|
sig do
|
|
2725
2725
|
override.returns(
|
|
2726
2726
|
T::Array[
|
|
2727
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2727
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SipRegion::TaggedSymbol
|
|
2728
2728
|
]
|
|
2729
2729
|
)
|
|
2730
2730
|
end
|
|
@@ -2741,7 +2741,7 @@ module Telnyx
|
|
|
2741
2741
|
T.type_alias do
|
|
2742
2742
|
T.all(
|
|
2743
2743
|
Symbol,
|
|
2744
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2744
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent
|
|
2745
2745
|
)
|
|
2746
2746
|
end
|
|
2747
2747
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2749,28 +2749,28 @@ module Telnyx
|
|
|
2749
2749
|
INITIATED =
|
|
2750
2750
|
T.let(
|
|
2751
2751
|
:initiated,
|
|
2752
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2752
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2753
2753
|
)
|
|
2754
2754
|
RINGING =
|
|
2755
2755
|
T.let(
|
|
2756
2756
|
:ringing,
|
|
2757
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2757
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2758
2758
|
)
|
|
2759
2759
|
ANSWERED =
|
|
2760
2760
|
T.let(
|
|
2761
2761
|
:answered,
|
|
2762
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2762
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2763
2763
|
)
|
|
2764
2764
|
COMPLETED =
|
|
2765
2765
|
T.let(
|
|
2766
2766
|
:completed,
|
|
2767
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2767
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2768
2768
|
)
|
|
2769
2769
|
|
|
2770
2770
|
sig do
|
|
2771
2771
|
override.returns(
|
|
2772
2772
|
T::Array[
|
|
2773
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2773
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackEvent::TaggedSymbol
|
|
2774
2774
|
]
|
|
2775
2775
|
)
|
|
2776
2776
|
end
|
|
@@ -2786,7 +2786,7 @@ module Telnyx
|
|
|
2786
2786
|
T.type_alias do
|
|
2787
2787
|
T.all(
|
|
2788
2788
|
Symbol,
|
|
2789
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2789
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod
|
|
2790
2790
|
)
|
|
2791
2791
|
end
|
|
2792
2792
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2794,18 +2794,18 @@ module Telnyx
|
|
|
2794
2794
|
GET =
|
|
2795
2795
|
T.let(
|
|
2796
2796
|
:GET,
|
|
2797
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2797
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2798
2798
|
)
|
|
2799
2799
|
POST =
|
|
2800
2800
|
T.let(
|
|
2801
2801
|
:POST,
|
|
2802
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2802
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2803
2803
|
)
|
|
2804
2804
|
|
|
2805
2805
|
sig do
|
|
2806
2806
|
override.returns(
|
|
2807
2807
|
T::Array[
|
|
2808
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2808
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::StatusCallbackMethod::TaggedSymbol
|
|
2809
2809
|
]
|
|
2810
2810
|
)
|
|
2811
2811
|
end
|
|
@@ -2823,7 +2823,7 @@ module Telnyx
|
|
|
2823
2823
|
T.type_alias do
|
|
2824
2824
|
T.all(
|
|
2825
2825
|
Symbol,
|
|
2826
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2826
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole
|
|
2827
2827
|
)
|
|
2828
2828
|
end
|
|
2829
2829
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2831,23 +2831,23 @@ module Telnyx
|
|
|
2831
2831
|
BARGE =
|
|
2832
2832
|
T.let(
|
|
2833
2833
|
:barge,
|
|
2834
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2834
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2835
2835
|
)
|
|
2836
2836
|
WHISPER =
|
|
2837
2837
|
T.let(
|
|
2838
2838
|
:whisper,
|
|
2839
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2839
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2840
2840
|
)
|
|
2841
2841
|
MONITOR =
|
|
2842
2842
|
T.let(
|
|
2843
2843
|
:monitor,
|
|
2844
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2844
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2845
2845
|
)
|
|
2846
2846
|
|
|
2847
2847
|
sig do
|
|
2848
2848
|
override.returns(
|
|
2849
2849
|
T::Array[
|
|
2850
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2850
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::SupervisingRole::TaggedSymbol
|
|
2851
2851
|
]
|
|
2852
2852
|
)
|
|
2853
2853
|
end
|
|
@@ -2864,7 +2864,7 @@ module Telnyx
|
|
|
2864
2864
|
T.type_alias do
|
|
2865
2865
|
T.all(
|
|
2866
2866
|
Symbol,
|
|
2867
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2867
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim
|
|
2868
2868
|
)
|
|
2869
2869
|
end
|
|
2870
2870
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2872,18 +2872,18 @@ module Telnyx
|
|
|
2872
2872
|
TRIM_SILENCE =
|
|
2873
2873
|
T.let(
|
|
2874
2874
|
:"trim-silence",
|
|
2875
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2875
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::TaggedSymbol
|
|
2876
2876
|
)
|
|
2877
2877
|
DO_NOT_TRIM =
|
|
2878
2878
|
T.let(
|
|
2879
2879
|
:"do-not-trim",
|
|
2880
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2880
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::TaggedSymbol
|
|
2881
2881
|
)
|
|
2882
2882
|
|
|
2883
2883
|
sig do
|
|
2884
2884
|
override.returns(
|
|
2885
2885
|
T::Array[
|
|
2886
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2886
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::Trim::TaggedSymbol
|
|
2887
2887
|
]
|
|
2888
2888
|
)
|
|
2889
2889
|
end
|
|
@@ -2900,7 +2900,7 @@ module Telnyx
|
|
|
2900
2900
|
T.type_alias do
|
|
2901
2901
|
T.all(
|
|
2902
2902
|
Symbol,
|
|
2903
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2903
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod
|
|
2904
2904
|
)
|
|
2905
2905
|
end
|
|
2906
2906
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -2908,18 +2908,18 @@ module Telnyx
|
|
|
2908
2908
|
GET =
|
|
2909
2909
|
T.let(
|
|
2910
2910
|
:GET,
|
|
2911
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2911
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::TaggedSymbol
|
|
2912
2912
|
)
|
|
2913
2913
|
POST =
|
|
2914
2914
|
T.let(
|
|
2915
2915
|
:POST,
|
|
2916
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2916
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::TaggedSymbol
|
|
2917
2917
|
)
|
|
2918
2918
|
|
|
2919
2919
|
sig do
|
|
2920
2920
|
override.returns(
|
|
2921
2921
|
T::Array[
|
|
2922
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2922
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::WithTeXml::URLMethod::TaggedSymbol
|
|
2923
2923
|
]
|
|
2924
2924
|
)
|
|
2925
2925
|
end
|
|
@@ -2932,7 +2932,7 @@ module Telnyx
|
|
|
2932
2932
|
OrHash =
|
|
2933
2933
|
T.type_alias do
|
|
2934
2934
|
T.any(
|
|
2935
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2935
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault,
|
|
2936
2936
|
Telnyx::Internal::AnyHash
|
|
2937
2937
|
)
|
|
2938
2938
|
end
|
|
@@ -2964,7 +2964,7 @@ module Telnyx
|
|
|
2964
2964
|
sig do
|
|
2965
2965
|
returns(
|
|
2966
2966
|
T.nilable(
|
|
2967
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2967
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
2968
2968
|
)
|
|
2969
2969
|
)
|
|
2970
2970
|
end
|
|
@@ -2973,7 +2973,7 @@ module Telnyx
|
|
|
2973
2973
|
sig do
|
|
2974
2974
|
params(
|
|
2975
2975
|
async_amd_status_callback_method:
|
|
2976
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
2976
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol
|
|
2977
2977
|
).void
|
|
2978
2978
|
end
|
|
2979
2979
|
attr_writer :async_amd_status_callback_method
|
|
@@ -3013,7 +3013,7 @@ module Telnyx
|
|
|
3013
3013
|
returns(
|
|
3014
3014
|
T.nilable(
|
|
3015
3015
|
T::Array[
|
|
3016
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3016
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader
|
|
3017
3017
|
]
|
|
3018
3018
|
)
|
|
3019
3019
|
)
|
|
@@ -3024,7 +3024,7 @@ module Telnyx
|
|
|
3024
3024
|
params(
|
|
3025
3025
|
custom_headers:
|
|
3026
3026
|
T::Array[
|
|
3027
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3027
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader::OrHash
|
|
3028
3028
|
]
|
|
3029
3029
|
).void
|
|
3030
3030
|
end
|
|
@@ -3036,7 +3036,7 @@ module Telnyx
|
|
|
3036
3036
|
sig do
|
|
3037
3037
|
returns(
|
|
3038
3038
|
T.nilable(
|
|
3039
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3039
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::OrSymbol
|
|
3040
3040
|
)
|
|
3041
3041
|
)
|
|
3042
3042
|
end
|
|
@@ -3045,7 +3045,7 @@ module Telnyx
|
|
|
3045
3045
|
sig do
|
|
3046
3046
|
params(
|
|
3047
3047
|
deepfake_detection:
|
|
3048
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3048
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::OrSymbol
|
|
3049
3049
|
).void
|
|
3050
3050
|
end
|
|
3051
3051
|
attr_writer :deepfake_detection
|
|
@@ -3054,7 +3054,7 @@ module Telnyx
|
|
|
3054
3054
|
sig do
|
|
3055
3055
|
returns(
|
|
3056
3056
|
T.nilable(
|
|
3057
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3057
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
3058
3058
|
)
|
|
3059
3059
|
)
|
|
3060
3060
|
end
|
|
@@ -3063,7 +3063,7 @@ module Telnyx
|
|
|
3063
3063
|
sig do
|
|
3064
3064
|
params(
|
|
3065
3065
|
deepfake_detection_callback_method:
|
|
3066
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3066
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::OrSymbol
|
|
3067
3067
|
).void
|
|
3068
3068
|
end
|
|
3069
3069
|
attr_writer :deepfake_detection_callback_method
|
|
@@ -3082,7 +3082,7 @@ module Telnyx
|
|
|
3082
3082
|
sig do
|
|
3083
3083
|
returns(
|
|
3084
3084
|
T.nilable(
|
|
3085
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3085
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::OrSymbol
|
|
3086
3086
|
)
|
|
3087
3087
|
)
|
|
3088
3088
|
end
|
|
@@ -3091,7 +3091,7 @@ module Telnyx
|
|
|
3091
3091
|
sig do
|
|
3092
3092
|
params(
|
|
3093
3093
|
detection_mode:
|
|
3094
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3094
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::OrSymbol
|
|
3095
3095
|
).void
|
|
3096
3096
|
end
|
|
3097
3097
|
attr_writer :detection_mode
|
|
@@ -3116,7 +3116,7 @@ module Telnyx
|
|
|
3116
3116
|
sig do
|
|
3117
3117
|
returns(
|
|
3118
3118
|
T.nilable(
|
|
3119
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3119
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::OrSymbol
|
|
3120
3120
|
)
|
|
3121
3121
|
)
|
|
3122
3122
|
end
|
|
@@ -3125,7 +3125,7 @@ module Telnyx
|
|
|
3125
3125
|
sig do
|
|
3126
3126
|
params(
|
|
3127
3127
|
machine_detection:
|
|
3128
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3128
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::OrSymbol
|
|
3129
3129
|
).void
|
|
3130
3130
|
end
|
|
3131
3131
|
attr_writer :machine_detection
|
|
@@ -3178,7 +3178,7 @@ module Telnyx
|
|
|
3178
3178
|
sig do
|
|
3179
3179
|
returns(
|
|
3180
3180
|
T.nilable(
|
|
3181
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3181
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::OrSymbol
|
|
3182
3182
|
)
|
|
3183
3183
|
)
|
|
3184
3184
|
end
|
|
@@ -3187,7 +3187,7 @@ module Telnyx
|
|
|
3187
3187
|
sig do
|
|
3188
3188
|
params(
|
|
3189
3189
|
media_encryption:
|
|
3190
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3190
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::OrSymbol
|
|
3191
3191
|
).void
|
|
3192
3192
|
end
|
|
3193
3193
|
attr_writer :media_encryption
|
|
@@ -3210,7 +3210,7 @@ module Telnyx
|
|
|
3210
3210
|
sig do
|
|
3211
3211
|
returns(
|
|
3212
3212
|
T.nilable(
|
|
3213
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3213
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::OrSymbol
|
|
3214
3214
|
)
|
|
3215
3215
|
)
|
|
3216
3216
|
end
|
|
@@ -3219,7 +3219,7 @@ module Telnyx
|
|
|
3219
3219
|
sig do
|
|
3220
3220
|
params(
|
|
3221
3221
|
recording_channels:
|
|
3222
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3222
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::OrSymbol
|
|
3223
3223
|
).void
|
|
3224
3224
|
end
|
|
3225
3225
|
attr_writer :recording_channels
|
|
@@ -3244,7 +3244,7 @@ module Telnyx
|
|
|
3244
3244
|
sig do
|
|
3245
3245
|
returns(
|
|
3246
3246
|
T.nilable(
|
|
3247
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3247
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol
|
|
3248
3248
|
)
|
|
3249
3249
|
)
|
|
3250
3250
|
end
|
|
@@ -3253,7 +3253,7 @@ module Telnyx
|
|
|
3253
3253
|
sig do
|
|
3254
3254
|
params(
|
|
3255
3255
|
recording_status_callback_method:
|
|
3256
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3256
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol
|
|
3257
3257
|
).void
|
|
3258
3258
|
end
|
|
3259
3259
|
attr_writer :recording_status_callback_method
|
|
@@ -3272,7 +3272,7 @@ module Telnyx
|
|
|
3272
3272
|
sig do
|
|
3273
3273
|
returns(
|
|
3274
3274
|
T.nilable(
|
|
3275
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3275
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::OrSymbol
|
|
3276
3276
|
)
|
|
3277
3277
|
)
|
|
3278
3278
|
end
|
|
@@ -3281,7 +3281,7 @@ module Telnyx
|
|
|
3281
3281
|
sig do
|
|
3282
3282
|
params(
|
|
3283
3283
|
recording_track:
|
|
3284
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3284
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::OrSymbol
|
|
3285
3285
|
).void
|
|
3286
3286
|
end
|
|
3287
3287
|
attr_writer :recording_track
|
|
@@ -3311,7 +3311,7 @@ module Telnyx
|
|
|
3311
3311
|
sig do
|
|
3312
3312
|
returns(
|
|
3313
3313
|
T.nilable(
|
|
3314
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3314
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::OrSymbol
|
|
3315
3315
|
)
|
|
3316
3316
|
)
|
|
3317
3317
|
end
|
|
@@ -3320,7 +3320,7 @@ module Telnyx
|
|
|
3320
3320
|
sig do
|
|
3321
3321
|
params(
|
|
3322
3322
|
sip_region:
|
|
3323
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3323
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::OrSymbol
|
|
3324
3324
|
).void
|
|
3325
3325
|
end
|
|
3326
3326
|
attr_writer :sip_region
|
|
@@ -3337,7 +3337,7 @@ module Telnyx
|
|
|
3337
3337
|
sig do
|
|
3338
3338
|
returns(
|
|
3339
3339
|
T.nilable(
|
|
3340
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3340
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::OrSymbol
|
|
3341
3341
|
)
|
|
3342
3342
|
)
|
|
3343
3343
|
end
|
|
@@ -3346,7 +3346,7 @@ module Telnyx
|
|
|
3346
3346
|
sig do
|
|
3347
3347
|
params(
|
|
3348
3348
|
status_callback_event:
|
|
3349
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3349
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::OrSymbol
|
|
3350
3350
|
).void
|
|
3351
3351
|
end
|
|
3352
3352
|
attr_writer :status_callback_event
|
|
@@ -3355,7 +3355,7 @@ module Telnyx
|
|
|
3355
3355
|
sig do
|
|
3356
3356
|
returns(
|
|
3357
3357
|
T.nilable(
|
|
3358
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3358
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::OrSymbol
|
|
3359
3359
|
)
|
|
3360
3360
|
)
|
|
3361
3361
|
end
|
|
@@ -3364,7 +3364,7 @@ module Telnyx
|
|
|
3364
3364
|
sig do
|
|
3365
3365
|
params(
|
|
3366
3366
|
status_callback_method:
|
|
3367
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3367
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::OrSymbol
|
|
3368
3368
|
).void
|
|
3369
3369
|
end
|
|
3370
3370
|
attr_writer :status_callback_method
|
|
@@ -3384,7 +3384,7 @@ module Telnyx
|
|
|
3384
3384
|
sig do
|
|
3385
3385
|
returns(
|
|
3386
3386
|
T.nilable(
|
|
3387
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3387
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::OrSymbol
|
|
3388
3388
|
)
|
|
3389
3389
|
)
|
|
3390
3390
|
end
|
|
@@ -3393,7 +3393,7 @@ module Telnyx
|
|
|
3393
3393
|
sig do
|
|
3394
3394
|
params(
|
|
3395
3395
|
supervising_role:
|
|
3396
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3396
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::OrSymbol
|
|
3397
3397
|
).void
|
|
3398
3398
|
end
|
|
3399
3399
|
attr_writer :supervising_role
|
|
@@ -3431,7 +3431,7 @@ module Telnyx
|
|
|
3431
3431
|
sig do
|
|
3432
3432
|
returns(
|
|
3433
3433
|
T.nilable(
|
|
3434
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3434
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::OrSymbol
|
|
3435
3435
|
)
|
|
3436
3436
|
)
|
|
3437
3437
|
end
|
|
@@ -3440,7 +3440,7 @@ module Telnyx
|
|
|
3440
3440
|
sig do
|
|
3441
3441
|
params(
|
|
3442
3442
|
trim:
|
|
3443
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3443
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::OrSymbol
|
|
3444
3444
|
).void
|
|
3445
3445
|
end
|
|
3446
3446
|
attr_writer :trim
|
|
@@ -3453,7 +3453,7 @@ module Telnyx
|
|
|
3453
3453
|
sig do
|
|
3454
3454
|
returns(
|
|
3455
3455
|
T.nilable(
|
|
3456
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3456
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::OrSymbol
|
|
3457
3457
|
)
|
|
3458
3458
|
)
|
|
3459
3459
|
end
|
|
@@ -3462,7 +3462,7 @@ module Telnyx
|
|
|
3462
3462
|
sig do
|
|
3463
3463
|
params(
|
|
3464
3464
|
url_method:
|
|
3465
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3465
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::OrSymbol
|
|
3466
3466
|
).void
|
|
3467
3467
|
end
|
|
3468
3468
|
attr_writer :url_method
|
|
@@ -3473,65 +3473,65 @@ module Telnyx
|
|
|
3473
3473
|
async_amd: T::Boolean,
|
|
3474
3474
|
async_amd_status_callback: String,
|
|
3475
3475
|
async_amd_status_callback_method:
|
|
3476
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3476
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
3477
3477
|
caller_id: String,
|
|
3478
3478
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
3479
3479
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
3480
3480
|
custom_headers:
|
|
3481
3481
|
T::Array[
|
|
3482
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3482
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader::OrHash
|
|
3483
3483
|
],
|
|
3484
3484
|
deepfake_detection:
|
|
3485
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3485
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::OrSymbol,
|
|
3486
3486
|
deepfake_detection_callback_method:
|
|
3487
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3487
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
3488
3488
|
deepfake_detection_callback_url: String,
|
|
3489
3489
|
detection_mode:
|
|
3490
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3490
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::OrSymbol,
|
|
3491
3491
|
fallback_url: String,
|
|
3492
3492
|
from: String,
|
|
3493
3493
|
machine_detection:
|
|
3494
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3494
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::OrSymbol,
|
|
3495
3495
|
machine_detection_prompt_end_timeout: Integer,
|
|
3496
3496
|
machine_detection_silence_timeout: Integer,
|
|
3497
3497
|
machine_detection_speech_end_threshold: Integer,
|
|
3498
3498
|
machine_detection_speech_threshold: Integer,
|
|
3499
3499
|
machine_detection_timeout: Integer,
|
|
3500
3500
|
media_encryption:
|
|
3501
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3501
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::OrSymbol,
|
|
3502
3502
|
preferred_codecs: String,
|
|
3503
3503
|
record: T::Boolean,
|
|
3504
3504
|
recording_channels:
|
|
3505
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3505
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::OrSymbol,
|
|
3506
3506
|
recording_status_callback: String,
|
|
3507
3507
|
recording_status_callback_event: String,
|
|
3508
3508
|
recording_status_callback_method:
|
|
3509
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3509
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol,
|
|
3510
3510
|
recording_timeout: Integer,
|
|
3511
3511
|
recording_track:
|
|
3512
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3512
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::OrSymbol,
|
|
3513
3513
|
send_recording_url: T::Boolean,
|
|
3514
3514
|
sip_auth_password: String,
|
|
3515
3515
|
sip_auth_username: String,
|
|
3516
3516
|
sip_region:
|
|
3517
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3517
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::OrSymbol,
|
|
3518
3518
|
status_callback: String,
|
|
3519
3519
|
status_callback_event:
|
|
3520
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3520
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::OrSymbol,
|
|
3521
3521
|
status_callback_method:
|
|
3522
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3522
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::OrSymbol,
|
|
3523
3523
|
supervise_call_sid: String,
|
|
3524
3524
|
supervising_role:
|
|
3525
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3525
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::OrSymbol,
|
|
3526
3526
|
texml: T.nilable(String),
|
|
3527
3527
|
time_limit: Integer,
|
|
3528
3528
|
timeout: Integer,
|
|
3529
3529
|
to: String,
|
|
3530
3530
|
trim:
|
|
3531
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3531
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::OrSymbol,
|
|
3532
3532
|
url: T.nilable(String),
|
|
3533
3533
|
url_method:
|
|
3534
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3534
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::OrSymbol
|
|
3535
3535
|
).returns(T.attached_class)
|
|
3536
3536
|
end
|
|
3537
3537
|
def self.new(
|
|
@@ -3670,65 +3670,65 @@ module Telnyx
|
|
|
3670
3670
|
async_amd: T::Boolean,
|
|
3671
3671
|
async_amd_status_callback: String,
|
|
3672
3672
|
async_amd_status_callback_method:
|
|
3673
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3673
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::OrSymbol,
|
|
3674
3674
|
caller_id: String,
|
|
3675
3675
|
cancel_playback_on_detect_message_end: T::Boolean,
|
|
3676
3676
|
cancel_playback_on_machine_detection: T::Boolean,
|
|
3677
3677
|
custom_headers:
|
|
3678
3678
|
T::Array[
|
|
3679
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3679
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader
|
|
3680
3680
|
],
|
|
3681
3681
|
deepfake_detection:
|
|
3682
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3682
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::OrSymbol,
|
|
3683
3683
|
deepfake_detection_callback_method:
|
|
3684
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3684
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::OrSymbol,
|
|
3685
3685
|
deepfake_detection_callback_url: String,
|
|
3686
3686
|
detection_mode:
|
|
3687
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3687
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::OrSymbol,
|
|
3688
3688
|
fallback_url: String,
|
|
3689
3689
|
from: String,
|
|
3690
3690
|
machine_detection:
|
|
3691
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3691
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::OrSymbol,
|
|
3692
3692
|
machine_detection_prompt_end_timeout: Integer,
|
|
3693
3693
|
machine_detection_silence_timeout: Integer,
|
|
3694
3694
|
machine_detection_speech_end_threshold: Integer,
|
|
3695
3695
|
machine_detection_speech_threshold: Integer,
|
|
3696
3696
|
machine_detection_timeout: Integer,
|
|
3697
3697
|
media_encryption:
|
|
3698
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3698
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::OrSymbol,
|
|
3699
3699
|
preferred_codecs: String,
|
|
3700
3700
|
record: T::Boolean,
|
|
3701
3701
|
recording_channels:
|
|
3702
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3702
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::OrSymbol,
|
|
3703
3703
|
recording_status_callback: String,
|
|
3704
3704
|
recording_status_callback_event: String,
|
|
3705
3705
|
recording_status_callback_method:
|
|
3706
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3706
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::OrSymbol,
|
|
3707
3707
|
recording_timeout: Integer,
|
|
3708
3708
|
recording_track:
|
|
3709
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3709
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::OrSymbol,
|
|
3710
3710
|
send_recording_url: T::Boolean,
|
|
3711
3711
|
sip_auth_password: String,
|
|
3712
3712
|
sip_auth_username: String,
|
|
3713
3713
|
sip_region:
|
|
3714
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3714
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::OrSymbol,
|
|
3715
3715
|
status_callback: String,
|
|
3716
3716
|
status_callback_event:
|
|
3717
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3717
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::OrSymbol,
|
|
3718
3718
|
status_callback_method:
|
|
3719
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3719
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::OrSymbol,
|
|
3720
3720
|
supervise_call_sid: String,
|
|
3721
3721
|
supervising_role:
|
|
3722
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3722
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::OrSymbol,
|
|
3723
3723
|
texml: T.nilable(String),
|
|
3724
3724
|
time_limit: Integer,
|
|
3725
3725
|
timeout: Integer,
|
|
3726
3726
|
to: String,
|
|
3727
3727
|
trim:
|
|
3728
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3728
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::OrSymbol,
|
|
3729
3729
|
url: T.nilable(String),
|
|
3730
3730
|
url_method:
|
|
3731
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3731
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::OrSymbol
|
|
3732
3732
|
}
|
|
3733
3733
|
)
|
|
3734
3734
|
end
|
|
@@ -3744,7 +3744,7 @@ module Telnyx
|
|
|
3744
3744
|
T.type_alias do
|
|
3745
3745
|
T.all(
|
|
3746
3746
|
Symbol,
|
|
3747
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3747
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod
|
|
3748
3748
|
)
|
|
3749
3749
|
end
|
|
3750
3750
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3752,18 +3752,18 @@ module Telnyx
|
|
|
3752
3752
|
GET =
|
|
3753
3753
|
T.let(
|
|
3754
3754
|
:GET,
|
|
3755
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3755
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3756
3756
|
)
|
|
3757
3757
|
POST =
|
|
3758
3758
|
T.let(
|
|
3759
3759
|
:POST,
|
|
3760
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3760
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3761
3761
|
)
|
|
3762
3762
|
|
|
3763
3763
|
sig do
|
|
3764
3764
|
override.returns(
|
|
3765
3765
|
T::Array[
|
|
3766
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3766
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::AsyncAmdStatusCallbackMethod::TaggedSymbol
|
|
3767
3767
|
]
|
|
3768
3768
|
)
|
|
3769
3769
|
end
|
|
@@ -3775,7 +3775,7 @@ module Telnyx
|
|
|
3775
3775
|
OrHash =
|
|
3776
3776
|
T.type_alias do
|
|
3777
3777
|
T.any(
|
|
3778
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3778
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::CustomHeader,
|
|
3779
3779
|
Telnyx::Internal::AnyHash
|
|
3780
3780
|
)
|
|
3781
3781
|
end
|
|
@@ -3814,7 +3814,7 @@ module Telnyx
|
|
|
3814
3814
|
T.type_alias do
|
|
3815
3815
|
T.all(
|
|
3816
3816
|
Symbol,
|
|
3817
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3817
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection
|
|
3818
3818
|
)
|
|
3819
3819
|
end
|
|
3820
3820
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3822,13 +3822,13 @@ module Telnyx
|
|
|
3822
3822
|
ENABLE =
|
|
3823
3823
|
T.let(
|
|
3824
3824
|
:Enable,
|
|
3825
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3825
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::TaggedSymbol
|
|
3826
3826
|
)
|
|
3827
3827
|
|
|
3828
3828
|
sig do
|
|
3829
3829
|
override.returns(
|
|
3830
3830
|
T::Array[
|
|
3831
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3831
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetection::TaggedSymbol
|
|
3832
3832
|
]
|
|
3833
3833
|
)
|
|
3834
3834
|
end
|
|
@@ -3844,7 +3844,7 @@ module Telnyx
|
|
|
3844
3844
|
T.type_alias do
|
|
3845
3845
|
T.all(
|
|
3846
3846
|
Symbol,
|
|
3847
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3847
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod
|
|
3848
3848
|
)
|
|
3849
3849
|
end
|
|
3850
3850
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3852,18 +3852,18 @@ module Telnyx
|
|
|
3852
3852
|
GET =
|
|
3853
3853
|
T.let(
|
|
3854
3854
|
:GET,
|
|
3855
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3855
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
3856
3856
|
)
|
|
3857
3857
|
POST =
|
|
3858
3858
|
T.let(
|
|
3859
3859
|
:POST,
|
|
3860
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3860
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
3861
3861
|
)
|
|
3862
3862
|
|
|
3863
3863
|
sig do
|
|
3864
3864
|
override.returns(
|
|
3865
3865
|
T::Array[
|
|
3866
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3866
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DeepfakeDetectionCallbackMethod::TaggedSymbol
|
|
3867
3867
|
]
|
|
3868
3868
|
)
|
|
3869
3869
|
end
|
|
@@ -3881,7 +3881,7 @@ module Telnyx
|
|
|
3881
3881
|
T.type_alias do
|
|
3882
3882
|
T.all(
|
|
3883
3883
|
Symbol,
|
|
3884
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3884
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode
|
|
3885
3885
|
)
|
|
3886
3886
|
end
|
|
3887
3887
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3889,23 +3889,23 @@ module Telnyx
|
|
|
3889
3889
|
PREMIUM =
|
|
3890
3890
|
T.let(
|
|
3891
3891
|
:Premium,
|
|
3892
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3892
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3893
3893
|
)
|
|
3894
3894
|
REGULAR =
|
|
3895
3895
|
T.let(
|
|
3896
3896
|
:Regular,
|
|
3897
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3897
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3898
3898
|
)
|
|
3899
3899
|
PREMIUM_CALL_SCREENING =
|
|
3900
3900
|
T.let(
|
|
3901
3901
|
:PremiumCallScreening,
|
|
3902
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3902
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3903
3903
|
)
|
|
3904
3904
|
|
|
3905
3905
|
sig do
|
|
3906
3906
|
override.returns(
|
|
3907
3907
|
T::Array[
|
|
3908
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3908
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::DetectionMode::TaggedSymbol
|
|
3909
3909
|
]
|
|
3910
3910
|
)
|
|
3911
3911
|
end
|
|
@@ -3921,7 +3921,7 @@ module Telnyx
|
|
|
3921
3921
|
T.type_alias do
|
|
3922
3922
|
T.all(
|
|
3923
3923
|
Symbol,
|
|
3924
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3924
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection
|
|
3925
3925
|
)
|
|
3926
3926
|
end
|
|
3927
3927
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3929,23 +3929,23 @@ module Telnyx
|
|
|
3929
3929
|
ENABLE =
|
|
3930
3930
|
T.let(
|
|
3931
3931
|
:Enable,
|
|
3932
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3932
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3933
3933
|
)
|
|
3934
3934
|
DISABLE =
|
|
3935
3935
|
T.let(
|
|
3936
3936
|
:Disable,
|
|
3937
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3937
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3938
3938
|
)
|
|
3939
3939
|
DETECT_MESSAGE_END =
|
|
3940
3940
|
T.let(
|
|
3941
3941
|
:DetectMessageEnd,
|
|
3942
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3942
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3943
3943
|
)
|
|
3944
3944
|
|
|
3945
3945
|
sig do
|
|
3946
3946
|
override.returns(
|
|
3947
3947
|
T::Array[
|
|
3948
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3948
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MachineDetection::TaggedSymbol
|
|
3949
3949
|
]
|
|
3950
3950
|
)
|
|
3951
3951
|
end
|
|
@@ -3964,7 +3964,7 @@ module Telnyx
|
|
|
3964
3964
|
T.type_alias do
|
|
3965
3965
|
T.all(
|
|
3966
3966
|
Symbol,
|
|
3967
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3967
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption
|
|
3968
3968
|
)
|
|
3969
3969
|
end
|
|
3970
3970
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -3972,23 +3972,23 @@ module Telnyx
|
|
|
3972
3972
|
DISABLED =
|
|
3973
3973
|
T.let(
|
|
3974
3974
|
:disabled,
|
|
3975
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3975
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3976
3976
|
)
|
|
3977
3977
|
SRTP =
|
|
3978
3978
|
T.let(
|
|
3979
3979
|
:SRTP,
|
|
3980
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3980
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3981
3981
|
)
|
|
3982
3982
|
DTLS =
|
|
3983
3983
|
T.let(
|
|
3984
3984
|
:DTLS,
|
|
3985
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3985
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3986
3986
|
)
|
|
3987
3987
|
|
|
3988
3988
|
sig do
|
|
3989
3989
|
override.returns(
|
|
3990
3990
|
T::Array[
|
|
3991
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
3991
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::MediaEncryption::TaggedSymbol
|
|
3992
3992
|
]
|
|
3993
3993
|
)
|
|
3994
3994
|
end
|
|
@@ -4004,7 +4004,7 @@ module Telnyx
|
|
|
4004
4004
|
T.type_alias do
|
|
4005
4005
|
T.all(
|
|
4006
4006
|
Symbol,
|
|
4007
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4007
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels
|
|
4008
4008
|
)
|
|
4009
4009
|
end
|
|
4010
4010
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4012,18 +4012,18 @@ module Telnyx
|
|
|
4012
4012
|
MONO =
|
|
4013
4013
|
T.let(
|
|
4014
4014
|
:mono,
|
|
4015
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4015
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
4016
4016
|
)
|
|
4017
4017
|
DUAL =
|
|
4018
4018
|
T.let(
|
|
4019
4019
|
:dual,
|
|
4020
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4020
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
4021
4021
|
)
|
|
4022
4022
|
|
|
4023
4023
|
sig do
|
|
4024
4024
|
override.returns(
|
|
4025
4025
|
T::Array[
|
|
4026
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4026
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingChannels::TaggedSymbol
|
|
4027
4027
|
]
|
|
4028
4028
|
)
|
|
4029
4029
|
end
|
|
@@ -4039,7 +4039,7 @@ module Telnyx
|
|
|
4039
4039
|
T.type_alias do
|
|
4040
4040
|
T.all(
|
|
4041
4041
|
Symbol,
|
|
4042
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4042
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod
|
|
4043
4043
|
)
|
|
4044
4044
|
end
|
|
4045
4045
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4047,18 +4047,18 @@ module Telnyx
|
|
|
4047
4047
|
GET =
|
|
4048
4048
|
T.let(
|
|
4049
4049
|
:GET,
|
|
4050
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4050
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
4051
4051
|
)
|
|
4052
4052
|
POST =
|
|
4053
4053
|
T.let(
|
|
4054
4054
|
:POST,
|
|
4055
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4055
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
4056
4056
|
)
|
|
4057
4057
|
|
|
4058
4058
|
sig do
|
|
4059
4059
|
override.returns(
|
|
4060
4060
|
T::Array[
|
|
4061
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4061
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingStatusCallbackMethod::TaggedSymbol
|
|
4062
4062
|
]
|
|
4063
4063
|
)
|
|
4064
4064
|
end
|
|
@@ -4074,7 +4074,7 @@ module Telnyx
|
|
|
4074
4074
|
T.type_alias do
|
|
4075
4075
|
T.all(
|
|
4076
4076
|
Symbol,
|
|
4077
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4077
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack
|
|
4078
4078
|
)
|
|
4079
4079
|
end
|
|
4080
4080
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4082,23 +4082,23 @@ module Telnyx
|
|
|
4082
4082
|
INBOUND =
|
|
4083
4083
|
T.let(
|
|
4084
4084
|
:inbound,
|
|
4085
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4085
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
4086
4086
|
)
|
|
4087
4087
|
OUTBOUND =
|
|
4088
4088
|
T.let(
|
|
4089
4089
|
:outbound,
|
|
4090
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4090
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
4091
4091
|
)
|
|
4092
4092
|
BOTH =
|
|
4093
4093
|
T.let(
|
|
4094
4094
|
:both,
|
|
4095
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4095
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
4096
4096
|
)
|
|
4097
4097
|
|
|
4098
4098
|
sig do
|
|
4099
4099
|
override.returns(
|
|
4100
4100
|
T::Array[
|
|
4101
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4101
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::RecordingTrack::TaggedSymbol
|
|
4102
4102
|
]
|
|
4103
4103
|
)
|
|
4104
4104
|
end
|
|
@@ -4114,7 +4114,7 @@ module Telnyx
|
|
|
4114
4114
|
T.type_alias do
|
|
4115
4115
|
T.all(
|
|
4116
4116
|
Symbol,
|
|
4117
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4117
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion
|
|
4118
4118
|
)
|
|
4119
4119
|
end
|
|
4120
4120
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4122,33 +4122,33 @@ module Telnyx
|
|
|
4122
4122
|
US =
|
|
4123
4123
|
T.let(
|
|
4124
4124
|
:US,
|
|
4125
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4125
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4126
4126
|
)
|
|
4127
4127
|
EUROPE =
|
|
4128
4128
|
T.let(
|
|
4129
4129
|
:Europe,
|
|
4130
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4130
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4131
4131
|
)
|
|
4132
4132
|
CANADA =
|
|
4133
4133
|
T.let(
|
|
4134
4134
|
:Canada,
|
|
4135
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4135
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4136
4136
|
)
|
|
4137
4137
|
AUSTRALIA =
|
|
4138
4138
|
T.let(
|
|
4139
4139
|
:Australia,
|
|
4140
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4140
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4141
4141
|
)
|
|
4142
4142
|
MIDDLE_EAST =
|
|
4143
4143
|
T.let(
|
|
4144
4144
|
:"Middle East",
|
|
4145
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4145
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4146
4146
|
)
|
|
4147
4147
|
|
|
4148
4148
|
sig do
|
|
4149
4149
|
override.returns(
|
|
4150
4150
|
T::Array[
|
|
4151
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4151
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SipRegion::TaggedSymbol
|
|
4152
4152
|
]
|
|
4153
4153
|
)
|
|
4154
4154
|
end
|
|
@@ -4165,7 +4165,7 @@ module Telnyx
|
|
|
4165
4165
|
T.type_alias do
|
|
4166
4166
|
T.all(
|
|
4167
4167
|
Symbol,
|
|
4168
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4168
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent
|
|
4169
4169
|
)
|
|
4170
4170
|
end
|
|
4171
4171
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4173,28 +4173,28 @@ module Telnyx
|
|
|
4173
4173
|
INITIATED =
|
|
4174
4174
|
T.let(
|
|
4175
4175
|
:initiated,
|
|
4176
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4176
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
4177
4177
|
)
|
|
4178
4178
|
RINGING =
|
|
4179
4179
|
T.let(
|
|
4180
4180
|
:ringing,
|
|
4181
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4181
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
4182
4182
|
)
|
|
4183
4183
|
ANSWERED =
|
|
4184
4184
|
T.let(
|
|
4185
4185
|
:answered,
|
|
4186
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4186
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
4187
4187
|
)
|
|
4188
4188
|
COMPLETED =
|
|
4189
4189
|
T.let(
|
|
4190
4190
|
:completed,
|
|
4191
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4191
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
4192
4192
|
)
|
|
4193
4193
|
|
|
4194
4194
|
sig do
|
|
4195
4195
|
override.returns(
|
|
4196
4196
|
T::Array[
|
|
4197
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4197
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackEvent::TaggedSymbol
|
|
4198
4198
|
]
|
|
4199
4199
|
)
|
|
4200
4200
|
end
|
|
@@ -4210,7 +4210,7 @@ module Telnyx
|
|
|
4210
4210
|
T.type_alias do
|
|
4211
4211
|
T.all(
|
|
4212
4212
|
Symbol,
|
|
4213
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4213
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod
|
|
4214
4214
|
)
|
|
4215
4215
|
end
|
|
4216
4216
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4218,18 +4218,18 @@ module Telnyx
|
|
|
4218
4218
|
GET =
|
|
4219
4219
|
T.let(
|
|
4220
4220
|
:GET,
|
|
4221
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4221
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
4222
4222
|
)
|
|
4223
4223
|
POST =
|
|
4224
4224
|
T.let(
|
|
4225
4225
|
:POST,
|
|
4226
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4226
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
4227
4227
|
)
|
|
4228
4228
|
|
|
4229
4229
|
sig do
|
|
4230
4230
|
override.returns(
|
|
4231
4231
|
T::Array[
|
|
4232
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4232
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::StatusCallbackMethod::TaggedSymbol
|
|
4233
4233
|
]
|
|
4234
4234
|
)
|
|
4235
4235
|
end
|
|
@@ -4247,7 +4247,7 @@ module Telnyx
|
|
|
4247
4247
|
T.type_alias do
|
|
4248
4248
|
T.all(
|
|
4249
4249
|
Symbol,
|
|
4250
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4250
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole
|
|
4251
4251
|
)
|
|
4252
4252
|
end
|
|
4253
4253
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4255,23 +4255,23 @@ module Telnyx
|
|
|
4255
4255
|
BARGE =
|
|
4256
4256
|
T.let(
|
|
4257
4257
|
:barge,
|
|
4258
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4258
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
4259
4259
|
)
|
|
4260
4260
|
WHISPER =
|
|
4261
4261
|
T.let(
|
|
4262
4262
|
:whisper,
|
|
4263
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4263
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
4264
4264
|
)
|
|
4265
4265
|
MONITOR =
|
|
4266
4266
|
T.let(
|
|
4267
4267
|
:monitor,
|
|
4268
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4268
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
4269
4269
|
)
|
|
4270
4270
|
|
|
4271
4271
|
sig do
|
|
4272
4272
|
override.returns(
|
|
4273
4273
|
T::Array[
|
|
4274
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4274
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::SupervisingRole::TaggedSymbol
|
|
4275
4275
|
]
|
|
4276
4276
|
)
|
|
4277
4277
|
end
|
|
@@ -4288,7 +4288,7 @@ module Telnyx
|
|
|
4288
4288
|
T.type_alias do
|
|
4289
4289
|
T.all(
|
|
4290
4290
|
Symbol,
|
|
4291
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4291
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim
|
|
4292
4292
|
)
|
|
4293
4293
|
end
|
|
4294
4294
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4296,18 +4296,18 @@ module Telnyx
|
|
|
4296
4296
|
TRIM_SILENCE =
|
|
4297
4297
|
T.let(
|
|
4298
4298
|
:"trim-silence",
|
|
4299
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4299
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::TaggedSymbol
|
|
4300
4300
|
)
|
|
4301
4301
|
DO_NOT_TRIM =
|
|
4302
4302
|
T.let(
|
|
4303
4303
|
:"do-not-trim",
|
|
4304
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4304
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::TaggedSymbol
|
|
4305
4305
|
)
|
|
4306
4306
|
|
|
4307
4307
|
sig do
|
|
4308
4308
|
override.returns(
|
|
4309
4309
|
T::Array[
|
|
4310
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4310
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::Trim::TaggedSymbol
|
|
4311
4311
|
]
|
|
4312
4312
|
)
|
|
4313
4313
|
end
|
|
@@ -4324,7 +4324,7 @@ module Telnyx
|
|
|
4324
4324
|
T.type_alias do
|
|
4325
4325
|
T.all(
|
|
4326
4326
|
Symbol,
|
|
4327
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4327
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod
|
|
4328
4328
|
)
|
|
4329
4329
|
end
|
|
4330
4330
|
OrSymbol = T.type_alias { T.any(Symbol, String) }
|
|
@@ -4332,18 +4332,18 @@ module Telnyx
|
|
|
4332
4332
|
GET =
|
|
4333
4333
|
T.let(
|
|
4334
4334
|
:GET,
|
|
4335
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4335
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::TaggedSymbol
|
|
4336
4336
|
)
|
|
4337
4337
|
POST =
|
|
4338
4338
|
T.let(
|
|
4339
4339
|
:POST,
|
|
4340
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4340
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::TaggedSymbol
|
|
4341
4341
|
)
|
|
4342
4342
|
|
|
4343
4343
|
sig do
|
|
4344
4344
|
override.returns(
|
|
4345
4345
|
T::Array[
|
|
4346
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4346
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::ApplicationDefault::URLMethod::TaggedSymbol
|
|
4347
4347
|
]
|
|
4348
4348
|
)
|
|
4349
4349
|
end
|
|
@@ -4355,7 +4355,7 @@ module Telnyx
|
|
|
4355
4355
|
sig do
|
|
4356
4356
|
override.returns(
|
|
4357
4357
|
T::Array[
|
|
4358
|
-
Telnyx::Texml::Accounts::CallCallsParams::
|
|
4358
|
+
Telnyx::Texml::Accounts::CallCallsParams::Body::Variants
|
|
4359
4359
|
]
|
|
4360
4360
|
)
|
|
4361
4361
|
end
|