From fa64405b5e953f4bfffd4d3cb4480866fd659eae Mon Sep 17 00:00:00 2001 From: kridai Date: Fri, 24 Oct 2025 16:16:49 +0530 Subject: [PATCH 1/3] generate library via generator --- Makefile | 2 +- rest/accounts/v1/__init__.py | 91 +++++++ rest/accounts/v1/auth_token_promotion.py | 39 +++ rest/accounts/v1/bulk_consents.py | 39 +++ rest/accounts/v1/bulk_contacts.py | 39 +++ rest/accounts/v1/credential/__init__.py | 39 +++ rest/accounts/v1/credential/aws.py | 39 +++ rest/accounts/v1/credential/public_key.py | 39 +++ rest/accounts/v1/messaging_geopermissions.py | 39 +++ rest/accounts/v1/safelist.py | 39 +++ rest/accounts/v1/secondary_auth_token.py | 39 +++ rest/api/v2010/__init__.py | 59 +++++ rest/api/v2010/account/__init__.py | 39 +++ rest/api/v2010/account/address/__init__.py | 39 +++ .../account/address/dependent_phone_number.py | 39 +++ rest/api/v2010/account/application.py | 39 +++ .../v2010/account/authorized_connect_app.py | 39 +++ .../__init__.py | 39 +++ .../available_phone_number_country/local.py | 39 +++ .../machine_to_machine.py | 39 +++ .../available_phone_number_country/mobile.py | 39 +++ .../national.py | 39 +++ .../shared_cost.py | 39 +++ .../toll_free.py | 39 +++ .../available_phone_number_country/voip.py | 39 +++ rest/api/v2010/account/balance.py | 39 +++ rest/api/v2010/account/call/__init__.py | 39 +++ rest/api/v2010/account/call/event.py | 39 +++ rest/api/v2010/account/call/notification.py | 39 +++ rest/api/v2010/account/call/payment.py | 39 +++ rest/api/v2010/account/call/recording.py | 39 +++ rest/api/v2010/account/call/siprec.py | 39 +++ rest/api/v2010/account/call/stream.py | 39 +++ rest/api/v2010/account/call/transcription.py | 39 +++ .../account/call/user_defined_message.py | 39 +++ .../call/user_defined_message_subscription.py | 39 +++ rest/api/v2010/account/conference/__init__.py | 39 +++ .../v2010/account/conference/participant.py | 39 +++ .../api/v2010/account/conference/recording.py | 39 +++ rest/api/v2010/account/connect_app.py | 39 +++ .../account/incoming_phone_number/__init__.py | 39 +++ .../assigned_add_on/__init__.py | 39 +++ .../assigned_add_on_extension.py | 39 +++ .../account/incoming_phone_number/local.py | 39 +++ .../account/incoming_phone_number/mobile.py | 39 +++ .../incoming_phone_number/toll_free.py | 39 +++ rest/api/v2010/account/key.py | 39 +++ rest/api/v2010/account/message/__init__.py | 39 +++ rest/api/v2010/account/message/feedback.py | 39 +++ rest/api/v2010/account/message/media.py | 39 +++ rest/api/v2010/account/new_key.py | 39 +++ rest/api/v2010/account/new_signing_key.py | 39 +++ rest/api/v2010/account/notification.py | 39 +++ rest/api/v2010/account/outgoing_caller_id.py | 39 +++ rest/api/v2010/account/queue/__init__.py | 39 +++ rest/api/v2010/account/queue/member.py | 39 +++ rest/api/v2010/account/recording/__init__.py | 39 +++ .../recording/add_on_result/__init__.py | 39 +++ .../add_on_result/payload/__init__.py | 39 +++ .../recording/add_on_result/payload/data.py | 39 +++ .../v2010/account/recording/transcription.py | 39 +++ rest/api/v2010/account/short_code.py | 39 +++ rest/api/v2010/account/signing_key.py | 39 +++ rest/api/v2010/account/sip/__init__.py | 39 +++ .../account/sip/credential_list/__init__.py | 39 +++ .../account/sip/credential_list/credential.py | 39 +++ rest/api/v2010/account/sip/domain/__init__.py | 39 +++ .../account/sip/domain/auth_types/__init__.py | 39 +++ .../auth_types/auth_type_calls/__init__.py | 39 +++ .../auth_calls_credential_list_mapping.py | 39 +++ ...th_calls_ip_access_control_list_mapping.py | 39 +++ .../auth_type_registrations/__init__.py | 39 +++ ...h_registrations_credential_list_mapping.py | 39 +++ .../sip/domain/credential_list_mapping.py | 39 +++ .../domain/ip_access_control_list_mapping.py | 39 +++ .../sip/ip_access_control_list/__init__.py | 39 +++ .../sip/ip_access_control_list/ip_address.py | 39 +++ rest/api/v2010/account/token.py | 39 +++ rest/api/v2010/account/transcription.py | 39 +++ rest/api/v2010/account/usage/__init__.py | 39 +++ .../v2010/account/usage/record/__init__.py | 39 +++ .../v2010/account/usage/record/all_time.py | 39 +++ rest/api/v2010/account/usage/record/daily.py | 39 +++ .../v2010/account/usage/record/last_month.py | 39 +++ .../api/v2010/account/usage/record/monthly.py | 39 +++ .../v2010/account/usage/record/this_month.py | 39 +++ rest/api/v2010/account/usage/record/today.py | 39 +++ rest/api/v2010/account/usage/record/yearly.py | 39 +++ .../v2010/account/usage/record/yesterday.py | 39 +++ rest/api/v2010/account/usage/trigger.py | 39 +++ rest/api/v2010/account/validation_request.py | 39 +++ rest/assistants/v1/__init__.py | 75 ++++++ rest/assistants/v1/assistant/__init__.py | 39 +++ .../v1/assistant/assistants_knowledge.py | 39 +++ .../v1/assistant/assistants_tool.py | 39 +++ rest/assistants/v1/assistant/feedback.py | 39 +++ rest/assistants/v1/assistant/message.py | 39 +++ rest/assistants/v1/knowledge/__init__.py | 39 +++ rest/assistants/v1/knowledge/chunk.py | 39 +++ .../v1/knowledge/knowledge_status.py | 39 +++ rest/assistants/v1/policy.py | 39 +++ rest/assistants/v1/session/__init__.py | 39 +++ rest/assistants/v1/session/message.py | 39 +++ rest/assistants/v1/tool.py | 39 +++ rest/bulkexports/v1/__init__.py | 51 ++++ rest/bulkexports/v1/export/__init__.py | 39 +++ rest/bulkexports/v1/export/day.py | 39 +++ .../v1/export/export_custom_job.py | 39 +++ rest/bulkexports/v1/export/job.py | 39 +++ rest/bulkexports/v1/export_configuration.py | 39 +++ rest/chat/v1/__init__.py | 51 ++++ rest/chat/v1/credential.py | 39 +++ rest/chat/v1/service/__init__.py | 39 +++ rest/chat/v1/service/channel/__init__.py | 39 +++ rest/chat/v1/service/channel/invite.py | 39 +++ rest/chat/v1/service/channel/member.py | 39 +++ rest/chat/v1/service/channel/message.py | 39 +++ rest/chat/v1/service/role.py | 39 +++ rest/chat/v1/service/user/__init__.py | 39 +++ rest/chat/v1/service/user/user_channel.py | 39 +++ rest/chat/v2/__init__.py | 51 ++++ rest/chat/v2/credential.py | 39 +++ rest/chat/v2/service/__init__.py | 39 +++ rest/chat/v2/service/binding.py | 39 +++ rest/chat/v2/service/channel/__init__.py | 39 +++ rest/chat/v2/service/channel/invite.py | 39 +++ rest/chat/v2/service/channel/member.py | 39 +++ rest/chat/v2/service/channel/message.py | 39 +++ rest/chat/v2/service/channel/webhook.py | 39 +++ rest/chat/v2/service/role.py | 39 +++ rest/chat/v2/service/user/__init__.py | 39 +++ rest/chat/v2/service/user/user_binding.py | 39 +++ rest/chat/v2/service/user/user_channel.py | 39 +++ rest/chat/v3/__init__.py | 43 +++ rest/chat/v3/channel.py | 39 +++ rest/content/v1/__init__.py | 59 +++++ rest/content/v1/content/__init__.py | 39 +++ rest/content/v1/content/approval_create.py | 39 +++ rest/content/v1/content/approval_fetch.py | 39 +++ rest/content/v1/content_and_approvals.py | 39 +++ rest/content/v1/legacy_content.py | 39 +++ rest/content/v2/__init__.py | 51 ++++ rest/content/v2/content.py | 39 +++ rest/content/v2/content_and_approvals.py | 39 +++ rest/conversations/v1/__init__.py | 115 ++++++++ .../conversations/v1/address_configuration.py | 39 +++ .../v1/configuration/__init__.py | 39 +++ .../conversations/v1/configuration/webhook.py | 39 +++ .../conversations/v1/conversation/__init__.py | 39 +++ .../v1/conversation/message/__init__.py | 39 +++ .../conversation/message/delivery_receipt.py | 39 +++ .../v1/conversation/participant.py | 39 +++ rest/conversations/v1/conversation/webhook.py | 39 +++ .../v1/conversation_with_participants.py | 39 +++ rest/conversations/v1/credential.py | 39 +++ .../v1/participant_conversation.py | 39 +++ rest/conversations/v1/role.py | 39 +++ rest/conversations/v1/service/__init__.py | 39 +++ rest/conversations/v1/service/binding.py | 39 +++ .../v1/service/configuration/__init__.py | 39 +++ .../v1/service/configuration/notification.py | 39 +++ .../v1/service/configuration/webhook.py | 39 +++ .../v1/service/conversation/__init__.py | 39 +++ .../service/conversation/message/__init__.py | 39 +++ .../conversation/message/delivery_receipt.py | 39 +++ .../v1/service/conversation/participant.py | 39 +++ .../v1/service/conversation/webhook.py | 39 +++ .../service/conversation_with_participants.py | 39 +++ .../v1/service/participant_conversation.py | 39 +++ rest/conversations/v1/service/role.py | 39 +++ .../conversations/v1/service/user/__init__.py | 39 +++ .../v1/service/user/user_conversation.py | 39 +++ rest/conversations/v1/user/__init__.py | 39 +++ .../v1/user/user_conversation.py | 39 +++ rest/events/v1/__init__.py | 67 +++++ rest/events/v1/event_type.py | 39 +++ rest/events/v1/schema/__init__.py | 39 +++ rest/events/v1/schema/schema_version.py | 39 +++ rest/events/v1/sink/__init__.py | 39 +++ rest/events/v1/sink/sink_test.py | 39 +++ rest/events/v1/sink/sink_validate.py | 39 +++ rest/events/v1/subscription/__init__.py | 39 +++ .../v1/subscription/subscribed_event.py | 39 +++ rest/flex_api/v1/__init__.py | 245 ++++++++++++++++++ rest/flex_api/v1/assessments.py | 39 +++ rest/flex_api/v1/channel.py | 39 +++ rest/flex_api/v1/configuration.py | 39 +++ rest/flex_api/v1/flex_flow.py | 39 +++ .../v1/insights_assessments_comment.py | 39 +++ rest/flex_api/v1/insights_conversations.py | 39 +++ rest/flex_api/v1/insights_questionnaires.py | 39 +++ .../v1/insights_questionnaires_category.py | 39 +++ .../v1/insights_questionnaires_question.py | 39 +++ rest/flex_api/v1/insights_segments.py | 39 +++ rest/flex_api/v1/insights_session.py | 39 +++ .../v1/insights_settings_answer_sets.py | 39 +++ rest/flex_api/v1/insights_settings_comment.py | 39 +++ rest/flex_api/v1/insights_user_roles.py | 39 +++ rest/flex_api/v1/interaction/__init__.py | 39 +++ .../interaction_channel/__init__.py | 39 +++ .../interaction_channel_invite.py | 39 +++ .../interaction_channel_participant.py | 39 +++ .../interaction_transfer.py | 39 +++ rest/flex_api/v1/plugin/__init__.py | 39 +++ rest/flex_api/v1/plugin/plugin_versions.py | 39 +++ rest/flex_api/v1/plugin_archive.py | 39 +++ .../v1/plugin_configuration/__init__.py | 39 +++ .../plugin_configuration/configured_plugin.py | 39 +++ .../v1/plugin_configuration_archive.py | 39 +++ rest/flex_api/v1/plugin_release.py | 39 +++ rest/flex_api/v1/plugin_version_archive.py | 39 +++ rest/flex_api/v1/provisioning_status.py | 39 +++ rest/flex_api/v1/web_channel.py | 39 +++ rest/flex_api/v2/__init__.py | 51 ++++ rest/flex_api/v2/flex_user.py | 39 +++ rest/flex_api/v2/web_channels.py | 39 +++ rest/frontline_api/v1/__init__.py | 43 +++ rest/frontline_api/v1/user.py | 39 +++ rest/iam/v1/__init__.py | 67 +++++ rest/iam/v1/api_key.py | 39 +++ rest/iam/v1/get_api_keys.py | 39 +++ rest/iam/v1/new_api_key.py | 39 +++ rest/iam/v1/token.py | 39 +++ rest/insights/v1/__init__.py | 75 ++++++ rest/insights/v1/call/__init__.py | 39 +++ rest/insights/v1/call/annotation.py | 39 +++ rest/insights/v1/call/call_summary.py | 39 +++ rest/insights/v1/call/event.py | 39 +++ rest/insights/v1/call/metric.py | 39 +++ rest/insights/v1/call_summaries.py | 39 +++ rest/insights/v1/conference/__init__.py | 39 +++ .../v1/conference/conference_participant.py | 39 +++ rest/insights/v1/room/__init__.py | 39 +++ rest/insights/v1/room/participant.py | 39 +++ rest/insights/v1/setting.py | 39 +++ rest/intelligence/v2/__init__.py | 99 +++++++ rest/intelligence/v2/custom_operator.py | 39 +++ rest/intelligence/v2/operator.py | 39 +++ rest/intelligence/v2/operator_attachment.py | 39 +++ rest/intelligence/v2/operator_attachments.py | 39 +++ rest/intelligence/v2/operator_type.py | 39 +++ rest/intelligence/v2/prebuilt_operator.py | 39 +++ rest/intelligence/v2/service.py | 39 +++ rest/intelligence/v2/transcript/__init__.py | 39 +++ .../transcript/encrypted_operator_results.py | 39 +++ .../v2/transcript/encrypted_sentences.py | 39 +++ rest/intelligence/v2/transcript/media.py | 39 +++ .../v2/transcript/operator_result.py | 39 +++ rest/intelligence/v2/transcript/sentence.py | 39 +++ rest/ip_messaging/v1/__init__.py | 51 ++++ rest/ip_messaging/v1/credential.py | 39 +++ rest/ip_messaging/v1/service/__init__.py | 39 +++ .../v1/service/channel/__init__.py | 39 +++ .../ip_messaging/v1/service/channel/invite.py | 39 +++ .../ip_messaging/v1/service/channel/member.py | 39 +++ .../v1/service/channel/message.py | 39 +++ rest/ip_messaging/v1/service/role.py | 39 +++ rest/ip_messaging/v1/service/user/__init__.py | 39 +++ .../v1/service/user/user_channel.py | 39 +++ rest/ip_messaging/v2/__init__.py | 51 ++++ rest/ip_messaging/v2/credential.py | 39 +++ rest/ip_messaging/v2/service/__init__.py | 39 +++ rest/ip_messaging/v2/service/binding.py | 39 +++ .../v2/service/channel/__init__.py | 39 +++ .../ip_messaging/v2/service/channel/invite.py | 39 +++ .../ip_messaging/v2/service/channel/member.py | 39 +++ .../v2/service/channel/message.py | 39 +++ .../v2/service/channel/webhook.py | 39 +++ rest/ip_messaging/v2/service/role.py | 39 +++ rest/ip_messaging/v2/service/user/__init__.py | 39 +++ .../v2/service/user/user_binding.py | 39 +++ .../v2/service/user/user_channel.py | 39 +++ rest/knowledge/v1/__init__.py | 43 +++ rest/knowledge/v1/knowledge/__init__.py | 39 +++ rest/knowledge/v1/knowledge/chunk.py | 39 +++ .../v1/knowledge/knowledge_status.py | 39 +++ rest/lookups/v1/__init__.py | 43 +++ rest/lookups/v1/phone_number.py | 39 +++ rest/lookups/v2/__init__.py | 75 ++++++ rest/lookups/v2/bucket.py | 39 +++ rest/lookups/v2/lookup_override.py | 39 +++ rest/lookups/v2/phone_number.py | 39 +++ rest/lookups/v2/query.py | 39 +++ rest/lookups/v2/rate_limit.py | 39 +++ rest/marketplace/v1/__init__.py | 75 ++++++ .../v1/available_add_on/__init__.py | 39 +++ .../available_add_on_extension.py | 39 +++ .../v1/installed_add_on/__init__.py | 39 +++ .../installed_add_on_extension.py | 39 +++ .../installed_add_on_usage.py | 39 +++ rest/marketplace/v1/module_data.py | 39 +++ rest/marketplace/v1/module_data_management.py | 39 +++ rest/marketplace/v1/referral_conversion.py | 39 +++ rest/messaging/v1/__init__.py | 151 +++++++++++ .../v1/brand_registration/__init__.py | 39 +++ .../brand_registration_otp.py | 39 +++ .../v1/brand_registration/brand_vetting.py | 39 +++ rest/messaging/v1/deactivations.py | 39 +++ rest/messaging/v1/domain_certs.py | 39 +++ rest/messaging/v1/domain_config.py | 39 +++ .../v1/domain_config_messaging_service.py | 39 +++ rest/messaging/v1/external_campaign.py | 39 +++ .../v1/linkshortening_messaging_service.py | 39 +++ ...ng_messaging_service_domain_association.py | 39 +++ rest/messaging/v1/request_managed_cert.py | 39 +++ rest/messaging/v1/service/__init__.py | 39 +++ rest/messaging/v1/service/alpha_sender.py | 39 +++ rest/messaging/v1/service/channel_sender.py | 39 +++ .../v1/service/destination_alpha_sender.py | 39 +++ rest/messaging/v1/service/phone_number.py | 39 +++ rest/messaging/v1/service/short_code.py | 39 +++ rest/messaging/v1/service/us_app_to_person.py | 39 +++ .../v1/service/us_app_to_person_usecase.py | 39 +++ rest/messaging/v1/tollfree_verification.py | 39 +++ rest/messaging/v1/usecase.py | 39 +++ rest/messaging/v2/__init__.py | 51 ++++ rest/messaging/v2/channels_sender.py | 39 +++ rest/messaging/v2/typing_indicator.py | 39 +++ rest/monitor/v1/__init__.py | 51 ++++ rest/monitor/v1/alert.py | 39 +++ rest/monitor/v1/event.py | 39 +++ rest/monitor/v2/__init__.py | 51 ++++ rest/monitor/v2/alarm.py | 39 +++ rest/monitor/v2/status.py | 39 +++ rest/notify/v1/__init__.py | 51 ++++ rest/notify/v1/credential.py | 39 +++ rest/notify/v1/service/__init__.py | 39 +++ rest/notify/v1/service/binding.py | 39 +++ rest/notify/v1/service/notification.py | 39 +++ rest/numbers/v1/__init__.py | 135 ++++++++++ rest/numbers/v1/bulk_eligibility.py | 39 +++ rest/numbers/v1/eligibility.py | 39 +++ rest/numbers/v1/porting_all_port_in.py | 39 +++ rest/numbers/v1/porting_port_in.py | 39 +++ .../v1/porting_port_in_phone_number.py | 39 +++ rest/numbers/v1/porting_portability.py | 39 +++ .../v1/porting_webhook_configuration.py | 39 +++ .../porting_webhook_configuration_delete.py | 39 +++ .../v1/signing_request_configuration.py | 39 +++ rest/numbers/v1/webhook.py | 39 +++ rest/numbers/v2/__init__.py | 75 ++++++ .../v2/authorization_document/__init__.py | 39 +++ .../dependent_hosted_number_order.py | 39 +++ rest/numbers/v2/bulk_hosted_number_order.py | 39 +++ rest/numbers/v2/bundle_clone.py | 39 +++ rest/numbers/v2/hosted_number_order.py | 39 +++ .../v2/regulatory_compliance/__init__.py | 39 +++ .../regulatory_compliance/bundle/__init__.py | 39 +++ .../bundle/bundle_copy.py | 39 +++ .../bundle/evaluation.py | 39 +++ .../bundle/item_assignment.py | 39 +++ .../bundle/replace_items.py | 39 +++ .../v2/regulatory_compliance/end_user.py | 39 +++ .../v2/regulatory_compliance/end_user_type.py | 39 +++ .../v2/regulatory_compliance/regulation.py | 39 +++ .../supporting_document.py | 39 +++ .../supporting_document_type.py | 39 +++ rest/numbers/v3/__init__.py | 43 +++ rest/numbers/v3/hosted_number_order.py | 39 +++ rest/oauth/v1/__init__.py | 51 ++++ rest/oauth/v1/authorize.py | 39 +++ rest/oauth/v1/token.py | 39 +++ rest/oauth/v2/__init__.py | 43 +++ rest/oauth/v2/token.py | 39 +++ rest/preview/hosted_numbers/__init__.py | 53 ++++ .../authorization_document/__init__.py | 39 +++ .../dependent_hosted_number_order.py | 39 +++ .../hosted_numbers/hosted_number_order.py | 39 +++ rest/preview/marketplace/__init__.py | 51 ++++ .../marketplace/available_add_on/__init__.py | 39 +++ .../available_add_on_extension.py | 39 +++ .../marketplace/installed_add_on/__init__.py | 39 +++ .../installed_add_on_extension.py | 39 +++ rest/preview/wireless/__init__.py | 59 +++++ rest/preview/wireless/command.py | 39 +++ rest/preview/wireless/rate_plan.py | 39 +++ rest/preview/wireless/sim/__init__.py | 39 +++ rest/preview/wireless/sim/usage.py | 39 +++ rest/preview_iam/__init__.py | 59 +++++ rest/preview_iam/organizations/__init__.py | 59 +++++ rest/preview_iam/organizations/account.py | 39 +++ .../organizations/role_assignment.py | 39 +++ rest/preview_iam/organizations/user.py | 39 +++ rest/preview_iam/v1/authorize.py | 39 +++ rest/preview_iam/v1/token.py | 39 +++ rest/pricing/v1/__init__.py | 59 +++++ rest/pricing/v1/messaging/__init__.py | 39 +++ rest/pricing/v1/messaging/country.py | 39 +++ rest/pricing/v1/phone_number/__init__.py | 39 +++ rest/pricing/v1/phone_number/country.py | 39 +++ rest/pricing/v1/voice/__init__.py | 39 +++ rest/pricing/v1/voice/country.py | 39 +++ rest/pricing/v1/voice/number.py | 39 +++ rest/pricing/v2/__init__.py | 59 +++++ rest/pricing/v2/country.py | 39 +++ rest/pricing/v2/number.py | 39 +++ rest/pricing/v2/voice/__init__.py | 39 +++ rest/pricing/v2/voice/country.py | 39 +++ rest/pricing/v2/voice/number.py | 39 +++ rest/proxy/v1/__init__.py | 43 +++ rest/proxy/v1/service/__init__.py | 39 +++ rest/proxy/v1/service/phone_number.py | 39 +++ rest/proxy/v1/service/session/__init__.py | 39 +++ rest/proxy/v1/service/session/interaction.py | 39 +++ .../service/session/participant/__init__.py | 39 +++ .../participant/message_interaction.py | 39 +++ rest/routes/v2/__init__.py | 59 +++++ rest/routes/v2/phone_number.py | 39 +++ rest/routes/v2/sip_domain.py | 39 +++ rest/routes/v2/trunk.py | 39 +++ rest/serverless/v1/__init__.py | 43 +++ rest/serverless/v1/service/__init__.py | 39 +++ rest/serverless/v1/service/asset/__init__.py | 39 +++ .../v1/service/asset/asset_version.py | 39 +++ rest/serverless/v1/service/build/__init__.py | 52 ++++ .../v1/service/build/build_status.py | 52 ++++ .../v1/service/environment/__init__.py | 39 +++ .../v1/service/environment/deployment.py | 39 +++ rest/serverless/v1/service/environment/log.py | 39 +++ .../v1/service/environment/variable.py | 39 +++ .../v1/service/function/__init__.py | 39 +++ .../function/function_version/__init__.py | 39 +++ .../function_version_content.py | 39 +++ rest/studio/v1/__init__.py | 43 +++ rest/studio/v1/flow/__init__.py | 39 +++ rest/studio/v1/flow/engagement/__init__.py | 39 +++ .../v1/flow/engagement/engagement_context.py | 39 +++ .../v1/flow/engagement/step/__init__.py | 39 +++ .../v1/flow/engagement/step/step_context.py | 39 +++ rest/studio/v1/flow/execution/__init__.py | 39 +++ .../v1/flow/execution/execution_context.py | 39 +++ .../flow/execution/execution_step/__init__.py | 39 +++ .../execution_step/execution_step_context.py | 39 +++ rest/studio/v2/__init__.py | 51 ++++ rest/studio/v2/flow/__init__.py | 39 +++ rest/studio/v2/flow/execution/__init__.py | 39 +++ .../v2/flow/execution/execution_context.py | 39 +++ .../flow/execution/execution_step/__init__.py | 39 +++ .../execution_step/execution_step_context.py | 39 +++ rest/studio/v2/flow/flow_revision.py | 39 +++ rest/studio/v2/flow/flow_test_user.py | 39 +++ rest/studio/v2/flow_validate.py | 39 +++ rest/supersim/v1/__init__.py | 107 ++++++++ rest/supersim/v1/esim_profile.py | 39 +++ rest/supersim/v1/fleet.py | 39 +++ rest/supersim/v1/ip_command.py | 39 +++ rest/supersim/v1/network.py | 39 +++ .../v1/network_access_profile/__init__.py | 39 +++ .../network_access_profile_network.py | 39 +++ rest/supersim/v1/settings_update.py | 39 +++ rest/supersim/v1/sim/__init__.py | 39 +++ rest/supersim/v1/sim/billing_period.py | 39 +++ rest/supersim/v1/sim/sim_ip_address.py | 39 +++ rest/supersim/v1/sms_command.py | 39 +++ rest/supersim/v1/usage_record.py | 39 +++ rest/sync/v1/__init__.py | 43 +++ rest/sync/v1/service/__init__.py | 39 +++ rest/sync/v1/service/document/__init__.py | 39 +++ .../service/document/document_permission.py | 39 +++ rest/sync/v1/service/sync_list/__init__.py | 39 +++ .../v1/service/sync_list/sync_list_item.py | 39 +++ .../service/sync_list/sync_list_permission.py | 39 +++ rest/sync/v1/service/sync_map/__init__.py | 39 +++ .../sync/v1/service/sync_map/sync_map_item.py | 39 +++ .../service/sync_map/sync_map_permission.py | 39 +++ rest/sync/v1/service/sync_stream/__init__.py | 39 +++ .../v1/service/sync_stream/stream_message.py | 39 +++ rest/taskrouter/v1/__init__.py | 43 +++ rest/taskrouter/v1/workspace/__init__.py | 39 +++ rest/taskrouter/v1/workspace/activity.py | 39 +++ rest/taskrouter/v1/workspace/event.py | 39 +++ rest/taskrouter/v1/workspace/task/__init__.py | 39 +++ .../v1/workspace/task/reservation.py | 39 +++ rest/taskrouter/v1/workspace/task_channel.py | 39 +++ .../v1/workspace/task_queue/__init__.py | 39 +++ .../task_queue_bulk_real_time_statistics.py | 39 +++ .../task_queue_cumulative_statistics.py | 39 +++ .../task_queue_real_time_statistics.py | 39 +++ .../task_queue/task_queue_statistics.py | 39 +++ .../task_queue/task_queues_statistics.py | 39 +++ .../v1/workspace/worker/__init__.py | 39 +++ .../v1/workspace/worker/reservation.py | 39 +++ .../v1/workspace/worker/worker_channel.py | 39 +++ .../v1/workspace/worker/worker_statistics.py | 39 +++ .../worker/workers_cumulative_statistics.py | 39 +++ .../worker/workers_real_time_statistics.py | 39 +++ .../v1/workspace/worker/workers_statistics.py | 39 +++ .../v1/workspace/workflow/__init__.py | 39 +++ .../workflow_cumulative_statistics.py | 39 +++ .../workflow/workflow_real_time_statistics.py | 39 +++ .../workspace/workflow/workflow_statistics.py | 39 +++ .../workspace_cumulative_statistics.py | 39 +++ .../workspace_real_time_statistics.py | 39 +++ .../v1/workspace/workspace_statistics.py | 39 +++ rest/trunking/v1/__init__.py | 43 +++ rest/trunking/v1/trunk/__init__.py | 39 +++ rest/trunking/v1/trunk/credential_list.py | 39 +++ .../v1/trunk/ip_access_control_list.py | 39 +++ rest/trunking/v1/trunk/origination_url.py | 39 +++ rest/trunking/v1/trunk/phone_number.py | 39 +++ rest/trunking/v1/trunk/recording.py | 39 +++ rest/trusthub/v1/__init__.py | 125 +++++++++ rest/trusthub/v1/compliance_inquiries.py | 39 +++ .../v1/compliance_registration_inquiries.py | 39 +++ .../v1/compliance_tollfree_inquiries.py | 39 +++ .../trusthub/v1/customer_profiles/__init__.py | 39 +++ ...er_profiles_channel_endpoint_assignment.py | 39 +++ .../customer_profiles_entity_assignments.py | 39 +++ .../customer_profiles_evaluations.py | 39 +++ rest/trusthub/v1/end_user.py | 39 +++ rest/trusthub/v1/end_user_type.py | 39 +++ rest/trusthub/v1/policies.py | 39 +++ rest/trusthub/v1/supporting_document.py | 39 +++ rest/trusthub/v1/supporting_document_type.py | 39 +++ rest/trusthub/v1/trust_products/__init__.py | 39 +++ ...st_products_channel_endpoint_assignment.py | 39 +++ .../trust_products_entity_assignments.py | 39 +++ .../trust_products_evaluations.py | 39 +++ rest/verify/v2/__init__.py | 87 +++++++ rest/verify/v2/form.py | 39 +++ rest/verify/v2/safelist.py | 39 +++ rest/verify/v2/service/__init__.py | 39 +++ rest/verify/v2/service/access_token.py | 39 +++ rest/verify/v2/service/approve_challenge.py | 39 +++ rest/verify/v2/service/entity/__init__.py | 39 +++ .../v2/service/entity/challenge/__init__.py | 39 +++ .../service/entity/challenge/notification.py | 39 +++ rest/verify/v2/service/entity/factor.py | 39 +++ rest/verify/v2/service/entity/new_factor.py | 39 +++ .../v2/service/messaging_configuration.py | 39 +++ rest/verify/v2/service/new_challenge.py | 39 +++ rest/verify/v2/service/new_factor.py | 39 +++ rest/verify/v2/service/new_verify_factor.py | 39 +++ rest/verify/v2/service/rate_limit/__init__.py | 39 +++ rest/verify/v2/service/rate_limit/bucket.py | 39 +++ rest/verify/v2/service/verification.py | 39 +++ rest/verify/v2/service/verification_check.py | 39 +++ rest/verify/v2/service/webhook.py | 39 +++ rest/verify/v2/template.py | 39 +++ rest/verify/v2/verification_attempt.py | 39 +++ .../v2/verification_attempts_summary.py | 39 +++ rest/video/v1/__init__.py | 83 ++++++ rest/video/v1/composition.py | 39 +++ rest/video/v1/composition_hook.py | 39 +++ rest/video/v1/composition_settings.py | 39 +++ rest/video/v1/recording.py | 39 +++ rest/video/v1/recording_settings.py | 39 +++ rest/video/v1/room/__init__.py | 39 +++ rest/video/v1/room/participant/__init__.py | 39 +++ rest/video/v1/room/participant/anonymize.py | 39 +++ .../v1/room/participant/published_track.py | 39 +++ .../v1/room/participant/subscribe_rules.py | 39 +++ .../v1/room/participant/subscribed_track.py | 39 +++ rest/video/v1/room/recording_rules.py | 39 +++ rest/video/v1/room/room_recording.py | 39 +++ rest/video/v1/room/transcriptions.py | 39 +++ rest/voice/v1/__init__.py | 83 ++++++ rest/voice/v1/archived_call.py | 39 +++ rest/voice/v1/byoc_trunk.py | 39 +++ rest/voice/v1/connection_policy/__init__.py | 39 +++ .../connection_policy_target.py | 39 +++ rest/voice/v1/dialing_permissions/__init__.py | 39 +++ .../bulk_country_update.py | 39 +++ .../dialing_permissions/country/__init__.py | 39 +++ .../country/highrisk_special_prefix.py | 39 +++ rest/voice/v1/dialing_permissions/settings.py | 39 +++ rest/voice/v1/ip_record.py | 39 +++ rest/voice/v1/source_ip_mapping.py | 39 +++ rest/wireless/v1/__init__.py | 67 +++++ rest/wireless/v1/command.py | 39 +++ rest/wireless/v1/rate_plan.py | 39 +++ rest/wireless/v1/sim/__init__.py | 39 +++ rest/wireless/v1/sim/data_session.py | 39 +++ rest/wireless/v1/sim/usage_record.py | 39 +++ rest/wireless/v1/usage_record.py | 39 +++ 575 files changed, 23959 insertions(+), 1 deletion(-) create mode 100644 rest/accounts/v1/__init__.py create mode 100644 rest/accounts/v1/auth_token_promotion.py create mode 100644 rest/accounts/v1/bulk_consents.py create mode 100644 rest/accounts/v1/bulk_contacts.py create mode 100644 rest/accounts/v1/credential/__init__.py create mode 100644 rest/accounts/v1/credential/aws.py create mode 100644 rest/accounts/v1/credential/public_key.py create mode 100644 rest/accounts/v1/messaging_geopermissions.py create mode 100644 rest/accounts/v1/safelist.py create mode 100644 rest/accounts/v1/secondary_auth_token.py create mode 100644 rest/api/v2010/__init__.py create mode 100644 rest/api/v2010/account/__init__.py create mode 100644 rest/api/v2010/account/address/__init__.py create mode 100644 rest/api/v2010/account/address/dependent_phone_number.py create mode 100644 rest/api/v2010/account/application.py create mode 100644 rest/api/v2010/account/authorized_connect_app.py create mode 100644 rest/api/v2010/account/available_phone_number_country/__init__.py create mode 100644 rest/api/v2010/account/available_phone_number_country/local.py create mode 100644 rest/api/v2010/account/available_phone_number_country/machine_to_machine.py create mode 100644 rest/api/v2010/account/available_phone_number_country/mobile.py create mode 100644 rest/api/v2010/account/available_phone_number_country/national.py create mode 100644 rest/api/v2010/account/available_phone_number_country/shared_cost.py create mode 100644 rest/api/v2010/account/available_phone_number_country/toll_free.py create mode 100644 rest/api/v2010/account/available_phone_number_country/voip.py create mode 100644 rest/api/v2010/account/balance.py create mode 100644 rest/api/v2010/account/call/__init__.py create mode 100644 rest/api/v2010/account/call/event.py create mode 100644 rest/api/v2010/account/call/notification.py create mode 100644 rest/api/v2010/account/call/payment.py create mode 100644 rest/api/v2010/account/call/recording.py create mode 100644 rest/api/v2010/account/call/siprec.py create mode 100644 rest/api/v2010/account/call/stream.py create mode 100644 rest/api/v2010/account/call/transcription.py create mode 100644 rest/api/v2010/account/call/user_defined_message.py create mode 100644 rest/api/v2010/account/call/user_defined_message_subscription.py create mode 100644 rest/api/v2010/account/conference/__init__.py create mode 100644 rest/api/v2010/account/conference/participant.py create mode 100644 rest/api/v2010/account/conference/recording.py create mode 100644 rest/api/v2010/account/connect_app.py create mode 100644 rest/api/v2010/account/incoming_phone_number/__init__.py create mode 100644 rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py create mode 100644 rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py create mode 100644 rest/api/v2010/account/incoming_phone_number/local.py create mode 100644 rest/api/v2010/account/incoming_phone_number/mobile.py create mode 100644 rest/api/v2010/account/incoming_phone_number/toll_free.py create mode 100644 rest/api/v2010/account/key.py create mode 100644 rest/api/v2010/account/message/__init__.py create mode 100644 rest/api/v2010/account/message/feedback.py create mode 100644 rest/api/v2010/account/message/media.py create mode 100644 rest/api/v2010/account/new_key.py create mode 100644 rest/api/v2010/account/new_signing_key.py create mode 100644 rest/api/v2010/account/notification.py create mode 100644 rest/api/v2010/account/outgoing_caller_id.py create mode 100644 rest/api/v2010/account/queue/__init__.py create mode 100644 rest/api/v2010/account/queue/member.py create mode 100644 rest/api/v2010/account/recording/__init__.py create mode 100644 rest/api/v2010/account/recording/add_on_result/__init__.py create mode 100644 rest/api/v2010/account/recording/add_on_result/payload/__init__.py create mode 100644 rest/api/v2010/account/recording/add_on_result/payload/data.py create mode 100644 rest/api/v2010/account/recording/transcription.py create mode 100644 rest/api/v2010/account/short_code.py create mode 100644 rest/api/v2010/account/signing_key.py create mode 100644 rest/api/v2010/account/sip/__init__.py create mode 100644 rest/api/v2010/account/sip/credential_list/__init__.py create mode 100644 rest/api/v2010/account/sip/credential_list/credential.py create mode 100644 rest/api/v2010/account/sip/domain/__init__.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/__init__.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py create mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py create mode 100644 rest/api/v2010/account/sip/domain/credential_list_mapping.py create mode 100644 rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py create mode 100644 rest/api/v2010/account/sip/ip_access_control_list/__init__.py create mode 100644 rest/api/v2010/account/sip/ip_access_control_list/ip_address.py create mode 100644 rest/api/v2010/account/token.py create mode 100644 rest/api/v2010/account/transcription.py create mode 100644 rest/api/v2010/account/usage/__init__.py create mode 100644 rest/api/v2010/account/usage/record/__init__.py create mode 100644 rest/api/v2010/account/usage/record/all_time.py create mode 100644 rest/api/v2010/account/usage/record/daily.py create mode 100644 rest/api/v2010/account/usage/record/last_month.py create mode 100644 rest/api/v2010/account/usage/record/monthly.py create mode 100644 rest/api/v2010/account/usage/record/this_month.py create mode 100644 rest/api/v2010/account/usage/record/today.py create mode 100644 rest/api/v2010/account/usage/record/yearly.py create mode 100644 rest/api/v2010/account/usage/record/yesterday.py create mode 100644 rest/api/v2010/account/usage/trigger.py create mode 100644 rest/api/v2010/account/validation_request.py create mode 100644 rest/assistants/v1/__init__.py create mode 100644 rest/assistants/v1/assistant/__init__.py create mode 100644 rest/assistants/v1/assistant/assistants_knowledge.py create mode 100644 rest/assistants/v1/assistant/assistants_tool.py create mode 100644 rest/assistants/v1/assistant/feedback.py create mode 100644 rest/assistants/v1/assistant/message.py create mode 100644 rest/assistants/v1/knowledge/__init__.py create mode 100644 rest/assistants/v1/knowledge/chunk.py create mode 100644 rest/assistants/v1/knowledge/knowledge_status.py create mode 100644 rest/assistants/v1/policy.py create mode 100644 rest/assistants/v1/session/__init__.py create mode 100644 rest/assistants/v1/session/message.py create mode 100644 rest/assistants/v1/tool.py create mode 100644 rest/bulkexports/v1/__init__.py create mode 100644 rest/bulkexports/v1/export/__init__.py create mode 100644 rest/bulkexports/v1/export/day.py create mode 100644 rest/bulkexports/v1/export/export_custom_job.py create mode 100644 rest/bulkexports/v1/export/job.py create mode 100644 rest/bulkexports/v1/export_configuration.py create mode 100644 rest/chat/v1/__init__.py create mode 100644 rest/chat/v1/credential.py create mode 100644 rest/chat/v1/service/__init__.py create mode 100644 rest/chat/v1/service/channel/__init__.py create mode 100644 rest/chat/v1/service/channel/invite.py create mode 100644 rest/chat/v1/service/channel/member.py create mode 100644 rest/chat/v1/service/channel/message.py create mode 100644 rest/chat/v1/service/role.py create mode 100644 rest/chat/v1/service/user/__init__.py create mode 100644 rest/chat/v1/service/user/user_channel.py create mode 100644 rest/chat/v2/__init__.py create mode 100644 rest/chat/v2/credential.py create mode 100644 rest/chat/v2/service/__init__.py create mode 100644 rest/chat/v2/service/binding.py create mode 100644 rest/chat/v2/service/channel/__init__.py create mode 100644 rest/chat/v2/service/channel/invite.py create mode 100644 rest/chat/v2/service/channel/member.py create mode 100644 rest/chat/v2/service/channel/message.py create mode 100644 rest/chat/v2/service/channel/webhook.py create mode 100644 rest/chat/v2/service/role.py create mode 100644 rest/chat/v2/service/user/__init__.py create mode 100644 rest/chat/v2/service/user/user_binding.py create mode 100644 rest/chat/v2/service/user/user_channel.py create mode 100644 rest/chat/v3/__init__.py create mode 100644 rest/chat/v3/channel.py create mode 100644 rest/content/v1/__init__.py create mode 100644 rest/content/v1/content/__init__.py create mode 100644 rest/content/v1/content/approval_create.py create mode 100644 rest/content/v1/content/approval_fetch.py create mode 100644 rest/content/v1/content_and_approvals.py create mode 100644 rest/content/v1/legacy_content.py create mode 100644 rest/content/v2/__init__.py create mode 100644 rest/content/v2/content.py create mode 100644 rest/content/v2/content_and_approvals.py create mode 100644 rest/conversations/v1/__init__.py create mode 100644 rest/conversations/v1/address_configuration.py create mode 100644 rest/conversations/v1/configuration/__init__.py create mode 100644 rest/conversations/v1/configuration/webhook.py create mode 100644 rest/conversations/v1/conversation/__init__.py create mode 100644 rest/conversations/v1/conversation/message/__init__.py create mode 100644 rest/conversations/v1/conversation/message/delivery_receipt.py create mode 100644 rest/conversations/v1/conversation/participant.py create mode 100644 rest/conversations/v1/conversation/webhook.py create mode 100644 rest/conversations/v1/conversation_with_participants.py create mode 100644 rest/conversations/v1/credential.py create mode 100644 rest/conversations/v1/participant_conversation.py create mode 100644 rest/conversations/v1/role.py create mode 100644 rest/conversations/v1/service/__init__.py create mode 100644 rest/conversations/v1/service/binding.py create mode 100644 rest/conversations/v1/service/configuration/__init__.py create mode 100644 rest/conversations/v1/service/configuration/notification.py create mode 100644 rest/conversations/v1/service/configuration/webhook.py create mode 100644 rest/conversations/v1/service/conversation/__init__.py create mode 100644 rest/conversations/v1/service/conversation/message/__init__.py create mode 100644 rest/conversations/v1/service/conversation/message/delivery_receipt.py create mode 100644 rest/conversations/v1/service/conversation/participant.py create mode 100644 rest/conversations/v1/service/conversation/webhook.py create mode 100644 rest/conversations/v1/service/conversation_with_participants.py create mode 100644 rest/conversations/v1/service/participant_conversation.py create mode 100644 rest/conversations/v1/service/role.py create mode 100644 rest/conversations/v1/service/user/__init__.py create mode 100644 rest/conversations/v1/service/user/user_conversation.py create mode 100644 rest/conversations/v1/user/__init__.py create mode 100644 rest/conversations/v1/user/user_conversation.py create mode 100644 rest/events/v1/__init__.py create mode 100644 rest/events/v1/event_type.py create mode 100644 rest/events/v1/schema/__init__.py create mode 100644 rest/events/v1/schema/schema_version.py create mode 100644 rest/events/v1/sink/__init__.py create mode 100644 rest/events/v1/sink/sink_test.py create mode 100644 rest/events/v1/sink/sink_validate.py create mode 100644 rest/events/v1/subscription/__init__.py create mode 100644 rest/events/v1/subscription/subscribed_event.py create mode 100644 rest/flex_api/v1/__init__.py create mode 100644 rest/flex_api/v1/assessments.py create mode 100644 rest/flex_api/v1/channel.py create mode 100644 rest/flex_api/v1/configuration.py create mode 100644 rest/flex_api/v1/flex_flow.py create mode 100644 rest/flex_api/v1/insights_assessments_comment.py create mode 100644 rest/flex_api/v1/insights_conversations.py create mode 100644 rest/flex_api/v1/insights_questionnaires.py create mode 100644 rest/flex_api/v1/insights_questionnaires_category.py create mode 100644 rest/flex_api/v1/insights_questionnaires_question.py create mode 100644 rest/flex_api/v1/insights_segments.py create mode 100644 rest/flex_api/v1/insights_session.py create mode 100644 rest/flex_api/v1/insights_settings_answer_sets.py create mode 100644 rest/flex_api/v1/insights_settings_comment.py create mode 100644 rest/flex_api/v1/insights_user_roles.py create mode 100644 rest/flex_api/v1/interaction/__init__.py create mode 100644 rest/flex_api/v1/interaction/interaction_channel/__init__.py create mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py create mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py create mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py create mode 100644 rest/flex_api/v1/plugin/__init__.py create mode 100644 rest/flex_api/v1/plugin/plugin_versions.py create mode 100644 rest/flex_api/v1/plugin_archive.py create mode 100644 rest/flex_api/v1/plugin_configuration/__init__.py create mode 100644 rest/flex_api/v1/plugin_configuration/configured_plugin.py create mode 100644 rest/flex_api/v1/plugin_configuration_archive.py create mode 100644 rest/flex_api/v1/plugin_release.py create mode 100644 rest/flex_api/v1/plugin_version_archive.py create mode 100644 rest/flex_api/v1/provisioning_status.py create mode 100644 rest/flex_api/v1/web_channel.py create mode 100644 rest/flex_api/v2/__init__.py create mode 100644 rest/flex_api/v2/flex_user.py create mode 100644 rest/flex_api/v2/web_channels.py create mode 100644 rest/frontline_api/v1/__init__.py create mode 100644 rest/frontline_api/v1/user.py create mode 100644 rest/iam/v1/__init__.py create mode 100644 rest/iam/v1/api_key.py create mode 100644 rest/iam/v1/get_api_keys.py create mode 100644 rest/iam/v1/new_api_key.py create mode 100644 rest/iam/v1/token.py create mode 100644 rest/insights/v1/__init__.py create mode 100644 rest/insights/v1/call/__init__.py create mode 100644 rest/insights/v1/call/annotation.py create mode 100644 rest/insights/v1/call/call_summary.py create mode 100644 rest/insights/v1/call/event.py create mode 100644 rest/insights/v1/call/metric.py create mode 100644 rest/insights/v1/call_summaries.py create mode 100644 rest/insights/v1/conference/__init__.py create mode 100644 rest/insights/v1/conference/conference_participant.py create mode 100644 rest/insights/v1/room/__init__.py create mode 100644 rest/insights/v1/room/participant.py create mode 100644 rest/insights/v1/setting.py create mode 100644 rest/intelligence/v2/__init__.py create mode 100644 rest/intelligence/v2/custom_operator.py create mode 100644 rest/intelligence/v2/operator.py create mode 100644 rest/intelligence/v2/operator_attachment.py create mode 100644 rest/intelligence/v2/operator_attachments.py create mode 100644 rest/intelligence/v2/operator_type.py create mode 100644 rest/intelligence/v2/prebuilt_operator.py create mode 100644 rest/intelligence/v2/service.py create mode 100644 rest/intelligence/v2/transcript/__init__.py create mode 100644 rest/intelligence/v2/transcript/encrypted_operator_results.py create mode 100644 rest/intelligence/v2/transcript/encrypted_sentences.py create mode 100644 rest/intelligence/v2/transcript/media.py create mode 100644 rest/intelligence/v2/transcript/operator_result.py create mode 100644 rest/intelligence/v2/transcript/sentence.py create mode 100644 rest/ip_messaging/v1/__init__.py create mode 100644 rest/ip_messaging/v1/credential.py create mode 100644 rest/ip_messaging/v1/service/__init__.py create mode 100644 rest/ip_messaging/v1/service/channel/__init__.py create mode 100644 rest/ip_messaging/v1/service/channel/invite.py create mode 100644 rest/ip_messaging/v1/service/channel/member.py create mode 100644 rest/ip_messaging/v1/service/channel/message.py create mode 100644 rest/ip_messaging/v1/service/role.py create mode 100644 rest/ip_messaging/v1/service/user/__init__.py create mode 100644 rest/ip_messaging/v1/service/user/user_channel.py create mode 100644 rest/ip_messaging/v2/__init__.py create mode 100644 rest/ip_messaging/v2/credential.py create mode 100644 rest/ip_messaging/v2/service/__init__.py create mode 100644 rest/ip_messaging/v2/service/binding.py create mode 100644 rest/ip_messaging/v2/service/channel/__init__.py create mode 100644 rest/ip_messaging/v2/service/channel/invite.py create mode 100644 rest/ip_messaging/v2/service/channel/member.py create mode 100644 rest/ip_messaging/v2/service/channel/message.py create mode 100644 rest/ip_messaging/v2/service/channel/webhook.py create mode 100644 rest/ip_messaging/v2/service/role.py create mode 100644 rest/ip_messaging/v2/service/user/__init__.py create mode 100644 rest/ip_messaging/v2/service/user/user_binding.py create mode 100644 rest/ip_messaging/v2/service/user/user_channel.py create mode 100644 rest/knowledge/v1/__init__.py create mode 100644 rest/knowledge/v1/knowledge/__init__.py create mode 100644 rest/knowledge/v1/knowledge/chunk.py create mode 100644 rest/knowledge/v1/knowledge/knowledge_status.py create mode 100644 rest/lookups/v1/__init__.py create mode 100644 rest/lookups/v1/phone_number.py create mode 100644 rest/lookups/v2/__init__.py create mode 100644 rest/lookups/v2/bucket.py create mode 100644 rest/lookups/v2/lookup_override.py create mode 100644 rest/lookups/v2/phone_number.py create mode 100644 rest/lookups/v2/query.py create mode 100644 rest/lookups/v2/rate_limit.py create mode 100644 rest/marketplace/v1/__init__.py create mode 100644 rest/marketplace/v1/available_add_on/__init__.py create mode 100644 rest/marketplace/v1/available_add_on/available_add_on_extension.py create mode 100644 rest/marketplace/v1/installed_add_on/__init__.py create mode 100644 rest/marketplace/v1/installed_add_on/installed_add_on_extension.py create mode 100644 rest/marketplace/v1/installed_add_on/installed_add_on_usage.py create mode 100644 rest/marketplace/v1/module_data.py create mode 100644 rest/marketplace/v1/module_data_management.py create mode 100644 rest/marketplace/v1/referral_conversion.py create mode 100644 rest/messaging/v1/__init__.py create mode 100644 rest/messaging/v1/brand_registration/__init__.py create mode 100644 rest/messaging/v1/brand_registration/brand_registration_otp.py create mode 100644 rest/messaging/v1/brand_registration/brand_vetting.py create mode 100644 rest/messaging/v1/deactivations.py create mode 100644 rest/messaging/v1/domain_certs.py create mode 100644 rest/messaging/v1/domain_config.py create mode 100644 rest/messaging/v1/domain_config_messaging_service.py create mode 100644 rest/messaging/v1/external_campaign.py create mode 100644 rest/messaging/v1/linkshortening_messaging_service.py create mode 100644 rest/messaging/v1/linkshortening_messaging_service_domain_association.py create mode 100644 rest/messaging/v1/request_managed_cert.py create mode 100644 rest/messaging/v1/service/__init__.py create mode 100644 rest/messaging/v1/service/alpha_sender.py create mode 100644 rest/messaging/v1/service/channel_sender.py create mode 100644 rest/messaging/v1/service/destination_alpha_sender.py create mode 100644 rest/messaging/v1/service/phone_number.py create mode 100644 rest/messaging/v1/service/short_code.py create mode 100644 rest/messaging/v1/service/us_app_to_person.py create mode 100644 rest/messaging/v1/service/us_app_to_person_usecase.py create mode 100644 rest/messaging/v1/tollfree_verification.py create mode 100644 rest/messaging/v1/usecase.py create mode 100644 rest/messaging/v2/__init__.py create mode 100644 rest/messaging/v2/channels_sender.py create mode 100644 rest/messaging/v2/typing_indicator.py create mode 100644 rest/monitor/v1/__init__.py create mode 100644 rest/monitor/v1/alert.py create mode 100644 rest/monitor/v1/event.py create mode 100644 rest/monitor/v2/__init__.py create mode 100644 rest/monitor/v2/alarm.py create mode 100644 rest/monitor/v2/status.py create mode 100644 rest/notify/v1/__init__.py create mode 100644 rest/notify/v1/credential.py create mode 100644 rest/notify/v1/service/__init__.py create mode 100644 rest/notify/v1/service/binding.py create mode 100644 rest/notify/v1/service/notification.py create mode 100644 rest/numbers/v1/__init__.py create mode 100644 rest/numbers/v1/bulk_eligibility.py create mode 100644 rest/numbers/v1/eligibility.py create mode 100644 rest/numbers/v1/porting_all_port_in.py create mode 100644 rest/numbers/v1/porting_port_in.py create mode 100644 rest/numbers/v1/porting_port_in_phone_number.py create mode 100644 rest/numbers/v1/porting_portability.py create mode 100644 rest/numbers/v1/porting_webhook_configuration.py create mode 100644 rest/numbers/v1/porting_webhook_configuration_delete.py create mode 100644 rest/numbers/v1/signing_request_configuration.py create mode 100644 rest/numbers/v1/webhook.py create mode 100644 rest/numbers/v2/__init__.py create mode 100644 rest/numbers/v2/authorization_document/__init__.py create mode 100644 rest/numbers/v2/authorization_document/dependent_hosted_number_order.py create mode 100644 rest/numbers/v2/bulk_hosted_number_order.py create mode 100644 rest/numbers/v2/bundle_clone.py create mode 100644 rest/numbers/v2/hosted_number_order.py create mode 100644 rest/numbers/v2/regulatory_compliance/__init__.py create mode 100644 rest/numbers/v2/regulatory_compliance/bundle/__init__.py create mode 100644 rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py create mode 100644 rest/numbers/v2/regulatory_compliance/bundle/evaluation.py create mode 100644 rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py create mode 100644 rest/numbers/v2/regulatory_compliance/bundle/replace_items.py create mode 100644 rest/numbers/v2/regulatory_compliance/end_user.py create mode 100644 rest/numbers/v2/regulatory_compliance/end_user_type.py create mode 100644 rest/numbers/v2/regulatory_compliance/regulation.py create mode 100644 rest/numbers/v2/regulatory_compliance/supporting_document.py create mode 100644 rest/numbers/v2/regulatory_compliance/supporting_document_type.py create mode 100644 rest/numbers/v3/__init__.py create mode 100644 rest/numbers/v3/hosted_number_order.py create mode 100644 rest/oauth/v1/__init__.py create mode 100644 rest/oauth/v1/authorize.py create mode 100644 rest/oauth/v1/token.py create mode 100644 rest/oauth/v2/__init__.py create mode 100644 rest/oauth/v2/token.py create mode 100644 rest/preview/hosted_numbers/__init__.py create mode 100644 rest/preview/hosted_numbers/authorization_document/__init__.py create mode 100644 rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py create mode 100644 rest/preview/hosted_numbers/hosted_number_order.py create mode 100644 rest/preview/marketplace/__init__.py create mode 100644 rest/preview/marketplace/available_add_on/__init__.py create mode 100644 rest/preview/marketplace/available_add_on/available_add_on_extension.py create mode 100644 rest/preview/marketplace/installed_add_on/__init__.py create mode 100644 rest/preview/marketplace/installed_add_on/installed_add_on_extension.py create mode 100644 rest/preview/wireless/__init__.py create mode 100644 rest/preview/wireless/command.py create mode 100644 rest/preview/wireless/rate_plan.py create mode 100644 rest/preview/wireless/sim/__init__.py create mode 100644 rest/preview/wireless/sim/usage.py create mode 100644 rest/preview_iam/__init__.py create mode 100644 rest/preview_iam/organizations/__init__.py create mode 100644 rest/preview_iam/organizations/account.py create mode 100644 rest/preview_iam/organizations/role_assignment.py create mode 100644 rest/preview_iam/organizations/user.py create mode 100644 rest/preview_iam/v1/authorize.py create mode 100644 rest/preview_iam/v1/token.py create mode 100644 rest/pricing/v1/__init__.py create mode 100644 rest/pricing/v1/messaging/__init__.py create mode 100644 rest/pricing/v1/messaging/country.py create mode 100644 rest/pricing/v1/phone_number/__init__.py create mode 100644 rest/pricing/v1/phone_number/country.py create mode 100644 rest/pricing/v1/voice/__init__.py create mode 100644 rest/pricing/v1/voice/country.py create mode 100644 rest/pricing/v1/voice/number.py create mode 100644 rest/pricing/v2/__init__.py create mode 100644 rest/pricing/v2/country.py create mode 100644 rest/pricing/v2/number.py create mode 100644 rest/pricing/v2/voice/__init__.py create mode 100644 rest/pricing/v2/voice/country.py create mode 100644 rest/pricing/v2/voice/number.py create mode 100644 rest/proxy/v1/__init__.py create mode 100644 rest/proxy/v1/service/__init__.py create mode 100644 rest/proxy/v1/service/phone_number.py create mode 100644 rest/proxy/v1/service/session/__init__.py create mode 100644 rest/proxy/v1/service/session/interaction.py create mode 100644 rest/proxy/v1/service/session/participant/__init__.py create mode 100644 rest/proxy/v1/service/session/participant/message_interaction.py create mode 100644 rest/routes/v2/__init__.py create mode 100644 rest/routes/v2/phone_number.py create mode 100644 rest/routes/v2/sip_domain.py create mode 100644 rest/routes/v2/trunk.py create mode 100644 rest/serverless/v1/__init__.py create mode 100644 rest/serverless/v1/service/__init__.py create mode 100644 rest/serverless/v1/service/asset/__init__.py create mode 100644 rest/serverless/v1/service/asset/asset_version.py create mode 100644 rest/serverless/v1/service/build/__init__.py create mode 100644 rest/serverless/v1/service/build/build_status.py create mode 100644 rest/serverless/v1/service/environment/__init__.py create mode 100644 rest/serverless/v1/service/environment/deployment.py create mode 100644 rest/serverless/v1/service/environment/log.py create mode 100644 rest/serverless/v1/service/environment/variable.py create mode 100644 rest/serverless/v1/service/function/__init__.py create mode 100644 rest/serverless/v1/service/function/function_version/__init__.py create mode 100644 rest/serverless/v1/service/function/function_version/function_version_content.py create mode 100644 rest/studio/v1/__init__.py create mode 100644 rest/studio/v1/flow/__init__.py create mode 100644 rest/studio/v1/flow/engagement/__init__.py create mode 100644 rest/studio/v1/flow/engagement/engagement_context.py create mode 100644 rest/studio/v1/flow/engagement/step/__init__.py create mode 100644 rest/studio/v1/flow/engagement/step/step_context.py create mode 100644 rest/studio/v1/flow/execution/__init__.py create mode 100644 rest/studio/v1/flow/execution/execution_context.py create mode 100644 rest/studio/v1/flow/execution/execution_step/__init__.py create mode 100644 rest/studio/v1/flow/execution/execution_step/execution_step_context.py create mode 100644 rest/studio/v2/__init__.py create mode 100644 rest/studio/v2/flow/__init__.py create mode 100644 rest/studio/v2/flow/execution/__init__.py create mode 100644 rest/studio/v2/flow/execution/execution_context.py create mode 100644 rest/studio/v2/flow/execution/execution_step/__init__.py create mode 100644 rest/studio/v2/flow/execution/execution_step/execution_step_context.py create mode 100644 rest/studio/v2/flow/flow_revision.py create mode 100644 rest/studio/v2/flow/flow_test_user.py create mode 100644 rest/studio/v2/flow_validate.py create mode 100644 rest/supersim/v1/__init__.py create mode 100644 rest/supersim/v1/esim_profile.py create mode 100644 rest/supersim/v1/fleet.py create mode 100644 rest/supersim/v1/ip_command.py create mode 100644 rest/supersim/v1/network.py create mode 100644 rest/supersim/v1/network_access_profile/__init__.py create mode 100644 rest/supersim/v1/network_access_profile/network_access_profile_network.py create mode 100644 rest/supersim/v1/settings_update.py create mode 100644 rest/supersim/v1/sim/__init__.py create mode 100644 rest/supersim/v1/sim/billing_period.py create mode 100644 rest/supersim/v1/sim/sim_ip_address.py create mode 100644 rest/supersim/v1/sms_command.py create mode 100644 rest/supersim/v1/usage_record.py create mode 100644 rest/sync/v1/__init__.py create mode 100644 rest/sync/v1/service/__init__.py create mode 100644 rest/sync/v1/service/document/__init__.py create mode 100644 rest/sync/v1/service/document/document_permission.py create mode 100644 rest/sync/v1/service/sync_list/__init__.py create mode 100644 rest/sync/v1/service/sync_list/sync_list_item.py create mode 100644 rest/sync/v1/service/sync_list/sync_list_permission.py create mode 100644 rest/sync/v1/service/sync_map/__init__.py create mode 100644 rest/sync/v1/service/sync_map/sync_map_item.py create mode 100644 rest/sync/v1/service/sync_map/sync_map_permission.py create mode 100644 rest/sync/v1/service/sync_stream/__init__.py create mode 100644 rest/sync/v1/service/sync_stream/stream_message.py create mode 100644 rest/taskrouter/v1/__init__.py create mode 100644 rest/taskrouter/v1/workspace/__init__.py create mode 100644 rest/taskrouter/v1/workspace/activity.py create mode 100644 rest/taskrouter/v1/workspace/event.py create mode 100644 rest/taskrouter/v1/workspace/task/__init__.py create mode 100644 rest/taskrouter/v1/workspace/task/reservation.py create mode 100644 rest/taskrouter/v1/workspace/task_channel.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/__init__.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py create mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py create mode 100644 rest/taskrouter/v1/workspace/worker/__init__.py create mode 100644 rest/taskrouter/v1/workspace/worker/reservation.py create mode 100644 rest/taskrouter/v1/workspace/worker/worker_channel.py create mode 100644 rest/taskrouter/v1/workspace/worker/worker_statistics.py create mode 100644 rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py create mode 100644 rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py create mode 100644 rest/taskrouter/v1/workspace/worker/workers_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workflow/__init__.py create mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workspace_real_time_statistics.py create mode 100644 rest/taskrouter/v1/workspace/workspace_statistics.py create mode 100644 rest/trunking/v1/__init__.py create mode 100644 rest/trunking/v1/trunk/__init__.py create mode 100644 rest/trunking/v1/trunk/credential_list.py create mode 100644 rest/trunking/v1/trunk/ip_access_control_list.py create mode 100644 rest/trunking/v1/trunk/origination_url.py create mode 100644 rest/trunking/v1/trunk/phone_number.py create mode 100644 rest/trunking/v1/trunk/recording.py create mode 100644 rest/trusthub/v1/__init__.py create mode 100644 rest/trusthub/v1/compliance_inquiries.py create mode 100644 rest/trusthub/v1/compliance_registration_inquiries.py create mode 100644 rest/trusthub/v1/compliance_tollfree_inquiries.py create mode 100644 rest/trusthub/v1/customer_profiles/__init__.py create mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py create mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py create mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py create mode 100644 rest/trusthub/v1/end_user.py create mode 100644 rest/trusthub/v1/end_user_type.py create mode 100644 rest/trusthub/v1/policies.py create mode 100644 rest/trusthub/v1/supporting_document.py create mode 100644 rest/trusthub/v1/supporting_document_type.py create mode 100644 rest/trusthub/v1/trust_products/__init__.py create mode 100644 rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py create mode 100644 rest/trusthub/v1/trust_products/trust_products_entity_assignments.py create mode 100644 rest/trusthub/v1/trust_products/trust_products_evaluations.py create mode 100644 rest/verify/v2/__init__.py create mode 100644 rest/verify/v2/form.py create mode 100644 rest/verify/v2/safelist.py create mode 100644 rest/verify/v2/service/__init__.py create mode 100644 rest/verify/v2/service/access_token.py create mode 100644 rest/verify/v2/service/approve_challenge.py create mode 100644 rest/verify/v2/service/entity/__init__.py create mode 100644 rest/verify/v2/service/entity/challenge/__init__.py create mode 100644 rest/verify/v2/service/entity/challenge/notification.py create mode 100644 rest/verify/v2/service/entity/factor.py create mode 100644 rest/verify/v2/service/entity/new_factor.py create mode 100644 rest/verify/v2/service/messaging_configuration.py create mode 100644 rest/verify/v2/service/new_challenge.py create mode 100644 rest/verify/v2/service/new_factor.py create mode 100644 rest/verify/v2/service/new_verify_factor.py create mode 100644 rest/verify/v2/service/rate_limit/__init__.py create mode 100644 rest/verify/v2/service/rate_limit/bucket.py create mode 100644 rest/verify/v2/service/verification.py create mode 100644 rest/verify/v2/service/verification_check.py create mode 100644 rest/verify/v2/service/webhook.py create mode 100644 rest/verify/v2/template.py create mode 100644 rest/verify/v2/verification_attempt.py create mode 100644 rest/verify/v2/verification_attempts_summary.py create mode 100644 rest/video/v1/__init__.py create mode 100644 rest/video/v1/composition.py create mode 100644 rest/video/v1/composition_hook.py create mode 100644 rest/video/v1/composition_settings.py create mode 100644 rest/video/v1/recording.py create mode 100644 rest/video/v1/recording_settings.py create mode 100644 rest/video/v1/room/__init__.py create mode 100644 rest/video/v1/room/participant/__init__.py create mode 100644 rest/video/v1/room/participant/anonymize.py create mode 100644 rest/video/v1/room/participant/published_track.py create mode 100644 rest/video/v1/room/participant/subscribe_rules.py create mode 100644 rest/video/v1/room/participant/subscribed_track.py create mode 100644 rest/video/v1/room/recording_rules.py create mode 100644 rest/video/v1/room/room_recording.py create mode 100644 rest/video/v1/room/transcriptions.py create mode 100644 rest/voice/v1/__init__.py create mode 100644 rest/voice/v1/archived_call.py create mode 100644 rest/voice/v1/byoc_trunk.py create mode 100644 rest/voice/v1/connection_policy/__init__.py create mode 100644 rest/voice/v1/connection_policy/connection_policy_target.py create mode 100644 rest/voice/v1/dialing_permissions/__init__.py create mode 100644 rest/voice/v1/dialing_permissions/bulk_country_update.py create mode 100644 rest/voice/v1/dialing_permissions/country/__init__.py create mode 100644 rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py create mode 100644 rest/voice/v1/dialing_permissions/settings.py create mode 100644 rest/voice/v1/ip_record.py create mode 100644 rest/voice/v1/source_ip_mapping.py create mode 100644 rest/wireless/v1/__init__.py create mode 100644 rest/wireless/v1/command.py create mode 100644 rest/wireless/v1/rate_plan.py create mode 100644 rest/wireless/v1/sim/__init__.py create mode 100644 rest/wireless/v1/sim/data_session.py create mode 100644 rest/wireless/v1/sim/usage_record.py create mode 100644 rest/wireless/v1/usage_record.py diff --git a/Makefile b/Makefile index 72cabbcfb1..21ef24d3ca 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ test-docker: docker run twilio/twilio-python pytest tests --ignore=tests/cluster develop: venv - . venv/bin/activate; pip install -e . --use-mirrors + . venv/bin/activate; pip install -e . . venv/bin/activate; pip install -r tests/requirements.txt analysis: diff --git a/rest/accounts/v1/__init__.py b/rest/accounts/v1/__init__.py new file mode 100644 index 0000000000..8be121c71e --- /dev/null +++ b/rest/accounts/v1/__init__.py @@ -0,0 +1,91 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.accounts.v1.auth_token_promotion import AuthTokenPromotionList +from twilio.rest.accounts.v1.bulk_consents import BulkConsentsList +from twilio.rest.accounts.v1.bulk_contacts import BulkContactsList +from twilio.rest.accounts.v1.credential import CredentialList +from twilio.rest.accounts.v1.messaging_geopermissions import MessagingGeopermissionsList +from twilio.rest.accounts.v1.safelist import SafelistList +from twilio.rest.accounts.v1.secondary_auth_token import SecondaryAuthTokenList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Accounts + + :param domain: The Twilio.accounts domain + """ + super().__init__(domain, "v1") + self._auth_token_promotion: Optional[AuthTokenPromotionList] = None + self._bulk_consents: Optional[BulkConsentsList] = None + self._bulk_contacts: Optional[BulkContactsList] = None + self._credentials: Optional[CredentialList] = None + self._messaging_geopermissions: Optional[MessagingGeopermissionsList] = None + self._safelist: Optional[SafelistList] = None + self._secondary_auth_token: Optional[SecondaryAuthTokenList] = None + + @property + def auth_token_promotion(self) -> AuthTokenPromotionList: + if self._auth_token_promotion is None: + self._auth_token_promotion = AuthTokenPromotionList(self) + return self._auth_token_promotion + + @property + def bulk_consents(self) -> BulkConsentsList: + if self._bulk_consents is None: + self._bulk_consents = BulkConsentsList(self) + return self._bulk_consents + + @property + def bulk_contacts(self) -> BulkContactsList: + if self._bulk_contacts is None: + self._bulk_contacts = BulkContactsList(self) + return self._bulk_contacts + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def messaging_geopermissions(self) -> MessagingGeopermissionsList: + if self._messaging_geopermissions is None: + self._messaging_geopermissions = MessagingGeopermissionsList(self) + return self._messaging_geopermissions + + @property + def safelist(self) -> SafelistList: + if self._safelist is None: + self._safelist = SafelistList(self) + return self._safelist + + @property + def secondary_auth_token(self) -> SecondaryAuthTokenList: + if self._secondary_auth_token is None: + self._secondary_auth_token = SecondaryAuthTokenList(self) + return self._secondary_auth_token + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/auth_token_promotion.py b/rest/accounts/v1/auth_token_promotion.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/auth_token_promotion.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/bulk_consents.py b/rest/accounts/v1/bulk_consents.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/bulk_consents.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/bulk_contacts.py b/rest/accounts/v1/bulk_contacts.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/bulk_contacts.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/credential/__init__.py b/rest/accounts/v1/credential/__init__.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/credential/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/credential/aws.py b/rest/accounts/v1/credential/aws.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/credential/aws.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/credential/public_key.py b/rest/accounts/v1/credential/public_key.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/credential/public_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/messaging_geopermissions.py b/rest/accounts/v1/messaging_geopermissions.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/messaging_geopermissions.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/safelist.py b/rest/accounts/v1/safelist.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/safelist.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/accounts/v1/secondary_auth_token.py b/rest/accounts/v1/secondary_auth_token.py new file mode 100644 index 0000000000..95dcf595d8 --- /dev/null +++ b/rest/accounts/v1/secondary_auth_token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Accounts + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/__init__.py b/rest/api/v2010/__init__.py new file mode 100644 index 0000000000..2efb4ff3d0 --- /dev/null +++ b/rest/api/v2010/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.api.v2010.account import AccountList +from twilio.rest.api.v2010.account import AccountContext + + +class V2010(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2010 version of Api + + :param domain: The Twilio.api domain + """ + super().__init__(domain, "2010-04-01") + self._accounts: Optional[AccountList] = None + self._account: Optional[AccountContext] = None + + @property + def accounts(self) -> AccountList: + if self._accounts is None: + self._accounts = AccountList(self) + return self._accounts + + @property + def account(self) -> AccountContext: + if self._account is None: + self._account = AccountContext(self, self.domain.twilio.account_sid) + return self._account + + @account.setter + def account(self, value: AccountContext) -> None: + """ + Setter to override account + :param value: value to use as account + """ + self._account = value + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/__init__.py b/rest/api/v2010/account/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/address/__init__.py b/rest/api/v2010/account/address/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/address/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/address/dependent_phone_number.py b/rest/api/v2010/account/address/dependent_phone_number.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/address/dependent_phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/application.py b/rest/api/v2010/account/application.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/application.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/authorized_connect_app.py b/rest/api/v2010/account/authorized_connect_app.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/authorized_connect_app.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/__init__.py b/rest/api/v2010/account/available_phone_number_country/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/local.py b/rest/api/v2010/account/available_phone_number_country/local.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/local.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py b/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/mobile.py b/rest/api/v2010/account/available_phone_number_country/mobile.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/mobile.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/national.py b/rest/api/v2010/account/available_phone_number_country/national.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/national.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/shared_cost.py b/rest/api/v2010/account/available_phone_number_country/shared_cost.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/shared_cost.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/toll_free.py b/rest/api/v2010/account/available_phone_number_country/toll_free.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/toll_free.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/available_phone_number_country/voip.py b/rest/api/v2010/account/available_phone_number_country/voip.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/available_phone_number_country/voip.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/balance.py b/rest/api/v2010/account/balance.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/balance.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/__init__.py b/rest/api/v2010/account/call/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/event.py b/rest/api/v2010/account/call/event.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/event.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/notification.py b/rest/api/v2010/account/call/notification.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/notification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/payment.py b/rest/api/v2010/account/call/payment.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/payment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/recording.py b/rest/api/v2010/account/call/recording.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/recording.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/siprec.py b/rest/api/v2010/account/call/siprec.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/siprec.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/stream.py b/rest/api/v2010/account/call/stream.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/stream.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/transcription.py b/rest/api/v2010/account/call/transcription.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/transcription.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/user_defined_message.py b/rest/api/v2010/account/call/user_defined_message.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/user_defined_message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/call/user_defined_message_subscription.py b/rest/api/v2010/account/call/user_defined_message_subscription.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/call/user_defined_message_subscription.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/conference/__init__.py b/rest/api/v2010/account/conference/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/conference/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/conference/participant.py b/rest/api/v2010/account/conference/participant.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/conference/participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/conference/recording.py b/rest/api/v2010/account/conference/recording.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/conference/recording.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/connect_app.py b/rest/api/v2010/account/connect_app.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/connect_app.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/__init__.py b/rest/api/v2010/account/incoming_phone_number/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/local.py b/rest/api/v2010/account/incoming_phone_number/local.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/local.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/mobile.py b/rest/api/v2010/account/incoming_phone_number/mobile.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/mobile.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/incoming_phone_number/toll_free.py b/rest/api/v2010/account/incoming_phone_number/toll_free.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/incoming_phone_number/toll_free.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/key.py b/rest/api/v2010/account/key.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/message/__init__.py b/rest/api/v2010/account/message/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/message/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/message/feedback.py b/rest/api/v2010/account/message/feedback.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/message/feedback.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/message/media.py b/rest/api/v2010/account/message/media.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/message/media.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/new_key.py b/rest/api/v2010/account/new_key.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/new_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/new_signing_key.py b/rest/api/v2010/account/new_signing_key.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/new_signing_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/notification.py b/rest/api/v2010/account/notification.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/notification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/outgoing_caller_id.py b/rest/api/v2010/account/outgoing_caller_id.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/outgoing_caller_id.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/queue/__init__.py b/rest/api/v2010/account/queue/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/queue/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/queue/member.py b/rest/api/v2010/account/queue/member.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/queue/member.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/recording/__init__.py b/rest/api/v2010/account/recording/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/recording/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/recording/add_on_result/__init__.py b/rest/api/v2010/account/recording/add_on_result/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/recording/add_on_result/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/recording/add_on_result/payload/__init__.py b/rest/api/v2010/account/recording/add_on_result/payload/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/recording/add_on_result/payload/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/recording/add_on_result/payload/data.py b/rest/api/v2010/account/recording/add_on_result/payload/data.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/recording/add_on_result/payload/data.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/recording/transcription.py b/rest/api/v2010/account/recording/transcription.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/recording/transcription.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/short_code.py b/rest/api/v2010/account/short_code.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/short_code.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/signing_key.py b/rest/api/v2010/account/signing_key.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/signing_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/__init__.py b/rest/api/v2010/account/sip/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/credential_list/__init__.py b/rest/api/v2010/account/sip/credential_list/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/credential_list/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/credential_list/credential.py b/rest/api/v2010/account/sip/credential_list/credential.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/credential_list/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/__init__.py b/rest/api/v2010/account/sip/domain/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/credential_list_mapping.py b/rest/api/v2010/account/sip/domain/credential_list_mapping.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/credential_list_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py b/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/ip_access_control_list/__init__.py b/rest/api/v2010/account/sip/ip_access_control_list/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/ip_access_control_list/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py b/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/token.py b/rest/api/v2010/account/token.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/transcription.py b/rest/api/v2010/account/transcription.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/transcription.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/__init__.py b/rest/api/v2010/account/usage/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/__init__.py b/rest/api/v2010/account/usage/record/__init__.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/all_time.py b/rest/api/v2010/account/usage/record/all_time.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/all_time.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/daily.py b/rest/api/v2010/account/usage/record/daily.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/daily.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/last_month.py b/rest/api/v2010/account/usage/record/last_month.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/last_month.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/monthly.py b/rest/api/v2010/account/usage/record/monthly.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/monthly.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/this_month.py b/rest/api/v2010/account/usage/record/this_month.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/this_month.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/today.py b/rest/api/v2010/account/usage/record/today.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/today.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/yearly.py b/rest/api/v2010/account/usage/record/yearly.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/yearly.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/record/yesterday.py b/rest/api/v2010/account/usage/record/yesterday.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/record/yesterday.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/usage/trigger.py b/rest/api/v2010/account/usage/trigger.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/usage/trigger.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/api/v2010/account/validation_request.py b/rest/api/v2010/account/validation_request.py new file mode 100644 index 0000000000..e8a57de12e --- /dev/null +++ b/rest/api/v2010/account/validation_request.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Api + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/__init__.py b/rest/assistants/v1/__init__.py new file mode 100644 index 0000000000..546ad14554 --- /dev/null +++ b/rest/assistants/v1/__init__.py @@ -0,0 +1,75 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.assistants.v1.assistant import AssistantList +from twilio.rest.assistants.v1.knowledge import KnowledgeList +from twilio.rest.assistants.v1.policy import PolicyList +from twilio.rest.assistants.v1.session import SessionList +from twilio.rest.assistants.v1.tool import ToolList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Assistants + + :param domain: The Twilio.assistants domain + """ + super().__init__(domain, "v1") + self._assistants: Optional[AssistantList] = None + self._knowledge: Optional[KnowledgeList] = None + self._policies: Optional[PolicyList] = None + self._sessions: Optional[SessionList] = None + self._tools: Optional[ToolList] = None + + @property + def assistants(self) -> AssistantList: + if self._assistants is None: + self._assistants = AssistantList(self) + return self._assistants + + @property + def knowledge(self) -> KnowledgeList: + if self._knowledge is None: + self._knowledge = KnowledgeList(self) + return self._knowledge + + @property + def policies(self) -> PolicyList: + if self._policies is None: + self._policies = PolicyList(self) + return self._policies + + @property + def sessions(self) -> SessionList: + if self._sessions is None: + self._sessions = SessionList(self) + return self._sessions + + @property + def tools(self) -> ToolList: + if self._tools is None: + self._tools = ToolList(self) + return self._tools + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/assistant/__init__.py b/rest/assistants/v1/assistant/__init__.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/assistant/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/assistant/assistants_knowledge.py b/rest/assistants/v1/assistant/assistants_knowledge.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/assistant/assistants_knowledge.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/assistant/assistants_tool.py b/rest/assistants/v1/assistant/assistants_tool.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/assistant/assistants_tool.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/assistant/feedback.py b/rest/assistants/v1/assistant/feedback.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/assistant/feedback.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/assistant/message.py b/rest/assistants/v1/assistant/message.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/assistant/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/knowledge/__init__.py b/rest/assistants/v1/knowledge/__init__.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/knowledge/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/knowledge/chunk.py b/rest/assistants/v1/knowledge/chunk.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/knowledge/chunk.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/knowledge/knowledge_status.py b/rest/assistants/v1/knowledge/knowledge_status.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/knowledge/knowledge_status.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/policy.py b/rest/assistants/v1/policy.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/policy.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/session/__init__.py b/rest/assistants/v1/session/__init__.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/session/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/session/message.py b/rest/assistants/v1/session/message.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/session/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/assistants/v1/tool.py b/rest/assistants/v1/tool.py new file mode 100644 index 0000000000..095f6b50fb --- /dev/null +++ b/rest/assistants/v1/tool.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Assistants + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/__init__.py b/rest/bulkexports/v1/__init__.py new file mode 100644 index 0000000000..a888fb484f --- /dev/null +++ b/rest/bulkexports/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.bulkexports.v1.export import ExportList +from twilio.rest.bulkexports.v1.export_configuration import ExportConfigurationList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Bulkexports + + :param domain: The Twilio.bulkexports domain + """ + super().__init__(domain, "v1") + self._exports: Optional[ExportList] = None + self._export_configuration: Optional[ExportConfigurationList] = None + + @property + def exports(self) -> ExportList: + if self._exports is None: + self._exports = ExportList(self) + return self._exports + + @property + def export_configuration(self) -> ExportConfigurationList: + if self._export_configuration is None: + self._export_configuration = ExportConfigurationList(self) + return self._export_configuration + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/export/__init__.py b/rest/bulkexports/v1/export/__init__.py new file mode 100644 index 0000000000..ce0788e010 --- /dev/null +++ b/rest/bulkexports/v1/export/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/export/day.py b/rest/bulkexports/v1/export/day.py new file mode 100644 index 0000000000..ce0788e010 --- /dev/null +++ b/rest/bulkexports/v1/export/day.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/export/export_custom_job.py b/rest/bulkexports/v1/export/export_custom_job.py new file mode 100644 index 0000000000..ce0788e010 --- /dev/null +++ b/rest/bulkexports/v1/export/export_custom_job.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/export/job.py b/rest/bulkexports/v1/export/job.py new file mode 100644 index 0000000000..ce0788e010 --- /dev/null +++ b/rest/bulkexports/v1/export/job.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/bulkexports/v1/export_configuration.py b/rest/bulkexports/v1/export_configuration.py new file mode 100644 index 0000000000..ce0788e010 --- /dev/null +++ b/rest/bulkexports/v1/export_configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Bulkexports + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/__init__.py b/rest/chat/v1/__init__.py new file mode 100644 index 0000000000..d0ade9eed5 --- /dev/null +++ b/rest/chat/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.chat.v1.credential import CredentialList +from twilio.rest.chat.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Chat + + :param domain: The Twilio.chat domain + """ + super().__init__(domain, "v1") + self._credentials: Optional[CredentialList] = None + self._services: Optional[ServiceList] = None + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/credential.py b/rest/chat/v1/credential.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/__init__.py b/rest/chat/v1/service/__init__.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/channel/__init__.py b/rest/chat/v1/service/channel/__init__.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/channel/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/channel/invite.py b/rest/chat/v1/service/channel/invite.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/channel/invite.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/channel/member.py b/rest/chat/v1/service/channel/member.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/channel/member.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/channel/message.py b/rest/chat/v1/service/channel/message.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/channel/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/role.py b/rest/chat/v1/service/role.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/user/__init__.py b/rest/chat/v1/service/user/__init__.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v1/service/user/user_channel.py b/rest/chat/v1/service/user/user_channel.py new file mode 100644 index 0000000000..cffc05666e --- /dev/null +++ b/rest/chat/v1/service/user/user_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/__init__.py b/rest/chat/v2/__init__.py new file mode 100644 index 0000000000..e949532d56 --- /dev/null +++ b/rest/chat/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.chat.v2.credential import CredentialList +from twilio.rest.chat.v2.service import ServiceList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Chat + + :param domain: The Twilio.chat domain + """ + super().__init__(domain, "v2") + self._credentials: Optional[CredentialList] = None + self._services: Optional[ServiceList] = None + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/credential.py b/rest/chat/v2/credential.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/__init__.py b/rest/chat/v2/service/__init__.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/binding.py b/rest/chat/v2/service/binding.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/channel/__init__.py b/rest/chat/v2/service/channel/__init__.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/channel/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/channel/invite.py b/rest/chat/v2/service/channel/invite.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/channel/invite.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/channel/member.py b/rest/chat/v2/service/channel/member.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/channel/member.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/channel/message.py b/rest/chat/v2/service/channel/message.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/channel/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/channel/webhook.py b/rest/chat/v2/service/channel/webhook.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/channel/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/role.py b/rest/chat/v2/service/role.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/user/__init__.py b/rest/chat/v2/service/user/__init__.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/user/user_binding.py b/rest/chat/v2/service/user/user_binding.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/user/user_binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v2/service/user/user_channel.py b/rest/chat/v2/service/user/user_channel.py new file mode 100644 index 0000000000..3fffde76c1 --- /dev/null +++ b/rest/chat/v2/service/user/user_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v3/__init__.py b/rest/chat/v3/__init__.py new file mode 100644 index 0000000000..582dc44069 --- /dev/null +++ b/rest/chat/v3/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.chat.v3.channel import ChannelList + + +class V3(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V3 version of Chat + + :param domain: The Twilio.chat domain + """ + super().__init__(domain, "v3") + self._channels: Optional[ChannelList] = None + + @property + def channels(self) -> ChannelList: + if self._channels is None: + self._channels = ChannelList(self) + return self._channels + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/chat/v3/channel.py b/rest/chat/v3/channel.py new file mode 100644 index 0000000000..6e8fd6182a --- /dev/null +++ b/rest/chat/v3/channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Chat + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/__init__.py b/rest/content/v1/__init__.py new file mode 100644 index 0000000000..1410fe4788 --- /dev/null +++ b/rest/content/v1/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.content.v1.content import ContentList +from twilio.rest.content.v1.content_and_approvals import ContentAndApprovalsList +from twilio.rest.content.v1.legacy_content import LegacyContentList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Content + + :param domain: The Twilio.content domain + """ + super().__init__(domain, "v1") + self._contents: Optional[ContentList] = None + self._content_and_approvals: Optional[ContentAndApprovalsList] = None + self._legacy_contents: Optional[LegacyContentList] = None + + @property + def contents(self) -> ContentList: + if self._contents is None: + self._contents = ContentList(self) + return self._contents + + @property + def content_and_approvals(self) -> ContentAndApprovalsList: + if self._content_and_approvals is None: + self._content_and_approvals = ContentAndApprovalsList(self) + return self._content_and_approvals + + @property + def legacy_contents(self) -> LegacyContentList: + if self._legacy_contents is None: + self._legacy_contents = LegacyContentList(self) + return self._legacy_contents + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/content/__init__.py b/rest/content/v1/content/__init__.py new file mode 100644 index 0000000000..d96a060a66 --- /dev/null +++ b/rest/content/v1/content/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/content/approval_create.py b/rest/content/v1/content/approval_create.py new file mode 100644 index 0000000000..d96a060a66 --- /dev/null +++ b/rest/content/v1/content/approval_create.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/content/approval_fetch.py b/rest/content/v1/content/approval_fetch.py new file mode 100644 index 0000000000..d96a060a66 --- /dev/null +++ b/rest/content/v1/content/approval_fetch.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/content_and_approvals.py b/rest/content/v1/content_and_approvals.py new file mode 100644 index 0000000000..d96a060a66 --- /dev/null +++ b/rest/content/v1/content_and_approvals.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v1/legacy_content.py b/rest/content/v1/legacy_content.py new file mode 100644 index 0000000000..d96a060a66 --- /dev/null +++ b/rest/content/v1/legacy_content.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v2/__init__.py b/rest/content/v2/__init__.py new file mode 100644 index 0000000000..ca6d8bcd74 --- /dev/null +++ b/rest/content/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.content.v2.content import ContentList +from twilio.rest.content.v2.content_and_approvals import ContentAndApprovalsList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Content + + :param domain: The Twilio.content domain + """ + super().__init__(domain, "v2") + self._contents: Optional[ContentList] = None + self._content_and_approvals: Optional[ContentAndApprovalsList] = None + + @property + def contents(self) -> ContentList: + if self._contents is None: + self._contents = ContentList(self) + return self._contents + + @property + def content_and_approvals(self) -> ContentAndApprovalsList: + if self._content_and_approvals is None: + self._content_and_approvals = ContentAndApprovalsList(self) + return self._content_and_approvals + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v2/content.py b/rest/content/v2/content.py new file mode 100644 index 0000000000..8787cf4f65 --- /dev/null +++ b/rest/content/v2/content.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/content/v2/content_and_approvals.py b/rest/content/v2/content_and_approvals.py new file mode 100644 index 0000000000..8787cf4f65 --- /dev/null +++ b/rest/content/v2/content_and_approvals.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Content + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/__init__.py b/rest/conversations/v1/__init__.py new file mode 100644 index 0000000000..1ec6c22a7b --- /dev/null +++ b/rest/conversations/v1/__init__.py @@ -0,0 +1,115 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.conversations.v1.address_configuration import AddressConfigurationList +from twilio.rest.conversations.v1.configuration import ConfigurationList +from twilio.rest.conversations.v1.conversation import ConversationList +from twilio.rest.conversations.v1.conversation_with_participants import ( + ConversationWithParticipantsList, +) +from twilio.rest.conversations.v1.credential import CredentialList +from twilio.rest.conversations.v1.participant_conversation import ( + ParticipantConversationList, +) +from twilio.rest.conversations.v1.role import RoleList +from twilio.rest.conversations.v1.service import ServiceList +from twilio.rest.conversations.v1.user import UserList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Conversations + + :param domain: The Twilio.conversations domain + """ + super().__init__(domain, "v1") + self._address_configurations: Optional[AddressConfigurationList] = None + self._configuration: Optional[ConfigurationList] = None + self._conversations: Optional[ConversationList] = None + self._conversation_with_participants: Optional[ + ConversationWithParticipantsList + ] = None + self._credentials: Optional[CredentialList] = None + self._participant_conversations: Optional[ParticipantConversationList] = None + self._roles: Optional[RoleList] = None + self._services: Optional[ServiceList] = None + self._users: Optional[UserList] = None + + @property + def address_configurations(self) -> AddressConfigurationList: + if self._address_configurations is None: + self._address_configurations = AddressConfigurationList(self) + return self._address_configurations + + @property + def configuration(self) -> ConfigurationList: + if self._configuration is None: + self._configuration = ConfigurationList(self) + return self._configuration + + @property + def conversations(self) -> ConversationList: + if self._conversations is None: + self._conversations = ConversationList(self) + return self._conversations + + @property + def conversation_with_participants(self) -> ConversationWithParticipantsList: + if self._conversation_with_participants is None: + self._conversation_with_participants = ConversationWithParticipantsList( + self + ) + return self._conversation_with_participants + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def participant_conversations(self) -> ParticipantConversationList: + if self._participant_conversations is None: + self._participant_conversations = ParticipantConversationList(self) + return self._participant_conversations + + @property + def roles(self) -> RoleList: + if self._roles is None: + self._roles = RoleList(self) + return self._roles + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + @property + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/address_configuration.py b/rest/conversations/v1/address_configuration.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/address_configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/configuration/__init__.py b/rest/conversations/v1/configuration/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/configuration/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/configuration/webhook.py b/rest/conversations/v1/configuration/webhook.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/configuration/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation/__init__.py b/rest/conversations/v1/conversation/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation/message/__init__.py b/rest/conversations/v1/conversation/message/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation/message/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation/message/delivery_receipt.py b/rest/conversations/v1/conversation/message/delivery_receipt.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation/message/delivery_receipt.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation/participant.py b/rest/conversations/v1/conversation/participant.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation/participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation/webhook.py b/rest/conversations/v1/conversation/webhook.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/conversation_with_participants.py b/rest/conversations/v1/conversation_with_participants.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/conversation_with_participants.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/credential.py b/rest/conversations/v1/credential.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/participant_conversation.py b/rest/conversations/v1/participant_conversation.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/participant_conversation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/role.py b/rest/conversations/v1/role.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/__init__.py b/rest/conversations/v1/service/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/binding.py b/rest/conversations/v1/service/binding.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/configuration/__init__.py b/rest/conversations/v1/service/configuration/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/configuration/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/configuration/notification.py b/rest/conversations/v1/service/configuration/notification.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/configuration/notification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/configuration/webhook.py b/rest/conversations/v1/service/configuration/webhook.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/configuration/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation/__init__.py b/rest/conversations/v1/service/conversation/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation/message/__init__.py b/rest/conversations/v1/service/conversation/message/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation/message/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation/message/delivery_receipt.py b/rest/conversations/v1/service/conversation/message/delivery_receipt.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation/message/delivery_receipt.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation/participant.py b/rest/conversations/v1/service/conversation/participant.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation/participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation/webhook.py b/rest/conversations/v1/service/conversation/webhook.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/conversation_with_participants.py b/rest/conversations/v1/service/conversation_with_participants.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/conversation_with_participants.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/participant_conversation.py b/rest/conversations/v1/service/participant_conversation.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/participant_conversation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/role.py b/rest/conversations/v1/service/role.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/user/__init__.py b/rest/conversations/v1/service/user/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/service/user/user_conversation.py b/rest/conversations/v1/service/user/user_conversation.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/service/user/user_conversation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/user/__init__.py b/rest/conversations/v1/user/__init__.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/conversations/v1/user/user_conversation.py b/rest/conversations/v1/user/user_conversation.py new file mode 100644 index 0000000000..720c3431a5 --- /dev/null +++ b/rest/conversations/v1/user/user_conversation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Conversations + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/__init__.py b/rest/events/v1/__init__.py new file mode 100644 index 0000000000..6b91355444 --- /dev/null +++ b/rest/events/v1/__init__.py @@ -0,0 +1,67 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.events.v1.event_type import EventTypeList +from twilio.rest.events.v1.schema import SchemaList +from twilio.rest.events.v1.sink import SinkList +from twilio.rest.events.v1.subscription import SubscriptionList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Events + + :param domain: The Twilio.events domain + """ + super().__init__(domain, "v1") + self._event_types: Optional[EventTypeList] = None + self._schemas: Optional[SchemaList] = None + self._sinks: Optional[SinkList] = None + self._subscriptions: Optional[SubscriptionList] = None + + @property + def event_types(self) -> EventTypeList: + if self._event_types is None: + self._event_types = EventTypeList(self) + return self._event_types + + @property + def schemas(self) -> SchemaList: + if self._schemas is None: + self._schemas = SchemaList(self) + return self._schemas + + @property + def sinks(self) -> SinkList: + if self._sinks is None: + self._sinks = SinkList(self) + return self._sinks + + @property + def subscriptions(self) -> SubscriptionList: + if self._subscriptions is None: + self._subscriptions = SubscriptionList(self) + return self._subscriptions + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/event_type.py b/rest/events/v1/event_type.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/event_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/schema/__init__.py b/rest/events/v1/schema/__init__.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/schema/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/schema/schema_version.py b/rest/events/v1/schema/schema_version.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/schema/schema_version.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/sink/__init__.py b/rest/events/v1/sink/__init__.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/sink/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/sink/sink_test.py b/rest/events/v1/sink/sink_test.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/sink/sink_test.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/sink/sink_validate.py b/rest/events/v1/sink/sink_validate.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/sink/sink_validate.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/subscription/__init__.py b/rest/events/v1/subscription/__init__.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/subscription/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/events/v1/subscription/subscribed_event.py b/rest/events/v1/subscription/subscribed_event.py new file mode 100644 index 0000000000..b25eefb208 --- /dev/null +++ b/rest/events/v1/subscription/subscribed_event.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Events + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/__init__.py b/rest/flex_api/v1/__init__.py new file mode 100644 index 0000000000..eeb00227e9 --- /dev/null +++ b/rest/flex_api/v1/__init__.py @@ -0,0 +1,245 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.flex_api.v1.assessments import AssessmentsList +from twilio.rest.flex_api.v1.channel import ChannelList +from twilio.rest.flex_api.v1.configuration import ConfigurationList +from twilio.rest.flex_api.v1.flex_flow import FlexFlowList +from twilio.rest.flex_api.v1.insights_assessments_comment import ( + InsightsAssessmentsCommentList, +) +from twilio.rest.flex_api.v1.insights_conversations import InsightsConversationsList +from twilio.rest.flex_api.v1.insights_questionnaires import InsightsQuestionnairesList +from twilio.rest.flex_api.v1.insights_questionnaires_category import ( + InsightsQuestionnairesCategoryList, +) +from twilio.rest.flex_api.v1.insights_questionnaires_question import ( + InsightsQuestionnairesQuestionList, +) +from twilio.rest.flex_api.v1.insights_segments import InsightsSegmentsList +from twilio.rest.flex_api.v1.insights_session import InsightsSessionList +from twilio.rest.flex_api.v1.insights_settings_answer_sets import ( + InsightsSettingsAnswerSetsList, +) +from twilio.rest.flex_api.v1.insights_settings_comment import ( + InsightsSettingsCommentList, +) +from twilio.rest.flex_api.v1.insights_user_roles import InsightsUserRolesList +from twilio.rest.flex_api.v1.interaction import InteractionList +from twilio.rest.flex_api.v1.plugin import PluginList +from twilio.rest.flex_api.v1.plugin_archive import PluginArchiveList +from twilio.rest.flex_api.v1.plugin_configuration import PluginConfigurationList +from twilio.rest.flex_api.v1.plugin_configuration_archive import ( + PluginConfigurationArchiveList, +) +from twilio.rest.flex_api.v1.plugin_release import PluginReleaseList +from twilio.rest.flex_api.v1.plugin_version_archive import PluginVersionArchiveList +from twilio.rest.flex_api.v1.provisioning_status import ProvisioningStatusList +from twilio.rest.flex_api.v1.web_channel import WebChannelList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of FlexApi + + :param domain: The Twilio.flex_api domain + """ + super().__init__(domain, "v1") + self._assessments: Optional[AssessmentsList] = None + self._channel: Optional[ChannelList] = None + self._configuration: Optional[ConfigurationList] = None + self._flex_flow: Optional[FlexFlowList] = None + self._insights_assessments_comment: Optional[InsightsAssessmentsCommentList] = ( + None + ) + self._insights_conversations: Optional[InsightsConversationsList] = None + self._insights_questionnaires: Optional[InsightsQuestionnairesList] = None + self._insights_questionnaires_category: Optional[ + InsightsQuestionnairesCategoryList + ] = None + self._insights_questionnaires_question: Optional[ + InsightsQuestionnairesQuestionList + ] = None + self._insights_segments: Optional[InsightsSegmentsList] = None + self._insights_session: Optional[InsightsSessionList] = None + self._insights_settings_answer_sets: Optional[ + InsightsSettingsAnswerSetsList + ] = None + self._insights_settings_comment: Optional[InsightsSettingsCommentList] = None + self._insights_user_roles: Optional[InsightsUserRolesList] = None + self._interaction: Optional[InteractionList] = None + self._plugins: Optional[PluginList] = None + self._plugin_archive: Optional[PluginArchiveList] = None + self._plugin_configurations: Optional[PluginConfigurationList] = None + self._plugin_configuration_archive: Optional[PluginConfigurationArchiveList] = ( + None + ) + self._plugin_releases: Optional[PluginReleaseList] = None + self._plugin_version_archive: Optional[PluginVersionArchiveList] = None + self._provisioning_status: Optional[ProvisioningStatusList] = None + self._web_channel: Optional[WebChannelList] = None + + @property + def assessments(self) -> AssessmentsList: + if self._assessments is None: + self._assessments = AssessmentsList(self) + return self._assessments + + @property + def channel(self) -> ChannelList: + if self._channel is None: + self._channel = ChannelList(self) + return self._channel + + @property + def configuration(self) -> ConfigurationList: + if self._configuration is None: + self._configuration = ConfigurationList(self) + return self._configuration + + @property + def flex_flow(self) -> FlexFlowList: + if self._flex_flow is None: + self._flex_flow = FlexFlowList(self) + return self._flex_flow + + @property + def insights_assessments_comment(self) -> InsightsAssessmentsCommentList: + if self._insights_assessments_comment is None: + self._insights_assessments_comment = InsightsAssessmentsCommentList(self) + return self._insights_assessments_comment + + @property + def insights_conversations(self) -> InsightsConversationsList: + if self._insights_conversations is None: + self._insights_conversations = InsightsConversationsList(self) + return self._insights_conversations + + @property + def insights_questionnaires(self) -> InsightsQuestionnairesList: + if self._insights_questionnaires is None: + self._insights_questionnaires = InsightsQuestionnairesList(self) + return self._insights_questionnaires + + @property + def insights_questionnaires_category(self) -> InsightsQuestionnairesCategoryList: + if self._insights_questionnaires_category is None: + self._insights_questionnaires_category = InsightsQuestionnairesCategoryList( + self + ) + return self._insights_questionnaires_category + + @property + def insights_questionnaires_question(self) -> InsightsQuestionnairesQuestionList: + if self._insights_questionnaires_question is None: + self._insights_questionnaires_question = InsightsQuestionnairesQuestionList( + self + ) + return self._insights_questionnaires_question + + @property + def insights_segments(self) -> InsightsSegmentsList: + if self._insights_segments is None: + self._insights_segments = InsightsSegmentsList(self) + return self._insights_segments + + @property + def insights_session(self) -> InsightsSessionList: + if self._insights_session is None: + self._insights_session = InsightsSessionList(self) + return self._insights_session + + @property + def insights_settings_answer_sets(self) -> InsightsSettingsAnswerSetsList: + if self._insights_settings_answer_sets is None: + self._insights_settings_answer_sets = InsightsSettingsAnswerSetsList(self) + return self._insights_settings_answer_sets + + @property + def insights_settings_comment(self) -> InsightsSettingsCommentList: + if self._insights_settings_comment is None: + self._insights_settings_comment = InsightsSettingsCommentList(self) + return self._insights_settings_comment + + @property + def insights_user_roles(self) -> InsightsUserRolesList: + if self._insights_user_roles is None: + self._insights_user_roles = InsightsUserRolesList(self) + return self._insights_user_roles + + @property + def interaction(self) -> InteractionList: + if self._interaction is None: + self._interaction = InteractionList(self) + return self._interaction + + @property + def plugins(self) -> PluginList: + if self._plugins is None: + self._plugins = PluginList(self) + return self._plugins + + @property + def plugin_archive(self) -> PluginArchiveList: + if self._plugin_archive is None: + self._plugin_archive = PluginArchiveList(self) + return self._plugin_archive + + @property + def plugin_configurations(self) -> PluginConfigurationList: + if self._plugin_configurations is None: + self._plugin_configurations = PluginConfigurationList(self) + return self._plugin_configurations + + @property + def plugin_configuration_archive(self) -> PluginConfigurationArchiveList: + if self._plugin_configuration_archive is None: + self._plugin_configuration_archive = PluginConfigurationArchiveList(self) + return self._plugin_configuration_archive + + @property + def plugin_releases(self) -> PluginReleaseList: + if self._plugin_releases is None: + self._plugin_releases = PluginReleaseList(self) + return self._plugin_releases + + @property + def plugin_version_archive(self) -> PluginVersionArchiveList: + if self._plugin_version_archive is None: + self._plugin_version_archive = PluginVersionArchiveList(self) + return self._plugin_version_archive + + @property + def provisioning_status(self) -> ProvisioningStatusList: + if self._provisioning_status is None: + self._provisioning_status = ProvisioningStatusList(self) + return self._provisioning_status + + @property + def web_channel(self) -> WebChannelList: + if self._web_channel is None: + self._web_channel = WebChannelList(self) + return self._web_channel + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/assessments.py b/rest/flex_api/v1/assessments.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/assessments.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/channel.py b/rest/flex_api/v1/channel.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/configuration.py b/rest/flex_api/v1/configuration.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/flex_flow.py b/rest/flex_api/v1/flex_flow.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/flex_flow.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_assessments_comment.py b/rest/flex_api/v1/insights_assessments_comment.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_assessments_comment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_conversations.py b/rest/flex_api/v1/insights_conversations.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_conversations.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_questionnaires.py b/rest/flex_api/v1/insights_questionnaires.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_questionnaires.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_questionnaires_category.py b/rest/flex_api/v1/insights_questionnaires_category.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_questionnaires_category.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_questionnaires_question.py b/rest/flex_api/v1/insights_questionnaires_question.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_questionnaires_question.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_segments.py b/rest/flex_api/v1/insights_segments.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_segments.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_session.py b/rest/flex_api/v1/insights_session.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_session.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_settings_answer_sets.py b/rest/flex_api/v1/insights_settings_answer_sets.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_settings_answer_sets.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_settings_comment.py b/rest/flex_api/v1/insights_settings_comment.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_settings_comment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/insights_user_roles.py b/rest/flex_api/v1/insights_user_roles.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/insights_user_roles.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/interaction/__init__.py b/rest/flex_api/v1/interaction/__init__.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/interaction/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/__init__.py b/rest/flex_api/v1/interaction/interaction_channel/__init__.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/interaction/interaction_channel/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin/__init__.py b/rest/flex_api/v1/plugin/__init__.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin/plugin_versions.py b/rest/flex_api/v1/plugin/plugin_versions.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin/plugin_versions.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_archive.py b/rest/flex_api/v1/plugin_archive.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_archive.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_configuration/__init__.py b/rest/flex_api/v1/plugin_configuration/__init__.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_configuration/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_configuration/configured_plugin.py b/rest/flex_api/v1/plugin_configuration/configured_plugin.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_configuration/configured_plugin.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_configuration_archive.py b/rest/flex_api/v1/plugin_configuration_archive.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_configuration_archive.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_release.py b/rest/flex_api/v1/plugin_release.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_release.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/plugin_version_archive.py b/rest/flex_api/v1/plugin_version_archive.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/plugin_version_archive.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/provisioning_status.py b/rest/flex_api/v1/provisioning_status.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/provisioning_status.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v1/web_channel.py b/rest/flex_api/v1/web_channel.py new file mode 100644 index 0000000000..8329057b20 --- /dev/null +++ b/rest/flex_api/v1/web_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v2/__init__.py b/rest/flex_api/v2/__init__.py new file mode 100644 index 0000000000..e05ffcdfb5 --- /dev/null +++ b/rest/flex_api/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.flex_api.v2.flex_user import FlexUserList +from twilio.rest.flex_api.v2.web_channels import WebChannelsList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of FlexApi + + :param domain: The Twilio.flex_api domain + """ + super().__init__(domain, "v2") + self._flex_user: Optional[FlexUserList] = None + self._web_channels: Optional[WebChannelsList] = None + + @property + def flex_user(self) -> FlexUserList: + if self._flex_user is None: + self._flex_user = FlexUserList(self) + return self._flex_user + + @property + def web_channels(self) -> WebChannelsList: + if self._web_channels is None: + self._web_channels = WebChannelsList(self) + return self._web_channels + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v2/flex_user.py b/rest/flex_api/v2/flex_user.py new file mode 100644 index 0000000000..b4269e8137 --- /dev/null +++ b/rest/flex_api/v2/flex_user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/flex_api/v2/web_channels.py b/rest/flex_api/v2/web_channels.py new file mode 100644 index 0000000000..b4269e8137 --- /dev/null +++ b/rest/flex_api/v2/web_channels.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Flex + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/frontline_api/v1/__init__.py b/rest/frontline_api/v1/__init__.py new file mode 100644 index 0000000000..610ed37194 --- /dev/null +++ b/rest/frontline_api/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Frontline + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.frontline_api.v1.user import UserList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of FrontlineApi + + :param domain: The Twilio.frontline_api domain + """ + super().__init__(domain, "v1") + self._users: Optional[UserList] = None + + @property + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/frontline_api/v1/user.py b/rest/frontline_api/v1/user.py new file mode 100644 index 0000000000..c5511cc224 --- /dev/null +++ b/rest/frontline_api/v1/user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Frontline + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/iam/v1/__init__.py b/rest/iam/v1/__init__.py new file mode 100644 index 0000000000..08c45435a6 --- /dev/null +++ b/rest/iam/v1/__init__.py @@ -0,0 +1,67 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Iam + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.iam.v1.api_key import ApiKeyList +from twilio.rest.iam.v1.get_api_keys import GetApiKeysList +from twilio.rest.iam.v1.new_api_key import NewApiKeyList +from twilio.rest.iam.v1.token import TokenList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Iam + + :param domain: The Twilio.iam domain + """ + super().__init__(domain, "v1") + self._api_key: Optional[ApiKeyList] = None + self._get_api_keys: Optional[GetApiKeysList] = None + self._new_api_key: Optional[NewApiKeyList] = None + self._token: Optional[TokenList] = None + + @property + def api_key(self) -> ApiKeyList: + if self._api_key is None: + self._api_key = ApiKeyList(self) + return self._api_key + + @property + def get_api_keys(self) -> GetApiKeysList: + if self._get_api_keys is None: + self._get_api_keys = GetApiKeysList(self) + return self._get_api_keys + + @property + def new_api_key(self) -> NewApiKeyList: + if self._new_api_key is None: + self._new_api_key = NewApiKeyList(self) + return self._new_api_key + + @property + def token(self) -> TokenList: + if self._token is None: + self._token = TokenList(self) + return self._token + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/iam/v1/api_key.py b/rest/iam/v1/api_key.py new file mode 100644 index 0000000000..5c8d2dfe60 --- /dev/null +++ b/rest/iam/v1/api_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Iam + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/iam/v1/get_api_keys.py b/rest/iam/v1/get_api_keys.py new file mode 100644 index 0000000000..5c8d2dfe60 --- /dev/null +++ b/rest/iam/v1/get_api_keys.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Iam + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/iam/v1/new_api_key.py b/rest/iam/v1/new_api_key.py new file mode 100644 index 0000000000..5c8d2dfe60 --- /dev/null +++ b/rest/iam/v1/new_api_key.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Iam + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/iam/v1/token.py b/rest/iam/v1/token.py new file mode 100644 index 0000000000..5c8d2dfe60 --- /dev/null +++ b/rest/iam/v1/token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Iam + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/__init__.py b/rest/insights/v1/__init__.py new file mode 100644 index 0000000000..8f7d1946f0 --- /dev/null +++ b/rest/insights/v1/__init__.py @@ -0,0 +1,75 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.insights.v1.call import CallList +from twilio.rest.insights.v1.call_summaries import CallSummariesList +from twilio.rest.insights.v1.conference import ConferenceList +from twilio.rest.insights.v1.room import RoomList +from twilio.rest.insights.v1.setting import SettingList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Insights + + :param domain: The Twilio.insights domain + """ + super().__init__(domain, "v1") + self._calls: Optional[CallList] = None + self._call_summaries: Optional[CallSummariesList] = None + self._conferences: Optional[ConferenceList] = None + self._rooms: Optional[RoomList] = None + self._settings: Optional[SettingList] = None + + @property + def calls(self) -> CallList: + if self._calls is None: + self._calls = CallList(self) + return self._calls + + @property + def call_summaries(self) -> CallSummariesList: + if self._call_summaries is None: + self._call_summaries = CallSummariesList(self) + return self._call_summaries + + @property + def conferences(self) -> ConferenceList: + if self._conferences is None: + self._conferences = ConferenceList(self) + return self._conferences + + @property + def rooms(self) -> RoomList: + if self._rooms is None: + self._rooms = RoomList(self) + return self._rooms + + @property + def settings(self) -> SettingList: + if self._settings is None: + self._settings = SettingList(self) + return self._settings + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call/__init__.py b/rest/insights/v1/call/__init__.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call/annotation.py b/rest/insights/v1/call/annotation.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call/annotation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call/call_summary.py b/rest/insights/v1/call/call_summary.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call/call_summary.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call/event.py b/rest/insights/v1/call/event.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call/event.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call/metric.py b/rest/insights/v1/call/metric.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call/metric.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/call_summaries.py b/rest/insights/v1/call_summaries.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/call_summaries.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/conference/__init__.py b/rest/insights/v1/conference/__init__.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/conference/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/conference/conference_participant.py b/rest/insights/v1/conference/conference_participant.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/conference/conference_participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/room/__init__.py b/rest/insights/v1/room/__init__.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/room/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/room/participant.py b/rest/insights/v1/room/participant.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/room/participant.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/insights/v1/setting.py b/rest/insights/v1/setting.py new file mode 100644 index 0000000000..866de5773d --- /dev/null +++ b/rest/insights/v1/setting.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Insights + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/__init__.py b/rest/intelligence/v2/__init__.py new file mode 100644 index 0000000000..4999146f93 --- /dev/null +++ b/rest/intelligence/v2/__init__.py @@ -0,0 +1,99 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.intelligence.v2.custom_operator import CustomOperatorList +from twilio.rest.intelligence.v2.operator import OperatorList +from twilio.rest.intelligence.v2.operator_attachment import OperatorAttachmentList +from twilio.rest.intelligence.v2.operator_attachments import OperatorAttachmentsList +from twilio.rest.intelligence.v2.operator_type import OperatorTypeList +from twilio.rest.intelligence.v2.prebuilt_operator import PrebuiltOperatorList +from twilio.rest.intelligence.v2.service import ServiceList +from twilio.rest.intelligence.v2.transcript import TranscriptList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Intelligence + + :param domain: The Twilio.intelligence domain + """ + super().__init__(domain, "v2") + self._custom_operators: Optional[CustomOperatorList] = None + self._operators: Optional[OperatorList] = None + self._operator_attachment: Optional[OperatorAttachmentList] = None + self._operator_attachments: Optional[OperatorAttachmentsList] = None + self._operator_type: Optional[OperatorTypeList] = None + self._prebuilt_operators: Optional[PrebuiltOperatorList] = None + self._services: Optional[ServiceList] = None + self._transcripts: Optional[TranscriptList] = None + + @property + def custom_operators(self) -> CustomOperatorList: + if self._custom_operators is None: + self._custom_operators = CustomOperatorList(self) + return self._custom_operators + + @property + def operators(self) -> OperatorList: + if self._operators is None: + self._operators = OperatorList(self) + return self._operators + + @property + def operator_attachment(self) -> OperatorAttachmentList: + if self._operator_attachment is None: + self._operator_attachment = OperatorAttachmentList(self) + return self._operator_attachment + + @property + def operator_attachments(self) -> OperatorAttachmentsList: + if self._operator_attachments is None: + self._operator_attachments = OperatorAttachmentsList(self) + return self._operator_attachments + + @property + def operator_type(self) -> OperatorTypeList: + if self._operator_type is None: + self._operator_type = OperatorTypeList(self) + return self._operator_type + + @property + def prebuilt_operators(self) -> PrebuiltOperatorList: + if self._prebuilt_operators is None: + self._prebuilt_operators = PrebuiltOperatorList(self) + return self._prebuilt_operators + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + @property + def transcripts(self) -> TranscriptList: + if self._transcripts is None: + self._transcripts = TranscriptList(self) + return self._transcripts + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/custom_operator.py b/rest/intelligence/v2/custom_operator.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/custom_operator.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/operator.py b/rest/intelligence/v2/operator.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/operator.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/operator_attachment.py b/rest/intelligence/v2/operator_attachment.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/operator_attachment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/operator_attachments.py b/rest/intelligence/v2/operator_attachments.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/operator_attachments.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/operator_type.py b/rest/intelligence/v2/operator_type.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/operator_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/prebuilt_operator.py b/rest/intelligence/v2/prebuilt_operator.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/prebuilt_operator.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/service.py b/rest/intelligence/v2/service.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/service.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/__init__.py b/rest/intelligence/v2/transcript/__init__.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/encrypted_operator_results.py b/rest/intelligence/v2/transcript/encrypted_operator_results.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/encrypted_operator_results.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/encrypted_sentences.py b/rest/intelligence/v2/transcript/encrypted_sentences.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/encrypted_sentences.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/media.py b/rest/intelligence/v2/transcript/media.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/media.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/operator_result.py b/rest/intelligence/v2/transcript/operator_result.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/operator_result.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/intelligence/v2/transcript/sentence.py b/rest/intelligence/v2/transcript/sentence.py new file mode 100644 index 0000000000..a703d92298 --- /dev/null +++ b/rest/intelligence/v2/transcript/sentence.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Intelligence + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/__init__.py b/rest/ip_messaging/v1/__init__.py new file mode 100644 index 0000000000..d1f40c791f --- /dev/null +++ b/rest/ip_messaging/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.ip_messaging.v1.credential import CredentialList +from twilio.rest.ip_messaging.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of IpMessaging + + :param domain: The Twilio.ip_messaging domain + """ + super().__init__(domain, "v1") + self._credentials: Optional[CredentialList] = None + self._services: Optional[ServiceList] = None + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/credential.py b/rest/ip_messaging/v1/credential.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/__init__.py b/rest/ip_messaging/v1/service/__init__.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/channel/__init__.py b/rest/ip_messaging/v1/service/channel/__init__.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/channel/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/channel/invite.py b/rest/ip_messaging/v1/service/channel/invite.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/channel/invite.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/channel/member.py b/rest/ip_messaging/v1/service/channel/member.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/channel/member.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/channel/message.py b/rest/ip_messaging/v1/service/channel/message.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/channel/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/role.py b/rest/ip_messaging/v1/service/role.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/user/__init__.py b/rest/ip_messaging/v1/service/user/__init__.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v1/service/user/user_channel.py b/rest/ip_messaging/v1/service/user/user_channel.py new file mode 100644 index 0000000000..634bf87f9b --- /dev/null +++ b/rest/ip_messaging/v1/service/user/user_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/__init__.py b/rest/ip_messaging/v2/__init__.py new file mode 100644 index 0000000000..6003c86b12 --- /dev/null +++ b/rest/ip_messaging/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.ip_messaging.v2.credential import CredentialList +from twilio.rest.ip_messaging.v2.service import ServiceList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of IpMessaging + + :param domain: The Twilio.ip_messaging domain + """ + super().__init__(domain, "v2") + self._credentials: Optional[CredentialList] = None + self._services: Optional[ServiceList] = None + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/credential.py b/rest/ip_messaging/v2/credential.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/__init__.py b/rest/ip_messaging/v2/service/__init__.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/binding.py b/rest/ip_messaging/v2/service/binding.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/channel/__init__.py b/rest/ip_messaging/v2/service/channel/__init__.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/channel/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/channel/invite.py b/rest/ip_messaging/v2/service/channel/invite.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/channel/invite.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/channel/member.py b/rest/ip_messaging/v2/service/channel/member.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/channel/member.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/channel/message.py b/rest/ip_messaging/v2/service/channel/message.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/channel/message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/channel/webhook.py b/rest/ip_messaging/v2/service/channel/webhook.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/channel/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/role.py b/rest/ip_messaging/v2/service/role.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/role.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/user/__init__.py b/rest/ip_messaging/v2/service/user/__init__.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/user/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/user/user_binding.py b/rest/ip_messaging/v2/service/user/user_binding.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/user/user_binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/ip_messaging/v2/service/user/user_channel.py b/rest/ip_messaging/v2/service/user/user_channel.py new file mode 100644 index 0000000000..2bbdc76424 --- /dev/null +++ b/rest/ip_messaging/v2/service/user/user_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Ip_messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/knowledge/v1/__init__.py b/rest/knowledge/v1/__init__.py new file mode 100644 index 0000000000..9609bff951 --- /dev/null +++ b/rest/knowledge/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Knowledge + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.knowledge.v1.knowledge import KnowledgeList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Knowledge + + :param domain: The Twilio.knowledge domain + """ + super().__init__(domain, "v1") + self._knowledge: Optional[KnowledgeList] = None + + @property + def knowledge(self) -> KnowledgeList: + if self._knowledge is None: + self._knowledge = KnowledgeList(self) + return self._knowledge + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/knowledge/v1/knowledge/__init__.py b/rest/knowledge/v1/knowledge/__init__.py new file mode 100644 index 0000000000..07c1c309c2 --- /dev/null +++ b/rest/knowledge/v1/knowledge/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Knowledge + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/knowledge/v1/knowledge/chunk.py b/rest/knowledge/v1/knowledge/chunk.py new file mode 100644 index 0000000000..07c1c309c2 --- /dev/null +++ b/rest/knowledge/v1/knowledge/chunk.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Knowledge + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/knowledge/v1/knowledge/knowledge_status.py b/rest/knowledge/v1/knowledge/knowledge_status.py new file mode 100644 index 0000000000..07c1c309c2 --- /dev/null +++ b/rest/knowledge/v1/knowledge/knowledge_status.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Knowledge + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v1/__init__.py b/rest/lookups/v1/__init__.py new file mode 100644 index 0000000000..72204da366 --- /dev/null +++ b/rest/lookups/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.lookups.v1.phone_number import PhoneNumberList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Lookups + + :param domain: The Twilio.lookups domain + """ + super().__init__(domain, "v1") + self._phone_numbers: Optional[PhoneNumberList] = None + + @property + def phone_numbers(self) -> PhoneNumberList: + if self._phone_numbers is None: + self._phone_numbers = PhoneNumberList(self) + return self._phone_numbers + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v1/phone_number.py b/rest/lookups/v1/phone_number.py new file mode 100644 index 0000000000..a844e92476 --- /dev/null +++ b/rest/lookups/v1/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/__init__.py b/rest/lookups/v2/__init__.py new file mode 100644 index 0000000000..852f552540 --- /dev/null +++ b/rest/lookups/v2/__init__.py @@ -0,0 +1,75 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.lookups.v2.bucket import BucketList +from twilio.rest.lookups.v2.lookup_override import LookupOverrideList +from twilio.rest.lookups.v2.phone_number import PhoneNumberList +from twilio.rest.lookups.v2.query import QueryList +from twilio.rest.lookups.v2.rate_limit import RateLimitList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Lookups + + :param domain: The Twilio.lookups domain + """ + super().__init__(domain, "v2") + self._bucket: Optional[BucketList] = None + self._lookup_overrides: Optional[LookupOverrideList] = None + self._phone_numbers: Optional[PhoneNumberList] = None + self._query: Optional[QueryList] = None + self._rate_limits: Optional[RateLimitList] = None + + @property + def bucket(self) -> BucketList: + if self._bucket is None: + self._bucket = BucketList(self) + return self._bucket + + @property + def lookup_overrides(self) -> LookupOverrideList: + if self._lookup_overrides is None: + self._lookup_overrides = LookupOverrideList(self) + return self._lookup_overrides + + @property + def phone_numbers(self) -> PhoneNumberList: + if self._phone_numbers is None: + self._phone_numbers = PhoneNumberList(self) + return self._phone_numbers + + @property + def query(self) -> QueryList: + if self._query is None: + self._query = QueryList(self) + return self._query + + @property + def rate_limits(self) -> RateLimitList: + if self._rate_limits is None: + self._rate_limits = RateLimitList(self) + return self._rate_limits + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/bucket.py b/rest/lookups/v2/bucket.py new file mode 100644 index 0000000000..2900b0395d --- /dev/null +++ b/rest/lookups/v2/bucket.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/lookup_override.py b/rest/lookups/v2/lookup_override.py new file mode 100644 index 0000000000..2900b0395d --- /dev/null +++ b/rest/lookups/v2/lookup_override.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/phone_number.py b/rest/lookups/v2/phone_number.py new file mode 100644 index 0000000000..2900b0395d --- /dev/null +++ b/rest/lookups/v2/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/query.py b/rest/lookups/v2/query.py new file mode 100644 index 0000000000..2900b0395d --- /dev/null +++ b/rest/lookups/v2/query.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/lookups/v2/rate_limit.py b/rest/lookups/v2/rate_limit.py new file mode 100644 index 0000000000..2900b0395d --- /dev/null +++ b/rest/lookups/v2/rate_limit.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Lookups + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/__init__.py b/rest/marketplace/v1/__init__.py new file mode 100644 index 0000000000..6a84b31cd9 --- /dev/null +++ b/rest/marketplace/v1/__init__.py @@ -0,0 +1,75 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.marketplace.v1.available_add_on import AvailableAddOnList +from twilio.rest.marketplace.v1.installed_add_on import InstalledAddOnList +from twilio.rest.marketplace.v1.module_data import ModuleDataList +from twilio.rest.marketplace.v1.module_data_management import ModuleDataManagementList +from twilio.rest.marketplace.v1.referral_conversion import ReferralConversionList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Marketplace + + :param domain: The Twilio.marketplace domain + """ + super().__init__(domain, "v1") + self._available_add_ons: Optional[AvailableAddOnList] = None + self._installed_add_ons: Optional[InstalledAddOnList] = None + self._module_data: Optional[ModuleDataList] = None + self._module_data_management: Optional[ModuleDataManagementList] = None + self._referral_conversion: Optional[ReferralConversionList] = None + + @property + def available_add_ons(self) -> AvailableAddOnList: + if self._available_add_ons is None: + self._available_add_ons = AvailableAddOnList(self) + return self._available_add_ons + + @property + def installed_add_ons(self) -> InstalledAddOnList: + if self._installed_add_ons is None: + self._installed_add_ons = InstalledAddOnList(self) + return self._installed_add_ons + + @property + def module_data(self) -> ModuleDataList: + if self._module_data is None: + self._module_data = ModuleDataList(self) + return self._module_data + + @property + def module_data_management(self) -> ModuleDataManagementList: + if self._module_data_management is None: + self._module_data_management = ModuleDataManagementList(self) + return self._module_data_management + + @property + def referral_conversion(self) -> ReferralConversionList: + if self._referral_conversion is None: + self._referral_conversion = ReferralConversionList(self) + return self._referral_conversion + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/available_add_on/__init__.py b/rest/marketplace/v1/available_add_on/__init__.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/available_add_on/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/available_add_on/available_add_on_extension.py b/rest/marketplace/v1/available_add_on/available_add_on_extension.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/available_add_on/available_add_on_extension.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/installed_add_on/__init__.py b/rest/marketplace/v1/installed_add_on/__init__.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/installed_add_on/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py b/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py b/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/module_data.py b/rest/marketplace/v1/module_data.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/module_data.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/module_data_management.py b/rest/marketplace/v1/module_data_management.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/module_data_management.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/marketplace/v1/referral_conversion.py b/rest/marketplace/v1/referral_conversion.py new file mode 100644 index 0000000000..b6bddcbed5 --- /dev/null +++ b/rest/marketplace/v1/referral_conversion.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Marketplace + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/__init__.py b/rest/messaging/v1/__init__.py new file mode 100644 index 0000000000..6bd630fbd8 --- /dev/null +++ b/rest/messaging/v1/__init__.py @@ -0,0 +1,151 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.messaging.v1.brand_registration import BrandRegistrationList +from twilio.rest.messaging.v1.deactivations import DeactivationsList +from twilio.rest.messaging.v1.domain_certs import DomainCertsList +from twilio.rest.messaging.v1.domain_config import DomainConfigList +from twilio.rest.messaging.v1.domain_config_messaging_service import ( + DomainConfigMessagingServiceList, +) +from twilio.rest.messaging.v1.external_campaign import ExternalCampaignList +from twilio.rest.messaging.v1.linkshortening_messaging_service import ( + LinkshorteningMessagingServiceList, +) +from twilio.rest.messaging.v1.linkshortening_messaging_service_domain_association import ( + LinkshorteningMessagingServiceDomainAssociationList, +) +from twilio.rest.messaging.v1.request_managed_cert import RequestManagedCertList +from twilio.rest.messaging.v1.service import ServiceList +from twilio.rest.messaging.v1.tollfree_verification import TollfreeVerificationList +from twilio.rest.messaging.v1.usecase import UsecaseList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Messaging + + :param domain: The Twilio.messaging domain + """ + super().__init__(domain, "v1") + self._brand_registrations: Optional[BrandRegistrationList] = None + self._deactivations: Optional[DeactivationsList] = None + self._domain_certs: Optional[DomainCertsList] = None + self._domain_config: Optional[DomainConfigList] = None + self._domain_config_messaging_service: Optional[ + DomainConfigMessagingServiceList + ] = None + self._external_campaign: Optional[ExternalCampaignList] = None + self._linkshortening_messaging_service: Optional[ + LinkshorteningMessagingServiceList + ] = None + self._linkshortening_messaging_service_domain_association: Optional[ + LinkshorteningMessagingServiceDomainAssociationList + ] = None + self._request_managed_cert: Optional[RequestManagedCertList] = None + self._services: Optional[ServiceList] = None + self._tollfree_verifications: Optional[TollfreeVerificationList] = None + self._usecases: Optional[UsecaseList] = None + + @property + def brand_registrations(self) -> BrandRegistrationList: + if self._brand_registrations is None: + self._brand_registrations = BrandRegistrationList(self) + return self._brand_registrations + + @property + def deactivations(self) -> DeactivationsList: + if self._deactivations is None: + self._deactivations = DeactivationsList(self) + return self._deactivations + + @property + def domain_certs(self) -> DomainCertsList: + if self._domain_certs is None: + self._domain_certs = DomainCertsList(self) + return self._domain_certs + + @property + def domain_config(self) -> DomainConfigList: + if self._domain_config is None: + self._domain_config = DomainConfigList(self) + return self._domain_config + + @property + def domain_config_messaging_service(self) -> DomainConfigMessagingServiceList: + if self._domain_config_messaging_service is None: + self._domain_config_messaging_service = DomainConfigMessagingServiceList( + self + ) + return self._domain_config_messaging_service + + @property + def external_campaign(self) -> ExternalCampaignList: + if self._external_campaign is None: + self._external_campaign = ExternalCampaignList(self) + return self._external_campaign + + @property + def linkshortening_messaging_service(self) -> LinkshorteningMessagingServiceList: + if self._linkshortening_messaging_service is None: + self._linkshortening_messaging_service = LinkshorteningMessagingServiceList( + self + ) + return self._linkshortening_messaging_service + + @property + def linkshortening_messaging_service_domain_association( + self, + ) -> LinkshorteningMessagingServiceDomainAssociationList: + if self._linkshortening_messaging_service_domain_association is None: + self._linkshortening_messaging_service_domain_association = ( + LinkshorteningMessagingServiceDomainAssociationList(self) + ) + return self._linkshortening_messaging_service_domain_association + + @property + def request_managed_cert(self) -> RequestManagedCertList: + if self._request_managed_cert is None: + self._request_managed_cert = RequestManagedCertList(self) + return self._request_managed_cert + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + @property + def tollfree_verifications(self) -> TollfreeVerificationList: + if self._tollfree_verifications is None: + self._tollfree_verifications = TollfreeVerificationList(self) + return self._tollfree_verifications + + @property + def usecases(self) -> UsecaseList: + if self._usecases is None: + self._usecases = UsecaseList(self) + return self._usecases + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/brand_registration/__init__.py b/rest/messaging/v1/brand_registration/__init__.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/brand_registration/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/brand_registration/brand_registration_otp.py b/rest/messaging/v1/brand_registration/brand_registration_otp.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/brand_registration/brand_registration_otp.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/brand_registration/brand_vetting.py b/rest/messaging/v1/brand_registration/brand_vetting.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/brand_registration/brand_vetting.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/deactivations.py b/rest/messaging/v1/deactivations.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/deactivations.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/domain_certs.py b/rest/messaging/v1/domain_certs.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/domain_certs.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/domain_config.py b/rest/messaging/v1/domain_config.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/domain_config.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/domain_config_messaging_service.py b/rest/messaging/v1/domain_config_messaging_service.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/domain_config_messaging_service.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/external_campaign.py b/rest/messaging/v1/external_campaign.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/external_campaign.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/linkshortening_messaging_service.py b/rest/messaging/v1/linkshortening_messaging_service.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/linkshortening_messaging_service.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/linkshortening_messaging_service_domain_association.py b/rest/messaging/v1/linkshortening_messaging_service_domain_association.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/linkshortening_messaging_service_domain_association.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/request_managed_cert.py b/rest/messaging/v1/request_managed_cert.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/request_managed_cert.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/__init__.py b/rest/messaging/v1/service/__init__.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/alpha_sender.py b/rest/messaging/v1/service/alpha_sender.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/alpha_sender.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/channel_sender.py b/rest/messaging/v1/service/channel_sender.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/channel_sender.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/destination_alpha_sender.py b/rest/messaging/v1/service/destination_alpha_sender.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/destination_alpha_sender.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/phone_number.py b/rest/messaging/v1/service/phone_number.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/short_code.py b/rest/messaging/v1/service/short_code.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/short_code.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/us_app_to_person.py b/rest/messaging/v1/service/us_app_to_person.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/us_app_to_person.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/service/us_app_to_person_usecase.py b/rest/messaging/v1/service/us_app_to_person_usecase.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/service/us_app_to_person_usecase.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/tollfree_verification.py b/rest/messaging/v1/tollfree_verification.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/tollfree_verification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v1/usecase.py b/rest/messaging/v1/usecase.py new file mode 100644 index 0000000000..d442c98446 --- /dev/null +++ b/rest/messaging/v1/usecase.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v2/__init__.py b/rest/messaging/v2/__init__.py new file mode 100644 index 0000000000..92cea575e1 --- /dev/null +++ b/rest/messaging/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.messaging.v2.channels_sender import ChannelsSenderList +from twilio.rest.messaging.v2.typing_indicator import TypingIndicatorList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Messaging + + :param domain: The Twilio.messaging domain + """ + super().__init__(domain, "v2") + self._channels_senders: Optional[ChannelsSenderList] = None + self._typing_indicator: Optional[TypingIndicatorList] = None + + @property + def channels_senders(self) -> ChannelsSenderList: + if self._channels_senders is None: + self._channels_senders = ChannelsSenderList(self) + return self._channels_senders + + @property + def typing_indicator(self) -> TypingIndicatorList: + if self._typing_indicator is None: + self._typing_indicator = TypingIndicatorList(self) + return self._typing_indicator + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v2/channels_sender.py b/rest/messaging/v2/channels_sender.py new file mode 100644 index 0000000000..f13ecbcb04 --- /dev/null +++ b/rest/messaging/v2/channels_sender.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/messaging/v2/typing_indicator.py b/rest/messaging/v2/typing_indicator.py new file mode 100644 index 0000000000..f13ecbcb04 --- /dev/null +++ b/rest/messaging/v2/typing_indicator.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Messaging + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v1/__init__.py b/rest/monitor/v1/__init__.py new file mode 100644 index 0000000000..e892612b3b --- /dev/null +++ b/rest/monitor/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Monitor + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.monitor.v1.alert import AlertList +from twilio.rest.monitor.v1.event import EventList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Monitor + + :param domain: The Twilio.monitor domain + """ + super().__init__(domain, "v1") + self._alerts: Optional[AlertList] = None + self._events: Optional[EventList] = None + + @property + def alerts(self) -> AlertList: + if self._alerts is None: + self._alerts = AlertList(self) + return self._alerts + + @property + def events(self) -> EventList: + if self._events is None: + self._events = EventList(self) + return self._events + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v1/alert.py b/rest/monitor/v1/alert.py new file mode 100644 index 0000000000..cdce99b571 --- /dev/null +++ b/rest/monitor/v1/alert.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Monitor + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v1/event.py b/rest/monitor/v1/event.py new file mode 100644 index 0000000000..cdce99b571 --- /dev/null +++ b/rest/monitor/v1/event.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Monitor + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v2/__init__.py b/rest/monitor/v2/__init__.py new file mode 100644 index 0000000000..d2d420c1df --- /dev/null +++ b/rest/monitor/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.monitor.v2.alarm import AlarmList +from twilio.rest.monitor.v2.status import StatusList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Monitor + + :param domain: The Twilio.monitor domain + """ + super().__init__(domain, "v2") + self._alarms: Optional[AlarmList] = None + self._status: Optional[StatusList] = None + + @property + def alarms(self) -> AlarmList: + if self._alarms is None: + self._alarms = AlarmList(self) + return self._alarms + + @property + def status(self) -> StatusList: + if self._status is None: + self._status = StatusList(self) + return self._status + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v2/alarm.py b/rest/monitor/v2/alarm.py new file mode 100644 index 0000000000..fa98e3e36b --- /dev/null +++ b/rest/monitor/v2/alarm.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/monitor/v2/status.py b/rest/monitor/v2/status.py new file mode 100644 index 0000000000..fa98e3e36b --- /dev/null +++ b/rest/monitor/v2/status.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/notify/v1/__init__.py b/rest/notify/v1/__init__.py new file mode 100644 index 0000000000..90cab95028 --- /dev/null +++ b/rest/notify/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Notify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.notify.v1.credential import CredentialList +from twilio.rest.notify.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Notify + + :param domain: The Twilio.notify domain + """ + super().__init__(domain, "v1") + self._credentials: Optional[CredentialList] = None + self._services: Optional[ServiceList] = None + + @property + def credentials(self) -> CredentialList: + if self._credentials is None: + self._credentials = CredentialList(self) + return self._credentials + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/notify/v1/credential.py b/rest/notify/v1/credential.py new file mode 100644 index 0000000000..85d93bf7b0 --- /dev/null +++ b/rest/notify/v1/credential.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Notify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/notify/v1/service/__init__.py b/rest/notify/v1/service/__init__.py new file mode 100644 index 0000000000..85d93bf7b0 --- /dev/null +++ b/rest/notify/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Notify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/notify/v1/service/binding.py b/rest/notify/v1/service/binding.py new file mode 100644 index 0000000000..85d93bf7b0 --- /dev/null +++ b/rest/notify/v1/service/binding.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Notify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/notify/v1/service/notification.py b/rest/notify/v1/service/notification.py new file mode 100644 index 0000000000..85d93bf7b0 --- /dev/null +++ b/rest/notify/v1/service/notification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Notify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/__init__.py b/rest/numbers/v1/__init__.py new file mode 100644 index 0000000000..51da08ad11 --- /dev/null +++ b/rest/numbers/v1/__init__.py @@ -0,0 +1,135 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.numbers.v1.bulk_eligibility import BulkEligibilityList +from twilio.rest.numbers.v1.eligibility import EligibilityList +from twilio.rest.numbers.v1.porting_all_port_in import PortingAllPortInList +from twilio.rest.numbers.v1.porting_port_in import PortingPortInList +from twilio.rest.numbers.v1.porting_port_in_phone_number import ( + PortingPortInPhoneNumberList, +) +from twilio.rest.numbers.v1.porting_portability import PortingPortabilityList +from twilio.rest.numbers.v1.porting_webhook_configuration import ( + PortingWebhookConfigurationList, +) +from twilio.rest.numbers.v1.porting_webhook_configuration_delete import ( + PortingWebhookConfigurationDeleteList, +) +from twilio.rest.numbers.v1.signing_request_configuration import ( + SigningRequestConfigurationList, +) +from twilio.rest.numbers.v1.webhook import WebhookList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Numbers + + :param domain: The Twilio.numbers domain + """ + super().__init__(domain, "v1") + self._bulk_eligibilities: Optional[BulkEligibilityList] = None + self._eligibilities: Optional[EligibilityList] = None + self._porting_all_port_ins: Optional[PortingAllPortInList] = None + self._porting_port_ins: Optional[PortingPortInList] = None + self._porting_port_in_phone_number: Optional[PortingPortInPhoneNumberList] = ( + None + ) + self._porting_portabilities: Optional[PortingPortabilityList] = None + self._porting_webhook_configurations: Optional[ + PortingWebhookConfigurationList + ] = None + self._porting_webhook_configurations_delete: Optional[ + PortingWebhookConfigurationDeleteList + ] = None + self._signing_request_configurations: Optional[ + SigningRequestConfigurationList + ] = None + self._webhook: Optional[WebhookList] = None + + @property + def bulk_eligibilities(self) -> BulkEligibilityList: + if self._bulk_eligibilities is None: + self._bulk_eligibilities = BulkEligibilityList(self) + return self._bulk_eligibilities + + @property + def eligibilities(self) -> EligibilityList: + if self._eligibilities is None: + self._eligibilities = EligibilityList(self) + return self._eligibilities + + @property + def porting_all_port_ins(self) -> PortingAllPortInList: + if self._porting_all_port_ins is None: + self._porting_all_port_ins = PortingAllPortInList(self) + return self._porting_all_port_ins + + @property + def porting_port_ins(self) -> PortingPortInList: + if self._porting_port_ins is None: + self._porting_port_ins = PortingPortInList(self) + return self._porting_port_ins + + @property + def porting_port_in_phone_number(self) -> PortingPortInPhoneNumberList: + if self._porting_port_in_phone_number is None: + self._porting_port_in_phone_number = PortingPortInPhoneNumberList(self) + return self._porting_port_in_phone_number + + @property + def porting_portabilities(self) -> PortingPortabilityList: + if self._porting_portabilities is None: + self._porting_portabilities = PortingPortabilityList(self) + return self._porting_portabilities + + @property + def porting_webhook_configurations(self) -> PortingWebhookConfigurationList: + if self._porting_webhook_configurations is None: + self._porting_webhook_configurations = PortingWebhookConfigurationList(self) + return self._porting_webhook_configurations + + @property + def porting_webhook_configurations_delete( + self, + ) -> PortingWebhookConfigurationDeleteList: + if self._porting_webhook_configurations_delete is None: + self._porting_webhook_configurations_delete = ( + PortingWebhookConfigurationDeleteList(self) + ) + return self._porting_webhook_configurations_delete + + @property + def signing_request_configurations(self) -> SigningRequestConfigurationList: + if self._signing_request_configurations is None: + self._signing_request_configurations = SigningRequestConfigurationList(self) + return self._signing_request_configurations + + @property + def webhook(self) -> WebhookList: + if self._webhook is None: + self._webhook = WebhookList(self) + return self._webhook + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/bulk_eligibility.py b/rest/numbers/v1/bulk_eligibility.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/bulk_eligibility.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/eligibility.py b/rest/numbers/v1/eligibility.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/eligibility.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_all_port_in.py b/rest/numbers/v1/porting_all_port_in.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_all_port_in.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_port_in.py b/rest/numbers/v1/porting_port_in.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_port_in.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_port_in_phone_number.py b/rest/numbers/v1/porting_port_in_phone_number.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_port_in_phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_portability.py b/rest/numbers/v1/porting_portability.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_portability.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_webhook_configuration.py b/rest/numbers/v1/porting_webhook_configuration.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_webhook_configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/porting_webhook_configuration_delete.py b/rest/numbers/v1/porting_webhook_configuration_delete.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/porting_webhook_configuration_delete.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/signing_request_configuration.py b/rest/numbers/v1/signing_request_configuration.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/signing_request_configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v1/webhook.py b/rest/numbers/v1/webhook.py new file mode 100644 index 0000000000..baf9d65953 --- /dev/null +++ b/rest/numbers/v1/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/__init__.py b/rest/numbers/v2/__init__.py new file mode 100644 index 0000000000..04b303486e --- /dev/null +++ b/rest/numbers/v2/__init__.py @@ -0,0 +1,75 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.numbers.v2.authorization_document import AuthorizationDocumentList +from twilio.rest.numbers.v2.bulk_hosted_number_order import BulkHostedNumberOrderList +from twilio.rest.numbers.v2.bundle_clone import BundleCloneList +from twilio.rest.numbers.v2.hosted_number_order import HostedNumberOrderList +from twilio.rest.numbers.v2.regulatory_compliance import RegulatoryComplianceList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Numbers + + :param domain: The Twilio.numbers domain + """ + super().__init__(domain, "v2") + self._authorization_documents: Optional[AuthorizationDocumentList] = None + self._bulk_hosted_number_orders: Optional[BulkHostedNumberOrderList] = None + self._bundle_clone: Optional[BundleCloneList] = None + self._hosted_number_orders: Optional[HostedNumberOrderList] = None + self._regulatory_compliance: Optional[RegulatoryComplianceList] = None + + @property + def authorization_documents(self) -> AuthorizationDocumentList: + if self._authorization_documents is None: + self._authorization_documents = AuthorizationDocumentList(self) + return self._authorization_documents + + @property + def bulk_hosted_number_orders(self) -> BulkHostedNumberOrderList: + if self._bulk_hosted_number_orders is None: + self._bulk_hosted_number_orders = BulkHostedNumberOrderList(self) + return self._bulk_hosted_number_orders + + @property + def bundle_clone(self) -> BundleCloneList: + if self._bundle_clone is None: + self._bundle_clone = BundleCloneList(self) + return self._bundle_clone + + @property + def hosted_number_orders(self) -> HostedNumberOrderList: + if self._hosted_number_orders is None: + self._hosted_number_orders = HostedNumberOrderList(self) + return self._hosted_number_orders + + @property + def regulatory_compliance(self) -> RegulatoryComplianceList: + if self._regulatory_compliance is None: + self._regulatory_compliance = RegulatoryComplianceList(self) + return self._regulatory_compliance + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/authorization_document/__init__.py b/rest/numbers/v2/authorization_document/__init__.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/authorization_document/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py b/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/bulk_hosted_number_order.py b/rest/numbers/v2/bulk_hosted_number_order.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/bulk_hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/bundle_clone.py b/rest/numbers/v2/bundle_clone.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/bundle_clone.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/hosted_number_order.py b/rest/numbers/v2/hosted_number_order.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/__init__.py b/rest/numbers/v2/regulatory_compliance/__init__.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/__init__.py b/rest/numbers/v2/regulatory_compliance/bundle/__init__.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/bundle/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py b/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py b/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py b/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py b/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/end_user.py b/rest/numbers/v2/regulatory_compliance/end_user.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/end_user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/end_user_type.py b/rest/numbers/v2/regulatory_compliance/end_user_type.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/end_user_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/regulation.py b/rest/numbers/v2/regulatory_compliance/regulation.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/regulation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/supporting_document.py b/rest/numbers/v2/regulatory_compliance/supporting_document.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/supporting_document.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v2/regulatory_compliance/supporting_document_type.py b/rest/numbers/v2/regulatory_compliance/supporting_document_type.py new file mode 100644 index 0000000000..1cde32a262 --- /dev/null +++ b/rest/numbers/v2/regulatory_compliance/supporting_document_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v3/__init__.py b/rest/numbers/v3/__init__.py new file mode 100644 index 0000000000..9826e176fb --- /dev/null +++ b/rest/numbers/v3/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.numbers.v3.hosted_number_order import HostedNumberOrderList + + +class V3(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V3 version of Numbers + + :param domain: The Twilio.numbers domain + """ + super().__init__(domain, "v3") + self._hosted_number_orders: Optional[HostedNumberOrderList] = None + + @property + def hosted_number_orders(self) -> HostedNumberOrderList: + if self._hosted_number_orders is None: + self._hosted_number_orders = HostedNumberOrderList(self) + return self._hosted_number_orders + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/numbers/v3/hosted_number_order.py b/rest/numbers/v3/hosted_number_order.py new file mode 100644 index 0000000000..993a07640b --- /dev/null +++ b/rest/numbers/v3/hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Numbers + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/oauth/v1/__init__.py b/rest/oauth/v1/__init__.py new file mode 100644 index 0000000000..e05c7de520 --- /dev/null +++ b/rest/oauth/v1/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Oauth + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.oauth.v1.authorize import AuthorizeList +from twilio.rest.oauth.v1.token import TokenList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Oauth + + :param domain: The Twilio.oauth domain + """ + super().__init__(domain, "v1") + self._authorize: Optional[AuthorizeList] = None + self._token: Optional[TokenList] = None + + @property + def authorize(self) -> AuthorizeList: + if self._authorize is None: + self._authorize = AuthorizeList(self) + return self._authorize + + @property + def token(self) -> TokenList: + if self._token is None: + self._token = TokenList(self) + return self._token + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/oauth/v1/authorize.py b/rest/oauth/v1/authorize.py new file mode 100644 index 0000000000..be46bb70d0 --- /dev/null +++ b/rest/oauth/v1/authorize.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Oauth + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/oauth/v1/token.py b/rest/oauth/v1/token.py new file mode 100644 index 0000000000..be46bb70d0 --- /dev/null +++ b/rest/oauth/v1/token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Oauth + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/oauth/v2/__init__.py b/rest/oauth/v2/__init__.py new file mode 100644 index 0000000000..d30b757018 --- /dev/null +++ b/rest/oauth/v2/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + User OAuth API + User OAuth API + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.oauth.v2.token import TokenList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Oauth + + :param domain: The Twilio.oauth domain + """ + super().__init__(domain, "v2") + self._token: Optional[TokenList] = None + + @property + def token(self) -> TokenList: + if self._token is None: + self._token = TokenList(self) + return self._token + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/oauth/v2/token.py b/rest/oauth/v2/token.py new file mode 100644 index 0000000000..dfc73a9475 --- /dev/null +++ b/rest/oauth/v2/token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + User OAuth API + User OAuth API + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/hosted_numbers/__init__.py b/rest/preview/hosted_numbers/__init__.py new file mode 100644 index 0000000000..7b3a767eef --- /dev/null +++ b/rest/preview/hosted_numbers/__init__.py @@ -0,0 +1,53 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview.hosted_numbers.authorization_document import ( + AuthorizationDocumentList, +) +from twilio.rest.preview.hosted_numbers.hosted_number_order import HostedNumberOrderList + + +class HostedNumbers(Version): + + def __init__(self, domain: Domain): + """ + Initialize the HostedNumbers version of Preview + + :param domain: The Twilio.preview domain + """ + super().__init__(domain, "HostedNumbers") + self._authorization_documents: Optional[AuthorizationDocumentList] = None + self._hosted_number_orders: Optional[HostedNumberOrderList] = None + + @property + def authorization_documents(self) -> AuthorizationDocumentList: + if self._authorization_documents is None: + self._authorization_documents = AuthorizationDocumentList(self) + return self._authorization_documents + + @property + def hosted_number_orders(self) -> HostedNumberOrderList: + if self._hosted_number_orders is None: + self._hosted_number_orders = HostedNumberOrderList(self) + return self._hosted_number_orders + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/hosted_numbers/authorization_document/__init__.py b/rest/preview/hosted_numbers/authorization_document/__init__.py new file mode 100644 index 0000000000..b2aeb0501f --- /dev/null +++ b/rest/preview/hosted_numbers/authorization_document/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py b/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py new file mode 100644 index 0000000000..b2aeb0501f --- /dev/null +++ b/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/hosted_numbers/hosted_number_order.py b/rest/preview/hosted_numbers/hosted_number_order.py new file mode 100644 index 0000000000..b2aeb0501f --- /dev/null +++ b/rest/preview/hosted_numbers/hosted_number_order.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/marketplace/__init__.py b/rest/preview/marketplace/__init__.py new file mode 100644 index 0000000000..fcc99a4112 --- /dev/null +++ b/rest/preview/marketplace/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview.marketplace.available_add_on import AvailableAddOnList +from twilio.rest.preview.marketplace.installed_add_on import InstalledAddOnList + + +class Marketplace(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Marketplace version of Preview + + :param domain: The Twilio.preview domain + """ + super().__init__(domain, "marketplace") + self._available_add_ons: Optional[AvailableAddOnList] = None + self._installed_add_ons: Optional[InstalledAddOnList] = None + + @property + def available_add_ons(self) -> AvailableAddOnList: + if self._available_add_ons is None: + self._available_add_ons = AvailableAddOnList(self) + return self._available_add_ons + + @property + def installed_add_ons(self) -> InstalledAddOnList: + if self._installed_add_ons is None: + self._installed_add_ons = InstalledAddOnList(self) + return self._installed_add_ons + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/marketplace/available_add_on/__init__.py b/rest/preview/marketplace/available_add_on/__init__.py new file mode 100644 index 0000000000..bc4d6317dc --- /dev/null +++ b/rest/preview/marketplace/available_add_on/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/marketplace/available_add_on/available_add_on_extension.py b/rest/preview/marketplace/available_add_on/available_add_on_extension.py new file mode 100644 index 0000000000..bc4d6317dc --- /dev/null +++ b/rest/preview/marketplace/available_add_on/available_add_on_extension.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/marketplace/installed_add_on/__init__.py b/rest/preview/marketplace/installed_add_on/__init__.py new file mode 100644 index 0000000000..bc4d6317dc --- /dev/null +++ b/rest/preview/marketplace/installed_add_on/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py b/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py new file mode 100644 index 0000000000..bc4d6317dc --- /dev/null +++ b/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/wireless/__init__.py b/rest/preview/wireless/__init__.py new file mode 100644 index 0000000000..85ed4fb54d --- /dev/null +++ b/rest/preview/wireless/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview.wireless.command import CommandList +from twilio.rest.preview.wireless.rate_plan import RatePlanList +from twilio.rest.preview.wireless.sim import SimList + + +class Wireless(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Wireless version of Preview + + :param domain: The Twilio.preview domain + """ + super().__init__(domain, "wireless") + self._commands: Optional[CommandList] = None + self._rate_plans: Optional[RatePlanList] = None + self._sims: Optional[SimList] = None + + @property + def commands(self) -> CommandList: + if self._commands is None: + self._commands = CommandList(self) + return self._commands + + @property + def rate_plans(self) -> RatePlanList: + if self._rate_plans is None: + self._rate_plans = RatePlanList(self) + return self._rate_plans + + @property + def sims(self) -> SimList: + if self._sims is None: + self._sims = SimList(self) + return self._sims + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/wireless/command.py b/rest/preview/wireless/command.py new file mode 100644 index 0000000000..a7158a4088 --- /dev/null +++ b/rest/preview/wireless/command.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/wireless/rate_plan.py b/rest/preview/wireless/rate_plan.py new file mode 100644 index 0000000000..a7158a4088 --- /dev/null +++ b/rest/preview/wireless/rate_plan.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/wireless/sim/__init__.py b/rest/preview/wireless/sim/__init__.py new file mode 100644 index 0000000000..a7158a4088 --- /dev/null +++ b/rest/preview/wireless/sim/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview/wireless/sim/usage.py b/rest/preview/wireless/sim/usage.py new file mode 100644 index 0000000000..a7158a4088 --- /dev/null +++ b/rest/preview/wireless/sim/usage.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Preview + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/__init__.py b/rest/preview_iam/__init__.py new file mode 100644 index 0000000000..dd51b97489 --- /dev/null +++ b/rest/preview_iam/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview_iam.organizations.account import AccountList +from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList +from twilio.rest.preview_iam.organizations.user import UserList + + +class Organizations(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Organizations version of PreviewIam + + :param domain: The Twilio.preview_iam domain + """ + super().__init__(domain, "Organizations") + self._accounts: Optional[AccountList] = None + self._role_assignments: Optional[RoleAssignmentList] = None + self._users: Optional[UserList] = None + + @property + def accounts(self) -> AccountList: + if self._accounts is None: + self._accounts = AccountList(self) + return self._accounts + + @property + def role_assignments(self) -> RoleAssignmentList: + if self._role_assignments is None: + self._role_assignments = RoleAssignmentList(self) + return self._role_assignments + + @property + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/organizations/__init__.py b/rest/preview_iam/organizations/__init__.py new file mode 100644 index 0000000000..dd51b97489 --- /dev/null +++ b/rest/preview_iam/organizations/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview_iam.organizations.account import AccountList +from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList +from twilio.rest.preview_iam.organizations.user import UserList + + +class Organizations(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Organizations version of PreviewIam + + :param domain: The Twilio.preview_iam domain + """ + super().__init__(domain, "Organizations") + self._accounts: Optional[AccountList] = None + self._role_assignments: Optional[RoleAssignmentList] = None + self._users: Optional[UserList] = None + + @property + def accounts(self) -> AccountList: + if self._accounts is None: + self._accounts = AccountList(self) + return self._accounts + + @property + def role_assignments(self) -> RoleAssignmentList: + if self._role_assignments is None: + self._role_assignments = RoleAssignmentList(self) + return self._role_assignments + + @property + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/organizations/account.py b/rest/preview_iam/organizations/account.py new file mode 100644 index 0000000000..a4a779b8a8 --- /dev/null +++ b/rest/preview_iam/organizations/account.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/organizations/role_assignment.py b/rest/preview_iam/organizations/role_assignment.py new file mode 100644 index 0000000000..a4a779b8a8 --- /dev/null +++ b/rest/preview_iam/organizations/role_assignment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/organizations/user.py b/rest/preview_iam/organizations/user.py new file mode 100644 index 0000000000..a4a779b8a8 --- /dev/null +++ b/rest/preview_iam/organizations/user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/v1/authorize.py b/rest/preview_iam/v1/authorize.py new file mode 100644 index 0000000000..57f67c7386 --- /dev/null +++ b/rest/preview_iam/v1/authorize.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/preview_iam/v1/token.py b/rest/preview_iam/v1/token.py new file mode 100644 index 0000000000..57f67c7386 --- /dev/null +++ b/rest/preview_iam/v1/token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/__init__.py b/rest/pricing/v1/__init__.py new file mode 100644 index 0000000000..ba8b65885d --- /dev/null +++ b/rest/pricing/v1/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.pricing.v1.messaging import MessagingList +from twilio.rest.pricing.v1.phone_number import PhoneNumberList +from twilio.rest.pricing.v1.voice import VoiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Pricing + + :param domain: The Twilio.pricing domain + """ + super().__init__(domain, "v1") + self._messaging: Optional[MessagingList] = None + self._phone_numbers: Optional[PhoneNumberList] = None + self._voice: Optional[VoiceList] = None + + @property + def messaging(self) -> MessagingList: + if self._messaging is None: + self._messaging = MessagingList(self) + return self._messaging + + @property + def phone_numbers(self) -> PhoneNumberList: + if self._phone_numbers is None: + self._phone_numbers = PhoneNumberList(self) + return self._phone_numbers + + @property + def voice(self) -> VoiceList: + if self._voice is None: + self._voice = VoiceList(self) + return self._voice + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/messaging/__init__.py b/rest/pricing/v1/messaging/__init__.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/messaging/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/messaging/country.py b/rest/pricing/v1/messaging/country.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/messaging/country.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/phone_number/__init__.py b/rest/pricing/v1/phone_number/__init__.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/phone_number/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/phone_number/country.py b/rest/pricing/v1/phone_number/country.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/phone_number/country.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/voice/__init__.py b/rest/pricing/v1/voice/__init__.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/voice/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/voice/country.py b/rest/pricing/v1/voice/country.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/voice/country.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v1/voice/number.py b/rest/pricing/v1/voice/number.py new file mode 100644 index 0000000000..402f5a94d9 --- /dev/null +++ b/rest/pricing/v1/voice/number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/__init__.py b/rest/pricing/v2/__init__.py new file mode 100644 index 0000000000..d0fd67f737 --- /dev/null +++ b/rest/pricing/v2/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.pricing.v2.country import CountryList +from twilio.rest.pricing.v2.number import NumberList +from twilio.rest.pricing.v2.voice import VoiceList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Pricing + + :param domain: The Twilio.pricing domain + """ + super().__init__(domain, "v2") + self._countries: Optional[CountryList] = None + self._numbers: Optional[NumberList] = None + self._voice: Optional[VoiceList] = None + + @property + def countries(self) -> CountryList: + if self._countries is None: + self._countries = CountryList(self) + return self._countries + + @property + def numbers(self) -> NumberList: + if self._numbers is None: + self._numbers = NumberList(self) + return self._numbers + + @property + def voice(self) -> VoiceList: + if self._voice is None: + self._voice = VoiceList(self) + return self._voice + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/country.py b/rest/pricing/v2/country.py new file mode 100644 index 0000000000..13fab050ca --- /dev/null +++ b/rest/pricing/v2/country.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/number.py b/rest/pricing/v2/number.py new file mode 100644 index 0000000000..13fab050ca --- /dev/null +++ b/rest/pricing/v2/number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/voice/__init__.py b/rest/pricing/v2/voice/__init__.py new file mode 100644 index 0000000000..13fab050ca --- /dev/null +++ b/rest/pricing/v2/voice/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/voice/country.py b/rest/pricing/v2/voice/country.py new file mode 100644 index 0000000000..13fab050ca --- /dev/null +++ b/rest/pricing/v2/voice/country.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/pricing/v2/voice/number.py b/rest/pricing/v2/voice/number.py new file mode 100644 index 0000000000..13fab050ca --- /dev/null +++ b/rest/pricing/v2/voice/number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Pricing + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/__init__.py b/rest/proxy/v1/__init__.py new file mode 100644 index 0000000000..83737dc0fb --- /dev/null +++ b/rest/proxy/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.proxy.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Proxy + + :param domain: The Twilio.proxy domain + """ + super().__init__(domain, "v1") + self._services: Optional[ServiceList] = None + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/__init__.py b/rest/proxy/v1/service/__init__.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/phone_number.py b/rest/proxy/v1/service/phone_number.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/session/__init__.py b/rest/proxy/v1/service/session/__init__.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/session/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/session/interaction.py b/rest/proxy/v1/service/session/interaction.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/session/interaction.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/session/participant/__init__.py b/rest/proxy/v1/service/session/participant/__init__.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/session/participant/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/proxy/v1/service/session/participant/message_interaction.py b/rest/proxy/v1/service/session/participant/message_interaction.py new file mode 100644 index 0000000000..59d24b19b9 --- /dev/null +++ b/rest/proxy/v1/service/session/participant/message_interaction.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Proxy + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/routes/v2/__init__.py b/rest/routes/v2/__init__.py new file mode 100644 index 0000000000..56a140efc3 --- /dev/null +++ b/rest/routes/v2/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Routes + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.routes.v2.phone_number import PhoneNumberList +from twilio.rest.routes.v2.sip_domain import SipDomainList +from twilio.rest.routes.v2.trunk import TrunkList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Routes + + :param domain: The Twilio.routes domain + """ + super().__init__(domain, "v2") + self._phone_numbers: Optional[PhoneNumberList] = None + self._sip_domains: Optional[SipDomainList] = None + self._trunks: Optional[TrunkList] = None + + @property + def phone_numbers(self) -> PhoneNumberList: + if self._phone_numbers is None: + self._phone_numbers = PhoneNumberList(self) + return self._phone_numbers + + @property + def sip_domains(self) -> SipDomainList: + if self._sip_domains is None: + self._sip_domains = SipDomainList(self) + return self._sip_domains + + @property + def trunks(self) -> TrunkList: + if self._trunks is None: + self._trunks = TrunkList(self) + return self._trunks + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/routes/v2/phone_number.py b/rest/routes/v2/phone_number.py new file mode 100644 index 0000000000..5dc512311b --- /dev/null +++ b/rest/routes/v2/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Routes + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/routes/v2/sip_domain.py b/rest/routes/v2/sip_domain.py new file mode 100644 index 0000000000..5dc512311b --- /dev/null +++ b/rest/routes/v2/sip_domain.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Routes + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/routes/v2/trunk.py b/rest/routes/v2/trunk.py new file mode 100644 index 0000000000..5dc512311b --- /dev/null +++ b/rest/routes/v2/trunk.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Routes + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/__init__.py b/rest/serverless/v1/__init__.py new file mode 100644 index 0000000000..e494615caf --- /dev/null +++ b/rest/serverless/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.serverless.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Serverless + + :param domain: The Twilio.serverless domain + """ + super().__init__(domain, "v1") + self._services: Optional[ServiceList] = None + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/__init__.py b/rest/serverless/v1/service/__init__.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/asset/__init__.py b/rest/serverless/v1/service/asset/__init__.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/asset/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/asset/asset_version.py b/rest/serverless/v1/service/asset/asset_version.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/asset/asset_version.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/build/__init__.py b/rest/serverless/v1/service/build/__init__.py new file mode 100644 index 0000000000..998b3df457 --- /dev/null +++ b/rest/serverless/v1/service/build/__init__.py @@ -0,0 +1,52 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + + + + + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + + + + + + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return '' + diff --git a/rest/serverless/v1/service/build/build_status.py b/rest/serverless/v1/service/build/build_status.py new file mode 100644 index 0000000000..998b3df457 --- /dev/null +++ b/rest/serverless/v1/service/build/build_status.py @@ -0,0 +1,52 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + + + + + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + + + + + + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return '' + diff --git a/rest/serverless/v1/service/environment/__init__.py b/rest/serverless/v1/service/environment/__init__.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/environment/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/environment/deployment.py b/rest/serverless/v1/service/environment/deployment.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/environment/deployment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/environment/log.py b/rest/serverless/v1/service/environment/log.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/environment/log.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/environment/variable.py b/rest/serverless/v1/service/environment/variable.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/environment/variable.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/function/__init__.py b/rest/serverless/v1/service/function/__init__.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/function/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/function/function_version/__init__.py b/rest/serverless/v1/service/function/function_version/__init__.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/function/function_version/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/serverless/v1/service/function/function_version/function_version_content.py b/rest/serverless/v1/service/function/function_version/function_version_content.py new file mode 100644 index 0000000000..0f11e5d912 --- /dev/null +++ b/rest/serverless/v1/service/function/function_version/function_version_content.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Serverless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/__init__.py b/rest/studio/v1/__init__.py new file mode 100644 index 0000000000..8ab7d71b6c --- /dev/null +++ b/rest/studio/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.studio.v1.flow import FlowList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Studio + + :param domain: The Twilio.studio domain + """ + super().__init__(domain, "v1") + self._flows: Optional[FlowList] = None + + @property + def flows(self) -> FlowList: + if self._flows is None: + self._flows = FlowList(self) + return self._flows + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/__init__.py b/rest/studio/v1/flow/__init__.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/engagement/__init__.py b/rest/studio/v1/flow/engagement/__init__.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/engagement/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/engagement/engagement_context.py b/rest/studio/v1/flow/engagement/engagement_context.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/engagement/engagement_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/engagement/step/__init__.py b/rest/studio/v1/flow/engagement/step/__init__.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/engagement/step/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/engagement/step/step_context.py b/rest/studio/v1/flow/engagement/step/step_context.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/engagement/step/step_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/execution/__init__.py b/rest/studio/v1/flow/execution/__init__.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/execution/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/execution/execution_context.py b/rest/studio/v1/flow/execution/execution_context.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/execution/execution_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/execution/execution_step/__init__.py b/rest/studio/v1/flow/execution/execution_step/__init__.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/execution/execution_step/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v1/flow/execution/execution_step/execution_step_context.py b/rest/studio/v1/flow/execution/execution_step/execution_step_context.py new file mode 100644 index 0000000000..e05acf2f39 --- /dev/null +++ b/rest/studio/v1/flow/execution/execution_step/execution_step_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/__init__.py b/rest/studio/v2/__init__.py new file mode 100644 index 0000000000..83ccc8e0a9 --- /dev/null +++ b/rest/studio/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.studio.v2.flow import FlowList +from twilio.rest.studio.v2.flow_validate import FlowValidateList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Studio + + :param domain: The Twilio.studio domain + """ + super().__init__(domain, "v2") + self._flows: Optional[FlowList] = None + self._flow_validate: Optional[FlowValidateList] = None + + @property + def flows(self) -> FlowList: + if self._flows is None: + self._flows = FlowList(self) + return self._flows + + @property + def flow_validate(self) -> FlowValidateList: + if self._flow_validate is None: + self._flow_validate = FlowValidateList(self) + return self._flow_validate + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/__init__.py b/rest/studio/v2/flow/__init__.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/execution/__init__.py b/rest/studio/v2/flow/execution/__init__.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/execution/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/execution/execution_context.py b/rest/studio/v2/flow/execution/execution_context.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/execution/execution_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/execution/execution_step/__init__.py b/rest/studio/v2/flow/execution/execution_step/__init__.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/execution/execution_step/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/execution/execution_step/execution_step_context.py b/rest/studio/v2/flow/execution/execution_step/execution_step_context.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/execution/execution_step/execution_step_context.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/flow_revision.py b/rest/studio/v2/flow/flow_revision.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/flow_revision.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow/flow_test_user.py b/rest/studio/v2/flow/flow_test_user.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow/flow_test_user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/studio/v2/flow_validate.py b/rest/studio/v2/flow_validate.py new file mode 100644 index 0000000000..33bac7234d --- /dev/null +++ b/rest/studio/v2/flow_validate.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Studio + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/__init__.py b/rest/supersim/v1/__init__.py new file mode 100644 index 0000000000..2336da2616 --- /dev/null +++ b/rest/supersim/v1/__init__.py @@ -0,0 +1,107 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.supersim.v1.esim_profile import EsimProfileList +from twilio.rest.supersim.v1.fleet import FleetList +from twilio.rest.supersim.v1.ip_command import IpCommandList +from twilio.rest.supersim.v1.network import NetworkList +from twilio.rest.supersim.v1.network_access_profile import NetworkAccessProfileList +from twilio.rest.supersim.v1.settings_update import SettingsUpdateList +from twilio.rest.supersim.v1.sim import SimList +from twilio.rest.supersim.v1.sms_command import SmsCommandList +from twilio.rest.supersim.v1.usage_record import UsageRecordList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Supersim + + :param domain: The Twilio.supersim domain + """ + super().__init__(domain, "v1") + self._esim_profiles: Optional[EsimProfileList] = None + self._fleets: Optional[FleetList] = None + self._ip_commands: Optional[IpCommandList] = None + self._networks: Optional[NetworkList] = None + self._network_access_profiles: Optional[NetworkAccessProfileList] = None + self._settings_updates: Optional[SettingsUpdateList] = None + self._sims: Optional[SimList] = None + self._sms_commands: Optional[SmsCommandList] = None + self._usage_records: Optional[UsageRecordList] = None + + @property + def esim_profiles(self) -> EsimProfileList: + if self._esim_profiles is None: + self._esim_profiles = EsimProfileList(self) + return self._esim_profiles + + @property + def fleets(self) -> FleetList: + if self._fleets is None: + self._fleets = FleetList(self) + return self._fleets + + @property + def ip_commands(self) -> IpCommandList: + if self._ip_commands is None: + self._ip_commands = IpCommandList(self) + return self._ip_commands + + @property + def networks(self) -> NetworkList: + if self._networks is None: + self._networks = NetworkList(self) + return self._networks + + @property + def network_access_profiles(self) -> NetworkAccessProfileList: + if self._network_access_profiles is None: + self._network_access_profiles = NetworkAccessProfileList(self) + return self._network_access_profiles + + @property + def settings_updates(self) -> SettingsUpdateList: + if self._settings_updates is None: + self._settings_updates = SettingsUpdateList(self) + return self._settings_updates + + @property + def sims(self) -> SimList: + if self._sims is None: + self._sims = SimList(self) + return self._sims + + @property + def sms_commands(self) -> SmsCommandList: + if self._sms_commands is None: + self._sms_commands = SmsCommandList(self) + return self._sms_commands + + @property + def usage_records(self) -> UsageRecordList: + if self._usage_records is None: + self._usage_records = UsageRecordList(self) + return self._usage_records + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/esim_profile.py b/rest/supersim/v1/esim_profile.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/esim_profile.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/fleet.py b/rest/supersim/v1/fleet.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/fleet.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/ip_command.py b/rest/supersim/v1/ip_command.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/ip_command.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/network.py b/rest/supersim/v1/network.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/network.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/network_access_profile/__init__.py b/rest/supersim/v1/network_access_profile/__init__.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/network_access_profile/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/network_access_profile/network_access_profile_network.py b/rest/supersim/v1/network_access_profile/network_access_profile_network.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/network_access_profile/network_access_profile_network.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/settings_update.py b/rest/supersim/v1/settings_update.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/settings_update.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/sim/__init__.py b/rest/supersim/v1/sim/__init__.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/sim/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/sim/billing_period.py b/rest/supersim/v1/sim/billing_period.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/sim/billing_period.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/sim/sim_ip_address.py b/rest/supersim/v1/sim/sim_ip_address.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/sim/sim_ip_address.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/sms_command.py b/rest/supersim/v1/sms_command.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/sms_command.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/supersim/v1/usage_record.py b/rest/supersim/v1/usage_record.py new file mode 100644 index 0000000000..619f4f3566 --- /dev/null +++ b/rest/supersim/v1/usage_record.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Supersim + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/__init__.py b/rest/sync/v1/__init__.py new file mode 100644 index 0000000000..e98201bd41 --- /dev/null +++ b/rest/sync/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.sync.v1.service import ServiceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Sync + + :param domain: The Twilio.sync domain + """ + super().__init__(domain, "v1") + self._services: Optional[ServiceList] = None + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/__init__.py b/rest/sync/v1/service/__init__.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/document/__init__.py b/rest/sync/v1/service/document/__init__.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/document/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/document/document_permission.py b/rest/sync/v1/service/document/document_permission.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/document/document_permission.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_list/__init__.py b/rest/sync/v1/service/sync_list/__init__.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_list/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_list/sync_list_item.py b/rest/sync/v1/service/sync_list/sync_list_item.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_list/sync_list_item.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_list/sync_list_permission.py b/rest/sync/v1/service/sync_list/sync_list_permission.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_list/sync_list_permission.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_map/__init__.py b/rest/sync/v1/service/sync_map/__init__.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_map/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_map/sync_map_item.py b/rest/sync/v1/service/sync_map/sync_map_item.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_map/sync_map_item.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_map/sync_map_permission.py b/rest/sync/v1/service/sync_map/sync_map_permission.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_map/sync_map_permission.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_stream/__init__.py b/rest/sync/v1/service/sync_stream/__init__.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_stream/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/sync/v1/service/sync_stream/stream_message.py b/rest/sync/v1/service/sync_stream/stream_message.py new file mode 100644 index 0000000000..d2100c69d0 --- /dev/null +++ b/rest/sync/v1/service/sync_stream/stream_message.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Sync + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/__init__.py b/rest/taskrouter/v1/__init__.py new file mode 100644 index 0000000000..a17eeccc2a --- /dev/null +++ b/rest/taskrouter/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.taskrouter.v1.workspace import WorkspaceList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Taskrouter + + :param domain: The Twilio.taskrouter domain + """ + super().__init__(domain, "v1") + self._workspaces: Optional[WorkspaceList] = None + + @property + def workspaces(self) -> WorkspaceList: + if self._workspaces is None: + self._workspaces = WorkspaceList(self) + return self._workspaces + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/__init__.py b/rest/taskrouter/v1/workspace/__init__.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/activity.py b/rest/taskrouter/v1/workspace/activity.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/activity.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/event.py b/rest/taskrouter/v1/workspace/event.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/event.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task/__init__.py b/rest/taskrouter/v1/workspace/task/__init__.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task/reservation.py b/rest/taskrouter/v1/workspace/task/reservation.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task/reservation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_channel.py b/rest/taskrouter/v1/workspace/task_channel.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/__init__.py b/rest/taskrouter/v1/workspace/task_queue/__init__.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/__init__.py b/rest/taskrouter/v1/workspace/worker/__init__.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/reservation.py b/rest/taskrouter/v1/workspace/worker/reservation.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/reservation.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/worker_channel.py b/rest/taskrouter/v1/workspace/worker/worker_channel.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/worker_channel.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/worker_statistics.py b/rest/taskrouter/v1/workspace/worker/worker_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/worker_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/worker/workers_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workflow/__init__.py b/rest/taskrouter/v1/workspace/workflow/__init__.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workflow/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py b/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py b/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/taskrouter/v1/workspace/workspace_statistics.py b/rest/taskrouter/v1/workspace/workspace_statistics.py new file mode 100644 index 0000000000..f6c6a19ad9 --- /dev/null +++ b/rest/taskrouter/v1/workspace/workspace_statistics.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Taskrouter + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/__init__.py b/rest/trunking/v1/__init__.py new file mode 100644 index 0000000000..af530b97c7 --- /dev/null +++ b/rest/trunking/v1/__init__.py @@ -0,0 +1,43 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.trunking.v1.trunk import TrunkList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Trunking + + :param domain: The Twilio.trunking domain + """ + super().__init__(domain, "v1") + self._trunks: Optional[TrunkList] = None + + @property + def trunks(self) -> TrunkList: + if self._trunks is None: + self._trunks = TrunkList(self) + return self._trunks + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/__init__.py b/rest/trunking/v1/trunk/__init__.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/credential_list.py b/rest/trunking/v1/trunk/credential_list.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/credential_list.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/ip_access_control_list.py b/rest/trunking/v1/trunk/ip_access_control_list.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/ip_access_control_list.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/origination_url.py b/rest/trunking/v1/trunk/origination_url.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/origination_url.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/phone_number.py b/rest/trunking/v1/trunk/phone_number.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/phone_number.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trunking/v1/trunk/recording.py b/rest/trunking/v1/trunk/recording.py new file mode 100644 index 0000000000..24ca1d2535 --- /dev/null +++ b/rest/trunking/v1/trunk/recording.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trunking + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/__init__.py b/rest/trusthub/v1/__init__.py new file mode 100644 index 0000000000..596c5ea758 --- /dev/null +++ b/rest/trusthub/v1/__init__.py @@ -0,0 +1,125 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.trusthub.v1.compliance_inquiries import ComplianceInquiriesList +from twilio.rest.trusthub.v1.compliance_registration_inquiries import ( + ComplianceRegistrationInquiriesList, +) +from twilio.rest.trusthub.v1.compliance_tollfree_inquiries import ( + ComplianceTollfreeInquiriesList, +) +from twilio.rest.trusthub.v1.customer_profiles import CustomerProfilesList +from twilio.rest.trusthub.v1.end_user import EndUserList +from twilio.rest.trusthub.v1.end_user_type import EndUserTypeList +from twilio.rest.trusthub.v1.policies import PoliciesList +from twilio.rest.trusthub.v1.supporting_document import SupportingDocumentList +from twilio.rest.trusthub.v1.supporting_document_type import SupportingDocumentTypeList +from twilio.rest.trusthub.v1.trust_products import TrustProductsList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Trusthub + + :param domain: The Twilio.trusthub domain + """ + super().__init__(domain, "v1") + self._compliance_inquiries: Optional[ComplianceInquiriesList] = None + self._compliance_registration_inquiries: Optional[ + ComplianceRegistrationInquiriesList + ] = None + self._compliance_tollfree_inquiries: Optional[ + ComplianceTollfreeInquiriesList + ] = None + self._customer_profiles: Optional[CustomerProfilesList] = None + self._end_users: Optional[EndUserList] = None + self._end_user_types: Optional[EndUserTypeList] = None + self._policies: Optional[PoliciesList] = None + self._supporting_documents: Optional[SupportingDocumentList] = None + self._supporting_document_types: Optional[SupportingDocumentTypeList] = None + self._trust_products: Optional[TrustProductsList] = None + + @property + def compliance_inquiries(self) -> ComplianceInquiriesList: + if self._compliance_inquiries is None: + self._compliance_inquiries = ComplianceInquiriesList(self) + return self._compliance_inquiries + + @property + def compliance_registration_inquiries(self) -> ComplianceRegistrationInquiriesList: + if self._compliance_registration_inquiries is None: + self._compliance_registration_inquiries = ( + ComplianceRegistrationInquiriesList(self) + ) + return self._compliance_registration_inquiries + + @property + def compliance_tollfree_inquiries(self) -> ComplianceTollfreeInquiriesList: + if self._compliance_tollfree_inquiries is None: + self._compliance_tollfree_inquiries = ComplianceTollfreeInquiriesList(self) + return self._compliance_tollfree_inquiries + + @property + def customer_profiles(self) -> CustomerProfilesList: + if self._customer_profiles is None: + self._customer_profiles = CustomerProfilesList(self) + return self._customer_profiles + + @property + def end_users(self) -> EndUserList: + if self._end_users is None: + self._end_users = EndUserList(self) + return self._end_users + + @property + def end_user_types(self) -> EndUserTypeList: + if self._end_user_types is None: + self._end_user_types = EndUserTypeList(self) + return self._end_user_types + + @property + def policies(self) -> PoliciesList: + if self._policies is None: + self._policies = PoliciesList(self) + return self._policies + + @property + def supporting_documents(self) -> SupportingDocumentList: + if self._supporting_documents is None: + self._supporting_documents = SupportingDocumentList(self) + return self._supporting_documents + + @property + def supporting_document_types(self) -> SupportingDocumentTypeList: + if self._supporting_document_types is None: + self._supporting_document_types = SupportingDocumentTypeList(self) + return self._supporting_document_types + + @property + def trust_products(self) -> TrustProductsList: + if self._trust_products is None: + self._trust_products = TrustProductsList(self) + return self._trust_products + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/compliance_inquiries.py b/rest/trusthub/v1/compliance_inquiries.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/compliance_inquiries.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/compliance_registration_inquiries.py b/rest/trusthub/v1/compliance_registration_inquiries.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/compliance_registration_inquiries.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/compliance_tollfree_inquiries.py b/rest/trusthub/v1/compliance_tollfree_inquiries.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/compliance_tollfree_inquiries.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/customer_profiles/__init__.py b/rest/trusthub/v1/customer_profiles/__init__.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/customer_profiles/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py b/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py b/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py b/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/end_user.py b/rest/trusthub/v1/end_user.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/end_user.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/end_user_type.py b/rest/trusthub/v1/end_user_type.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/end_user_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/policies.py b/rest/trusthub/v1/policies.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/policies.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/supporting_document.py b/rest/trusthub/v1/supporting_document.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/supporting_document.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/supporting_document_type.py b/rest/trusthub/v1/supporting_document_type.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/supporting_document_type.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/trust_products/__init__.py b/rest/trusthub/v1/trust_products/__init__.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/trust_products/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py b/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py b/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_evaluations.py b/rest/trusthub/v1/trust_products/trust_products_evaluations.py new file mode 100644 index 0000000000..a52f604cd7 --- /dev/null +++ b/rest/trusthub/v1/trust_products/trust_products_evaluations.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Trusthub + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/__init__.py b/rest/verify/v2/__init__.py new file mode 100644 index 0000000000..01bee13b0d --- /dev/null +++ b/rest/verify/v2/__init__.py @@ -0,0 +1,87 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.verify.v2.form import FormList +from twilio.rest.verify.v2.safelist import SafelistList +from twilio.rest.verify.v2.service import ServiceList +from twilio.rest.verify.v2.template import TemplateList +from twilio.rest.verify.v2.verification_attempt import VerificationAttemptList +from twilio.rest.verify.v2.verification_attempts_summary import ( + VerificationAttemptsSummaryList, +) + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Verify + + :param domain: The Twilio.verify domain + """ + super().__init__(domain, "v2") + self._forms: Optional[FormList] = None + self._safelist: Optional[SafelistList] = None + self._services: Optional[ServiceList] = None + self._templates: Optional[TemplateList] = None + self._verification_attempts: Optional[VerificationAttemptList] = None + self._verification_attempts_summary: Optional[ + VerificationAttemptsSummaryList + ] = None + + @property + def forms(self) -> FormList: + if self._forms is None: + self._forms = FormList(self) + return self._forms + + @property + def safelist(self) -> SafelistList: + if self._safelist is None: + self._safelist = SafelistList(self) + return self._safelist + + @property + def services(self) -> ServiceList: + if self._services is None: + self._services = ServiceList(self) + return self._services + + @property + def templates(self) -> TemplateList: + if self._templates is None: + self._templates = TemplateList(self) + return self._templates + + @property + def verification_attempts(self) -> VerificationAttemptList: + if self._verification_attempts is None: + self._verification_attempts = VerificationAttemptList(self) + return self._verification_attempts + + @property + def verification_attempts_summary(self) -> VerificationAttemptsSummaryList: + if self._verification_attempts_summary is None: + self._verification_attempts_summary = VerificationAttemptsSummaryList(self) + return self._verification_attempts_summary + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/form.py b/rest/verify/v2/form.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/form.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/safelist.py b/rest/verify/v2/safelist.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/safelist.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/__init__.py b/rest/verify/v2/service/__init__.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/access_token.py b/rest/verify/v2/service/access_token.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/access_token.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/approve_challenge.py b/rest/verify/v2/service/approve_challenge.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/approve_challenge.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/entity/__init__.py b/rest/verify/v2/service/entity/__init__.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/entity/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/entity/challenge/__init__.py b/rest/verify/v2/service/entity/challenge/__init__.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/entity/challenge/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/entity/challenge/notification.py b/rest/verify/v2/service/entity/challenge/notification.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/entity/challenge/notification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/entity/factor.py b/rest/verify/v2/service/entity/factor.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/entity/factor.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/entity/new_factor.py b/rest/verify/v2/service/entity/new_factor.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/entity/new_factor.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/messaging_configuration.py b/rest/verify/v2/service/messaging_configuration.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/messaging_configuration.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/new_challenge.py b/rest/verify/v2/service/new_challenge.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/new_challenge.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/new_factor.py b/rest/verify/v2/service/new_factor.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/new_factor.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/new_verify_factor.py b/rest/verify/v2/service/new_verify_factor.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/new_verify_factor.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/rate_limit/__init__.py b/rest/verify/v2/service/rate_limit/__init__.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/rate_limit/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/rate_limit/bucket.py b/rest/verify/v2/service/rate_limit/bucket.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/rate_limit/bucket.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/verification.py b/rest/verify/v2/service/verification.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/verification.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/verification_check.py b/rest/verify/v2/service/verification_check.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/verification_check.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/service/webhook.py b/rest/verify/v2/service/webhook.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/service/webhook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/template.py b/rest/verify/v2/template.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/template.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/verification_attempt.py b/rest/verify/v2/verification_attempt.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/verification_attempt.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/verify/v2/verification_attempts_summary.py b/rest/verify/v2/verification_attempts_summary.py new file mode 100644 index 0000000000..39a745ad85 --- /dev/null +++ b/rest/verify/v2/verification_attempts_summary.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Verify + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/__init__.py b/rest/video/v1/__init__.py new file mode 100644 index 0000000000..0667596a3f --- /dev/null +++ b/rest/video/v1/__init__.py @@ -0,0 +1,83 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.video.v1.composition import CompositionList +from twilio.rest.video.v1.composition_hook import CompositionHookList +from twilio.rest.video.v1.composition_settings import CompositionSettingsList +from twilio.rest.video.v1.recording import RecordingList +from twilio.rest.video.v1.recording_settings import RecordingSettingsList +from twilio.rest.video.v1.room import RoomList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Video + + :param domain: The Twilio.video domain + """ + super().__init__(domain, "v1") + self._compositions: Optional[CompositionList] = None + self._composition_hooks: Optional[CompositionHookList] = None + self._composition_settings: Optional[CompositionSettingsList] = None + self._recordings: Optional[RecordingList] = None + self._recording_settings: Optional[RecordingSettingsList] = None + self._rooms: Optional[RoomList] = None + + @property + def compositions(self) -> CompositionList: + if self._compositions is None: + self._compositions = CompositionList(self) + return self._compositions + + @property + def composition_hooks(self) -> CompositionHookList: + if self._composition_hooks is None: + self._composition_hooks = CompositionHookList(self) + return self._composition_hooks + + @property + def composition_settings(self) -> CompositionSettingsList: + if self._composition_settings is None: + self._composition_settings = CompositionSettingsList(self) + return self._composition_settings + + @property + def recordings(self) -> RecordingList: + if self._recordings is None: + self._recordings = RecordingList(self) + return self._recordings + + @property + def recording_settings(self) -> RecordingSettingsList: + if self._recording_settings is None: + self._recording_settings = RecordingSettingsList(self) + return self._recording_settings + + @property + def rooms(self) -> RoomList: + if self._rooms is None: + self._rooms = RoomList(self) + return self._rooms + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/composition.py b/rest/video/v1/composition.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/composition.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/composition_hook.py b/rest/video/v1/composition_hook.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/composition_hook.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/composition_settings.py b/rest/video/v1/composition_settings.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/composition_settings.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/recording.py b/rest/video/v1/recording.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/recording.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/recording_settings.py b/rest/video/v1/recording_settings.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/recording_settings.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/__init__.py b/rest/video/v1/room/__init__.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/participant/__init__.py b/rest/video/v1/room/participant/__init__.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/participant/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/participant/anonymize.py b/rest/video/v1/room/participant/anonymize.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/participant/anonymize.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/participant/published_track.py b/rest/video/v1/room/participant/published_track.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/participant/published_track.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/participant/subscribe_rules.py b/rest/video/v1/room/participant/subscribe_rules.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/participant/subscribe_rules.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/participant/subscribed_track.py b/rest/video/v1/room/participant/subscribed_track.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/participant/subscribed_track.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/recording_rules.py b/rest/video/v1/room/recording_rules.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/recording_rules.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/room_recording.py b/rest/video/v1/room/room_recording.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/room_recording.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/video/v1/room/transcriptions.py b/rest/video/v1/room/transcriptions.py new file mode 100644 index 0000000000..2b0c454580 --- /dev/null +++ b/rest/video/v1/room/transcriptions.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Video + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/__init__.py b/rest/voice/v1/__init__.py new file mode 100644 index 0000000000..75c0c7fc74 --- /dev/null +++ b/rest/voice/v1/__init__.py @@ -0,0 +1,83 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.voice.v1.archived_call import ArchivedCallList +from twilio.rest.voice.v1.byoc_trunk import ByocTrunkList +from twilio.rest.voice.v1.connection_policy import ConnectionPolicyList +from twilio.rest.voice.v1.dialing_permissions import DialingPermissionsList +from twilio.rest.voice.v1.ip_record import IpRecordList +from twilio.rest.voice.v1.source_ip_mapping import SourceIpMappingList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Voice + + :param domain: The Twilio.voice domain + """ + super().__init__(domain, "v1") + self._archived_calls: Optional[ArchivedCallList] = None + self._byoc_trunks: Optional[ByocTrunkList] = None + self._connection_policies: Optional[ConnectionPolicyList] = None + self._dialing_permissions: Optional[DialingPermissionsList] = None + self._ip_records: Optional[IpRecordList] = None + self._source_ip_mappings: Optional[SourceIpMappingList] = None + + @property + def archived_calls(self) -> ArchivedCallList: + if self._archived_calls is None: + self._archived_calls = ArchivedCallList(self) + return self._archived_calls + + @property + def byoc_trunks(self) -> ByocTrunkList: + if self._byoc_trunks is None: + self._byoc_trunks = ByocTrunkList(self) + return self._byoc_trunks + + @property + def connection_policies(self) -> ConnectionPolicyList: + if self._connection_policies is None: + self._connection_policies = ConnectionPolicyList(self) + return self._connection_policies + + @property + def dialing_permissions(self) -> DialingPermissionsList: + if self._dialing_permissions is None: + self._dialing_permissions = DialingPermissionsList(self) + return self._dialing_permissions + + @property + def ip_records(self) -> IpRecordList: + if self._ip_records is None: + self._ip_records = IpRecordList(self) + return self._ip_records + + @property + def source_ip_mappings(self) -> SourceIpMappingList: + if self._source_ip_mappings is None: + self._source_ip_mappings = SourceIpMappingList(self) + return self._source_ip_mappings + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/archived_call.py b/rest/voice/v1/archived_call.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/archived_call.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/byoc_trunk.py b/rest/voice/v1/byoc_trunk.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/byoc_trunk.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/connection_policy/__init__.py b/rest/voice/v1/connection_policy/__init__.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/connection_policy/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/connection_policy/connection_policy_target.py b/rest/voice/v1/connection_policy/connection_policy_target.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/connection_policy/connection_policy_target.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/dialing_permissions/__init__.py b/rest/voice/v1/dialing_permissions/__init__.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/dialing_permissions/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/dialing_permissions/bulk_country_update.py b/rest/voice/v1/dialing_permissions/bulk_country_update.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/dialing_permissions/bulk_country_update.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/dialing_permissions/country/__init__.py b/rest/voice/v1/dialing_permissions/country/__init__.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/dialing_permissions/country/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py b/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/dialing_permissions/settings.py b/rest/voice/v1/dialing_permissions/settings.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/dialing_permissions/settings.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/ip_record.py b/rest/voice/v1/ip_record.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/ip_record.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/voice/v1/source_ip_mapping.py b/rest/voice/v1/source_ip_mapping.py new file mode 100644 index 0000000000..e1c5efa1dc --- /dev/null +++ b/rest/voice/v1/source_ip_mapping.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Voice + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/__init__.py b/rest/wireless/v1/__init__.py new file mode 100644 index 0000000000..8f4d0dc5d7 --- /dev/null +++ b/rest/wireless/v1/__init__.py @@ -0,0 +1,67 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.wireless.v1.command import CommandList +from twilio.rest.wireless.v1.rate_plan import RatePlanList +from twilio.rest.wireless.v1.sim import SimList +from twilio.rest.wireless.v1.usage_record import UsageRecordList + + +class V1(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V1 version of Wireless + + :param domain: The Twilio.wireless domain + """ + super().__init__(domain, "v1") + self._commands: Optional[CommandList] = None + self._rate_plans: Optional[RatePlanList] = None + self._sims: Optional[SimList] = None + self._usage_records: Optional[UsageRecordList] = None + + @property + def commands(self) -> CommandList: + if self._commands is None: + self._commands = CommandList(self) + return self._commands + + @property + def rate_plans(self) -> RatePlanList: + if self._rate_plans is None: + self._rate_plans = RatePlanList(self) + return self._rate_plans + + @property + def sims(self) -> SimList: + if self._sims is None: + self._sims = SimList(self) + return self._sims + + @property + def usage_records(self) -> UsageRecordList: + if self._usage_records is None: + self._usage_records = UsageRecordList(self) + return self._usage_records + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/command.py b/rest/wireless/v1/command.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/command.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/rate_plan.py b/rest/wireless/v1/rate_plan.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/rate_plan.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/sim/__init__.py b/rest/wireless/v1/sim/__init__.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/sim/__init__.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/sim/data_session.py b/rest/wireless/v1/sim/data_session.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/sim/data_session.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/sim/usage_record.py b/rest/wireless/v1/sim/usage_record.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/sim/usage_record.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/rest/wireless/v1/usage_record.py b/rest/wireless/v1/usage_record.py new file mode 100644 index 0000000000..2721a36a74 --- /dev/null +++ b/rest/wireless/v1/usage_record.py @@ -0,0 +1,39 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Wireless + This is the public Twilio REST API. + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import List + + +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class List(ListResource): + + def __init__(self, version: Version): + """ + Initialize the List + + :param version: Version that contains the resource + + """ + super().__init__(version) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" From a752d54c359be3f63abe81a64f1d466a2b6f9382 Mon Sep 17 00:00:00 2001 From: kridai Date: Fri, 24 Oct 2025 16:22:06 +0530 Subject: [PATCH 2/3] revert changes --- rest/accounts/v1/__init__.py | 91 ------- rest/accounts/v1/auth_token_promotion.py | 39 --- rest/accounts/v1/bulk_consents.py | 39 --- rest/accounts/v1/bulk_contacts.py | 39 --- rest/accounts/v1/credential/__init__.py | 39 --- rest/accounts/v1/credential/aws.py | 39 --- rest/accounts/v1/credential/public_key.py | 39 --- rest/accounts/v1/messaging_geopermissions.py | 39 --- rest/accounts/v1/safelist.py | 39 --- rest/accounts/v1/secondary_auth_token.py | 39 --- rest/api/v2010/__init__.py | 59 ----- rest/api/v2010/account/__init__.py | 39 --- rest/api/v2010/account/address/__init__.py | 39 --- .../account/address/dependent_phone_number.py | 39 --- rest/api/v2010/account/application.py | 39 --- .../v2010/account/authorized_connect_app.py | 39 --- .../__init__.py | 39 --- .../available_phone_number_country/local.py | 39 --- .../machine_to_machine.py | 39 --- .../available_phone_number_country/mobile.py | 39 --- .../national.py | 39 --- .../shared_cost.py | 39 --- .../toll_free.py | 39 --- .../available_phone_number_country/voip.py | 39 --- rest/api/v2010/account/balance.py | 39 --- rest/api/v2010/account/call/__init__.py | 39 --- rest/api/v2010/account/call/event.py | 39 --- rest/api/v2010/account/call/notification.py | 39 --- rest/api/v2010/account/call/payment.py | 39 --- rest/api/v2010/account/call/recording.py | 39 --- rest/api/v2010/account/call/siprec.py | 39 --- rest/api/v2010/account/call/stream.py | 39 --- rest/api/v2010/account/call/transcription.py | 39 --- .../account/call/user_defined_message.py | 39 --- .../call/user_defined_message_subscription.py | 39 --- rest/api/v2010/account/conference/__init__.py | 39 --- .../v2010/account/conference/participant.py | 39 --- .../api/v2010/account/conference/recording.py | 39 --- rest/api/v2010/account/connect_app.py | 39 --- .../account/incoming_phone_number/__init__.py | 39 --- .../assigned_add_on/__init__.py | 39 --- .../assigned_add_on_extension.py | 39 --- .../account/incoming_phone_number/local.py | 39 --- .../account/incoming_phone_number/mobile.py | 39 --- .../incoming_phone_number/toll_free.py | 39 --- rest/api/v2010/account/key.py | 39 --- rest/api/v2010/account/message/__init__.py | 39 --- rest/api/v2010/account/message/feedback.py | 39 --- rest/api/v2010/account/message/media.py | 39 --- rest/api/v2010/account/new_key.py | 39 --- rest/api/v2010/account/new_signing_key.py | 39 --- rest/api/v2010/account/notification.py | 39 --- rest/api/v2010/account/outgoing_caller_id.py | 39 --- rest/api/v2010/account/queue/__init__.py | 39 --- rest/api/v2010/account/queue/member.py | 39 --- rest/api/v2010/account/recording/__init__.py | 39 --- .../recording/add_on_result/__init__.py | 39 --- .../add_on_result/payload/__init__.py | 39 --- .../recording/add_on_result/payload/data.py | 39 --- .../v2010/account/recording/transcription.py | 39 --- rest/api/v2010/account/short_code.py | 39 --- rest/api/v2010/account/signing_key.py | 39 --- rest/api/v2010/account/sip/__init__.py | 39 --- .../account/sip/credential_list/__init__.py | 39 --- .../account/sip/credential_list/credential.py | 39 --- rest/api/v2010/account/sip/domain/__init__.py | 39 --- .../account/sip/domain/auth_types/__init__.py | 39 --- .../auth_types/auth_type_calls/__init__.py | 39 --- .../auth_calls_credential_list_mapping.py | 39 --- ...th_calls_ip_access_control_list_mapping.py | 39 --- .../auth_type_registrations/__init__.py | 39 --- ...h_registrations_credential_list_mapping.py | 39 --- .../sip/domain/credential_list_mapping.py | 39 --- .../domain/ip_access_control_list_mapping.py | 39 --- .../sip/ip_access_control_list/__init__.py | 39 --- .../sip/ip_access_control_list/ip_address.py | 39 --- rest/api/v2010/account/token.py | 39 --- rest/api/v2010/account/transcription.py | 39 --- rest/api/v2010/account/usage/__init__.py | 39 --- .../v2010/account/usage/record/__init__.py | 39 --- .../v2010/account/usage/record/all_time.py | 39 --- rest/api/v2010/account/usage/record/daily.py | 39 --- .../v2010/account/usage/record/last_month.py | 39 --- .../api/v2010/account/usage/record/monthly.py | 39 --- .../v2010/account/usage/record/this_month.py | 39 --- rest/api/v2010/account/usage/record/today.py | 39 --- rest/api/v2010/account/usage/record/yearly.py | 39 --- .../v2010/account/usage/record/yesterday.py | 39 --- rest/api/v2010/account/usage/trigger.py | 39 --- rest/api/v2010/account/validation_request.py | 39 --- rest/assistants/v1/__init__.py | 75 ------ rest/assistants/v1/assistant/__init__.py | 39 --- .../v1/assistant/assistants_knowledge.py | 39 --- .../v1/assistant/assistants_tool.py | 39 --- rest/assistants/v1/assistant/feedback.py | 39 --- rest/assistants/v1/assistant/message.py | 39 --- rest/assistants/v1/knowledge/__init__.py | 39 --- rest/assistants/v1/knowledge/chunk.py | 39 --- .../v1/knowledge/knowledge_status.py | 39 --- rest/assistants/v1/policy.py | 39 --- rest/assistants/v1/session/__init__.py | 39 --- rest/assistants/v1/session/message.py | 39 --- rest/assistants/v1/tool.py | 39 --- rest/bulkexports/v1/__init__.py | 51 ---- rest/bulkexports/v1/export/__init__.py | 39 --- rest/bulkexports/v1/export/day.py | 39 --- .../v1/export/export_custom_job.py | 39 --- rest/bulkexports/v1/export/job.py | 39 --- rest/bulkexports/v1/export_configuration.py | 39 --- rest/chat/v1/__init__.py | 51 ---- rest/chat/v1/credential.py | 39 --- rest/chat/v1/service/__init__.py | 39 --- rest/chat/v1/service/channel/__init__.py | 39 --- rest/chat/v1/service/channel/invite.py | 39 --- rest/chat/v1/service/channel/member.py | 39 --- rest/chat/v1/service/channel/message.py | 39 --- rest/chat/v1/service/role.py | 39 --- rest/chat/v1/service/user/__init__.py | 39 --- rest/chat/v1/service/user/user_channel.py | 39 --- rest/chat/v2/__init__.py | 51 ---- rest/chat/v2/credential.py | 39 --- rest/chat/v2/service/__init__.py | 39 --- rest/chat/v2/service/binding.py | 39 --- rest/chat/v2/service/channel/__init__.py | 39 --- rest/chat/v2/service/channel/invite.py | 39 --- rest/chat/v2/service/channel/member.py | 39 --- rest/chat/v2/service/channel/message.py | 39 --- rest/chat/v2/service/channel/webhook.py | 39 --- rest/chat/v2/service/role.py | 39 --- rest/chat/v2/service/user/__init__.py | 39 --- rest/chat/v2/service/user/user_binding.py | 39 --- rest/chat/v2/service/user/user_channel.py | 39 --- rest/chat/v3/__init__.py | 43 --- rest/chat/v3/channel.py | 39 --- rest/content/v1/__init__.py | 59 ----- rest/content/v1/content/__init__.py | 39 --- rest/content/v1/content/approval_create.py | 39 --- rest/content/v1/content/approval_fetch.py | 39 --- rest/content/v1/content_and_approvals.py | 39 --- rest/content/v1/legacy_content.py | 39 --- rest/content/v2/__init__.py | 51 ---- rest/content/v2/content.py | 39 --- rest/content/v2/content_and_approvals.py | 39 --- rest/conversations/v1/__init__.py | 115 -------- .../conversations/v1/address_configuration.py | 39 --- .../v1/configuration/__init__.py | 39 --- .../conversations/v1/configuration/webhook.py | 39 --- .../conversations/v1/conversation/__init__.py | 39 --- .../v1/conversation/message/__init__.py | 39 --- .../conversation/message/delivery_receipt.py | 39 --- .../v1/conversation/participant.py | 39 --- rest/conversations/v1/conversation/webhook.py | 39 --- .../v1/conversation_with_participants.py | 39 --- rest/conversations/v1/credential.py | 39 --- .../v1/participant_conversation.py | 39 --- rest/conversations/v1/role.py | 39 --- rest/conversations/v1/service/__init__.py | 39 --- rest/conversations/v1/service/binding.py | 39 --- .../v1/service/configuration/__init__.py | 39 --- .../v1/service/configuration/notification.py | 39 --- .../v1/service/configuration/webhook.py | 39 --- .../v1/service/conversation/__init__.py | 39 --- .../service/conversation/message/__init__.py | 39 --- .../conversation/message/delivery_receipt.py | 39 --- .../v1/service/conversation/participant.py | 39 --- .../v1/service/conversation/webhook.py | 39 --- .../service/conversation_with_participants.py | 39 --- .../v1/service/participant_conversation.py | 39 --- rest/conversations/v1/service/role.py | 39 --- .../conversations/v1/service/user/__init__.py | 39 --- .../v1/service/user/user_conversation.py | 39 --- rest/conversations/v1/user/__init__.py | 39 --- .../v1/user/user_conversation.py | 39 --- rest/events/v1/__init__.py | 67 ----- rest/events/v1/event_type.py | 39 --- rest/events/v1/schema/__init__.py | 39 --- rest/events/v1/schema/schema_version.py | 39 --- rest/events/v1/sink/__init__.py | 39 --- rest/events/v1/sink/sink_test.py | 39 --- rest/events/v1/sink/sink_validate.py | 39 --- rest/events/v1/subscription/__init__.py | 39 --- .../v1/subscription/subscribed_event.py | 39 --- rest/flex_api/v1/__init__.py | 245 ------------------ rest/flex_api/v1/assessments.py | 39 --- rest/flex_api/v1/channel.py | 39 --- rest/flex_api/v1/configuration.py | 39 --- rest/flex_api/v1/flex_flow.py | 39 --- .../v1/insights_assessments_comment.py | 39 --- rest/flex_api/v1/insights_conversations.py | 39 --- rest/flex_api/v1/insights_questionnaires.py | 39 --- .../v1/insights_questionnaires_category.py | 39 --- .../v1/insights_questionnaires_question.py | 39 --- rest/flex_api/v1/insights_segments.py | 39 --- rest/flex_api/v1/insights_session.py | 39 --- .../v1/insights_settings_answer_sets.py | 39 --- rest/flex_api/v1/insights_settings_comment.py | 39 --- rest/flex_api/v1/insights_user_roles.py | 39 --- rest/flex_api/v1/interaction/__init__.py | 39 --- .../interaction_channel/__init__.py | 39 --- .../interaction_channel_invite.py | 39 --- .../interaction_channel_participant.py | 39 --- .../interaction_transfer.py | 39 --- rest/flex_api/v1/plugin/__init__.py | 39 --- rest/flex_api/v1/plugin/plugin_versions.py | 39 --- rest/flex_api/v1/plugin_archive.py | 39 --- .../v1/plugin_configuration/__init__.py | 39 --- .../plugin_configuration/configured_plugin.py | 39 --- .../v1/plugin_configuration_archive.py | 39 --- rest/flex_api/v1/plugin_release.py | 39 --- rest/flex_api/v1/plugin_version_archive.py | 39 --- rest/flex_api/v1/provisioning_status.py | 39 --- rest/flex_api/v1/web_channel.py | 39 --- rest/flex_api/v2/__init__.py | 51 ---- rest/flex_api/v2/flex_user.py | 39 --- rest/flex_api/v2/web_channels.py | 39 --- rest/frontline_api/v1/__init__.py | 43 --- rest/frontline_api/v1/user.py | 39 --- rest/iam/v1/__init__.py | 67 ----- rest/iam/v1/api_key.py | 39 --- rest/iam/v1/get_api_keys.py | 39 --- rest/iam/v1/new_api_key.py | 39 --- rest/iam/v1/token.py | 39 --- rest/insights/v1/__init__.py | 75 ------ rest/insights/v1/call/__init__.py | 39 --- rest/insights/v1/call/annotation.py | 39 --- rest/insights/v1/call/call_summary.py | 39 --- rest/insights/v1/call/event.py | 39 --- rest/insights/v1/call/metric.py | 39 --- rest/insights/v1/call_summaries.py | 39 --- rest/insights/v1/conference/__init__.py | 39 --- .../v1/conference/conference_participant.py | 39 --- rest/insights/v1/room/__init__.py | 39 --- rest/insights/v1/room/participant.py | 39 --- rest/insights/v1/setting.py | 39 --- rest/intelligence/v2/__init__.py | 99 ------- rest/intelligence/v2/custom_operator.py | 39 --- rest/intelligence/v2/operator.py | 39 --- rest/intelligence/v2/operator_attachment.py | 39 --- rest/intelligence/v2/operator_attachments.py | 39 --- rest/intelligence/v2/operator_type.py | 39 --- rest/intelligence/v2/prebuilt_operator.py | 39 --- rest/intelligence/v2/service.py | 39 --- rest/intelligence/v2/transcript/__init__.py | 39 --- .../transcript/encrypted_operator_results.py | 39 --- .../v2/transcript/encrypted_sentences.py | 39 --- rest/intelligence/v2/transcript/media.py | 39 --- .../v2/transcript/operator_result.py | 39 --- rest/intelligence/v2/transcript/sentence.py | 39 --- rest/ip_messaging/v1/__init__.py | 51 ---- rest/ip_messaging/v1/credential.py | 39 --- rest/ip_messaging/v1/service/__init__.py | 39 --- .../v1/service/channel/__init__.py | 39 --- .../ip_messaging/v1/service/channel/invite.py | 39 --- .../ip_messaging/v1/service/channel/member.py | 39 --- .../v1/service/channel/message.py | 39 --- rest/ip_messaging/v1/service/role.py | 39 --- rest/ip_messaging/v1/service/user/__init__.py | 39 --- .../v1/service/user/user_channel.py | 39 --- rest/ip_messaging/v2/__init__.py | 51 ---- rest/ip_messaging/v2/credential.py | 39 --- rest/ip_messaging/v2/service/__init__.py | 39 --- rest/ip_messaging/v2/service/binding.py | 39 --- .../v2/service/channel/__init__.py | 39 --- .../ip_messaging/v2/service/channel/invite.py | 39 --- .../ip_messaging/v2/service/channel/member.py | 39 --- .../v2/service/channel/message.py | 39 --- .../v2/service/channel/webhook.py | 39 --- rest/ip_messaging/v2/service/role.py | 39 --- rest/ip_messaging/v2/service/user/__init__.py | 39 --- .../v2/service/user/user_binding.py | 39 --- .../v2/service/user/user_channel.py | 39 --- rest/knowledge/v1/__init__.py | 43 --- rest/knowledge/v1/knowledge/__init__.py | 39 --- rest/knowledge/v1/knowledge/chunk.py | 39 --- .../v1/knowledge/knowledge_status.py | 39 --- rest/lookups/v1/__init__.py | 43 --- rest/lookups/v1/phone_number.py | 39 --- rest/lookups/v2/__init__.py | 75 ------ rest/lookups/v2/bucket.py | 39 --- rest/lookups/v2/lookup_override.py | 39 --- rest/lookups/v2/phone_number.py | 39 --- rest/lookups/v2/query.py | 39 --- rest/lookups/v2/rate_limit.py | 39 --- rest/marketplace/v1/__init__.py | 75 ------ .../v1/available_add_on/__init__.py | 39 --- .../available_add_on_extension.py | 39 --- .../v1/installed_add_on/__init__.py | 39 --- .../installed_add_on_extension.py | 39 --- .../installed_add_on_usage.py | 39 --- rest/marketplace/v1/module_data.py | 39 --- rest/marketplace/v1/module_data_management.py | 39 --- rest/marketplace/v1/referral_conversion.py | 39 --- rest/messaging/v1/__init__.py | 151 ----------- .../v1/brand_registration/__init__.py | 39 --- .../brand_registration_otp.py | 39 --- .../v1/brand_registration/brand_vetting.py | 39 --- rest/messaging/v1/deactivations.py | 39 --- rest/messaging/v1/domain_certs.py | 39 --- rest/messaging/v1/domain_config.py | 39 --- .../v1/domain_config_messaging_service.py | 39 --- rest/messaging/v1/external_campaign.py | 39 --- .../v1/linkshortening_messaging_service.py | 39 --- ...ng_messaging_service_domain_association.py | 39 --- rest/messaging/v1/request_managed_cert.py | 39 --- rest/messaging/v1/service/__init__.py | 39 --- rest/messaging/v1/service/alpha_sender.py | 39 --- rest/messaging/v1/service/channel_sender.py | 39 --- .../v1/service/destination_alpha_sender.py | 39 --- rest/messaging/v1/service/phone_number.py | 39 --- rest/messaging/v1/service/short_code.py | 39 --- rest/messaging/v1/service/us_app_to_person.py | 39 --- .../v1/service/us_app_to_person_usecase.py | 39 --- rest/messaging/v1/tollfree_verification.py | 39 --- rest/messaging/v1/usecase.py | 39 --- rest/messaging/v2/__init__.py | 51 ---- rest/messaging/v2/channels_sender.py | 39 --- rest/messaging/v2/typing_indicator.py | 39 --- rest/monitor/v1/__init__.py | 51 ---- rest/monitor/v1/alert.py | 39 --- rest/monitor/v1/event.py | 39 --- rest/monitor/v2/__init__.py | 51 ---- rest/monitor/v2/alarm.py | 39 --- rest/monitor/v2/status.py | 39 --- rest/notify/v1/__init__.py | 51 ---- rest/notify/v1/credential.py | 39 --- rest/notify/v1/service/__init__.py | 39 --- rest/notify/v1/service/binding.py | 39 --- rest/notify/v1/service/notification.py | 39 --- rest/numbers/v1/__init__.py | 135 ---------- rest/numbers/v1/bulk_eligibility.py | 39 --- rest/numbers/v1/eligibility.py | 39 --- rest/numbers/v1/porting_all_port_in.py | 39 --- rest/numbers/v1/porting_port_in.py | 39 --- .../v1/porting_port_in_phone_number.py | 39 --- rest/numbers/v1/porting_portability.py | 39 --- .../v1/porting_webhook_configuration.py | 39 --- .../porting_webhook_configuration_delete.py | 39 --- .../v1/signing_request_configuration.py | 39 --- rest/numbers/v1/webhook.py | 39 --- rest/numbers/v2/__init__.py | 75 ------ .../v2/authorization_document/__init__.py | 39 --- .../dependent_hosted_number_order.py | 39 --- rest/numbers/v2/bulk_hosted_number_order.py | 39 --- rest/numbers/v2/bundle_clone.py | 39 --- rest/numbers/v2/hosted_number_order.py | 39 --- .../v2/regulatory_compliance/__init__.py | 39 --- .../regulatory_compliance/bundle/__init__.py | 39 --- .../bundle/bundle_copy.py | 39 --- .../bundle/evaluation.py | 39 --- .../bundle/item_assignment.py | 39 --- .../bundle/replace_items.py | 39 --- .../v2/regulatory_compliance/end_user.py | 39 --- .../v2/regulatory_compliance/end_user_type.py | 39 --- .../v2/regulatory_compliance/regulation.py | 39 --- .../supporting_document.py | 39 --- .../supporting_document_type.py | 39 --- rest/numbers/v3/__init__.py | 43 --- rest/numbers/v3/hosted_number_order.py | 39 --- rest/oauth/v1/__init__.py | 51 ---- rest/oauth/v1/authorize.py | 39 --- rest/oauth/v1/token.py | 39 --- rest/oauth/v2/__init__.py | 43 --- rest/oauth/v2/token.py | 39 --- rest/preview/hosted_numbers/__init__.py | 53 ---- .../authorization_document/__init__.py | 39 --- .../dependent_hosted_number_order.py | 39 --- .../hosted_numbers/hosted_number_order.py | 39 --- rest/preview/marketplace/__init__.py | 51 ---- .../marketplace/available_add_on/__init__.py | 39 --- .../available_add_on_extension.py | 39 --- .../marketplace/installed_add_on/__init__.py | 39 --- .../installed_add_on_extension.py | 39 --- rest/preview/wireless/__init__.py | 59 ----- rest/preview/wireless/command.py | 39 --- rest/preview/wireless/rate_plan.py | 39 --- rest/preview/wireless/sim/__init__.py | 39 --- rest/preview/wireless/sim/usage.py | 39 --- rest/preview_iam/__init__.py | 59 ----- rest/preview_iam/organizations/__init__.py | 59 ----- rest/preview_iam/organizations/account.py | 39 --- .../organizations/role_assignment.py | 39 --- rest/preview_iam/organizations/user.py | 39 --- rest/preview_iam/v1/authorize.py | 39 --- rest/preview_iam/v1/token.py | 39 --- rest/pricing/v1/__init__.py | 59 ----- rest/pricing/v1/messaging/__init__.py | 39 --- rest/pricing/v1/messaging/country.py | 39 --- rest/pricing/v1/phone_number/__init__.py | 39 --- rest/pricing/v1/phone_number/country.py | 39 --- rest/pricing/v1/voice/__init__.py | 39 --- rest/pricing/v1/voice/country.py | 39 --- rest/pricing/v1/voice/number.py | 39 --- rest/pricing/v2/__init__.py | 59 ----- rest/pricing/v2/country.py | 39 --- rest/pricing/v2/number.py | 39 --- rest/pricing/v2/voice/__init__.py | 39 --- rest/pricing/v2/voice/country.py | 39 --- rest/pricing/v2/voice/number.py | 39 --- rest/proxy/v1/__init__.py | 43 --- rest/proxy/v1/service/__init__.py | 39 --- rest/proxy/v1/service/phone_number.py | 39 --- rest/proxy/v1/service/session/__init__.py | 39 --- rest/proxy/v1/service/session/interaction.py | 39 --- .../service/session/participant/__init__.py | 39 --- .../participant/message_interaction.py | 39 --- rest/routes/v2/__init__.py | 59 ----- rest/routes/v2/phone_number.py | 39 --- rest/routes/v2/sip_domain.py | 39 --- rest/routes/v2/trunk.py | 39 --- rest/serverless/v1/__init__.py | 43 --- rest/serverless/v1/service/__init__.py | 39 --- rest/serverless/v1/service/asset/__init__.py | 39 --- .../v1/service/asset/asset_version.py | 39 --- rest/serverless/v1/service/build/__init__.py | 52 ---- .../v1/service/build/build_status.py | 52 ---- .../v1/service/environment/__init__.py | 39 --- .../v1/service/environment/deployment.py | 39 --- rest/serverless/v1/service/environment/log.py | 39 --- .../v1/service/environment/variable.py | 39 --- .../v1/service/function/__init__.py | 39 --- .../function/function_version/__init__.py | 39 --- .../function_version_content.py | 39 --- rest/studio/v1/__init__.py | 43 --- rest/studio/v1/flow/__init__.py | 39 --- rest/studio/v1/flow/engagement/__init__.py | 39 --- .../v1/flow/engagement/engagement_context.py | 39 --- .../v1/flow/engagement/step/__init__.py | 39 --- .../v1/flow/engagement/step/step_context.py | 39 --- rest/studio/v1/flow/execution/__init__.py | 39 --- .../v1/flow/execution/execution_context.py | 39 --- .../flow/execution/execution_step/__init__.py | 39 --- .../execution_step/execution_step_context.py | 39 --- rest/studio/v2/__init__.py | 51 ---- rest/studio/v2/flow/__init__.py | 39 --- rest/studio/v2/flow/execution/__init__.py | 39 --- .../v2/flow/execution/execution_context.py | 39 --- .../flow/execution/execution_step/__init__.py | 39 --- .../execution_step/execution_step_context.py | 39 --- rest/studio/v2/flow/flow_revision.py | 39 --- rest/studio/v2/flow/flow_test_user.py | 39 --- rest/studio/v2/flow_validate.py | 39 --- rest/supersim/v1/__init__.py | 107 -------- rest/supersim/v1/esim_profile.py | 39 --- rest/supersim/v1/fleet.py | 39 --- rest/supersim/v1/ip_command.py | 39 --- rest/supersim/v1/network.py | 39 --- .../v1/network_access_profile/__init__.py | 39 --- .../network_access_profile_network.py | 39 --- rest/supersim/v1/settings_update.py | 39 --- rest/supersim/v1/sim/__init__.py | 39 --- rest/supersim/v1/sim/billing_period.py | 39 --- rest/supersim/v1/sim/sim_ip_address.py | 39 --- rest/supersim/v1/sms_command.py | 39 --- rest/supersim/v1/usage_record.py | 39 --- rest/sync/v1/__init__.py | 43 --- rest/sync/v1/service/__init__.py | 39 --- rest/sync/v1/service/document/__init__.py | 39 --- .../service/document/document_permission.py | 39 --- rest/sync/v1/service/sync_list/__init__.py | 39 --- .../v1/service/sync_list/sync_list_item.py | 39 --- .../service/sync_list/sync_list_permission.py | 39 --- rest/sync/v1/service/sync_map/__init__.py | 39 --- .../sync/v1/service/sync_map/sync_map_item.py | 39 --- .../service/sync_map/sync_map_permission.py | 39 --- rest/sync/v1/service/sync_stream/__init__.py | 39 --- .../v1/service/sync_stream/stream_message.py | 39 --- rest/taskrouter/v1/__init__.py | 43 --- rest/taskrouter/v1/workspace/__init__.py | 39 --- rest/taskrouter/v1/workspace/activity.py | 39 --- rest/taskrouter/v1/workspace/event.py | 39 --- rest/taskrouter/v1/workspace/task/__init__.py | 39 --- .../v1/workspace/task/reservation.py | 39 --- rest/taskrouter/v1/workspace/task_channel.py | 39 --- .../v1/workspace/task_queue/__init__.py | 39 --- .../task_queue_bulk_real_time_statistics.py | 39 --- .../task_queue_cumulative_statistics.py | 39 --- .../task_queue_real_time_statistics.py | 39 --- .../task_queue/task_queue_statistics.py | 39 --- .../task_queue/task_queues_statistics.py | 39 --- .../v1/workspace/worker/__init__.py | 39 --- .../v1/workspace/worker/reservation.py | 39 --- .../v1/workspace/worker/worker_channel.py | 39 --- .../v1/workspace/worker/worker_statistics.py | 39 --- .../worker/workers_cumulative_statistics.py | 39 --- .../worker/workers_real_time_statistics.py | 39 --- .../v1/workspace/worker/workers_statistics.py | 39 --- .../v1/workspace/workflow/__init__.py | 39 --- .../workflow_cumulative_statistics.py | 39 --- .../workflow/workflow_real_time_statistics.py | 39 --- .../workspace/workflow/workflow_statistics.py | 39 --- .../workspace_cumulative_statistics.py | 39 --- .../workspace_real_time_statistics.py | 39 --- .../v1/workspace/workspace_statistics.py | 39 --- rest/trunking/v1/__init__.py | 43 --- rest/trunking/v1/trunk/__init__.py | 39 --- rest/trunking/v1/trunk/credential_list.py | 39 --- .../v1/trunk/ip_access_control_list.py | 39 --- rest/trunking/v1/trunk/origination_url.py | 39 --- rest/trunking/v1/trunk/phone_number.py | 39 --- rest/trunking/v1/trunk/recording.py | 39 --- rest/trusthub/v1/__init__.py | 125 --------- rest/trusthub/v1/compliance_inquiries.py | 39 --- .../v1/compliance_registration_inquiries.py | 39 --- .../v1/compliance_tollfree_inquiries.py | 39 --- .../trusthub/v1/customer_profiles/__init__.py | 39 --- ...er_profiles_channel_endpoint_assignment.py | 39 --- .../customer_profiles_entity_assignments.py | 39 --- .../customer_profiles_evaluations.py | 39 --- rest/trusthub/v1/end_user.py | 39 --- rest/trusthub/v1/end_user_type.py | 39 --- rest/trusthub/v1/policies.py | 39 --- rest/trusthub/v1/supporting_document.py | 39 --- rest/trusthub/v1/supporting_document_type.py | 39 --- rest/trusthub/v1/trust_products/__init__.py | 39 --- ...st_products_channel_endpoint_assignment.py | 39 --- .../trust_products_entity_assignments.py | 39 --- .../trust_products_evaluations.py | 39 --- rest/verify/v2/__init__.py | 87 ------- rest/verify/v2/form.py | 39 --- rest/verify/v2/safelist.py | 39 --- rest/verify/v2/service/__init__.py | 39 --- rest/verify/v2/service/access_token.py | 39 --- rest/verify/v2/service/approve_challenge.py | 39 --- rest/verify/v2/service/entity/__init__.py | 39 --- .../v2/service/entity/challenge/__init__.py | 39 --- .../service/entity/challenge/notification.py | 39 --- rest/verify/v2/service/entity/factor.py | 39 --- rest/verify/v2/service/entity/new_factor.py | 39 --- .../v2/service/messaging_configuration.py | 39 --- rest/verify/v2/service/new_challenge.py | 39 --- rest/verify/v2/service/new_factor.py | 39 --- rest/verify/v2/service/new_verify_factor.py | 39 --- rest/verify/v2/service/rate_limit/__init__.py | 39 --- rest/verify/v2/service/rate_limit/bucket.py | 39 --- rest/verify/v2/service/verification.py | 39 --- rest/verify/v2/service/verification_check.py | 39 --- rest/verify/v2/service/webhook.py | 39 --- rest/verify/v2/template.py | 39 --- rest/verify/v2/verification_attempt.py | 39 --- .../v2/verification_attempts_summary.py | 39 --- rest/video/v1/__init__.py | 83 ------ rest/video/v1/composition.py | 39 --- rest/video/v1/composition_hook.py | 39 --- rest/video/v1/composition_settings.py | 39 --- rest/video/v1/recording.py | 39 --- rest/video/v1/recording_settings.py | 39 --- rest/video/v1/room/__init__.py | 39 --- rest/video/v1/room/participant/__init__.py | 39 --- rest/video/v1/room/participant/anonymize.py | 39 --- .../v1/room/participant/published_track.py | 39 --- .../v1/room/participant/subscribe_rules.py | 39 --- .../v1/room/participant/subscribed_track.py | 39 --- rest/video/v1/room/recording_rules.py | 39 --- rest/video/v1/room/room_recording.py | 39 --- rest/video/v1/room/transcriptions.py | 39 --- rest/voice/v1/__init__.py | 83 ------ rest/voice/v1/archived_call.py | 39 --- rest/voice/v1/byoc_trunk.py | 39 --- rest/voice/v1/connection_policy/__init__.py | 39 --- .../connection_policy_target.py | 39 --- rest/voice/v1/dialing_permissions/__init__.py | 39 --- .../bulk_country_update.py | 39 --- .../dialing_permissions/country/__init__.py | 39 --- .../country/highrisk_special_prefix.py | 39 --- rest/voice/v1/dialing_permissions/settings.py | 39 --- rest/voice/v1/ip_record.py | 39 --- rest/voice/v1/source_ip_mapping.py | 39 --- rest/wireless/v1/__init__.py | 67 ----- rest/wireless/v1/command.py | 39 --- rest/wireless/v1/rate_plan.py | 39 --- rest/wireless/v1/sim/__init__.py | 39 --- rest/wireless/v1/sim/data_session.py | 39 --- rest/wireless/v1/sim/usage_record.py | 39 --- rest/wireless/v1/usage_record.py | 39 --- 574 files changed, 23958 deletions(-) delete mode 100644 rest/accounts/v1/__init__.py delete mode 100644 rest/accounts/v1/auth_token_promotion.py delete mode 100644 rest/accounts/v1/bulk_consents.py delete mode 100644 rest/accounts/v1/bulk_contacts.py delete mode 100644 rest/accounts/v1/credential/__init__.py delete mode 100644 rest/accounts/v1/credential/aws.py delete mode 100644 rest/accounts/v1/credential/public_key.py delete mode 100644 rest/accounts/v1/messaging_geopermissions.py delete mode 100644 rest/accounts/v1/safelist.py delete mode 100644 rest/accounts/v1/secondary_auth_token.py delete mode 100644 rest/api/v2010/__init__.py delete mode 100644 rest/api/v2010/account/__init__.py delete mode 100644 rest/api/v2010/account/address/__init__.py delete mode 100644 rest/api/v2010/account/address/dependent_phone_number.py delete mode 100644 rest/api/v2010/account/application.py delete mode 100644 rest/api/v2010/account/authorized_connect_app.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/__init__.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/local.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/machine_to_machine.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/mobile.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/national.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/shared_cost.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/toll_free.py delete mode 100644 rest/api/v2010/account/available_phone_number_country/voip.py delete mode 100644 rest/api/v2010/account/balance.py delete mode 100644 rest/api/v2010/account/call/__init__.py delete mode 100644 rest/api/v2010/account/call/event.py delete mode 100644 rest/api/v2010/account/call/notification.py delete mode 100644 rest/api/v2010/account/call/payment.py delete mode 100644 rest/api/v2010/account/call/recording.py delete mode 100644 rest/api/v2010/account/call/siprec.py delete mode 100644 rest/api/v2010/account/call/stream.py delete mode 100644 rest/api/v2010/account/call/transcription.py delete mode 100644 rest/api/v2010/account/call/user_defined_message.py delete mode 100644 rest/api/v2010/account/call/user_defined_message_subscription.py delete mode 100644 rest/api/v2010/account/conference/__init__.py delete mode 100644 rest/api/v2010/account/conference/participant.py delete mode 100644 rest/api/v2010/account/conference/recording.py delete mode 100644 rest/api/v2010/account/connect_app.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/__init__.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/local.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/mobile.py delete mode 100644 rest/api/v2010/account/incoming_phone_number/toll_free.py delete mode 100644 rest/api/v2010/account/key.py delete mode 100644 rest/api/v2010/account/message/__init__.py delete mode 100644 rest/api/v2010/account/message/feedback.py delete mode 100644 rest/api/v2010/account/message/media.py delete mode 100644 rest/api/v2010/account/new_key.py delete mode 100644 rest/api/v2010/account/new_signing_key.py delete mode 100644 rest/api/v2010/account/notification.py delete mode 100644 rest/api/v2010/account/outgoing_caller_id.py delete mode 100644 rest/api/v2010/account/queue/__init__.py delete mode 100644 rest/api/v2010/account/queue/member.py delete mode 100644 rest/api/v2010/account/recording/__init__.py delete mode 100644 rest/api/v2010/account/recording/add_on_result/__init__.py delete mode 100644 rest/api/v2010/account/recording/add_on_result/payload/__init__.py delete mode 100644 rest/api/v2010/account/recording/add_on_result/payload/data.py delete mode 100644 rest/api/v2010/account/recording/transcription.py delete mode 100644 rest/api/v2010/account/short_code.py delete mode 100644 rest/api/v2010/account/signing_key.py delete mode 100644 rest/api/v2010/account/sip/__init__.py delete mode 100644 rest/api/v2010/account/sip/credential_list/__init__.py delete mode 100644 rest/api/v2010/account/sip/credential_list/credential.py delete mode 100644 rest/api/v2010/account/sip/domain/__init__.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/__init__.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py delete mode 100644 rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py delete mode 100644 rest/api/v2010/account/sip/domain/credential_list_mapping.py delete mode 100644 rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py delete mode 100644 rest/api/v2010/account/sip/ip_access_control_list/__init__.py delete mode 100644 rest/api/v2010/account/sip/ip_access_control_list/ip_address.py delete mode 100644 rest/api/v2010/account/token.py delete mode 100644 rest/api/v2010/account/transcription.py delete mode 100644 rest/api/v2010/account/usage/__init__.py delete mode 100644 rest/api/v2010/account/usage/record/__init__.py delete mode 100644 rest/api/v2010/account/usage/record/all_time.py delete mode 100644 rest/api/v2010/account/usage/record/daily.py delete mode 100644 rest/api/v2010/account/usage/record/last_month.py delete mode 100644 rest/api/v2010/account/usage/record/monthly.py delete mode 100644 rest/api/v2010/account/usage/record/this_month.py delete mode 100644 rest/api/v2010/account/usage/record/today.py delete mode 100644 rest/api/v2010/account/usage/record/yearly.py delete mode 100644 rest/api/v2010/account/usage/record/yesterday.py delete mode 100644 rest/api/v2010/account/usage/trigger.py delete mode 100644 rest/api/v2010/account/validation_request.py delete mode 100644 rest/assistants/v1/__init__.py delete mode 100644 rest/assistants/v1/assistant/__init__.py delete mode 100644 rest/assistants/v1/assistant/assistants_knowledge.py delete mode 100644 rest/assistants/v1/assistant/assistants_tool.py delete mode 100644 rest/assistants/v1/assistant/feedback.py delete mode 100644 rest/assistants/v1/assistant/message.py delete mode 100644 rest/assistants/v1/knowledge/__init__.py delete mode 100644 rest/assistants/v1/knowledge/chunk.py delete mode 100644 rest/assistants/v1/knowledge/knowledge_status.py delete mode 100644 rest/assistants/v1/policy.py delete mode 100644 rest/assistants/v1/session/__init__.py delete mode 100644 rest/assistants/v1/session/message.py delete mode 100644 rest/assistants/v1/tool.py delete mode 100644 rest/bulkexports/v1/__init__.py delete mode 100644 rest/bulkexports/v1/export/__init__.py delete mode 100644 rest/bulkexports/v1/export/day.py delete mode 100644 rest/bulkexports/v1/export/export_custom_job.py delete mode 100644 rest/bulkexports/v1/export/job.py delete mode 100644 rest/bulkexports/v1/export_configuration.py delete mode 100644 rest/chat/v1/__init__.py delete mode 100644 rest/chat/v1/credential.py delete mode 100644 rest/chat/v1/service/__init__.py delete mode 100644 rest/chat/v1/service/channel/__init__.py delete mode 100644 rest/chat/v1/service/channel/invite.py delete mode 100644 rest/chat/v1/service/channel/member.py delete mode 100644 rest/chat/v1/service/channel/message.py delete mode 100644 rest/chat/v1/service/role.py delete mode 100644 rest/chat/v1/service/user/__init__.py delete mode 100644 rest/chat/v1/service/user/user_channel.py delete mode 100644 rest/chat/v2/__init__.py delete mode 100644 rest/chat/v2/credential.py delete mode 100644 rest/chat/v2/service/__init__.py delete mode 100644 rest/chat/v2/service/binding.py delete mode 100644 rest/chat/v2/service/channel/__init__.py delete mode 100644 rest/chat/v2/service/channel/invite.py delete mode 100644 rest/chat/v2/service/channel/member.py delete mode 100644 rest/chat/v2/service/channel/message.py delete mode 100644 rest/chat/v2/service/channel/webhook.py delete mode 100644 rest/chat/v2/service/role.py delete mode 100644 rest/chat/v2/service/user/__init__.py delete mode 100644 rest/chat/v2/service/user/user_binding.py delete mode 100644 rest/chat/v2/service/user/user_channel.py delete mode 100644 rest/chat/v3/__init__.py delete mode 100644 rest/chat/v3/channel.py delete mode 100644 rest/content/v1/__init__.py delete mode 100644 rest/content/v1/content/__init__.py delete mode 100644 rest/content/v1/content/approval_create.py delete mode 100644 rest/content/v1/content/approval_fetch.py delete mode 100644 rest/content/v1/content_and_approvals.py delete mode 100644 rest/content/v1/legacy_content.py delete mode 100644 rest/content/v2/__init__.py delete mode 100644 rest/content/v2/content.py delete mode 100644 rest/content/v2/content_and_approvals.py delete mode 100644 rest/conversations/v1/__init__.py delete mode 100644 rest/conversations/v1/address_configuration.py delete mode 100644 rest/conversations/v1/configuration/__init__.py delete mode 100644 rest/conversations/v1/configuration/webhook.py delete mode 100644 rest/conversations/v1/conversation/__init__.py delete mode 100644 rest/conversations/v1/conversation/message/__init__.py delete mode 100644 rest/conversations/v1/conversation/message/delivery_receipt.py delete mode 100644 rest/conversations/v1/conversation/participant.py delete mode 100644 rest/conversations/v1/conversation/webhook.py delete mode 100644 rest/conversations/v1/conversation_with_participants.py delete mode 100644 rest/conversations/v1/credential.py delete mode 100644 rest/conversations/v1/participant_conversation.py delete mode 100644 rest/conversations/v1/role.py delete mode 100644 rest/conversations/v1/service/__init__.py delete mode 100644 rest/conversations/v1/service/binding.py delete mode 100644 rest/conversations/v1/service/configuration/__init__.py delete mode 100644 rest/conversations/v1/service/configuration/notification.py delete mode 100644 rest/conversations/v1/service/configuration/webhook.py delete mode 100644 rest/conversations/v1/service/conversation/__init__.py delete mode 100644 rest/conversations/v1/service/conversation/message/__init__.py delete mode 100644 rest/conversations/v1/service/conversation/message/delivery_receipt.py delete mode 100644 rest/conversations/v1/service/conversation/participant.py delete mode 100644 rest/conversations/v1/service/conversation/webhook.py delete mode 100644 rest/conversations/v1/service/conversation_with_participants.py delete mode 100644 rest/conversations/v1/service/participant_conversation.py delete mode 100644 rest/conversations/v1/service/role.py delete mode 100644 rest/conversations/v1/service/user/__init__.py delete mode 100644 rest/conversations/v1/service/user/user_conversation.py delete mode 100644 rest/conversations/v1/user/__init__.py delete mode 100644 rest/conversations/v1/user/user_conversation.py delete mode 100644 rest/events/v1/__init__.py delete mode 100644 rest/events/v1/event_type.py delete mode 100644 rest/events/v1/schema/__init__.py delete mode 100644 rest/events/v1/schema/schema_version.py delete mode 100644 rest/events/v1/sink/__init__.py delete mode 100644 rest/events/v1/sink/sink_test.py delete mode 100644 rest/events/v1/sink/sink_validate.py delete mode 100644 rest/events/v1/subscription/__init__.py delete mode 100644 rest/events/v1/subscription/subscribed_event.py delete mode 100644 rest/flex_api/v1/__init__.py delete mode 100644 rest/flex_api/v1/assessments.py delete mode 100644 rest/flex_api/v1/channel.py delete mode 100644 rest/flex_api/v1/configuration.py delete mode 100644 rest/flex_api/v1/flex_flow.py delete mode 100644 rest/flex_api/v1/insights_assessments_comment.py delete mode 100644 rest/flex_api/v1/insights_conversations.py delete mode 100644 rest/flex_api/v1/insights_questionnaires.py delete mode 100644 rest/flex_api/v1/insights_questionnaires_category.py delete mode 100644 rest/flex_api/v1/insights_questionnaires_question.py delete mode 100644 rest/flex_api/v1/insights_segments.py delete mode 100644 rest/flex_api/v1/insights_session.py delete mode 100644 rest/flex_api/v1/insights_settings_answer_sets.py delete mode 100644 rest/flex_api/v1/insights_settings_comment.py delete mode 100644 rest/flex_api/v1/insights_user_roles.py delete mode 100644 rest/flex_api/v1/interaction/__init__.py delete mode 100644 rest/flex_api/v1/interaction/interaction_channel/__init__.py delete mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py delete mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py delete mode 100644 rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py delete mode 100644 rest/flex_api/v1/plugin/__init__.py delete mode 100644 rest/flex_api/v1/plugin/plugin_versions.py delete mode 100644 rest/flex_api/v1/plugin_archive.py delete mode 100644 rest/flex_api/v1/plugin_configuration/__init__.py delete mode 100644 rest/flex_api/v1/plugin_configuration/configured_plugin.py delete mode 100644 rest/flex_api/v1/plugin_configuration_archive.py delete mode 100644 rest/flex_api/v1/plugin_release.py delete mode 100644 rest/flex_api/v1/plugin_version_archive.py delete mode 100644 rest/flex_api/v1/provisioning_status.py delete mode 100644 rest/flex_api/v1/web_channel.py delete mode 100644 rest/flex_api/v2/__init__.py delete mode 100644 rest/flex_api/v2/flex_user.py delete mode 100644 rest/flex_api/v2/web_channels.py delete mode 100644 rest/frontline_api/v1/__init__.py delete mode 100644 rest/frontline_api/v1/user.py delete mode 100644 rest/iam/v1/__init__.py delete mode 100644 rest/iam/v1/api_key.py delete mode 100644 rest/iam/v1/get_api_keys.py delete mode 100644 rest/iam/v1/new_api_key.py delete mode 100644 rest/iam/v1/token.py delete mode 100644 rest/insights/v1/__init__.py delete mode 100644 rest/insights/v1/call/__init__.py delete mode 100644 rest/insights/v1/call/annotation.py delete mode 100644 rest/insights/v1/call/call_summary.py delete mode 100644 rest/insights/v1/call/event.py delete mode 100644 rest/insights/v1/call/metric.py delete mode 100644 rest/insights/v1/call_summaries.py delete mode 100644 rest/insights/v1/conference/__init__.py delete mode 100644 rest/insights/v1/conference/conference_participant.py delete mode 100644 rest/insights/v1/room/__init__.py delete mode 100644 rest/insights/v1/room/participant.py delete mode 100644 rest/insights/v1/setting.py delete mode 100644 rest/intelligence/v2/__init__.py delete mode 100644 rest/intelligence/v2/custom_operator.py delete mode 100644 rest/intelligence/v2/operator.py delete mode 100644 rest/intelligence/v2/operator_attachment.py delete mode 100644 rest/intelligence/v2/operator_attachments.py delete mode 100644 rest/intelligence/v2/operator_type.py delete mode 100644 rest/intelligence/v2/prebuilt_operator.py delete mode 100644 rest/intelligence/v2/service.py delete mode 100644 rest/intelligence/v2/transcript/__init__.py delete mode 100644 rest/intelligence/v2/transcript/encrypted_operator_results.py delete mode 100644 rest/intelligence/v2/transcript/encrypted_sentences.py delete mode 100644 rest/intelligence/v2/transcript/media.py delete mode 100644 rest/intelligence/v2/transcript/operator_result.py delete mode 100644 rest/intelligence/v2/transcript/sentence.py delete mode 100644 rest/ip_messaging/v1/__init__.py delete mode 100644 rest/ip_messaging/v1/credential.py delete mode 100644 rest/ip_messaging/v1/service/__init__.py delete mode 100644 rest/ip_messaging/v1/service/channel/__init__.py delete mode 100644 rest/ip_messaging/v1/service/channel/invite.py delete mode 100644 rest/ip_messaging/v1/service/channel/member.py delete mode 100644 rest/ip_messaging/v1/service/channel/message.py delete mode 100644 rest/ip_messaging/v1/service/role.py delete mode 100644 rest/ip_messaging/v1/service/user/__init__.py delete mode 100644 rest/ip_messaging/v1/service/user/user_channel.py delete mode 100644 rest/ip_messaging/v2/__init__.py delete mode 100644 rest/ip_messaging/v2/credential.py delete mode 100644 rest/ip_messaging/v2/service/__init__.py delete mode 100644 rest/ip_messaging/v2/service/binding.py delete mode 100644 rest/ip_messaging/v2/service/channel/__init__.py delete mode 100644 rest/ip_messaging/v2/service/channel/invite.py delete mode 100644 rest/ip_messaging/v2/service/channel/member.py delete mode 100644 rest/ip_messaging/v2/service/channel/message.py delete mode 100644 rest/ip_messaging/v2/service/channel/webhook.py delete mode 100644 rest/ip_messaging/v2/service/role.py delete mode 100644 rest/ip_messaging/v2/service/user/__init__.py delete mode 100644 rest/ip_messaging/v2/service/user/user_binding.py delete mode 100644 rest/ip_messaging/v2/service/user/user_channel.py delete mode 100644 rest/knowledge/v1/__init__.py delete mode 100644 rest/knowledge/v1/knowledge/__init__.py delete mode 100644 rest/knowledge/v1/knowledge/chunk.py delete mode 100644 rest/knowledge/v1/knowledge/knowledge_status.py delete mode 100644 rest/lookups/v1/__init__.py delete mode 100644 rest/lookups/v1/phone_number.py delete mode 100644 rest/lookups/v2/__init__.py delete mode 100644 rest/lookups/v2/bucket.py delete mode 100644 rest/lookups/v2/lookup_override.py delete mode 100644 rest/lookups/v2/phone_number.py delete mode 100644 rest/lookups/v2/query.py delete mode 100644 rest/lookups/v2/rate_limit.py delete mode 100644 rest/marketplace/v1/__init__.py delete mode 100644 rest/marketplace/v1/available_add_on/__init__.py delete mode 100644 rest/marketplace/v1/available_add_on/available_add_on_extension.py delete mode 100644 rest/marketplace/v1/installed_add_on/__init__.py delete mode 100644 rest/marketplace/v1/installed_add_on/installed_add_on_extension.py delete mode 100644 rest/marketplace/v1/installed_add_on/installed_add_on_usage.py delete mode 100644 rest/marketplace/v1/module_data.py delete mode 100644 rest/marketplace/v1/module_data_management.py delete mode 100644 rest/marketplace/v1/referral_conversion.py delete mode 100644 rest/messaging/v1/__init__.py delete mode 100644 rest/messaging/v1/brand_registration/__init__.py delete mode 100644 rest/messaging/v1/brand_registration/brand_registration_otp.py delete mode 100644 rest/messaging/v1/brand_registration/brand_vetting.py delete mode 100644 rest/messaging/v1/deactivations.py delete mode 100644 rest/messaging/v1/domain_certs.py delete mode 100644 rest/messaging/v1/domain_config.py delete mode 100644 rest/messaging/v1/domain_config_messaging_service.py delete mode 100644 rest/messaging/v1/external_campaign.py delete mode 100644 rest/messaging/v1/linkshortening_messaging_service.py delete mode 100644 rest/messaging/v1/linkshortening_messaging_service_domain_association.py delete mode 100644 rest/messaging/v1/request_managed_cert.py delete mode 100644 rest/messaging/v1/service/__init__.py delete mode 100644 rest/messaging/v1/service/alpha_sender.py delete mode 100644 rest/messaging/v1/service/channel_sender.py delete mode 100644 rest/messaging/v1/service/destination_alpha_sender.py delete mode 100644 rest/messaging/v1/service/phone_number.py delete mode 100644 rest/messaging/v1/service/short_code.py delete mode 100644 rest/messaging/v1/service/us_app_to_person.py delete mode 100644 rest/messaging/v1/service/us_app_to_person_usecase.py delete mode 100644 rest/messaging/v1/tollfree_verification.py delete mode 100644 rest/messaging/v1/usecase.py delete mode 100644 rest/messaging/v2/__init__.py delete mode 100644 rest/messaging/v2/channels_sender.py delete mode 100644 rest/messaging/v2/typing_indicator.py delete mode 100644 rest/monitor/v1/__init__.py delete mode 100644 rest/monitor/v1/alert.py delete mode 100644 rest/monitor/v1/event.py delete mode 100644 rest/monitor/v2/__init__.py delete mode 100644 rest/monitor/v2/alarm.py delete mode 100644 rest/monitor/v2/status.py delete mode 100644 rest/notify/v1/__init__.py delete mode 100644 rest/notify/v1/credential.py delete mode 100644 rest/notify/v1/service/__init__.py delete mode 100644 rest/notify/v1/service/binding.py delete mode 100644 rest/notify/v1/service/notification.py delete mode 100644 rest/numbers/v1/__init__.py delete mode 100644 rest/numbers/v1/bulk_eligibility.py delete mode 100644 rest/numbers/v1/eligibility.py delete mode 100644 rest/numbers/v1/porting_all_port_in.py delete mode 100644 rest/numbers/v1/porting_port_in.py delete mode 100644 rest/numbers/v1/porting_port_in_phone_number.py delete mode 100644 rest/numbers/v1/porting_portability.py delete mode 100644 rest/numbers/v1/porting_webhook_configuration.py delete mode 100644 rest/numbers/v1/porting_webhook_configuration_delete.py delete mode 100644 rest/numbers/v1/signing_request_configuration.py delete mode 100644 rest/numbers/v1/webhook.py delete mode 100644 rest/numbers/v2/__init__.py delete mode 100644 rest/numbers/v2/authorization_document/__init__.py delete mode 100644 rest/numbers/v2/authorization_document/dependent_hosted_number_order.py delete mode 100644 rest/numbers/v2/bulk_hosted_number_order.py delete mode 100644 rest/numbers/v2/bundle_clone.py delete mode 100644 rest/numbers/v2/hosted_number_order.py delete mode 100644 rest/numbers/v2/regulatory_compliance/__init__.py delete mode 100644 rest/numbers/v2/regulatory_compliance/bundle/__init__.py delete mode 100644 rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py delete mode 100644 rest/numbers/v2/regulatory_compliance/bundle/evaluation.py delete mode 100644 rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py delete mode 100644 rest/numbers/v2/regulatory_compliance/bundle/replace_items.py delete mode 100644 rest/numbers/v2/regulatory_compliance/end_user.py delete mode 100644 rest/numbers/v2/regulatory_compliance/end_user_type.py delete mode 100644 rest/numbers/v2/regulatory_compliance/regulation.py delete mode 100644 rest/numbers/v2/regulatory_compliance/supporting_document.py delete mode 100644 rest/numbers/v2/regulatory_compliance/supporting_document_type.py delete mode 100644 rest/numbers/v3/__init__.py delete mode 100644 rest/numbers/v3/hosted_number_order.py delete mode 100644 rest/oauth/v1/__init__.py delete mode 100644 rest/oauth/v1/authorize.py delete mode 100644 rest/oauth/v1/token.py delete mode 100644 rest/oauth/v2/__init__.py delete mode 100644 rest/oauth/v2/token.py delete mode 100644 rest/preview/hosted_numbers/__init__.py delete mode 100644 rest/preview/hosted_numbers/authorization_document/__init__.py delete mode 100644 rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py delete mode 100644 rest/preview/hosted_numbers/hosted_number_order.py delete mode 100644 rest/preview/marketplace/__init__.py delete mode 100644 rest/preview/marketplace/available_add_on/__init__.py delete mode 100644 rest/preview/marketplace/available_add_on/available_add_on_extension.py delete mode 100644 rest/preview/marketplace/installed_add_on/__init__.py delete mode 100644 rest/preview/marketplace/installed_add_on/installed_add_on_extension.py delete mode 100644 rest/preview/wireless/__init__.py delete mode 100644 rest/preview/wireless/command.py delete mode 100644 rest/preview/wireless/rate_plan.py delete mode 100644 rest/preview/wireless/sim/__init__.py delete mode 100644 rest/preview/wireless/sim/usage.py delete mode 100644 rest/preview_iam/__init__.py delete mode 100644 rest/preview_iam/organizations/__init__.py delete mode 100644 rest/preview_iam/organizations/account.py delete mode 100644 rest/preview_iam/organizations/role_assignment.py delete mode 100644 rest/preview_iam/organizations/user.py delete mode 100644 rest/preview_iam/v1/authorize.py delete mode 100644 rest/preview_iam/v1/token.py delete mode 100644 rest/pricing/v1/__init__.py delete mode 100644 rest/pricing/v1/messaging/__init__.py delete mode 100644 rest/pricing/v1/messaging/country.py delete mode 100644 rest/pricing/v1/phone_number/__init__.py delete mode 100644 rest/pricing/v1/phone_number/country.py delete mode 100644 rest/pricing/v1/voice/__init__.py delete mode 100644 rest/pricing/v1/voice/country.py delete mode 100644 rest/pricing/v1/voice/number.py delete mode 100644 rest/pricing/v2/__init__.py delete mode 100644 rest/pricing/v2/country.py delete mode 100644 rest/pricing/v2/number.py delete mode 100644 rest/pricing/v2/voice/__init__.py delete mode 100644 rest/pricing/v2/voice/country.py delete mode 100644 rest/pricing/v2/voice/number.py delete mode 100644 rest/proxy/v1/__init__.py delete mode 100644 rest/proxy/v1/service/__init__.py delete mode 100644 rest/proxy/v1/service/phone_number.py delete mode 100644 rest/proxy/v1/service/session/__init__.py delete mode 100644 rest/proxy/v1/service/session/interaction.py delete mode 100644 rest/proxy/v1/service/session/participant/__init__.py delete mode 100644 rest/proxy/v1/service/session/participant/message_interaction.py delete mode 100644 rest/routes/v2/__init__.py delete mode 100644 rest/routes/v2/phone_number.py delete mode 100644 rest/routes/v2/sip_domain.py delete mode 100644 rest/routes/v2/trunk.py delete mode 100644 rest/serverless/v1/__init__.py delete mode 100644 rest/serverless/v1/service/__init__.py delete mode 100644 rest/serverless/v1/service/asset/__init__.py delete mode 100644 rest/serverless/v1/service/asset/asset_version.py delete mode 100644 rest/serverless/v1/service/build/__init__.py delete mode 100644 rest/serverless/v1/service/build/build_status.py delete mode 100644 rest/serverless/v1/service/environment/__init__.py delete mode 100644 rest/serverless/v1/service/environment/deployment.py delete mode 100644 rest/serverless/v1/service/environment/log.py delete mode 100644 rest/serverless/v1/service/environment/variable.py delete mode 100644 rest/serverless/v1/service/function/__init__.py delete mode 100644 rest/serverless/v1/service/function/function_version/__init__.py delete mode 100644 rest/serverless/v1/service/function/function_version/function_version_content.py delete mode 100644 rest/studio/v1/__init__.py delete mode 100644 rest/studio/v1/flow/__init__.py delete mode 100644 rest/studio/v1/flow/engagement/__init__.py delete mode 100644 rest/studio/v1/flow/engagement/engagement_context.py delete mode 100644 rest/studio/v1/flow/engagement/step/__init__.py delete mode 100644 rest/studio/v1/flow/engagement/step/step_context.py delete mode 100644 rest/studio/v1/flow/execution/__init__.py delete mode 100644 rest/studio/v1/flow/execution/execution_context.py delete mode 100644 rest/studio/v1/flow/execution/execution_step/__init__.py delete mode 100644 rest/studio/v1/flow/execution/execution_step/execution_step_context.py delete mode 100644 rest/studio/v2/__init__.py delete mode 100644 rest/studio/v2/flow/__init__.py delete mode 100644 rest/studio/v2/flow/execution/__init__.py delete mode 100644 rest/studio/v2/flow/execution/execution_context.py delete mode 100644 rest/studio/v2/flow/execution/execution_step/__init__.py delete mode 100644 rest/studio/v2/flow/execution/execution_step/execution_step_context.py delete mode 100644 rest/studio/v2/flow/flow_revision.py delete mode 100644 rest/studio/v2/flow/flow_test_user.py delete mode 100644 rest/studio/v2/flow_validate.py delete mode 100644 rest/supersim/v1/__init__.py delete mode 100644 rest/supersim/v1/esim_profile.py delete mode 100644 rest/supersim/v1/fleet.py delete mode 100644 rest/supersim/v1/ip_command.py delete mode 100644 rest/supersim/v1/network.py delete mode 100644 rest/supersim/v1/network_access_profile/__init__.py delete mode 100644 rest/supersim/v1/network_access_profile/network_access_profile_network.py delete mode 100644 rest/supersim/v1/settings_update.py delete mode 100644 rest/supersim/v1/sim/__init__.py delete mode 100644 rest/supersim/v1/sim/billing_period.py delete mode 100644 rest/supersim/v1/sim/sim_ip_address.py delete mode 100644 rest/supersim/v1/sms_command.py delete mode 100644 rest/supersim/v1/usage_record.py delete mode 100644 rest/sync/v1/__init__.py delete mode 100644 rest/sync/v1/service/__init__.py delete mode 100644 rest/sync/v1/service/document/__init__.py delete mode 100644 rest/sync/v1/service/document/document_permission.py delete mode 100644 rest/sync/v1/service/sync_list/__init__.py delete mode 100644 rest/sync/v1/service/sync_list/sync_list_item.py delete mode 100644 rest/sync/v1/service/sync_list/sync_list_permission.py delete mode 100644 rest/sync/v1/service/sync_map/__init__.py delete mode 100644 rest/sync/v1/service/sync_map/sync_map_item.py delete mode 100644 rest/sync/v1/service/sync_map/sync_map_permission.py delete mode 100644 rest/sync/v1/service/sync_stream/__init__.py delete mode 100644 rest/sync/v1/service/sync_stream/stream_message.py delete mode 100644 rest/taskrouter/v1/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/activity.py delete mode 100644 rest/taskrouter/v1/workspace/event.py delete mode 100644 rest/taskrouter/v1/workspace/task/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/task/reservation.py delete mode 100644 rest/taskrouter/v1/workspace/task_channel.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/worker/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/worker/reservation.py delete mode 100644 rest/taskrouter/v1/workspace/worker/worker_channel.py delete mode 100644 rest/taskrouter/v1/workspace/worker/worker_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/worker/workers_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workflow/__init__.py delete mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workflow/workflow_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workspace_real_time_statistics.py delete mode 100644 rest/taskrouter/v1/workspace/workspace_statistics.py delete mode 100644 rest/trunking/v1/__init__.py delete mode 100644 rest/trunking/v1/trunk/__init__.py delete mode 100644 rest/trunking/v1/trunk/credential_list.py delete mode 100644 rest/trunking/v1/trunk/ip_access_control_list.py delete mode 100644 rest/trunking/v1/trunk/origination_url.py delete mode 100644 rest/trunking/v1/trunk/phone_number.py delete mode 100644 rest/trunking/v1/trunk/recording.py delete mode 100644 rest/trusthub/v1/__init__.py delete mode 100644 rest/trusthub/v1/compliance_inquiries.py delete mode 100644 rest/trusthub/v1/compliance_registration_inquiries.py delete mode 100644 rest/trusthub/v1/compliance_tollfree_inquiries.py delete mode 100644 rest/trusthub/v1/customer_profiles/__init__.py delete mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py delete mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py delete mode 100644 rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py delete mode 100644 rest/trusthub/v1/end_user.py delete mode 100644 rest/trusthub/v1/end_user_type.py delete mode 100644 rest/trusthub/v1/policies.py delete mode 100644 rest/trusthub/v1/supporting_document.py delete mode 100644 rest/trusthub/v1/supporting_document_type.py delete mode 100644 rest/trusthub/v1/trust_products/__init__.py delete mode 100644 rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py delete mode 100644 rest/trusthub/v1/trust_products/trust_products_entity_assignments.py delete mode 100644 rest/trusthub/v1/trust_products/trust_products_evaluations.py delete mode 100644 rest/verify/v2/__init__.py delete mode 100644 rest/verify/v2/form.py delete mode 100644 rest/verify/v2/safelist.py delete mode 100644 rest/verify/v2/service/__init__.py delete mode 100644 rest/verify/v2/service/access_token.py delete mode 100644 rest/verify/v2/service/approve_challenge.py delete mode 100644 rest/verify/v2/service/entity/__init__.py delete mode 100644 rest/verify/v2/service/entity/challenge/__init__.py delete mode 100644 rest/verify/v2/service/entity/challenge/notification.py delete mode 100644 rest/verify/v2/service/entity/factor.py delete mode 100644 rest/verify/v2/service/entity/new_factor.py delete mode 100644 rest/verify/v2/service/messaging_configuration.py delete mode 100644 rest/verify/v2/service/new_challenge.py delete mode 100644 rest/verify/v2/service/new_factor.py delete mode 100644 rest/verify/v2/service/new_verify_factor.py delete mode 100644 rest/verify/v2/service/rate_limit/__init__.py delete mode 100644 rest/verify/v2/service/rate_limit/bucket.py delete mode 100644 rest/verify/v2/service/verification.py delete mode 100644 rest/verify/v2/service/verification_check.py delete mode 100644 rest/verify/v2/service/webhook.py delete mode 100644 rest/verify/v2/template.py delete mode 100644 rest/verify/v2/verification_attempt.py delete mode 100644 rest/verify/v2/verification_attempts_summary.py delete mode 100644 rest/video/v1/__init__.py delete mode 100644 rest/video/v1/composition.py delete mode 100644 rest/video/v1/composition_hook.py delete mode 100644 rest/video/v1/composition_settings.py delete mode 100644 rest/video/v1/recording.py delete mode 100644 rest/video/v1/recording_settings.py delete mode 100644 rest/video/v1/room/__init__.py delete mode 100644 rest/video/v1/room/participant/__init__.py delete mode 100644 rest/video/v1/room/participant/anonymize.py delete mode 100644 rest/video/v1/room/participant/published_track.py delete mode 100644 rest/video/v1/room/participant/subscribe_rules.py delete mode 100644 rest/video/v1/room/participant/subscribed_track.py delete mode 100644 rest/video/v1/room/recording_rules.py delete mode 100644 rest/video/v1/room/room_recording.py delete mode 100644 rest/video/v1/room/transcriptions.py delete mode 100644 rest/voice/v1/__init__.py delete mode 100644 rest/voice/v1/archived_call.py delete mode 100644 rest/voice/v1/byoc_trunk.py delete mode 100644 rest/voice/v1/connection_policy/__init__.py delete mode 100644 rest/voice/v1/connection_policy/connection_policy_target.py delete mode 100644 rest/voice/v1/dialing_permissions/__init__.py delete mode 100644 rest/voice/v1/dialing_permissions/bulk_country_update.py delete mode 100644 rest/voice/v1/dialing_permissions/country/__init__.py delete mode 100644 rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py delete mode 100644 rest/voice/v1/dialing_permissions/settings.py delete mode 100644 rest/voice/v1/ip_record.py delete mode 100644 rest/voice/v1/source_ip_mapping.py delete mode 100644 rest/wireless/v1/__init__.py delete mode 100644 rest/wireless/v1/command.py delete mode 100644 rest/wireless/v1/rate_plan.py delete mode 100644 rest/wireless/v1/sim/__init__.py delete mode 100644 rest/wireless/v1/sim/data_session.py delete mode 100644 rest/wireless/v1/sim/usage_record.py delete mode 100644 rest/wireless/v1/usage_record.py diff --git a/rest/accounts/v1/__init__.py b/rest/accounts/v1/__init__.py deleted file mode 100644 index 8be121c71e..0000000000 --- a/rest/accounts/v1/__init__.py +++ /dev/null @@ -1,91 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.accounts.v1.auth_token_promotion import AuthTokenPromotionList -from twilio.rest.accounts.v1.bulk_consents import BulkConsentsList -from twilio.rest.accounts.v1.bulk_contacts import BulkContactsList -from twilio.rest.accounts.v1.credential import CredentialList -from twilio.rest.accounts.v1.messaging_geopermissions import MessagingGeopermissionsList -from twilio.rest.accounts.v1.safelist import SafelistList -from twilio.rest.accounts.v1.secondary_auth_token import SecondaryAuthTokenList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Accounts - - :param domain: The Twilio.accounts domain - """ - super().__init__(domain, "v1") - self._auth_token_promotion: Optional[AuthTokenPromotionList] = None - self._bulk_consents: Optional[BulkConsentsList] = None - self._bulk_contacts: Optional[BulkContactsList] = None - self._credentials: Optional[CredentialList] = None - self._messaging_geopermissions: Optional[MessagingGeopermissionsList] = None - self._safelist: Optional[SafelistList] = None - self._secondary_auth_token: Optional[SecondaryAuthTokenList] = None - - @property - def auth_token_promotion(self) -> AuthTokenPromotionList: - if self._auth_token_promotion is None: - self._auth_token_promotion = AuthTokenPromotionList(self) - return self._auth_token_promotion - - @property - def bulk_consents(self) -> BulkConsentsList: - if self._bulk_consents is None: - self._bulk_consents = BulkConsentsList(self) - return self._bulk_consents - - @property - def bulk_contacts(self) -> BulkContactsList: - if self._bulk_contacts is None: - self._bulk_contacts = BulkContactsList(self) - return self._bulk_contacts - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def messaging_geopermissions(self) -> MessagingGeopermissionsList: - if self._messaging_geopermissions is None: - self._messaging_geopermissions = MessagingGeopermissionsList(self) - return self._messaging_geopermissions - - @property - def safelist(self) -> SafelistList: - if self._safelist is None: - self._safelist = SafelistList(self) - return self._safelist - - @property - def secondary_auth_token(self) -> SecondaryAuthTokenList: - if self._secondary_auth_token is None: - self._secondary_auth_token = SecondaryAuthTokenList(self) - return self._secondary_auth_token - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/auth_token_promotion.py b/rest/accounts/v1/auth_token_promotion.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/auth_token_promotion.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/bulk_consents.py b/rest/accounts/v1/bulk_consents.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/bulk_consents.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/bulk_contacts.py b/rest/accounts/v1/bulk_contacts.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/bulk_contacts.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/credential/__init__.py b/rest/accounts/v1/credential/__init__.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/credential/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/credential/aws.py b/rest/accounts/v1/credential/aws.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/credential/aws.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/credential/public_key.py b/rest/accounts/v1/credential/public_key.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/credential/public_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/messaging_geopermissions.py b/rest/accounts/v1/messaging_geopermissions.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/messaging_geopermissions.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/safelist.py b/rest/accounts/v1/safelist.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/safelist.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/accounts/v1/secondary_auth_token.py b/rest/accounts/v1/secondary_auth_token.py deleted file mode 100644 index 95dcf595d8..0000000000 --- a/rest/accounts/v1/secondary_auth_token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Accounts - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/__init__.py b/rest/api/v2010/__init__.py deleted file mode 100644 index 2efb4ff3d0..0000000000 --- a/rest/api/v2010/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.api.v2010.account import AccountList -from twilio.rest.api.v2010.account import AccountContext - - -class V2010(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2010 version of Api - - :param domain: The Twilio.api domain - """ - super().__init__(domain, "2010-04-01") - self._accounts: Optional[AccountList] = None - self._account: Optional[AccountContext] = None - - @property - def accounts(self) -> AccountList: - if self._accounts is None: - self._accounts = AccountList(self) - return self._accounts - - @property - def account(self) -> AccountContext: - if self._account is None: - self._account = AccountContext(self, self.domain.twilio.account_sid) - return self._account - - @account.setter - def account(self, value: AccountContext) -> None: - """ - Setter to override account - :param value: value to use as account - """ - self._account = value - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/__init__.py b/rest/api/v2010/account/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/address/__init__.py b/rest/api/v2010/account/address/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/address/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/address/dependent_phone_number.py b/rest/api/v2010/account/address/dependent_phone_number.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/address/dependent_phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/application.py b/rest/api/v2010/account/application.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/application.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/authorized_connect_app.py b/rest/api/v2010/account/authorized_connect_app.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/authorized_connect_app.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/__init__.py b/rest/api/v2010/account/available_phone_number_country/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/local.py b/rest/api/v2010/account/available_phone_number_country/local.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/local.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py b/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/machine_to_machine.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/mobile.py b/rest/api/v2010/account/available_phone_number_country/mobile.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/mobile.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/national.py b/rest/api/v2010/account/available_phone_number_country/national.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/national.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/shared_cost.py b/rest/api/v2010/account/available_phone_number_country/shared_cost.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/shared_cost.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/toll_free.py b/rest/api/v2010/account/available_phone_number_country/toll_free.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/toll_free.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/available_phone_number_country/voip.py b/rest/api/v2010/account/available_phone_number_country/voip.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/available_phone_number_country/voip.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/balance.py b/rest/api/v2010/account/balance.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/balance.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/__init__.py b/rest/api/v2010/account/call/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/event.py b/rest/api/v2010/account/call/event.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/event.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/notification.py b/rest/api/v2010/account/call/notification.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/notification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/payment.py b/rest/api/v2010/account/call/payment.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/payment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/recording.py b/rest/api/v2010/account/call/recording.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/recording.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/siprec.py b/rest/api/v2010/account/call/siprec.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/siprec.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/stream.py b/rest/api/v2010/account/call/stream.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/stream.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/transcription.py b/rest/api/v2010/account/call/transcription.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/transcription.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/user_defined_message.py b/rest/api/v2010/account/call/user_defined_message.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/user_defined_message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/call/user_defined_message_subscription.py b/rest/api/v2010/account/call/user_defined_message_subscription.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/call/user_defined_message_subscription.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/conference/__init__.py b/rest/api/v2010/account/conference/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/conference/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/conference/participant.py b/rest/api/v2010/account/conference/participant.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/conference/participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/conference/recording.py b/rest/api/v2010/account/conference/recording.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/conference/recording.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/connect_app.py b/rest/api/v2010/account/connect_app.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/connect_app.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/__init__.py b/rest/api/v2010/account/incoming_phone_number/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py b/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/assigned_add_on/assigned_add_on_extension.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/local.py b/rest/api/v2010/account/incoming_phone_number/local.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/local.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/mobile.py b/rest/api/v2010/account/incoming_phone_number/mobile.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/mobile.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/incoming_phone_number/toll_free.py b/rest/api/v2010/account/incoming_phone_number/toll_free.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/incoming_phone_number/toll_free.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/key.py b/rest/api/v2010/account/key.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/message/__init__.py b/rest/api/v2010/account/message/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/message/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/message/feedback.py b/rest/api/v2010/account/message/feedback.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/message/feedback.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/message/media.py b/rest/api/v2010/account/message/media.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/message/media.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/new_key.py b/rest/api/v2010/account/new_key.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/new_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/new_signing_key.py b/rest/api/v2010/account/new_signing_key.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/new_signing_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/notification.py b/rest/api/v2010/account/notification.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/notification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/outgoing_caller_id.py b/rest/api/v2010/account/outgoing_caller_id.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/outgoing_caller_id.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/queue/__init__.py b/rest/api/v2010/account/queue/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/queue/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/queue/member.py b/rest/api/v2010/account/queue/member.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/queue/member.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/recording/__init__.py b/rest/api/v2010/account/recording/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/recording/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/recording/add_on_result/__init__.py b/rest/api/v2010/account/recording/add_on_result/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/recording/add_on_result/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/recording/add_on_result/payload/__init__.py b/rest/api/v2010/account/recording/add_on_result/payload/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/recording/add_on_result/payload/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/recording/add_on_result/payload/data.py b/rest/api/v2010/account/recording/add_on_result/payload/data.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/recording/add_on_result/payload/data.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/recording/transcription.py b/rest/api/v2010/account/recording/transcription.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/recording/transcription.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/short_code.py b/rest/api/v2010/account/short_code.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/short_code.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/signing_key.py b/rest/api/v2010/account/signing_key.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/signing_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/__init__.py b/rest/api/v2010/account/sip/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/credential_list/__init__.py b/rest/api/v2010/account/sip/credential_list/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/credential_list/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/credential_list/credential.py b/rest/api/v2010/account/sip/credential_list/credential.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/credential_list/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/__init__.py b/rest/api/v2010/account/sip/domain/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_credential_list_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/auth_type_calls/auth_calls_ip_access_control_list_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py b/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/auth_types/auth_type_registrations/auth_registrations_credential_list_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/credential_list_mapping.py b/rest/api/v2010/account/sip/domain/credential_list_mapping.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/credential_list_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py b/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/ip_access_control_list/__init__.py b/rest/api/v2010/account/sip/ip_access_control_list/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/ip_access_control_list/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py b/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/sip/ip_access_control_list/ip_address.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/token.py b/rest/api/v2010/account/token.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/transcription.py b/rest/api/v2010/account/transcription.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/transcription.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/__init__.py b/rest/api/v2010/account/usage/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/__init__.py b/rest/api/v2010/account/usage/record/__init__.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/all_time.py b/rest/api/v2010/account/usage/record/all_time.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/all_time.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/daily.py b/rest/api/v2010/account/usage/record/daily.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/daily.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/last_month.py b/rest/api/v2010/account/usage/record/last_month.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/last_month.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/monthly.py b/rest/api/v2010/account/usage/record/monthly.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/monthly.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/this_month.py b/rest/api/v2010/account/usage/record/this_month.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/this_month.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/today.py b/rest/api/v2010/account/usage/record/today.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/today.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/yearly.py b/rest/api/v2010/account/usage/record/yearly.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/yearly.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/record/yesterday.py b/rest/api/v2010/account/usage/record/yesterday.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/record/yesterday.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/usage/trigger.py b/rest/api/v2010/account/usage/trigger.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/usage/trigger.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/api/v2010/account/validation_request.py b/rest/api/v2010/account/validation_request.py deleted file mode 100644 index e8a57de12e..0000000000 --- a/rest/api/v2010/account/validation_request.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Api - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/__init__.py b/rest/assistants/v1/__init__.py deleted file mode 100644 index 546ad14554..0000000000 --- a/rest/assistants/v1/__init__.py +++ /dev/null @@ -1,75 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.assistants.v1.assistant import AssistantList -from twilio.rest.assistants.v1.knowledge import KnowledgeList -from twilio.rest.assistants.v1.policy import PolicyList -from twilio.rest.assistants.v1.session import SessionList -from twilio.rest.assistants.v1.tool import ToolList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Assistants - - :param domain: The Twilio.assistants domain - """ - super().__init__(domain, "v1") - self._assistants: Optional[AssistantList] = None - self._knowledge: Optional[KnowledgeList] = None - self._policies: Optional[PolicyList] = None - self._sessions: Optional[SessionList] = None - self._tools: Optional[ToolList] = None - - @property - def assistants(self) -> AssistantList: - if self._assistants is None: - self._assistants = AssistantList(self) - return self._assistants - - @property - def knowledge(self) -> KnowledgeList: - if self._knowledge is None: - self._knowledge = KnowledgeList(self) - return self._knowledge - - @property - def policies(self) -> PolicyList: - if self._policies is None: - self._policies = PolicyList(self) - return self._policies - - @property - def sessions(self) -> SessionList: - if self._sessions is None: - self._sessions = SessionList(self) - return self._sessions - - @property - def tools(self) -> ToolList: - if self._tools is None: - self._tools = ToolList(self) - return self._tools - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/assistant/__init__.py b/rest/assistants/v1/assistant/__init__.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/assistant/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/assistant/assistants_knowledge.py b/rest/assistants/v1/assistant/assistants_knowledge.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/assistant/assistants_knowledge.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/assistant/assistants_tool.py b/rest/assistants/v1/assistant/assistants_tool.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/assistant/assistants_tool.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/assistant/feedback.py b/rest/assistants/v1/assistant/feedback.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/assistant/feedback.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/assistant/message.py b/rest/assistants/v1/assistant/message.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/assistant/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/knowledge/__init__.py b/rest/assistants/v1/knowledge/__init__.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/knowledge/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/knowledge/chunk.py b/rest/assistants/v1/knowledge/chunk.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/knowledge/chunk.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/knowledge/knowledge_status.py b/rest/assistants/v1/knowledge/knowledge_status.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/knowledge/knowledge_status.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/policy.py b/rest/assistants/v1/policy.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/policy.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/session/__init__.py b/rest/assistants/v1/session/__init__.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/session/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/session/message.py b/rest/assistants/v1/session/message.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/session/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/assistants/v1/tool.py b/rest/assistants/v1/tool.py deleted file mode 100644 index 095f6b50fb..0000000000 --- a/rest/assistants/v1/tool.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Assistants - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/__init__.py b/rest/bulkexports/v1/__init__.py deleted file mode 100644 index a888fb484f..0000000000 --- a/rest/bulkexports/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.bulkexports.v1.export import ExportList -from twilio.rest.bulkexports.v1.export_configuration import ExportConfigurationList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Bulkexports - - :param domain: The Twilio.bulkexports domain - """ - super().__init__(domain, "v1") - self._exports: Optional[ExportList] = None - self._export_configuration: Optional[ExportConfigurationList] = None - - @property - def exports(self) -> ExportList: - if self._exports is None: - self._exports = ExportList(self) - return self._exports - - @property - def export_configuration(self) -> ExportConfigurationList: - if self._export_configuration is None: - self._export_configuration = ExportConfigurationList(self) - return self._export_configuration - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/export/__init__.py b/rest/bulkexports/v1/export/__init__.py deleted file mode 100644 index ce0788e010..0000000000 --- a/rest/bulkexports/v1/export/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/export/day.py b/rest/bulkexports/v1/export/day.py deleted file mode 100644 index ce0788e010..0000000000 --- a/rest/bulkexports/v1/export/day.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/export/export_custom_job.py b/rest/bulkexports/v1/export/export_custom_job.py deleted file mode 100644 index ce0788e010..0000000000 --- a/rest/bulkexports/v1/export/export_custom_job.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/export/job.py b/rest/bulkexports/v1/export/job.py deleted file mode 100644 index ce0788e010..0000000000 --- a/rest/bulkexports/v1/export/job.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/bulkexports/v1/export_configuration.py b/rest/bulkexports/v1/export_configuration.py deleted file mode 100644 index ce0788e010..0000000000 --- a/rest/bulkexports/v1/export_configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Bulkexports - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/__init__.py b/rest/chat/v1/__init__.py deleted file mode 100644 index d0ade9eed5..0000000000 --- a/rest/chat/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.chat.v1.credential import CredentialList -from twilio.rest.chat.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Chat - - :param domain: The Twilio.chat domain - """ - super().__init__(domain, "v1") - self._credentials: Optional[CredentialList] = None - self._services: Optional[ServiceList] = None - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/credential.py b/rest/chat/v1/credential.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/__init__.py b/rest/chat/v1/service/__init__.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/channel/__init__.py b/rest/chat/v1/service/channel/__init__.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/channel/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/channel/invite.py b/rest/chat/v1/service/channel/invite.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/channel/invite.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/channel/member.py b/rest/chat/v1/service/channel/member.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/channel/member.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/channel/message.py b/rest/chat/v1/service/channel/message.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/channel/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/role.py b/rest/chat/v1/service/role.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/user/__init__.py b/rest/chat/v1/service/user/__init__.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v1/service/user/user_channel.py b/rest/chat/v1/service/user/user_channel.py deleted file mode 100644 index cffc05666e..0000000000 --- a/rest/chat/v1/service/user/user_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/__init__.py b/rest/chat/v2/__init__.py deleted file mode 100644 index e949532d56..0000000000 --- a/rest/chat/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.chat.v2.credential import CredentialList -from twilio.rest.chat.v2.service import ServiceList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Chat - - :param domain: The Twilio.chat domain - """ - super().__init__(domain, "v2") - self._credentials: Optional[CredentialList] = None - self._services: Optional[ServiceList] = None - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/credential.py b/rest/chat/v2/credential.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/__init__.py b/rest/chat/v2/service/__init__.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/binding.py b/rest/chat/v2/service/binding.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/channel/__init__.py b/rest/chat/v2/service/channel/__init__.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/channel/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/channel/invite.py b/rest/chat/v2/service/channel/invite.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/channel/invite.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/channel/member.py b/rest/chat/v2/service/channel/member.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/channel/member.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/channel/message.py b/rest/chat/v2/service/channel/message.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/channel/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/channel/webhook.py b/rest/chat/v2/service/channel/webhook.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/channel/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/role.py b/rest/chat/v2/service/role.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/user/__init__.py b/rest/chat/v2/service/user/__init__.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/user/user_binding.py b/rest/chat/v2/service/user/user_binding.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/user/user_binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v2/service/user/user_channel.py b/rest/chat/v2/service/user/user_channel.py deleted file mode 100644 index 3fffde76c1..0000000000 --- a/rest/chat/v2/service/user/user_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v3/__init__.py b/rest/chat/v3/__init__.py deleted file mode 100644 index 582dc44069..0000000000 --- a/rest/chat/v3/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.chat.v3.channel import ChannelList - - -class V3(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V3 version of Chat - - :param domain: The Twilio.chat domain - """ - super().__init__(domain, "v3") - self._channels: Optional[ChannelList] = None - - @property - def channels(self) -> ChannelList: - if self._channels is None: - self._channels = ChannelList(self) - return self._channels - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/chat/v3/channel.py b/rest/chat/v3/channel.py deleted file mode 100644 index 6e8fd6182a..0000000000 --- a/rest/chat/v3/channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Chat - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/__init__.py b/rest/content/v1/__init__.py deleted file mode 100644 index 1410fe4788..0000000000 --- a/rest/content/v1/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.content.v1.content import ContentList -from twilio.rest.content.v1.content_and_approvals import ContentAndApprovalsList -from twilio.rest.content.v1.legacy_content import LegacyContentList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Content - - :param domain: The Twilio.content domain - """ - super().__init__(domain, "v1") - self._contents: Optional[ContentList] = None - self._content_and_approvals: Optional[ContentAndApprovalsList] = None - self._legacy_contents: Optional[LegacyContentList] = None - - @property - def contents(self) -> ContentList: - if self._contents is None: - self._contents = ContentList(self) - return self._contents - - @property - def content_and_approvals(self) -> ContentAndApprovalsList: - if self._content_and_approvals is None: - self._content_and_approvals = ContentAndApprovalsList(self) - return self._content_and_approvals - - @property - def legacy_contents(self) -> LegacyContentList: - if self._legacy_contents is None: - self._legacy_contents = LegacyContentList(self) - return self._legacy_contents - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/content/__init__.py b/rest/content/v1/content/__init__.py deleted file mode 100644 index d96a060a66..0000000000 --- a/rest/content/v1/content/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/content/approval_create.py b/rest/content/v1/content/approval_create.py deleted file mode 100644 index d96a060a66..0000000000 --- a/rest/content/v1/content/approval_create.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/content/approval_fetch.py b/rest/content/v1/content/approval_fetch.py deleted file mode 100644 index d96a060a66..0000000000 --- a/rest/content/v1/content/approval_fetch.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/content_and_approvals.py b/rest/content/v1/content_and_approvals.py deleted file mode 100644 index d96a060a66..0000000000 --- a/rest/content/v1/content_and_approvals.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v1/legacy_content.py b/rest/content/v1/legacy_content.py deleted file mode 100644 index d96a060a66..0000000000 --- a/rest/content/v1/legacy_content.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v2/__init__.py b/rest/content/v2/__init__.py deleted file mode 100644 index ca6d8bcd74..0000000000 --- a/rest/content/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.content.v2.content import ContentList -from twilio.rest.content.v2.content_and_approvals import ContentAndApprovalsList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Content - - :param domain: The Twilio.content domain - """ - super().__init__(domain, "v2") - self._contents: Optional[ContentList] = None - self._content_and_approvals: Optional[ContentAndApprovalsList] = None - - @property - def contents(self) -> ContentList: - if self._contents is None: - self._contents = ContentList(self) - return self._contents - - @property - def content_and_approvals(self) -> ContentAndApprovalsList: - if self._content_and_approvals is None: - self._content_and_approvals = ContentAndApprovalsList(self) - return self._content_and_approvals - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v2/content.py b/rest/content/v2/content.py deleted file mode 100644 index 8787cf4f65..0000000000 --- a/rest/content/v2/content.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/content/v2/content_and_approvals.py b/rest/content/v2/content_and_approvals.py deleted file mode 100644 index 8787cf4f65..0000000000 --- a/rest/content/v2/content_and_approvals.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Content - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/__init__.py b/rest/conversations/v1/__init__.py deleted file mode 100644 index 1ec6c22a7b..0000000000 --- a/rest/conversations/v1/__init__.py +++ /dev/null @@ -1,115 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.conversations.v1.address_configuration import AddressConfigurationList -from twilio.rest.conversations.v1.configuration import ConfigurationList -from twilio.rest.conversations.v1.conversation import ConversationList -from twilio.rest.conversations.v1.conversation_with_participants import ( - ConversationWithParticipantsList, -) -from twilio.rest.conversations.v1.credential import CredentialList -from twilio.rest.conversations.v1.participant_conversation import ( - ParticipantConversationList, -) -from twilio.rest.conversations.v1.role import RoleList -from twilio.rest.conversations.v1.service import ServiceList -from twilio.rest.conversations.v1.user import UserList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Conversations - - :param domain: The Twilio.conversations domain - """ - super().__init__(domain, "v1") - self._address_configurations: Optional[AddressConfigurationList] = None - self._configuration: Optional[ConfigurationList] = None - self._conversations: Optional[ConversationList] = None - self._conversation_with_participants: Optional[ - ConversationWithParticipantsList - ] = None - self._credentials: Optional[CredentialList] = None - self._participant_conversations: Optional[ParticipantConversationList] = None - self._roles: Optional[RoleList] = None - self._services: Optional[ServiceList] = None - self._users: Optional[UserList] = None - - @property - def address_configurations(self) -> AddressConfigurationList: - if self._address_configurations is None: - self._address_configurations = AddressConfigurationList(self) - return self._address_configurations - - @property - def configuration(self) -> ConfigurationList: - if self._configuration is None: - self._configuration = ConfigurationList(self) - return self._configuration - - @property - def conversations(self) -> ConversationList: - if self._conversations is None: - self._conversations = ConversationList(self) - return self._conversations - - @property - def conversation_with_participants(self) -> ConversationWithParticipantsList: - if self._conversation_with_participants is None: - self._conversation_with_participants = ConversationWithParticipantsList( - self - ) - return self._conversation_with_participants - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def participant_conversations(self) -> ParticipantConversationList: - if self._participant_conversations is None: - self._participant_conversations = ParticipantConversationList(self) - return self._participant_conversations - - @property - def roles(self) -> RoleList: - if self._roles is None: - self._roles = RoleList(self) - return self._roles - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - @property - def users(self) -> UserList: - if self._users is None: - self._users = UserList(self) - return self._users - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/address_configuration.py b/rest/conversations/v1/address_configuration.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/address_configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/configuration/__init__.py b/rest/conversations/v1/configuration/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/configuration/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/configuration/webhook.py b/rest/conversations/v1/configuration/webhook.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/configuration/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation/__init__.py b/rest/conversations/v1/conversation/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation/message/__init__.py b/rest/conversations/v1/conversation/message/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation/message/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation/message/delivery_receipt.py b/rest/conversations/v1/conversation/message/delivery_receipt.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation/message/delivery_receipt.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation/participant.py b/rest/conversations/v1/conversation/participant.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation/participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation/webhook.py b/rest/conversations/v1/conversation/webhook.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/conversation_with_participants.py b/rest/conversations/v1/conversation_with_participants.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/conversation_with_participants.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/credential.py b/rest/conversations/v1/credential.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/participant_conversation.py b/rest/conversations/v1/participant_conversation.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/participant_conversation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/role.py b/rest/conversations/v1/role.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/__init__.py b/rest/conversations/v1/service/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/binding.py b/rest/conversations/v1/service/binding.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/configuration/__init__.py b/rest/conversations/v1/service/configuration/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/configuration/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/configuration/notification.py b/rest/conversations/v1/service/configuration/notification.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/configuration/notification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/configuration/webhook.py b/rest/conversations/v1/service/configuration/webhook.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/configuration/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation/__init__.py b/rest/conversations/v1/service/conversation/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation/message/__init__.py b/rest/conversations/v1/service/conversation/message/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation/message/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation/message/delivery_receipt.py b/rest/conversations/v1/service/conversation/message/delivery_receipt.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation/message/delivery_receipt.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation/participant.py b/rest/conversations/v1/service/conversation/participant.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation/participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation/webhook.py b/rest/conversations/v1/service/conversation/webhook.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/conversation_with_participants.py b/rest/conversations/v1/service/conversation_with_participants.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/conversation_with_participants.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/participant_conversation.py b/rest/conversations/v1/service/participant_conversation.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/participant_conversation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/role.py b/rest/conversations/v1/service/role.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/user/__init__.py b/rest/conversations/v1/service/user/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/service/user/user_conversation.py b/rest/conversations/v1/service/user/user_conversation.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/service/user/user_conversation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/user/__init__.py b/rest/conversations/v1/user/__init__.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/conversations/v1/user/user_conversation.py b/rest/conversations/v1/user/user_conversation.py deleted file mode 100644 index 720c3431a5..0000000000 --- a/rest/conversations/v1/user/user_conversation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Conversations - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/__init__.py b/rest/events/v1/__init__.py deleted file mode 100644 index 6b91355444..0000000000 --- a/rest/events/v1/__init__.py +++ /dev/null @@ -1,67 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.events.v1.event_type import EventTypeList -from twilio.rest.events.v1.schema import SchemaList -from twilio.rest.events.v1.sink import SinkList -from twilio.rest.events.v1.subscription import SubscriptionList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Events - - :param domain: The Twilio.events domain - """ - super().__init__(domain, "v1") - self._event_types: Optional[EventTypeList] = None - self._schemas: Optional[SchemaList] = None - self._sinks: Optional[SinkList] = None - self._subscriptions: Optional[SubscriptionList] = None - - @property - def event_types(self) -> EventTypeList: - if self._event_types is None: - self._event_types = EventTypeList(self) - return self._event_types - - @property - def schemas(self) -> SchemaList: - if self._schemas is None: - self._schemas = SchemaList(self) - return self._schemas - - @property - def sinks(self) -> SinkList: - if self._sinks is None: - self._sinks = SinkList(self) - return self._sinks - - @property - def subscriptions(self) -> SubscriptionList: - if self._subscriptions is None: - self._subscriptions = SubscriptionList(self) - return self._subscriptions - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/event_type.py b/rest/events/v1/event_type.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/event_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/schema/__init__.py b/rest/events/v1/schema/__init__.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/schema/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/schema/schema_version.py b/rest/events/v1/schema/schema_version.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/schema/schema_version.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/sink/__init__.py b/rest/events/v1/sink/__init__.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/sink/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/sink/sink_test.py b/rest/events/v1/sink/sink_test.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/sink/sink_test.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/sink/sink_validate.py b/rest/events/v1/sink/sink_validate.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/sink/sink_validate.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/subscription/__init__.py b/rest/events/v1/subscription/__init__.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/subscription/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/events/v1/subscription/subscribed_event.py b/rest/events/v1/subscription/subscribed_event.py deleted file mode 100644 index b25eefb208..0000000000 --- a/rest/events/v1/subscription/subscribed_event.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Events - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/__init__.py b/rest/flex_api/v1/__init__.py deleted file mode 100644 index eeb00227e9..0000000000 --- a/rest/flex_api/v1/__init__.py +++ /dev/null @@ -1,245 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.flex_api.v1.assessments import AssessmentsList -from twilio.rest.flex_api.v1.channel import ChannelList -from twilio.rest.flex_api.v1.configuration import ConfigurationList -from twilio.rest.flex_api.v1.flex_flow import FlexFlowList -from twilio.rest.flex_api.v1.insights_assessments_comment import ( - InsightsAssessmentsCommentList, -) -from twilio.rest.flex_api.v1.insights_conversations import InsightsConversationsList -from twilio.rest.flex_api.v1.insights_questionnaires import InsightsQuestionnairesList -from twilio.rest.flex_api.v1.insights_questionnaires_category import ( - InsightsQuestionnairesCategoryList, -) -from twilio.rest.flex_api.v1.insights_questionnaires_question import ( - InsightsQuestionnairesQuestionList, -) -from twilio.rest.flex_api.v1.insights_segments import InsightsSegmentsList -from twilio.rest.flex_api.v1.insights_session import InsightsSessionList -from twilio.rest.flex_api.v1.insights_settings_answer_sets import ( - InsightsSettingsAnswerSetsList, -) -from twilio.rest.flex_api.v1.insights_settings_comment import ( - InsightsSettingsCommentList, -) -from twilio.rest.flex_api.v1.insights_user_roles import InsightsUserRolesList -from twilio.rest.flex_api.v1.interaction import InteractionList -from twilio.rest.flex_api.v1.plugin import PluginList -from twilio.rest.flex_api.v1.plugin_archive import PluginArchiveList -from twilio.rest.flex_api.v1.plugin_configuration import PluginConfigurationList -from twilio.rest.flex_api.v1.plugin_configuration_archive import ( - PluginConfigurationArchiveList, -) -from twilio.rest.flex_api.v1.plugin_release import PluginReleaseList -from twilio.rest.flex_api.v1.plugin_version_archive import PluginVersionArchiveList -from twilio.rest.flex_api.v1.provisioning_status import ProvisioningStatusList -from twilio.rest.flex_api.v1.web_channel import WebChannelList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of FlexApi - - :param domain: The Twilio.flex_api domain - """ - super().__init__(domain, "v1") - self._assessments: Optional[AssessmentsList] = None - self._channel: Optional[ChannelList] = None - self._configuration: Optional[ConfigurationList] = None - self._flex_flow: Optional[FlexFlowList] = None - self._insights_assessments_comment: Optional[InsightsAssessmentsCommentList] = ( - None - ) - self._insights_conversations: Optional[InsightsConversationsList] = None - self._insights_questionnaires: Optional[InsightsQuestionnairesList] = None - self._insights_questionnaires_category: Optional[ - InsightsQuestionnairesCategoryList - ] = None - self._insights_questionnaires_question: Optional[ - InsightsQuestionnairesQuestionList - ] = None - self._insights_segments: Optional[InsightsSegmentsList] = None - self._insights_session: Optional[InsightsSessionList] = None - self._insights_settings_answer_sets: Optional[ - InsightsSettingsAnswerSetsList - ] = None - self._insights_settings_comment: Optional[InsightsSettingsCommentList] = None - self._insights_user_roles: Optional[InsightsUserRolesList] = None - self._interaction: Optional[InteractionList] = None - self._plugins: Optional[PluginList] = None - self._plugin_archive: Optional[PluginArchiveList] = None - self._plugin_configurations: Optional[PluginConfigurationList] = None - self._plugin_configuration_archive: Optional[PluginConfigurationArchiveList] = ( - None - ) - self._plugin_releases: Optional[PluginReleaseList] = None - self._plugin_version_archive: Optional[PluginVersionArchiveList] = None - self._provisioning_status: Optional[ProvisioningStatusList] = None - self._web_channel: Optional[WebChannelList] = None - - @property - def assessments(self) -> AssessmentsList: - if self._assessments is None: - self._assessments = AssessmentsList(self) - return self._assessments - - @property - def channel(self) -> ChannelList: - if self._channel is None: - self._channel = ChannelList(self) - return self._channel - - @property - def configuration(self) -> ConfigurationList: - if self._configuration is None: - self._configuration = ConfigurationList(self) - return self._configuration - - @property - def flex_flow(self) -> FlexFlowList: - if self._flex_flow is None: - self._flex_flow = FlexFlowList(self) - return self._flex_flow - - @property - def insights_assessments_comment(self) -> InsightsAssessmentsCommentList: - if self._insights_assessments_comment is None: - self._insights_assessments_comment = InsightsAssessmentsCommentList(self) - return self._insights_assessments_comment - - @property - def insights_conversations(self) -> InsightsConversationsList: - if self._insights_conversations is None: - self._insights_conversations = InsightsConversationsList(self) - return self._insights_conversations - - @property - def insights_questionnaires(self) -> InsightsQuestionnairesList: - if self._insights_questionnaires is None: - self._insights_questionnaires = InsightsQuestionnairesList(self) - return self._insights_questionnaires - - @property - def insights_questionnaires_category(self) -> InsightsQuestionnairesCategoryList: - if self._insights_questionnaires_category is None: - self._insights_questionnaires_category = InsightsQuestionnairesCategoryList( - self - ) - return self._insights_questionnaires_category - - @property - def insights_questionnaires_question(self) -> InsightsQuestionnairesQuestionList: - if self._insights_questionnaires_question is None: - self._insights_questionnaires_question = InsightsQuestionnairesQuestionList( - self - ) - return self._insights_questionnaires_question - - @property - def insights_segments(self) -> InsightsSegmentsList: - if self._insights_segments is None: - self._insights_segments = InsightsSegmentsList(self) - return self._insights_segments - - @property - def insights_session(self) -> InsightsSessionList: - if self._insights_session is None: - self._insights_session = InsightsSessionList(self) - return self._insights_session - - @property - def insights_settings_answer_sets(self) -> InsightsSettingsAnswerSetsList: - if self._insights_settings_answer_sets is None: - self._insights_settings_answer_sets = InsightsSettingsAnswerSetsList(self) - return self._insights_settings_answer_sets - - @property - def insights_settings_comment(self) -> InsightsSettingsCommentList: - if self._insights_settings_comment is None: - self._insights_settings_comment = InsightsSettingsCommentList(self) - return self._insights_settings_comment - - @property - def insights_user_roles(self) -> InsightsUserRolesList: - if self._insights_user_roles is None: - self._insights_user_roles = InsightsUserRolesList(self) - return self._insights_user_roles - - @property - def interaction(self) -> InteractionList: - if self._interaction is None: - self._interaction = InteractionList(self) - return self._interaction - - @property - def plugins(self) -> PluginList: - if self._plugins is None: - self._plugins = PluginList(self) - return self._plugins - - @property - def plugin_archive(self) -> PluginArchiveList: - if self._plugin_archive is None: - self._plugin_archive = PluginArchiveList(self) - return self._plugin_archive - - @property - def plugin_configurations(self) -> PluginConfigurationList: - if self._plugin_configurations is None: - self._plugin_configurations = PluginConfigurationList(self) - return self._plugin_configurations - - @property - def plugin_configuration_archive(self) -> PluginConfigurationArchiveList: - if self._plugin_configuration_archive is None: - self._plugin_configuration_archive = PluginConfigurationArchiveList(self) - return self._plugin_configuration_archive - - @property - def plugin_releases(self) -> PluginReleaseList: - if self._plugin_releases is None: - self._plugin_releases = PluginReleaseList(self) - return self._plugin_releases - - @property - def plugin_version_archive(self) -> PluginVersionArchiveList: - if self._plugin_version_archive is None: - self._plugin_version_archive = PluginVersionArchiveList(self) - return self._plugin_version_archive - - @property - def provisioning_status(self) -> ProvisioningStatusList: - if self._provisioning_status is None: - self._provisioning_status = ProvisioningStatusList(self) - return self._provisioning_status - - @property - def web_channel(self) -> WebChannelList: - if self._web_channel is None: - self._web_channel = WebChannelList(self) - return self._web_channel - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/assessments.py b/rest/flex_api/v1/assessments.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/assessments.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/channel.py b/rest/flex_api/v1/channel.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/configuration.py b/rest/flex_api/v1/configuration.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/flex_flow.py b/rest/flex_api/v1/flex_flow.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/flex_flow.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_assessments_comment.py b/rest/flex_api/v1/insights_assessments_comment.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_assessments_comment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_conversations.py b/rest/flex_api/v1/insights_conversations.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_conversations.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_questionnaires.py b/rest/flex_api/v1/insights_questionnaires.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_questionnaires.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_questionnaires_category.py b/rest/flex_api/v1/insights_questionnaires_category.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_questionnaires_category.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_questionnaires_question.py b/rest/flex_api/v1/insights_questionnaires_question.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_questionnaires_question.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_segments.py b/rest/flex_api/v1/insights_segments.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_segments.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_session.py b/rest/flex_api/v1/insights_session.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_session.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_settings_answer_sets.py b/rest/flex_api/v1/insights_settings_answer_sets.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_settings_answer_sets.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_settings_comment.py b/rest/flex_api/v1/insights_settings_comment.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_settings_comment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/insights_user_roles.py b/rest/flex_api/v1/insights_user_roles.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/insights_user_roles.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/interaction/__init__.py b/rest/flex_api/v1/interaction/__init__.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/interaction/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/__init__.py b/rest/flex_api/v1/interaction/interaction_channel/__init__.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/interaction/interaction_channel/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_invite.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/interaction/interaction_channel/interaction_channel_participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py b/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/interaction/interaction_channel/interaction_transfer.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin/__init__.py b/rest/flex_api/v1/plugin/__init__.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin/plugin_versions.py b/rest/flex_api/v1/plugin/plugin_versions.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin/plugin_versions.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_archive.py b/rest/flex_api/v1/plugin_archive.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_archive.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_configuration/__init__.py b/rest/flex_api/v1/plugin_configuration/__init__.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_configuration/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_configuration/configured_plugin.py b/rest/flex_api/v1/plugin_configuration/configured_plugin.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_configuration/configured_plugin.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_configuration_archive.py b/rest/flex_api/v1/plugin_configuration_archive.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_configuration_archive.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_release.py b/rest/flex_api/v1/plugin_release.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_release.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/plugin_version_archive.py b/rest/flex_api/v1/plugin_version_archive.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/plugin_version_archive.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/provisioning_status.py b/rest/flex_api/v1/provisioning_status.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/provisioning_status.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v1/web_channel.py b/rest/flex_api/v1/web_channel.py deleted file mode 100644 index 8329057b20..0000000000 --- a/rest/flex_api/v1/web_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v2/__init__.py b/rest/flex_api/v2/__init__.py deleted file mode 100644 index e05ffcdfb5..0000000000 --- a/rest/flex_api/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.flex_api.v2.flex_user import FlexUserList -from twilio.rest.flex_api.v2.web_channels import WebChannelsList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of FlexApi - - :param domain: The Twilio.flex_api domain - """ - super().__init__(domain, "v2") - self._flex_user: Optional[FlexUserList] = None - self._web_channels: Optional[WebChannelsList] = None - - @property - def flex_user(self) -> FlexUserList: - if self._flex_user is None: - self._flex_user = FlexUserList(self) - return self._flex_user - - @property - def web_channels(self) -> WebChannelsList: - if self._web_channels is None: - self._web_channels = WebChannelsList(self) - return self._web_channels - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v2/flex_user.py b/rest/flex_api/v2/flex_user.py deleted file mode 100644 index b4269e8137..0000000000 --- a/rest/flex_api/v2/flex_user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/flex_api/v2/web_channels.py b/rest/flex_api/v2/web_channels.py deleted file mode 100644 index b4269e8137..0000000000 --- a/rest/flex_api/v2/web_channels.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Flex - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/frontline_api/v1/__init__.py b/rest/frontline_api/v1/__init__.py deleted file mode 100644 index 610ed37194..0000000000 --- a/rest/frontline_api/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Frontline - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.frontline_api.v1.user import UserList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of FrontlineApi - - :param domain: The Twilio.frontline_api domain - """ - super().__init__(domain, "v1") - self._users: Optional[UserList] = None - - @property - def users(self) -> UserList: - if self._users is None: - self._users = UserList(self) - return self._users - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/frontline_api/v1/user.py b/rest/frontline_api/v1/user.py deleted file mode 100644 index c5511cc224..0000000000 --- a/rest/frontline_api/v1/user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Frontline - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/iam/v1/__init__.py b/rest/iam/v1/__init__.py deleted file mode 100644 index 08c45435a6..0000000000 --- a/rest/iam/v1/__init__.py +++ /dev/null @@ -1,67 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Iam - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.iam.v1.api_key import ApiKeyList -from twilio.rest.iam.v1.get_api_keys import GetApiKeysList -from twilio.rest.iam.v1.new_api_key import NewApiKeyList -from twilio.rest.iam.v1.token import TokenList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Iam - - :param domain: The Twilio.iam domain - """ - super().__init__(domain, "v1") - self._api_key: Optional[ApiKeyList] = None - self._get_api_keys: Optional[GetApiKeysList] = None - self._new_api_key: Optional[NewApiKeyList] = None - self._token: Optional[TokenList] = None - - @property - def api_key(self) -> ApiKeyList: - if self._api_key is None: - self._api_key = ApiKeyList(self) - return self._api_key - - @property - def get_api_keys(self) -> GetApiKeysList: - if self._get_api_keys is None: - self._get_api_keys = GetApiKeysList(self) - return self._get_api_keys - - @property - def new_api_key(self) -> NewApiKeyList: - if self._new_api_key is None: - self._new_api_key = NewApiKeyList(self) - return self._new_api_key - - @property - def token(self) -> TokenList: - if self._token is None: - self._token = TokenList(self) - return self._token - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/iam/v1/api_key.py b/rest/iam/v1/api_key.py deleted file mode 100644 index 5c8d2dfe60..0000000000 --- a/rest/iam/v1/api_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Iam - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/iam/v1/get_api_keys.py b/rest/iam/v1/get_api_keys.py deleted file mode 100644 index 5c8d2dfe60..0000000000 --- a/rest/iam/v1/get_api_keys.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Iam - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/iam/v1/new_api_key.py b/rest/iam/v1/new_api_key.py deleted file mode 100644 index 5c8d2dfe60..0000000000 --- a/rest/iam/v1/new_api_key.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Iam - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/iam/v1/token.py b/rest/iam/v1/token.py deleted file mode 100644 index 5c8d2dfe60..0000000000 --- a/rest/iam/v1/token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Iam - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/__init__.py b/rest/insights/v1/__init__.py deleted file mode 100644 index 8f7d1946f0..0000000000 --- a/rest/insights/v1/__init__.py +++ /dev/null @@ -1,75 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.insights.v1.call import CallList -from twilio.rest.insights.v1.call_summaries import CallSummariesList -from twilio.rest.insights.v1.conference import ConferenceList -from twilio.rest.insights.v1.room import RoomList -from twilio.rest.insights.v1.setting import SettingList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Insights - - :param domain: The Twilio.insights domain - """ - super().__init__(domain, "v1") - self._calls: Optional[CallList] = None - self._call_summaries: Optional[CallSummariesList] = None - self._conferences: Optional[ConferenceList] = None - self._rooms: Optional[RoomList] = None - self._settings: Optional[SettingList] = None - - @property - def calls(self) -> CallList: - if self._calls is None: - self._calls = CallList(self) - return self._calls - - @property - def call_summaries(self) -> CallSummariesList: - if self._call_summaries is None: - self._call_summaries = CallSummariesList(self) - return self._call_summaries - - @property - def conferences(self) -> ConferenceList: - if self._conferences is None: - self._conferences = ConferenceList(self) - return self._conferences - - @property - def rooms(self) -> RoomList: - if self._rooms is None: - self._rooms = RoomList(self) - return self._rooms - - @property - def settings(self) -> SettingList: - if self._settings is None: - self._settings = SettingList(self) - return self._settings - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call/__init__.py b/rest/insights/v1/call/__init__.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call/annotation.py b/rest/insights/v1/call/annotation.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call/annotation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call/call_summary.py b/rest/insights/v1/call/call_summary.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call/call_summary.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call/event.py b/rest/insights/v1/call/event.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call/event.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call/metric.py b/rest/insights/v1/call/metric.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call/metric.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/call_summaries.py b/rest/insights/v1/call_summaries.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/call_summaries.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/conference/__init__.py b/rest/insights/v1/conference/__init__.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/conference/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/conference/conference_participant.py b/rest/insights/v1/conference/conference_participant.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/conference/conference_participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/room/__init__.py b/rest/insights/v1/room/__init__.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/room/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/room/participant.py b/rest/insights/v1/room/participant.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/room/participant.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/insights/v1/setting.py b/rest/insights/v1/setting.py deleted file mode 100644 index 866de5773d..0000000000 --- a/rest/insights/v1/setting.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Insights - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/__init__.py b/rest/intelligence/v2/__init__.py deleted file mode 100644 index 4999146f93..0000000000 --- a/rest/intelligence/v2/__init__.py +++ /dev/null @@ -1,99 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.intelligence.v2.custom_operator import CustomOperatorList -from twilio.rest.intelligence.v2.operator import OperatorList -from twilio.rest.intelligence.v2.operator_attachment import OperatorAttachmentList -from twilio.rest.intelligence.v2.operator_attachments import OperatorAttachmentsList -from twilio.rest.intelligence.v2.operator_type import OperatorTypeList -from twilio.rest.intelligence.v2.prebuilt_operator import PrebuiltOperatorList -from twilio.rest.intelligence.v2.service import ServiceList -from twilio.rest.intelligence.v2.transcript import TranscriptList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Intelligence - - :param domain: The Twilio.intelligence domain - """ - super().__init__(domain, "v2") - self._custom_operators: Optional[CustomOperatorList] = None - self._operators: Optional[OperatorList] = None - self._operator_attachment: Optional[OperatorAttachmentList] = None - self._operator_attachments: Optional[OperatorAttachmentsList] = None - self._operator_type: Optional[OperatorTypeList] = None - self._prebuilt_operators: Optional[PrebuiltOperatorList] = None - self._services: Optional[ServiceList] = None - self._transcripts: Optional[TranscriptList] = None - - @property - def custom_operators(self) -> CustomOperatorList: - if self._custom_operators is None: - self._custom_operators = CustomOperatorList(self) - return self._custom_operators - - @property - def operators(self) -> OperatorList: - if self._operators is None: - self._operators = OperatorList(self) - return self._operators - - @property - def operator_attachment(self) -> OperatorAttachmentList: - if self._operator_attachment is None: - self._operator_attachment = OperatorAttachmentList(self) - return self._operator_attachment - - @property - def operator_attachments(self) -> OperatorAttachmentsList: - if self._operator_attachments is None: - self._operator_attachments = OperatorAttachmentsList(self) - return self._operator_attachments - - @property - def operator_type(self) -> OperatorTypeList: - if self._operator_type is None: - self._operator_type = OperatorTypeList(self) - return self._operator_type - - @property - def prebuilt_operators(self) -> PrebuiltOperatorList: - if self._prebuilt_operators is None: - self._prebuilt_operators = PrebuiltOperatorList(self) - return self._prebuilt_operators - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - @property - def transcripts(self) -> TranscriptList: - if self._transcripts is None: - self._transcripts = TranscriptList(self) - return self._transcripts - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/custom_operator.py b/rest/intelligence/v2/custom_operator.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/custom_operator.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/operator.py b/rest/intelligence/v2/operator.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/operator.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/operator_attachment.py b/rest/intelligence/v2/operator_attachment.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/operator_attachment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/operator_attachments.py b/rest/intelligence/v2/operator_attachments.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/operator_attachments.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/operator_type.py b/rest/intelligence/v2/operator_type.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/operator_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/prebuilt_operator.py b/rest/intelligence/v2/prebuilt_operator.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/prebuilt_operator.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/service.py b/rest/intelligence/v2/service.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/service.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/__init__.py b/rest/intelligence/v2/transcript/__init__.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/encrypted_operator_results.py b/rest/intelligence/v2/transcript/encrypted_operator_results.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/encrypted_operator_results.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/encrypted_sentences.py b/rest/intelligence/v2/transcript/encrypted_sentences.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/encrypted_sentences.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/media.py b/rest/intelligence/v2/transcript/media.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/media.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/operator_result.py b/rest/intelligence/v2/transcript/operator_result.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/operator_result.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/intelligence/v2/transcript/sentence.py b/rest/intelligence/v2/transcript/sentence.py deleted file mode 100644 index a703d92298..0000000000 --- a/rest/intelligence/v2/transcript/sentence.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Intelligence - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/__init__.py b/rest/ip_messaging/v1/__init__.py deleted file mode 100644 index d1f40c791f..0000000000 --- a/rest/ip_messaging/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.ip_messaging.v1.credential import CredentialList -from twilio.rest.ip_messaging.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of IpMessaging - - :param domain: The Twilio.ip_messaging domain - """ - super().__init__(domain, "v1") - self._credentials: Optional[CredentialList] = None - self._services: Optional[ServiceList] = None - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/credential.py b/rest/ip_messaging/v1/credential.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/__init__.py b/rest/ip_messaging/v1/service/__init__.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/channel/__init__.py b/rest/ip_messaging/v1/service/channel/__init__.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/channel/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/channel/invite.py b/rest/ip_messaging/v1/service/channel/invite.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/channel/invite.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/channel/member.py b/rest/ip_messaging/v1/service/channel/member.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/channel/member.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/channel/message.py b/rest/ip_messaging/v1/service/channel/message.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/channel/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/role.py b/rest/ip_messaging/v1/service/role.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/user/__init__.py b/rest/ip_messaging/v1/service/user/__init__.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v1/service/user/user_channel.py b/rest/ip_messaging/v1/service/user/user_channel.py deleted file mode 100644 index 634bf87f9b..0000000000 --- a/rest/ip_messaging/v1/service/user/user_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/__init__.py b/rest/ip_messaging/v2/__init__.py deleted file mode 100644 index 6003c86b12..0000000000 --- a/rest/ip_messaging/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.ip_messaging.v2.credential import CredentialList -from twilio.rest.ip_messaging.v2.service import ServiceList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of IpMessaging - - :param domain: The Twilio.ip_messaging domain - """ - super().__init__(domain, "v2") - self._credentials: Optional[CredentialList] = None - self._services: Optional[ServiceList] = None - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/credential.py b/rest/ip_messaging/v2/credential.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/__init__.py b/rest/ip_messaging/v2/service/__init__.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/binding.py b/rest/ip_messaging/v2/service/binding.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/channel/__init__.py b/rest/ip_messaging/v2/service/channel/__init__.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/channel/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/channel/invite.py b/rest/ip_messaging/v2/service/channel/invite.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/channel/invite.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/channel/member.py b/rest/ip_messaging/v2/service/channel/member.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/channel/member.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/channel/message.py b/rest/ip_messaging/v2/service/channel/message.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/channel/message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/channel/webhook.py b/rest/ip_messaging/v2/service/channel/webhook.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/channel/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/role.py b/rest/ip_messaging/v2/service/role.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/role.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/user/__init__.py b/rest/ip_messaging/v2/service/user/__init__.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/user/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/user/user_binding.py b/rest/ip_messaging/v2/service/user/user_binding.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/user/user_binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/ip_messaging/v2/service/user/user_channel.py b/rest/ip_messaging/v2/service/user/user_channel.py deleted file mode 100644 index 2bbdc76424..0000000000 --- a/rest/ip_messaging/v2/service/user/user_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Ip_messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/knowledge/v1/__init__.py b/rest/knowledge/v1/__init__.py deleted file mode 100644 index 9609bff951..0000000000 --- a/rest/knowledge/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Knowledge - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.knowledge.v1.knowledge import KnowledgeList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Knowledge - - :param domain: The Twilio.knowledge domain - """ - super().__init__(domain, "v1") - self._knowledge: Optional[KnowledgeList] = None - - @property - def knowledge(self) -> KnowledgeList: - if self._knowledge is None: - self._knowledge = KnowledgeList(self) - return self._knowledge - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/knowledge/v1/knowledge/__init__.py b/rest/knowledge/v1/knowledge/__init__.py deleted file mode 100644 index 07c1c309c2..0000000000 --- a/rest/knowledge/v1/knowledge/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Knowledge - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/knowledge/v1/knowledge/chunk.py b/rest/knowledge/v1/knowledge/chunk.py deleted file mode 100644 index 07c1c309c2..0000000000 --- a/rest/knowledge/v1/knowledge/chunk.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Knowledge - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/knowledge/v1/knowledge/knowledge_status.py b/rest/knowledge/v1/knowledge/knowledge_status.py deleted file mode 100644 index 07c1c309c2..0000000000 --- a/rest/knowledge/v1/knowledge/knowledge_status.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Knowledge - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v1/__init__.py b/rest/lookups/v1/__init__.py deleted file mode 100644 index 72204da366..0000000000 --- a/rest/lookups/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.lookups.v1.phone_number import PhoneNumberList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Lookups - - :param domain: The Twilio.lookups domain - """ - super().__init__(domain, "v1") - self._phone_numbers: Optional[PhoneNumberList] = None - - @property - def phone_numbers(self) -> PhoneNumberList: - if self._phone_numbers is None: - self._phone_numbers = PhoneNumberList(self) - return self._phone_numbers - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v1/phone_number.py b/rest/lookups/v1/phone_number.py deleted file mode 100644 index a844e92476..0000000000 --- a/rest/lookups/v1/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/__init__.py b/rest/lookups/v2/__init__.py deleted file mode 100644 index 852f552540..0000000000 --- a/rest/lookups/v2/__init__.py +++ /dev/null @@ -1,75 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.lookups.v2.bucket import BucketList -from twilio.rest.lookups.v2.lookup_override import LookupOverrideList -from twilio.rest.lookups.v2.phone_number import PhoneNumberList -from twilio.rest.lookups.v2.query import QueryList -from twilio.rest.lookups.v2.rate_limit import RateLimitList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Lookups - - :param domain: The Twilio.lookups domain - """ - super().__init__(domain, "v2") - self._bucket: Optional[BucketList] = None - self._lookup_overrides: Optional[LookupOverrideList] = None - self._phone_numbers: Optional[PhoneNumberList] = None - self._query: Optional[QueryList] = None - self._rate_limits: Optional[RateLimitList] = None - - @property - def bucket(self) -> BucketList: - if self._bucket is None: - self._bucket = BucketList(self) - return self._bucket - - @property - def lookup_overrides(self) -> LookupOverrideList: - if self._lookup_overrides is None: - self._lookup_overrides = LookupOverrideList(self) - return self._lookup_overrides - - @property - def phone_numbers(self) -> PhoneNumberList: - if self._phone_numbers is None: - self._phone_numbers = PhoneNumberList(self) - return self._phone_numbers - - @property - def query(self) -> QueryList: - if self._query is None: - self._query = QueryList(self) - return self._query - - @property - def rate_limits(self) -> RateLimitList: - if self._rate_limits is None: - self._rate_limits = RateLimitList(self) - return self._rate_limits - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/bucket.py b/rest/lookups/v2/bucket.py deleted file mode 100644 index 2900b0395d..0000000000 --- a/rest/lookups/v2/bucket.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/lookup_override.py b/rest/lookups/v2/lookup_override.py deleted file mode 100644 index 2900b0395d..0000000000 --- a/rest/lookups/v2/lookup_override.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/phone_number.py b/rest/lookups/v2/phone_number.py deleted file mode 100644 index 2900b0395d..0000000000 --- a/rest/lookups/v2/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/query.py b/rest/lookups/v2/query.py deleted file mode 100644 index 2900b0395d..0000000000 --- a/rest/lookups/v2/query.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/lookups/v2/rate_limit.py b/rest/lookups/v2/rate_limit.py deleted file mode 100644 index 2900b0395d..0000000000 --- a/rest/lookups/v2/rate_limit.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Lookups - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/__init__.py b/rest/marketplace/v1/__init__.py deleted file mode 100644 index 6a84b31cd9..0000000000 --- a/rest/marketplace/v1/__init__.py +++ /dev/null @@ -1,75 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.marketplace.v1.available_add_on import AvailableAddOnList -from twilio.rest.marketplace.v1.installed_add_on import InstalledAddOnList -from twilio.rest.marketplace.v1.module_data import ModuleDataList -from twilio.rest.marketplace.v1.module_data_management import ModuleDataManagementList -from twilio.rest.marketplace.v1.referral_conversion import ReferralConversionList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Marketplace - - :param domain: The Twilio.marketplace domain - """ - super().__init__(domain, "v1") - self._available_add_ons: Optional[AvailableAddOnList] = None - self._installed_add_ons: Optional[InstalledAddOnList] = None - self._module_data: Optional[ModuleDataList] = None - self._module_data_management: Optional[ModuleDataManagementList] = None - self._referral_conversion: Optional[ReferralConversionList] = None - - @property - def available_add_ons(self) -> AvailableAddOnList: - if self._available_add_ons is None: - self._available_add_ons = AvailableAddOnList(self) - return self._available_add_ons - - @property - def installed_add_ons(self) -> InstalledAddOnList: - if self._installed_add_ons is None: - self._installed_add_ons = InstalledAddOnList(self) - return self._installed_add_ons - - @property - def module_data(self) -> ModuleDataList: - if self._module_data is None: - self._module_data = ModuleDataList(self) - return self._module_data - - @property - def module_data_management(self) -> ModuleDataManagementList: - if self._module_data_management is None: - self._module_data_management = ModuleDataManagementList(self) - return self._module_data_management - - @property - def referral_conversion(self) -> ReferralConversionList: - if self._referral_conversion is None: - self._referral_conversion = ReferralConversionList(self) - return self._referral_conversion - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/available_add_on/__init__.py b/rest/marketplace/v1/available_add_on/__init__.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/available_add_on/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/available_add_on/available_add_on_extension.py b/rest/marketplace/v1/available_add_on/available_add_on_extension.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/available_add_on/available_add_on_extension.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/installed_add_on/__init__.py b/rest/marketplace/v1/installed_add_on/__init__.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/installed_add_on/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py b/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/installed_add_on/installed_add_on_extension.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py b/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/installed_add_on/installed_add_on_usage.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/module_data.py b/rest/marketplace/v1/module_data.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/module_data.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/module_data_management.py b/rest/marketplace/v1/module_data_management.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/module_data_management.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/marketplace/v1/referral_conversion.py b/rest/marketplace/v1/referral_conversion.py deleted file mode 100644 index b6bddcbed5..0000000000 --- a/rest/marketplace/v1/referral_conversion.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Marketplace - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/__init__.py b/rest/messaging/v1/__init__.py deleted file mode 100644 index 6bd630fbd8..0000000000 --- a/rest/messaging/v1/__init__.py +++ /dev/null @@ -1,151 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.messaging.v1.brand_registration import BrandRegistrationList -from twilio.rest.messaging.v1.deactivations import DeactivationsList -from twilio.rest.messaging.v1.domain_certs import DomainCertsList -from twilio.rest.messaging.v1.domain_config import DomainConfigList -from twilio.rest.messaging.v1.domain_config_messaging_service import ( - DomainConfigMessagingServiceList, -) -from twilio.rest.messaging.v1.external_campaign import ExternalCampaignList -from twilio.rest.messaging.v1.linkshortening_messaging_service import ( - LinkshorteningMessagingServiceList, -) -from twilio.rest.messaging.v1.linkshortening_messaging_service_domain_association import ( - LinkshorteningMessagingServiceDomainAssociationList, -) -from twilio.rest.messaging.v1.request_managed_cert import RequestManagedCertList -from twilio.rest.messaging.v1.service import ServiceList -from twilio.rest.messaging.v1.tollfree_verification import TollfreeVerificationList -from twilio.rest.messaging.v1.usecase import UsecaseList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Messaging - - :param domain: The Twilio.messaging domain - """ - super().__init__(domain, "v1") - self._brand_registrations: Optional[BrandRegistrationList] = None - self._deactivations: Optional[DeactivationsList] = None - self._domain_certs: Optional[DomainCertsList] = None - self._domain_config: Optional[DomainConfigList] = None - self._domain_config_messaging_service: Optional[ - DomainConfigMessagingServiceList - ] = None - self._external_campaign: Optional[ExternalCampaignList] = None - self._linkshortening_messaging_service: Optional[ - LinkshorteningMessagingServiceList - ] = None - self._linkshortening_messaging_service_domain_association: Optional[ - LinkshorteningMessagingServiceDomainAssociationList - ] = None - self._request_managed_cert: Optional[RequestManagedCertList] = None - self._services: Optional[ServiceList] = None - self._tollfree_verifications: Optional[TollfreeVerificationList] = None - self._usecases: Optional[UsecaseList] = None - - @property - def brand_registrations(self) -> BrandRegistrationList: - if self._brand_registrations is None: - self._brand_registrations = BrandRegistrationList(self) - return self._brand_registrations - - @property - def deactivations(self) -> DeactivationsList: - if self._deactivations is None: - self._deactivations = DeactivationsList(self) - return self._deactivations - - @property - def domain_certs(self) -> DomainCertsList: - if self._domain_certs is None: - self._domain_certs = DomainCertsList(self) - return self._domain_certs - - @property - def domain_config(self) -> DomainConfigList: - if self._domain_config is None: - self._domain_config = DomainConfigList(self) - return self._domain_config - - @property - def domain_config_messaging_service(self) -> DomainConfigMessagingServiceList: - if self._domain_config_messaging_service is None: - self._domain_config_messaging_service = DomainConfigMessagingServiceList( - self - ) - return self._domain_config_messaging_service - - @property - def external_campaign(self) -> ExternalCampaignList: - if self._external_campaign is None: - self._external_campaign = ExternalCampaignList(self) - return self._external_campaign - - @property - def linkshortening_messaging_service(self) -> LinkshorteningMessagingServiceList: - if self._linkshortening_messaging_service is None: - self._linkshortening_messaging_service = LinkshorteningMessagingServiceList( - self - ) - return self._linkshortening_messaging_service - - @property - def linkshortening_messaging_service_domain_association( - self, - ) -> LinkshorteningMessagingServiceDomainAssociationList: - if self._linkshortening_messaging_service_domain_association is None: - self._linkshortening_messaging_service_domain_association = ( - LinkshorteningMessagingServiceDomainAssociationList(self) - ) - return self._linkshortening_messaging_service_domain_association - - @property - def request_managed_cert(self) -> RequestManagedCertList: - if self._request_managed_cert is None: - self._request_managed_cert = RequestManagedCertList(self) - return self._request_managed_cert - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - @property - def tollfree_verifications(self) -> TollfreeVerificationList: - if self._tollfree_verifications is None: - self._tollfree_verifications = TollfreeVerificationList(self) - return self._tollfree_verifications - - @property - def usecases(self) -> UsecaseList: - if self._usecases is None: - self._usecases = UsecaseList(self) - return self._usecases - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/brand_registration/__init__.py b/rest/messaging/v1/brand_registration/__init__.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/brand_registration/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/brand_registration/brand_registration_otp.py b/rest/messaging/v1/brand_registration/brand_registration_otp.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/brand_registration/brand_registration_otp.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/brand_registration/brand_vetting.py b/rest/messaging/v1/brand_registration/brand_vetting.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/brand_registration/brand_vetting.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/deactivations.py b/rest/messaging/v1/deactivations.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/deactivations.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/domain_certs.py b/rest/messaging/v1/domain_certs.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/domain_certs.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/domain_config.py b/rest/messaging/v1/domain_config.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/domain_config.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/domain_config_messaging_service.py b/rest/messaging/v1/domain_config_messaging_service.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/domain_config_messaging_service.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/external_campaign.py b/rest/messaging/v1/external_campaign.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/external_campaign.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/linkshortening_messaging_service.py b/rest/messaging/v1/linkshortening_messaging_service.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/linkshortening_messaging_service.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/linkshortening_messaging_service_domain_association.py b/rest/messaging/v1/linkshortening_messaging_service_domain_association.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/linkshortening_messaging_service_domain_association.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/request_managed_cert.py b/rest/messaging/v1/request_managed_cert.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/request_managed_cert.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/__init__.py b/rest/messaging/v1/service/__init__.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/alpha_sender.py b/rest/messaging/v1/service/alpha_sender.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/alpha_sender.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/channel_sender.py b/rest/messaging/v1/service/channel_sender.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/channel_sender.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/destination_alpha_sender.py b/rest/messaging/v1/service/destination_alpha_sender.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/destination_alpha_sender.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/phone_number.py b/rest/messaging/v1/service/phone_number.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/short_code.py b/rest/messaging/v1/service/short_code.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/short_code.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/us_app_to_person.py b/rest/messaging/v1/service/us_app_to_person.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/us_app_to_person.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/service/us_app_to_person_usecase.py b/rest/messaging/v1/service/us_app_to_person_usecase.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/service/us_app_to_person_usecase.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/tollfree_verification.py b/rest/messaging/v1/tollfree_verification.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/tollfree_verification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v1/usecase.py b/rest/messaging/v1/usecase.py deleted file mode 100644 index d442c98446..0000000000 --- a/rest/messaging/v1/usecase.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v2/__init__.py b/rest/messaging/v2/__init__.py deleted file mode 100644 index 92cea575e1..0000000000 --- a/rest/messaging/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.messaging.v2.channels_sender import ChannelsSenderList -from twilio.rest.messaging.v2.typing_indicator import TypingIndicatorList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Messaging - - :param domain: The Twilio.messaging domain - """ - super().__init__(domain, "v2") - self._channels_senders: Optional[ChannelsSenderList] = None - self._typing_indicator: Optional[TypingIndicatorList] = None - - @property - def channels_senders(self) -> ChannelsSenderList: - if self._channels_senders is None: - self._channels_senders = ChannelsSenderList(self) - return self._channels_senders - - @property - def typing_indicator(self) -> TypingIndicatorList: - if self._typing_indicator is None: - self._typing_indicator = TypingIndicatorList(self) - return self._typing_indicator - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v2/channels_sender.py b/rest/messaging/v2/channels_sender.py deleted file mode 100644 index f13ecbcb04..0000000000 --- a/rest/messaging/v2/channels_sender.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/messaging/v2/typing_indicator.py b/rest/messaging/v2/typing_indicator.py deleted file mode 100644 index f13ecbcb04..0000000000 --- a/rest/messaging/v2/typing_indicator.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Messaging - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v1/__init__.py b/rest/monitor/v1/__init__.py deleted file mode 100644 index e892612b3b..0000000000 --- a/rest/monitor/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Monitor - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.monitor.v1.alert import AlertList -from twilio.rest.monitor.v1.event import EventList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Monitor - - :param domain: The Twilio.monitor domain - """ - super().__init__(domain, "v1") - self._alerts: Optional[AlertList] = None - self._events: Optional[EventList] = None - - @property - def alerts(self) -> AlertList: - if self._alerts is None: - self._alerts = AlertList(self) - return self._alerts - - @property - def events(self) -> EventList: - if self._events is None: - self._events = EventList(self) - return self._events - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v1/alert.py b/rest/monitor/v1/alert.py deleted file mode 100644 index cdce99b571..0000000000 --- a/rest/monitor/v1/alert.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Monitor - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v1/event.py b/rest/monitor/v1/event.py deleted file mode 100644 index cdce99b571..0000000000 --- a/rest/monitor/v1/event.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Monitor - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v2/__init__.py b/rest/monitor/v2/__init__.py deleted file mode 100644 index d2d420c1df..0000000000 --- a/rest/monitor/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Alarms - Manages Twilio Alarms - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.monitor.v2.alarm import AlarmList -from twilio.rest.monitor.v2.status import StatusList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Monitor - - :param domain: The Twilio.monitor domain - """ - super().__init__(domain, "v2") - self._alarms: Optional[AlarmList] = None - self._status: Optional[StatusList] = None - - @property - def alarms(self) -> AlarmList: - if self._alarms is None: - self._alarms = AlarmList(self) - return self._alarms - - @property - def status(self) -> StatusList: - if self._status is None: - self._status = StatusList(self) - return self._status - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v2/alarm.py b/rest/monitor/v2/alarm.py deleted file mode 100644 index fa98e3e36b..0000000000 --- a/rest/monitor/v2/alarm.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Alarms - Manages Twilio Alarms - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/monitor/v2/status.py b/rest/monitor/v2/status.py deleted file mode 100644 index fa98e3e36b..0000000000 --- a/rest/monitor/v2/status.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Alarms - Manages Twilio Alarms - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/notify/v1/__init__.py b/rest/notify/v1/__init__.py deleted file mode 100644 index 90cab95028..0000000000 --- a/rest/notify/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Notify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.notify.v1.credential import CredentialList -from twilio.rest.notify.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Notify - - :param domain: The Twilio.notify domain - """ - super().__init__(domain, "v1") - self._credentials: Optional[CredentialList] = None - self._services: Optional[ServiceList] = None - - @property - def credentials(self) -> CredentialList: - if self._credentials is None: - self._credentials = CredentialList(self) - return self._credentials - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/notify/v1/credential.py b/rest/notify/v1/credential.py deleted file mode 100644 index 85d93bf7b0..0000000000 --- a/rest/notify/v1/credential.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Notify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/notify/v1/service/__init__.py b/rest/notify/v1/service/__init__.py deleted file mode 100644 index 85d93bf7b0..0000000000 --- a/rest/notify/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Notify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/notify/v1/service/binding.py b/rest/notify/v1/service/binding.py deleted file mode 100644 index 85d93bf7b0..0000000000 --- a/rest/notify/v1/service/binding.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Notify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/notify/v1/service/notification.py b/rest/notify/v1/service/notification.py deleted file mode 100644 index 85d93bf7b0..0000000000 --- a/rest/notify/v1/service/notification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Notify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/__init__.py b/rest/numbers/v1/__init__.py deleted file mode 100644 index 51da08ad11..0000000000 --- a/rest/numbers/v1/__init__.py +++ /dev/null @@ -1,135 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.numbers.v1.bulk_eligibility import BulkEligibilityList -from twilio.rest.numbers.v1.eligibility import EligibilityList -from twilio.rest.numbers.v1.porting_all_port_in import PortingAllPortInList -from twilio.rest.numbers.v1.porting_port_in import PortingPortInList -from twilio.rest.numbers.v1.porting_port_in_phone_number import ( - PortingPortInPhoneNumberList, -) -from twilio.rest.numbers.v1.porting_portability import PortingPortabilityList -from twilio.rest.numbers.v1.porting_webhook_configuration import ( - PortingWebhookConfigurationList, -) -from twilio.rest.numbers.v1.porting_webhook_configuration_delete import ( - PortingWebhookConfigurationDeleteList, -) -from twilio.rest.numbers.v1.signing_request_configuration import ( - SigningRequestConfigurationList, -) -from twilio.rest.numbers.v1.webhook import WebhookList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Numbers - - :param domain: The Twilio.numbers domain - """ - super().__init__(domain, "v1") - self._bulk_eligibilities: Optional[BulkEligibilityList] = None - self._eligibilities: Optional[EligibilityList] = None - self._porting_all_port_ins: Optional[PortingAllPortInList] = None - self._porting_port_ins: Optional[PortingPortInList] = None - self._porting_port_in_phone_number: Optional[PortingPortInPhoneNumberList] = ( - None - ) - self._porting_portabilities: Optional[PortingPortabilityList] = None - self._porting_webhook_configurations: Optional[ - PortingWebhookConfigurationList - ] = None - self._porting_webhook_configurations_delete: Optional[ - PortingWebhookConfigurationDeleteList - ] = None - self._signing_request_configurations: Optional[ - SigningRequestConfigurationList - ] = None - self._webhook: Optional[WebhookList] = None - - @property - def bulk_eligibilities(self) -> BulkEligibilityList: - if self._bulk_eligibilities is None: - self._bulk_eligibilities = BulkEligibilityList(self) - return self._bulk_eligibilities - - @property - def eligibilities(self) -> EligibilityList: - if self._eligibilities is None: - self._eligibilities = EligibilityList(self) - return self._eligibilities - - @property - def porting_all_port_ins(self) -> PortingAllPortInList: - if self._porting_all_port_ins is None: - self._porting_all_port_ins = PortingAllPortInList(self) - return self._porting_all_port_ins - - @property - def porting_port_ins(self) -> PortingPortInList: - if self._porting_port_ins is None: - self._porting_port_ins = PortingPortInList(self) - return self._porting_port_ins - - @property - def porting_port_in_phone_number(self) -> PortingPortInPhoneNumberList: - if self._porting_port_in_phone_number is None: - self._porting_port_in_phone_number = PortingPortInPhoneNumberList(self) - return self._porting_port_in_phone_number - - @property - def porting_portabilities(self) -> PortingPortabilityList: - if self._porting_portabilities is None: - self._porting_portabilities = PortingPortabilityList(self) - return self._porting_portabilities - - @property - def porting_webhook_configurations(self) -> PortingWebhookConfigurationList: - if self._porting_webhook_configurations is None: - self._porting_webhook_configurations = PortingWebhookConfigurationList(self) - return self._porting_webhook_configurations - - @property - def porting_webhook_configurations_delete( - self, - ) -> PortingWebhookConfigurationDeleteList: - if self._porting_webhook_configurations_delete is None: - self._porting_webhook_configurations_delete = ( - PortingWebhookConfigurationDeleteList(self) - ) - return self._porting_webhook_configurations_delete - - @property - def signing_request_configurations(self) -> SigningRequestConfigurationList: - if self._signing_request_configurations is None: - self._signing_request_configurations = SigningRequestConfigurationList(self) - return self._signing_request_configurations - - @property - def webhook(self) -> WebhookList: - if self._webhook is None: - self._webhook = WebhookList(self) - return self._webhook - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/bulk_eligibility.py b/rest/numbers/v1/bulk_eligibility.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/bulk_eligibility.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/eligibility.py b/rest/numbers/v1/eligibility.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/eligibility.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_all_port_in.py b/rest/numbers/v1/porting_all_port_in.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_all_port_in.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_port_in.py b/rest/numbers/v1/porting_port_in.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_port_in.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_port_in_phone_number.py b/rest/numbers/v1/porting_port_in_phone_number.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_port_in_phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_portability.py b/rest/numbers/v1/porting_portability.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_portability.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_webhook_configuration.py b/rest/numbers/v1/porting_webhook_configuration.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_webhook_configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/porting_webhook_configuration_delete.py b/rest/numbers/v1/porting_webhook_configuration_delete.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/porting_webhook_configuration_delete.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/signing_request_configuration.py b/rest/numbers/v1/signing_request_configuration.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/signing_request_configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v1/webhook.py b/rest/numbers/v1/webhook.py deleted file mode 100644 index baf9d65953..0000000000 --- a/rest/numbers/v1/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/__init__.py b/rest/numbers/v2/__init__.py deleted file mode 100644 index 04b303486e..0000000000 --- a/rest/numbers/v2/__init__.py +++ /dev/null @@ -1,75 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.numbers.v2.authorization_document import AuthorizationDocumentList -from twilio.rest.numbers.v2.bulk_hosted_number_order import BulkHostedNumberOrderList -from twilio.rest.numbers.v2.bundle_clone import BundleCloneList -from twilio.rest.numbers.v2.hosted_number_order import HostedNumberOrderList -from twilio.rest.numbers.v2.regulatory_compliance import RegulatoryComplianceList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Numbers - - :param domain: The Twilio.numbers domain - """ - super().__init__(domain, "v2") - self._authorization_documents: Optional[AuthorizationDocumentList] = None - self._bulk_hosted_number_orders: Optional[BulkHostedNumberOrderList] = None - self._bundle_clone: Optional[BundleCloneList] = None - self._hosted_number_orders: Optional[HostedNumberOrderList] = None - self._regulatory_compliance: Optional[RegulatoryComplianceList] = None - - @property - def authorization_documents(self) -> AuthorizationDocumentList: - if self._authorization_documents is None: - self._authorization_documents = AuthorizationDocumentList(self) - return self._authorization_documents - - @property - def bulk_hosted_number_orders(self) -> BulkHostedNumberOrderList: - if self._bulk_hosted_number_orders is None: - self._bulk_hosted_number_orders = BulkHostedNumberOrderList(self) - return self._bulk_hosted_number_orders - - @property - def bundle_clone(self) -> BundleCloneList: - if self._bundle_clone is None: - self._bundle_clone = BundleCloneList(self) - return self._bundle_clone - - @property - def hosted_number_orders(self) -> HostedNumberOrderList: - if self._hosted_number_orders is None: - self._hosted_number_orders = HostedNumberOrderList(self) - return self._hosted_number_orders - - @property - def regulatory_compliance(self) -> RegulatoryComplianceList: - if self._regulatory_compliance is None: - self._regulatory_compliance = RegulatoryComplianceList(self) - return self._regulatory_compliance - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/authorization_document/__init__.py b/rest/numbers/v2/authorization_document/__init__.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/authorization_document/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py b/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/authorization_document/dependent_hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/bulk_hosted_number_order.py b/rest/numbers/v2/bulk_hosted_number_order.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/bulk_hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/bundle_clone.py b/rest/numbers/v2/bundle_clone.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/bundle_clone.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/hosted_number_order.py b/rest/numbers/v2/hosted_number_order.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/__init__.py b/rest/numbers/v2/regulatory_compliance/__init__.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/__init__.py b/rest/numbers/v2/regulatory_compliance/bundle/__init__.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/bundle/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py b/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/bundle/bundle_copy.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py b/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/bundle/evaluation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py b/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/bundle/item_assignment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py b/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/bundle/replace_items.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/end_user.py b/rest/numbers/v2/regulatory_compliance/end_user.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/end_user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/end_user_type.py b/rest/numbers/v2/regulatory_compliance/end_user_type.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/end_user_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/regulation.py b/rest/numbers/v2/regulatory_compliance/regulation.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/regulation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/supporting_document.py b/rest/numbers/v2/regulatory_compliance/supporting_document.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/supporting_document.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v2/regulatory_compliance/supporting_document_type.py b/rest/numbers/v2/regulatory_compliance/supporting_document_type.py deleted file mode 100644 index 1cde32a262..0000000000 --- a/rest/numbers/v2/regulatory_compliance/supporting_document_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v3/__init__.py b/rest/numbers/v3/__init__.py deleted file mode 100644 index 9826e176fb..0000000000 --- a/rest/numbers/v3/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.numbers.v3.hosted_number_order import HostedNumberOrderList - - -class V3(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V3 version of Numbers - - :param domain: The Twilio.numbers domain - """ - super().__init__(domain, "v3") - self._hosted_number_orders: Optional[HostedNumberOrderList] = None - - @property - def hosted_number_orders(self) -> HostedNumberOrderList: - if self._hosted_number_orders is None: - self._hosted_number_orders = HostedNumberOrderList(self) - return self._hosted_number_orders - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/numbers/v3/hosted_number_order.py b/rest/numbers/v3/hosted_number_order.py deleted file mode 100644 index 993a07640b..0000000000 --- a/rest/numbers/v3/hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Numbers - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/oauth/v1/__init__.py b/rest/oauth/v1/__init__.py deleted file mode 100644 index e05c7de520..0000000000 --- a/rest/oauth/v1/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Oauth - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.oauth.v1.authorize import AuthorizeList -from twilio.rest.oauth.v1.token import TokenList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Oauth - - :param domain: The Twilio.oauth domain - """ - super().__init__(domain, "v1") - self._authorize: Optional[AuthorizeList] = None - self._token: Optional[TokenList] = None - - @property - def authorize(self) -> AuthorizeList: - if self._authorize is None: - self._authorize = AuthorizeList(self) - return self._authorize - - @property - def token(self) -> TokenList: - if self._token is None: - self._token = TokenList(self) - return self._token - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/oauth/v1/authorize.py b/rest/oauth/v1/authorize.py deleted file mode 100644 index be46bb70d0..0000000000 --- a/rest/oauth/v1/authorize.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Oauth - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/oauth/v1/token.py b/rest/oauth/v1/token.py deleted file mode 100644 index be46bb70d0..0000000000 --- a/rest/oauth/v1/token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Oauth - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/oauth/v2/__init__.py b/rest/oauth/v2/__init__.py deleted file mode 100644 index d30b757018..0000000000 --- a/rest/oauth/v2/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - User OAuth API - User OAuth API - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.oauth.v2.token import TokenList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Oauth - - :param domain: The Twilio.oauth domain - """ - super().__init__(domain, "v2") - self._token: Optional[TokenList] = None - - @property - def token(self) -> TokenList: - if self._token is None: - self._token = TokenList(self) - return self._token - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/oauth/v2/token.py b/rest/oauth/v2/token.py deleted file mode 100644 index dfc73a9475..0000000000 --- a/rest/oauth/v2/token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - User OAuth API - User OAuth API - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/hosted_numbers/__init__.py b/rest/preview/hosted_numbers/__init__.py deleted file mode 100644 index 7b3a767eef..0000000000 --- a/rest/preview/hosted_numbers/__init__.py +++ /dev/null @@ -1,53 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.preview.hosted_numbers.authorization_document import ( - AuthorizationDocumentList, -) -from twilio.rest.preview.hosted_numbers.hosted_number_order import HostedNumberOrderList - - -class HostedNumbers(Version): - - def __init__(self, domain: Domain): - """ - Initialize the HostedNumbers version of Preview - - :param domain: The Twilio.preview domain - """ - super().__init__(domain, "HostedNumbers") - self._authorization_documents: Optional[AuthorizationDocumentList] = None - self._hosted_number_orders: Optional[HostedNumberOrderList] = None - - @property - def authorization_documents(self) -> AuthorizationDocumentList: - if self._authorization_documents is None: - self._authorization_documents = AuthorizationDocumentList(self) - return self._authorization_documents - - @property - def hosted_number_orders(self) -> HostedNumberOrderList: - if self._hosted_number_orders is None: - self._hosted_number_orders = HostedNumberOrderList(self) - return self._hosted_number_orders - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/hosted_numbers/authorization_document/__init__.py b/rest/preview/hosted_numbers/authorization_document/__init__.py deleted file mode 100644 index b2aeb0501f..0000000000 --- a/rest/preview/hosted_numbers/authorization_document/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py b/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py deleted file mode 100644 index b2aeb0501f..0000000000 --- a/rest/preview/hosted_numbers/authorization_document/dependent_hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/hosted_numbers/hosted_number_order.py b/rest/preview/hosted_numbers/hosted_number_order.py deleted file mode 100644 index b2aeb0501f..0000000000 --- a/rest/preview/hosted_numbers/hosted_number_order.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/marketplace/__init__.py b/rest/preview/marketplace/__init__.py deleted file mode 100644 index fcc99a4112..0000000000 --- a/rest/preview/marketplace/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.preview.marketplace.available_add_on import AvailableAddOnList -from twilio.rest.preview.marketplace.installed_add_on import InstalledAddOnList - - -class Marketplace(Version): - - def __init__(self, domain: Domain): - """ - Initialize the Marketplace version of Preview - - :param domain: The Twilio.preview domain - """ - super().__init__(domain, "marketplace") - self._available_add_ons: Optional[AvailableAddOnList] = None - self._installed_add_ons: Optional[InstalledAddOnList] = None - - @property - def available_add_ons(self) -> AvailableAddOnList: - if self._available_add_ons is None: - self._available_add_ons = AvailableAddOnList(self) - return self._available_add_ons - - @property - def installed_add_ons(self) -> InstalledAddOnList: - if self._installed_add_ons is None: - self._installed_add_ons = InstalledAddOnList(self) - return self._installed_add_ons - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/marketplace/available_add_on/__init__.py b/rest/preview/marketplace/available_add_on/__init__.py deleted file mode 100644 index bc4d6317dc..0000000000 --- a/rest/preview/marketplace/available_add_on/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/marketplace/available_add_on/available_add_on_extension.py b/rest/preview/marketplace/available_add_on/available_add_on_extension.py deleted file mode 100644 index bc4d6317dc..0000000000 --- a/rest/preview/marketplace/available_add_on/available_add_on_extension.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/marketplace/installed_add_on/__init__.py b/rest/preview/marketplace/installed_add_on/__init__.py deleted file mode 100644 index bc4d6317dc..0000000000 --- a/rest/preview/marketplace/installed_add_on/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py b/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py deleted file mode 100644 index bc4d6317dc..0000000000 --- a/rest/preview/marketplace/installed_add_on/installed_add_on_extension.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/wireless/__init__.py b/rest/preview/wireless/__init__.py deleted file mode 100644 index 85ed4fb54d..0000000000 --- a/rest/preview/wireless/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.preview.wireless.command import CommandList -from twilio.rest.preview.wireless.rate_plan import RatePlanList -from twilio.rest.preview.wireless.sim import SimList - - -class Wireless(Version): - - def __init__(self, domain: Domain): - """ - Initialize the Wireless version of Preview - - :param domain: The Twilio.preview domain - """ - super().__init__(domain, "wireless") - self._commands: Optional[CommandList] = None - self._rate_plans: Optional[RatePlanList] = None - self._sims: Optional[SimList] = None - - @property - def commands(self) -> CommandList: - if self._commands is None: - self._commands = CommandList(self) - return self._commands - - @property - def rate_plans(self) -> RatePlanList: - if self._rate_plans is None: - self._rate_plans = RatePlanList(self) - return self._rate_plans - - @property - def sims(self) -> SimList: - if self._sims is None: - self._sims = SimList(self) - return self._sims - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/wireless/command.py b/rest/preview/wireless/command.py deleted file mode 100644 index a7158a4088..0000000000 --- a/rest/preview/wireless/command.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/wireless/rate_plan.py b/rest/preview/wireless/rate_plan.py deleted file mode 100644 index a7158a4088..0000000000 --- a/rest/preview/wireless/rate_plan.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/wireless/sim/__init__.py b/rest/preview/wireless/sim/__init__.py deleted file mode 100644 index a7158a4088..0000000000 --- a/rest/preview/wireless/sim/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview/wireless/sim/usage.py b/rest/preview/wireless/sim/usage.py deleted file mode 100644 index a7158a4088..0000000000 --- a/rest/preview/wireless/sim/usage.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Preview - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/__init__.py b/rest/preview_iam/__init__.py deleted file mode 100644 index dd51b97489..0000000000 --- a/rest/preview_iam/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.preview_iam.organizations.account import AccountList -from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList -from twilio.rest.preview_iam.organizations.user import UserList - - -class Organizations(Version): - - def __init__(self, domain: Domain): - """ - Initialize the Organizations version of PreviewIam - - :param domain: The Twilio.preview_iam domain - """ - super().__init__(domain, "Organizations") - self._accounts: Optional[AccountList] = None - self._role_assignments: Optional[RoleAssignmentList] = None - self._users: Optional[UserList] = None - - @property - def accounts(self) -> AccountList: - if self._accounts is None: - self._accounts = AccountList(self) - return self._accounts - - @property - def role_assignments(self) -> RoleAssignmentList: - if self._role_assignments is None: - self._role_assignments = RoleAssignmentList(self) - return self._role_assignments - - @property - def users(self) -> UserList: - if self._users is None: - self._users = UserList(self) - return self._users - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/organizations/__init__.py b/rest/preview_iam/organizations/__init__.py deleted file mode 100644 index dd51b97489..0000000000 --- a/rest/preview_iam/organizations/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.preview_iam.organizations.account import AccountList -from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList -from twilio.rest.preview_iam.organizations.user import UserList - - -class Organizations(Version): - - def __init__(self, domain: Domain): - """ - Initialize the Organizations version of PreviewIam - - :param domain: The Twilio.preview_iam domain - """ - super().__init__(domain, "Organizations") - self._accounts: Optional[AccountList] = None - self._role_assignments: Optional[RoleAssignmentList] = None - self._users: Optional[UserList] = None - - @property - def accounts(self) -> AccountList: - if self._accounts is None: - self._accounts = AccountList(self) - return self._accounts - - @property - def role_assignments(self) -> RoleAssignmentList: - if self._role_assignments is None: - self._role_assignments = RoleAssignmentList(self) - return self._role_assignments - - @property - def users(self) -> UserList: - if self._users is None: - self._users = UserList(self) - return self._users - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/organizations/account.py b/rest/preview_iam/organizations/account.py deleted file mode 100644 index a4a779b8a8..0000000000 --- a/rest/preview_iam/organizations/account.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/organizations/role_assignment.py b/rest/preview_iam/organizations/role_assignment.py deleted file mode 100644 index a4a779b8a8..0000000000 --- a/rest/preview_iam/organizations/role_assignment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/organizations/user.py b/rest/preview_iam/organizations/user.py deleted file mode 100644 index a4a779b8a8..0000000000 --- a/rest/preview_iam/organizations/user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/v1/authorize.py b/rest/preview_iam/v1/authorize.py deleted file mode 100644 index 57f67c7386..0000000000 --- a/rest/preview_iam/v1/authorize.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/preview_iam/v1/token.py b/rest/preview_iam/v1/token.py deleted file mode 100644 index 57f67c7386..0000000000 --- a/rest/preview_iam/v1/token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Organization Public API - No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/__init__.py b/rest/pricing/v1/__init__.py deleted file mode 100644 index ba8b65885d..0000000000 --- a/rest/pricing/v1/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.pricing.v1.messaging import MessagingList -from twilio.rest.pricing.v1.phone_number import PhoneNumberList -from twilio.rest.pricing.v1.voice import VoiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Pricing - - :param domain: The Twilio.pricing domain - """ - super().__init__(domain, "v1") - self._messaging: Optional[MessagingList] = None - self._phone_numbers: Optional[PhoneNumberList] = None - self._voice: Optional[VoiceList] = None - - @property - def messaging(self) -> MessagingList: - if self._messaging is None: - self._messaging = MessagingList(self) - return self._messaging - - @property - def phone_numbers(self) -> PhoneNumberList: - if self._phone_numbers is None: - self._phone_numbers = PhoneNumberList(self) - return self._phone_numbers - - @property - def voice(self) -> VoiceList: - if self._voice is None: - self._voice = VoiceList(self) - return self._voice - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/messaging/__init__.py b/rest/pricing/v1/messaging/__init__.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/messaging/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/messaging/country.py b/rest/pricing/v1/messaging/country.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/messaging/country.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/phone_number/__init__.py b/rest/pricing/v1/phone_number/__init__.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/phone_number/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/phone_number/country.py b/rest/pricing/v1/phone_number/country.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/phone_number/country.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/voice/__init__.py b/rest/pricing/v1/voice/__init__.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/voice/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/voice/country.py b/rest/pricing/v1/voice/country.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/voice/country.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v1/voice/number.py b/rest/pricing/v1/voice/number.py deleted file mode 100644 index 402f5a94d9..0000000000 --- a/rest/pricing/v1/voice/number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/__init__.py b/rest/pricing/v2/__init__.py deleted file mode 100644 index d0fd67f737..0000000000 --- a/rest/pricing/v2/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.pricing.v2.country import CountryList -from twilio.rest.pricing.v2.number import NumberList -from twilio.rest.pricing.v2.voice import VoiceList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Pricing - - :param domain: The Twilio.pricing domain - """ - super().__init__(domain, "v2") - self._countries: Optional[CountryList] = None - self._numbers: Optional[NumberList] = None - self._voice: Optional[VoiceList] = None - - @property - def countries(self) -> CountryList: - if self._countries is None: - self._countries = CountryList(self) - return self._countries - - @property - def numbers(self) -> NumberList: - if self._numbers is None: - self._numbers = NumberList(self) - return self._numbers - - @property - def voice(self) -> VoiceList: - if self._voice is None: - self._voice = VoiceList(self) - return self._voice - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/country.py b/rest/pricing/v2/country.py deleted file mode 100644 index 13fab050ca..0000000000 --- a/rest/pricing/v2/country.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/number.py b/rest/pricing/v2/number.py deleted file mode 100644 index 13fab050ca..0000000000 --- a/rest/pricing/v2/number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/voice/__init__.py b/rest/pricing/v2/voice/__init__.py deleted file mode 100644 index 13fab050ca..0000000000 --- a/rest/pricing/v2/voice/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/voice/country.py b/rest/pricing/v2/voice/country.py deleted file mode 100644 index 13fab050ca..0000000000 --- a/rest/pricing/v2/voice/country.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/pricing/v2/voice/number.py b/rest/pricing/v2/voice/number.py deleted file mode 100644 index 13fab050ca..0000000000 --- a/rest/pricing/v2/voice/number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Pricing - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/__init__.py b/rest/proxy/v1/__init__.py deleted file mode 100644 index 83737dc0fb..0000000000 --- a/rest/proxy/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.proxy.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Proxy - - :param domain: The Twilio.proxy domain - """ - super().__init__(domain, "v1") - self._services: Optional[ServiceList] = None - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/__init__.py b/rest/proxy/v1/service/__init__.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/phone_number.py b/rest/proxy/v1/service/phone_number.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/session/__init__.py b/rest/proxy/v1/service/session/__init__.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/session/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/session/interaction.py b/rest/proxy/v1/service/session/interaction.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/session/interaction.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/session/participant/__init__.py b/rest/proxy/v1/service/session/participant/__init__.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/session/participant/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/proxy/v1/service/session/participant/message_interaction.py b/rest/proxy/v1/service/session/participant/message_interaction.py deleted file mode 100644 index 59d24b19b9..0000000000 --- a/rest/proxy/v1/service/session/participant/message_interaction.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Proxy - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/routes/v2/__init__.py b/rest/routes/v2/__init__.py deleted file mode 100644 index 56a140efc3..0000000000 --- a/rest/routes/v2/__init__.py +++ /dev/null @@ -1,59 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Routes - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.routes.v2.phone_number import PhoneNumberList -from twilio.rest.routes.v2.sip_domain import SipDomainList -from twilio.rest.routes.v2.trunk import TrunkList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Routes - - :param domain: The Twilio.routes domain - """ - super().__init__(domain, "v2") - self._phone_numbers: Optional[PhoneNumberList] = None - self._sip_domains: Optional[SipDomainList] = None - self._trunks: Optional[TrunkList] = None - - @property - def phone_numbers(self) -> PhoneNumberList: - if self._phone_numbers is None: - self._phone_numbers = PhoneNumberList(self) - return self._phone_numbers - - @property - def sip_domains(self) -> SipDomainList: - if self._sip_domains is None: - self._sip_domains = SipDomainList(self) - return self._sip_domains - - @property - def trunks(self) -> TrunkList: - if self._trunks is None: - self._trunks = TrunkList(self) - return self._trunks - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/routes/v2/phone_number.py b/rest/routes/v2/phone_number.py deleted file mode 100644 index 5dc512311b..0000000000 --- a/rest/routes/v2/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Routes - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/routes/v2/sip_domain.py b/rest/routes/v2/sip_domain.py deleted file mode 100644 index 5dc512311b..0000000000 --- a/rest/routes/v2/sip_domain.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Routes - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/routes/v2/trunk.py b/rest/routes/v2/trunk.py deleted file mode 100644 index 5dc512311b..0000000000 --- a/rest/routes/v2/trunk.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Routes - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/__init__.py b/rest/serverless/v1/__init__.py deleted file mode 100644 index e494615caf..0000000000 --- a/rest/serverless/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.serverless.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Serverless - - :param domain: The Twilio.serverless domain - """ - super().__init__(domain, "v1") - self._services: Optional[ServiceList] = None - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/__init__.py b/rest/serverless/v1/service/__init__.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/asset/__init__.py b/rest/serverless/v1/service/asset/__init__.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/asset/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/asset/asset_version.py b/rest/serverless/v1/service/asset/asset_version.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/asset/asset_version.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/build/__init__.py b/rest/serverless/v1/service/build/__init__.py deleted file mode 100644 index 998b3df457..0000000000 --- a/rest/serverless/v1/service/build/__init__.py +++ /dev/null @@ -1,52 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - - - - - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - - - - - - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return '' - diff --git a/rest/serverless/v1/service/build/build_status.py b/rest/serverless/v1/service/build/build_status.py deleted file mode 100644 index 998b3df457..0000000000 --- a/rest/serverless/v1/service/build/build_status.py +++ /dev/null @@ -1,52 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - - - - - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - - - - - - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return '' - diff --git a/rest/serverless/v1/service/environment/__init__.py b/rest/serverless/v1/service/environment/__init__.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/environment/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/environment/deployment.py b/rest/serverless/v1/service/environment/deployment.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/environment/deployment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/environment/log.py b/rest/serverless/v1/service/environment/log.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/environment/log.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/environment/variable.py b/rest/serverless/v1/service/environment/variable.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/environment/variable.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/function/__init__.py b/rest/serverless/v1/service/function/__init__.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/function/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/function/function_version/__init__.py b/rest/serverless/v1/service/function/function_version/__init__.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/function/function_version/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/serverless/v1/service/function/function_version/function_version_content.py b/rest/serverless/v1/service/function/function_version/function_version_content.py deleted file mode 100644 index 0f11e5d912..0000000000 --- a/rest/serverless/v1/service/function/function_version/function_version_content.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Serverless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/__init__.py b/rest/studio/v1/__init__.py deleted file mode 100644 index 8ab7d71b6c..0000000000 --- a/rest/studio/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.studio.v1.flow import FlowList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Studio - - :param domain: The Twilio.studio domain - """ - super().__init__(domain, "v1") - self._flows: Optional[FlowList] = None - - @property - def flows(self) -> FlowList: - if self._flows is None: - self._flows = FlowList(self) - return self._flows - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/__init__.py b/rest/studio/v1/flow/__init__.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/engagement/__init__.py b/rest/studio/v1/flow/engagement/__init__.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/engagement/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/engagement/engagement_context.py b/rest/studio/v1/flow/engagement/engagement_context.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/engagement/engagement_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/engagement/step/__init__.py b/rest/studio/v1/flow/engagement/step/__init__.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/engagement/step/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/engagement/step/step_context.py b/rest/studio/v1/flow/engagement/step/step_context.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/engagement/step/step_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/execution/__init__.py b/rest/studio/v1/flow/execution/__init__.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/execution/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/execution/execution_context.py b/rest/studio/v1/flow/execution/execution_context.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/execution/execution_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/execution/execution_step/__init__.py b/rest/studio/v1/flow/execution/execution_step/__init__.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/execution/execution_step/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v1/flow/execution/execution_step/execution_step_context.py b/rest/studio/v1/flow/execution/execution_step/execution_step_context.py deleted file mode 100644 index e05acf2f39..0000000000 --- a/rest/studio/v1/flow/execution/execution_step/execution_step_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/__init__.py b/rest/studio/v2/__init__.py deleted file mode 100644 index 83ccc8e0a9..0000000000 --- a/rest/studio/v2/__init__.py +++ /dev/null @@ -1,51 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.studio.v2.flow import FlowList -from twilio.rest.studio.v2.flow_validate import FlowValidateList - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Studio - - :param domain: The Twilio.studio domain - """ - super().__init__(domain, "v2") - self._flows: Optional[FlowList] = None - self._flow_validate: Optional[FlowValidateList] = None - - @property - def flows(self) -> FlowList: - if self._flows is None: - self._flows = FlowList(self) - return self._flows - - @property - def flow_validate(self) -> FlowValidateList: - if self._flow_validate is None: - self._flow_validate = FlowValidateList(self) - return self._flow_validate - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/__init__.py b/rest/studio/v2/flow/__init__.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/execution/__init__.py b/rest/studio/v2/flow/execution/__init__.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/execution/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/execution/execution_context.py b/rest/studio/v2/flow/execution/execution_context.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/execution/execution_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/execution/execution_step/__init__.py b/rest/studio/v2/flow/execution/execution_step/__init__.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/execution/execution_step/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/execution/execution_step/execution_step_context.py b/rest/studio/v2/flow/execution/execution_step/execution_step_context.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/execution/execution_step/execution_step_context.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/flow_revision.py b/rest/studio/v2/flow/flow_revision.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/flow_revision.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow/flow_test_user.py b/rest/studio/v2/flow/flow_test_user.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow/flow_test_user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/studio/v2/flow_validate.py b/rest/studio/v2/flow_validate.py deleted file mode 100644 index 33bac7234d..0000000000 --- a/rest/studio/v2/flow_validate.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Studio - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/__init__.py b/rest/supersim/v1/__init__.py deleted file mode 100644 index 2336da2616..0000000000 --- a/rest/supersim/v1/__init__.py +++ /dev/null @@ -1,107 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.supersim.v1.esim_profile import EsimProfileList -from twilio.rest.supersim.v1.fleet import FleetList -from twilio.rest.supersim.v1.ip_command import IpCommandList -from twilio.rest.supersim.v1.network import NetworkList -from twilio.rest.supersim.v1.network_access_profile import NetworkAccessProfileList -from twilio.rest.supersim.v1.settings_update import SettingsUpdateList -from twilio.rest.supersim.v1.sim import SimList -from twilio.rest.supersim.v1.sms_command import SmsCommandList -from twilio.rest.supersim.v1.usage_record import UsageRecordList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Supersim - - :param domain: The Twilio.supersim domain - """ - super().__init__(domain, "v1") - self._esim_profiles: Optional[EsimProfileList] = None - self._fleets: Optional[FleetList] = None - self._ip_commands: Optional[IpCommandList] = None - self._networks: Optional[NetworkList] = None - self._network_access_profiles: Optional[NetworkAccessProfileList] = None - self._settings_updates: Optional[SettingsUpdateList] = None - self._sims: Optional[SimList] = None - self._sms_commands: Optional[SmsCommandList] = None - self._usage_records: Optional[UsageRecordList] = None - - @property - def esim_profiles(self) -> EsimProfileList: - if self._esim_profiles is None: - self._esim_profiles = EsimProfileList(self) - return self._esim_profiles - - @property - def fleets(self) -> FleetList: - if self._fleets is None: - self._fleets = FleetList(self) - return self._fleets - - @property - def ip_commands(self) -> IpCommandList: - if self._ip_commands is None: - self._ip_commands = IpCommandList(self) - return self._ip_commands - - @property - def networks(self) -> NetworkList: - if self._networks is None: - self._networks = NetworkList(self) - return self._networks - - @property - def network_access_profiles(self) -> NetworkAccessProfileList: - if self._network_access_profiles is None: - self._network_access_profiles = NetworkAccessProfileList(self) - return self._network_access_profiles - - @property - def settings_updates(self) -> SettingsUpdateList: - if self._settings_updates is None: - self._settings_updates = SettingsUpdateList(self) - return self._settings_updates - - @property - def sims(self) -> SimList: - if self._sims is None: - self._sims = SimList(self) - return self._sims - - @property - def sms_commands(self) -> SmsCommandList: - if self._sms_commands is None: - self._sms_commands = SmsCommandList(self) - return self._sms_commands - - @property - def usage_records(self) -> UsageRecordList: - if self._usage_records is None: - self._usage_records = UsageRecordList(self) - return self._usage_records - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/esim_profile.py b/rest/supersim/v1/esim_profile.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/esim_profile.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/fleet.py b/rest/supersim/v1/fleet.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/fleet.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/ip_command.py b/rest/supersim/v1/ip_command.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/ip_command.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/network.py b/rest/supersim/v1/network.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/network.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/network_access_profile/__init__.py b/rest/supersim/v1/network_access_profile/__init__.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/network_access_profile/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/network_access_profile/network_access_profile_network.py b/rest/supersim/v1/network_access_profile/network_access_profile_network.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/network_access_profile/network_access_profile_network.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/settings_update.py b/rest/supersim/v1/settings_update.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/settings_update.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/sim/__init__.py b/rest/supersim/v1/sim/__init__.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/sim/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/sim/billing_period.py b/rest/supersim/v1/sim/billing_period.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/sim/billing_period.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/sim/sim_ip_address.py b/rest/supersim/v1/sim/sim_ip_address.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/sim/sim_ip_address.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/sms_command.py b/rest/supersim/v1/sms_command.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/sms_command.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/supersim/v1/usage_record.py b/rest/supersim/v1/usage_record.py deleted file mode 100644 index 619f4f3566..0000000000 --- a/rest/supersim/v1/usage_record.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Supersim - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/__init__.py b/rest/sync/v1/__init__.py deleted file mode 100644 index e98201bd41..0000000000 --- a/rest/sync/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.sync.v1.service import ServiceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Sync - - :param domain: The Twilio.sync domain - """ - super().__init__(domain, "v1") - self._services: Optional[ServiceList] = None - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/__init__.py b/rest/sync/v1/service/__init__.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/document/__init__.py b/rest/sync/v1/service/document/__init__.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/document/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/document/document_permission.py b/rest/sync/v1/service/document/document_permission.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/document/document_permission.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_list/__init__.py b/rest/sync/v1/service/sync_list/__init__.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_list/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_list/sync_list_item.py b/rest/sync/v1/service/sync_list/sync_list_item.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_list/sync_list_item.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_list/sync_list_permission.py b/rest/sync/v1/service/sync_list/sync_list_permission.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_list/sync_list_permission.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_map/__init__.py b/rest/sync/v1/service/sync_map/__init__.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_map/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_map/sync_map_item.py b/rest/sync/v1/service/sync_map/sync_map_item.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_map/sync_map_item.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_map/sync_map_permission.py b/rest/sync/v1/service/sync_map/sync_map_permission.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_map/sync_map_permission.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_stream/__init__.py b/rest/sync/v1/service/sync_stream/__init__.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_stream/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/sync/v1/service/sync_stream/stream_message.py b/rest/sync/v1/service/sync_stream/stream_message.py deleted file mode 100644 index d2100c69d0..0000000000 --- a/rest/sync/v1/service/sync_stream/stream_message.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Sync - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/__init__.py b/rest/taskrouter/v1/__init__.py deleted file mode 100644 index a17eeccc2a..0000000000 --- a/rest/taskrouter/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.taskrouter.v1.workspace import WorkspaceList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Taskrouter - - :param domain: The Twilio.taskrouter domain - """ - super().__init__(domain, "v1") - self._workspaces: Optional[WorkspaceList] = None - - @property - def workspaces(self) -> WorkspaceList: - if self._workspaces is None: - self._workspaces = WorkspaceList(self) - return self._workspaces - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/__init__.py b/rest/taskrouter/v1/workspace/__init__.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/activity.py b/rest/taskrouter/v1/workspace/activity.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/activity.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/event.py b/rest/taskrouter/v1/workspace/event.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/event.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task/__init__.py b/rest/taskrouter/v1/workspace/task/__init__.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task/reservation.py b/rest/taskrouter/v1/workspace/task/reservation.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task/reservation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_channel.py b/rest/taskrouter/v1/workspace/task_channel.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/__init__.py b/rest/taskrouter/v1/workspace/task_queue/__init__.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/task_queue_bulk_real_time_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/task_queue_cumulative_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/task_queue_real_time_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/task_queue_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py b/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/task_queue/task_queues_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/__init__.py b/rest/taskrouter/v1/workspace/worker/__init__.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/reservation.py b/rest/taskrouter/v1/workspace/worker/reservation.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/reservation.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/worker_channel.py b/rest/taskrouter/v1/workspace/worker/worker_channel.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/worker_channel.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/worker_statistics.py b/rest/taskrouter/v1/workspace/worker/worker_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/worker_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/workers_cumulative_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/workers_real_time_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/worker/workers_statistics.py b/rest/taskrouter/v1/workspace/worker/workers_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/worker/workers_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workflow/__init__.py b/rest/taskrouter/v1/workspace/workflow/__init__.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workflow/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workflow/workflow_cumulative_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workflow/workflow_real_time_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py b/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workflow/workflow_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py b/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workspace_cumulative_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py b/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workspace_real_time_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/taskrouter/v1/workspace/workspace_statistics.py b/rest/taskrouter/v1/workspace/workspace_statistics.py deleted file mode 100644 index f6c6a19ad9..0000000000 --- a/rest/taskrouter/v1/workspace/workspace_statistics.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Taskrouter - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/__init__.py b/rest/trunking/v1/__init__.py deleted file mode 100644 index af530b97c7..0000000000 --- a/rest/trunking/v1/__init__.py +++ /dev/null @@ -1,43 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.trunking.v1.trunk import TrunkList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Trunking - - :param domain: The Twilio.trunking domain - """ - super().__init__(domain, "v1") - self._trunks: Optional[TrunkList] = None - - @property - def trunks(self) -> TrunkList: - if self._trunks is None: - self._trunks = TrunkList(self) - return self._trunks - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/__init__.py b/rest/trunking/v1/trunk/__init__.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/credential_list.py b/rest/trunking/v1/trunk/credential_list.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/credential_list.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/ip_access_control_list.py b/rest/trunking/v1/trunk/ip_access_control_list.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/ip_access_control_list.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/origination_url.py b/rest/trunking/v1/trunk/origination_url.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/origination_url.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/phone_number.py b/rest/trunking/v1/trunk/phone_number.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/phone_number.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trunking/v1/trunk/recording.py b/rest/trunking/v1/trunk/recording.py deleted file mode 100644 index 24ca1d2535..0000000000 --- a/rest/trunking/v1/trunk/recording.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trunking - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/__init__.py b/rest/trusthub/v1/__init__.py deleted file mode 100644 index 596c5ea758..0000000000 --- a/rest/trusthub/v1/__init__.py +++ /dev/null @@ -1,125 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.trusthub.v1.compliance_inquiries import ComplianceInquiriesList -from twilio.rest.trusthub.v1.compliance_registration_inquiries import ( - ComplianceRegistrationInquiriesList, -) -from twilio.rest.trusthub.v1.compliance_tollfree_inquiries import ( - ComplianceTollfreeInquiriesList, -) -from twilio.rest.trusthub.v1.customer_profiles import CustomerProfilesList -from twilio.rest.trusthub.v1.end_user import EndUserList -from twilio.rest.trusthub.v1.end_user_type import EndUserTypeList -from twilio.rest.trusthub.v1.policies import PoliciesList -from twilio.rest.trusthub.v1.supporting_document import SupportingDocumentList -from twilio.rest.trusthub.v1.supporting_document_type import SupportingDocumentTypeList -from twilio.rest.trusthub.v1.trust_products import TrustProductsList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Trusthub - - :param domain: The Twilio.trusthub domain - """ - super().__init__(domain, "v1") - self._compliance_inquiries: Optional[ComplianceInquiriesList] = None - self._compliance_registration_inquiries: Optional[ - ComplianceRegistrationInquiriesList - ] = None - self._compliance_tollfree_inquiries: Optional[ - ComplianceTollfreeInquiriesList - ] = None - self._customer_profiles: Optional[CustomerProfilesList] = None - self._end_users: Optional[EndUserList] = None - self._end_user_types: Optional[EndUserTypeList] = None - self._policies: Optional[PoliciesList] = None - self._supporting_documents: Optional[SupportingDocumentList] = None - self._supporting_document_types: Optional[SupportingDocumentTypeList] = None - self._trust_products: Optional[TrustProductsList] = None - - @property - def compliance_inquiries(self) -> ComplianceInquiriesList: - if self._compliance_inquiries is None: - self._compliance_inquiries = ComplianceInquiriesList(self) - return self._compliance_inquiries - - @property - def compliance_registration_inquiries(self) -> ComplianceRegistrationInquiriesList: - if self._compliance_registration_inquiries is None: - self._compliance_registration_inquiries = ( - ComplianceRegistrationInquiriesList(self) - ) - return self._compliance_registration_inquiries - - @property - def compliance_tollfree_inquiries(self) -> ComplianceTollfreeInquiriesList: - if self._compliance_tollfree_inquiries is None: - self._compliance_tollfree_inquiries = ComplianceTollfreeInquiriesList(self) - return self._compliance_tollfree_inquiries - - @property - def customer_profiles(self) -> CustomerProfilesList: - if self._customer_profiles is None: - self._customer_profiles = CustomerProfilesList(self) - return self._customer_profiles - - @property - def end_users(self) -> EndUserList: - if self._end_users is None: - self._end_users = EndUserList(self) - return self._end_users - - @property - def end_user_types(self) -> EndUserTypeList: - if self._end_user_types is None: - self._end_user_types = EndUserTypeList(self) - return self._end_user_types - - @property - def policies(self) -> PoliciesList: - if self._policies is None: - self._policies = PoliciesList(self) - return self._policies - - @property - def supporting_documents(self) -> SupportingDocumentList: - if self._supporting_documents is None: - self._supporting_documents = SupportingDocumentList(self) - return self._supporting_documents - - @property - def supporting_document_types(self) -> SupportingDocumentTypeList: - if self._supporting_document_types is None: - self._supporting_document_types = SupportingDocumentTypeList(self) - return self._supporting_document_types - - @property - def trust_products(self) -> TrustProductsList: - if self._trust_products is None: - self._trust_products = TrustProductsList(self) - return self._trust_products - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/compliance_inquiries.py b/rest/trusthub/v1/compliance_inquiries.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/compliance_inquiries.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/compliance_registration_inquiries.py b/rest/trusthub/v1/compliance_registration_inquiries.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/compliance_registration_inquiries.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/compliance_tollfree_inquiries.py b/rest/trusthub/v1/compliance_tollfree_inquiries.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/compliance_tollfree_inquiries.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/customer_profiles/__init__.py b/rest/trusthub/v1/customer_profiles/__init__.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/customer_profiles/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py b/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/customer_profiles/customer_profiles_channel_endpoint_assignment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py b/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/customer_profiles/customer_profiles_entity_assignments.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py b/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/customer_profiles/customer_profiles_evaluations.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/end_user.py b/rest/trusthub/v1/end_user.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/end_user.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/end_user_type.py b/rest/trusthub/v1/end_user_type.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/end_user_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/policies.py b/rest/trusthub/v1/policies.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/policies.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/supporting_document.py b/rest/trusthub/v1/supporting_document.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/supporting_document.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/supporting_document_type.py b/rest/trusthub/v1/supporting_document_type.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/supporting_document_type.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/trust_products/__init__.py b/rest/trusthub/v1/trust_products/__init__.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/trust_products/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py b/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/trust_products/trust_products_channel_endpoint_assignment.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py b/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/trust_products/trust_products_entity_assignments.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/trusthub/v1/trust_products/trust_products_evaluations.py b/rest/trusthub/v1/trust_products/trust_products_evaluations.py deleted file mode 100644 index a52f604cd7..0000000000 --- a/rest/trusthub/v1/trust_products/trust_products_evaluations.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Trusthub - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/__init__.py b/rest/verify/v2/__init__.py deleted file mode 100644 index 01bee13b0d..0000000000 --- a/rest/verify/v2/__init__.py +++ /dev/null @@ -1,87 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.verify.v2.form import FormList -from twilio.rest.verify.v2.safelist import SafelistList -from twilio.rest.verify.v2.service import ServiceList -from twilio.rest.verify.v2.template import TemplateList -from twilio.rest.verify.v2.verification_attempt import VerificationAttemptList -from twilio.rest.verify.v2.verification_attempts_summary import ( - VerificationAttemptsSummaryList, -) - - -class V2(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V2 version of Verify - - :param domain: The Twilio.verify domain - """ - super().__init__(domain, "v2") - self._forms: Optional[FormList] = None - self._safelist: Optional[SafelistList] = None - self._services: Optional[ServiceList] = None - self._templates: Optional[TemplateList] = None - self._verification_attempts: Optional[VerificationAttemptList] = None - self._verification_attempts_summary: Optional[ - VerificationAttemptsSummaryList - ] = None - - @property - def forms(self) -> FormList: - if self._forms is None: - self._forms = FormList(self) - return self._forms - - @property - def safelist(self) -> SafelistList: - if self._safelist is None: - self._safelist = SafelistList(self) - return self._safelist - - @property - def services(self) -> ServiceList: - if self._services is None: - self._services = ServiceList(self) - return self._services - - @property - def templates(self) -> TemplateList: - if self._templates is None: - self._templates = TemplateList(self) - return self._templates - - @property - def verification_attempts(self) -> VerificationAttemptList: - if self._verification_attempts is None: - self._verification_attempts = VerificationAttemptList(self) - return self._verification_attempts - - @property - def verification_attempts_summary(self) -> VerificationAttemptsSummaryList: - if self._verification_attempts_summary is None: - self._verification_attempts_summary = VerificationAttemptsSummaryList(self) - return self._verification_attempts_summary - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/form.py b/rest/verify/v2/form.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/form.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/safelist.py b/rest/verify/v2/safelist.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/safelist.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/__init__.py b/rest/verify/v2/service/__init__.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/access_token.py b/rest/verify/v2/service/access_token.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/access_token.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/approve_challenge.py b/rest/verify/v2/service/approve_challenge.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/approve_challenge.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/entity/__init__.py b/rest/verify/v2/service/entity/__init__.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/entity/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/entity/challenge/__init__.py b/rest/verify/v2/service/entity/challenge/__init__.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/entity/challenge/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/entity/challenge/notification.py b/rest/verify/v2/service/entity/challenge/notification.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/entity/challenge/notification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/entity/factor.py b/rest/verify/v2/service/entity/factor.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/entity/factor.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/entity/new_factor.py b/rest/verify/v2/service/entity/new_factor.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/entity/new_factor.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/messaging_configuration.py b/rest/verify/v2/service/messaging_configuration.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/messaging_configuration.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/new_challenge.py b/rest/verify/v2/service/new_challenge.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/new_challenge.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/new_factor.py b/rest/verify/v2/service/new_factor.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/new_factor.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/new_verify_factor.py b/rest/verify/v2/service/new_verify_factor.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/new_verify_factor.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/rate_limit/__init__.py b/rest/verify/v2/service/rate_limit/__init__.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/rate_limit/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/rate_limit/bucket.py b/rest/verify/v2/service/rate_limit/bucket.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/rate_limit/bucket.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/verification.py b/rest/verify/v2/service/verification.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/verification.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/verification_check.py b/rest/verify/v2/service/verification_check.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/verification_check.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/service/webhook.py b/rest/verify/v2/service/webhook.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/service/webhook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/template.py b/rest/verify/v2/template.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/template.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/verification_attempt.py b/rest/verify/v2/verification_attempt.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/verification_attempt.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/verify/v2/verification_attempts_summary.py b/rest/verify/v2/verification_attempts_summary.py deleted file mode 100644 index 39a745ad85..0000000000 --- a/rest/verify/v2/verification_attempts_summary.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Verify - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/__init__.py b/rest/video/v1/__init__.py deleted file mode 100644 index 0667596a3f..0000000000 --- a/rest/video/v1/__init__.py +++ /dev/null @@ -1,83 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.video.v1.composition import CompositionList -from twilio.rest.video.v1.composition_hook import CompositionHookList -from twilio.rest.video.v1.composition_settings import CompositionSettingsList -from twilio.rest.video.v1.recording import RecordingList -from twilio.rest.video.v1.recording_settings import RecordingSettingsList -from twilio.rest.video.v1.room import RoomList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Video - - :param domain: The Twilio.video domain - """ - super().__init__(domain, "v1") - self._compositions: Optional[CompositionList] = None - self._composition_hooks: Optional[CompositionHookList] = None - self._composition_settings: Optional[CompositionSettingsList] = None - self._recordings: Optional[RecordingList] = None - self._recording_settings: Optional[RecordingSettingsList] = None - self._rooms: Optional[RoomList] = None - - @property - def compositions(self) -> CompositionList: - if self._compositions is None: - self._compositions = CompositionList(self) - return self._compositions - - @property - def composition_hooks(self) -> CompositionHookList: - if self._composition_hooks is None: - self._composition_hooks = CompositionHookList(self) - return self._composition_hooks - - @property - def composition_settings(self) -> CompositionSettingsList: - if self._composition_settings is None: - self._composition_settings = CompositionSettingsList(self) - return self._composition_settings - - @property - def recordings(self) -> RecordingList: - if self._recordings is None: - self._recordings = RecordingList(self) - return self._recordings - - @property - def recording_settings(self) -> RecordingSettingsList: - if self._recording_settings is None: - self._recording_settings = RecordingSettingsList(self) - return self._recording_settings - - @property - def rooms(self) -> RoomList: - if self._rooms is None: - self._rooms = RoomList(self) - return self._rooms - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/composition.py b/rest/video/v1/composition.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/composition.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/composition_hook.py b/rest/video/v1/composition_hook.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/composition_hook.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/composition_settings.py b/rest/video/v1/composition_settings.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/composition_settings.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/recording.py b/rest/video/v1/recording.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/recording.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/recording_settings.py b/rest/video/v1/recording_settings.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/recording_settings.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/__init__.py b/rest/video/v1/room/__init__.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/participant/__init__.py b/rest/video/v1/room/participant/__init__.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/participant/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/participant/anonymize.py b/rest/video/v1/room/participant/anonymize.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/participant/anonymize.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/participant/published_track.py b/rest/video/v1/room/participant/published_track.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/participant/published_track.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/participant/subscribe_rules.py b/rest/video/v1/room/participant/subscribe_rules.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/participant/subscribe_rules.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/participant/subscribed_track.py b/rest/video/v1/room/participant/subscribed_track.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/participant/subscribed_track.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/recording_rules.py b/rest/video/v1/room/recording_rules.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/recording_rules.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/room_recording.py b/rest/video/v1/room/room_recording.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/room_recording.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/video/v1/room/transcriptions.py b/rest/video/v1/room/transcriptions.py deleted file mode 100644 index 2b0c454580..0000000000 --- a/rest/video/v1/room/transcriptions.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Video - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/__init__.py b/rest/voice/v1/__init__.py deleted file mode 100644 index 75c0c7fc74..0000000000 --- a/rest/voice/v1/__init__.py +++ /dev/null @@ -1,83 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.voice.v1.archived_call import ArchivedCallList -from twilio.rest.voice.v1.byoc_trunk import ByocTrunkList -from twilio.rest.voice.v1.connection_policy import ConnectionPolicyList -from twilio.rest.voice.v1.dialing_permissions import DialingPermissionsList -from twilio.rest.voice.v1.ip_record import IpRecordList -from twilio.rest.voice.v1.source_ip_mapping import SourceIpMappingList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Voice - - :param domain: The Twilio.voice domain - """ - super().__init__(domain, "v1") - self._archived_calls: Optional[ArchivedCallList] = None - self._byoc_trunks: Optional[ByocTrunkList] = None - self._connection_policies: Optional[ConnectionPolicyList] = None - self._dialing_permissions: Optional[DialingPermissionsList] = None - self._ip_records: Optional[IpRecordList] = None - self._source_ip_mappings: Optional[SourceIpMappingList] = None - - @property - def archived_calls(self) -> ArchivedCallList: - if self._archived_calls is None: - self._archived_calls = ArchivedCallList(self) - return self._archived_calls - - @property - def byoc_trunks(self) -> ByocTrunkList: - if self._byoc_trunks is None: - self._byoc_trunks = ByocTrunkList(self) - return self._byoc_trunks - - @property - def connection_policies(self) -> ConnectionPolicyList: - if self._connection_policies is None: - self._connection_policies = ConnectionPolicyList(self) - return self._connection_policies - - @property - def dialing_permissions(self) -> DialingPermissionsList: - if self._dialing_permissions is None: - self._dialing_permissions = DialingPermissionsList(self) - return self._dialing_permissions - - @property - def ip_records(self) -> IpRecordList: - if self._ip_records is None: - self._ip_records = IpRecordList(self) - return self._ip_records - - @property - def source_ip_mappings(self) -> SourceIpMappingList: - if self._source_ip_mappings is None: - self._source_ip_mappings = SourceIpMappingList(self) - return self._source_ip_mappings - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/archived_call.py b/rest/voice/v1/archived_call.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/archived_call.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/byoc_trunk.py b/rest/voice/v1/byoc_trunk.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/byoc_trunk.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/connection_policy/__init__.py b/rest/voice/v1/connection_policy/__init__.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/connection_policy/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/connection_policy/connection_policy_target.py b/rest/voice/v1/connection_policy/connection_policy_target.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/connection_policy/connection_policy_target.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/dialing_permissions/__init__.py b/rest/voice/v1/dialing_permissions/__init__.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/dialing_permissions/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/dialing_permissions/bulk_country_update.py b/rest/voice/v1/dialing_permissions/bulk_country_update.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/dialing_permissions/bulk_country_update.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/dialing_permissions/country/__init__.py b/rest/voice/v1/dialing_permissions/country/__init__.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/dialing_permissions/country/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py b/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/dialing_permissions/country/highrisk_special_prefix.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/dialing_permissions/settings.py b/rest/voice/v1/dialing_permissions/settings.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/dialing_permissions/settings.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/ip_record.py b/rest/voice/v1/ip_record.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/ip_record.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/voice/v1/source_ip_mapping.py b/rest/voice/v1/source_ip_mapping.py deleted file mode 100644 index e1c5efa1dc..0000000000 --- a/rest/voice/v1/source_ip_mapping.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Voice - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/__init__.py b/rest/wireless/v1/__init__.py deleted file mode 100644 index 8f4d0dc5d7..0000000000 --- a/rest/wireless/v1/__init__.py +++ /dev/null @@ -1,67 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import Optional -from twilio.base.version import Version -from twilio.base.domain import Domain -from twilio.rest.wireless.v1.command import CommandList -from twilio.rest.wireless.v1.rate_plan import RatePlanList -from twilio.rest.wireless.v1.sim import SimList -from twilio.rest.wireless.v1.usage_record import UsageRecordList - - -class V1(Version): - - def __init__(self, domain: Domain): - """ - Initialize the V1 version of Wireless - - :param domain: The Twilio.wireless domain - """ - super().__init__(domain, "v1") - self._commands: Optional[CommandList] = None - self._rate_plans: Optional[RatePlanList] = None - self._sims: Optional[SimList] = None - self._usage_records: Optional[UsageRecordList] = None - - @property - def commands(self) -> CommandList: - if self._commands is None: - self._commands = CommandList(self) - return self._commands - - @property - def rate_plans(self) -> RatePlanList: - if self._rate_plans is None: - self._rate_plans = RatePlanList(self) - return self._rate_plans - - @property - def sims(self) -> SimList: - if self._sims is None: - self._sims = SimList(self) - return self._sims - - @property - def usage_records(self) -> UsageRecordList: - if self._usage_records is None: - self._usage_records = UsageRecordList(self) - return self._usage_records - - def __repr__(self) -> str: - """ - Provide a friendly representation - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/command.py b/rest/wireless/v1/command.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/command.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/rate_plan.py b/rest/wireless/v1/rate_plan.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/rate_plan.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/sim/__init__.py b/rest/wireless/v1/sim/__init__.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/sim/__init__.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/sim/data_session.py b/rest/wireless/v1/sim/data_session.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/sim/data_session.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/sim/usage_record.py b/rest/wireless/v1/sim/usage_record.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/sim/usage_record.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" diff --git a/rest/wireless/v1/usage_record.py b/rest/wireless/v1/usage_record.py deleted file mode 100644 index 2721a36a74..0000000000 --- a/rest/wireless/v1/usage_record.py +++ /dev/null @@ -1,39 +0,0 @@ -r""" - This code was generated by - ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ - | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ - | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ - - Twilio - Wireless - This is the public Twilio REST API. - - NOTE: This class is auto generated by OpenAPI Generator. - https://openapi-generator.tech - Do not edit the class manually. -""" - -from typing import List - - -from twilio.base.list_resource import ListResource -from twilio.base.version import Version - - -class List(ListResource): - - def __init__(self, version: Version): - """ - Initialize the List - - :param version: Version that contains the resource - - """ - super().__init__(version) - - def __repr__(self) -> str: - """ - Provide a friendly representation - - :returns: Machine friendly representation - """ - return "" From ad3de29780757d9e23d51dd395657f6f6400a16d Mon Sep 17 00:00:00 2001 From: kridai Date: Mon, 27 Oct 2025 08:57:49 +0530 Subject: [PATCH 3/3] initial changes --- twilio/rest/monitor/v2/__init__.py | 51 + twilio/rest/monitor/v2/alarm.py | 789 +++++++++++++ twilio/rest/monitor/v2/status.py | 162 +++ twilio/rest/preview_iam/__init__.py | 69 +- .../preview_iam/organizations/__init__.py | 59 + .../rest/preview_iam/organizations/account.py | 436 +++++++ .../organizations/role_assignment.py | 588 +++++++++ twilio/rest/preview_iam/organizations/user.py | 1052 +++++++++++++++++ 8 files changed, 3188 insertions(+), 18 deletions(-) create mode 100644 twilio/rest/monitor/v2/__init__.py create mode 100644 twilio/rest/monitor/v2/alarm.py create mode 100644 twilio/rest/monitor/v2/status.py create mode 100644 twilio/rest/preview_iam/organizations/__init__.py create mode 100644 twilio/rest/preview_iam/organizations/account.py create mode 100644 twilio/rest/preview_iam/organizations/role_assignment.py create mode 100644 twilio/rest/preview_iam/organizations/user.py diff --git a/twilio/rest/monitor/v2/__init__.py b/twilio/rest/monitor/v2/__init__.py new file mode 100644 index 0000000000..d2d420c1df --- /dev/null +++ b/twilio/rest/monitor/v2/__init__.py @@ -0,0 +1,51 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.monitor.v2.alarm import AlarmList +from twilio.rest.monitor.v2.status import StatusList + + +class V2(Version): + + def __init__(self, domain: Domain): + """ + Initialize the V2 version of Monitor + + :param domain: The Twilio.monitor domain + """ + super().__init__(domain, "v2") + self._alarms: Optional[AlarmList] = None + self._status: Optional[StatusList] = None + + @property + def alarms(self) -> AlarmList: + if self._alarms is None: + self._alarms = AlarmList(self) + return self._alarms + + @property + def status(self) -> StatusList: + if self._status is None: + self._status = StatusList(self) + return self._status + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/monitor/v2/alarm.py b/twilio/rest/monitor/v2/alarm.py new file mode 100644 index 0000000000..3eace5a461 --- /dev/null +++ b/twilio/rest/monitor/v2/alarm.py @@ -0,0 +1,789 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from datetime import datetime +from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator +from twilio.base import deserialize, values +from twilio.base.instance_context import InstanceContext +from twilio.base.instance_resource import InstanceResource +from twilio.base.list_resource import ListResource +from twilio.base.version import Version +from twilio.base.page import Page + + +class AlarmInstance(InstanceResource): + + class MonitorV2AlarmCreateObject(object): + """ + :ivar friendly_name: Friendly name for alarm + :ivar query_type: + :ivar query: Value to query for + :ivar trigger_value: Threshold to send customer alarm notification + :ivar time_window: + :ivar email: Email notifications to send + :ivar webhook: Webhook notification to send + :ivar console_indicator: Whether to send console notifications + :ivar description: Description for the alarm. + :ivar enabled: Is alarm enbled? Default is true. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.friendly_name: Optional[str] = payload.get("friendly_name") + self.query_type: Optional["AlarmInstance.QueryType"] = payload.get( + "query_type" + ) + self.query: Optional[str] = payload.get("query") + self.trigger_value: Optional[int] = payload.get("trigger_value") + self.time_window: Optional["AlarmInstance.TimeWindow"] = payload.get( + "time_window" + ) + self.email: Optional[List[str]] = payload.get("email") + self.webhook: Optional[str] = payload.get("webhook") + self.console_indicator: Optional[bool] = payload.get("console_indicator") + self.description: Optional[str] = payload.get("description") + self.enabled: Optional[bool] = payload.get("enabled") + + def to_dict(self): + return { + "friendly_name": self.friendly_name, + "query_type": self.query_type, + "query": self.query, + "trigger_value": self.trigger_value, + "time_window": self.time_window, + "email": self.email, + "webhook": self.webhook, + "console_indicator": self.console_indicator, + "description": self.description, + "enabled": self.enabled, + } + + class QueryType(object): + ERROR_CODE = "ERROR_CODE" + LOG_LEVEL = "LOG_LEVEL" + ALL = "ALL" + + class TimeWindow(object): + FIVE_MINS = "FIVE_MINS" + FIFTEEN_MINS = "FIFTEEN_MINS" + ONE_HOUR = "ONE_HOUR" + TWELVE_HOURS = "TWELVE_HOURS" + ONE_DAY = "ONE_DAY" + + """ + :ivar sid: + :ivar message: Error message + :ivar code: Twilio error code + :ivar user_error: Indicates if it was a user error + :ivar http_status_code: Http error code returned + :ivar params: + :ivar more_info: More information link + :ivar status: HTTP status code + :ivar friendly_name: Friendly name for alarm + :ivar query_type: + :ivar query: Value to query for + :ivar trigger_value: Threshold to send customer alarm notification + :ivar time_window: + :ivar email: Email notifications to send + :ivar webhook: Webhook notification to send + :ivar console_indicator: Whether to send console notifications + :ivar description: Description for the alarm. + :ivar enabled: Is alarm enbled? Default is true. + :ivar product: Product the alarm is related to. + :ivar alert_config_sid: Sid for the alarm + :ivar date_updated: The date and time in UTC when the alarm was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format + :ivar date_created: The date and time in UTC when the alarm was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. + """ + + def __init__( + self, version: Version, payload: Dict[str, Any], sid: Optional[str] = None + ): + super().__init__(version) + + self.sid: Optional[str] = payload.get("sid") + self.message: Optional[str] = payload.get("message") + self.code: Optional[int] = deserialize.integer(payload.get("code")) + self.user_error: Optional[bool] = payload.get("user_error") + self.http_status_code: Optional[int] = deserialize.integer( + payload.get("http_status_code") + ) + self.params: Optional[dict[str, str]] = payload.get("params") + self.more_info: Optional[str] = payload.get("more_info") + self.status: Optional[int] = deserialize.integer(payload.get("status")) + self.friendly_name: Optional[str] = payload.get("friendlyName") + self.query_type: Optional[str] = payload.get("queryType") + self.query: Optional[str] = payload.get("query") + self.trigger_value: Optional[int] = deserialize.integer( + payload.get("triggerValue") + ) + self.time_window: Optional[str] = payload.get("timeWindow") + self.email: Optional[List[str]] = payload.get("email") + self.webhook: Optional[str] = payload.get("webhook") + self.console_indicator: Optional[bool] = payload.get("consoleIndicator") + self.description: Optional[str] = payload.get("description") + self.enabled: Optional[bool] = payload.get("enabled") + self.product: Optional[str] = payload.get("product") + self.alert_config_sid: Optional[str] = payload.get("alertConfigSid") + self.date_updated: Optional[datetime] = deserialize.iso8601_datetime( + payload.get("dateUpdated") + ) + self.date_created: Optional[datetime] = deserialize.iso8601_datetime( + payload.get("dateCreated") + ) + + self._solution = { + "sid": sid or self.sid, + } + self._context: Optional[AlarmContext] = None + + @property + def _proxy(self) -> "AlarmContext": + """ + Generate an instance context for the instance, the context is capable of + performing various actions. All instance actions are proxied to the context + + :returns: AlarmContext for this AlarmInstance + """ + if self._context is None: + self._context = AlarmContext( + self._version, + sid=self._solution["sid"], + ) + return self._context + + def delete(self) -> bool: + """ + Deletes the AlarmInstance + + + :returns: True if delete succeeds, False otherwise + """ + return self._proxy.delete() + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the AlarmInstance + + + :returns: True if delete succeeds, False otherwise + """ + return await self._proxy.delete_async() + + def fetch(self) -> "AlarmInstance": + """ + Fetch the AlarmInstance + + + :returns: The fetched AlarmInstance + """ + return self._proxy.fetch() + + async def fetch_async(self) -> "AlarmInstance": + """ + Asynchronous coroutine to fetch the AlarmInstance + + + :returns: The fetched AlarmInstance + """ + return await self._proxy.fetch_async() + + def update( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> "AlarmInstance": + """ + Update the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The updated AlarmInstance + """ + return self._proxy.update( + monitor_v2_alarm_create_object=monitor_v2_alarm_create_object, + ) + + async def update_async( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> "AlarmInstance": + """ + Asynchronous coroutine to update the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The updated AlarmInstance + """ + return await self._proxy.update_async( + monitor_v2_alarm_create_object=monitor_v2_alarm_create_object, + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class AlarmContext(InstanceContext): + + class MonitorV2AlarmCreateObject(object): + """ + :ivar friendly_name: Friendly name for alarm + :ivar query_type: + :ivar query: Value to query for + :ivar trigger_value: Threshold to send customer alarm notification + :ivar time_window: + :ivar email: Email notifications to send + :ivar webhook: Webhook notification to send + :ivar console_indicator: Whether to send console notifications + :ivar description: Description for the alarm. + :ivar enabled: Is alarm enbled? Default is true. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.friendly_name: Optional[str] = payload.get("friendly_name") + self.query_type: Optional["AlarmInstance.QueryType"] = payload.get( + "query_type" + ) + self.query: Optional[str] = payload.get("query") + self.trigger_value: Optional[int] = payload.get("trigger_value") + self.time_window: Optional["AlarmInstance.TimeWindow"] = payload.get( + "time_window" + ) + self.email: Optional[List[str]] = payload.get("email") + self.webhook: Optional[str] = payload.get("webhook") + self.console_indicator: Optional[bool] = payload.get("console_indicator") + self.description: Optional[str] = payload.get("description") + self.enabled: Optional[bool] = payload.get("enabled") + + def to_dict(self): + return { + "friendly_name": self.friendly_name, + "query_type": self.query_type, + "query": self.query, + "trigger_value": self.trigger_value, + "time_window": self.time_window, + "email": self.email, + "webhook": self.webhook, + "console_indicator": self.console_indicator, + "description": self.description, + "enabled": self.enabled, + } + + def __init__(self, version: Version, sid: str): + """ + Initialize the AlarmContext + + :param version: Version that contains the resource + :param sid: Sid + """ + super().__init__(version) + + # Path Solution + self._solution = { + "sid": sid, + } + self._uri = "/Alarms/{sid}".format(**self._solution) + + def delete(self) -> bool: + """ + Deletes the AlarmInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + return self._version.delete(method="DELETE", uri=self._uri, headers=headers) + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the AlarmInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + return await self._version.delete_async( + method="DELETE", uri=self._uri, headers=headers + ) + + def fetch(self) -> AlarmInstance: + """ + Fetch the AlarmInstance + + + :returns: The fetched AlarmInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + payload = self._version.fetch(method="GET", uri=self._uri, headers=headers) + + return AlarmInstance( + self._version, + payload, + sid=self._solution["sid"], + ) + + async def fetch_async(self) -> AlarmInstance: + """ + Asynchronous coroutine to fetch the AlarmInstance + + + :returns: The fetched AlarmInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + payload = await self._version.fetch_async( + method="GET", uri=self._uri, headers=headers + ) + + return AlarmInstance( + self._version, + payload, + sid=self._solution["sid"], + ) + + def update( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> AlarmInstance: + """ + Update the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The updated AlarmInstance + """ + data = monitor_v2_alarm_create_object.to_dict() + + headers = values.of({}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = self._version.update( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return AlarmInstance(self._version, payload, sid=self._solution["sid"]) + + async def update_async( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> AlarmInstance: + """ + Asynchronous coroutine to update the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The updated AlarmInstance + """ + data = monitor_v2_alarm_create_object.to_dict() + + headers = values.of({}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = await self._version.update_async( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return AlarmInstance(self._version, payload, sid=self._solution["sid"]) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class AlarmPage(Page): + + def get_instance(self, payload: Dict[str, Any]) -> AlarmInstance: + """ + Build an instance of AlarmInstance + + :param payload: Payload response from the API + """ + return AlarmInstance(self._version, payload) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" + + +class AlarmList(ListResource): + + class MonitorV2AlarmCreateObject(object): + """ + :ivar friendly_name: Friendly name for alarm + :ivar query_type: + :ivar query: Value to query for + :ivar trigger_value: Threshold to send customer alarm notification + :ivar time_window: + :ivar email: Email notifications to send + :ivar webhook: Webhook notification to send + :ivar console_indicator: Whether to send console notifications + :ivar description: Description for the alarm. + :ivar enabled: Is alarm enbled? Default is true. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.friendly_name: Optional[str] = payload.get("friendly_name") + self.query_type: Optional["AlarmInstance.QueryType"] = payload.get( + "query_type" + ) + self.query: Optional[str] = payload.get("query") + self.trigger_value: Optional[int] = payload.get("trigger_value") + self.time_window: Optional["AlarmInstance.TimeWindow"] = payload.get( + "time_window" + ) + self.email: Optional[List[str]] = payload.get("email") + self.webhook: Optional[str] = payload.get("webhook") + self.console_indicator: Optional[bool] = payload.get("console_indicator") + self.description: Optional[str] = payload.get("description") + self.enabled: Optional[bool] = payload.get("enabled") + + def to_dict(self): + return { + "friendly_name": self.friendly_name, + "query_type": self.query_type, + "query": self.query, + "trigger_value": self.trigger_value, + "time_window": self.time_window, + "email": self.email, + "webhook": self.webhook, + "console_indicator": self.console_indicator, + "description": self.description, + "enabled": self.enabled, + } + + def __init__(self, version: Version): + """ + Initialize the AlarmList + + :param version: Version that contains the resource + + """ + super().__init__(version) + + self._uri = "/Alarms" + + def create( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> AlarmInstance: + """ + Create the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The created AlarmInstance + """ + data = monitor_v2_alarm_create_object.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = self._version.create( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return AlarmInstance(self._version, payload) + + async def create_async( + self, monitor_v2_alarm_create_object: MonitorV2AlarmCreateObject + ) -> AlarmInstance: + """ + Asynchronously create the AlarmInstance + + :param monitor_v2_alarm_create_object: + + :returns: The created AlarmInstance + """ + data = monitor_v2_alarm_create_object.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = await self._version.create_async( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return AlarmInstance(self._version, payload) + + def stream( + self, + sort_order: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> Iterator[AlarmInstance]: + """ + Streams AlarmInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str sort_order: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = self.page(sort_order=sort_order, page_size=limits["page_size"]) + + return self._version.stream(page, limits["limit"]) + + async def stream_async( + self, + sort_order: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> AsyncIterator[AlarmInstance]: + """ + Asynchronously streams AlarmInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str sort_order: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = await self.page_async( + sort_order=sort_order, page_size=limits["page_size"] + ) + + return self._version.stream_async(page, limits["limit"]) + + def list( + self, + sort_order: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[AlarmInstance]: + """ + Lists AlarmInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str sort_order: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return list( + self.stream( + sort_order=sort_order, + limit=limit, + page_size=page_size, + ) + ) + + async def list_async( + self, + sort_order: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[AlarmInstance]: + """ + Asynchronously lists AlarmInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str sort_order: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return [ + record + async for record in await self.stream_async( + sort_order=sort_order, + limit=limit, + page_size=page_size, + ) + ] + + def page( + self, + sort_order: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> AlarmPage: + """ + Retrieve a single page of AlarmInstance records from the API. + Request is executed immediately + + :param sort_order: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of AlarmInstance + """ + data = values.of( + { + "SortOrder": sort_order, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = self._version.page( + method="GET", uri=self._uri, params=data, headers=headers + ) + return AlarmPage(self._version, response) + + async def page_async( + self, + sort_order: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> AlarmPage: + """ + Asynchronously retrieve a single page of AlarmInstance records from the API. + Request is executed immediately + + :param sort_order: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of AlarmInstance + """ + data = values.of( + { + "SortOrder": sort_order, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = await self._version.page_async( + method="GET", uri=self._uri, params=data, headers=headers + ) + return AlarmPage(self._version, response) + + def get_page(self, target_url: str) -> AlarmPage: + """ + Retrieve a specific page of AlarmInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of AlarmInstance + """ + response = self._version.domain.twilio.request("GET", target_url) + return AlarmPage(self._version, response) + + async def get_page_async(self, target_url: str) -> AlarmPage: + """ + Asynchronously retrieve a specific page of AlarmInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of AlarmInstance + """ + response = await self._version.domain.twilio.request_async("GET", target_url) + return AlarmPage(self._version, response) + + def get(self, sid: str) -> AlarmContext: + """ + Constructs a AlarmContext + + :param sid: Sid + """ + return AlarmContext(self._version, sid=sid) + + def __call__(self, sid: str) -> AlarmContext: + """ + Constructs a AlarmContext + + :param sid: Sid + """ + return AlarmContext(self._version, sid=sid) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/monitor/v2/status.py b/twilio/rest/monitor/v2/status.py new file mode 100644 index 0000000000..a6b75e0d0e --- /dev/null +++ b/twilio/rest/monitor/v2/status.py @@ -0,0 +1,162 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Twilio - Alarms + Manages Twilio Alarms + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Any, Dict, Optional +from twilio.base import deserialize, values + +from twilio.base.instance_resource import InstanceResource +from twilio.base.list_resource import ListResource +from twilio.base.version import Version + + +class StatusInstance(InstanceResource): + + class MonitorV2AlarmStatus(object): + """ + :ivar enabled: status of alarm + """ + + def __init__(self, payload: Dict[str, Any]): + + self.enabled: Optional[bool] = payload.get("enabled") + + def to_dict(self): + return { + "enabled": self.enabled, + } + + """ + :ivar message: Error message + :ivar code: Twilio error code + :ivar user_error: Indicates if it was a user error + :ivar http_status_code: Http error code returned + :ivar params: + :ivar more_info: More information link + :ivar status: HTTP status code + """ + + def __init__( + self, version: Version, payload: Dict[str, Any], sid: Optional[str] = None + ): + super().__init__(version) + + self.message: Optional[str] = payload.get("message") + self.code: Optional[int] = deserialize.integer(payload.get("code")) + self.user_error: Optional[bool] = payload.get("user_error") + self.http_status_code: Optional[int] = deserialize.integer( + payload.get("http_status_code") + ) + self.params: Optional[dict[str, str]] = payload.get("params") + self.more_info: Optional[str] = payload.get("more_info") + self.status: Optional[int] = deserialize.integer(payload.get("status")) + + self._solution = { + "sid": sid or self.sid, + } + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class StatusList(ListResource): + + class MonitorV2AlarmStatus(object): + """ + :ivar enabled: status of alarm + """ + + def __init__(self, payload: Dict[str, Any]): + + self.enabled: Optional[bool] = payload.get("enabled") + + def to_dict(self): + return { + "enabled": self.enabled, + } + + def __init__(self, version: Version, sid: str): + """ + Initialize the StatusList + + :param version: Version that contains the resource + :param sid: Sid + + """ + super().__init__(version) + + # Path Solution + self._solution = { + "sid": sid, + } + self._uri = "/Alarms/{sid}/status".format(**self._solution) + + def update(self, monitor_v2_alarm_status: MonitorV2AlarmStatus) -> StatusInstance: + """ + Update the StatusInstance + + :param monitor_v2_alarm_status: + + :returns: The created StatusInstance + """ + data = monitor_v2_alarm_status.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = self._version.update( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return StatusInstance(self._version, payload, sid=self._solution["sid"]) + + async def update_async( + self, monitor_v2_alarm_status: MonitorV2AlarmStatus + ) -> StatusInstance: + """ + Asynchronously update the StatusInstance + + :param monitor_v2_alarm_status: + + :returns: The created StatusInstance + """ + data = monitor_v2_alarm_status.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = await self._version.update_async( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return StatusInstance(self._version, payload, sid=self._solution["sid"]) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/preview_iam/__init__.py b/twilio/rest/preview_iam/__init__.py index 9a5bf85b24..dd51b97489 100644 --- a/twilio/rest/preview_iam/__init__.py +++ b/twilio/rest/preview_iam/__init__.py @@ -1,26 +1,59 @@ -from twilio.rest.preview_iam.PreviewIamBase import PreviewIamBase +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ -from twilio.rest.preview_iam.v1.authorize import ( - AuthorizeList, -) -from twilio.rest.preview_iam.v1.token import ( - TokenList, -) -from twilio.rest.preview_iam.versionless.organization import ( - OrganizationList, -) -from twilio.rest.preview_iam.versionless import Versionless + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview_iam.organizations.account import AccountList +from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList +from twilio.rest.preview_iam.organizations.user import UserList + + +class Organizations(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Organizations version of PreviewIam + + :param domain: The Twilio.preview_iam domain + """ + super().__init__(domain, "Organizations") + self._accounts: Optional[AccountList] = None + self._role_assignments: Optional[RoleAssignmentList] = None + self._users: Optional[UserList] = None -class PreviewIam(PreviewIamBase): @property - def organization(self) -> OrganizationList: - return Versionless(self).organization + def accounts(self) -> AccountList: + if self._accounts is None: + self._accounts = AccountList(self) + return self._accounts @property - def authorize(self) -> AuthorizeList: - return self.v1.authorize + def role_assignments(self) -> RoleAssignmentList: + if self._role_assignments is None: + self._role_assignments = RoleAssignmentList(self) + return self._role_assignments @property - def token(self) -> TokenList: - return self.v1.token + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/preview_iam/organizations/__init__.py b/twilio/rest/preview_iam/organizations/__init__.py new file mode 100644 index 0000000000..dd51b97489 --- /dev/null +++ b/twilio/rest/preview_iam/organizations/__init__.py @@ -0,0 +1,59 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Optional +from twilio.base.version import Version +from twilio.base.domain import Domain +from twilio.rest.preview_iam.organizations.account import AccountList +from twilio.rest.preview_iam.organizations.role_assignment import RoleAssignmentList +from twilio.rest.preview_iam.organizations.user import UserList + + +class Organizations(Version): + + def __init__(self, domain: Domain): + """ + Initialize the Organizations version of PreviewIam + + :param domain: The Twilio.preview_iam domain + """ + super().__init__(domain, "Organizations") + self._accounts: Optional[AccountList] = None + self._role_assignments: Optional[RoleAssignmentList] = None + self._users: Optional[UserList] = None + + @property + def accounts(self) -> AccountList: + if self._accounts is None: + self._accounts = AccountList(self) + return self._accounts + + @property + def role_assignments(self) -> RoleAssignmentList: + if self._role_assignments is None: + self._role_assignments = RoleAssignmentList(self) + return self._role_assignments + + @property + def users(self) -> UserList: + if self._users is None: + self._users = UserList(self) + return self._users + + def __repr__(self) -> str: + """ + Provide a friendly representation + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/preview_iam/organizations/account.py b/twilio/rest/preview_iam/organizations/account.py new file mode 100644 index 0000000000..bc5f49e28f --- /dev/null +++ b/twilio/rest/preview_iam/organizations/account.py @@ -0,0 +1,436 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from datetime import datetime +from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator +from twilio.base import deserialize, values +from twilio.base.instance_context import InstanceContext +from twilio.base.instance_resource import InstanceResource +from twilio.base.list_resource import ListResource +from twilio.base.version import Version +from twilio.base.page import Page + + +class AccountInstance(InstanceResource): + """ + :ivar account_sid: Twilio account sid + :ivar friendly_name: Account friendly name + :ivar status: Account status + :ivar owner_sid: Twilio account sid + :ivar date_created: The date and time when the account was created in the system + """ + + def __init__( + self, + version: Version, + payload: Dict[str, Any], + organization_sid: Optional[str] = None, + account_sid: Optional[str] = None, + ): + super().__init__(version) + + self.account_sid: Optional[str] = payload.get("account_sid") + self.friendly_name: Optional[str] = payload.get("friendly_name") + self.status: Optional[str] = payload.get("status") + self.owner_sid: Optional[str] = payload.get("owner_sid") + self.date_created: Optional[datetime] = deserialize.iso8601_datetime( + payload.get("date_created") + ) + + self._solution = { + "organization_sid": organization_sid or self.organization_sid, + "account_sid": account_sid or self.account_sid, + } + self._context: Optional[AccountContext] = None + + @property + def _proxy(self) -> "AccountContext": + """ + Generate an instance context for the instance, the context is capable of + performing various actions. All instance actions are proxied to the context + + :returns: AccountContext for this AccountInstance + """ + if self._context is None: + self._context = AccountContext( + self._version, + organization_sid=self._solution["organization_sid"], + account_sid=self._solution["account_sid"], + ) + return self._context + + def fetch(self) -> "AccountInstance": + """ + Fetch the AccountInstance + + + :returns: The fetched AccountInstance + """ + return self._proxy.fetch() + + async def fetch_async(self) -> "AccountInstance": + """ + Asynchronous coroutine to fetch the AccountInstance + + + :returns: The fetched AccountInstance + """ + return await self._proxy.fetch_async() + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class AccountContext(InstanceContext): + + def __init__(self, version: Version, organization_sid: str, account_sid: str): + """ + Initialize the AccountContext + + :param version: Version that contains the resource + :param organization_sid: + :param account_sid: + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + "account_sid": account_sid, + } + self._uri = "/{organization_sid}/Accounts/{account_sid}".format( + **self._solution + ) + + def fetch(self) -> AccountInstance: + """ + Fetch the AccountInstance + + + :returns: The fetched AccountInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + payload = self._version.fetch(method="GET", uri=self._uri, headers=headers) + + return AccountInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + account_sid=self._solution["account_sid"], + ) + + async def fetch_async(self) -> AccountInstance: + """ + Asynchronous coroutine to fetch the AccountInstance + + + :returns: The fetched AccountInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/json" + + payload = await self._version.fetch_async( + method="GET", uri=self._uri, headers=headers + ) + + return AccountInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + account_sid=self._solution["account_sid"], + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class AccountPage(Page): + + def get_instance(self, payload: Dict[str, Any]) -> AccountInstance: + """ + Build an instance of AccountInstance + + :param payload: Payload response from the API + """ + return AccountInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" + + +class AccountList(ListResource): + + def __init__(self, version: Version, organization_sid: str): + """ + Initialize the AccountList + + :param version: Version that contains the resource + :param organization_sid: + + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + } + self._uri = "/{organization_sid}/Accounts".format(**self._solution) + + def stream( + self, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> Iterator[AccountInstance]: + """ + Streams AccountInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = self.page(page_size=limits["page_size"]) + + return self._version.stream(page, limits["limit"]) + + async def stream_async( + self, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> AsyncIterator[AccountInstance]: + """ + Asynchronously streams AccountInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = await self.page_async(page_size=limits["page_size"]) + + return self._version.stream_async(page, limits["limit"]) + + def list( + self, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[AccountInstance]: + """ + Lists AccountInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return list( + self.stream( + limit=limit, + page_size=page_size, + ) + ) + + async def list_async( + self, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[AccountInstance]: + """ + Asynchronously lists AccountInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return [ + record + async for record in await self.stream_async( + limit=limit, + page_size=page_size, + ) + ] + + def page( + self, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> AccountPage: + """ + Retrieve a single page of AccountInstance records from the API. + Request is executed immediately + + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of AccountInstance + """ + data = values.of( + { + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = self._version.page( + method="GET", uri=self._uri, params=data, headers=headers + ) + return AccountPage(self._version, response, self._solution) + + async def page_async( + self, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> AccountPage: + """ + Asynchronously retrieve a single page of AccountInstance records from the API. + Request is executed immediately + + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of AccountInstance + """ + data = values.of( + { + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = await self._version.page_async( + method="GET", uri=self._uri, params=data, headers=headers + ) + return AccountPage(self._version, response, self._solution) + + def get_page(self, target_url: str) -> AccountPage: + """ + Retrieve a specific page of AccountInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of AccountInstance + """ + response = self._version.domain.twilio.request("GET", target_url) + return AccountPage(self._version, response, self._solution) + + async def get_page_async(self, target_url: str) -> AccountPage: + """ + Asynchronously retrieve a specific page of AccountInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of AccountInstance + """ + response = await self._version.domain.twilio.request_async("GET", target_url) + return AccountPage(self._version, response, self._solution) + + def get(self, organization_sid: str, account_sid: str) -> AccountContext: + """ + Constructs a AccountContext + + :param organization_sid: + :param account_sid: + """ + return AccountContext( + self._version, organization_sid=organization_sid, account_sid=account_sid + ) + + def __call__(self, organization_sid: str, account_sid: str) -> AccountContext: + """ + Constructs a AccountContext + + :param organization_sid: + :param account_sid: + """ + return AccountContext( + self._version, organization_sid=organization_sid, account_sid=account_sid + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/preview_iam/organizations/role_assignment.py b/twilio/rest/preview_iam/organizations/role_assignment.py new file mode 100644 index 0000000000..9608e2b806 --- /dev/null +++ b/twilio/rest/preview_iam/organizations/role_assignment.py @@ -0,0 +1,588 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator +from twilio.base import values +from twilio.base.instance_context import InstanceContext +from twilio.base.instance_resource import InstanceResource +from twilio.base.list_resource import ListResource +from twilio.base.version import Version +from twilio.base.page import Page + + +class RoleAssignmentInstance(InstanceResource): + + class PublicApiCreateRoleAssignmentRequest(object): + """ + :ivar role_sid: Twilio Role Sid representing assigned role + :ivar scope: Twilio Sid representing scope of this assignment + :ivar identity: Twilio Sid representing identity of this assignment + """ + + def __init__(self, payload: Dict[str, Any]): + + self.role_sid: Optional[str] = payload.get("role_sid") + self.scope: Optional[str] = payload.get("scope") + self.identity: Optional[str] = payload.get("identity") + + def to_dict(self): + return { + "role_sid": self.role_sid, + "scope": self.scope, + "identity": self.identity, + } + + """ + :ivar sid: Twilio Role Assignment Sid representing this role assignment + :ivar role_sid: Twilio Role Sid representing assigned role + :ivar scope: Twilio Sid representing identity of this assignment + :ivar identity: Twilio Sid representing scope of this assignment + :ivar code: Twilio-specific error code + :ivar message: Error message + :ivar more_info: Link to Error Code References + :ivar status: HTTP response status code + """ + + def __init__( + self, + version: Version, + payload: Dict[str, Any], + organization_sid: Optional[str] = None, + role_assignment_sid: Optional[str] = None, + ): + super().__init__(version) + + self.sid: Optional[str] = payload.get("sid") + self.role_sid: Optional[str] = payload.get("role_sid") + self.scope: Optional[str] = payload.get("scope") + self.identity: Optional[str] = payload.get("identity") + self.code: Optional[int] = payload.get("code") + self.message: Optional[str] = payload.get("message") + self.more_info: Optional[str] = payload.get("moreInfo") + self.status: Optional[int] = payload.get("status") + + self._solution = { + "organization_sid": organization_sid or self.organization_sid, + "role_assignment_sid": role_assignment_sid or self.role_assignment_sid, + } + self._context: Optional[RoleAssignmentContext] = None + + @property + def _proxy(self) -> "RoleAssignmentContext": + """ + Generate an instance context for the instance, the context is capable of + performing various actions. All instance actions are proxied to the context + + :returns: RoleAssignmentContext for this RoleAssignmentInstance + """ + if self._context is None: + self._context = RoleAssignmentContext( + self._version, + organization_sid=self._solution["organization_sid"], + role_assignment_sid=self._solution["role_assignment_sid"], + ) + return self._context + + def delete(self) -> bool: + """ + Deletes the RoleAssignmentInstance + + + :returns: True if delete succeeds, False otherwise + """ + return self._proxy.delete() + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the RoleAssignmentInstance + + + :returns: True if delete succeeds, False otherwise + """ + return await self._proxy.delete_async() + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format( + context + ) + + +class RoleAssignmentContext(InstanceContext): + + class PublicApiCreateRoleAssignmentRequest(object): + """ + :ivar role_sid: Twilio Role Sid representing assigned role + :ivar scope: Twilio Sid representing scope of this assignment + :ivar identity: Twilio Sid representing identity of this assignment + """ + + def __init__(self, payload: Dict[str, Any]): + + self.role_sid: Optional[str] = payload.get("role_sid") + self.scope: Optional[str] = payload.get("scope") + self.identity: Optional[str] = payload.get("identity") + + def to_dict(self): + return { + "role_sid": self.role_sid, + "scope": self.scope, + "identity": self.identity, + } + + def __init__( + self, version: Version, organization_sid: str, role_assignment_sid: str + ): + """ + Initialize the RoleAssignmentContext + + :param version: Version that contains the resource + :param organization_sid: + :param role_assignment_sid: + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + "role_assignment_sid": role_assignment_sid, + } + self._uri = "/{organization_sid}/RoleAssignments/{role_assignment_sid}".format( + **self._solution + ) + + def delete(self) -> bool: + """ + Deletes the RoleAssignmentInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + return self._version.delete(method="DELETE", uri=self._uri, headers=headers) + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the RoleAssignmentInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + return await self._version.delete_async( + method="DELETE", uri=self._uri, headers=headers + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format( + context + ) + + +class RoleAssignmentPage(Page): + + def get_instance(self, payload: Dict[str, Any]) -> RoleAssignmentInstance: + """ + Build an instance of RoleAssignmentInstance + + :param payload: Payload response from the API + """ + return RoleAssignmentInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" + + +class RoleAssignmentList(ListResource): + + class PublicApiCreateRoleAssignmentRequest(object): + """ + :ivar role_sid: Twilio Role Sid representing assigned role + :ivar scope: Twilio Sid representing scope of this assignment + :ivar identity: Twilio Sid representing identity of this assignment + """ + + def __init__(self, payload: Dict[str, Any]): + + self.role_sid: Optional[str] = payload.get("role_sid") + self.scope: Optional[str] = payload.get("scope") + self.identity: Optional[str] = payload.get("identity") + + def to_dict(self): + return { + "role_sid": self.role_sid, + "scope": self.scope, + "identity": self.identity, + } + + def __init__(self, version: Version, organization_sid: str): + """ + Initialize the RoleAssignmentList + + :param version: Version that contains the resource + :param organization_sid: + + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + } + self._uri = "/{organization_sid}/RoleAssignments".format(**self._solution) + + def create( + self, + public_api_create_role_assignment_request: PublicApiCreateRoleAssignmentRequest, + ) -> RoleAssignmentInstance: + """ + Create the RoleAssignmentInstance + + :param public_api_create_role_assignment_request: + + :returns: The created RoleAssignmentInstance + """ + data = public_api_create_role_assignment_request.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = self._version.create( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return RoleAssignmentInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + async def create_async( + self, + public_api_create_role_assignment_request: PublicApiCreateRoleAssignmentRequest, + ) -> RoleAssignmentInstance: + """ + Asynchronously create the RoleAssignmentInstance + + :param public_api_create_role_assignment_request: + + :returns: The created RoleAssignmentInstance + """ + data = public_api_create_role_assignment_request.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Accept"] = "application/json" + + payload = await self._version.create_async( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return RoleAssignmentInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + def stream( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> Iterator[RoleAssignmentInstance]: + """ + Streams RoleAssignmentInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str identity: + :param str scope: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = self.page(identity=identity, scope=scope, page_size=limits["page_size"]) + + return self._version.stream(page, limits["limit"]) + + async def stream_async( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> AsyncIterator[RoleAssignmentInstance]: + """ + Asynchronously streams RoleAssignmentInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str identity: + :param str scope: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = await self.page_async( + identity=identity, scope=scope, page_size=limits["page_size"] + ) + + return self._version.stream_async(page, limits["limit"]) + + def list( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[RoleAssignmentInstance]: + """ + Lists RoleAssignmentInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str identity: + :param str scope: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return list( + self.stream( + identity=identity, + scope=scope, + limit=limit, + page_size=page_size, + ) + ) + + async def list_async( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[RoleAssignmentInstance]: + """ + Asynchronously lists RoleAssignmentInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str identity: + :param str scope: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return [ + record + async for record in await self.stream_async( + identity=identity, + scope=scope, + limit=limit, + page_size=page_size, + ) + ] + + def page( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> RoleAssignmentPage: + """ + Retrieve a single page of RoleAssignmentInstance records from the API. + Request is executed immediately + + :param identity: + :param scope: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of RoleAssignmentInstance + """ + data = values.of( + { + "Identity": identity, + "Scope": scope, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = self._version.page( + method="GET", uri=self._uri, params=data, headers=headers + ) + return RoleAssignmentPage(self._version, response, self._solution) + + async def page_async( + self, + identity: Union[str, object] = values.unset, + scope: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> RoleAssignmentPage: + """ + Asynchronously retrieve a single page of RoleAssignmentInstance records from the API. + Request is executed immediately + + :param identity: + :param scope: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of RoleAssignmentInstance + """ + data = values.of( + { + "Identity": identity, + "Scope": scope, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/json" + + response = await self._version.page_async( + method="GET", uri=self._uri, params=data, headers=headers + ) + return RoleAssignmentPage(self._version, response, self._solution) + + def get_page(self, target_url: str) -> RoleAssignmentPage: + """ + Retrieve a specific page of RoleAssignmentInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of RoleAssignmentInstance + """ + response = self._version.domain.twilio.request("GET", target_url) + return RoleAssignmentPage(self._version, response, self._solution) + + async def get_page_async(self, target_url: str) -> RoleAssignmentPage: + """ + Asynchronously retrieve a specific page of RoleAssignmentInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of RoleAssignmentInstance + """ + response = await self._version.domain.twilio.request_async("GET", target_url) + return RoleAssignmentPage(self._version, response, self._solution) + + def get( + self, organization_sid: str, role_assignment_sid: str + ) -> RoleAssignmentContext: + """ + Constructs a RoleAssignmentContext + + :param organization_sid: + :param role_assignment_sid: + """ + return RoleAssignmentContext( + self._version, + organization_sid=organization_sid, + role_assignment_sid=role_assignment_sid, + ) + + def __call__( + self, organization_sid: str, role_assignment_sid: str + ) -> RoleAssignmentContext: + """ + Constructs a RoleAssignmentContext + + :param organization_sid: + :param role_assignment_sid: + """ + return RoleAssignmentContext( + self._version, + organization_sid=organization_sid, + role_assignment_sid=role_assignment_sid, + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" diff --git a/twilio/rest/preview_iam/organizations/user.py b/twilio/rest/preview_iam/organizations/user.py new file mode 100644 index 0000000000..31ee699422 --- /dev/null +++ b/twilio/rest/preview_iam/organizations/user.py @@ -0,0 +1,1052 @@ +r""" + This code was generated by + ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __ + | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/ + | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \ + + Organization Public API + No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) + + NOTE: This class is auto generated by OpenAPI Generator. + https://openapi-generator.tech + Do not edit the class manually. +""" + +from datetime import datetime +from typing import Any, Dict, List, Optional, Union, Iterator, AsyncIterator +from twilio.base import values +from twilio.base.instance_context import InstanceContext +from twilio.base.instance_resource import InstanceResource +from twilio.base.list_resource import ListResource +from twilio.base.version import Version +from twilio.base.page import Page + + +class UserInstance(InstanceResource): + + class ScimEmailAddress(object): + """ + :ivar primary: Indicates if this email address is the primary one + :ivar value: The actual email address value + :ivar type: The type of email address (e.g., work, home, etc.) + """ + + def __init__(self, payload: Dict[str, Any]): + + self.primary: Optional[bool] = payload.get("primary") + self.value: Optional[str] = payload.get("value") + self.type: Optional[str] = payload.get("type") + + def to_dict(self): + return { + "primary": self.primary, + "value": self.value, + "type": self.type, + } + + class ScimMeta(object): + """ + :ivar resource_type: Indicates the type of the resource + :ivar created: The date and time when the resource was created in the system + :ivar last_modified: The date and time when the resource was last modified + :ivar version: A version identifier for the resource. This can be used to manage resource versioning and concurrency control. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.resource_type: Optional[str] = payload.get("resource_type") + self.created: Optional[datetime] = payload.get("created") + self.last_modified: Optional[datetime] = payload.get("last_modified") + self.version: Optional[str] = payload.get("version") + + def to_dict(self): + return { + "resource_type": self.resource_type, + "created": self.created, + "last_modified": self.last_modified, + "version": self.version, + } + + class ScimName(object): + """ + :ivar given_name: The user's first or given name + :ivar family_name: The user's last or family name + """ + + def __init__(self, payload: Dict[str, Any]): + + self.given_name: Optional[str] = payload.get("given_name") + self.family_name: Optional[str] = payload.get("family_name") + + def to_dict(self): + return { + "given_name": self.given_name, + "family_name": self.family_name, + } + + class ScimUser(object): + """ + :ivar id: Unique Twilio user sid + :ivar external_id: External unique resource id defined by provisioning client + :ivar user_name: Unique username, MUST be same as primary email address + :ivar display_name: User friendly display name + :ivar name: + :ivar emails: Email address list of the user. Primary email must be defined if there are more than 1 email. Primary email must match the username. + :ivar active: Indicates whether the user is active + :ivar locale: User's locale + :ivar timezone: User's time zone + :ivar schemas: An array of URIs that indicate the schemas supported for this user resource + :ivar meta: + :ivar detail: A human-readable description of the error + :ivar scim_type: A scimType error code as defined in RFC7644 + :ivar status: Http status code + :ivar code: Twilio-specific error code + :ivar more_info: Link to Error Code References + """ + + def __init__(self, payload: Dict[str, Any]): + + self.id: Optional[str] = payload.get("id") + self.external_id: Optional[str] = payload.get("external_id") + self.user_name: Optional[str] = payload.get("user_name") + self.display_name: Optional[str] = payload.get("display_name") + self.name: Optional[UserList.ScimName] = payload.get("name") + self.emails: Optional[List[UserList.ScimEmailAddress]] = payload.get( + "emails" + ) + self.active: Optional[bool] = payload.get("active") + self.locale: Optional[str] = payload.get("locale") + self.timezone: Optional[str] = payload.get("timezone") + self.schemas: Optional[List[str]] = payload.get("schemas") + self.meta: Optional[UserList.ScimMeta] = payload.get("meta") + self.detail: Optional[str] = payload.get("detail") + self.scim_type: Optional[str] = payload.get("scim_type") + self.status: Optional[str] = payload.get("status") + self.code: Optional[int] = payload.get("code") + self.more_info: Optional[str] = payload.get("more_info") + + def to_dict(self): + return { + "id": self.id, + "externalId": self.external_id, + "userName": self.user_name, + "displayName": self.display_name, + "name": self.name.to_dict() if self.name is not None else None, + "emails": ( + [emails.to_dict() for emails in self.emails] + if self.emails is not None + else None + ), + "active": self.active, + "locale": self.locale, + "timezone": self.timezone, + "schemas": self.schemas, + "meta": self.meta.to_dict() if self.meta is not None else None, + "detail": self.detail, + "scimType": self.scim_type, + "status": self.status, + "code": self.code, + "moreInfo": self.more_info, + } + + """ + :ivar id: Unique Twilio user sid + :ivar external_id: External unique resource id defined by provisioning client + :ivar user_name: Unique username, MUST be same as primary email address + :ivar display_name: User friendly display name + :ivar name: + :ivar emails: Email address list of the user. Primary email must be defined if there are more than 1 email. Primary email must match the username. + :ivar active: Indicates whether the user is active + :ivar locale: User's locale + :ivar timezone: User's time zone + :ivar schemas: An array of URIs that indicate the schemas supported for this user resource + :ivar meta: + :ivar detail: A human-readable description of the error + :ivar scim_type: A scimType error code as defined in RFC7644 + :ivar status: Http status code + :ivar code: Twilio-specific error code + :ivar more_info: Link to Error Code References + """ + + def __init__( + self, + version: Version, + payload: Dict[str, Any], + organization_sid: Optional[str] = None, + user_sid: Optional[str] = None, + ): + super().__init__(version) + + self.id: Optional[str] = payload.get("id") + self.external_id: Optional[str] = payload.get("externalId") + self.user_name: Optional[str] = payload.get("userName") + self.display_name: Optional[str] = payload.get("displayName") + self.name: Optional[UserList.str] = payload.get("name") + self.emails: Optional[List[UserList.str]] = payload.get("emails") + self.active: Optional[bool] = payload.get("active") + self.locale: Optional[str] = payload.get("locale") + self.timezone: Optional[str] = payload.get("timezone") + self.schemas: Optional[List[str]] = payload.get("schemas") + self.meta: Optional[UserList.str] = payload.get("meta") + self.detail: Optional[str] = payload.get("detail") + self.scim_type: Optional[str] = payload.get("scimType") + self.status: Optional[str] = payload.get("status") + self.code: Optional[int] = payload.get("code") + self.more_info: Optional[str] = payload.get("moreInfo") + + self._solution = { + "organization_sid": organization_sid or self.organization_sid, + "user_sid": user_sid or self.user_sid, + } + self._context: Optional[UserContext] = None + + @property + def _proxy(self) -> "UserContext": + """ + Generate an instance context for the instance, the context is capable of + performing various actions. All instance actions are proxied to the context + + :returns: UserContext for this UserInstance + """ + if self._context is None: + self._context = UserContext( + self._version, + organization_sid=self._solution["organization_sid"], + user_sid=self._solution["user_sid"], + ) + return self._context + + def delete(self) -> bool: + """ + Deletes the UserInstance + + + :returns: True if delete succeeds, False otherwise + """ + return self._proxy.delete() + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the UserInstance + + + :returns: True if delete succeeds, False otherwise + """ + return await self._proxy.delete_async() + + def fetch(self) -> "UserInstance": + """ + Fetch the UserInstance + + + :returns: The fetched UserInstance + """ + return self._proxy.fetch() + + async def fetch_async(self) -> "UserInstance": + """ + Asynchronous coroutine to fetch the UserInstance + + + :returns: The fetched UserInstance + """ + return await self._proxy.fetch_async() + + def update( + self, scim_user: ScimUser, if_match: Union[str, object] = values.unset + ) -> "UserInstance": + """ + Update the UserInstance + + :param scim_user: + :param if_match: + + :returns: The updated UserInstance + """ + return self._proxy.update( + scim_user=scim_user, + if_match=if_match, + ) + + async def update_async( + self, scim_user: ScimUser, if_match: Union[str, object] = values.unset + ) -> "UserInstance": + """ + Asynchronous coroutine to update the UserInstance + + :param scim_user: + :param if_match: + + :returns: The updated UserInstance + """ + return await self._proxy.update_async( + scim_user=scim_user, + if_match=if_match, + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class UserContext(InstanceContext): + + class ScimEmailAddress(object): + """ + :ivar primary: Indicates if this email address is the primary one + :ivar value: The actual email address value + :ivar type: The type of email address (e.g., work, home, etc.) + """ + + def __init__(self, payload: Dict[str, Any]): + + self.primary: Optional[bool] = payload.get("primary") + self.value: Optional[str] = payload.get("value") + self.type: Optional[str] = payload.get("type") + + def to_dict(self): + return { + "primary": self.primary, + "value": self.value, + "type": self.type, + } + + class ScimMeta(object): + """ + :ivar resource_type: Indicates the type of the resource + :ivar created: The date and time when the resource was created in the system + :ivar last_modified: The date and time when the resource was last modified + :ivar version: A version identifier for the resource. This can be used to manage resource versioning and concurrency control. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.resource_type: Optional[str] = payload.get("resource_type") + self.created: Optional[datetime] = payload.get("created") + self.last_modified: Optional[datetime] = payload.get("last_modified") + self.version: Optional[str] = payload.get("version") + + def to_dict(self): + return { + "resource_type": self.resource_type, + "created": self.created, + "last_modified": self.last_modified, + "version": self.version, + } + + class ScimName(object): + """ + :ivar given_name: The user's first or given name + :ivar family_name: The user's last or family name + """ + + def __init__(self, payload: Dict[str, Any]): + + self.given_name: Optional[str] = payload.get("given_name") + self.family_name: Optional[str] = payload.get("family_name") + + def to_dict(self): + return { + "given_name": self.given_name, + "family_name": self.family_name, + } + + class ScimUser(object): + """ + :ivar id: Unique Twilio user sid + :ivar external_id: External unique resource id defined by provisioning client + :ivar user_name: Unique username, MUST be same as primary email address + :ivar display_name: User friendly display name + :ivar name: + :ivar emails: Email address list of the user. Primary email must be defined if there are more than 1 email. Primary email must match the username. + :ivar active: Indicates whether the user is active + :ivar locale: User's locale + :ivar timezone: User's time zone + :ivar schemas: An array of URIs that indicate the schemas supported for this user resource + :ivar meta: + :ivar detail: A human-readable description of the error + :ivar scim_type: A scimType error code as defined in RFC7644 + :ivar status: Http status code + :ivar code: Twilio-specific error code + :ivar more_info: Link to Error Code References + """ + + def __init__(self, payload: Dict[str, Any]): + + self.id: Optional[str] = payload.get("id") + self.external_id: Optional[str] = payload.get("external_id") + self.user_name: Optional[str] = payload.get("user_name") + self.display_name: Optional[str] = payload.get("display_name") + self.name: Optional[UserList.ScimName] = payload.get("name") + self.emails: Optional[List[UserList.ScimEmailAddress]] = payload.get( + "emails" + ) + self.active: Optional[bool] = payload.get("active") + self.locale: Optional[str] = payload.get("locale") + self.timezone: Optional[str] = payload.get("timezone") + self.schemas: Optional[List[str]] = payload.get("schemas") + self.meta: Optional[UserList.ScimMeta] = payload.get("meta") + self.detail: Optional[str] = payload.get("detail") + self.scim_type: Optional[str] = payload.get("scim_type") + self.status: Optional[str] = payload.get("status") + self.code: Optional[int] = payload.get("code") + self.more_info: Optional[str] = payload.get("more_info") + + def to_dict(self): + return { + "id": self.id, + "externalId": self.external_id, + "userName": self.user_name, + "displayName": self.display_name, + "name": self.name.to_dict() if self.name is not None else None, + "emails": ( + [emails.to_dict() for emails in self.emails] + if self.emails is not None + else None + ), + "active": self.active, + "locale": self.locale, + "timezone": self.timezone, + "schemas": self.schemas, + "meta": self.meta.to_dict() if self.meta is not None else None, + "detail": self.detail, + "scimType": self.scim_type, + "status": self.status, + "code": self.code, + "moreInfo": self.more_info, + } + + def __init__(self, version: Version, organization_sid: str, user_sid: str): + """ + Initialize the UserContext + + :param version: Version that contains the resource + :param organization_sid: + :param user_sid: + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + "user_sid": user_sid, + } + self._uri = "/{organization_sid}/scim/Users/{user_sid}".format(**self._solution) + + def delete(self) -> bool: + """ + Deletes the UserInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + return self._version.delete(method="DELETE", uri=self._uri, headers=headers) + + async def delete_async(self) -> bool: + """ + Asynchronous coroutine that deletes the UserInstance + + + :returns: True if delete succeeds, False otherwise + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + return await self._version.delete_async( + method="DELETE", uri=self._uri, headers=headers + ) + + def fetch(self) -> UserInstance: + """ + Fetch the UserInstance + + + :returns: The fetched UserInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + payload = self._version.fetch(method="GET", uri=self._uri, headers=headers) + + return UserInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + user_sid=self._solution["user_sid"], + ) + + async def fetch_async(self) -> UserInstance: + """ + Asynchronous coroutine to fetch the UserInstance + + + :returns: The fetched UserInstance + """ + + headers = values.of({}) + + headers["Accept"] = "application/scim+json" + + payload = await self._version.fetch_async( + method="GET", uri=self._uri, headers=headers + ) + + return UserInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + user_sid=self._solution["user_sid"], + ) + + def update( + self, scim_user: ScimUser, if_match: Union[str, object] = values.unset + ) -> UserInstance: + """ + Update the UserInstance + + :param scim_user: + :param if_match: + + :returns: The updated UserInstance + """ + data = scim_user.to_dict() + + headers = values.of({}) + + if not ( + if_match is values.unset or (isinstance(if_match, str) and not if_match) + ): + headers["If-Match"] = if_match + + headers["Content-Type"] = "application/json" + + headers["Content-Type"] = "application/scim+json" + + headers["Accept"] = "application/scim+json" + + payload = self._version.update( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return UserInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + user_sid=self._solution["user_sid"], + ) + + async def update_async( + self, scim_user: ScimUser, if_match: Union[str, object] = values.unset + ) -> UserInstance: + """ + Asynchronous coroutine to update the UserInstance + + :param scim_user: + :param if_match: + + :returns: The updated UserInstance + """ + data = scim_user.to_dict() + + headers = values.of({}) + + if not ( + if_match is values.unset or (isinstance(if_match, str) and not if_match) + ): + headers["If-Match"] = if_match + + headers["Content-Type"] = "application/json" + + headers["Content-Type"] = "application/scim+json" + + headers["Accept"] = "application/scim+json" + + payload = await self._version.update_async( + method="PUT", uri=self._uri, data=data, headers=headers + ) + + return UserInstance( + self._version, + payload, + organization_sid=self._solution["organization_sid"], + user_sid=self._solution["user_sid"], + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + context = " ".join("{}={}".format(k, v) for k, v in self._solution.items()) + return "".format(context) + + +class UserPage(Page): + + def get_instance(self, payload: Dict[str, Any]) -> UserInstance: + """ + Build an instance of UserInstance + + :param payload: Payload response from the API + """ + return UserInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return "" + + +class UserList(ListResource): + + class ScimEmailAddress(object): + """ + :ivar primary: Indicates if this email address is the primary one + :ivar value: The actual email address value + :ivar type: The type of email address (e.g., work, home, etc.) + """ + + def __init__(self, payload: Dict[str, Any]): + + self.primary: Optional[bool] = payload.get("primary") + self.value: Optional[str] = payload.get("value") + self.type: Optional[str] = payload.get("type") + + def to_dict(self): + return { + "primary": self.primary, + "value": self.value, + "type": self.type, + } + + class ScimMeta(object): + """ + :ivar resource_type: Indicates the type of the resource + :ivar created: The date and time when the resource was created in the system + :ivar last_modified: The date and time when the resource was last modified + :ivar version: A version identifier for the resource. This can be used to manage resource versioning and concurrency control. + """ + + def __init__(self, payload: Dict[str, Any]): + + self.resource_type: Optional[str] = payload.get("resource_type") + self.created: Optional[datetime] = payload.get("created") + self.last_modified: Optional[datetime] = payload.get("last_modified") + self.version: Optional[str] = payload.get("version") + + def to_dict(self): + return { + "resource_type": self.resource_type, + "created": self.created, + "last_modified": self.last_modified, + "version": self.version, + } + + class ScimName(object): + """ + :ivar given_name: The user's first or given name + :ivar family_name: The user's last or family name + """ + + def __init__(self, payload: Dict[str, Any]): + + self.given_name: Optional[str] = payload.get("given_name") + self.family_name: Optional[str] = payload.get("family_name") + + def to_dict(self): + return { + "given_name": self.given_name, + "family_name": self.family_name, + } + + class ScimUser(object): + """ + :ivar id: Unique Twilio user sid + :ivar external_id: External unique resource id defined by provisioning client + :ivar user_name: Unique username, MUST be same as primary email address + :ivar display_name: User friendly display name + :ivar name: + :ivar emails: Email address list of the user. Primary email must be defined if there are more than 1 email. Primary email must match the username. + :ivar active: Indicates whether the user is active + :ivar locale: User's locale + :ivar timezone: User's time zone + :ivar schemas: An array of URIs that indicate the schemas supported for this user resource + :ivar meta: + :ivar detail: A human-readable description of the error + :ivar scim_type: A scimType error code as defined in RFC7644 + :ivar status: Http status code + :ivar code: Twilio-specific error code + :ivar more_info: Link to Error Code References + """ + + def __init__(self, payload: Dict[str, Any]): + + self.id: Optional[str] = payload.get("id") + self.external_id: Optional[str] = payload.get("external_id") + self.user_name: Optional[str] = payload.get("user_name") + self.display_name: Optional[str] = payload.get("display_name") + self.name: Optional[UserList.ScimName] = payload.get("name") + self.emails: Optional[List[UserList.ScimEmailAddress]] = payload.get( + "emails" + ) + self.active: Optional[bool] = payload.get("active") + self.locale: Optional[str] = payload.get("locale") + self.timezone: Optional[str] = payload.get("timezone") + self.schemas: Optional[List[str]] = payload.get("schemas") + self.meta: Optional[UserList.ScimMeta] = payload.get("meta") + self.detail: Optional[str] = payload.get("detail") + self.scim_type: Optional[str] = payload.get("scim_type") + self.status: Optional[str] = payload.get("status") + self.code: Optional[int] = payload.get("code") + self.more_info: Optional[str] = payload.get("more_info") + + def to_dict(self): + return { + "id": self.id, + "externalId": self.external_id, + "userName": self.user_name, + "displayName": self.display_name, + "name": self.name.to_dict() if self.name is not None else None, + "emails": ( + [emails.to_dict() for emails in self.emails] + if self.emails is not None + else None + ), + "active": self.active, + "locale": self.locale, + "timezone": self.timezone, + "schemas": self.schemas, + "meta": self.meta.to_dict() if self.meta is not None else None, + "detail": self.detail, + "scimType": self.scim_type, + "status": self.status, + "code": self.code, + "moreInfo": self.more_info, + } + + def __init__(self, version: Version, organization_sid: str): + """ + Initialize the UserList + + :param version: Version that contains the resource + :param organization_sid: + + """ + super().__init__(version) + + # Path Solution + self._solution = { + "organization_sid": organization_sid, + } + self._uri = "/{organization_sid}/scim/Users".format(**self._solution) + + def create(self, scim_user: ScimUser) -> UserInstance: + """ + Create the UserInstance + + :param scim_user: + + :returns: The created UserInstance + """ + data = scim_user.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Content-Type"] = "application/scim+json" + + headers["Accept"] = "application/scim+json" + + payload = self._version.create( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return UserInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + async def create_async(self, scim_user: ScimUser) -> UserInstance: + """ + Asynchronously create the UserInstance + + :param scim_user: + + :returns: The created UserInstance + """ + data = scim_user.to_dict() + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Content-Type"] = "application/json" + + headers["Content-Type"] = "application/scim+json" + + headers["Accept"] = "application/scim+json" + + payload = await self._version.create_async( + method="POST", uri=self._uri, data=data, headers=headers + ) + + return UserInstance( + self._version, payload, organization_sid=self._solution["organization_sid"] + ) + + def stream( + self, + filter: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> Iterator[UserInstance]: + """ + Streams UserInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str filter: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = self.page(filter=filter, page_size=limits["page_size"]) + + return self._version.stream(page, limits["limit"]) + + async def stream_async( + self, + filter: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> AsyncIterator[UserInstance]: + """ + Asynchronously streams UserInstance records from the API as a generator stream. + This operation lazily loads records as efficiently as possible until the limit + is reached. + The results are returned as a generator, so this operation is memory efficient. + + :param str filter: + :param limit: Upper limit for the number of records to return. stream() + guarantees to never return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, stream() will attempt to read the + limit with the most efficient page size, i.e. min(limit, 1000) + + :returns: Generator that will yield up to limit results + """ + limits = self._version.read_limits(limit, page_size) + page = await self.page_async(filter=filter, page_size=limits["page_size"]) + + return self._version.stream_async(page, limits["limit"]) + + def list( + self, + filter: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[UserInstance]: + """ + Lists UserInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str filter: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return list( + self.stream( + filter=filter, + limit=limit, + page_size=page_size, + ) + ) + + async def list_async( + self, + filter: Union[str, object] = values.unset, + limit: Optional[int] = None, + page_size: Optional[int] = None, + ) -> List[UserInstance]: + """ + Asynchronously lists UserInstance records from the API as a list. + Unlike stream(), this operation is eager and will load `limit` records into + memory before returning. + + :param str filter: + :param limit: Upper limit for the number of records to return. list() guarantees + never to return more than limit. Default is no limit + :param page_size: Number of records to fetch per request, when not set will use + the default value of 50 records. If no page_size is defined + but a limit is defined, list() will attempt to read the limit + with the most efficient page size, i.e. min(limit, 1000) + + :returns: list that will contain up to limit results + """ + return [ + record + async for record in await self.stream_async( + filter=filter, + limit=limit, + page_size=page_size, + ) + ] + + def page( + self, + filter: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> UserPage: + """ + Retrieve a single page of UserInstance records from the API. + Request is executed immediately + + :param filter: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of UserInstance + """ + data = values.of( + { + "filter": filter, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/scim+json" + + response = self._version.page( + method="GET", uri=self._uri, params=data, headers=headers + ) + return UserPage(self._version, response, self._solution) + + async def page_async( + self, + filter: Union[str, object] = values.unset, + page_token: Union[str, object] = values.unset, + page_number: Union[int, object] = values.unset, + page_size: Union[int, object] = values.unset, + ) -> UserPage: + """ + Asynchronously retrieve a single page of UserInstance records from the API. + Request is executed immediately + + :param filter: + :param page_token: PageToken provided by the API + :param page_number: Page Number, this value is simply for client state + :param page_size: Number of records to return, defaults to 50 + + :returns: Page of UserInstance + """ + data = values.of( + { + "filter": filter, + "PageToken": page_token, + "Page": page_number, + "PageSize": page_size, + } + ) + + headers = values.of({"Content-Type": "application/x-www-form-urlencoded"}) + + headers["Accept"] = "application/scim+json" + + response = await self._version.page_async( + method="GET", uri=self._uri, params=data, headers=headers + ) + return UserPage(self._version, response, self._solution) + + def get_page(self, target_url: str) -> UserPage: + """ + Retrieve a specific page of UserInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of UserInstance + """ + response = self._version.domain.twilio.request("GET", target_url) + return UserPage(self._version, response, self._solution) + + async def get_page_async(self, target_url: str) -> UserPage: + """ + Asynchronously retrieve a specific page of UserInstance records from the API. + Request is executed immediately + + :param target_url: API-generated URL for the requested results page + + :returns: Page of UserInstance + """ + response = await self._version.domain.twilio.request_async("GET", target_url) + return UserPage(self._version, response, self._solution) + + def get(self, organization_sid: str, user_sid: str) -> UserContext: + """ + Constructs a UserContext + + :param organization_sid: + :param user_sid: + """ + return UserContext( + self._version, organization_sid=organization_sid, user_sid=user_sid + ) + + def __call__(self, organization_sid: str, user_sid: str) -> UserContext: + """ + Constructs a UserContext + + :param organization_sid: + :param user_sid: + """ + return UserContext( + self._version, organization_sid=organization_sid, user_sid=user_sid + ) + + def __repr__(self) -> str: + """ + Provide a friendly representation + + :returns: Machine friendly representation + """ + return ""