telnyx 3.4.0a0__py3-none-any.whl → 3.6.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 (368) hide show
  1. telnyx/__init__.py +3 -1
  2. telnyx/_base_client.py +9 -9
  3. telnyx/_client.py +88 -36
  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/__init__.py +70 -0
  11. telnyx/resources/access_ip_address.py +15 -15
  12. telnyx/resources/access_ip_ranges.py +13 -13
  13. telnyx/resources/actions/purchase.py +13 -13
  14. telnyx/resources/actions/register.py +9 -9
  15. telnyx/resources/addresses/actions.py +13 -13
  16. telnyx/resources/addresses/addresses.py +33 -35
  17. telnyx/resources/advanced_orders.py +41 -45
  18. telnyx/resources/ai/ai.py +7 -7
  19. telnyx/resources/ai/assistants/assistants.py +89 -89
  20. telnyx/resources/ai/assistants/canary_deploys.py +9 -9
  21. telnyx/resources/ai/assistants/scheduled_events.py +21 -21
  22. telnyx/resources/ai/assistants/tests/runs.py +13 -13
  23. telnyx/resources/ai/assistants/tests/test_suites/runs.py +13 -13
  24. telnyx/resources/ai/assistants/tests/test_suites/test_suites.py +3 -3
  25. telnyx/resources/ai/assistants/tests/tests.py +43 -43
  26. telnyx/resources/ai/assistants/tools.py +7 -7
  27. telnyx/resources/ai/assistants/versions.py +45 -45
  28. telnyx/resources/ai/audio.py +11 -11
  29. telnyx/resources/ai/chat.py +47 -47
  30. telnyx/resources/ai/clusters.py +27 -27
  31. telnyx/resources/ai/conversations/conversations.py +179 -45
  32. telnyx/resources/ai/conversations/insight_groups/insight_groups.py +23 -23
  33. telnyx/resources/ai/conversations/insight_groups/insights.py +5 -5
  34. telnyx/resources/ai/conversations/insights.py +25 -25
  35. telnyx/resources/ai/conversations/messages.py +3 -136
  36. telnyx/resources/ai/embeddings/buckets.py +7 -7
  37. telnyx/resources/ai/embeddings/embeddings.py +23 -23
  38. telnyx/resources/ai/fine_tuning/jobs.py +13 -13
  39. telnyx/resources/audit_events.py +9 -9
  40. telnyx/resources/authentication_providers.py +29 -29
  41. telnyx/resources/available_phone_number_blocks.py +5 -5
  42. telnyx/resources/available_phone_numbers.py +5 -5
  43. telnyx/resources/balance.py +3 -3
  44. telnyx/resources/billing_groups.py +17 -17
  45. telnyx/resources/brand/brand.py +113 -113
  46. telnyx/resources/brand/external_vetting.py +9 -9
  47. telnyx/resources/bulk_sim_card_actions.py +11 -11
  48. telnyx/resources/bundle_pricing/billing_bundles.py +13 -13
  49. telnyx/resources/bundle_pricing/user_bundles.py +35 -35
  50. telnyx/resources/call_control_applications.py +63 -67
  51. telnyx/resources/call_events.py +7 -7
  52. telnyx/resources/calls/actions.py +695 -697
  53. telnyx/resources/calls/calls.py +101 -107
  54. telnyx/resources/campaign/campaign.py +47 -47
  55. telnyx/resources/campaign/osr.py +3 -3
  56. telnyx/resources/campaign/usecase.py +3 -3
  57. telnyx/resources/campaign_builder/brand.py +3 -3
  58. telnyx/resources/campaign_builder/campaign_builder.py +67 -67
  59. telnyx/resources/channel_zones.py +7 -7
  60. telnyx/resources/charges_breakdown.py +7 -7
  61. telnyx/resources/charges_summary.py +3 -3
  62. telnyx/resources/comments.py +17 -17
  63. telnyx/resources/conferences/actions.py +121 -137
  64. telnyx/resources/conferences/conferences.py +37 -41
  65. telnyx/resources/connections.py +15 -15
  66. telnyx/resources/country_coverage.py +5 -5
  67. telnyx/resources/credential_connections/actions.py +3 -3
  68. telnyx/resources/credential_connections/credential_connections.py +95 -95
  69. telnyx/resources/custom_storage_credentials.py +9 -9
  70. telnyx/resources/customer_service_records.py +19 -19
  71. telnyx/resources/detail_records.py +9 -9
  72. telnyx/resources/dialogflow_connections.py +25 -25
  73. telnyx/resources/document_links.py +7 -7
  74. telnyx/resources/documents.py +45 -45
  75. telnyx/resources/dynamic_emergency_addresses.py +23 -23
  76. telnyx/resources/dynamic_emergency_endpoints.py +13 -13
  77. telnyx/resources/enum.py +3 -3
  78. telnyx/resources/external_connections/civic_addresses.py +7 -7
  79. telnyx/resources/external_connections/external_connections.py +41 -41
  80. telnyx/resources/external_connections/log_messages.py +11 -11
  81. telnyx/resources/external_connections/phone_numbers.py +13 -13
  82. telnyx/resources/external_connections/releases.py +9 -9
  83. telnyx/resources/external_connections/uploads.py +25 -27
  84. telnyx/resources/fax_applications.py +47 -47
  85. telnyx/resources/faxes/actions.py +5 -5
  86. telnyx/resources/faxes/faxes.py +35 -35
  87. telnyx/resources/fqdn_connections.py +93 -93
  88. telnyx/resources/fqdns.py +25 -25
  89. telnyx/resources/global_ip_allowed_ports.py +3 -3
  90. telnyx/resources/global_ip_assignment_health.py +5 -5
  91. telnyx/resources/global_ip_assignments.py +19 -19
  92. telnyx/resources/global_ip_assignments_usage.py +5 -5
  93. telnyx/resources/global_ip_health_check_types.py +3 -3
  94. telnyx/resources/global_ip_health_checks.py +17 -17
  95. telnyx/resources/global_ip_latency.py +5 -5
  96. telnyx/resources/global_ip_protocols.py +3 -3
  97. telnyx/resources/global_ip_usage.py +5 -5
  98. telnyx/resources/global_ips.py +17 -17
  99. telnyx/resources/inbound_channels.py +5 -5
  100. telnyx/resources/integration_secrets.py +17 -17
  101. telnyx/resources/inventory_coverage.py +5 -5
  102. telnyx/resources/invoices.py +11 -11
  103. telnyx/resources/ip_connections.py +93 -93
  104. telnyx/resources/ips.py +23 -23
  105. telnyx/resources/ledger_billing_group_reports.py +9 -9
  106. telnyx/resources/legacy/__init__.py +33 -0
  107. telnyx/resources/legacy/legacy.py +102 -0
  108. telnyx/resources/legacy/reporting/__init__.py +47 -0
  109. telnyx/resources/legacy/reporting/batch_detail_records/__init__.py +61 -0
  110. telnyx/resources/legacy/reporting/batch_detail_records/batch_detail_records.py +166 -0
  111. telnyx/resources/legacy/reporting/batch_detail_records/messaging.py +481 -0
  112. telnyx/resources/legacy/reporting/batch_detail_records/speech_to_text.py +399 -0
  113. telnyx/resources/legacy/reporting/batch_detail_records/voice.py +538 -0
  114. telnyx/resources/legacy/reporting/reporting.py +134 -0
  115. telnyx/resources/legacy/reporting/usage_reports/__init__.py +61 -0
  116. telnyx/resources/legacy/reporting/usage_reports/messaging.py +471 -0
  117. telnyx/resources/legacy/reporting/usage_reports/number_lookup.py +464 -0
  118. telnyx/resources/legacy/reporting/usage_reports/usage_reports.py +288 -0
  119. telnyx/resources/legacy/reporting/usage_reports/voice.py +493 -0
  120. telnyx/resources/list.py +5 -5
  121. telnyx/resources/managed_accounts/actions.py +7 -7
  122. telnyx/resources/managed_accounts/managed_accounts.py +33 -33
  123. telnyx/resources/media.py +23 -23
  124. telnyx/resources/messages/messages.py +121 -121
  125. telnyx/resources/messages/rcs.py +7 -7
  126. telnyx/resources/messaging/rcs/agents.py +15 -15
  127. telnyx/resources/messaging/rcs/rcs.py +7 -7
  128. telnyx/resources/messaging_hosted_number_orders/actions.py +7 -7
  129. telnyx/resources/messaging_hosted_number_orders/messaging_hosted_number_orders.py +21 -21
  130. telnyx/resources/messaging_hosted_numbers.py +3 -3
  131. telnyx/resources/messaging_numbers_bulk_updates.py +5 -5
  132. telnyx/resources/messaging_optouts.py +11 -11
  133. telnyx/resources/messaging_profiles/autoresp_configs.py +21 -21
  134. telnyx/resources/messaging_profiles/messaging_profiles.py +73 -73
  135. telnyx/resources/messaging_tollfree/verification/requests.py +27 -27
  136. telnyx/resources/messaging_url_domains.py +5 -5
  137. telnyx/resources/messsages.py +11 -11
  138. telnyx/resources/mobile_network_operators.py +7 -7
  139. telnyx/resources/mobile_push_credentials.py +23 -23
  140. telnyx/resources/network_coverage.py +9 -9
  141. telnyx/resources/networks/default_gateway.py +9 -9
  142. telnyx/resources/networks/networks.py +21 -21
  143. telnyx/resources/notification_channels.py +27 -27
  144. telnyx/resources/notification_event_conditions.py +7 -7
  145. telnyx/resources/notification_events.py +5 -5
  146. telnyx/resources/notification_profiles.py +17 -17
  147. telnyx/resources/notification_settings.py +21 -21
  148. telnyx/resources/number_block_orders.py +17 -17
  149. telnyx/resources/number_lookup.py +5 -5
  150. telnyx/resources/number_order_phone_numbers.py +13 -13
  151. telnyx/resources/number_orders.py +27 -27
  152. telnyx/resources/number_reservations/actions.py +3 -3
  153. telnyx/resources/number_reservations/number_reservations.py +15 -15
  154. telnyx/resources/numbers_features.py +3 -3
  155. telnyx/resources/oauth.py +855 -0
  156. telnyx/resources/oauth_clients.py +711 -0
  157. telnyx/resources/oauth_grants.py +349 -0
  158. telnyx/resources/operator_connect/actions.py +3 -3
  159. telnyx/resources/ota_updates.py +9 -9
  160. telnyx/resources/outbound_voice_profiles.py +65 -65
  161. telnyx/resources/partner_campaigns.py +25 -25
  162. telnyx/resources/payment/auto_recharge_prefs.py +15 -15
  163. telnyx/resources/phone_number_assignment_by_profile.py +15 -15
  164. telnyx/resources/phone_number_blocks/jobs.py +13 -13
  165. telnyx/resources/phone_number_campaigns.py +19 -19
  166. telnyx/resources/phone_numbers/actions.py +7 -7
  167. telnyx/resources/phone_numbers/csv_downloads.py +13 -13
  168. telnyx/resources/phone_numbers/jobs.py +47 -35
  169. telnyx/resources/phone_numbers/messaging.py +13 -13
  170. telnyx/resources/phone_numbers/phone_numbers.py +39 -39
  171. telnyx/resources/phone_numbers/voice.py +31 -31
  172. telnyx/resources/phone_numbers/voicemail.py +15 -15
  173. telnyx/resources/phone_numbers_regulatory_requirements.py +5 -5
  174. telnyx/resources/portability_checks.py +5 -5
  175. telnyx/resources/porting/events.py +11 -11
  176. telnyx/resources/porting/loa_configurations.py +17 -17
  177. telnyx/resources/porting/porting.py +3 -3
  178. telnyx/resources/porting/reports.py +11 -11
  179. telnyx/resources/porting_orders/action_requirements.py +11 -11
  180. telnyx/resources/porting_orders/actions.py +13 -13
  181. telnyx/resources/porting_orders/activation_jobs.py +11 -11
  182. telnyx/resources/porting_orders/additional_documents.py +15 -15
  183. telnyx/resources/porting_orders/associated_phone_numbers.py +13 -13
  184. telnyx/resources/porting_orders/comments.py +9 -9
  185. telnyx/resources/porting_orders/phone_number_blocks.py +13 -13
  186. telnyx/resources/porting_orders/phone_number_configurations.py +13 -13
  187. telnyx/resources/porting_orders/phone_number_extensions.py +13 -13
  188. telnyx/resources/porting_orders/porting_orders.py +79 -67
  189. telnyx/resources/porting_orders/verification_codes.py +19 -19
  190. telnyx/resources/porting_phone_numbers.py +7 -7
  191. telnyx/resources/portouts/comments.py +7 -7
  192. telnyx/resources/portouts/events.py +11 -11
  193. telnyx/resources/portouts/portouts.py +17 -17
  194. telnyx/resources/portouts/reports.py +11 -11
  195. telnyx/resources/portouts/supporting_documents.py +7 -7
  196. telnyx/resources/private_wireless_gateways.py +25 -25
  197. telnyx/resources/public_internet_gateways.py +19 -19
  198. telnyx/resources/queues/calls.py +7 -7
  199. telnyx/resources/queues/queues.py +3 -3
  200. telnyx/resources/recording_transcriptions.py +7 -7
  201. telnyx/resources/recordings/actions.py +3 -3
  202. telnyx/resources/recordings/recordings.py +11 -11
  203. telnyx/resources/regions.py +3 -3
  204. telnyx/resources/regulatory_requirements.py +5 -5
  205. telnyx/resources/reports/cdr_usage_reports.py +9 -9
  206. telnyx/resources/reports/mdr_usage_reports.py +21 -21
  207. telnyx/resources/reports/reports.py +47 -47
  208. telnyx/resources/requirement_groups.py +23 -23
  209. telnyx/resources/requirement_types.py +9 -11
  210. telnyx/resources/requirements.py +11 -11
  211. telnyx/resources/room_compositions.py +27 -27
  212. telnyx/resources/room_participants.py +9 -9
  213. telnyx/resources/room_recordings.py +17 -17
  214. telnyx/resources/rooms/actions.py +11 -11
  215. telnyx/resources/rooms/rooms.py +43 -43
  216. telnyx/resources/rooms/sessions/actions.py +21 -21
  217. telnyx/resources/rooms/sessions/sessions.py +27 -27
  218. telnyx/resources/seti.py +5 -5
  219. telnyx/resources/short_codes.py +11 -11
  220. telnyx/resources/sim_card_data_usage_notifications.py +21 -21
  221. telnyx/resources/sim_card_groups/actions.py +23 -23
  222. telnyx/resources/sim_card_groups/sim_card_groups.py +29 -29
  223. telnyx/resources/sim_card_order_preview.py +3 -3
  224. telnyx/resources/sim_card_orders.py +11 -11
  225. telnyx/resources/sim_cards/actions.py +27 -27
  226. telnyx/resources/sim_cards/sim_cards.py +48 -47
  227. telnyx/resources/siprec_connectors.py +13 -13
  228. telnyx/resources/storage/buckets/buckets.py +5 -5
  229. telnyx/resources/storage/buckets/ssl_certificate.py +11 -11
  230. telnyx/resources/storage/buckets/usage.py +5 -5
  231. telnyx/resources/storage/migration_sources.py +11 -11
  232. telnyx/resources/storage/migrations/actions.py +3 -3
  233. telnyx/resources/storage/migrations/migrations.py +9 -9
  234. telnyx/resources/storage/storage.py +3 -3
  235. telnyx/resources/sub_number_orders.py +17 -17
  236. telnyx/resources/sub_number_orders_report.py +19 -19
  237. telnyx/resources/telephony_credentials.py +31 -31
  238. telnyx/resources/texml/accounts/accounts.py +15 -15
  239. telnyx/resources/texml/accounts/calls/calls.py +145 -145
  240. telnyx/resources/texml/accounts/calls/recordings.py +5 -5
  241. telnyx/resources/texml/accounts/calls/recordings_json.py +19 -19
  242. telnyx/resources/texml/accounts/calls/siprec.py +5 -5
  243. telnyx/resources/texml/accounts/calls/streams.py +5 -5
  244. telnyx/resources/texml/accounts/conferences/conferences.py +31 -31
  245. telnyx/resources/texml/accounts/conferences/participants.py +123 -123
  246. telnyx/resources/texml/accounts/recordings/json.py +5 -5
  247. telnyx/resources/texml/accounts/transcriptions/json.py +5 -5
  248. telnyx/resources/texml/calls.py +79 -79
  249. telnyx/resources/texml/texml.py +3 -3
  250. telnyx/resources/texml_applications.py +65 -65
  251. telnyx/resources/text_to_speech.py +9 -9
  252. telnyx/resources/usage_reports.py +27 -27
  253. telnyx/resources/user_addresses.py +29 -31
  254. telnyx/resources/user_tags.py +5 -5
  255. telnyx/resources/verifications/actions.py +7 -7
  256. telnyx/resources/verifications/by_phone_number/actions.py +3 -3
  257. telnyx/resources/verifications/by_phone_number/by_phone_number.py +3 -3
  258. telnyx/resources/verifications/verifications.py +29 -19
  259. telnyx/resources/verified_numbers/actions.py +3 -3
  260. telnyx/resources/verified_numbers/verified_numbers.py +11 -11
  261. telnyx/resources/verify_profiles.py +226 -44
  262. telnyx/resources/virtual_cross_connects.py +45 -45
  263. telnyx/resources/virtual_cross_connects_coverage.py +9 -9
  264. telnyx/resources/webhook_deliveries.py +9 -9
  265. telnyx/resources/well_known.py +198 -0
  266. telnyx/resources/wireguard_interfaces.py +17 -17
  267. telnyx/resources/wireguard_peers.py +21 -21
  268. telnyx/resources/wireless/detail_records_reports.py +17 -17
  269. telnyx/resources/wireless/wireless.py +3 -3
  270. telnyx/resources/wireless_blocklist_values.py +3 -3
  271. telnyx/resources/wireless_blocklists.py +27 -27
  272. telnyx/types/__init__.py +40 -0
  273. telnyx/types/ai/__init__.py +1 -0
  274. telnyx/types/ai/{conversations/message_create_params.py → conversation_add_message_params.py} +4 -4
  275. telnyx/types/ai/conversations/__init__.py +0 -1
  276. telnyx/types/ai/inference_embedding_webhook_tool_params.py +2 -0
  277. telnyx/types/ai/inference_embedding_webhook_tool_params_param.py +2 -0
  278. telnyx/types/call_dial_params.py +2 -3
  279. telnyx/types/calls/action_answer_params.py +1 -2
  280. telnyx/types/calls/action_gather_using_ai_params.py +5 -8
  281. telnyx/types/calls/action_start_streaming_params.py +4 -2
  282. telnyx/types/calls/action_transfer_params.py +50 -0
  283. telnyx/types/campaign_submit_appeal_response.py +0 -3
  284. telnyx/types/global_ip_latency_retrieve_response.py +7 -7
  285. telnyx/types/legacy/__init__.py +3 -0
  286. telnyx/types/legacy/reporting/__init__.py +10 -0
  287. telnyx/types/legacy/reporting/batch_detail_records/__init__.py +20 -0
  288. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_params.py +77 -0
  289. telnyx/types/legacy/reporting/batch_detail_records/messaging_create_response.py +68 -0
  290. telnyx/types/legacy/reporting/batch_detail_records/messaging_delete_response.py +68 -0
  291. telnyx/types/legacy/reporting/batch_detail_records/messaging_list_response.py +80 -0
  292. telnyx/types/legacy/reporting/batch_detail_records/messaging_retrieve_response.py +68 -0
  293. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_params.py +19 -0
  294. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_create_response.py +31 -0
  295. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_delete_response.py +31 -0
  296. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_list_response.py +31 -0
  297. telnyx/types/legacy/reporting/batch_detail_records/speech_to_text_retrieve_response.py +31 -0
  298. telnyx/types/legacy/reporting/batch_detail_records/voice_create_params.py +79 -0
  299. telnyx/types/legacy/reporting/batch_detail_records/voice_create_response.py +91 -0
  300. telnyx/types/legacy/reporting/batch_detail_records/voice_delete_response.py +91 -0
  301. telnyx/types/legacy/reporting/batch_detail_records/voice_list_response.py +102 -0
  302. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_fields_response.py +23 -0
  303. telnyx/types/legacy/reporting/batch_detail_records/voice_retrieve_response.py +91 -0
  304. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_params.py +17 -0
  305. telnyx/types/legacy/reporting/usage_report_retrieve_speech_to_text_response.py +11 -0
  306. telnyx/types/legacy/reporting/usage_reports/__init__.py +18 -0
  307. telnyx/types/legacy/reporting/usage_reports/messaging_create_params.py +29 -0
  308. telnyx/types/legacy/reporting/usage_reports/messaging_create_response.py +43 -0
  309. telnyx/types/legacy/reporting/usage_reports/messaging_delete_response.py +43 -0
  310. telnyx/types/legacy/reporting/usage_reports/messaging_list_params.py +15 -0
  311. telnyx/types/legacy/reporting/usage_reports/messaging_list_response.py +54 -0
  312. telnyx/types/legacy/reporting/usage_reports/messaging_retrieve_response.py +43 -0
  313. telnyx/types/legacy/reporting/usage_reports/number_lookup_create_params.py +26 -0
  314. telnyx/types/legacy/reporting/usage_reports/number_lookup_list_params.py +13 -0
  315. telnyx/types/legacy/reporting/usage_reports/voice_create_params.py +40 -0
  316. telnyx/types/legacy/reporting/usage_reports/voice_create_response.py +48 -0
  317. telnyx/types/legacy/reporting/usage_reports/voice_delete_response.py +48 -0
  318. telnyx/types/legacy/reporting/usage_reports/voice_list_params.py +15 -0
  319. telnyx/types/legacy/reporting/usage_reports/voice_list_response.py +59 -0
  320. telnyx/types/legacy/reporting/usage_reports/voice_retrieve_response.py +48 -0
  321. telnyx/types/number_order_status_update_webhook_event.py +30 -4
  322. telnyx/types/oauth_client_create_params.py +39 -0
  323. telnyx/types/oauth_client_create_response.py +63 -0
  324. telnyx/types/oauth_client_list_params.py +38 -0
  325. telnyx/types/oauth_client_list_response.py +79 -0
  326. telnyx/types/oauth_client_retrieve_response.py +63 -0
  327. telnyx/types/oauth_client_update_params.py +36 -0
  328. telnyx/types/oauth_client_update_response.py +63 -0
  329. telnyx/types/oauth_grant_delete_response.py +33 -0
  330. telnyx/types/oauth_grant_list_params.py +17 -0
  331. telnyx/types/oauth_grant_list_response.py +49 -0
  332. telnyx/types/oauth_grant_retrieve_response.py +33 -0
  333. telnyx/types/oauth_grants_params.py +15 -0
  334. telnyx/types/oauth_grants_response.py +10 -0
  335. telnyx/types/oauth_introspect_params.py +12 -0
  336. telnyx/types/oauth_introspect_response.py +30 -0
  337. telnyx/types/oauth_register_params.py +39 -0
  338. telnyx/types/oauth_register_response.py +45 -0
  339. telnyx/types/oauth_retrieve_authorize_params.py +30 -0
  340. telnyx/types/oauth_retrieve_jwks_response.py +25 -0
  341. telnyx/types/oauth_retrieve_response.py +47 -0
  342. telnyx/types/oauth_token_params.py +33 -0
  343. telnyx/types/oauth_token_response.py +25 -0
  344. telnyx/types/phone_number_delete_response.py +7 -0
  345. telnyx/types/phone_number_detailed.py +7 -0
  346. telnyx/types/phone_number_list_params.py +6 -0
  347. telnyx/types/phone_numbers/job_update_batch_params.py +7 -0
  348. telnyx/types/porting_order.py +3 -0
  349. telnyx/types/porting_order_create_params.py +3 -0
  350. telnyx/types/porting_order_list_params.py +52 -31
  351. telnyx/types/porting_order_update_params.py +2 -0
  352. telnyx/types/porting_orders/phone_number_configuration_list_params.py +19 -19
  353. telnyx/types/shared/simple_sim_card.py +15 -0
  354. telnyx/types/sim_card.py +12 -0
  355. telnyx/types/sim_card_update_params.py +2 -1
  356. telnyx/types/stream_bidirectional_codec.py +1 -1
  357. telnyx/types/stream_codec.py +1 -1
  358. telnyx/types/verification_trigger_call_params.py +7 -0
  359. telnyx/types/verify_profile_create_template_params.py +12 -0
  360. telnyx/types/verify_profile_create_template_response.py +17 -0
  361. telnyx/types/verify_profile_update_template_params.py +12 -0
  362. telnyx/types/verify_profile_update_template_response.py +17 -0
  363. telnyx/types/well_known_retrieve_authorization_server_metadata_response.py +42 -0
  364. telnyx/types/well_known_retrieve_protected_resource_metadata_response.py +15 -0
  365. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/METADATA +58 -17
  366. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/RECORD +368 -286
  367. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/WHEEL +0 -0
  368. {telnyx-3.4.0a0.dist-info → telnyx-3.6.0a0.dist-info}/licenses/LICENSE +0 -0
