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 .actions import (
|
|
|
21
21
|
ActionsResourceWithStreamingResponse,
|
|
22
22
|
AsyncActionsResourceWithStreamingResponse,
|
|
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 ..._compat import cached_property
|
|
27
27
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -73,14 +73,14 @@ class SimCardsResource(SyncAPIResource):
|
|
|
73
73
|
self,
|
|
74
74
|
id: str,
|
|
75
75
|
*,
|
|
76
|
-
include_pin_puk_codes: bool |
|
|
77
|
-
include_sim_card_group: bool |
|
|
76
|
+
include_pin_puk_codes: bool | Omit = omit,
|
|
77
|
+
include_sim_card_group: bool | Omit = omit,
|
|
78
78
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
79
79
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
80
80
|
extra_headers: Headers | None = None,
|
|
81
81
|
extra_query: Query | None = None,
|
|
82
82
|
extra_body: Body | None = None,
|
|
83
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
83
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
84
84
|
) -> SimCardRetrieveResponse:
|
|
85
85
|
"""
|
|
86
86
|
Returns the details regarding a specific SIM card.
|
|
@@ -124,17 +124,17 @@ class SimCardsResource(SyncAPIResource):
|
|
|
124
124
|
self,
|
|
125
125
|
id: str,
|
|
126
126
|
*,
|
|
127
|
-
authorized_imeis: SequenceNotStr[str] |
|
|
128
|
-
data_limit: sim_card_update_params.DataLimit |
|
|
129
|
-
sim_card_group_id: str |
|
|
130
|
-
status: SimCardStatus |
|
|
131
|
-
tags: SequenceNotStr[str] |
|
|
127
|
+
authorized_imeis: SequenceNotStr[str] | Omit = omit,
|
|
128
|
+
data_limit: sim_card_update_params.DataLimit | Omit = omit,
|
|
129
|
+
sim_card_group_id: str | Omit = omit,
|
|
130
|
+
status: SimCardStatus | Omit = omit,
|
|
131
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
132
132
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
133
133
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
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
|
) -> SimCardUpdateResponse:
|
|
139
139
|
"""
|
|
140
140
|
Updates SIM card data
|
|
@@ -180,17 +180,17 @@ class SimCardsResource(SyncAPIResource):
|
|
|
180
180
|
def list(
|
|
181
181
|
self,
|
|
182
182
|
*,
|
|
183
|
-
filter: sim_card_list_params.Filter |
|
|
184
|
-
filter_sim_card_group_id: str |
|
|
185
|
-
include_sim_card_group: bool |
|
|
186
|
-
page: sim_card_list_params.Page |
|
|
187
|
-
sort: Literal["current_billing_period_consumed_data.amount"] |
|
|
183
|
+
filter: sim_card_list_params.Filter | Omit = omit,
|
|
184
|
+
filter_sim_card_group_id: str | Omit = omit,
|
|
185
|
+
include_sim_card_group: bool | Omit = omit,
|
|
186
|
+
page: sim_card_list_params.Page | Omit = omit,
|
|
187
|
+
sort: Literal["current_billing_period_consumed_data.amount"] | Omit = omit,
|
|
188
188
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
189
189
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
190
190
|
extra_headers: Headers | None = None,
|
|
191
191
|
extra_query: Query | None = None,
|
|
192
192
|
extra_body: Body | None = None,
|
|
193
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
193
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
194
194
|
) -> SimCardListResponse:
|
|
195
195
|
"""
|
|
196
196
|
Get all SIM cards belonging to the user that match the given filters.
|
|
@@ -243,13 +243,13 @@ class SimCardsResource(SyncAPIResource):
|
|
|
243
243
|
self,
|
|
244
244
|
id: str,
|
|
245
245
|
*,
|
|
246
|
-
report_lost: bool |
|
|
246
|
+
report_lost: bool | Omit = omit,
|
|
247
247
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
248
248
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
249
249
|
extra_headers: Headers | None = None,
|
|
250
250
|
extra_query: Query | None = None,
|
|
251
251
|
extra_body: Body | None = None,
|
|
252
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
252
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
253
253
|
) -> SimCardDeleteResponse:
|
|
254
254
|
"""
|
|
255
255
|
The SIM card will be decommissioned, removed from your account and you will stop
|
|
@@ -295,7 +295,7 @@ class SimCardsResource(SyncAPIResource):
|
|
|
295
295
|
extra_headers: Headers | None = None,
|
|
296
296
|
extra_query: Query | None = None,
|
|
297
297
|
extra_body: Body | None = None,
|
|
298
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
298
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
299
299
|
) -> SimCardGetActivationCodeResponse:
|
|
300
300
|
"""
|
|
301
301
|
It returns the activation code for an eSIM.<br/><br/> This API is only available
|
|
@@ -330,7 +330,7 @@ class SimCardsResource(SyncAPIResource):
|
|
|
330
330
|
extra_headers: Headers | None = None,
|
|
331
331
|
extra_query: Query | None = None,
|
|
332
332
|
extra_body: Body | None = None,
|
|
333
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
333
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
334
334
|
) -> SimCardGetDeviceDetailsResponse:
|
|
335
335
|
"""
|
|
336
336
|
It returns the device details where a SIM card is currently being used.
|
|
@@ -363,7 +363,7 @@ class SimCardsResource(SyncAPIResource):
|
|
|
363
363
|
extra_headers: Headers | None = None,
|
|
364
364
|
extra_query: Query | None = None,
|
|
365
365
|
extra_body: Body | None = None,
|
|
366
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
366
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
367
367
|
) -> SimCardGetPublicIPResponse:
|
|
368
368
|
"""
|
|
369
369
|
It returns the public IP requested for a SIM card.
|
|
@@ -391,14 +391,14 @@ class SimCardsResource(SyncAPIResource):
|
|
|
391
391
|
self,
|
|
392
392
|
id: str,
|
|
393
393
|
*,
|
|
394
|
-
page_number: int |
|
|
395
|
-
page_size: int |
|
|
394
|
+
page_number: int | Omit = omit,
|
|
395
|
+
page_size: int | Omit = omit,
|
|
396
396
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
397
397
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
398
398
|
extra_headers: Headers | None = None,
|
|
399
399
|
extra_query: Query | None = None,
|
|
400
400
|
extra_body: Body | None = None,
|
|
401
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
401
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
402
402
|
) -> SimCardListWirelessConnectivityLogsResponse:
|
|
403
403
|
"""
|
|
404
404
|
This API allows listing a paginated collection of Wireless Connectivity Logs
|
|
@@ -466,14 +466,14 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
466
466
|
self,
|
|
467
467
|
id: str,
|
|
468
468
|
*,
|
|
469
|
-
include_pin_puk_codes: bool |
|
|
470
|
-
include_sim_card_group: bool |
|
|
469
|
+
include_pin_puk_codes: bool | Omit = omit,
|
|
470
|
+
include_sim_card_group: bool | Omit = omit,
|
|
471
471
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
472
472
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
473
473
|
extra_headers: Headers | None = None,
|
|
474
474
|
extra_query: Query | None = None,
|
|
475
475
|
extra_body: Body | None = None,
|
|
476
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
476
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
477
477
|
) -> SimCardRetrieveResponse:
|
|
478
478
|
"""
|
|
479
479
|
Returns the details regarding a specific SIM card.
|
|
@@ -517,17 +517,17 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
517
517
|
self,
|
|
518
518
|
id: str,
|
|
519
519
|
*,
|
|
520
|
-
authorized_imeis: SequenceNotStr[str] |
|
|
521
|
-
data_limit: sim_card_update_params.DataLimit |
|
|
522
|
-
sim_card_group_id: str |
|
|
523
|
-
status: SimCardStatus |
|
|
524
|
-
tags: SequenceNotStr[str] |
|
|
520
|
+
authorized_imeis: SequenceNotStr[str] | Omit = omit,
|
|
521
|
+
data_limit: sim_card_update_params.DataLimit | Omit = omit,
|
|
522
|
+
sim_card_group_id: str | Omit = omit,
|
|
523
|
+
status: SimCardStatus | Omit = omit,
|
|
524
|
+
tags: SequenceNotStr[str] | Omit = omit,
|
|
525
525
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
526
526
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
527
527
|
extra_headers: Headers | None = None,
|
|
528
528
|
extra_query: Query | None = None,
|
|
529
529
|
extra_body: Body | None = None,
|
|
530
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
530
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
531
531
|
) -> SimCardUpdateResponse:
|
|
532
532
|
"""
|
|
533
533
|
Updates SIM card data
|
|
@@ -573,17 +573,17 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
573
573
|
async def list(
|
|
574
574
|
self,
|
|
575
575
|
*,
|
|
576
|
-
filter: sim_card_list_params.Filter |
|
|
577
|
-
filter_sim_card_group_id: str |
|
|
578
|
-
include_sim_card_group: bool |
|
|
579
|
-
page: sim_card_list_params.Page |
|
|
580
|
-
sort: Literal["current_billing_period_consumed_data.amount"] |
|
|
576
|
+
filter: sim_card_list_params.Filter | Omit = omit,
|
|
577
|
+
filter_sim_card_group_id: str | Omit = omit,
|
|
578
|
+
include_sim_card_group: bool | Omit = omit,
|
|
579
|
+
page: sim_card_list_params.Page | Omit = omit,
|
|
580
|
+
sort: Literal["current_billing_period_consumed_data.amount"] | Omit = omit,
|
|
581
581
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
582
582
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
583
583
|
extra_headers: Headers | None = None,
|
|
584
584
|
extra_query: Query | None = None,
|
|
585
585
|
extra_body: Body | None = None,
|
|
586
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
586
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
587
587
|
) -> SimCardListResponse:
|
|
588
588
|
"""
|
|
589
589
|
Get all SIM cards belonging to the user that match the given filters.
|
|
@@ -636,13 +636,13 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
636
636
|
self,
|
|
637
637
|
id: str,
|
|
638
638
|
*,
|
|
639
|
-
report_lost: bool |
|
|
639
|
+
report_lost: bool | Omit = omit,
|
|
640
640
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
641
641
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
642
642
|
extra_headers: Headers | None = None,
|
|
643
643
|
extra_query: Query | None = None,
|
|
644
644
|
extra_body: Body | None = None,
|
|
645
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
645
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
646
646
|
) -> SimCardDeleteResponse:
|
|
647
647
|
"""
|
|
648
648
|
The SIM card will be decommissioned, removed from your account and you will stop
|
|
@@ -690,7 +690,7 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
690
690
|
extra_headers: Headers | None = None,
|
|
691
691
|
extra_query: Query | None = None,
|
|
692
692
|
extra_body: Body | None = None,
|
|
693
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
693
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
694
694
|
) -> SimCardGetActivationCodeResponse:
|
|
695
695
|
"""
|
|
696
696
|
It returns the activation code for an eSIM.<br/><br/> This API is only available
|
|
@@ -725,7 +725,7 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
725
725
|
extra_headers: Headers | None = None,
|
|
726
726
|
extra_query: Query | None = None,
|
|
727
727
|
extra_body: Body | None = None,
|
|
728
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
728
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
729
729
|
) -> SimCardGetDeviceDetailsResponse:
|
|
730
730
|
"""
|
|
731
731
|
It returns the device details where a SIM card is currently being used.
|
|
@@ -758,7 +758,7 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
758
758
|
extra_headers: Headers | None = None,
|
|
759
759
|
extra_query: Query | None = None,
|
|
760
760
|
extra_body: Body | None = None,
|
|
761
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
761
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
762
762
|
) -> SimCardGetPublicIPResponse:
|
|
763
763
|
"""
|
|
764
764
|
It returns the public IP requested for a SIM card.
|
|
@@ -786,14 +786,14 @@ class AsyncSimCardsResource(AsyncAPIResource):
|
|
|
786
786
|
self,
|
|
787
787
|
id: str,
|
|
788
788
|
*,
|
|
789
|
-
page_number: int |
|
|
790
|
-
page_size: int |
|
|
789
|
+
page_number: int | Omit = omit,
|
|
790
|
+
page_size: int | Omit = omit,
|
|
791
791
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
792
792
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
793
793
|
extra_headers: Headers | None = None,
|
|
794
794
|
extra_query: Query | None = None,
|
|
795
795
|
extra_body: Body | None = None,
|
|
796
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
796
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
797
797
|
) -> SimCardListWirelessConnectivityLogsResponse:
|
|
798
798
|
"""
|
|
799
799
|
This API allows listing a paginated collection of Wireless Connectivity Logs
|
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
|
5
5
|
import httpx
|
|
6
6
|
|
|
7
7
|
from ..types import siprec_connector_create_params, siprec_connector_update_params
|
|
8
|
-
from .._types import
|
|
8
|
+
from .._types import Body, Omit, Query, Headers, NoneType, NotGiven, omit, not_given
|
|
9
9
|
from .._utils import maybe_transform, async_maybe_transform
|
|
10
10
|
from .._compat import cached_property
|
|
11
11
|
from .._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -49,13 +49,13 @@ class SiprecConnectorsResource(SyncAPIResource):
|
|
|
49
49
|
host: str,
|
|
50
50
|
name: str,
|
|
51
51
|
port: int,
|
|
52
|
-
app_subdomain: str |
|
|
52
|
+
app_subdomain: str | Omit = omit,
|
|
53
53
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
54
54
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
55
55
|
extra_headers: Headers | None = None,
|
|
56
56
|
extra_query: Query | None = None,
|
|
57
57
|
extra_body: Body | None = None,
|
|
58
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
58
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
59
59
|
) -> SiprecConnectorCreateResponse:
|
|
60
60
|
"""
|
|
61
61
|
Creates a new SIPREC connector configuration.
|
|
@@ -103,7 +103,7 @@ class SiprecConnectorsResource(SyncAPIResource):
|
|
|
103
103
|
extra_headers: Headers | None = None,
|
|
104
104
|
extra_query: Query | None = None,
|
|
105
105
|
extra_body: Body | None = None,
|
|
106
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
106
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
107
107
|
) -> SiprecConnectorRetrieveResponse:
|
|
108
108
|
"""
|
|
109
109
|
Returns details of a stored SIPREC connector.
|
|
@@ -134,13 +134,13 @@ class SiprecConnectorsResource(SyncAPIResource):
|
|
|
134
134
|
host: str,
|
|
135
135
|
name: str,
|
|
136
136
|
port: int,
|
|
137
|
-
app_subdomain: str |
|
|
137
|
+
app_subdomain: str | Omit = omit,
|
|
138
138
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
139
139
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
140
140
|
extra_headers: Headers | None = None,
|
|
141
141
|
extra_query: Query | None = None,
|
|
142
142
|
extra_body: Body | None = None,
|
|
143
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
143
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
144
144
|
) -> SiprecConnectorUpdateResponse:
|
|
145
145
|
"""
|
|
146
146
|
Updates a stored SIPREC connector configuration.
|
|
@@ -190,7 +190,7 @@ class SiprecConnectorsResource(SyncAPIResource):
|
|
|
190
190
|
extra_headers: Headers | None = None,
|
|
191
191
|
extra_query: Query | None = None,
|
|
192
192
|
extra_body: Body | None = None,
|
|
193
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
193
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
194
194
|
) -> None:
|
|
195
195
|
"""
|
|
196
196
|
Deletes a stored SIPREC connector.
|
|
@@ -242,13 +242,13 @@ class AsyncSiprecConnectorsResource(AsyncAPIResource):
|
|
|
242
242
|
host: str,
|
|
243
243
|
name: str,
|
|
244
244
|
port: int,
|
|
245
|
-
app_subdomain: str |
|
|
245
|
+
app_subdomain: str | Omit = omit,
|
|
246
246
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
247
247
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
248
248
|
extra_headers: Headers | None = None,
|
|
249
249
|
extra_query: Query | None = None,
|
|
250
250
|
extra_body: Body | None = None,
|
|
251
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
251
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
252
252
|
) -> SiprecConnectorCreateResponse:
|
|
253
253
|
"""
|
|
254
254
|
Creates a new SIPREC connector configuration.
|
|
@@ -296,7 +296,7 @@ class AsyncSiprecConnectorsResource(AsyncAPIResource):
|
|
|
296
296
|
extra_headers: Headers | None = None,
|
|
297
297
|
extra_query: Query | None = None,
|
|
298
298
|
extra_body: Body | None = None,
|
|
299
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
299
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
300
300
|
) -> SiprecConnectorRetrieveResponse:
|
|
301
301
|
"""
|
|
302
302
|
Returns details of a stored SIPREC connector.
|
|
@@ -327,13 +327,13 @@ class AsyncSiprecConnectorsResource(AsyncAPIResource):
|
|
|
327
327
|
host: str,
|
|
328
328
|
name: str,
|
|
329
329
|
port: int,
|
|
330
|
-
app_subdomain: str |
|
|
330
|
+
app_subdomain: str | Omit = omit,
|
|
331
331
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
332
332
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
333
333
|
extra_headers: Headers | None = None,
|
|
334
334
|
extra_query: Query | None = None,
|
|
335
335
|
extra_body: Body | None = None,
|
|
336
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
336
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
337
337
|
) -> SiprecConnectorUpdateResponse:
|
|
338
338
|
"""
|
|
339
339
|
Updates a stored SIPREC connector configuration.
|
|
@@ -383,7 +383,7 @@ class AsyncSiprecConnectorsResource(AsyncAPIResource):
|
|
|
383
383
|
extra_headers: Headers | None = None,
|
|
384
384
|
extra_query: Query | None = None,
|
|
385
385
|
extra_body: Body | None = None,
|
|
386
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
386
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
387
387
|
) -> None:
|
|
388
388
|
"""
|
|
389
389
|
Deletes a stored SIPREC connector.
|
|
@@ -12,7 +12,7 @@ from .usage import (
|
|
|
12
12
|
UsageResourceWithStreamingResponse,
|
|
13
13
|
AsyncUsageResourceWithStreamingResponse,
|
|
14
14
|
)
|
|
15
|
-
from ...._types import
|
|
15
|
+
from ...._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
16
16
|
from ...._utils import maybe_transform, async_maybe_transform
|
|
17
17
|
from ...._compat import cached_property
|
|
18
18
|
from ...._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -70,13 +70,13 @@ class BucketsResource(SyncAPIResource):
|
|
|
70
70
|
object_name: str,
|
|
71
71
|
*,
|
|
72
72
|
bucket_name: str,
|
|
73
|
-
ttl: int |
|
|
73
|
+
ttl: int | Omit = omit,
|
|
74
74
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
75
75
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
76
76
|
extra_headers: Headers | None = None,
|
|
77
77
|
extra_query: Query | None = None,
|
|
78
78
|
extra_body: Body | None = None,
|
|
79
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
79
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
80
80
|
) -> BucketCreatePresignedURLResponse:
|
|
81
81
|
"""Returns a timed and authenticated URL to get an object.
|
|
82
82
|
|
|
@@ -145,13 +145,13 @@ class AsyncBucketsResource(AsyncAPIResource):
|
|
|
145
145
|
object_name: str,
|
|
146
146
|
*,
|
|
147
147
|
bucket_name: str,
|
|
148
|
-
ttl: int |
|
|
148
|
+
ttl: int | Omit = omit,
|
|
149
149
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
150
150
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
151
151
|
extra_headers: Headers | None = None,
|
|
152
152
|
extra_query: Query | None = None,
|
|
153
153
|
extra_body: Body | None = None,
|
|
154
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
154
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
155
155
|
) -> BucketCreatePresignedURLResponse:
|
|
156
156
|
"""Returns a timed and authenticated URL to get an object.
|
|
157
157
|
|
|
@@ -6,7 +6,7 @@ from typing import Mapping, cast
|
|
|
6
6
|
|
|
7
7
|
import httpx
|
|
8
8
|
|
|
9
|
-
from ...._types import
|
|
9
|
+
from ...._types import Body, Omit, Query, Headers, NotGiven, FileTypes, omit, not_given
|
|
10
10
|
from ...._utils import extract_files, maybe_transform, deepcopy_minimal, async_maybe_transform
|
|
11
11
|
from ...._compat import cached_property
|
|
12
12
|
from ...._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -49,14 +49,14 @@ class SslCertificateResource(SyncAPIResource):
|
|
|
49
49
|
self,
|
|
50
50
|
bucket_name: str,
|
|
51
51
|
*,
|
|
52
|
-
certificate: FileTypes |
|
|
53
|
-
private_key: FileTypes |
|
|
52
|
+
certificate: FileTypes | Omit = omit,
|
|
53
|
+
private_key: FileTypes | Omit = omit,
|
|
54
54
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
55
55
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
56
56
|
extra_headers: Headers | None = None,
|
|
57
57
|
extra_query: Query | None = None,
|
|
58
58
|
extra_body: Body | None = None,
|
|
59
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
59
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
60
60
|
) -> SslCertificateCreateResponse:
|
|
61
61
|
"""
|
|
62
62
|
Uploads an SSL certificate and its matching secret so that you can use Telnyx’s
|
|
@@ -107,7 +107,7 @@ class SslCertificateResource(SyncAPIResource):
|
|
|
107
107
|
extra_headers: Headers | None = None,
|
|
108
108
|
extra_query: Query | None = None,
|
|
109
109
|
extra_body: Body | None = None,
|
|
110
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
110
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
111
111
|
) -> SslCertificateRetrieveResponse:
|
|
112
112
|
"""
|
|
113
113
|
Returns the stored certificate detail of a bucket, if applicable.
|
|
@@ -140,7 +140,7 @@ class SslCertificateResource(SyncAPIResource):
|
|
|
140
140
|
extra_headers: Headers | None = None,
|
|
141
141
|
extra_query: Query | None = None,
|
|
142
142
|
extra_body: Body | None = None,
|
|
143
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
143
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
144
144
|
) -> SslCertificateDeleteResponse:
|
|
145
145
|
"""
|
|
146
146
|
Deletes an SSL certificate and its matching secret.
|
|
@@ -189,14 +189,14 @@ class AsyncSslCertificateResource(AsyncAPIResource):
|
|
|
189
189
|
self,
|
|
190
190
|
bucket_name: str,
|
|
191
191
|
*,
|
|
192
|
-
certificate: FileTypes |
|
|
193
|
-
private_key: FileTypes |
|
|
192
|
+
certificate: FileTypes | Omit = omit,
|
|
193
|
+
private_key: FileTypes | Omit = omit,
|
|
194
194
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
195
195
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
196
196
|
extra_headers: Headers | None = None,
|
|
197
197
|
extra_query: Query | None = None,
|
|
198
198
|
extra_body: Body | None = None,
|
|
199
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
199
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
200
200
|
) -> SslCertificateCreateResponse:
|
|
201
201
|
"""
|
|
202
202
|
Uploads an SSL certificate and its matching secret so that you can use Telnyx’s
|
|
@@ -247,7 +247,7 @@ class AsyncSslCertificateResource(AsyncAPIResource):
|
|
|
247
247
|
extra_headers: Headers | None = None,
|
|
248
248
|
extra_query: Query | None = None,
|
|
249
249
|
extra_body: Body | None = None,
|
|
250
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
250
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
251
251
|
) -> SslCertificateRetrieveResponse:
|
|
252
252
|
"""
|
|
253
253
|
Returns the stored certificate detail of a bucket, if applicable.
|
|
@@ -280,7 +280,7 @@ class AsyncSslCertificateResource(AsyncAPIResource):
|
|
|
280
280
|
extra_headers: Headers | None = None,
|
|
281
281
|
extra_query: Query | None = None,
|
|
282
282
|
extra_body: Body | None = None,
|
|
283
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
283
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
284
284
|
) -> SslCertificateDeleteResponse:
|
|
285
285
|
"""
|
|
286
286
|
Deletes an SSL certificate and its matching secret.
|
|
@@ -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, Query, Headers, NotGiven, 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 UsageResource(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
|
) -> UsageGetAPIUsageResponse:
|
|
57
57
|
"""
|
|
58
58
|
Returns the detail on API usage on a bucket of a particular time period, group
|
|
@@ -94,7 +94,7 @@ class UsageResource(SyncAPIResource):
|
|
|
94
94
|
extra_headers: Headers | None = None,
|
|
95
95
|
extra_query: Query | None = None,
|
|
96
96
|
extra_body: Body | None = None,
|
|
97
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
97
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
98
98
|
) -> UsageGetBucketUsageResponse:
|
|
99
99
|
"""
|
|
100
100
|
Returns the amount of storage space and number of files a bucket takes up.
|
|
@@ -149,7 +149,7 @@ class AsyncUsageResource(AsyncAPIResource):
|
|
|
149
149
|
extra_headers: Headers | None = None,
|
|
150
150
|
extra_query: Query | None = None,
|
|
151
151
|
extra_body: Body | None = None,
|
|
152
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
152
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
153
153
|
) -> UsageGetAPIUsageResponse:
|
|
154
154
|
"""
|
|
155
155
|
Returns the detail on API usage on a bucket of a particular time period, group
|
|
@@ -193,7 +193,7 @@ class AsyncUsageResource(AsyncAPIResource):
|
|
|
193
193
|
extra_headers: Headers | None = None,
|
|
194
194
|
extra_query: Query | None = None,
|
|
195
195
|
extra_body: Body | None = None,
|
|
196
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
196
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
197
197
|
) -> UsageGetBucketUsageResponse:
|
|
198
198
|
"""
|
|
199
199
|
Returns the amount of storage space and number of files a bucket takes up.
|
|
@@ -6,7 +6,7 @@ from typing_extensions import Literal
|
|
|
6
6
|
|
|
7
7
|
import httpx
|
|
8
8
|
|
|
9
|
-
from ..._types import
|
|
9
|
+
from ..._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
|
|
10
10
|
from ..._utils import maybe_transform, async_maybe_transform
|
|
11
11
|
from ..._compat import cached_property
|
|
12
12
|
from ..._resource import SyncAPIResource, AsyncAPIResource
|
|
@@ -52,13 +52,13 @@ class MigrationSourcesResource(SyncAPIResource):
|
|
|
52
52
|
bucket_name: str,
|
|
53
53
|
provider: Literal["aws", "telnyx"],
|
|
54
54
|
provider_auth: migration_source_create_params.ProviderAuth,
|
|
55
|
-
source_region: str |
|
|
55
|
+
source_region: str | Omit = omit,
|
|
56
56
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
57
57
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
58
58
|
extra_headers: Headers | None = None,
|
|
59
59
|
extra_query: Query | None = None,
|
|
60
60
|
extra_body: Body | None = None,
|
|
61
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
61
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
62
62
|
) -> MigrationSourceCreateResponse:
|
|
63
63
|
"""
|
|
64
64
|
Create a source from which data can be migrated from.
|
|
@@ -106,7 +106,7 @@ class MigrationSourcesResource(SyncAPIResource):
|
|
|
106
106
|
extra_headers: Headers | None = None,
|
|
107
107
|
extra_query: Query | None = None,
|
|
108
108
|
extra_body: Body | None = None,
|
|
109
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
109
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
110
110
|
) -> MigrationSourceRetrieveResponse:
|
|
111
111
|
"""
|
|
112
112
|
Get a Migration Source
|
|
@@ -138,7 +138,7 @@ class MigrationSourcesResource(SyncAPIResource):
|
|
|
138
138
|
extra_headers: Headers | None = None,
|
|
139
139
|
extra_query: Query | None = None,
|
|
140
140
|
extra_body: Body | None = None,
|
|
141
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
141
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
142
142
|
) -> MigrationSourceListResponse:
|
|
143
143
|
"""List all Migration Sources"""
|
|
144
144
|
return self._get(
|
|
@@ -158,7 +158,7 @@ class MigrationSourcesResource(SyncAPIResource):
|
|
|
158
158
|
extra_headers: Headers | None = None,
|
|
159
159
|
extra_query: Query | None = None,
|
|
160
160
|
extra_body: Body | None = None,
|
|
161
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
161
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
162
162
|
) -> MigrationSourceDeleteResponse:
|
|
163
163
|
"""
|
|
164
164
|
Delete a Migration Source
|
|
@@ -209,13 +209,13 @@ class AsyncMigrationSourcesResource(AsyncAPIResource):
|
|
|
209
209
|
bucket_name: str,
|
|
210
210
|
provider: Literal["aws", "telnyx"],
|
|
211
211
|
provider_auth: migration_source_create_params.ProviderAuth,
|
|
212
|
-
source_region: str |
|
|
212
|
+
source_region: str | Omit = omit,
|
|
213
213
|
# Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
|
|
214
214
|
# The extra values given here take precedence over values defined on the client or passed to this method.
|
|
215
215
|
extra_headers: Headers | None = None,
|
|
216
216
|
extra_query: Query | None = None,
|
|
217
217
|
extra_body: Body | None = None,
|
|
218
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
218
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
219
219
|
) -> MigrationSourceCreateResponse:
|
|
220
220
|
"""
|
|
221
221
|
Create a source from which data can be migrated from.
|
|
@@ -263,7 +263,7 @@ class AsyncMigrationSourcesResource(AsyncAPIResource):
|
|
|
263
263
|
extra_headers: Headers | None = None,
|
|
264
264
|
extra_query: Query | None = None,
|
|
265
265
|
extra_body: Body | None = None,
|
|
266
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
266
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
267
267
|
) -> MigrationSourceRetrieveResponse:
|
|
268
268
|
"""
|
|
269
269
|
Get a Migration Source
|
|
@@ -295,7 +295,7 @@ class AsyncMigrationSourcesResource(AsyncAPIResource):
|
|
|
295
295
|
extra_headers: Headers | None = None,
|
|
296
296
|
extra_query: Query | None = None,
|
|
297
297
|
extra_body: Body | None = None,
|
|
298
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
298
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
299
299
|
) -> MigrationSourceListResponse:
|
|
300
300
|
"""List all Migration Sources"""
|
|
301
301
|
return await self._get(
|
|
@@ -315,7 +315,7 @@ class AsyncMigrationSourcesResource(AsyncAPIResource):
|
|
|
315
315
|
extra_headers: Headers | None = None,
|
|
316
316
|
extra_query: Query | None = None,
|
|
317
317
|
extra_body: Body | None = None,
|
|
318
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
318
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
319
319
|
) -> MigrationSourceDeleteResponse:
|
|
320
320
|
"""
|
|
321
321
|
Delete a Migration Source
|
|
@@ -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, Query, Headers, NotGiven, not_given
|
|
8
8
|
from ...._compat import cached_property
|
|
9
9
|
from ...._resource import SyncAPIResource, AsyncAPIResource
|
|
10
10
|
from ...._response import (
|
|
@@ -48,7 +48,7 @@ class ActionsResource(SyncAPIResource):
|
|
|
48
48
|
extra_headers: Headers | None = None,
|
|
49
49
|
extra_query: Query | None = None,
|
|
50
50
|
extra_body: Body | None = None,
|
|
51
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
51
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
52
52
|
) -> ActionStopResponse:
|
|
53
53
|
"""
|
|
54
54
|
Stop a Migration
|
|
@@ -102,7 +102,7 @@ class AsyncActionsResource(AsyncAPIResource):
|
|
|
102
102
|
extra_headers: Headers | None = None,
|
|
103
103
|
extra_query: Query | None = None,
|
|
104
104
|
extra_body: Body | None = None,
|
|
105
|
-
timeout: float | httpx.Timeout | None | NotGiven =
|
|
105
|
+
timeout: float | httpx.Timeout | None | NotGiven = not_given,
|
|
106
106
|
) -> ActionStopResponse:
|
|
107
107
|
"""
|
|
108
108
|
Stop a Migration
|