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.

Files changed (257) hide show
  1. telnyx/__init__.py +3 -1
  2. telnyx/_base_client.py +9 -9
  3. telnyx/_client.py +35 -34
  4. telnyx/_models.py +10 -4
  5. telnyx/_qs.py +7 -7
  6. telnyx/_types.py +18 -11
  7. telnyx/_utils/_transform.py +2 -2
  8. telnyx/_utils/_utils.py +4 -4
  9. telnyx/_version.py +1 -1
  10. telnyx/resources/access_ip_address.py +15 -15
  11. telnyx/resources/access_ip_ranges.py +13 -13
  12. telnyx/resources/actions/purchase.py +13 -13
  13. telnyx/resources/actions/register.py +9 -9
  14. telnyx/resources/addresses/actions.py +13 -13
  15. telnyx/resources/addresses/addresses.py +33 -35
  16. telnyx/resources/advanced_orders.py +41 -45
  17. telnyx/resources/ai/ai.py +7 -7
  18. telnyx/resources/ai/assistants/assistants.py +89 -89
  19. telnyx/resources/ai/assistants/canary_deploys.py +9 -9
  20. telnyx/resources/ai/assistants/scheduled_events.py +21 -21
  21. telnyx/resources/ai/assistants/tests/runs.py +13 -13
  22. telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
  23. telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
  24. telnyx/resources/ai/assistants/tests/tests.py +43 -43
  25. telnyx/resources/ai/assistants/tools.py +7 -7
  26. telnyx/resources/ai/assistants/versions.py +45 -45
  27. telnyx/resources/ai/audio.py +11 -11
  28. telnyx/resources/ai/chat.py +47 -47
  29. telnyx/resources/ai/clusters.py +27 -27
  30. telnyx/resources/ai/conversations/conversations.py +43 -43
  31. telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
  32. telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
  33. telnyx/resources/ai/conversations/insights.py +25 -25
  34. telnyx/resources/ai/conversations/messages.py +19 -19
  35. telnyx/resources/ai/embeddings/buckets.py +7 -7
  36. telnyx/resources/ai/embeddings/embeddings.py +23 -23
  37. telnyx/resources/ai/fine_tuning/jobs.py +13 -13
  38. telnyx/resources/audit_events.py +9 -9
  39. telnyx/resources/authentication_providers.py +29 -29
  40. telnyx/resources/available_phone_number_blocks.py +5 -5
  41. telnyx/resources/available_phone_numbers.py +5 -5
  42. telnyx/resources/balance.py +3 -3
  43. telnyx/resources/billing_groups.py +17 -17
  44. telnyx/resources/brand/brand.py +113 -113
  45. telnyx/resources/brand/external_vetting.py +9 -9
  46. telnyx/resources/bulk_sim_card_actions.py +11 -11
  47. telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
  48. telnyx/resources/bundle_pricing/user_bundles.py +35 -35
  49. telnyx/resources/call_control_applications.py +63 -67
  50. telnyx/resources/call_events.py +7 -7
  51. telnyx/resources/calls/actions.py +549 -551
  52. telnyx/resources/calls/calls.py +99 -99
  53. telnyx/resources/campaign/campaign.py +47 -47
  54. telnyx/resources/campaign/osr.py +3 -3
  55. telnyx/resources/campaign/usecase.py +3 -3
  56. telnyx/resources/campaign_builder/brand.py +3 -3
  57. telnyx/resources/campaign_builder/campaign_builder.py +67 -67
  58. telnyx/resources/channel_zones.py +7 -7
  59. telnyx/resources/charges_breakdown.py +7 -7
  60. telnyx/resources/charges_summary.py +3 -3
  61. telnyx/resources/comments.py +17 -17
  62. telnyx/resources/conferences/actions.py +113 -113
  63. telnyx/resources/conferences/conferences.py +35 -35
  64. telnyx/resources/connections.py +15 -15
  65. telnyx/resources/country_coverage.py +5 -5
  66. telnyx/resources/credential_connections/actions.py +3 -3
  67. telnyx/resources/credential_connections/credential_connections.py +95 -95
  68. telnyx/resources/custom_storage_credentials.py +9 -9
  69. telnyx/resources/customer_service_records.py +19 -19
  70. telnyx/resources/detail_records.py +9 -9
  71. telnyx/resources/dialogflow_connections.py +25 -25
  72. telnyx/resources/document_links.py +7 -7
  73. telnyx/resources/documents.py +45 -45
  74. telnyx/resources/dynamic_emergency_addresses.py +23 -23
  75. telnyx/resources/dynamic_emergency_endpoints.py +13 -13
  76. telnyx/resources/enum.py +3 -3
  77. telnyx/resources/external_connections/civic_addresses.py +7 -7
  78. telnyx/resources/external_connections/external_connections.py +41 -41
  79. telnyx/resources/external_connections/log_messages.py +11 -11
  80. telnyx/resources/external_connections/phone_numbers.py +13 -13
  81. telnyx/resources/external_connections/releases.py +9 -9
  82. telnyx/resources/external_connections/uploads.py +25 -27
  83. telnyx/resources/fax_applications.py +47 -47
  84. telnyx/resources/faxes/actions.py +5 -5
  85. telnyx/resources/faxes/faxes.py +35 -35
  86. telnyx/resources/fqdn_connections.py +93 -93
  87. telnyx/resources/fqdns.py +25 -25
  88. telnyx/resources/global_ip_allowed_ports.py +3 -3
  89. telnyx/resources/global_ip_assignment_health.py +5 -5
  90. telnyx/resources/global_ip_assignments.py +19 -19
  91. telnyx/resources/global_ip_assignments_usage.py +5 -5
  92. telnyx/resources/global_ip_health_check_types.py +3 -3
  93. telnyx/resources/global_ip_health_checks.py +17 -17
  94. telnyx/resources/global_ip_latency.py +5 -5
  95. telnyx/resources/global_ip_protocols.py +3 -3
  96. telnyx/resources/global_ip_usage.py +5 -5
  97. telnyx/resources/global_ips.py +17 -17
  98. telnyx/resources/inbound_channels.py +5 -5
  99. telnyx/resources/integration_secrets.py +17 -17
  100. telnyx/resources/inventory_coverage.py +5 -5
  101. telnyx/resources/invoices.py +11 -11
  102. telnyx/resources/ip_connections.py +93 -93
  103. telnyx/resources/ips.py +23 -23
  104. telnyx/resources/ledger_billing_group_reports.py +9 -9
  105. telnyx/resources/list.py +5 -5
  106. telnyx/resources/managed_accounts/actions.py +7 -7
  107. telnyx/resources/managed_accounts/managed_accounts.py +33 -33
  108. telnyx/resources/media.py +23 -23
  109. telnyx/resources/messages/messages.py +121 -121
  110. telnyx/resources/messages/rcs.py +7 -7
  111. telnyx/resources/messaging/rcs/agents.py +15 -15
  112. telnyx/resources/messaging/rcs/rcs.py +7 -7
  113. telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
  114. telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +21 -21
  115. telnyx/resources/messaging_hosted_numbers.py +3 -3
  116. telnyx/resources/messaging_numbers_bulk_updates.py +5 -5
  117. telnyx/resources/messaging_optouts.py +11 -11
  118. telnyx/resources/messaging_profiles/autoresp_configs.py +21 -21
  119. telnyx/resources/messaging_profiles/messaging_profiles.py +73 -73
  120. telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
  121. telnyx/resources/messaging_url_domains.py +5 -5
  122. telnyx/resources/messsages.py +11 -11
  123. telnyx/resources/mobile_network_operators.py +7 -7
  124. telnyx/resources/mobile_push_credentials.py +23 -23
  125. telnyx/resources/network_coverage.py +9 -9
  126. telnyx/resources/networks/default_gateway.py +9 -9
  127. telnyx/resources/networks/networks.py +21 -21
  128. telnyx/resources/notification_channels.py +27 -27
  129. telnyx/resources/notification_event_conditions.py +7 -7
  130. telnyx/resources/notification_events.py +5 -5
  131. telnyx/resources/notification_profiles.py +17 -17
  132. telnyx/resources/notification_settings.py +21 -21
  133. telnyx/resources/number_block_orders.py +17 -17
  134. telnyx/resources/number_lookup.py +5 -5
  135. telnyx/resources/number_order_phone_numbers.py +13 -13
  136. telnyx/resources/number_orders.py +27 -27
  137. telnyx/resources/number_reservations/actions.py +3 -3
  138. telnyx/resources/number_reservations/number_reservations.py +15 -15
  139. telnyx/resources/numbers_features.py +3 -3
  140. telnyx/resources/operator_connect/actions.py +3 -3
  141. telnyx/resources/ota_updates.py +9 -9
  142. telnyx/resources/outbound_voice_profiles.py +65 -65
  143. telnyx/resources/partner_campaigns.py +25 -25
  144. telnyx/resources/payment/auto_recharge_prefs.py +15 -15
  145. telnyx/resources/phone_number_assignment_by_profile.py +15 -15
  146. telnyx/resources/phone_number_blocks/jobs.py +13 -13
  147. telnyx/resources/phone_number_campaigns.py +19 -19
  148. telnyx/resources/phone_numbers/actions.py +7 -7
  149. telnyx/resources/phone_numbers/csv_downloads.py +13 -13
  150. telnyx/resources/phone_numbers/jobs.py +35 -35
  151. telnyx/resources/phone_numbers/messaging.py +13 -13
  152. telnyx/resources/phone_numbers/phone_numbers.py +39 -39
  153. telnyx/resources/phone_numbers/voice.py +31 -31
  154. telnyx/resources/phone_numbers/voicemail.py +15 -15
  155. telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
  156. telnyx/resources/portability_checks.py +5 -5
  157. telnyx/resources/porting/events.py +11 -11
  158. telnyx/resources/porting/loa_configurations.py +17 -17
  159. telnyx/resources/porting/porting.py +3 -3
  160. telnyx/resources/porting/reports.py +11 -11
  161. telnyx/resources/porting_orders/action_requirements.py +11 -11
  162. telnyx/resources/porting_orders/actions.py +13 -13
  163. telnyx/resources/porting_orders/activation_jobs.py +11 -11
  164. telnyx/resources/porting_orders/additional_documents.py +15 -15
  165. telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
  166. telnyx/resources/porting_orders/comments.py +9 -9
  167. telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
  168. telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
  169. telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
  170. telnyx/resources/porting_orders/porting_orders.py +59 -59
  171. telnyx/resources/porting_orders/verification_codes.py +19 -19
  172. telnyx/resources/porting_phone_numbers.py +7 -7
  173. telnyx/resources/portouts/comments.py +7 -7
  174. telnyx/resources/portouts/events.py +11 -11
  175. telnyx/resources/portouts/portouts.py +17 -17
  176. telnyx/resources/portouts/reports.py +11 -11
  177. telnyx/resources/portouts/supporting_documents.py +7 -7
  178. telnyx/resources/private_wireless_gateways.py +25 -25
  179. telnyx/resources/public_internet_gateways.py +19 -19
  180. telnyx/resources/queues/calls.py +7 -7
  181. telnyx/resources/queues/queues.py +3 -3
  182. telnyx/resources/recording_transcriptions.py +7 -7
  183. telnyx/resources/recordings/actions.py +3 -3
  184. telnyx/resources/recordings/recordings.py +11 -11
  185. telnyx/resources/regions.py +3 -3
  186. telnyx/resources/regulatory_requirements.py +5 -5
  187. telnyx/resources/reports/cdr_usage_reports.py +9 -9
  188. telnyx/resources/reports/mdr_usage_reports.py +21 -21
  189. telnyx/resources/reports/reports.py +47 -47
  190. telnyx/resources/requirement_groups.py +23 -23
  191. telnyx/resources/requirement_types.py +9 -11
  192. telnyx/resources/requirements.py +11 -11
  193. telnyx/resources/room_compositions.py +27 -27
  194. telnyx/resources/room_participants.py +9 -9
  195. telnyx/resources/room_recordings.py +17 -17
  196. telnyx/resources/rooms/actions.py +11 -11
  197. telnyx/resources/rooms/rooms.py +43 -43
  198. telnyx/resources/rooms/sessions/actions.py +21 -21
  199. telnyx/resources/rooms/sessions/sessions.py +27 -27
  200. telnyx/resources/seti.py +5 -5
  201. telnyx/resources/short_codes.py +11 -11
  202. telnyx/resources/sim_card_data_usage_notifications.py +21 -21
  203. telnyx/resources/sim_card_groups/actions.py +23 -23
  204. telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
  205. telnyx/resources/sim_card_order_preview.py +3 -3
  206. telnyx/resources/sim_card_orders.py +11 -11
  207. telnyx/resources/sim_cards/actions.py +27 -27
  208. telnyx/resources/sim_cards/sim_cards.py +47 -47
  209. telnyx/resources/siprec_connectors.py +13 -13
  210. telnyx/resources/storage/buckets/buckets.py +5 -5
  211. telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
  212. telnyx/resources/storage/buckets/usage.py +5 -5
  213. telnyx/resources/storage/migration_sources.py +11 -11
  214. telnyx/resources/storage/migrations/actions.py +3 -3
  215. telnyx/resources/storage/migrations/migrations.py +9 -9
  216. telnyx/resources/storage/storage.py +3 -3
  217. telnyx/resources/sub_number_orders.py +17 -17
  218. telnyx/resources/sub_number_orders_report.py +19 -19
  219. telnyx/resources/telephony_credentials.py +31 -31
  220. telnyx/resources/texml/accounts/accounts.py +15 -15
  221. telnyx/resources/texml/accounts/calls/calls.py +145 -145
  222. telnyx/resources/texml/accounts/calls/recordings.py +5 -5
  223. telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
  224. telnyx/resources/texml/accounts/calls/siprec.py +5 -5
  225. telnyx/resources/texml/accounts/calls/streams.py +5 -5
  226. telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
  227. telnyx/resources/texml/accounts/conferences/participants.py +123 -123
  228. telnyx/resources/texml/accounts/recordings/json.py +5 -5
  229. telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
  230. telnyx/resources/texml/calls.py +79 -79
  231. telnyx/resources/texml/texml.py +3 -3
  232. telnyx/resources/texml_applications.py +65 -65
  233. telnyx/resources/text_to_speech.py +9 -9
  234. telnyx/resources/usage_reports.py +27 -27
  235. telnyx/resources/user_addresses.py +29 -31
  236. telnyx/resources/user_tags.py +5 -5
  237. telnyx/resources/verifications/actions.py +7 -7
  238. telnyx/resources/verifications/by_phone_number/actions.py +3 -3
  239. telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
  240. telnyx/resources/verifications/verifications.py +19 -19
  241. telnyx/resources/verified_numbers/actions.py +3 -3
  242. telnyx/resources/verified_numbers/verified_numbers.py +11 -11
  243. telnyx/resources/verify_profiles.py +43 -43
  244. telnyx/resources/virtual_cross_connects.py +45 -45
  245. telnyx/resources/virtual_cross_connects_coverage.py +9 -9
  246. telnyx/resources/webhook_deliveries.py +9 -9
  247. telnyx/resources/wireguard_interfaces.py +17 -17
  248. telnyx/resources/wireguard_peers.py +21 -21
  249. telnyx/resources/wireless/detail_records_reports.py +17 -17
  250. telnyx/resources/wireless/wireless.py +3 -3
  251. telnyx/resources/wireless_blocklist_values.py +3 -3
  252. telnyx/resources/wireless_blocklists.py +27 -27
  253. telnyx/types/global_ip_latency_retrieve_response.py +7 -7
  254. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/METADATA +58 -17
  255. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/RECORD +257 -257
  256. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/WHEEL +0 -0
  257. {telnyx-3.4.0a0.dist-info → telnyx-3.5.0a0.dist-info}/licenses/LICENSE +0 -0