@@ -6,7 +6,7 @@ from typing import Union
6
6
 
7
7
  import httpx
8
8
 
9
- from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven
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
@@ -49,14 +49,14 @@ class InsightsResource(SyncAPIResource):
49
49
  *,
50
50
  instructions: str,
51
51
  name: str,
52
- json_schema: Union[str, object] | NotGiven = NOT_GIVEN,
53
- webhook: str | NotGiven = NOT_GIVEN,
52
+ json_schema: Union[str, object] | Omit = omit,
53
+ webhook: str | 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 = NOT_GIVEN,
59
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
60
60
  ) -> InsightTemplateDetail:
61
61
  """
62
62
  Create a new insight
@@ -98,7 +98,7 @@ class InsightsResource(SyncAPIResource):
98
98
  extra_headers: Headers | None = None,
99
99
  extra_query: Query | None = None,
100
100
  extra_body: Body | None = None,
101
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
101
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
102
102
  ) -> InsightTemplateDetail:
103
103
  """
104
104
  Get insight by ID
@@ -128,16 +128,16 @@ class InsightsResource(SyncAPIResource):
128
128
  self,
129
129
  insight_id: str,
130
130
  *,
131
- instructions: str | NotGiven = NOT_GIVEN,
132
- json_schema: Union[str, object] | NotGiven = NOT_GIVEN,
133
- name: str | NotGiven = NOT_GIVEN,
134
- webhook: str | NotGiven = NOT_GIVEN,
131
+ instructions: str | Omit = omit,
132
+ json_schema: Union[str, object] | Omit = omit,
133
+ name: str | Omit = omit,
134
+ webhook: str | Omit = omit,
135
135
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
136
136
  # The extra values given here take precedence over values defined on the client or passed to this method.
