telnyx 3.4.0a0__py3-none-any.whl → 3.5.0a0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of telnyx might be problematic. Click here for more details.
- telnyx/__init__.py +3 -1
- telnyx/_base_client.py +9 -9
- telnyx/_client.py +35 -34
- telnyx/_models.py +10 -4
- telnyx/_qs.py +7 -7
- telnyx/_types.py +18 -11
- telnyx/_utils/_transform.py +2 -2
- telnyx/_utils/_utils.py +4 -4
- telnyx/_version.py +1 -1
- telnyx/resources/access_ip_address.py +15 -15
- telnyx/resources/access_ip_ranges.py +13 -13
- telnyx/resources/actions/purchase.py +13 -13
- telnyx/resources/actions/register.py +9 -9
- telnyx/resources/addresses/actions.py +13 -13
- telnyx/resources/addresses/addresses.py +33 -35
- telnyx/resources/advanced_orders.py +41 -45
- telnyx/resources/ai/ai.py +7 -7
- telnyx/resources/ai/assistants/assistants.py +89 -89
- telnyx/resources/ai/assistants/canary_deploys.py +9 -9
- telnyx/resources/ai/assistants/scheduled_events.py +21 -21
- telnyx/resources/ai/assistants/tests/runs.py +13 -13
- telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
- telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
- telnyx/resources/ai/assistants/tests/tests.py +43 -43
- telnyx/resources/ai/assistants/tools.py +7 -7
- telnyx/resources/ai/assistants/versions.py +45 -45
- telnyx/resources/ai/audio.py +11 -11
- telnyx/resources/ai/chat.py +47 -47
- telnyx/resources/ai/clusters.py +27 -27
- telnyx/resources/ai/conversations/conversations.py +43 -43
- telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
- telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
- telnyx/resources/ai/conversations/insights.py +25 -25
- telnyx/resources/ai/conversations/messages.py +19 -19
- telnyx/resources/ai/embeddings/buckets.py +7 -7
- telnyx/resources/ai/embeddings/embeddings.py +23 -23
- telnyx/resources/ai/fine_tuning/jobs.py +13 -13
- telnyx/resources/audit_events.py +9 -9
- telnyx/resources/authentication_providers.py +29 -29
- telnyx/resources/available_phone_number_blocks.py +5 -5
- telnyx/resources/available_phone_numbers.py +5 -5
- telnyx/resources/balance.py +3 -3
- telnyx/resources/billing_groups.py +17 -17
- telnyx/resources/brand/brand.py +113 -113
- telnyx/resources/brand/external_vetting.py +9 -9
- telnyx/resources/bulk_sim_card_actions.py +11 -11
- telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
- telnyx/resources/bundle_pricing/user_bundles.py +35 -35
- telnyx/resources/call_control_applications.py +63 -67
- telnyx/resources/call_events.py +7 -7
- telnyx/resources/calls/actions.py +549 -551
- telnyx/resources/calls/calls.py +99 -99
- telnyx/resources/campaign/campaign.py +47 -47
- telnyx/resources/campaign/osr.py +3 -3
- telnyx/resources/campaign/usecase.py +3 -3
- telnyx/resources/campaign_builder/brand.py +3 -3
- telnyx/resources/campaign_builder/campaign_builder.py +67 -67
- telnyx/resources/channel_zones.py +7 -7
- telnyx/resources/charges_breakdown.py +7 -7
- telnyx/resources/charges_summary.py +3 -3
- telnyx/resources/comments.py +17 -17
- telnyx/resources/conferences/actions.py +113 -113
- telnyx/resources/conferences/conferences.py +35 -35
- telnyx/resources/connections.py +15 -15
- telnyx/resources/country_coverage.py +5 -5
- telnyx/resources/credential_connections/actions.py +3 -3
- telnyx/resources/credential_connections/credential_connections.py +95 -95
- telnyx/resources/custom_storage_credentials.py +9 -9
- telnyx/resources/customer_service_records.py +19 -19
- telnyx/resources/detail_records.py +9 -9
- telnyx/resources/dialogflow_connections.py +25 -25
- telnyx/resources/document_links.py +7 -7
- telnyx/resources/documents.py +45 -45
- telnyx/resources/dynamic_emergency_addresses.py +23 -23
- telnyx/resources/dynamic_emergency_endpoints.py +13 -13
- telnyx/resources/enum.py +3 -3
- telnyx/resources/external_connections/civic_addresses.py +7 -7
- telnyx/resources/external_connections/external_connections.py +41 -41
- telnyx/resources/external_connections/log_messages.py +11 -11
- telnyx/resources/external_connections/phone_numbers.py +13 -13
- telnyx/resources/external_connections/releases.py +9 -9
- telnyx/resources/external_connections/uploads.py +25 -27
- telnyx/resources/fax_applications.py +47 -47
- telnyx/resources/faxes/actions.py +5 -5
- telnyx/resources/faxes/faxes.py +35 -35
- telnyx/resources/fqdn_connections.py +93 -93
- telnyx/resources/fqdns.py +25 -25
- telnyx/resources/global_ip_allowed_ports.py +3 -3
- telnyx/resources/global_ip_assignment_health.py +5 -5
- telnyx/resources/global_ip_assignments.py +19 -19
- telnyx/resources/global_ip_assignments_usage.py +5 -5
- telnyx/resources/global_ip_health_check_types.py +3 -3
- telnyx/resources/global_ip_health_checks.py +17 -17
- telnyx/resources/global_ip_latency.py +5 -5
- telnyx/resources/global_ip_protocols.py +3 -3
- telnyx/resources/global_ip_usage.py +5 -5
- telnyx/resources/global_ips.py +17 -17
- telnyx/resources/inbound_channels.py +5 -5
- telnyx/resources/integration_secrets.py +17 -17
- telnyx/resources/inventory_coverage.py +5 -5
- telnyx/resources/invoices.py +11 -11
- telnyx/resources/ip_connections.py +93 -93
- telnyx/resources/ips.py +23 -23
- telnyx/resources/ledger_billing_group_reports.py +9 -9
- telnyx/resources/list.py +5 -5
- telnyx/resources/managed_accounts/actions.py +7 -7
- telnyx/resources/managed_accounts/managed_accounts.py +33 -33
- telnyx/resources/media.py +23 -23
- telnyx/resources/messages/messages.py +121 -121
- telnyx/resources/messages/rcs.py +7 -7
- telnyx/resources/messaging/rcs/agents.py +15 -15
- telnyx/resources/messaging/rcs/rcs.py +7 -7
- telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
- telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +21 -21
- telnyx/resources/messaging_hosted_numbers.py +3 -3
- telnyx/resources/messaging_numbers_bulk_updates.py +5 -5
- telnyx/resources/messaging_optouts.py +11 -11
- telnyx/resources/messaging_profiles/autoresp_configs.py +21 -21
- telnyx/resources/messaging_profiles/messaging_profiles.py +73 -73
- telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
- telnyx/resources/messaging_url_domains.py +5 -5
- telnyx/resources/messsages.py +11 -11
- telnyx/resources/mobile_network_operators.py +7 -7
- telnyx/resources/mobile_push_credentials.py +23 -23
- telnyx/resources/network_coverage.py +9 -9
- telnyx/resources/networks/default_gateway.py +9 -9
- telnyx/resources/networks/networks.py +21 -21
- telnyx/resources/notification_channels.py +27 -27
- telnyx/resources/notification_event_conditions.py +7 -7
- telnyx/resources/notification_events.py +5 -5
- telnyx/resources/notification_profiles.py +17 -17
- telnyx/resources/notification_settings.py +21 -21
- telnyx/resources/number_block_orders.py +17 -17
- telnyx/resources/number_lookup.py +5 -5
- telnyx/resources/number_order_phone_numbers.py +13 -13
- telnyx/resources/number_orders.py +27 -27
- telnyx/resources/number_reservations/actions.py +3 -3
- telnyx/resources/number_reservations/number_reservations.py +15 -15
- telnyx/resources/numbers_features.py +3 -3
- telnyx/resources/operator_connect/actions.py +3 -3
- telnyx/resources/ota_updates.py +9 -9
- telnyx/resources/outbound_voice_profiles.py +65 -65
- telnyx/resources/partner_campaigns.py +25 -25
- telnyx/resources/payment/auto_recharge_prefs.py +15 -15
- telnyx/resources/phone_number_assignment_by_profile.py +15 -15
- telnyx/resources/phone_number_blocks/jobs.py +13 -13
- telnyx/resources/phone_number_campaigns.py +19 -19
- telnyx/resources/phone_numbers/actions.py +7 -7
- telnyx/resources/phone_numbers/csv_downloads.py +13 -13
- telnyx/resources/phone_numbers/jobs.py +35 -35
- telnyx/resources/phone_numbers/messaging.py +13 -13
- telnyx/resources/phone_numbers/phone_numbers.py +39 -39
- telnyx/resources/phone_numbers/voice.py +31 -31
- telnyx/resources/phone_numbers/voicemail.py +15 -15
- telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
- telnyx/resources/portability_checks.py +5 -5
- telnyx/resources/porting/events.py +11 -11
- telnyx/resources/porting/loa_configurations.py +17 -17
- telnyx/resources/porting/porting.py +3 -3
- telnyx/resources/porting/reports.py +11 -11
- telnyx/resources/porting_orders/action_requirements.py +11 -11
- telnyx/resources/porting_orders/actions.py +13 -13
- telnyx/resources/porting_orders/activation_jobs.py +11 -11
- telnyx/resources/porting_orders/additional_documents.py +15 -15
- telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
- telnyx/resources/porting_orders/comments.py +9 -9
- telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
- telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
- telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
- telnyx/resources/porting_orders/porting_orders.py +59 -59
- telnyx/resources/porting_orders/verification_codes.py +19 -19
- telnyx/resources/porting_phone_numbers.py +7 -7
- telnyx/resources/portouts/comments.py +7 -7
- telnyx/resources/portouts/events.py +11 -11
- telnyx/resources/portouts/portouts.py +17 -17
- telnyx/resources/portouts/reports.py +11 -11
- telnyx/resources/portouts/supporting_documents.py +7 -7
- telnyx/resources/private_wireless_gateways.py +25 -25
- telnyx/resources/public_internet_gateways.py +19 -19
- telnyx/resources/queues/calls.py +7 -7
- telnyx/resources/queues/queues.py +3 -3
- telnyx/resources/recording_transcriptions.py +7 -7
- telnyx/resources/recordings/actions.py +3 -3
- telnyx/resources/recordings/recordings.py +11 -11
- telnyx/resources/regions.py +3 -3
- telnyx/resources/regulatory_requirements.py +5 -5
- telnyx/resources/reports/cdr_usage_reports.py +9 -9
- telnyx/resources/reports/mdr_usage_reports.py +21 -21
- telnyx/resources/reports/reports.py +47 -47
- telnyx/resources/requirement_groups.py +23 -23
- telnyx/resources/requirement_types.py +9 -11
- telnyx/resources/requirements.py +11 -11
- telnyx/resources/room_compositions.py +27 -27
- telnyx/resources/room_participants.py +9 -9
- telnyx/resources/room_recordings.py +17 -17
- telnyx/resources/rooms/actions.py +11 -11
- telnyx/resources/rooms/rooms.py +43 -43
- telnyx/resources/rooms/sessions/actions.py +21 -21
- telnyx/resources/rooms/sessions/sessions.py +27 -27
- telnyx/resources/seti.py +5 -5
- telnyx/resources/short_codes.py +11 -11
- telnyx/resources/sim_card_data_usage_notifications.py +21 -21
- telnyx/resources/sim_card_groups/actions.py +23 -23
- telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
- telnyx/resources/sim_card_order_preview.py +3 -3
- telnyx/resources/sim_card_orders.py +11 -11
- telnyx/resources/sim_cards/actions.py +27 -27
- telnyx/resources/sim_cards/sim_cards.py +47 -47
- telnyx/resources/siprec_connectors.py +13 -13
- telnyx/resources/storage/buckets/buckets.py +5 -5
- telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
- telnyx/resources/storage/buckets/usage.py +5 -5
- telnyx/resources/storage/migration_sources.py +11 -11
- telnyx/resources/storage/migrations/actions.py +3 -3
- telnyx/resources/storage/migrations/migrations.py +9 -9
- telnyx/resources/storage/storage.py +3 -3
- telnyx/resources/sub_number_orders.py +17 -17
- telnyx/resources/sub_number_orders_report.py +19 -19
- telnyx/resources/telephony_credentials.py +31 -31
- telnyx/resources/texml/accounts/accounts.py +15 -15
- telnyx/resources/texml/accounts/calls/calls.py +145 -145
- telnyx/resources/texml/accounts/calls/recordings.py +5 -5
- telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
- telnyx/resources/texml/accounts/calls/siprec.py +5 -5
- telnyx/resources/texml/accounts/calls/streams.py +5 -5
- telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
- telnyx/resources/texml/accounts/conferences/participants.py +123 -123
- telnyx/resources/texml/accounts/recordings/json.py +5 -5
- telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
- telnyx/resources/texml/calls.py +79 -79
- telnyx/resources/texml/texml.py +3 -3
- telnyx/resources/texml_applications.py +65 -65
- telnyx/resources/text_to_speech.py +9 -9
- telnyx/resources/usage_reports.py +27 -27
- telnyx/resources/user_addresses.py +29 -31
- telnyx/resources/user_tags.py +5 -5
- telnyx/resources/verifications/actions.py +7 -7
- telnyx/resources/verifications/by_phone_number/actions.py +3 -3
- telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
- telnyx/resources/verifications/verifications.py +19 -19
- telnyx/resources/verified_numbers/actions.py +3 -3
- telnyx/resources/verified_numbers/verified_numbers.py +11 -11
- telnyx/resources/verify_profiles.py +43 -43
- telnyx/resources/virtual_cross_connects.py +45 -45
- telnyx/resources/virtual_cross_connects_coverage.py +9 -9
- telnyx/resources/webhook_deliveries.py +9 -9
- telnyx/resources/wireguard_interfaces.py +17 -17
- telnyx/resources/wireguard_peers.py +21 -21
- telnyx/resources/wireless/detail_records_reports.py +17 -17
- telnyx/resources/wireless/wireless.py +3 -3
- telnyx/resources/wireless_blocklist_values.py +3 -3
- telnyx/resources/wireless_blocklists.py +27 -27
- telnyx/types/global_ip_latency_retrieve_response.py +7 -7
- {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/METADATA +58 -17
- {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/RECORD +257 -257
- {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/WHEEL +0 -0
- {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/licenses/LICENSE +0 -0
|
@@ -21,7 +21,7 @@ from .uploads import (
|
|
|
21
21
|
UploadsResourceWithStreamingResponse,
|
|
22
22
|
AsyncUploadsResourceWithStreamingResponse,
|
|
23
23
|
)
|
|
24
|
-
from ..._types import
|
|
24
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
|
|
25
25
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
26
26
|
from .releases import (
|
|
27
27
|
ReleasesResource,
|
|
@@ -119,18 +119,18 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
119
119
|
*,
|
|
120
120
|
external_sip_connection: Literal["zoom"],
|
|
121
121
|
outbound: external_connection_create_params.Outbound,
|
|
122
|
-
active: bool |
|
|
123
|
-
inbound: external_connection_create_params.Inbound |
|
|
124
|
-
tags: SequenceNotStr[str] |
|
|
125
|
-
webhook_event_failover_url: Optional[str] |
|
|
126
|
-
webhook_event_url: str |
|
|
127
|
-
webhook_timeout_secs: Optional[int] |
|
|
122
|
+
active: bool | Omit = omit,
|
|
123
|
+
inbound: external_connection_create_params.Inbound | Omit = omit,
|
|
124
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
125
|
+
webhook_event_failover_url: Optional[str] | Omit = omit,
|
|
126
|
+
webhook_event_url: str | Omit = omit,
|
|
127
|
+
webhook_timeout_secs: Optional[int] | Omit = omit,
|
|
128
128
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
129
129
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
130
130
|
extra_headers: Headers | None = None,
|
|
131
131
|
extra_query: Query | None = None,
|
|
132
132
|
extra_body: Body | None = None,
|
|
133
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
133
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
134
134
|
) -> ExternalConnectionCreateResponse:
|
|
135
135
|
"""
|
|
136
136
|
Creates a new External Connection based on the parameters sent in the request.
|
|
@@ -191,7 +191,7 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
191
191
|
extra_headers: Headers | None = None,
|
|
192
192
|
extra_query: Query | None = None,
|
|
193
193
|
extra_body: Body | None = None,
|
|
194
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
194
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
195
195
|
) -> ExternalConnectionRetrieveResponse:
|
|
196
196
|
"""
|
|
197
197
|
Return the details of an existing External Connection inside the 'data'
|
|
@@ -221,18 +221,18 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
221
221
|
id: str,
|
|
222
222
|
*,
|
|
223
223
|
outbound: external_connection_update_params.Outbound,
|
|
224
|
-
active: bool |
|
|
225
|
-
inbound: external_connection_update_params.Inbound |
|
|
226
|
-
tags: SequenceNotStr[str] |
|
|
227
|
-
webhook_event_failover_url: Optional[str] |
|
|
228
|
-
webhook_event_url: str |
|
|
229
|
-
webhook_timeout_secs: Optional[int] |
|
|
224
|
+
active: bool | Omit = omit,
|
|
225
|
+
inbound: external_connection_update_params.Inbound | Omit = omit,
|
|
226
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
227
|
+
webhook_event_failover_url: Optional[str] | Omit = omit,
|
|
228
|
+
webhook_event_url: str | Omit = omit,
|
|
229
|
+
webhook_timeout_secs: Optional[int] | Omit = omit,
|
|
230
230
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
231
231
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
232
232
|
extra_headers: Headers | None = None,
|
|
233
233
|
extra_query: Query | None = None,
|
|
234
234
|
extra_body: Body | None = None,
|
|
235
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
235
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
236
236
|
) -> ExternalConnectionUpdateResponse:
|
|
237
237
|
"""
|
|
238
238
|
Updates settings of an existing External Connection based on the parameters of
|
|
@@ -284,14 +284,14 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
284
284
|
def list(
|
|
285
285
|
self,
|
|
286
286
|
*,
|
|
287
|
-
filter: external_connection_list_params.Filter |
|
|
288
|
-
page: external_connection_list_params.Page |
|
|
287
|
+
filter: external_connection_list_params.Filter | Omit = omit,
|
|
288
|
+
page: external_connection_list_params.Page | Omit = omit,
|
|
289
289
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
290
290
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
291
291
|
extra_headers: Headers | None = None,
|
|
292
292
|
extra_query: Query | None = None,
|
|
293
293
|
extra_body: Body | None = None,
|
|
294
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
294
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
295
295
|
) -> ExternalConnectionListResponse:
|
|
296
296
|
"""
|
|
297
297
|
This endpoint returns a list of your External Connections inside the 'data'
|
|
@@ -341,7 +341,7 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
341
341
|
extra_headers: Headers | None = None,
|
|
342
342
|
extra_query: Query | None = None,
|
|
343
343
|
extra_body: Body | None = None,
|
|
344
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
344
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
345
345
|
) -> ExternalConnectionDeleteResponse:
|
|
346
346
|
"""Permanently deletes an External Connection.
|
|
347
347
|
|
|
@@ -380,7 +380,7 @@ class ExternalConnectionsResource(SyncAPIResource):
|
|
|
380
380
|
extra_headers: Headers | None = None,
|
|
381
381
|
extra_query: Query | None = None,
|
|
382
382
|
extra_body: Body | None = None,
|
|
383
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
383
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
384
384
|
) -> ExternalConnectionUpdateLocationResponse:
|
|
385
385
|
"""
|
|
386
386
|
Update a location's static emergency address
|
|
@@ -458,18 +458,18 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
458
458
|
*,
|
|
459
459
|
external_sip_connection: Literal["zoom"],
|
|
460
460
|
outbound: external_connection_create_params.Outbound,
|
|
461
|
-
active: bool |
|
|
462
|
-
inbound: external_connection_create_params.Inbound |
|
|
463
|
-
tags: SequenceNotStr[str] |
|
|
464
|
-
webhook_event_failover_url: Optional[str] |
|
|
465
|
-
webhook_event_url: str |
|
|
466
|
-
webhook_timeout_secs: Optional[int] |
|
|
461
|
+
active: bool | Omit = omit,
|
|
462
|
+
inbound: external_connection_create_params.Inbound | Omit = omit,
|
|
463
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
464
|
+
webhook_event_failover_url: Optional[str] | Omit = omit,
|
|
465
|
+
webhook_event_url: str | Omit = omit,
|
|
466
|
+
webhook_timeout_secs: Optional[int] | Omit = omit,
|
|
467
467
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
468
468
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
469
469
|
extra_headers: Headers | None = None,
|
|
470
470
|
extra_query: Query | None = None,
|
|
471
471
|
extra_body: Body | None = None,
|
|
472
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
472
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
473
473
|
) -> ExternalConnectionCreateResponse:
|
|
474
474
|
"""
|
|
475
475
|
Creates a new External Connection based on the parameters sent in the request.
|
|
@@ -530,7 +530,7 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
530
530
|
extra_headers: Headers | None = None,
|
|
531
531
|
extra_query: Query | None = None,
|
|
532
532
|
extra_body: Body | None = None,
|
|
533
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
533
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
534
534
|
) -> ExternalConnectionRetrieveResponse:
|
|
535
535
|
"""
|
|
536
536
|
Return the details of an existing External Connection inside the 'data'
|
|
@@ -560,18 +560,18 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
560
560
|
id: str,
|
|
561
561
|
*,
|
|
562
562
|
outbound: external_connection_update_params.Outbound,
|
|
563
|
-
active: bool |
|
|
564
|
-
inbound: external_connection_update_params.Inbound |
|
|
565
|
-
tags: SequenceNotStr[str] |
|
|
566
|
-
webhook_event_failover_url: Optional[str] |
|
|
567
|
-
webhook_event_url: str |
|
|
568
|
-
webhook_timeout_secs: Optional[int] |
|
|
563
|
+
active: bool | Omit = omit,
|
|
564
|
+
inbound: external_connection_update_params.Inbound | Omit = omit,
|
|
565
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
566
|
+
webhook_event_failover_url: Optional[str] | Omit = omit,
|
|
567
|
+
webhook_event_url: str | Omit = omit,
|
|
568
|
+
webhook_timeout_secs: Optional[int] | Omit = omit,
|
|
569
569
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
570
570
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
571
571
|
extra_headers: Headers | None = None,
|
|
572
572
|
extra_query: Query | None = None,
|
|
573
573
|
extra_body: Body | None = None,
|
|
574
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
574
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
575
575
|
) -> ExternalConnectionUpdateResponse:
|
|
576
576
|
"""
|
|
577
577
|
Updates settings of an existing External Connection based on the parameters of
|
|
@@ -623,14 +623,14 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
623
623
|
async def list(
|
|
624
624
|
self,
|
|
625
625
|
*,
|
|
626
|
-
filter: external_connection_list_params.Filter |
|
|
627
|
-
page: external_connection_list_params.Page |
|
|
626
|
+
filter: external_connection_list_params.Filter | Omit = omit,
|
|
627
|
+
page: external_connection_list_params.Page | Omit = omit,
|
|
628
628
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
629
629
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
630
630
|
extra_headers: Headers | None = None,
|
|
631
631
|
extra_query: Query | None = None,
|
|
632
632
|
extra_body: Body | None = None,
|
|
633
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
633
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
634
634
|
) -> ExternalConnectionListResponse:
|
|
635
635
|
"""
|
|
636
636
|
This endpoint returns a list of your External Connections inside the 'data'
|
|
@@ -680,7 +680,7 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
680
680
|
extra_headers: Headers | None = None,
|
|
681
681
|
extra_query: Query | None = None,
|
|
682
682
|
extra_body: Body | None = None,
|
|
683
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
683
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
684
684
|
) -> ExternalConnectionDeleteResponse:
|
|
685
685
|
"""Permanently deletes an External Connection.
|
|
686
686
|
|
|
@@ -719,7 +719,7 @@ class AsyncExternalConnectionsResource(AsyncAPIResource):
|
|
|
719
719
|
extra_headers: Headers | None = None,
|
|
720
720
|
extra_query: Query | None = None,
|
|
721
721
|
extra_body: Body | None = None,
|
|
722
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
722
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
723
723
|
) -> ExternalConnectionUpdateLocationResponse:
|
|
724
724
|
"""
|
|
725
725
|
Update a location's static emergency address
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import httpx
|
|
6
6
|
|
|
7
|
-
from ..._types import
|
|
7
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
8
8
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
9
9
|
from ..._compat import cached_property
|
|
10
10
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -52,7 +52,7 @@ class LogMessagesResource(SyncAPIResource):
|
|
|
52
52
|
extra_headers: Headers | None = None,
|
|
53
53
|
extra_query: Query | None = None,
|
|
54
54
|
extra_body: Body | None = None,
|
|
55
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
55
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
56
56
|
) -> LogMessageRetrieveResponse:
|
|
57
57
|
"""
|
|
58
58
|
Retrieve a log message for an external connection associated with your account.
|
|
@@ -79,14 +79,14 @@ class LogMessagesResource(SyncAPIResource):
|
|
|
79
79
|
def list(
|
|
80
80
|
self,
|
|
81
81
|
*,
|
|
82
|
-
filter: log_message_list_params.Filter |
|
|
83
|
-
page: log_message_list_params.Page |
|
|
82
|
+
filter: log_message_list_params.Filter | Omit = omit,
|
|
83
|
+
page: log_message_list_params.Page | Omit = omit,
|
|
84
84
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
85
85
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
86
86
|
extra_headers: Headers | None = None,
|
|
87
87
|
extra_query: Query | None = None,
|
|
88
88
|
extra_body: Body | None = None,
|
|
89
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
89
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
90
90
|
) -> LogMessageListResponse:
|
|
91
91
|
"""
|
|
92
92
|
Retrieve a list of log messages for all external connections associated with
|
|
@@ -134,7 +134,7 @@ class LogMessagesResource(SyncAPIResource):
|
|
|
134
134
|
extra_headers: Headers | None = None,
|
|
135
135
|
extra_query: Query | None = None,
|
|
136
136
|
extra_body: Body | None = None,
|
|
137
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
137
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
138
138
|
) -> LogMessageDismissResponse:
|
|
139
139
|
"""
|
|
140
140
|
Dismiss a log message for an external connection associated with your account.
|
|
@@ -188,7 +188,7 @@ class AsyncLogMessagesResource(AsyncAPIResource):
|
|
|
188
188
|
extra_headers: Headers | None = None,
|
|
189
189
|
extra_query: Query | None = None,
|
|
190
190
|
extra_body: Body | None = None,
|
|
191
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
191
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
192
192
|
) -> LogMessageRetrieveResponse:
|
|
193
193
|
"""
|
|
194
194
|
Retrieve a log message for an external connection associated with your account.
|
|
@@ -215,14 +215,14 @@ class AsyncLogMessagesResource(AsyncAPIResource):
|
|
|
215
215
|
async def list(
|
|
216
216
|
self,
|
|
217
217
|
*,
|
|
218
|
-
filter: log_message_list_params.Filter |
|
|
219
|
-
page: log_message_list_params.Page |
|
|
218
|
+
filter: log_message_list_params.Filter | Omit = omit,
|
|
219
|
+
page: log_message_list_params.Page | Omit = omit,
|
|
220
220
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
221
221
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
222
222
|
extra_headers: Headers | None = None,
|
|
223
223
|
extra_query: Query | None = None,
|
|
224
224
|
extra_body: Body | None = None,
|
|
225
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
225
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
226
226
|
) -> LogMessageListResponse:
|
|
227
227
|
"""
|
|
228
228
|
Retrieve a list of log messages for all external connections associated with
|
|
@@ -270,7 +270,7 @@ class AsyncLogMessagesResource(AsyncAPIResource):
|
|
|
270
270
|
extra_headers: Headers | None = None,
|
|
271
271
|
extra_query: Query | None = None,
|
|
272
272
|
extra_body: Body | None = None,
|
|
273
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
273
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
274
274
|
) -> LogMessageDismissResponse:
|
|
275
275
|
"""
|
|
276
276
|
Dismiss a log message for an external connection associated with your account.
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import httpx
|
|
6
6
|
|
|
7
|
-
from ..._types import
|
|
7
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
8
8
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
9
9
|
from ..._compat import cached_property
|
|
10
10
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -53,7 +53,7 @@ class PhoneNumbersResource(SyncAPIResource):
|
|
|
53
53
|
extra_headers: Headers | None = None,
|
|
54
54
|
extra_query: Query | None = None,
|
|
55
55
|
extra_body: Body | None = None,
|
|
56
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
56
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
57
57
|
) -> PhoneNumberRetrieveResponse:
|
|
58
58
|
"""
|
|
59
59
|
Return the details of a phone number associated with the given external
|
|
@@ -85,13 +85,13 @@ class PhoneNumbersResource(SyncAPIResource):
|
|
|
85
85
|
phone_number_id: str,
|
|
86
86
|
*,
|
|
87
87
|
id: str,
|
|
88
|
-
location_id: str |
|
|
88
|
+
location_id: str | Omit = omit,
|
|
89
89
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
90
90
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
91
91
|
extra_headers: Headers | None = None,
|
|
92
92
|
extra_query: Query | None = None,
|
|
93
93
|
extra_body: Body | None = None,
|
|
94
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
94
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
95
95
|
) -> PhoneNumberUpdateResponse:
|
|
96
96
|
"""
|
|
97
97
|
Asynchronously update settings of the phone number associated with the given
|
|
@@ -125,14 +125,14 @@ class PhoneNumbersResource(SyncAPIResource):
|
|
|
125
125
|
self,
|
|
126
126
|
id: str,
|
|
127
127
|
*,
|
|
128
|
-
filter: phone_number_list_params.Filter |
|
|
129
|
-
page: phone_number_list_params.Page |
|
|
128
|
+
filter: phone_number_list_params.Filter | Omit = omit,
|
|
129
|
+
page: phone_number_list_params.Page | Omit = omit,
|
|
130
130
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
131
131
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
132
132
|
extra_headers: Headers | None = None,
|
|
133
133
|
extra_query: Query | None = None,
|
|
134
134
|
extra_body: Body | None = None,
|
|
135
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
135
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
136
136
|
) -> PhoneNumberListResponse:
|
|
137
137
|
"""
|
|
138
138
|
Returns a list of all active phone numbers associated with the given external
|
|
@@ -204,7 +204,7 @@ class AsyncPhoneNumbersResource(AsyncAPIResource):
|
|
|
204
204
|
extra_headers: Headers | None = None,
|
|
205
205
|
extra_query: Query | None = None,
|
|
206
206
|
extra_body: Body | None = None,
|
|
207
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
207
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
208
208
|
) -> PhoneNumberRetrieveResponse:
|
|
209
209
|
"""
|
|
210
210
|
Return the details of a phone number associated with the given external
|
|
@@ -236,13 +236,13 @@ class AsyncPhoneNumbersResource(AsyncAPIResource):
|
|
|
236
236
|
phone_number_id: str,
|
|
237
237
|
*,
|
|
238
238
|
id: str,
|
|
239
|
-
location_id: str |
|
|
239
|
+
location_id: str | Omit = omit,
|
|
240
240
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
241
241
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
242
242
|
extra_headers: Headers | None = None,
|
|
243
243
|
extra_query: Query | None = None,
|
|
244
244
|
extra_body: Body | None = None,
|
|
245
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
245
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
246
246
|
) -> PhoneNumberUpdateResponse:
|
|
247
247
|
"""
|
|
248
248
|
Asynchronously update settings of the phone number associated with the given
|
|
@@ -278,14 +278,14 @@ class AsyncPhoneNumbersResource(AsyncAPIResource):
|
|
|
278
278
|
self,
|
|
279
279
|
id: str,
|
|
280
280
|
*,
|
|
281
|
-
filter: phone_number_list_params.Filter |
|
|
282
|
-
page: phone_number_list_params.Page |
|
|
281
|
+
filter: phone_number_list_params.Filter | Omit = omit,
|
|
282
|
+
page: phone_number_list_params.Page | Omit = omit,
|
|
283
283
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
284
284
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
285
285
|
extra_headers: Headers | None = None,
|
|
286
286
|
extra_query: Query | None = None,
|
|
287
287
|
extra_body: Body | None = None,
|
|
288
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
288
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
289
289
|
) -> PhoneNumberListResponse:
|
|
290
290
|
"""
|
|
291
291
|
Returns a list of all active phone numbers associated with the given external
|
|
@@ -4,7 +4,7 @@ from __future__ import annotations
|
|
|
4
4
|
|
|
5
5
|
import httpx
|
|
6
6
|
|
|
7
|
-
from ..._types import
|
|
7
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
8
8
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
9
9
|
from ..._compat import cached_property
|
|
10
10
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -52,7 +52,7 @@ class ReleasesResource(SyncAPIResource):
|
|
|
52
52
|
extra_headers: Headers | None = None,
|
|
53
53
|
extra_query: Query | None = None,
|
|
54
54
|
extra_body: Body | None = None,
|
|
55
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
55
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
56
56
|
) -> ReleaseRetrieveResponse:
|
|
57
57
|
"""
|
|
58
58
|
Return the details of a Release request and its phone numbers.
|
|
@@ -82,14 +82,14 @@ class ReleasesResource(SyncAPIResource):
|
|
|
82
82
|
self,
|
|
83
83
|
id: str,
|
|
84
84
|
*,
|
|
85
|
-
filter: release_list_params.Filter |
|
|
86
|
-
page: release_list_params.Page |
|
|
85
|
+
filter: release_list_params.Filter | Omit = omit,
|
|
86
|
+
page: release_list_params.Page | Omit = omit,
|
|
87
87
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
88
88
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
89
89
|
extra_headers: Headers | None = None,
|
|
90
90
|
extra_query: Query | None = None,
|
|
91
91
|
extra_body: Body | None = None,
|
|
92
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
92
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
93
93
|
) -> ReleaseListResponse:
|
|
94
94
|
"""Returns a list of your Releases for the given external connection.
|
|
95
95
|
|
|
@@ -163,7 +163,7 @@ class AsyncReleasesResource(AsyncAPIResource):
|
|
|
163
163
|
extra_headers: Headers | None = None,
|
|
164
164
|
extra_query: Query | None = None,
|
|
165
165
|
extra_body: Body | None = None,
|
|
166
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
166
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
167
167
|
) -> ReleaseRetrieveResponse:
|
|
168
168
|
"""
|
|
169
169
|
Return the details of a Release request and its phone numbers.
|
|
@@ -193,14 +193,14 @@ class AsyncReleasesResource(AsyncAPIResource):
|
|
|
193
193
|
self,
|
|
194
194
|
id: str,
|
|
195
195
|
*,
|
|
196
|
-
filter: release_list_params.Filter |
|
|
197
|
-
page: release_list_params.Page |
|
|
196
|
+
filter: release_list_params.Filter | Omit = omit,
|
|
197
|
+
page: release_list_params.Page | Omit = omit,
|
|
198
198
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
199
199
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
200
200
|
extra_headers: Headers | None = None,
|
|
201
201
|
extra_query: Query | None = None,
|
|
202
202
|
extra_body: Body | None = None,
|
|
203
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
203
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
204
204
|
) -> ReleaseListResponse:
|
|
205
205
|
"""Returns a list of your Releases for the given external connection.
|
|
206
206
|
|
|
@@ -7,7 +7,7 @@ from typing_extensions import Literal
|
|
|
7
7
|
|
|
8
8
|
import httpx
|
|
9
9
|
|
|
10
|
-
from ..._types import
|
|
10
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
|
|
11
11
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
12
12
|
from ..._compat import cached_property
|
|
13
13
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -54,17 +54,16 @@ class UploadsResource(SyncAPIResource):
|
|
|
54
54
|
id: str,
|
|
55
55
|
*,
|
|
56
56
|
number_ids: SequenceNotStr[str],
|
|
57
|
-
additional_usages: List[Literal["calling_user_assignment", "first_party_app_assignment"]]
|
|
58
|
-
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
usage: Literal["calling_user_assignment", "first_party_app_assignment"] | NotGiven = NOT_GIVEN,
|
|
57
|
+
additional_usages: List[Literal["calling_user_assignment", "first_party_app_assignment"]] | Omit = omit,
|
|
58
|
+
civic_address_id: str | Omit = omit,
|
|
59
|
+
location_id: str | Omit = omit,
|
|
60
|
+
usage: Literal["calling_user_assignment", "first_party_app_assignment"] | Omit = omit,
|
|
62
61
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
63
62
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
64
63
|
extra_headers: Headers | None = None,
|
|
65
64
|
extra_query: Query | None = None,
|
|
66
65
|
extra_body: Body | None = None,
|
|
67
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
66
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
68
67
|
) -> UploadCreateResponse:
|
|
69
68
|
"""
|
|
70
69
|
Creates a new Upload request to Microsoft teams with the included phone numbers.
|
|
@@ -117,7 +116,7 @@ class UploadsResource(SyncAPIResource):
|
|
|
117
116
|
extra_headers: Headers | None = None,
|
|
118
117
|
extra_query: Query | None = None,
|
|
119
118
|
extra_body: Body | None = None,
|
|
120
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
119
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
121
120
|
) -> UploadRetrieveResponse:
|
|
122
121
|
"""
|
|
123
122
|
Return the details of an Upload request and its phone numbers.
|
|
@@ -147,14 +146,14 @@ class UploadsResource(SyncAPIResource):
|
|
|
147
146
|
self,
|
|
148
147
|
id: str,
|
|
149
148
|
*,
|
|
150
|
-
filter: upload_list_params.Filter |
|
|
151
|
-
page: upload_list_params.Page |
|
|
149
|
+
filter: upload_list_params.Filter | Omit = omit,
|
|
150
|
+
page: upload_list_params.Page | Omit = omit,
|
|
152
151
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
153
152
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
154
153
|
extra_headers: Headers | None = None,
|
|
155
154
|
extra_query: Query | None = None,
|
|
156
155
|
extra_body: Body | None = None,
|
|
157
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
156
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
158
157
|
) -> UploadListResponse:
|
|
159
158
|
"""
|
|
160
159
|
Returns a list of your Upload requests for the given external connection.
|
|
@@ -203,7 +202,7 @@ class UploadsResource(SyncAPIResource):
|
|
|
203
202
|
extra_headers: Headers | None = None,
|
|
204
203
|
extra_query: Query | None = None,
|
|
205
204
|
extra_body: Body | None = None,
|
|
206
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
205
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
207
206
|
) -> UploadPendingCountResponse:
|
|
208
207
|
"""
|
|
209
208
|
Returns the count of all pending upload requests for the given external
|
|
@@ -237,7 +236,7 @@ class UploadsResource(SyncAPIResource):
|
|
|
237
236
|
extra_headers: Headers | None = None,
|
|
238
237
|
extra_query: Query | None = None,
|
|
239
238
|
extra_body: Body | None = None,
|
|
240
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
239
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
241
240
|
) -> UploadRefreshStatusResponse:
|
|
242
241
|
"""
|
|
243
242
|
Forces a recheck of the status of all pending Upload requests for the given
|
|
@@ -272,7 +271,7 @@ class UploadsResource(SyncAPIResource):
|
|
|
272
271
|
extra_headers: Headers | None = None,
|
|
273
272
|
extra_query: Query | None = None,
|
|
274
273
|
extra_body: Body | None = None,
|
|
275
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
274
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
276
275
|
) -> UploadRetryResponse:
|
|
277
276
|
"""
|
|
278
277
|
If there were any errors during the upload process, this endpoint will retry the
|
|
@@ -327,17 +326,16 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
327
326
|
id: str,
|
|
328
327
|
*,
|
|
329
328
|
number_ids: SequenceNotStr[str],
|
|
330
|
-
additional_usages: List[Literal["calling_user_assignment", "first_party_app_assignment"]]
|
|
331
|
-
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
usage: Literal["calling_user_assignment", "first_party_app_assignment"] | NotGiven = NOT_GIVEN,
|
|
329
|
+
additional_usages: List[Literal["calling_user_assignment", "first_party_app_assignment"]] | Omit = omit,
|
|
330
|
+
civic_address_id: str | Omit = omit,
|
|
331
|
+
location_id: str | Omit = omit,
|
|
332
|
+
usage: Literal["calling_user_assignment", "first_party_app_assignment"] | Omit = omit,
|
|
335
333
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
336
334
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
337
335
|
extra_headers: Headers | None = None,
|
|
338
336
|
extra_query: Query | None = None,
|
|
339
337
|
extra_body: Body | None = None,
|
|
340
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
338
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
341
339
|
) -> UploadCreateResponse:
|
|
342
340
|
"""
|
|
343
341
|
Creates a new Upload request to Microsoft teams with the included phone numbers.
|
|
@@ -390,7 +388,7 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
390
388
|
extra_headers: Headers | None = None,
|
|
391
389
|
extra_query: Query | None = None,
|
|
392
390
|
extra_body: Body | None = None,
|
|
393
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
391
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
394
392
|
) -> UploadRetrieveResponse:
|
|
395
393
|
"""
|
|
396
394
|
Return the details of an Upload request and its phone numbers.
|
|
@@ -420,14 +418,14 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
420
418
|
self,
|
|
421
419
|
id: str,
|
|
422
420
|
*,
|
|
423
|
-
filter: upload_list_params.Filter |
|
|
424
|
-
page: upload_list_params.Page |
|
|
421
|
+
filter: upload_list_params.Filter | Omit = omit,
|
|
422
|
+
page: upload_list_params.Page | Omit = omit,
|
|
425
423
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
426
424
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
427
425
|
extra_headers: Headers | None = None,
|
|
428
426
|
extra_query: Query | None = None,
|
|
429
427
|
extra_body: Body | None = None,
|
|
430
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
428
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
431
429
|
) -> UploadListResponse:
|
|
432
430
|
"""
|
|
433
431
|
Returns a list of your Upload requests for the given external connection.
|
|
@@ -476,7 +474,7 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
476
474
|
extra_headers: Headers | None = None,
|
|
477
475
|
extra_query: Query | None = None,
|
|
478
476
|
extra_body: Body | None = None,
|
|
479
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
477
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
480
478
|
) -> UploadPendingCountResponse:
|
|
481
479
|
"""
|
|
482
480
|
Returns the count of all pending upload requests for the given external
|
|
@@ -510,7 +508,7 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
510
508
|
extra_headers: Headers | None = None,
|
|
511
509
|
extra_query: Query | None = None,
|
|
512
510
|
extra_body: Body | None = None,
|
|
513
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
511
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
514
512
|
) -> UploadRefreshStatusResponse:
|
|
515
513
|
"""
|
|
516
514
|
Forces a recheck of the status of all pending Upload requests for the given
|
|
@@ -545,7 +543,7 @@ class AsyncUploadsResource(AsyncAPIResource):
|
|
|
545
543
|
extra_headers: Headers | None = None,
|
|
546
544
|
extra_query: Query | None = None,
|
|
547
545
|
extra_body: Body | None = None,
|
|
548
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
546
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
549
547
|
) -> UploadRetryResponse:
|
|
550
548
|
"""
|
|
551
549
|
If there were any errors during the upload process, this endpoint will retry the
|