@@ -1,17 +1,17 @@
1
- telnyx/__init__.py,sha256=9AJxcXeplxj1nS-mSEVft0YfJIBsXvs5e3M1wMhhUW4,2578
2
- telnyx/_base_client.py,sha256=d2Eh8GUEHS5zOxyd2IEN23qfg1b8SwPsrRVVTGkNmsk,67047
3
- telnyx/_client.py,sha256=WP2WW0hm7556nD2M7XB2UHXdOGRyqCgmHawRAS03vIU,170876
1
+ telnyx/__init__.py,sha256=3-DgWAbbqhu1tue85Ax20QcixYIXWHkCM4hjXNG62YU,2624
2
+ telnyx/_base_client.py,sha256=NudksDGruga_s-IhQR4dYAEz7mc3QDOJfZPLjFdOghI,67047
3
+ telnyx/_client.py,sha256=-CZB3lEZZaHFrkty0VxCRzEwCYEgxMeivLeKXq7bloY,170781
4
4
  telnyx/_compat.py,sha256=DQBVORjFb33zch24jzkhM14msvnzY7mmSmgDLaVFUM8,6562
5
5
  telnyx/_constants.py,sha256=S14PFzyN9-I31wiV7SmIlL5Ga0MLHxdvegInGdXH7tM,462
6
6
  telnyx/_exceptions.py,sha256=D9kyl_aKwKQ1618MjC8SZPmL5qLUyfnZzyO9TTKS3mo,3220
7
7
  telnyx/_files.py,sha256=sDy00jrSguKZf-dx9WnJzRyQplNz_b-_zMIVL31CjIo,3619
8
- telnyx/_models.py,sha256=c29x_mRccdxlGwdUPfSR5eJxGXe74Ea5Dje5igZTrKQ,30024
9
- telnyx/_qs.py,sha256=AOkSz4rHtK4YI3ZU_kzea-zpwBUgEY8WniGmTPyEimc,4846
8
+ telnyx/_models.py,sha256=lKnskYPONAWDvWo8tmbbVk7HmG7UOsI0Nve0vSMmkRc,30452
9
+ telnyx/_qs.py,sha256=craIKyvPktJ94cvf9zn8j8ekG9dWJzhWv0ob34lIOv4,4828
10
10
  telnyx/_resource.py,sha256=B4Qg-uO2a34FQHHZskn89eVURqMuSvv1TdeBJH1z1rU,1100
11
11
  telnyx/_response.py,sha256=4X24wr7uQn2hnM_b0xqQ92zSgxRFFfWG2lTg93-KzNo,28788
12
12
  telnyx/_streaming.py,sha256=OfSFcMQJ_mnvfkbIdOG7Ajp0SMbXnOJSga4xXHjNAJk,10100
13
- telnyx/_types.py,sha256=rdhImKPYsTVAS7X2q0OGGyDJLRf5HHd_9aXKhK3Xv78,7296
14
- telnyx/_version.py,sha256=b3301K_cnpZJW1IQWZfbkKM1SB-dyz5odE5X3zPdcw4,164
13
+ telnyx/_types.py,sha256=Du3G2vdqeLhhdJZ4Jtck4vOqEvAKI9rB1FnrwB1b_k8,7236
14
+ telnyx/_version.py,sha256=3zf3ZiSDPlGld4vOBqeZXNg4u4pt9lMsrwafpV_0_8k,164
15
15
  telnyx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  telnyx/_utils/__init__.py,sha256=7fch0GT9zpNnErbciSpUNa-SjTxxjY6kxHxKMOM4AGs,2305
17
17
  telnyx/_utils/_compat.py,sha256=D8gtAvjJQrDWt9upS0XaG9Rr5l1QhiAx_I_1utT_tt0,1195
@@ -22,322 +22,322 @@ telnyx/_utils/_reflection.py,sha256=ZmGkIgT_PuwedyNBrrKGbxoWtkpytJNU1uU4QHnmEMU,
22
22
  telnyx/_utils/_resources_proxy.py,sha256=4CCGhESs3yjs_0is3o1rPOg0T_k20lTYZpIFGAUZQCw,589
23
23
  telnyx/_utils/_streams.py,sha256=SMC90diFFecpEg_zgDRVbdR3hSEIgVVij4taD-noMLM,289
24
24
  telnyx/_utils/_sync.py,sha256=TpGLrrhRNWTJtODNE6Fup3_k7zrWm1j2RlirzBwre-0,2862
25
- telnyx/_utils/_transform.py,sha256=i_U4R82RtQJtKKCriwFqmfcWjtwmmsiiF1AEXKQ_OPo,15957
25
+ telnyx/_utils/_transform.py,sha256=NjCzmnfqYrsAikUHQig6N9QfuTVbKipuP3ur9mcNF-E,15951
26
26
  telnyx/_utils/_typing.py,sha256=N_5PPuFNsaygbtA_npZd98SVN1LQQvFTKL6bkWPBZGU,4786
27
- telnyx/_utils/_utils.py,sha256=D2QE7mVPNEJzaB50u8rvDQAUDS5jx7JoeFD7zdj-TeI,12231
27
+ telnyx/_utils/_utils.py,sha256=0dDqauUbVZEXV0NVl7Bwu904Wwo5eyFCZpQThhFNhyA,12253
28
28
  telnyx/lib/.keep,sha256=wuNrz-5SXo3jJaJOJgz4vFHM41YH_g20F5cRQo0vLes,224
29
29
  telnyx/resources/__init__.py,sha256=U_ABZ5BZyJXqgQ-ZJQmOqbRbJSax4mrbzJ8jbwj4Y7c,83592