137
137
  extra_headers: Headers | None = None,
138
138
  extra_query: Query | None = None,
139
139
  extra_body: Body | None = None,
140
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
140
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
141
141
  ) -> InsightTemplateDetail:
142
142
  """
143
143
  Update an insight template
@@ -175,13 +175,13 @@ class InsightsResource(SyncAPIResource):
175
175
  def list(
176
176
  self,
177
177
  *,
178
- page: insight_list_params.Page | NotGiven = NOT_GIVEN,
178
+ page: insight_list_params.Page | Omit = omit,
179
179
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
180
180
  # The extra values given here take precedence over values defined on the client or passed to this method.
181
181
  extra_headers: Headers | None = None,
182
182
  extra_query: Query | None = None,
183
183
  extra_body: Body | None = None,
184
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
184
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
185
185
  ) -> InsightListResponse:
186
186
  """Get all insights
187
187
 
@@ -220,7 +220,7 @@ class InsightsResource(SyncAPIResource):
220
220
  extra_headers: Headers | None = None,
221
221
  extra_query: Query | None = None,
222
222
  extra_body: Body | None = None,
223
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
223
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
224
224
  ) -> object:
225
225
  """
226
226
  Delete insight by ID
@@ -272,14 +272,14 @@ class AsyncInsightsResource(AsyncAPIResource):
272
272
  *,
273
273
  instructions: str,
274
274
  name: str,
275
- json_schema: Union[str, object] | NotGiven = NOT_GIVEN,
276
- webhook: str | NotGiven = NOT_GIVEN,
275
+ json_schema: Union[str, object] | Omit = omit,
276
+ webhook: str | Omit = omit,
277
277
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
278
278
  # The extra values given here take precedence over values defined on the client or passed to this method.
279
279
  extra_headers: Headers | None = None,
280
280
  extra_query: Query | None = None,
281
281
  extra_body: Body | None = None,
282
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
282
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
283
283
  ) -> InsightTemplateDetail:
284
284
  """