30
- telnyx/resources/access_ip_address.py,sha256=UxbBNXpA4YRIQSTopGhdHS2-b0I8jBeGN1Z3bT_2lwM,17561
31
- telnyx/resources/access_ip_ranges.py,sha256=GYF-BpmJYfkpMTnjBHVWGu04IPsXaJRXDqHN_ARP6bk,14252
32
- telnyx/resources/advanced_orders.py,sha256=n8gIQve3KwesryG6QYS_u-h-VYXxY7Y7YrvNUCHmAN4,18623
33
- telnyx/resources/audit_events.py,sha256=XjsrDGMJtTW_vwjcxgL08t_daqxMWlKCDzQDYO8LSqw,7853
34
- telnyx/resources/authentication_providers.py,sha256=SaQCA-qVza9HiEIAFUhVUMy-lJ0nTCgMH9nHtczkWdw,26915
35
- telnyx/resources/available_phone_number_blocks.py,sha256=QBVHHqLbBoSC5OhS5nqhdnnw3cIKfeLN0hVPBHCjHEY,7605
36
- telnyx/resources/available_phone_numbers.py,sha256=CSTkzlfCKO0LmOyS4UmJ7ast3sTfE88QCRknmYA92T4,7788
37
- telnyx/resources/balance.py,sha256=RsXi_0f0vtMgrbayK_JrPOIXF5StP1SeQ6gI5KT25qI,4969
38
- telnyx/resources/billing_groups.py,sha256=9ZLPpXcMwTYIkK4q6tD6KbrXWGCmjX-Cpc7VmY1hutk,19318
39
- telnyx/resources/bulk_sim_card_actions.py,sha256=w01AGA8P2iIz-qvV4tLVbc9VH9CKuL8PR8l0Xuuq3fs,11349
40
- telnyx/resources/call_control_applications.py,sha256=DBswPPOQBdSQOoxrSEVaCCdhfkvAfLAg68egWOtsZiY,37410
41
- telnyx/resources/call_events.py,sha256=W7XXgHLcy22FTDcLaQ2LIwjyR1OFYH7B_yLrb7cf-L0,8353
42
- telnyx/resources/channel_zones.py,sha256=1ccezmYIY0rTRegtp0HT_jQXqR2wfRMGqsTlNikT4sE,11298
43
- telnyx/resources/charges_breakdown.py,sha256=ij5ADHnMNmqNfagQ6gXwZlWyR-YmSnR6cR1Rk4Psg4M,8438
44
- telnyx/resources/charges_summary.py,sha256=ayMR67RbZLdc3rvz6OE0AO-0OKM5TAkB86m4RzW5MCw,7782
45
- telnyx/resources/comments.py,sha256=mETOXdOrze53AAeIuGH_-cp_ANZyQV_5x9RM9hDmW6s,16225
46
- telnyx/resources/connections.py,sha256=npR2o7tyrGSrR_R2iQzJGMHR34yCpL-tN21c2pjSlfU,17100
47
- telnyx/resources/country_coverage.py,sha256=jPjIJ3AD5hAyruaGa7fPX06_m08PDIdt_icv_r9zpW8,8688
48
- telnyx/resources/custom_storage_credentials.py,sha256=IgAFJji1TB1oQrhWgJsylxGPA0D1ypIvDpVb4RG_Tos,18535
49
- telnyx/resources/customer_service_records.py,sha256=Upuu_SXCjHahFXWZlgSocxCq5sJ5VLiBjW1sXm1PxNw,20414
50
- telnyx/resources/detail_records.py,sha256=x6TxiiqnNiLShqokZMlwVwU-foNUk-y81oBDTH0xR54,7868
51
- telnyx/resources/dialogflow_connections.py,sha256=NqrxiR17ICouCrNz8ahbenUr7co_-WxJxXnFQmPuJOg,21618
52
- telnyx/resources/document_links.py,sha256=5X5y-a5t7-exjlwT0y7VIKwSDuIacgrDECiTK2jLVco,7470
53
- telnyx/resources/documents.py,sha256=_GhcVL53xyoJB0Nchq05xSz7AGMPCsl3bUOVnLdejpE,34912
54
- telnyx/resources/dynamic_emergency_addresses.py,sha256=N-RKemA-sdfDGS3abSVr7vRWcG02tZOlC9-cKhg5aSY,20075
55
- telnyx/resources/dynamic_emergency_endpoints.py,sha256=GJwFVKp06pV4bVbEHTmpDOPJ_w9L6DntTQdrUvu5br0,18716
56
- telnyx/resources/enum.py,sha256=xGHamZ9ftAUwGxmVveOms-5C2jHFRdChDpN23M2vxnw,7191
57
- telnyx/resources/fax_applications.py,sha256=PueUlsKw-vag6tja_KxzgQbaGbxygC3YxUqVhQaCQdU,32013
58
- telnyx/resources/fqdn_connections.py,sha256=JGKAPjWK3K-P1PzxOHygd5OuVFFfBbXOFb0S0uNIq74,42325
59
- telnyx/resources/fqdns.py,sha256=2cW9rVa1OX9RcZi565QfksuxAtREbZqkIqTX2Lm-TUw,22647
60
- telnyx/resources/global_ip_allowed_ports.py,sha256=B_tGaaxH2jpLaHmx8pz_c-oRX-v3ANyhxldW5rbH00M,5544
61
- telnyx/resources/global_ip_assignment_health.py,sha256=GIXiPrgQLqOxZA3UDGlkZ3D1pUkFHO-BNwBagpIYyXI,7586
62
- telnyx/resources/global_ip_assignments.py,sha256=SEm64Ks75ytPtKO4P1gRmcNohiOuw3jSpW064C-gObc,20981
63
- telnyx/resources/global_ip_assignments_usage.py,sha256=tImrz0RXmH0GPAspdx7jZCgNqQtqgr-6nXhAqzgh5eI,7572
64
- telnyx/resources/global_ip_health_check_types.py,sha256=gdkPZacQe1b6AOZr4r8G8L00SmVN_NgsmpTscBIucqs,5751
65
- telnyx/resources/global_ip_health_checks.py,sha256=H_IU9yTXUCGMQw5NQZauh6KhsaIIP78yx7twNucKMOY,17719
66
- telnyx/resources/global_ip_latency.py,sha256=WZi5tlZ8VFHpSMHFITZ7hWN_TYRUUorhJWfbvwMAVrs,6955
67
- telnyx/resources/global_ip_protocols.py,sha256=SHKFUTjBOOgA4-M0kvK5bDpikus9d1C17wLfCssa7iU,5385
68
- telnyx/resources/global_ip_usage.py,sha256=h_GJ4JPlVKA2hF0e3qooToxuk61WWx0dl6voog-NESQ,6811
69
- telnyx/resources/global_ips.py,sha256=7MR5LXjUZE1fEcfNcKjOcB_jkdGjxw9u0F2qRG25LIk,16343
70
- telnyx/resources/inbound_channels.py,sha256=cZDVrczinB_l9nFbTseMTe26dLGWwxY5I2SjbUp_COE,9817
71
- telnyx/resources/integration_secrets.py,sha256=sR4-F_SDlQGTFs9pN3pgblRgW2M_bp3F4w58UcaICZA,15693
72
- telnyx/resources/inventory_coverage.py,sha256=vQiGffNM2sKV6KTFGObBYSihxnHYmq1jLsks1g4fsjQ,7511
73
- telnyx/resources/invoices.py,sha256=w0rY5zFLTgpLGMUP6ayZJEBL-NcpinW7ggxWlM_RjDo,10529
74
- telnyx/resources/ip_connections.py,sha256=doYOFcjDAb4B_J-kBdFEmLlsEgw5vDii7Mu4LG8dA90,41060
75
- telnyx/resources/ips.py,sha256=J46seDGup3fljpH-eTtTlcBRGH72Wux-0i97_yJlX4A,20752
76
- telnyx/resources/ledger_billing_group_reports.py,sha256=YTcMvoRiPo5SOqZeM52dpKNzEBvgV_FlWXEbQ7xN6iA,10699
77
- telnyx/resources/list.py,sha256=aBgqQgUfYkwkq6uCPRyqDoRGxZz0aac0JmJc5mdSfXs,8302
78
- telnyx/resources/media.py,sha256=vZ5JRLLAEYzDgztiDUGn1qsfzn0u1j3BA5n4ErbmUsI,26572
79
- telnyx/resources/messaging_hosted_numbers.py,sha256=G3JQxL3bObpJY0D5Mk4ErMHsZWqt_1vgBS7XOXkGBYc,6529
80
- telnyx/resources/messaging_numbers_bulk_updates.py,sha256=gpxgrEQquNUH2qdy1vblyhNNPvsy0nTwWIxI31JdfZ4,11597
81
- telnyx/resources/messaging_optouts.py,sha256=h2F6cSTfhncZUm-kaS6qegkPBvaaxmGpb0sHa6SCTpU,8527
82
- telnyx/resources/messaging_url_domains.py,sha256=uL70rNSt-1JUDOSV66xk1WkTFFGsXnTaSjPmJpe5p6Q,6966
83
- telnyx/resources/messsages.py,sha256=DGQVyIzi45lOJA562gyvxAOVJZQ0Vcj0UaZZYGmb6EE,8143
84
- telnyx/resources/mobile_network_operators.py,sha256=R969lNOGnafZ4HVMiDQMS2IlehkskAbqHpuu5tVpuVA,8981
85
- telnyx/resources/mobile_push_credentials.py,sha256=5pZE1TeZaFbSzIKaqhsOLSHQbvaYq0uZzyNns33Gehg,23164
86
- telnyx/resources/network_coverage.py,sha256=aN1M40XxVTJ__S3DmBQV5YiY6iNsSE0XgjUg2qKRKhQ,8197
87
- telnyx/resources/notification_channels.py,sha256=xes5yEgmeMjiJNSpjzFYXEVm823vxtocKFNGljkCojw,23691
88
- telnyx/resources/notification_event_conditions.py,sha256=JxL_99pZZTwJmW3AyPNOfrpyxLiUi72pr6HvXoeRr-4,8540
89
- telnyx/resources/notification_events.py,sha256=axMqyPBvLlWb0q42TXZ6mIQYMFZrI4fwHrJIGe73hUs,6927
90
- telnyx/resources/notification_profiles.py,sha256=dcLXfJZ5eGY7uGz2umnrlpnk1EbyTMBbmHCGQksuuO8,20282
91
- telnyx/resources/notification_settings.py,sha256=xe2Qp10lSn4tQV4KxbAYMj5u4BG0Whtoqfy4wYYn1gU,19371
92
- telnyx/resources/number_block_orders.py,sha256=JgduOe4PhOoHiB1ZMq2PzZbHwYTlLLv4Fzn9t-fegng,16026
93
- telnyx/resources/number_lookup.py,sha256=ld4h-RRcfNUAJxZN3zMcwYVLSKtAnEt5KBi_FGU0c3s,7047
94
- telnyx/resources/number_order_phone_numbers.py,sha256=HiAObw_arHUyGAZ5mKXGvEiiKstRl-7vAIS5OJgvMM0,19854
95
- telnyx/resources/number_orders.py,sha256=_6bqu-oSIYBucTqwM6EUJ9GC-7Mqi118wH1MAHbOnT8,20084
96
- telnyx/resources/numbers_features.py,sha256=lspuW8bBbbJHiOQqLHMz1unZZJK1Ce2LNcyQRi_1n04,6496
97
- telnyx/resources/ota_updates.py,sha256=J08HEAAe6Zf1h1KVSHw0U17-Mlbi2sypbNXSzCtPS_E,10322
98
- telnyx/resources/outbound_voice_profiles.py,sha256=43NhlLgQyILg_FsRBo4QupLp5V03ZPjxDoHLDh7byy8,35123
99
- telnyx/resources/partner_campaigns.py,sha256=th0hhnZzOoWAKvtvFep972XVzkHT8cq9e0gxzI9BNMA,25153
100
- telnyx/resources/phone_number_assignment_by_profile.py,sha256=aQaum53U3LEJHFdhzuc2Nr5DVBIVY3WXGb4ZzUjd8Kk,19205
101
- telnyx/resources/phone_number_campaigns.py,sha256=LQBXiyjKauphx3meYLrRHhvZY5LyuRpFhLefWJoSKMs,23023
102
- telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=FYKzv74d4tikcj9XbYCJBUZUAwKhV1yadTUb3Cdt8kE,8048
103
- telnyx/resources/portability_checks.py,sha256=mDA13ULGRBtZeo6tXiFunnbZO6stUc3uQPHjEQiyWps,6799
104
- telnyx/resources/porting_phone_numbers.py,sha256=ZUnUYzBVc2cVcUPomdF3uiTnbkgLFyXMXyXR0T7fOMY,7698
105
- telnyx/resources/private_wireless_gateways.py,sha256=C1L2WDuKu4cKVN54sDJkYLzcRz3vS6mIcZ67TR8oBD4,20732
106
- telnyx/resources/public_internet_gateways.py,sha256=UtOmyXyOcIcErpIjmq8n2883LiuTdIqgkx25f-Y4TcU,18382
107
- telnyx/resources/recording_transcriptions.py,sha256=nkZai3brihS9cFKascff6coaPbkj-bohPzjTUIY2LwY,12724
108
- telnyx/resources/regions.py,sha256=SPActTpsuoigyW_JLDBCA7xJ5hRARJPVeXuQlQfe4i8,4963
109
- telnyx/resources/regulatory_requirements.py,sha256=c_9BpFHn1g8011rz2-iOhXSh6dx3PXK8BXoR9k3hxjk,7499
110
- telnyx/resources/requirement_groups.py,sha256=mtq4-qyZ-Jy2F9Qu_LsQiSdmr4pE9cdv8Cg2EM5naCE,24792
111
- telnyx/resources/requirement_types.py,sha256=hEd7L-2-bQL7V1VZRbUrp7EPzaFNqk775RdqGtkbReQ,10837
112
- telnyx/resources/requirements.py,sha256=yuQ7BuKQVysRaCylnG1HKYDHNtLO7J4qfldKoJvjaCQ,11596
113
- telnyx/resources/room_compositions.py,sha256=zPGo50dDAt3QR1aqhrDicthPYY0Brp3BBYZkb-HR-WM,21204
114
- telnyx/resources/room_participants.py,sha256=Vzg9m82_hZfacKk6w9S9rXfzdpAckF5SHUeaW-upM3k,11452
115
- telnyx/resources/room_recordings.py,sha256=ROyLlaQzbXSQthYEnU1Pwcs9sta1v9oY9UPYIEYRuIw,19451
116
- telnyx/resources/seti.py,sha256=SYZlbrehshDIW3XK6WsjSpZ3GkSihPhvaNYo7TT7Olg,6911
117
- telnyx/resources/short_codes.py,sha256=-Mkh4bVg7MeX-6fRuVoP3gMWfLVvdkXzFUg8EjlLFFk,13993
118
- telnyx/resources/sim_card_data_usage_notifications.py,sha256=jPebaWpQYTLe5uY9xpfs2yUVH-a5Dswv23KWor5oHeo,23723
119
- telnyx/resources/sim_card_order_preview.py,sha256=0KFAkq6RWAlhK97O7XAuvVJv-lOzZHchbPx_NMw9Sj8,7302
120
- telnyx/resources/sim_card_orders.py,sha256=BjRSVyuMToE2nBkNcEmtv3r30-cgqqfvYI4EEg6JTDs,14846
121
- telnyx/resources/siprec_connectors.py,sha256=UD8632Gv4Je0THpG3-GpGlG7fWj9dOYE5DcJt4VVSTQ,18597
122
- telnyx/resources/sub_number_orders.py,sha256=lFjswZTFrXTMGFUQ_0bJlFB4ccmaUzlCTZri7S_EH5g,22881
123
- telnyx/resources/sub_number_orders_report.py,sha256=78uwNUYNfE6PPh04hGc_yY1JUbZftuKWKlifwMqQfiU,15822
124
- telnyx/resources/telephony_credentials.py,sha256=ULXlYBnYjaRn3z8NyL7yZQ-rHif_SeUjuUnF_oLHY7U,26494
125
- telnyx/resources/texml_applications.py,sha256=hOeWrYdAQQ5CmsVo8rA0rj2jlYCoKPP7P5wcjm2GsVQ,34956
126
- telnyx/resources/text_to_speech.py,sha256=CyZSXCOfj73_7V8dp9UtRi9hBPUwMwzH_UtKv36Z4Qc,12500
127
- telnyx/resources/usage_reports.py,sha256=dYXrINMypWWn3D8gt7e7jwx6o4PRpkoXxglS1A7fF_4,15704
128
- telnyx/resources/user_addresses.py,sha256=T0GGugLK4b8pOe3WSny442LQSS031TQh45e3tnUDpi8,22940
129
- telnyx/resources/user_tags.py,sha256=Bssfkr8jlawO8PmRsjb3tw2Fs1ellkrK4OCoor0TWvg,6371
130
- telnyx/resources/verify_profiles.py,sha256=5D-RE6le_Mn7kXGoQLkWv5LA6vrQHgwXdHaw4TgzBnA,25301
131
- telnyx/resources/virtual_cross_connects.py,sha256=ZHflYuZRJ5sob_SOAvgvLb83Vg4eD2PFFgX-SYevfBw,35009
132
- telnyx/resources/virtual_cross_connects_coverage.py,sha256=TPYIaRXgZBcE9igZEQdQne0E_mrfx9xcQ--RiEhk2Jg,9362
133
- telnyx/resources/webhook_deliveries.py,sha256=qL67EOAzFl3XuqhwlAiCfKzq5mUuRzKjAwngQlCT79k,11198
30
+ telnyx/resources/access_ip_address.py,sha256=GHrKaYv0pxX2NrECShHPxibCq1mpXXEOOTXFSTDNUVQ,17519
31
+ telnyx/resources/access_ip_ranges.py,sha256=Xb9w6OlrM6aphz9CfktBZDvespX13tLQWMiZFK46JN0,14210
32
+ telnyx/resources/advanced_orders.py,sha256=ZDRoBXubjGtwUW6EtdDw2Hr1nqM_4gU-Ldqy17gP6Fw,18315
33
+ telnyx/resources/audit_events.py,sha256=986wcutKpMGXoSP12B0wGvEdon7-FG8GjK9cme4eqxs,7811
34
+ telnyx/resources/authentication_providers.py,sha256=DP1Lw31wRo1r3PEQN1js9CaaLQxVuCsU_8RsMdU0lZE,26765
35
+ telnyx/resources/available_phone_number_blocks.py,sha256=ijJZLzMq7rtiulhd2bNXvMwvdfyAFrIUZLQ1LsqJHn4,7599
36
+ telnyx/resources/available_phone_numbers.py,sha256=133qCkZQ_GizFnj97IRR-WfuHko1tOL_XARXaThtNIY,7782
37
+ telnyx/resources/balance.py,sha256=bwStGzjGLsKrgPzsQqucyp3bL75dcVoyvQSfS6k5K4I,4969
38
+ telnyx/resources/billing_groups.py,sha256=Hs2cYzKJ0HHEeyRegEnFiGR4Tld5-Q0sqAfUimBNG58,19276
39
+ telnyx/resources/bulk_sim_card_actions.py,sha256=JRa8cQ4aR2QiLPjl9s4PCpEnowwEM1BzEEsTJWgBLgs,11307
40
+ telnyx/resources/call_control_applications.py,sha256=GG0LkohbuRY-B8CRBnZFp6A866heZllXWf78sXhTpLE,36922
41
+ telnyx/resources/call_events.py,sha256=58a2gY_dMwCXql6oDTiTuL8B7W2iPmcwmbmH7rcae40,8329
42
+ telnyx/resources/channel_zones.py,sha256=Han8hb-DTfVk7N5XQds0aEE5NRpGiW_F3ncOIqxbwpQ,11292
43
+ telnyx/resources/charges_breakdown.py,sha256=SOb3JJVHxIq3hiAhVwjZbKZ8Zi5BngHLfQNM7kSRCMY,8414
44
+ telnyx/resources/charges_summary.py,sha256=QFdhiLvRNPsbvM7TQcUC2XZ1DR8XlF1MPp2rrf2HBTk,7782
45
+ telnyx/resources/comments.py,sha256=-e8ZUBleqh2GtuPruvfbj43ezVxkcKCfQ7lfHaNS4pU,16165
46
+ telnyx/resources/connections.py,sha256=Gl3_gSsus0_NLLXqi6P-B9-5jtEt2NkUQ6CdqPWNaQ8,17040
47
+ telnyx/resources/country_coverage.py,sha256=t2Z5dLWi9ZyR6H5zQ1HQKs4Q3j-bdbZJrjBH-TjMPTg,8688
48
+ telnyx/resources/custom_storage_credentials.py,sha256=VqxghisZjF2RCObzmVAWOJUzw2dJ7aOnsDALzTEeRRk,18535
49
+ telnyx/resources/customer_service_records.py,sha256=U5G-3yTKp8E_Qci4_fqqy_LpR4pU5VPn4kkM2PVhVfM,20336
50
+ telnyx/resources/detail_records.py,sha256=ifrZ6QSXYq36RWZVdf2UrSjiYYLLhG_WDn7ya_AY0Mw,7826
51
+ telnyx/resources/dialogflow_connections.py,sha256=D_mWEPQLwMnHbt288JauZW3IFFj4GBmFGCjh0WLYkGM,21486
52
+ telnyx/resources/document_links.py,sha256=vs19uL811QIkkzZV4i7c2Nv70OosCfwXC10D-beILV8,7446
53
+ telnyx/resources/documents.py,sha256=LIa5GsPE37Zm9jqI3hJqQA1qPyK1ZO2k_Izpdlwrzio,34690
54
+ telnyx/resources/dynamic_emergency_addresses.py,sha256=zA0sx_lrF8nOl03-BTCfw3K1iEUkijHqfI974m-QyVU,19961
55
+ telnyx/resources/dynamic_emergency_endpoints.py,sha256=LrgALacXNppdn94Hl3tOjQWIGQ2x_CDEzXp2r8M0vVg,18692
56
+ telnyx/resources/enum.py,sha256=kqfYfLLBYyW4G56DIMU9ewIX6a6nE2HaZlsVmwhlSJc,7191
57
+ telnyx/resources/fax_applications.py,sha256=w5eZtWdOcB654sXF__YrO78Ndb-ck7ICZqBZYGwxSAg,31701
58
+ telnyx/resources/fqdn_connections.py,sha256=i4TqDwR6jJLhNhDObdRNp2dy7JcXhlH9cVWq4kSX-04,41599
59
+ telnyx/resources/fqdns.py,sha256=ysXTsAWQRySQ_I931Php2knv9iaHVh7yc0GZeiYbkSI,22533
60
+ telnyx/resources/global_ip_allowed_ports.py,sha256=RsEwITcIoawjcblxjOGGjllsci3CBxGgLUatARG3S-0,5544
61
+ telnyx/resources/global_ip_assignment_health.py,sha256=Gx0qunKqMcECfb2pUv7Dz50202Tn7jZjoY7I5newhQA,7580
62
+ telnyx/resources/global_ip_assignments.py,sha256=6w95g2t643tAfODunogA20Ww_mzH20eVIkLAytDm1TA,20921
63
+ telnyx/resources/global_ip_assignments_usage.py,sha256=iU41UKONKHN-O6XvH_-48LfRXI5cVdCCSgrKoOXhD8A,7566
64
+ telnyx/resources/global_ip_health_check_types.py,sha256=GZUZ7gTOusYv8hASJEzdSF4PmeSzNxLriO5_ZTQoB_8,5751
65
+ telnyx/resources/global_ip_health_checks.py,sha256=__PAA7hM5DCEP19Zqlu568nruLGKBYlNq8-U73su4o4,17659
66
+ telnyx/resources/global_ip_latency.py,sha256=x649cwVtRJTG3xrzMMaxJewjxFy0zavaMWqunC8D7PY,6949
67
+ telnyx/resources/global_ip_protocols.py,sha256=ddQzXj1wsTGsG8lEWSYS2UQN_fL1y10dhJ1Udm8_fQE,5385
68
+ telnyx/resources/global_ip_usage.py,sha256=zpw6M5JpOcovGtEZL3Uhg7Jh6TNGxROncnVxwsF7tGY,6805
69
+ telnyx/resources/global_ips.py,sha256=YAZa4LWO5ZuQ2N4Nx8Di73K4vyGHIPDBcZZ6dWXOvBk,16283
70
+ telnyx/resources/inbound_channels.py,sha256=NnyTJkXx7gCzUzlZ_v4BQtL6Q5yUw60ImsTcKVPkUDo,9817
71
+ telnyx/resources/integration_secrets.py,sha256=HhwmSd058PpWHkW2V3tmmW1H8d9p6uSosqfDuJVeegQ,15615
72
+ telnyx/resources/inventory_coverage.py,sha256=ucRQVQ3O5-9T91aca7nImiTrET-0vdDMsReWRNVLuNE,7505
73
+ telnyx/resources/invoices.py,sha256=2ejAVJvZz7PS2JCSNq528y1aFjzcem_kCTHKL19kYrY,10487
74
+ telnyx/resources/ip_connections.py,sha256=7IcVMTYhCgsS0UW45W-kHZQdUBmXYUbVapVOLCJBAUg,40334
75
+ telnyx/resources/ips.py,sha256=154lrl31rzkJ2f1BgKlDJEhVuvdLt4tpvcbe2UwBoxM,20656
76
+ telnyx/resources/ledger_billing_group_reports.py,sha256=UVvbGQ9DmhKbCNcDYo7ujIGCAIKoaIlHEYO5caW4x-8,10675
77
+ telnyx/resources/list.py,sha256=ZGu-umIZbbuatV5jRdjEqhJESYq7U4e--IdXVtIwrGc,8302
78
+ telnyx/resources/media.py,sha256=-mC535aCFJ00ZHr_S6rcmnHI8YMsELEDMZv6uAPAKpE,26494
79
+ telnyx/resources/messaging_hosted_numbers.py,sha256=6AoXdK1rvBbNz0juhpazF6Y4PbaB86JL7dLXJ0AgoJU,6529
80
+ telnyx/resources/messaging_numbers_bulk_updates.py,sha256=jfIi2N11LhS-_A8mTnDh8kQ2iUGXpUn8NOgxixN9dRY,11597
81
+ telnyx/resources/messaging_optouts.py,sha256=GdqvinOpImr78-AgZnAe5XH4m_UGyD1MeZUL_v4rJJs,8467
82
+ telnyx/resources/messaging_url_domains.py,sha256=2Ji2v5tqS5bTUessdxQ_GDvVsVKP6gp2ERz3kiNTHeI,6960
83
+ telnyx/resources/messsages.py,sha256=M75RfPNqEIVrTzegWSjOHrzGbsvqDl6c4nr_XNMnU6Y,8083
84
+ telnyx/resources/mobile_network_operators.py,sha256=ftSF8KpNCIzdT4N3PMv-Tj2qNyheQa5CGj61NQdL1nY,8957
85
+ telnyx/resources/mobile_push_credentials.py,sha256=w67yb5na72PgoCaBwmM-iKQG9bZqOAukS5-Vrl99w9g,23086
86
+ telnyx/resources/network_coverage.py,sha256=IKY4sZoWShub4PVATjSETS6Ta0I7cdCsPAjS_qY6WkY,8155
87
+ telnyx/resources/notification_channels.py,sha256=1UvffzOb62hKbzV6m6LYpB8bHv4KtCRMF3UJx1bUTvc,23559
88
+ telnyx/resources/notification_event_conditions.py,sha256=ijuLgyT4SEIAeyIJD7PWxKZW_CxNUQML21oVyd_X9gc,8516
89
+ telnyx/resources/notification_events.py,sha256=DRRY5Bgcnf3bbQa4Qy41ZNz-KekZH67CAuYxybowiCU,6921
90
+ telnyx/resources/notification_profiles.py,sha256=AY551YPKyo9rCeD0CUZZLxYKuBMEKYoddO0HqV0UhDc,20240
91
+ telnyx/resources/notification_settings.py,sha256=9ugEtsaob09ChdneOmJKXaqvBPoQQd5K-9CUttQu0W0,19275
92
+ telnyx/resources/number_block_orders.py,sha256=1r-dSDGJS9g-etHJu9Lmx3pLMGfQFmlYmPW2IqJNL6E,15948
93
+ telnyx/resources/number_lookup.py,sha256=_rfXpdsRgZUr65KM3SXoVFXyTeA3p2yH9DfxFCPs8ic,7041
94
+ telnyx/resources/number_order_phone_numbers.py,sha256=7FxHZqE1yz02zQYPe7w0n9NyDIbRLx2S4NtVqz0uAEw,19830
95
+ telnyx/resources/number_orders.py,sha256=unHJ9eknV1DERM8FK65lba4Pd9Hja_rZrlrjuPglU8k,19934
96
+ telnyx/resources/numbers_features.py,sha256=1B0kqD2voGe1BlAuKHW0nakQIW7jkhdlZZufgsGpBL4,6496
97
+ telnyx/resources/ota_updates.py,sha256=WtY8r9GqW5zn538hfaV75o_R0VgHMi5VTpxGhxOH2CM,10298
98
+ telnyx/resources/outbound_voice_profiles.py,sha256=mpzjFz4QL2fo4ix4mgzDh_bBXJ8Mum0M7F1ZfU2I1JY,34649
99
+ telnyx/resources/partner_campaigns.py,sha256=AujfpJgchZRxsOJNxI6eJsNnKXL14T5LBn4W03DSzDE,25039
100
+ telnyx/resources/phone_number_assignment_by_profile.py,sha256=HZB809lwbvxzPA_4cxLzFzWHe1e73WwmXBQkJ6dvZAM,19145
101
+ telnyx/resources/phone_number_campaigns.py,sha256=9lAWjEVeEeAj98nmEbd5civ2vD_5kG0TqB2bUa2fotg,22963
102
+ telnyx/resources/phone_numbers_regulatory_requirements.py,sha256=YVTS_W0SGEVGyBTjEXHx-j_1nPYeNRPptdqIjlatTgY,8042
103
+ telnyx/resources/portability_checks.py,sha256=SNMtbheXGQanlQAZyDkYHsfmz0C66CHrMchS5hbnl80,6793
104
+ telnyx/resources/porting_phone_numbers.py,sha256=g9CkZKCzOghmBAjjgBYVKdtSy4Wa7oeW7OLaqb-MhGU,7674
105
+ telnyx/resources/private_wireless_gateways.py,sha256=YT5Pk5Si5_uRonCetbgpoveAXS1IYVy0REgvrfh56E4,20600
106
+ telnyx/resources/public_internet_gateways.py,sha256=ViG1pk7KacxQZxS8vjqiWCcuqwAy-c_nQ46C4jHZIYI,18304
107
+ telnyx/resources/recording_transcriptions.py,sha256=YF16HMQwLB9O3Pjd69t-6KD6rH87I-EPBDgqPi3Ucps,12724
108
+ telnyx/resources/regions.py,sha256=Wan4QiVvyq9ecWyr2O8-Dl022zYTw6S0U3zHmAPHf48,4963
109
+ telnyx/resources/regulatory_requirements.py,sha256=Ha3huc4u1Napee_4LLJ_04v9pZ-V7RiY8zsKr_2SKrQ,7493
110
+ telnyx/resources/requirement_groups.py,sha256=1mctlV_YF0BVfYJMiWxQBeNqdw4WdDwv0LqjoMzkKKE,24714
111
+ telnyx/resources/requirement_types.py,sha256=vpVwQ956ttN4VjUsLhZoC7pb9q7KO_aUF80q_fDEaF8,10797
112
+ telnyx/resources/requirements.py,sha256=MkXkO93aA35G9QKYgsGKSJgoOoYwU6UtecWS6kDKewg,11554
113
+ telnyx/resources/room_compositions.py,sha256=RrgXQDTI-9EDNXnn7UB6tvE87g5mlY9UssDOkOkm7tM,21054
114
+ telnyx/resources/room_participants.py,sha256=JbHcLvEIEUcTAjeBde1omiwhrLcu9vKDZvkj8Gj9-Xs,11428
115
+ telnyx/resources/room_recordings.py,sha256=1OGb_jq8-piZO0QkkiMRAsq4mWdiah_YtDTRnWHLNxI,19391
116
+ telnyx/resources/seti.py,sha256=XnS9rB8EVKjJ2sBVB7LYoMym7YFWhEn3jl2J1tc8vlg,6905
117
+ telnyx/resources/short_codes.py,sha256=OyPoxNInsowFYbAurniwOuTyG048M3uKh_xauNBHN18,13969
118
+ telnyx/resources/sim_card_data_usage_notifications.py,sha256=u_pHX_3RtIXJq7H3s4XOHnftovpR9BdDKH9kOoU-ero,23645
119
+ telnyx/resources/sim_card_order_preview.py,sha256=wxUQ8qPSDUhqLWrbj7n3pE5_d_ZXyt4aTF_ToMaQpBE,7302
120
+ telnyx/resources/sim_card_orders.py,sha256=uO2pWSd9ei2dIuGQYQMYx4Tl8SvvK0wBPimpqz-RAfk,14822
121
+ telnyx/resources/siprec_connectors.py,sha256=m5bvbOtlS_DtIrLaZXCOPMT6_cCxI-juslG3vl9ka1Q,18573
122
+ telnyx/resources/sub_number_orders.py,sha256=ONRowPczElMqNYkXynDTy5tZK2Wud44h66oWaVdrKvM,22839
123
+ telnyx/resources/sub_number_orders_report.py,sha256=ZzYP21kwHJYmgrlgnAqfXgvFMUSdJ8H6tpO7yI6XO44,15726
124
+ telnyx/resources/telephony_credentials.py,sha256=drtv_ygtCfWL_Ckh4oQAYPALlUApC3DbwKOwu1zvOgk,26344
125
+ telnyx/resources/texml_applications.py,sha256=1nvAwElRcyHPpiEMauFLqSlrwY99OJNjNlfXi2oPzMg,34482
126
+ telnyx/resources/text_to_speech.py,sha256=Y_pQl37dp07mkst_4qknNdIxYQVvABw6VYBtQZVQvcE,12476
127
+ telnyx/resources/usage_reports.py,sha256=M2ptYt0Ul8StbJbHYMTlkHI6ozu4v0u3g0m5AaqHRuc,15518
128
+ telnyx/resources/user_addresses.py,sha256=CqeOLO27ee6dF88k7sKGI4TLL34TWM45gH-_ckdprB4,22738
129
+ telnyx/resources/user_tags.py,sha256=pCY1ykwgtc78yqj28Q04bGarABk_eDHe4lVZacxB1SM,6365
130
+ telnyx/resources/verify_profiles.py,sha256=_tk87oMi1fOmvY8QqgvHIniZK3y8TVqbjOp6Nxufu7s,25043
131
+ telnyx/resources/virtual_cross_connects.py,sha256=JDAXB9dhVNn-qAiTyNDAgYELHdFwGoqS6yM5l4NrDZA,34715
132
+ telnyx/resources/virtual_cross_connects_coverage.py,sha256=LE0l4hJJCO8jsaanpA85fa_wGNHgsZO4yPpf1RoNRCQ,9320
133
+ telnyx/resources/webhook_deliveries.py,sha256=PKo-2i1Ndhe3i7zozog3d0Ko5dznDshsOqLeogdXah0,11174
134
134
  telnyx/resources/webhooks.py,sha256=2aBYtHvVy4Ngpq_GEEMk0U6Vn_LKFwommXaguEjhhj0,962
135
- telnyx/resources/wireguard_interfaces.py,sha256=dN8ntL6q2phY8LVdNkyCqCfeghUQIQhkQNUvL7Jm2NI,18474
136
- telnyx/resources/wireguard_peers.py,sha256=RPnaxUha-94n5-neiPebRRiSPn45YeCPcdj-dy_d2NY,24675
137
- telnyx/resources/wireless_blocklist_values.py,sha256=B675l745Y2kBTr9ToH3HI_6DjZILQqCqDTZ8n6jJD1k,7287
138
- telnyx/resources/wireless_blocklists.py,sha256=nEYDmwTGQ6z1KN9J_g0vHY1Yyd4G7hhMmE9tptCcobU,22886
135
+ telnyx/resources/wireguard_interfaces.py,sha256=wxfoFKlIQ4We6Zi9huXfN2Y_xAYZN5_IK6ziEGggM4I,18414
136
+ telnyx/resources/wireguard_peers.py,sha256=FefL6ivnxn6uq2vJY6hvzCzTm1wlqWiifc4D81QYSSE,24615
137
+ telnyx/resources/wireless_blocklist_values.py,sha256=uT-_XtdN7WLWGnB6woQp7OWqVNsS7S_KjQp2Yy5J3E0,7287
138
+ telnyx/resources/wireless_blocklists.py,sha256=qqtwm-PA2dh2qOOL-kin9sIfxJcI5cfhrEZNdZSRDsw,22754
139
139
  telnyx/resources/actions/__init__.py,sha256=VN20oGg2PPDqNzueSMHE9Naa3YRB2FmdkXAAN_4bFIg,1517
140
140
  telnyx/resources/actions/actions.py,sha256=vwopKPMSsjSTDKeSP0xEjAvI8pinCNbmKcUPKOBRqOQ,4828
141
- telnyx/resources/actions/purchase.py,sha256=2BjbPotIxEX1kSlcsRXYO2pMGcpJ77BEcIR02wUY6fA,9293
142
- telnyx/resources/actions/register.py,sha256=mV5KbrjndVL0LAgDJBcWHGSmMJGNlzYPBYQ5Qrmz8AY,8213
141
+ telnyx/resources/actions/purchase.py,sha256=iaRrU3gGNod4JOsRIckHN8YrdvcSIyKtuZngzU5WFLM,9215
142
+ telnyx/resources/actions/register.py,sha256=CO2XVKneKsPPRH_W7d0BRHyg8XyMybgG6q2qhX9V3HY,8171
143
143
  telnyx/resources/addresses/__init__.py,sha256=WzZO1-fZmX_-MJHYGQWkSL0Y-UdfQAOL2AHNC5a5Vdc,1054
144
- telnyx/resources/addresses/actions.py,sha256=iwtO7-7gDoAW_YOcQAzrAHr_wTINDlutT_PGp_X9vWI,12550
145
- telnyx/resources/addresses/addresses.py,sha256=Ne_3CpvXYGnE5yiUb2ygrt4tw-X3oO617J4PpEXnpAY,26620
144
+ telnyx/resources/addresses/actions.py,sha256=Cq_AjvGER7JKqmTQmjoAIYv2TMOkKo96HvamCs0YsiI,12490
145
+ telnyx/resources/addresses/addresses.py,sha256=87tRjzsAauMnzRu6cjO2vcEaRHFZ0VXpt2408go5rsU,26400
146
146
  telnyx/resources/ai/__init__.py,sha256=vRse5K6qkv7nfwqZETr-is6oSj88tp2hrbx1X6Xx7PM,3885