285
285
  Create a new insight
@@ -321,7 +321,7 @@ class AsyncInsightsResource(AsyncAPIResource):
321
321
  extra_headers: Headers | None = None,
322
322
  extra_query: Query | None = None,
323
323
  extra_body: Body | None = None,
324
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
324
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
325
325
  ) -> InsightTemplateDetail:
326
326
  """
327
327
  Get insight by ID
@@ -351,16 +351,16 @@ class AsyncInsightsResource(AsyncAPIResource):
351
351
  self,
352
352
  insight_id: str,
353
353
  *,
354
- instructions: str | NotGiven = NOT_GIVEN,
355
- json_schema: Union[str, object] | NotGiven = NOT_GIVEN,
356
- name: str | NotGiven = NOT_GIVEN,
357
- webhook: str | NotGiven = NOT_GIVEN,
354
+ instructions: str | Omit = omit,
355
+ json_schema: Union[str, object] | Omit = omit,
356
+ name: str | Omit = omit,
357
+ webhook: str | Omit = omit,
358
358
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
359
359
  # The extra values given here take precedence over values defined on the client or passed to this method.
360
360
  extra_headers: Headers | None = None,
361
361
  extra_query: Query | None = None,
362
362
  extra_body: Body | None = None,
363
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
363
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
364
364
  ) -> InsightTemplateDetail:
365
365
  """