147
- telnyx/resources/ai/ai.py,sha256=SeJNu81e9fCt8m_JLn8cVmE_FFr41bKKRep4_nycqEE,18015
148
- telnyx/resources/ai/audio.py,sha256=CZK6oP6BUsPqMUMKGMhBlSOIJxaCfAo_iEhtcYWcg5E,10545
149
- telnyx/resources/ai/chat.py,sha256=Xtn8ehqqU4DbKV0nWmNUjhs8lcNQBLevfafyEgZX7-o,18798
150
- telnyx/resources/ai/clusters.py,sha256=yWVe3I0vpEgbU2neYPhr4nvHz_t17HmCV6Ef3IJDwxg,23276
147
+ telnyx/resources/ai/ai.py,sha256=b92dl8eskEa2xlq_STUdiLB2xOT0TmJaK914LrEIsC4,18009
148
+ telnyx/resources/ai/audio.py,sha256=4s-xiVp_wFBLDOfN5ZAxsnQbBdKgRhqjZHhfmN9YkCo,10485
149
+ telnyx/resources/ai/chat.py,sha256=_XX3x2FxTZVHBNYT-wg23xqRR9sAIjsmS_fEgb5mEL8,18414
150
+ telnyx/resources/ai/clusters.py,sha256=ysG8tYAcsl-vZxiQ4lt6Yxj9Oh6hYgZAD4fJVoSJrL0,23144
151
151
  telnyx/resources/ai/assistants/__init__.py,sha256=JswsU3VzDvDn-4-0IVH0BGY9ji3RY_pYl-Aib09q0ks,3064
152
- telnyx/resources/ai/assistants/assistants.py,sha256=kiYHTSmnmrqt_AvtR2rVJidZ9vyeYfcvzh_z921-XWo,56727
153
- telnyx/resources/ai/assistants/canary_deploys.py,sha256=CXCjSwUseXKEQEY4fMAjhwKBt81to0wcgJSV_h3xbSM,18193
154
- telnyx/resources/ai/assistants/scheduled_events.py,sha256=bAVlAY2TPSjoRPFxbFqpwdjlxF9ZecBef3vLZ3t-DC0,22355
155
- telnyx/resources/ai/assistants/tools.py,sha256=AVk8y2ZEC3NlVzKA0A3Rzf6P046ozRoyx3nA_-FGp4o,7391
156
- telnyx/resources/ai/assistants/versions.py,sha256=__8LFs47t05ZvTEBoV-3Dw6VwUczAVz4FAcP_df0zyw,29342
152
+ telnyx/resources/ai/assistants/assistants.py,sha256=JRPCUov-qhSFGFXxEIP7PgXHRVSdwfkDzsPtJCZSVlM,56109
153
+ telnyx/resources/ai/assistants/canary_deploys.py,sha256=4QRGhoMa50uTmHtRzY_xZ1sGNML6MTezTZenM5nijEc,18193
154
+ telnyx/resources/ai/assistants/scheduled_events.py,sha256=aLhkjbdXD63IuAEXS_HCbk3QeH-7hxTgxJomhjSnppo,22259
155
+ telnyx/resources/ai/assistants/tools.py,sha256=NigYe9zQwwlB9mL9oryBPUnerc2ur03z3em8Tvo9ByY,7367
156
+ telnyx/resources/ai/assistants/versions.py,sha256=7wn7059ZiOl85xnxfr_KJIBTHohYe7BBHaUwn4sX3pE,29048
157
157
  telnyx/resources/ai/assistants/tests/__init__.py,sha256=wOXvaXKdQlfkKkZtgZg11ySS8bzss5842gqBhGKmpVI,1466
158
- telnyx/resources/ai/assistants/tests/runs.py,sha256=ZQp5ao3q5eNcK0qg86ClcPaHRUCS4MRisjHlKghT7Fg,14663
159
- telnyx/resources/ai/assistants/tests/tests.py,sha256=_7quk3H-jmLfzmMf10MRz-TF74sk_7vuVRpTbEkQY1U,29990
158
+ telnyx/resources/ai/assistants/tests/runs.py,sha256=qTKnqb_8xCpIlNaI3nakcz6I0m52sDR-xllQVNQOb6Y,14621
159
+ telnyx/resources/ai/assistants/tests/tests.py,sha256=dwrqw6FV0lZKtLDAkSLC8wh45zV5qOTXNxoN6_xwnCI,29714
160
160
  telnyx/resources/ai/assistants/tests/test_suites/__init__.py,sha256=wTdI7qo8_d2SnlfmHLKyHgFyh7-OfkBfgVXt2FpT57Q,1029
161
- telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=ksGhMzs5uny73ulKk85Z4rIvl5eSzE7O_7dopfUzZ1w,11922
162
- telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=qZQujQnldjY4WIYKEZyN9hP4MZ1u0qH6R5BCm81n50c,6341
161
+ telnyx/resources/ai/assistants/tests/test_suites/runs.py,sha256=O6aG_E7HiMaZrBuqtl4GxNrmGXOraDxMJJs3NOJgKEo,11862
162
+ telnyx/resources/ai/assistants/tests/test_suites/test_suites.py,sha256=Vj56vUukvEd6sV9j78d6N24MaeL4KaQAnqPXj4KjtUs,6341
163
163
  telnyx/resources/ai/conversations/__init__.py,sha256=E0T0_VEZjLTBGAbDf9LZGPaAZCns8GrSTW6oXkPA_d4,2137
164
- telnyx/resources/ai/conversations/conversations.py,sha256=xQES28pqtwGgELkldj9J0KqMLM2azb4ayE7KunkR94w,33780
165
- telnyx/resources/ai/conversations/insights.py,sha256=OUaq8Yb32wQ0eLaFimdncqDMOVROAWsSle_6Wfe5Rco,20610
166
- telnyx/resources/ai/conversations/messages.py,sha256=TiKcaP_Ts77PFL2bmpTn29HlTFF_urmiS_nkNf72kQ0,11613
164
+ telnyx/resources/ai/conversations/conversations.py,sha256=K2rSlXQSeYG_FFIGDARaapZ3Si8Dh9gnHG3qEgFtIwE,33522
165
+ telnyx/resources/ai/conversations/insights.py,sha256=Was9S1yLcgLJJgSnrIcen70hjoUHI864QlcRqOXYC3U,20496
166
+ telnyx/resources/ai/conversations/messages.py,sha256=mF7XAkn5k8nWiFamRYRT3AIeb_zDC8puaJFLU1Su7WU,11499
167
167
  telnyx/resources/ai/conversations/insight_groups/__init__.py,sha256=BECCfROCjeQXyebDMpckN8GnyXA8uwQfzBiZXMVgqjA,1120
168
- telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=UV6w7ZvCTHmTWQ2lIZVLUBRGvvAL2etWyZFi9H4cMx8,22399
169
- telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=y-eCysfUYBUtQCUmcacPWKfdnJ94Us4cSxQx3J2npBw,10032
168
+ telnyx/resources/ai/conversations/insight_groups/insight_groups.py,sha256=HVHQMadZkYXinrIKXCalkIeDCMXNFF6rrWJMbMISRs0,22303
169
+ telnyx/resources/ai/conversations/insight_groups/insights.py,sha256=z4h5BDWnJwWL2PEkegexxB7DhfSpFWzloVGRI8sDfVs,10032
170
170
  telnyx/resources/ai/embeddings/__init__.py,sha256=PSS3P26wVVgM4MjdKqw87xocgC3_jV1ohpUVQ2xeixM,1067
171
- telnyx/resources/ai/embeddings/buckets.py,sha256=1LQLWi_zsMDSg2ip-s3vsf5XIrESLmGCOV80i9GaoWI,11519
172
- telnyx/resources/ai/embeddings/embeddings.py,sha256=py1qR_kdZHXE18F_Cz3eezGbR2NQW1SOPc3-bJSGT1I,29309
171
+ telnyx/resources/ai/embeddings/buckets.py,sha256=ww4lcCrYZHdSqyuFF3lBUZ9C6gjxlYoEb36CexGRWUs,11519
172
+ telnyx/resources/ai/embeddings/embeddings.py,sha256=9iQMrL-8L0h0iSoE7oVPLn4FokfHYvzTXBauA9tCIQM,29213
173
173
  telnyx/resources/ai/fine_tuning/__init__.py,sha256=kpo9Jeem0KeFxdH3eUY238GNNk_4jqUsUDUi02rTbC4,1029
174
174
  telnyx/resources/ai/fine_tuning/fine_tuning.py,sha256=eWYzKDMmaQeFHdfzgSw_DNeoRcx66nOlXonnVuPHHhU,3707
175
- telnyx/resources/ai/fine_tuning/jobs.py,sha256=bTFPxFNfOd5mv19AzE3XMWDwtDpysIsW_fYrH6HTaG8,15164
175
+ telnyx/resources/ai/fine_tuning/jobs.py,sha256=Fq1l0y5iqZ2BpQC9x03p6E4CBKivIHKSQUw6Yp_t3Jw,15140
176
176
  telnyx/resources/brand/__init__.py,sha256=eroGmcDdAyDxyGLR8DsFe_yCAxgH9bJSbUtSLZ8UiN8,1107
177
- telnyx/resources/brand/brand.py,sha256=11SA_qg8DTw32OgoCNbdoLNM2ybyJTv1niOJHLEVkG4,50558
178
- telnyx/resources/brand/external_vetting.py,sha256=9i0yJSL11QHPW7c9c_0GLa8JRKFCHdkc4vnFu7mOJlE,15232
177
+ telnyx/resources/brand/brand.py,sha256=XkS7mDGEZGaXp7tQjqWunugLEmIjJU5_uLP6mIEOkm8,49706
178
+ telnyx/resources/brand/external_vetting.py,sha256=IJ-T2y-gVSyql0tJafJTXzvepisywXK1Tmus741VS6o,15226
179
179
  telnyx/resources/bundle_pricing/__init__.py,sha256=Rfq97xRuf9wsjsRAyhqUjYqFNvNmuWtn_HjpEFlUHl0,1715
180
- telnyx/resources/bundle_pricing/billing_bundles.py,sha256=FyRYMIirv-hdiKF63wrsi82wZXneUrxkQvW-vBev6ko,12035
180
+ telnyx/resources/bundle_pricing/billing_bundles.py,sha256=qMCmAtoj48PbHObmv53B-64OF_pUFnH9FhzW0EhVSfQ,11975
181
181
  telnyx/resources/bundle_pricing/bundle_pricing.py,sha256=d3L80tHqOCfcTxVQ7c6DDLfO-5FkG7HMlOfTLVz52-A,5371
182
- telnyx/resources/bundle_pricing/user_bundles.py,sha256=ZeSqLtEG9bT4qXslA-63_w-6sHrau6xo1HurUJGhCMc,28900
182
+ telnyx/resources/bundle_pricing/user_bundles.py,sha256=d44DFB_SSgXQcFceR3vY4wsQ8pukdATqWoSBoLUcYLA,28714
183
183
  telnyx/resources/calls/__init__.py,sha256=zQUq3YFSSLeXKg5bb5oG2Hh7VJsNmm_Z5nm68sU98LY,1002
184
- telnyx/resources/calls/actions.py,sha256=PRXZ-KRGvyUj5V888jfUusP8bSUbuCOW_sGNonav0Kc,313410
185
- telnyx/resources/calls/calls.py,sha256=8ipO0VPjCNclzVpq6wrY6wUbP1XrfQZJX9F6EnjUjvY,44891
184
+ telnyx/resources/calls/actions.py,sha256=Wb7h1tIpCgy28uSPvCu02SEPYVhRKipAP_7Y3GzTqLM,309122
185
+ telnyx/resources/calls/calls.py,sha256=q-vCVPob7VhzlyDVmkZScCxvbyqqHBGep3iJNwXr4Og,44057
186
186
  telnyx/resources/campaign/__init__.py,sha256=MGF-U4sQL_jE6xQKvsDXhucn5snUbtl1naBlZDaujPk,1452
187
- telnyx/resources/campaign/campaign.py,sha256=LXTX1WbSWF90PKQnIzVl-D4ZJpXSlPshSjYPwsE6fl0,41698
188
- telnyx/resources/campaign/osr.py,sha256=feTwm5Hm59d3nj4FjxNIcGuQWmo9wQOwnSFemGPP3PI,5764
189
- telnyx/resources/campaign/usecase.py,sha256=tE-AmBQznrgeXD6QOaxhRyXMKi4aSsjMTm_wtB53Zn8,6092
187
+ telnyx/resources/campaign/campaign.py,sha256=CDmsWo_1eAg9tIdAu9SwU-8xTusuxSU76o2V_mKuCiI,41458
188
+ telnyx/resources/campaign/osr.py,sha256=q-xqVNbfaDh73WYjcwNiPmQ9kUFO0lncRaAKcdIojkk,5764
189
+ telnyx/resources/campaign/usecase.py,sha256=ffkuYfHHU93B4LITRJJ8iyAfa_q30FH0KAHAhBSQ8Ic,6092
190
190
  telnyx/resources/campaign_builder/__init__.py,sha256=mXUQxXn8C_VC9EfazTXR2Uby4-ZazQS7S4nhuNjWJ0Y,1107
191
- telnyx/resources/campaign_builder/brand.py,sha256=zbRu5gGb-rzbRtKGhthSf4-dTbGzdKgABTnZCcCFl8I,6544
192
- telnyx/resources/campaign_builder/campaign_builder.py,sha256=lUIadS0d__DYwKMW4L6bNLHoNvN_ItYY5tpYdWkoA_0,23221
191
+ telnyx/resources/campaign_builder/brand.py,sha256=4GJYN9amW4CvZ1_lsqOR8lrhNmxln3ctkF3DRHruoAw,6544
192
+ telnyx/resources/campaign_builder/campaign_builder.py,sha256=jkyNP-p9ff6Yecn9zyNzCGjjeTVZUzoXryT5NDTd7x8,22657
193
193
  telnyx/resources/conferences/__init__.py,sha256=omYb2ssvce-OpSlKNGbIkXBaQFaE0PYSMV7Q-g9JRHg,1080
194
- telnyx/resources/conferences/actions.py,sha256=hM9WMsH5cMahv3zXqotH3jhCktIf-nsoevErAiYYHuw,86709
195
- telnyx/resources/conferences/conferences.py,sha256=kpHwBYb8aDdAF4Dtr2x8ZyXJghC2raKj712nAu4qYm4,28300
194
+ telnyx/resources/conferences/actions.py,sha256=iEeMSLvrQqkMaH_bb_zrZbQMmmcxJ2V0Y2Kgh-5HqMA,85965
195
+ telnyx/resources/conferences/conferences.py,sha256=O547a3-ZxJavcjl8xxFlRPkiz1hJhXQYBeCXecjkalY,28078
196
196
  telnyx/resources/credential_connections/__init__.py,sha256=81iT_jEVYsPVEtnMBmM75XlgI5D6u4-1p1a3Gl2j7D0,1211
197
- telnyx/resources/credential_connections/actions.py,sha256=gtlaVgpuL8XkP-ov0dl3_iybF9Q0_P2303gz8r91tXQ,6583
198
- telnyx/resources/credential_connections/credential_connections.py,sha256=0DKwy9v-4Iz_d1870HzRr3oxyFTro_aIM-ZlNhErBMc,46946
197
+ telnyx/resources/credential_connections/actions.py,sha256=kPIMpcPp8y5SpdBZ2bxjuT0QHXenvVds5qdtMqpWi1c,6583
198
+ telnyx/resources/credential_connections/credential_connections.py,sha256=R_kZnfrn8X1wPI-xLS6-Wk0hD43g-f1VwVRmJS4wJPA,46202
199
199
  telnyx/resources/external_connections/__init__.py,sha256=Wh4TgdigAO9vIeadftwG3-pWOm4llfA1cDPdFBsb7mc,3261
200
- telnyx/resources/external_connections/civic_addresses.py,sha256=OCaYYke_fViqOzPkrfcwQgFm_tG0vrMbvmNvwlXmVEs,10751
201
- telnyx/resources/external_connections/external_connections.py,sha256=Qa7x365Ksuvuxzt7ybcBR4G0Cu1KkiDS8AN6WIF0Mz0,39323
202
- telnyx/resources/external_connections/log_messages.py,sha256=zH52SXMUxaeKcQOaBUzD4YFUWgTkpy6iZdQYVMQ0zm4,13944
203
- telnyx/resources/external_connections/phone_numbers.py,sha256=haoqj4brscW6yDXZK3Fj9Uq9mKSLsvj1z5l86A7j9v8,15689
204
- telnyx/resources/external_connections/releases.py,sha256=OZLhKyb3LKthy2jL8ecy6wf8tORlmFxalsD_iCRcWJE,11317
205
- telnyx/resources/external_connections/uploads.py,sha256=7FtBDRcns9IE8zy2p0sKt2oLwoW9aN_G5rGXEwe-9a8,27255
200
+ telnyx/resources/external_connections/civic_addresses.py,sha256=lo1MmrRf466MloDpJpeox3BDXofp0vJ3ZvamCMu-lds,10745
201
+ telnyx/resources/external_connections/external_connections.py,sha256=UD0soU32mvBlMMoB-5rnQcengAd4bsQIModtv2Hsgpg,39083
202
+ telnyx/resources/external_connections/log_messages.py,sha256=g5GOTXjJqmwgUmgYYyoS_LS8LbySlk4OVamDVasYGlk,13920
203
+ telnyx/resources/external_connections/phone_numbers.py,sha256=ZlSl19IIKqv-fpmWpF4At88gZWfzScC1l_OT4ImNr_o,15647
204
+ telnyx/resources/external_connections/releases.py,sha256=0dpSetqokbexHVpZEq85kA8ilrl28wJXNHPkc_WlGro,11293
205
+ telnyx/resources/external_connections/uploads.py,sha256=K64QQfYfM2noQEljENTLpTgLrAOvAQLavZgf-Lr5fro,27143
206
206
  telnyx/resources/faxes/__init__.py,sha256=De06LWWuy8Yzbul2Z-FrFA_cSwHPu1eaO-yU8OtefJ0,1002
207
- telnyx/resources/faxes/actions.py,sha256=cCppCS3CBOtQr-u0LqTaGi-L42sQ-AlNDo88QWMKeZc,9122
208
- telnyx/resources/faxes/faxes.py,sha256=2Poos9wvlO1OLj6HGORFxyFaQn1R3VJwRYOr11Azc3A,25555
207
+ telnyx/resources/faxes/actions.py,sha256=4737CAhiFs6sR04p2nnwpM6chGz-jpBD9fB_gn1jt10,9122
208
+ telnyx/resources/faxes/faxes.py,sha256=fmyGOme2pFr1veRG0UwwM069cg4eyJv-Mu8i89WorOM,25333
209
209
  telnyx/resources/managed_accounts/__init__.py,sha256=EoKq6ptLTh1aE0YVPAo39ZAUsU3lBxce13N1p3nmE8c,1133
210
- telnyx/resources/managed_accounts/actions.py,sha256=q3RWaFTLlpLCpSDmxEnVv13PYiNfA87IrRjXA5b4l6w,10588
211
- telnyx/resources/managed_accounts/managed_accounts.py,sha256=0WRCErWXdKkpF4bICVwj8s7iBKsoI9JyI-GF1RkFA1s,34088
210
+ telnyx/resources/managed_accounts/actions.py,sha256=0KVsfep-eYUlGkuVnjcQShOjkosvZuI5bjdr9R6iJ1Q,10582
211
+ telnyx/resources/managed_accounts/managed_accounts.py,sha256=ms-QLhiK4ZU13rSL6DohnMytmdRdQAHx0QEtVyYOcIw,33920
212
212
  telnyx/resources/messages/__init__.py,sha256=MIdmEB4u5Q1BCJBI1SkBqDqOruL7it4EOhs49-mHXH8,989
213
- telnyx/resources/messages/messages.py,sha256=ttSu1m4iiMXscb6eRJS6bd2f5vSqr5lQhRDQzpMTrS8,57896
214
- telnyx/resources/messages/rcs.py,sha256=WYyWwfKuKyZY6o5vzfMFqBhBd3qWZERUavatmbdOzXY,7264
213
+ telnyx/resources/messages/messages.py,sha256=8eG6vy2tzi0O6hxugZY49EVmBle9WkZmlZaNz5lw654,56972
214
+ telnyx/resources/messages/rcs.py,sha256=oLO-u3Lh4Ua3MW4SJBXC9aKNAvA030oUC-ZujHbzkPQ,7240
215
215
  telnyx/resources/messaging/__init__.py,sha256=LNf5b86iirmOWWMl2D7McVcCly7IIs0zumVmwgYXBvY,1002
216
216
  telnyx/resources/messaging/messaging.py,sha256=G-4gKvfg60A-R1KjY5rPlqq702ZA7B0li_jDVEf6l3o,3628
217
217
  telnyx/resources/messaging/rcs/__init__.py,sha256=cl0dbvKZcV2q5we4U_qKw7GbWl0JrlppiiafBusl5Yc,963
218
- telnyx/resources/messaging/rcs/agents.py,sha256=JKSNgFH4z8IkvEPrK_RyDicfhlV3MYzKA9u90SM8ZCU,13543
219
- telnyx/resources/messaging/rcs/rcs.py,sha256=xpVYZ0LDJnUdRgWOgMlB3l5Qdnsj7N_c605cjXtIo2w,15040
218
+ telnyx/resources/messaging/rcs/agents.py,sha256=n2TFeHaPQL3HlYsFKnTb4mV4PMfvfy-Z4_7BjJPs14E,13483
219
+ telnyx/resources/messaging/rcs/rcs.py,sha256=RwIdn5EYFPT0kI2H_8GQHKiRh_pqZtVy4Jvv7MwRob4,15040
220
220
  telnyx/resources/messaging_hosted_number_orders/__init__.py,sha256=KLUjxUfCFX2X4WQEZxydkTrmT_pOZWr4ViXnv_L4kAI,1291
221
- telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=g1mwlzzpcfK3Sa6XePxkwq-AeCMf0m6kqdTGuSkwyMM,8168
222
- telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=qe8CBiBlsacQpY1lb1rpyzMniz760ktHsGthHJQGTAg,32799
221
+ telnyx/resources/messaging_hosted_number_orders/actions.py,sha256=ONwivzZn5t-fRlqTr2GHwoTGprBpkUV_mjvmpqTVNrM,8144
222
+ telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py,sha256=CgrgvFdvJE-PSxFc8d0W8kqkIgRjaTDL9LshR-4_ckc,32757
223
223
  telnyx/resources/messaging_profiles/__init__.py,sha256=CpwlRx3PwlBRN-OVbt2ecEP0yVhdYVQv4EeEnKjLysw,1264
224
- telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=xMEf4IsEZgSVjws8qKub1mkcO31UzS4mw0rX9pSEHuc,23835
225
- telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=Mpf2BA1HOJYXhmbUYJIWlGGbwwh8_x3LVJqjFORQcm4,46077
224
+ telnyx/resources/messaging_profiles/autoresp_configs.py,sha256=DB8HRnCkeUC7n2kYYrKroJbWULsuUnfXXHsOE96DL6M,23757
225
+ telnyx/resources/messaging_profiles/messaging_profiles.py,sha256=tD0mGNkfh9D46_Y8tIP9ZWOZqo9xDHIXvaM2MDXkrf4,45567
226
226
  telnyx/resources/messaging_tollfree/__init__.py,sha256=xS6W3IHhxe9zW0nTAz695v-OJDsLHTsfhSx6J_4NU10,1224
227
227
  telnyx/resources/messaging_tollfree/messaging_tollfree.py,sha256=6bIyhm1Q9YMWEqVCFQSbn6y_8WW1PAbhpB10l59j-Fw,4202
228
228
  telnyx/resources/messaging_tollfree/verification/__init__.py,sha256=Sic6oOAjxw7WlvG0PaCb7B0jUmdjDSO8aM2DlSny06Y,1106
229
- telnyx/resources/messaging_tollfree/verification/requests.py,sha256=WtZHB7FcUF64UEOEx4y68Bei3KvObFuzKVJtvn3Qah8,37223
229
+ telnyx/resources/messaging_tollfree/verification/requests.py,sha256=fq2KuRrKSH9FNJ4Kv9jaAzQBMz0UOvWdvvrZ_iSIWaY,37091
230
230
  telnyx/resources/messaging_tollfree/verification/verification.py,sha256=2WeDAR3Cwf7uGz3veAPzRwFpIymZ7rle3_UT-llSXIo,3879
231
231
  telnyx/resources/networks/__init__.py,sha256=QM1zWhOYa2xtzTmSYs1mdrvGrUR9aB9OWUOs0EDXGOY,1133
232
- telnyx/resources/networks/default_gateway.py,sha256=okhB-o-VTb4S7lagnoMPThti4QDBS0DKAdVegbYzHfI,13036
233
- telnyx/resources/networks/networks.py,sha256=8hlnb_wnXNgHzBdHSTB3m9CwNVfIrHW8QctUemjUi9g,25221
232
+ telnyx/resources/networks/default_gateway.py,sha256=a6PX1uKfEbH9G6KmYUpW87sdwUxBYfZZE0DPVseW0Yk,13030
233
+ telnyx/resources/networks/networks.py,sha256=Ww_SjJ6aj2l-Dl9lVPirJyLa-IOA0iq4LHZiZubtg8A,25161
234
234
  telnyx/resources/number_reservations/__init__.py,sha256=2vUeYMc_LL6lIzkZu1Mc_iYTP5c1J3lRsuDa0fpVIGc,1172
235
- telnyx/resources/number_reservations/actions.py,sha256=PmVaOws-NPn_ElFST54MOrrgqjFd1ze3guLriXTMnpE,6199
236
- telnyx/resources/number_reservations/number_reservations.py,sha256=3XGuHHvL-IPX25BOT6wPM0ykdFUrl5NlznrEsX6MtaM,16374
235
+ telnyx/resources/number_reservations/actions.py,sha256=ztBYKHeGvs_fgzS3PqHCoi_kZuU3bNmnnZ1nQ3XeJHg,6199
236
+ telnyx/resources/number_reservations/number_reservations.py,sha256=Pox8DTv2x-PaCWuoI6fdXxExDyMOF2lwrqwEx52mYls,16314
237
237
  telnyx/resources/operator_connect/__init__.py,sha256=9JOS3qWSGx9l6uK1HtSrE7JU9fflOJjffilejGcMMQk,1133
238
- telnyx/resources/operator_connect/actions.py,sha256=-lkHT5ZV63Ql6OtwcWTHtxhv-I3oe3m5RP8MohVfxf4,5808
238
+ telnyx/resources/operator_connect/actions.py,sha256=Avd_oVNnGdtlN_X65OX5TvPjnjD3YfNQPEpjGeh-wzM,5808
239
239
  telnyx/resources/operator_connect/operator_connect.py,sha256=EwCfCwVYecjzHmlSS7JdVJKgPwYg7T6I7bFJUnDmdrs,3972
240
240
  telnyx/resources/payment/__init__.py,sha256=EzDOQYO-nGszQg5suN7-sNGiFFU95rgtsLlqBiQTVhw,1160
241
- telnyx/resources/payment/auto_recharge_prefs.py,sha256=_mo7RQStDEOr3Njd18b8Ux6bzOc4hrB9qAxUEGmd2c4,10716
241
+ telnyx/resources/payment/auto_recharge_prefs.py,sha256=Ve-AExpcofe14vwCQNO5FQUsUlIrc0TBf4AzsurlfKE,10638
242
242
  telnyx/resources/payment/payment.py,sha256=jMVwQHMApiaMhg9mFfPjwCw-ISvR3stmomo3v_z7oS0,3980
243
243
  telnyx/resources/phone_number_blocks/__init__.py,sha256=gX2I3LXif9roUAq8XFBNgSlHFv_Isko3yN5BN_TI5RY,1121
244
- telnyx/resources/phone_number_blocks/jobs.py,sha256=fce6ei2qvFqFTs6ZpNCcpFxGVWnqrqyZiSaPkfuvqRA,14693
244
+ telnyx/resources/phone_number_blocks/jobs.py,sha256=fct7SZOHiUjEQ30E7o5QAWEMUilJwlJN9DRdQxNM8Ww,14651
245
245
  telnyx/resources/phone_number_blocks/phone_number_blocks.py,sha256=qzcim3BsiBxAmlwBlw0euA7Rrtsa9nwfQqbt6Ch8AMA,3973
246
246
  telnyx/resources/phone_numbers/__init__.py,sha256=EH9BdCk9pCSj-YAo3QzC4jZypbYDy2Rq3P2ubQ0btD0,3462
247
- telnyx/resources/phone_numbers/actions.py,sha256=QX7oEtAQZjeLvjSkQqFVUMwgDX4FF-Di65K3VYSYuKA,15761
248
- telnyx/resources/phone_numbers/csv_downloads.py,sha256=PloV4nKtPdP1VBEWqoHUfX137gzZ08L7t1kwt0RboBo,14526
249
- telnyx/resources/phone_numbers/jobs.py,sha256=PnZJ1s3HUTuM_SGb8jBZQZNycGjPV1CNbmD4Y-d-bwQ,29320
250
- telnyx/resources/phone_numbers/messaging.py,sha256=7QcmbugQ1eP2S07alE2nz2LZC0dI0dcHZPZyM35d2mk,14912
251
- telnyx/resources/phone_numbers/phone_numbers.py,sha256=qxaVRWgIOi5cOZTWpP9FiWz_ZALDZRXLNpB56cltN5Q,34093
252
- telnyx/resources/phone_numbers/voice.py,sha256=TNrPxrf4KJeWx7iV9amivQoL46Z6ZFBA6el_qsahQ40,19366
253
- telnyx/resources/phone_numbers/voicemail.py,sha256=bjW7BTNPsXYj-fPF-7SBz8V6iXdfbdKbZZB7j1jYwRM,14328
247
+ telnyx/resources/phone_numbers/actions.py,sha256=OMEbIjrHsTnWzqjB2IoCx8FTDUv2I0hOqJkj6buwmNw,15761
248
+ telnyx/resources/phone_numbers/csv_downloads.py,sha256=BWkYDmnaFtYyfChl-UzLQzsVL-KADzN7MxXJsJxnSNs,14484
249
+ telnyx/resources/phone_numbers/jobs.py,sha256=c0_VdIdZ6eT7CtUYzXXWTDUW-_3XqxRpCCAHS5VRoKA,29116
250
+ telnyx/resources/phone_numbers/messaging.py,sha256=hhSPnzTkoaSIZtyqkVjdtO_PmZ0_pI2WzR03pCYmwDc,14870
251
+ telnyx/resources/phone_numbers/phone_numbers.py,sha256=uWCoQTaNkVAJdrh2STDUq8hC9moRuYqOtfHFZ9wdNkg,33853
252
+ telnyx/resources/phone_numbers/voice.py,sha256=xBPJmLXbwsBqvJDhPQRY1652jhtury_mX3VAO2nZZVo,19162
253
+ telnyx/resources/phone_numbers/voicemail.py,sha256=ywvdYgUW2frcUfO2SX6YyPe-8U093jJw_I_RbhQkyHM,14268
254
254
  telnyx/resources/porting/__init__.py,sha256=RU_ehBaIwEgNLAD_M-atJPrJRuqlL2CeCoRozROpLTc,2072