366
366
  Update an insight template
@@ -398,13 +398,13 @@ class AsyncInsightsResource(AsyncAPIResource):
398
398
  async def list(
399
399
  self,
400
400
  *,
401
- page: insight_list_params.Page | NotGiven = NOT_GIVEN,
401
+ page: insight_list_params.Page | Omit = omit,
402
402
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
403
403
  # The extra values given here take precedence over values defined on the client or passed to this method.
404
404
  extra_headers: Headers | None = None,
405
405
  extra_query: Query | None = None,
406
406
  extra_body: Body | None = None,
407
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
407
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
408
408
  ) -> InsightListResponse:
409
409
  """Get all insights
410
410
 
@@ -443,7 +443,7 @@ class AsyncInsightsResource(AsyncAPIResource):
443
443
  extra_headers: Headers | None = None,
444
444
  extra_query: Query | None = None,
445
445
  extra_body: Body | None = None,
446
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
446
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
447
447
  ) -> object:
448
448
  """
449
449
  Delete insight by ID
@@ -2,13 +2,9 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
- from typing import Dict, Union, Iterable
6
- from datetime import datetime
7
-
8
5
  import httpx
9
6
 
10
- from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven, SequenceNotStr
11
- from ...._utils import maybe_transform, async_maybe_transform
7
+ from ...._types import Body, Query, Headers, NotGiven, not_given
12
8
  from ...._compat import cached_property
13
9
  from ...._resource import SyncAPIResource, AsyncAPIResource
14
10
  from ...._response import (
@@ -18,7 +14,6 @@ from ...._response import (
18
14
  async_to_streamed_response_wrapper,
19
15
  )
20
16
  from ...._base_client import make_request_options
21
- from ....types.ai.conversations import message_create_params
22
17
  from ....types.ai.conversations.message_list_response import MessageListResponse
23
18
 
24
19
  __all__ = ["MessagesResource", "AsyncMessagesResource"]
@@ -44,64 +39,6 @@ class MessagesResource(SyncAPIResource):
44
39
  """
45
40
  return MessagesResourceWithStreamingResponse(self)
46
41
 
47
- def create(
48
- self,
49
- conversation_id: str,
50
- *,
51
- role: str,
52
- content: str | NotGiven = NOT_GIVEN,
53
- metadata: Dict[str, Union[str, int, bool, SequenceNotStr[Union[str, int, bool]]]] | NotGiven = NOT_GIVEN,
54
- name: str | NotGiven = NOT_GIVEN,
55
- sent_at: Union[str, datetime] | NotGiven = NOT_GIVEN,
56
- tool_call_id: str | NotGiven = NOT_GIVEN,
57
- tool_calls: Iterable[Dict[str, object]] | NotGiven = NOT_GIVEN,
58
- tool_choice: Union[str, object] | NotGiven = NOT_GIVEN,
59
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
60
- # The extra values given here take precedence over values defined on the client or passed to this method.
61
- extra_headers: Headers | None = None,
62
- extra_query: Query | None = None,
63
- extra_body: Body | None = None,
64
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
65
- ) -> object:
66
- """Add a new message to the conversation.
67
-
68
- Used to insert a new messages to a
69
- conversation manually ( without using chat endpoint )
70
-
71
- Args:
72
- conversation_id: The ID of the conversation
73
-
74
- extra_headers: Send extra headers
75
-
76
- extra_query: Add additional query parameters to the request
77
-
78
- extra_body: Add additional JSON properties to the request
79
-
80
- timeout: Override the client-level default timeout for this request, in seconds
81
- """
82
- if not conversation_id:
83
- raise ValueError(f"Expected a non-empty value for `conversation_id` but received {conversation_id!r}")
84
- return self._post(
85
- f"/ai/conversations/{conversation_id}/messages",
86
- body=maybe_transform(
87
- {
88
- "role": role,
89
- "content": content,
90
- "metadata": metadata,
91
- "name": name,
92
- "sent_at": sent_at,
93
- "tool_call_id": tool_call_id,
94
- "tool_calls": tool_calls,
95
- "tool_choice": tool_choice,
96
- },
97
- message_create_params.MessageCreateParams,
98
- ),
99
- options=make_request_options(
100
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
101
- ),
102
- cast_to=object,
103
- )
104
-
105
42
  def list(
106
43
  self,
107
44
  conversation_id: str,
@@ -111,7 +48,7 @@ class MessagesResource(SyncAPIResource):
111
48
  extra_headers: Headers | None = None,
112
49
  extra_query: Query | None = None,
113
50
  extra_body: Body | None = None,
114
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
51
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
115
52
  ) -> MessageListResponse:
116
53
  """
117
54
  Retrieve messages for a specific conversation, including tool calls made by the
@@ -157,64 +94,6 @@ class AsyncMessagesResource(AsyncAPIResource):
157
94
  """
158
95
  return AsyncMessagesResourceWithStreamingResponse(self)
159
96
 
160
- async def create(
161
- self,
162
- conversation_id: str,
163
- *,
164
- role: str,
165
- content: str | NotGiven = NOT_GIVEN,
166
- metadata: Dict[str, Union[str, int, bool, SequenceNotStr[Union[str, int, bool]]]] | NotGiven = NOT_GIVEN,
167
- name: str | NotGiven = NOT_GIVEN,
168
- sent_at: Union[str, datetime] | NotGiven = NOT_GIVEN,
169
- tool_call_id: str | NotGiven = NOT_GIVEN,
170
- tool_calls: Iterable[Dict[str, object]] | NotGiven = NOT_GIVEN,
171
- tool_choice: Union[str, object] | NotGiven = NOT_GIVEN,
172
- # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
173
- # The extra values given here take precedence over values defined on the client or passed to this method.
174
- extra_headers: Headers | None = None,
175
- extra_query: Query | None = None,
176
- extra_body: Body | None = None,
177
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
178
- ) -> object:
179
- """Add a new message to the conversation.
180
-
181
- Used to insert a new messages to a
182
- conversation manually ( without using chat endpoint )
183
-
184
- Args:
185
- conversation_id: The ID of the conversation
186
-
187
- extra_headers: Send extra headers
188
-
189
- extra_query: Add additional query parameters to the request
190
-
191
- extra_body: Add additional JSON properties to the request
192
-
193
- timeout: Override the client-level default timeout for this request, in seconds
194
- """
195
- if not conversation_id:
196
- raise ValueError(f"Expected a non-empty value for `conversation_id` but received {conversation_id!r}")
197
- return await self._post(
198
- f"/ai/conversations/{conversation_id}/messages",
199
- body=await async_maybe_transform(
200
- {
201
- "role": role,
202
- "content": content,
203
- "metadata": metadata,
204
- "name": name,
205
- "sent_at": sent_at,
206
- "tool_call_id": tool_call_id,
207
- "tool_calls": tool_calls,
208
- "tool_choice": tool_choice,
209
- },
210
- message_create_params.MessageCreateParams,
211
- ),
212
- options=make_request_options(
213
- extra_headers=extra_headers, extra_query=extra_query, extra_body=extra_body, timeout=timeout
214
- ),
215
- cast_to=object,
216
- )
217
-
218
97
  async def list(
219
98
  self,
220
99
  conversation_id: str,
@@ -224,7 +103,7 @@ class AsyncMessagesResource(AsyncAPIResource):
224
103
  extra_headers: Headers | None = None,
225
104
  extra_query: Query | None = None,
226
105
  extra_body: Body | None = None,
227
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
106
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
228
107
  ) -> MessageListResponse:
229
108
  """
230
109
  Retrieve messages for a specific conversation, including tool calls made by the
@@ -254,9 +133,6 @@ class MessagesResourceWithRawResponse:
254
133
  def __init__(self, messages: MessagesResource) -> None:
255
134
  self._messages = messages
256
135
 
257
- self.create = to_raw_response_wrapper(
258
- messages.create,
259
- )
260
136
  self.list = to_raw_response_wrapper(
261
137
  messages.list,
262
138
  )
@@ -266,9 +142,6 @@ class AsyncMessagesResourceWithRawResponse:
266
142
  def __init__(self, messages: AsyncMessagesResource) -> None:
267
143
  self._messages = messages
268
144
 
269
- self.create = async_to_raw_response_wrapper(
270
- messages.create,
271
- )
272
145
  self.list = async_to_raw_response_wrapper(
273
146
  messages.list,
274
147
  )
@@ -278,9 +151,6 @@ class MessagesResourceWithStreamingResponse:
278
151
  def __init__(self, messages: MessagesResource) -> None:
279
152
  self._messages = messages
280
153
 
281
- self.create = to_streamed_response_wrapper(
282
- messages.create,
283
- )
284
154
  self.list = to_streamed_response_wrapper(
285
155
  messages.list,
286
156
  )
@@ -290,9 +160,6 @@ class AsyncMessagesResourceWithStreamingResponse:
290
160
  def __init__(self, messages: AsyncMessagesResource) -> None:
291
161
  self._messages = messages
292
162
 
293
- self.create = async_to_streamed_response_wrapper(
294
- messages.create,
295
- )
296
163
  self.list = async_to_streamed_response_wrapper(
297
164
  messages.list,
298
165
  )
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  import httpx
6
6
 
7
- from ...._types import NOT_GIVEN, Body, Query, Headers, NoneType, NotGiven
7
+ from ...._types import Body, Query, Headers, NoneType, NotGiven, not_given
8
8
  from ...._compat import cached_property
9
9
  from ...._resource import SyncAPIResource, AsyncAPIResource
10
10
  from ...._response import (
@@ -49,7 +49,7 @@ class BucketsResource(SyncAPIResource):
49
49
  extra_headers: Headers | None = None,
50
50
  extra_query: Query | None = None,
51
51
  extra_body: Body | None = None,
52
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
52
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
53
53
  ) -> BucketRetrieveResponse:
54
54
  """
55
55
  Get all embedded files for a given user bucket, including their processing
@@ -82,7 +82,7 @@ class BucketsResource(SyncAPIResource):
82
82
  extra_headers: Headers | None = None,
83
83
  extra_query: Query | None = None,
84
84
  extra_body: Body | None = None,
85
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
85
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
86
86
  ) -> BucketListResponse:
87
87
  """Get all embedding buckets for a user."""
88
88
  return self._get(
@@ -102,7 +102,7 @@ class BucketsResource(SyncAPIResource):
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 = NOT_GIVEN,
105
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
106
106
  ) -> None:
107
107
  """
108
108
  Deletes an entire bucket's embeddings and disables the bucket for AI-use,
@@ -158,7 +158,7 @@ class AsyncBucketsResource(AsyncAPIResource):
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 = NOT_GIVEN,
161
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
162
162
  ) -> BucketRetrieveResponse:
163
163
  """
164
164
  Get all embedded files for a given user bucket, including their processing
@@ -191,7 +191,7 @@ class AsyncBucketsResource(AsyncAPIResource):
191
191
  extra_headers: Headers | None = None,
192
192
  extra_query: Query | None = None,
193
193
  extra_body: Body | None = None,
194
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
194
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
195
195
  ) -> BucketListResponse:
196
196
  """Get all embedding buckets for a user."""
197
197
  return await self._get(
@@ -211,7 +211,7 @@ class AsyncBucketsResource(AsyncAPIResource):
211
211
  extra_headers: Headers | None = None,
212
212
  extra_query: Query | None = None,
213
213
  extra_body: Body | None = None,
214
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
214
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
215
215
  ) -> None:
216
216
  """
217
217
  Deletes an entire bucket's embeddings and disables the bucket for AI-use,
@@ -14,7 +14,7 @@ from .buckets import (
14
14
  BucketsResourceWithStreamingResponse,
15
15
  AsyncBucketsResourceWithStreamingResponse,
16
16
  )
17
- from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven, SequenceNotStr
17
+ from ...._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
18
18
  from ...._utils import maybe_transform, async_maybe_transform
19
19
  from ...._compat import cached_property
20
20
  from ....types.ai import (
@@ -67,16 +67,16 @@ class EmbeddingsResource(SyncAPIResource):
67
67
  self,
68
68
  *,
69
69
  bucket_name: str,
70
- document_chunk_overlap_size: int | NotGiven = NOT_GIVEN,
71
- document_chunk_size: int | NotGiven = NOT_GIVEN,
72
- embedding_model: Literal["thenlper/gte-large", "intfloat/multilingual-e5-large"] | NotGiven = NOT_GIVEN,
73
- loader: Literal["default", "intercom"] | NotGiven = NOT_GIVEN,
70
+ document_chunk_overlap_size: int | Omit = omit,
71
+ document_chunk_size: int | Omit = omit,
72
+ embedding_model: Literal["thenlper/gte-large", "intfloat/multilingual-e5-large"] | Omit = omit,
73
+ loader: Literal["default", "intercom"] | 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 = NOT_GIVEN,
79
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
80
80
  ) -> EmbeddingResponse:
81
81
  """Perform embedding on a Telnyx Storage Bucket using the a embedding model.
82
82
 
@@ -150,7 +150,7 @@ class EmbeddingsResource(SyncAPIResource):
150
150
  extra_headers: Headers | None = None,
151
151
  extra_query: Query | None = None,
152
152
  extra_body: Body | None = None,
153
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
153
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
154
154
  ) -> EmbeddingRetrieveResponse:
155
155
  """Check the status of a current embedding task.
156
156
 
@@ -185,13 +185,13 @@ class EmbeddingsResource(SyncAPIResource):
185
185
  def list(
186
186
  self,
187
187
  *,
188
- status: SequenceNotStr[str] | NotGiven = NOT_GIVEN,
188
+ status: SequenceNotStr[str] | Omit = omit,
189
189
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
190
190
  # The extra values given here take precedence over values defined on the client or passed to this method.
191
191
  extra_headers: Headers | None = None,
192
192
  extra_query: Query | None = None,
193
193
  extra_body: Body | None = None,
194
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
194
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
195
195
  ) -> EmbeddingListResponse:
196
196
  """
197
197
  Retrieve tasks for the user that are either `queued`, `processing`, `failed`,
@@ -226,13 +226,13 @@ class EmbeddingsResource(SyncAPIResource):
226
226
  *,
227
227
  bucket_name: str,
228
228
  query: str,
229
- num_of_docs: int | NotGiven = NOT_GIVEN,
229
+ num_of_docs: int | Omit = omit,
230
230
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
231
231
  # The extra values given here take precedence over values defined on the client or passed to this method.
232
232
  extra_headers: Headers | None = None,
233
233
  extra_query: Query | None = None,
234
234
  extra_body: Body | None = None,
235
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
235
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
236
236
  ) -> EmbeddingSimilaritySearchResponse:
237
237
  """
238
238
  Perform a similarity search on a Telnyx Storage Bucket, returning the most
@@ -284,7 +284,7 @@ class EmbeddingsResource(SyncAPIResource):
284
284
  extra_headers: Headers | None = None,
285
285
  extra_query: Query | None = None,
286
286
  extra_body: Body | None = None,
287
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
287
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
288
288
  ) -> EmbeddingResponse:
289
289
  """
290
290
  Embed website content from a specified URL, including child pages up to 5 levels
@@ -352,16 +352,16 @@ class AsyncEmbeddingsResource(AsyncAPIResource):
352
352
  self,
353
353
  *,
354
354
  bucket_name: str,
355
- document_chunk_overlap_size: int | NotGiven = NOT_GIVEN,
356
- document_chunk_size: int | NotGiven = NOT_GIVEN,
357
- embedding_model: Literal["thenlper/gte-large", "intfloat/multilingual-e5-large"] | NotGiven = NOT_GIVEN,
358
- loader: Literal["default", "intercom"] | NotGiven = NOT_GIVEN,
355
+ document_chunk_overlap_size: int | Omit = omit,
356
+ document_chunk_size: int | Omit = omit,
357
+ embedding_model: Literal["thenlper/gte-large", "intfloat/multilingual-e5-large"] | Omit = omit,
358
+ loader: Literal["default", "intercom"] | Omit = omit,
359
359
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
360
360
  # The extra values given here take precedence over values defined on the client or passed to this method.
361
361
  extra_headers: Headers | None = None,
362
362
  extra_query: Query | None = None,
363
363
  extra_body: Body | None = None,
364
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
364
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
365
365
  ) -> EmbeddingResponse:
366
366
  """Perform embedding on a Telnyx Storage Bucket using the a embedding model.