255
- telnyx/resources/porting/events.py,sha256=1gDC8AmyLgjRKkAiKgkHQZZfxCP3p5mlBs2ILUrtQCg,13138
256
- telnyx/resources/porting/loa_configurations.py,sha256=Bi_4hkbXmqe9oixaKkLQsx1NiY4mFyf_w94YukM3j7o,31199
257
- telnyx/resources/porting/porting.py,sha256=yVDbjjyoVPgN5Y90uVr-ov5GhfbTIjOla11ijI1pDto,8715
258
- telnyx/resources/porting/reports.py,sha256=1-YLVteKHFus7rhd7kzqA-mnCmVwYbC-7I56-dXDdX4,13979
255
+ telnyx/resources/porting/events.py,sha256=X7U3JtFugzX7WDgQ-neArGO5ne48Ey-ccMjqx-hc0hM,13114
256
+ telnyx/resources/porting/loa_configurations.py,sha256=UqbWN4Jnh6FYLSEU4KwhOzpoF_GR9L5rjvHD1ApXq4w,31193
257
+ telnyx/resources/porting/porting.py,sha256=8MQKOoCLQjbInsVkSJCl884Vbip3Uzu0iSlPy0ryT9U,8715
258
+ telnyx/resources/porting/reports.py,sha256=gORoPeA-Hq-h7-hz8a4A70Ahq0JIMdZQ31OwYFhC8Qk,13955
259
259
  telnyx/resources/porting_orders/__init__.py,sha256=GrrSKuKtG_bWUoIUjT3WCt2p_JeAIegF59K7f372eAU,6560
260
- telnyx/resources/porting_orders/action_requirements.py,sha256=XnMfmcyiNoLP-vDb7wtZFwbkgAeySm06JheFXAYcj3A,12976
261
- telnyx/resources/porting_orders/actions.py,sha256=DSqzwcVJdust8DGMExLiy9iB5p-Ng1fFiTliePFRKMs,16656
262
- telnyx/resources/porting_orders/activation_jobs.py,sha256=mrHJxOeENrJFEp5kv0BqeT3fU4a1_VBhYT8B7qMIOfE,14905
263
- telnyx/resources/porting_orders/additional_documents.py,sha256=quchn1vzomvLIunzLM7DaGJ1RyLqCItYTep2WR-SGR0,16001
264
- telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=vekyS1V4Ey2BEbembXuGx8ogguk1CSJrWdSC9RNQI0c,17465
265
- telnyx/resources/porting_orders/comments.py,sha256=CyrOZARw1Q_d92c5e2VEpIYB5v3hKvW47SOENo-y-GI,10048
266
- telnyx/resources/porting_orders/phone_number_blocks.py,sha256=R6OJ170h7orrHibMRyaRJnZCjuP-d62SVaB8vljux2Y,17025
267
- telnyx/resources/porting_orders/phone_number_configurations.py,sha256=k712y4rbd5qetaNKGe5B_2TxjFuZEFCQg7k1eScUdRI,12523
268
- telnyx/resources/porting_orders/phone_number_extensions.py,sha256=I0EJvc9N3u6yFkRyywZsLQEeQ4i49kpWn7vbYjxxskQ,17651
269
- telnyx/resources/porting_orders/porting_orders.py,sha256=R9pwdwh39Vmaks0MgGF0LBN9Ge6rViy1T4ooVRRPC4c,61845
270
- telnyx/resources/porting_orders/verification_codes.py,sha256=4YCL6l0xsR3Nf4S89KAqwiuQloIES5tsIOAXhZVJbSQ,16165
260
+ telnyx/resources/porting_orders/action_requirements.py,sha256=6e3clL-JmXXtHnKl2FlYmJgkjM8YdNhUGHqJ6EEN3L4,12934
261
+ telnyx/resources/porting_orders/actions.py,sha256=ccqeqBiOr0nCzYZUV4j4TNjuMvgInUJFCD_i1xBf5ts,16632
262
+ telnyx/resources/porting_orders/activation_jobs.py,sha256=tmxG_7AOhA1qhmuoAETwfOzwieOd7P1Yh5DJRcUYIs4,14881
263
+ telnyx/resources/porting_orders/additional_documents.py,sha256=g7gAx1Yj82XxapIBtDLrKLw6xT3pHlejrxf5y4G1PGs,15941
264
+ telnyx/resources/porting_orders/associated_phone_numbers.py,sha256=rZfQtFkmqJjKsZPXukEn-t060zsVYt6Lod3mRWt4OPo,17423
265
+ telnyx/resources/porting_orders/comments.py,sha256=Laa0mkjS3_D9dZDlq9DdYDKtjaL7oIokeTICOyqY6Sc,10024
266
+ telnyx/resources/porting_orders/phone_number_blocks.py,sha256=SCRP4gkUvNd27vWjKbnifD7-nPtgVw3KmghdKNxI54o,16983
267
+ telnyx/resources/porting_orders/phone_number_configurations.py,sha256=M6HKR5AksqObihyKgJxZduXYKa4ObW2EEx7tPuYTWtE,12463
268
+ telnyx/resources/porting_orders/phone_number_extensions.py,sha256=2_N11R140E3gEzTmhlJYcCTIOIhHCRV12uPfPE7i95k,17609
269
+ telnyx/resources/porting_orders/porting_orders.py,sha256=Uh87_DMZiJIaVy8qGmYZ1G8SYJxnt2sWoPXEmiENx7U,61515
270
+ telnyx/resources/porting_orders/verification_codes.py,sha256=j-Z0M0xDcVVgpmV9QdNHbJbZnmadrnG9M0AniOMy66I,16069
271
271
  telnyx/resources/portouts/__init__.py,sha256=mX6do8iVPgKT6DoJ2fZRgCX1q4ENrqf1L3MFYGzGlW8,2587
272
- telnyx/resources/portouts/comments.py,sha256=OtXhBhvDSkrGgwHolxmCGHFQETUSWTbr3165GKYNYWE,9435
273
- telnyx/resources/portouts/events.py,sha256=8N68yZ_U8CgxCj4GED2Ak92eyXAG9MiYGH4aCTSITqI,13121
274
- telnyx/resources/portouts/portouts.py,sha256=06WkEg6wm_m1MEkko8IRGIK7c-xalQA82hgixdACazw,24312
275
- telnyx/resources/portouts/reports.py,sha256=XFIu8dcwk_q96tafGmgRJMjvVjHF34r0xM8M_tzFtGg,13951
276
- telnyx/resources/portouts/supporting_documents.py,sha256=G-buxsUYHw5SlMmydJw9MuVFVlejak4doArc1ihks80,10414
272
+ telnyx/resources/portouts/comments.py,sha256=7mWCjK7U5mjP47E6UC7Tc_7xknZCrSWZ65HvAVLjep0,9429
273
+ telnyx/resources/portouts/events.py,sha256=-cFXR0vKfB5sCP8it4nvd3nLGYNRgF2xpMjALW2A13g,13097
274
+ telnyx/resources/portouts/portouts.py,sha256=L3gaSdDNNymGVaASHpKqLbfzC3EOZ3WrmJYkuLuviaw,24252
275
+ telnyx/resources/portouts/reports.py,sha256=_bviLVJk9DC7nKCEFgHgwrM8K2r18GF820g-DkSTzwY,13927
276
+ telnyx/resources/portouts/supporting_documents.py,sha256=PLqlETSjM1W-4PvUV54sg8h8nZdcwtYODXWwcmVUBxs,10408
277
277
  telnyx/resources/queues/__init__.py,sha256=imHzIAoSCvwhKbR_NdPVytFiu9a8xmjGKTDzvj78c6o,989
278
- telnyx/resources/queues/calls.py,sha256=EamKK5tWo4X_qBGSTa5EapH02_4FMJaBD8tD6iVCdqc,10164
279
- telnyx/resources/queues/queues.py,sha256=hHLbgnYShGZ1tGnO6-zT2f5wu26ClsEaZPG1L0BDFLM,6937
278
+ telnyx/resources/queues/calls.py,sha256=A33wkOC6WU1cC7Xm25OtIpOPxA7Rv4kART_K5jepP7s,10158
279
+ telnyx/resources/queues/queues.py,sha256=zm_7gMojxayn6OiHYGezvrkBs_MYv3CPtWycG62QvwQ,6937
280
280
  telnyx/resources/recordings/__init__.py,sha256=QKXCeJ_NDUEkDXQtFJigJNZ58I1T-VHo0vj_CwuOQXg,1067
281
- telnyx/resources/recordings/actions.py,sha256=2k_yRtGVcxUtIefgxNxlnpFzRRLXttExyENm5PKFGEk,6154
282
- telnyx/resources/recordings/recordings.py,sha256=vWgy4nrkdhvwZV4Nv69yW07Y3ZfGRjWTuJ-i0zkEXyM,14905
281
+ telnyx/resources/recordings/actions.py,sha256=RuRlHxaoDeZqH5efWFE8t-74abCMGdixbcEwEKpURIo,6154
282
+ telnyx/resources/recordings/recordings.py,sha256=GCNVxO2-hl6yFj4XSF5LD26LZR_FcNGpfaiUhDKMlMk,14881
283
283
  telnyx/resources/reports/__init__.py,sha256=qk_1dlPxez7lw7AgoInNUZJ7Ri9eGaZSN3_x_2uhBpE,1703
284
- telnyx/resources/reports/cdr_usage_reports.py,sha256=isO01SzxQyh1hnBVA6i7Id_LS3LeqZLfkHivdPyharE,8513
285
- telnyx/resources/reports/mdr_usage_reports.py,sha256=v4w7JNcGFsbwW0WIWx39YmstJ00YBUJInd_jR1YFWjQ,22376
286
- telnyx/resources/reports/reports.py,sha256=EZ3IVszd9ljwe5zNU9osbZmCHCh8W9jku1N6LmQsq9E,18232
284
+ telnyx/resources/reports/cdr_usage_reports.py,sha256=n8f0FGM2yUJkuE1AlUzRKQ89kgtilyqrMoxUsElqVfo,8471
285
+ telnyx/resources/reports/mdr_usage_reports.py,sha256=GllNbFrMnz3s0b-rgaLTnPKIIeJmGjhJkyC9cg9SoaE,22298
286
+ telnyx/resources/reports/reports.py,sha256=9DZlyYmFEH9-GdhkPJts875EL5Xsw6wHXF4aXWk-Q5s,17866
287
287
  telnyx/resources/rooms/__init__.py,sha256=pL7YR_3rov5JGbgBFxD31YLNVy5zakXtiiPLjWi5etQ,1478
288
- telnyx/resources/rooms/actions.py,sha256=vNNjdmJaNqHn77L-FW6A-w5dTkpF5fNYcyYFYmmxiXc,13104
289
- telnyx/resources/rooms/rooms.py,sha256=rkPmJIMkLLizcxYdV7Qh0rhsEo6a7tKBs6gQ6_esUo8,29274
288
+ telnyx/resources/rooms/actions.py,sha256=ySpBg1sCH5CqV9G9BuyZo2lRNrrSxE7_CeR3Ci50N5o,13062
289
+ telnyx/resources/rooms/rooms.py,sha256=q9Sh-5oWMg8ue2MT7nAWqVZOIScLO_cjdJLaQSmKdJQ,28998
290
290
  telnyx/resources/rooms/sessions/__init__.py,sha256=InwPlCDvPCZdMFhpTN9kX7mJ9lfci6uhAFvoh7OQOdE,1041
291
- telnyx/resources/rooms/sessions/actions.py,sha256=14Tq0fn0900YMqCTMaRMh8qft7_uyWrrrZN3s_Qai74,19419
292
- telnyx/resources/rooms/sessions/sessions.py,sha256=MjcAgxQZadhgz6PPWYB6Cr1OO72yIwbb2noZ89b0RG4,24287
291
+ telnyx/resources/rooms/sessions/actions.py,sha256=7OgJYM_4z-w5_ix_A3dxano3PP2MuxTuElMa8E8WFng,19323
292
+ telnyx/resources/rooms/sessions/sessions.py,sha256=IYb8Ih1iIrJBjWLroNq5Gx4qCdwulSjzV8sEhIQ1DqM,24137
293
293
  telnyx/resources/sim_card_groups/__init__.py,sha256=U-6zFEn3_YN1Q6dqpD4qcAPsf55AEGrBsf_iMuPrQMo,1108
294
- telnyx/resources/sim_card_groups/actions.py,sha256=56aVwVISBhO4qu35L_lXDfpBSuilCpJoja8vVj9TBXs,28853
295
- telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=e7BXyuHSqzm1gG0agerueYWmrso1rBwylMDuYZ2sJhw,24465
294
+ telnyx/resources/sim_card_groups/actions.py,sha256=bW1L-Cgy5b-BGu7XEABdaQDeWwz1ofq2_4XM0gTAfjE,28775
295
+ telnyx/resources/sim_card_groups/sim_card_groups.py,sha256=wZZuGGY856DPZB7QeO8dCCdtOAzPyufQTnj8_wgagLY,24315
296
296
  telnyx/resources/sim_cards/__init__.py,sha256=Xfca4rp_xtgCzQpLNZu_xzEEV4IPJTxG_GvTAtxRn8M,1042
297
- telnyx/resources/sim_cards/actions.py,sha256=iTONbU5N4Y-jE9OW-SppA4jreChlPmFTGTDrBIgD24w,39628
298
- telnyx/resources/sim_cards/sim_cards.py,sha256=A1vJiDR3OoggckBbgriqR8sZtx74TMyKnBNKjSjAuDo,39456
297
+ telnyx/resources/sim_cards/actions.py,sha256=0dXwiNiQ0GntaeXT_1IjYAXDqHk3V1WQTE6_TJTdp1k,39568
298
+ telnyx/resources/sim_cards/sim_cards.py,sha256=rqj8U_5580SXQUMtSqqmpPtwnUlkO4TA0YC6HyFG5Ac,39198
299
299
  telnyx/resources/storage/__init__.py,sha256=wkopaiZqFsN-F1_kANWv2yCXu5cyy34wWvpffOmWMKU,2111
300
- telnyx/resources/storage/migration_sources.py,sha256=1rPDMluDpssziFoWnR8CVhjrsi9Apy9pD2L7Lx9-D0g,16394
301
- telnyx/resources/storage/storage.py,sha256=mhoSU1XSkRWddG0dkqBKIfTF2XiSpn8d9DWLkeV7ZL4,9060
300
+ telnyx/resources/storage/migration_sources.py,sha256=89zPfiIU_UpBl7SZseSJA81L0NeOOyrTLM6YDmnqhCk,16388
301
+ telnyx/resources/storage/storage.py,sha256=hD0xYJ0c-CYQaPeJshX6yZTcjEcYnxInWMbDbWOBvLE,9060
302
302
  telnyx/resources/storage/buckets/__init__.py,sha256=1st_6HXl1iC6YNXbGA5epZGQVzxmpcldZPXC_xnqURY,1557
303
- telnyx/resources/storage/buckets/buckets.py,sha256=NdurYRzuRzLIIJ13HXAxp5o2C4xu3EBd2BGKyE8S9K0,10210
304
- telnyx/resources/storage/buckets/ssl_certificate.py,sha256=z1A_SmjkMT_CIMPobVWCNuwT2u2xumM7CQM0b2wpFoQ,14990
305
- telnyx/resources/storage/buckets/usage.py,sha256=wM_AEbGingRSEwHed4dji8qlvYAlcB0WKFve_kDX0BQ,10378
303
+ telnyx/resources/storage/buckets/buckets.py,sha256=Kvymi8Z5I30pi-7b9Q_mCkYejAjXfCq2oaEPejZhmkg,10204
304
+ telnyx/resources/storage/buckets/ssl_certificate.py,sha256=Ry733DVAsapgP9uitNFLKzWKDuyMU63qsYcTQ5Sns3g,14966
305
+ telnyx/resources/storage/buckets/usage.py,sha256=9NZrSA22oYRK-mcatVQEjnpKEQzW2fouLhwpgvP8XQQ,10378
306
306
  telnyx/resources/storage/migrations/__init__.py,sha256=MmnevL7UJev8foZQT6wPWRXxoCWO0PvV5cvQCmN0ysY,1067
307
- telnyx/resources/storage/migrations/actions.py,sha256=uVtXxCPETbilAqlP5Z4GKbklyMmimoowydArBdv7QSo,5842
308
- telnyx/resources/storage/migrations/migrations.py,sha256=t1K-Y2QZINZ4TzNVwNHdd-odZ-zU5lwybp_NIIabhCs,14087
307
+ telnyx/resources/storage/migrations/actions.py,sha256=LxgP4DEdRzb6Q9sDdVCU68F8vBgfPs_r6fpzZYD2tG0,5842
308
+ telnyx/resources/storage/migrations/migrations.py,sha256=OgsyXLFApzFePnvMWdqY3F6oM-9YbjPRdEMY7cSNW5E,14081
309
309
  telnyx/resources/texml/__init__.py,sha256=W52xEhzyxU1VKNSUgiobUcQo_525qK01WZIXFPHBAcM,1452
310
- telnyx/resources/texml/calls.py,sha256=f4CVrBOxWbtuyoliQCYWYGq1FV4RAfkMuMt2HxWN_R4,30270
311
- telnyx/resources/texml/texml.py,sha256=X5ngD-hlm1qgnUgF8_ZKLD63pCDYp1UGKkFzusVN77g,9406
310
+ telnyx/resources/texml/calls.py,sha256=GRfZS7ERL7fa3HngUmB156_RY423-GviuErjPYaYoTk,29616
311
+ telnyx/resources/texml/texml.py,sha256=eZHlVwp_OhBEkfjFiMFOANoTPdmAPskWB30_5E2Svek,9406
312
312
  telnyx/resources/texml/accounts/__init__.py,sha256=6kk6pjNbW0ubJoL63f9jhG06qppY6V71P2FlVteDBMg,2586
313
- telnyx/resources/texml/accounts/accounts.py,sha256=EpqozFsdYcgbt-sYKqAsH3rIjvU3VtMLk7_odBVDunM,18132
313
+ telnyx/resources/texml/accounts/accounts.py,sha256=_cVWbYcCQ5Vx47SIKN-274__dmcloh5wOC_CfaBYpp4,18054
314
314
  telnyx/resources/texml/accounts/calls/__init__.py,sha256=FpRE5jgR93GXx5Cre-KG_9jxVVOjT9cJPGSBYJJKVh8,2509
315
- telnyx/resources/texml/accounts/calls/calls.py,sha256=CAqVzP1kANG6nNoIttPC1tJiiIUhdIDYk4o1mrTgCEI,63039
316
- telnyx/resources/texml/accounts/calls/recordings.py,sha256=sVOR9RLkSuYUzkfYl01ycczBvy4QKXewgePyAjuT5FU,7710
317
- telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=GDxhEzIpI8O1NqP6EnGA_ORdv_ja9xKtTbfmCozF8OY,14980
318
- telnyx/resources/texml/accounts/calls/siprec.py,sha256=E_pPpu3lzZmBLz9bnMCISz3NotnZerwAi1gjFU_IE70,7584
319
- telnyx/resources/texml/accounts/calls/streams.py,sha256=1CVOkyjY8olQA1lSrYArtmFmP0ncqpyQru-vt3VAq8c,7611
315
+ telnyx/resources/texml/accounts/calls/calls.py,sha256=7z3JdeLpPdBlhAHDhz5Tx20-hldAvkjgcposUg548jM,61863
316
+ telnyx/resources/texml/accounts/calls/recordings.py,sha256=s9TRukza9V806PammrVaObX4_2jRRKoDld8naaVA7iM,7704
317
+ telnyx/resources/texml/accounts/calls/recordings_json.py,sha256=3aBtZ0RXMK1HDVohENT1eHvTcur-AdHHUa0wc0bbaVE,14866
318
+ telnyx/resources/texml/accounts/calls/siprec.py,sha256=FdurAu5lf_by5SN6fzIXNva8tthx6CpGAaU2RIxbUSM,7578
319
+ telnyx/resources/texml/accounts/calls/streams.py,sha256=l_YnG40UlRhVcuW6l29gehTSfbxcKymkdB-CDYbC0_Y,7605
320
320
  telnyx/resources/texml/accounts/conferences/__init__.py,sha256=Wgnoin0h5qEE7gcyi5IG6fg1_vpPNUgqHkRTALFE4Zs,1145
321
- telnyx/resources/texml/accounts/conferences/conferences.py,sha256=_r0qdP2smTuTXP3PZb-UDJ1fAE6p83M9lEnNmoHyL3w,27937
322
- telnyx/resources/texml/accounts/conferences/participants.py,sha256=qGRP5WO1MTtyfhiuFcaWVphqlb9eibQ3KZl_j2vpoCY,55631
321
+ telnyx/resources/texml/accounts/conferences/conferences.py,sha256=aGPqDEeRRP4HIEzO3fLxg23RhnrEZrXbL0FhoRAktWY,27769
322
+ telnyx/resources/texml/accounts/conferences/participants.py,sha256=VDe-bZUIVk6ZOYkMIQeg1p0UaN8gFI6V4WqdgQGXBWE,54635
323
323
  telnyx/resources/texml/accounts/recordings/__init__.py,sha256=SVRbp2bcFKD_5pDdLHpTMG0ev_OhDRaSjY0htH29bTI,1028
324
- telnyx/resources/texml/accounts/recordings/json.py,sha256=7QZzc7-qzOl9nCEGfOBHyXs1-MFkibiWEZu35fDtgP0,10306
324
+ telnyx/resources/texml/accounts/recordings/json.py,sha256=bU4ZTKSDGbg0H9vRNL2nCplC8h629laiEcd56jp2FYg,10306
325
325
  telnyx/resources/texml/accounts/recordings/recordings.py,sha256=U4KNMl6dWg9TMq2MVZwFX-u93j54fTGJBVHhMkwL47s,3693
326
326
  telnyx/resources/texml/accounts/transcriptions/__init__.py,sha256=kK93xbvNfgmvFbNBx8hFhBUaN8MjMV_lqXwwSxkFFyw,1080
327
- telnyx/resources/texml/accounts/transcriptions/json.py,sha256=Wv2wLsAuj17qgJEIydFVrZyG6TAzLwrlh24fAZhWbPo,11140
327
+ telnyx/resources/texml/accounts/transcriptions/json.py,sha256=aNZ8Xs2DL4eOkY_SbmXWv9bR9sCoYofIFyy9jp2deBY,11140
328
328
  telnyx/resources/texml/accounts/transcriptions/transcriptions.py,sha256=f-muckAP2-ICXQca61pLidbAClp50Ib6wlSy_LmTB0I,3837
329
329
  telnyx/resources/verifications/__init__.py,sha256=0d5jEBzFbPYP_BkSJYXPUq4e49Qs8gANqMwl3lbzLKk,1649
330
- telnyx/resources/verifications/actions.py,sha256=LYvQKg7BXTq9Mn6gqDXKZFneCzszLuJ_WDZ1zBmMKyY,7378
331
- telnyx/resources/verifications/verifications.py,sha256=qsAwM09C283rlnG9CRxc6Di981RfmdcddhlcRxsoKrA,22033
330
+ telnyx/resources/verifications/actions.py,sha256=_D0F6ED2ttzU6T68ySJ9OOcrNcUn3WE52xLYaSwbrk0,7354
331
+ telnyx/resources/verifications/verifications.py,sha256=47d0VNbng3lgTmd_lqtmlAKSL1y5Oo7YhI7hH8thW9E,21955
332
332
  telnyx/resources/verifications/by_phone_number/__init__.py,sha256=XBZbrhLQcba0yXsna85uuKsyUktgarFS8J0NZo8wwjY,1108
333
- telnyx/resources/verifications/by_phone_number/actions.py,sha256=mqwl1l_zTDPeeVgP9B2J3aPuHEffZ1T9t2pww1CKMTU,7249
334
- telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=hq5ajOHy-FnAdAFPxgGFnVkybLpbEVt3ON7KSuVhveU,7503
333
+ telnyx/resources/verifications/by_phone_number/actions.py,sha256=JjjT0W5JweJ_apG7dpUHNPc6RBawK0OEOk0snphoRL4,7249
334
+ telnyx/resources/verifications/by_phone_number/by_phone_number.py,sha256=dBdozSkMvC5R2eVSPDi29gInS_6_weAazZL_d7uKKx8,7503
335
335
  telnyx/resources/verified_numbers/__init__.py,sha256=wv46Dyovmqk8vDqAw5gP_W5KTLZTzTv7tRJhr0rD42M,1133
336
- telnyx/resources/verified_numbers/actions.py,sha256=bHUeXvok5-jqGtF7Hvem1_8m-UHK6mCJjfl6z81s3e4,6896
337
- telnyx/resources/verified_numbers/verified_numbers.py,sha256=evCpg4XTmWzO8mog7GCgXWdQw-FbnDrh-h--3yWLYbw,18164
336
+ telnyx/resources/verified_numbers/actions.py,sha256=spwbZ3MpLRCfBYL9Iqs96_vxUWkeVk1J6Tqtd3c5EmI,6896
337
+ telnyx/resources/verified_numbers/verified_numbers.py,sha256=T6kljG-9NBr9Q0Q1jGHn4pkCLU_b-avX1wzAu5KrYo0,18158
338
338
  telnyx/resources/wireless/__init__.py,sha256=fEZwFm-3jI908Ui2_pT-S-3Titgg1vs7uFjzK4p406M,1212
339
- telnyx/resources/wireless/detail_records_reports.py,sha256=73b10ZJJYsNwTdqA5bee4Q3_TG3WTskTkg4mPsM1jOc,17982
340
- telnyx/resources/wireless/wireless.py,sha256=NQKcHQh4AoB4VrJRsgP3KGIH64bJmwAXFLRK7ZR1AX8,8176
339
+ telnyx/resources/wireless/detail_records_reports.py,sha256=y6UEeAZVH4Wx8ddjiLNtWWQmxZ4XC25t9U8a8oX4o4M,17922
340
+ telnyx/resources/wireless/wireless.py,sha256=YFhowq4mQXRL0dPhHoMWIit_zZTaXWkh1uje13Zpng0,8176
341
341
  telnyx/types/__init__.py,sha256=hyTU05fB_aKPVhAAiA9WGNnl9RTGvl9Lu4MVxHTeDps,96788
342
342
  telnyx/types/access_ip_address_create_params.py,sha256=qd_T7W_K4XiVIdsJLbsS5U9Qlf3_m0DT677n5Tqdvm8,329
343
343
  telnyx/types/access_ip_address_list_params.py,sha256=3sWF6U18lHT3y0fGouO8qCznMlvEyW5PRGx_pItEeLo,1870
@@ -665,7 +665,7 @@ telnyx/types/global_ip_health_check_list_response.py,sha256=zeuhpCPQ7mpIge9fiKMr
665
665
  telnyx/types/global_ip_health_check_retrieve_response.py,sha256=I23wikVzaIBMmepMOv-zH6vI5rvnoyrOQHfu6rJOkjQ,707
666
666
  telnyx/types/global_ip_health_check_type_list_response.py,sha256=8FYPCA-KZic37D9197aQn0tTCX2qN2wZ_7_zyK8ygRo,609
667
667
  telnyx/types/global_ip_latency_retrieve_params.py,sha256=kq-h9uZDA5Orqf3Uf-CofKRDQea2HKWyKr91pO4mUZo,894
668
- telnyx/types/global_ip_latency_retrieve_response.py,sha256=0W_ILIWvVowj4ywibFMf3-hOIwvpKCDeGnGNc1F7sas,3642
668
+ telnyx/types/global_ip_latency_retrieve_response.py,sha256=s0ZPrSqjuEsqp5EbUBXwKhRqrU3ELCPJRwbNbWZfL4o,3621
669
669
  telnyx/types/global_ip_list_params.py,sha256=REdqj6idyXZUk5Y7Rju1s0IwSoSp4XX-o7Zz1cEjS14,511
670
670
  telnyx/types/global_ip_list_response.py,sha256=RmDl1wxjCFGvWthfTLHQxDkVEGPV7hA7WXnCPnRxnN4,868
671
671
  telnyx/types/global_ip_protocol_list_response.py,sha256=rc1nYUw5WRbn5lcE_nMy-WjeG4JAyicaeiBCN3QVzZE,547
@@ -1940,7 +1940,7 @@ telnyx/types/wireless/detail_records_report_list_params.py,sha256=cfjsh4L_8mpDkg
1940
1940
  telnyx/types/wireless/detail_records_report_list_response.py,sha256=S_6nD0fm5EseRIZHnML-UN0-g8Q_0J1cXfg_eLNUev8,331
1941
1941
  telnyx/types/wireless/detail_records_report_retrieve_response.py,sha256=f0C8z8uo_QeCyi3nSDME4f4F3vqcy7o0MpinwDIqe_s,327
1942
1942
  telnyx/types/wireless/wdr_report.py,sha256=bxRr-dc_IW6D0E3i_PUHK-bbu9w114Qql1uoJ_znxEE,1068
1943
- telnyx-3.4.0a0.dist-info/METADATA,sha256=6BfitqSJEaR6ydl11QlliZParzHy73sUrHkDf5Aw948,14160
1944
- telnyx-3.4.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
1945
- telnyx-3.4.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
1946
- telnyx-3.4.0a0.dist-info/RECORD,,
1943
+ telnyx-3.5.0a0.dist-info/METADATA,sha256=TK9pKrjCS0va3OiWce55E-Gn107nkTVOLjgUO338aPE,15544
1944
+ telnyx-3.5.0a0.dist-info/WHEEL,sha256=C2FUgwZgiLbznR-k0b_5k3Ai_1aASOXDss3lzCUsUug,87
1945
+ telnyx-3.5.0a0.dist-info/licenses/LICENSE,sha256=PprdXvskBJR41_t2uhgs5rHYGME_Ek-lh2PAxKtdZs8,1046
1946
+ telnyx-3.5.0a0.dist-info/RECORD,,