367
367
 
@@ -435,7 +435,7 @@ class AsyncEmbeddingsResource(AsyncAPIResource):
435
435
  extra_headers: Headers | None = None,
436
436
  extra_query: Query | None = None,
437
437
  extra_body: Body | None = None,
438
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
438
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
439
439
  ) -> EmbeddingRetrieveResponse:
440
440
  """Check the status of a current embedding task.
441
441
 
@@ -470,13 +470,13 @@ class AsyncEmbeddingsResource(AsyncAPIResource):
470
470
  async def list(
471
471
  self,
472
472
  *,
473
- status: SequenceNotStr[str] | NotGiven = NOT_GIVEN,
473
+ status: SequenceNotStr[str] | Omit = omit,
474
474
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
475
475
  # The extra values given here take precedence over values defined on the client or passed to this method.
476
476
  extra_headers: Headers | None = None,
477
477
  extra_query: Query | None = None,
478
478
  extra_body: Body | None = None,
479
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
479
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
480
480
  ) -> EmbeddingListResponse:
481
481
  """
482
482
  Retrieve tasks for the user that are either `queued`, `processing`, `failed`,
@@ -511,13 +511,13 @@ class AsyncEmbeddingsResource(AsyncAPIResource):
511
511
  *,
512
512
  bucket_name: str,
513
513
  query: str,
514
- num_of_docs: int | NotGiven = NOT_GIVEN,
514
+ num_of_docs: int | Omit = omit,
515
515
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
516
516
  # The extra values given here take precedence over values defined on the client or passed to this method.
517
517
  extra_headers: Headers | None = None,
518
518
  extra_query: Query | None = None,
519
519
  extra_body: Body | None = None,
520
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
520
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
521
521
  ) -> EmbeddingSimilaritySearchResponse:
522
522
  """
523
523
  Perform a similarity search on a Telnyx Storage Bucket, returning the most
@@ -569,7 +569,7 @@ class AsyncEmbeddingsResource(AsyncAPIResource):
569
569
  extra_headers: Headers | None = None,
570
570
  extra_query: Query | None = None,
571
571
  extra_body: Body | None = None,
572
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
572
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
573
573
  ) -> EmbeddingResponse:
574
574
  """
575
575
  Embed website content from a specified URL, including child pages up to 5 levels
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  import httpx
6
6
 
7
- from ...._types import NOT_GIVEN, Body, Query, Headers, NotGiven
7
+ from ...._types import Body, Omit, Query, Headers, NotGiven, omit, not_given
8
8
  from ...._utils import maybe_transform, async_maybe_transform
9
9
  from ...._compat import cached_property
10
10
  from ...._resource import SyncAPIResource, AsyncAPIResource
@@ -47,14 +47,14 @@ class JobsResource(SyncAPIResource):
47
47
  *,
48
48
  model: str,
49
49
  training_file: str,
50
- hyperparameters: job_create_params.Hyperparameters | NotGiven = NOT_GIVEN,
51
- suffix: str | NotGiven = NOT_GIVEN,
50
+ hyperparameters: job_create_params.Hyperparameters | Omit = omit,
51
+ suffix: str | Omit = omit,
52
52
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
53
53
  # The extra values given here take precedence over values defined on the client or passed to this method.
54
54
  extra_headers: Headers | None = None,
55
55
  extra_query: Query | None = None,
56
56
  extra_body: Body | None = None,
57
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
57
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
58
58
  ) -> FineTuningJob:
59
59
  """
60
60
  Create a new fine tuning job.
@@ -102,7 +102,7 @@ class JobsResource(SyncAPIResource):
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 = NOT_GIVEN,
105
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
106
106
  ) -> FineTuningJob:
107
107
  """
108
108
  Retrieve a fine tuning job by `job_id`.
@@ -134,7 +134,7 @@ class JobsResource(SyncAPIResource):
134
134
  extra_headers: Headers | None = None,
135
135
  extra_query: Query | None = None,
136
136
  extra_body: Body | None = None,
137
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
137
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
138
138
  ) -> JobListResponse:
139
139
  """Retrieve a list of all fine tuning jobs created by the user."""
140
140
  return self._get(
@@ -154,7 +154,7 @@ class JobsResource(SyncAPIResource):
154
154
  extra_headers: Headers | None = None,
155
155
  extra_query: Query | None = None,
156
156
  extra_body: Body | None = None,
157
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
157
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
158
158
  ) -> FineTuningJob:
159
159
  """
160
160
  Cancel a fine tuning job.
@@ -204,14 +204,14 @@ class AsyncJobsResource(AsyncAPIResource):
204
204
  *,
205
205
  model: str,
206
206
  training_file: str,
207
- hyperparameters: job_create_params.Hyperparameters | NotGiven = NOT_GIVEN,
208
- suffix: str | NotGiven = NOT_GIVEN,
207
+ hyperparameters: job_create_params.Hyperparameters | Omit = omit,
208
+ suffix: str | Omit = omit,
209
209
  # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
210
210
  # The extra values given here take precedence over values defined on the client or passed to this method.
211
211
  extra_headers: Headers | None = None,
212
212
  extra_query: Query | None = None,
213
213
  extra_body: Body | None = None,
214
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
214
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
215
215
  ) -> FineTuningJob:
216
216
  """
217
217
  Create a new fine tuning job.
@@ -259,7 +259,7 @@ class AsyncJobsResource(AsyncAPIResource):
259
259
  extra_headers: Headers | None = None,
260
260
  extra_query: Query | None = None,
261
261
  extra_body: Body | None = None,
262
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
262
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
263
263
  ) -> FineTuningJob:
264
264
  """
265
265
  Retrieve a fine tuning job by `job_id`.
@@ -291,7 +291,7 @@ class AsyncJobsResource(AsyncAPIResource):
291
291
  extra_headers: Headers | None = None,
292
292
  extra_query: Query | None = None,
293
293
  extra_body: Body | None = None,
294
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
294
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
295
295
  ) -> JobListResponse:
296
296
  """Retrieve a list of all fine tuning jobs created by the user."""
297
297
  return await self._get(
@@ -311,7 +311,7 @@ class AsyncJobsResource(AsyncAPIResource):
311
311
  extra_headers: Headers | None = None,
312
312
  extra_query: Query | None = None,
313
313
  extra_body: Body | None = None,
314
- timeout: float | httpx.Timeout | None | NotGiven = NOT_GIVEN,
314
+ timeout: float | httpx.Timeout | None | NotGiven = not_given,
315
315
  ) -> FineTuningJob:
316
316
  """
317
317
  Cancel a fine tuning job.