telnyx 6.74.2 → 7.1.0

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.
Files changed (1311) hide show
  1. package/CHANGELOG.md +266 -3
  2. package/README.md +1 -49
  3. package/client.d.mts +96 -85
  4. package/client.d.mts.map +1 -1
  5. package/client.d.ts +96 -85
  6. package/client.d.ts.map +1 -1
  7. package/client.js +19 -7
  8. package/client.js.map +1 -1
  9. package/client.mjs +20 -8
  10. package/client.mjs.map +1 -1
  11. package/index.d.mts +0 -1
  12. package/index.d.mts.map +1 -1
  13. package/index.d.ts +0 -1
  14. package/index.d.ts.map +1 -1
  15. package/index.js +1 -4
  16. package/index.js.map +1 -1
  17. package/index.mjs +0 -1
  18. package/index.mjs.map +1 -1
  19. package/package.json +1 -2
  20. package/resources/advanced-orders.d.mts +9 -59
  21. package/resources/advanced-orders.d.mts.map +1 -1
  22. package/resources/advanced-orders.d.ts +9 -59
  23. package/resources/advanced-orders.d.ts.map +1 -1
  24. package/resources/advanced-orders.js +1 -1
  25. package/resources/advanced-orders.mjs +1 -1
  26. package/resources/ai/ai.d.mts +266 -26
  27. package/resources/ai/ai.d.mts.map +1 -1
  28. package/resources/ai/ai.d.ts +266 -26
  29. package/resources/ai/ai.d.ts.map +1 -1
  30. package/resources/ai/ai.js +68 -6
  31. package/resources/ai/ai.js.map +1 -1
  32. package/resources/ai/ai.mjs +71 -9
  33. package/resources/ai/ai.mjs.map +1 -1
  34. package/resources/ai/assistants/assistants.d.mts +675 -11
  35. package/resources/ai/assistants/assistants.d.mts.map +1 -1
  36. package/resources/ai/assistants/assistants.d.ts +675 -11
  37. package/resources/ai/assistants/assistants.d.ts.map +1 -1
  38. package/resources/ai/assistants/assistants.js +4 -0
  39. package/resources/ai/assistants/assistants.js.map +1 -1
  40. package/resources/ai/assistants/assistants.mjs +5 -1
  41. package/resources/ai/assistants/assistants.mjs.map +1 -1
  42. package/resources/ai/assistants/index.d.mts +4 -3
  43. package/resources/ai/assistants/index.d.mts.map +1 -1
  44. package/resources/ai/assistants/index.d.ts +4 -3
  45. package/resources/ai/assistants/index.d.ts.map +1 -1
  46. package/resources/ai/assistants/index.js +3 -1
  47. package/resources/ai/assistants/index.js.map +1 -1
  48. package/resources/ai/assistants/index.mjs +2 -1
  49. package/resources/ai/assistants/index.mjs.map +1 -1
  50. package/resources/ai/assistants/instructions.d.mts +53 -0
  51. package/resources/ai/assistants/instructions.d.mts.map +1 -0
  52. package/resources/ai/assistants/instructions.d.ts +53 -0
  53. package/resources/ai/assistants/instructions.d.ts.map +1 -0
  54. package/resources/ai/assistants/instructions.js +47 -0
  55. package/resources/ai/assistants/instructions.js.map +1 -0
  56. package/resources/ai/assistants/instructions.mjs +43 -0
  57. package/resources/ai/assistants/instructions.mjs.map +1 -0
  58. package/resources/ai/assistants/scheduled-events.d.mts +41 -1
  59. package/resources/ai/assistants/scheduled-events.d.mts.map +1 -1
  60. package/resources/ai/assistants/scheduled-events.d.ts +41 -1
  61. package/resources/ai/assistants/scheduled-events.d.ts.map +1 -1
  62. package/resources/ai/assistants/tags.d.mts +14 -16
  63. package/resources/ai/assistants/tags.d.mts.map +1 -1
  64. package/resources/ai/assistants/tags.d.ts +14 -16
  65. package/resources/ai/assistants/tags.d.ts.map +1 -1
  66. package/resources/ai/assistants/tags.js +6 -5
  67. package/resources/ai/assistants/tags.js.map +1 -1
  68. package/resources/ai/assistants/tags.mjs +6 -5
  69. package/resources/ai/assistants/tags.mjs.map +1 -1
  70. package/resources/ai/assistants/tests/runs.d.mts +3 -0
  71. package/resources/ai/assistants/tests/runs.d.mts.map +1 -1
  72. package/resources/ai/assistants/tests/runs.d.ts +3 -0
  73. package/resources/ai/assistants/tests/runs.d.ts.map +1 -1
  74. package/resources/ai/assistants/tools.d.mts +7 -1
  75. package/resources/ai/assistants/tools.d.mts.map +1 -1
  76. package/resources/ai/assistants/tools.d.ts +7 -1
  77. package/resources/ai/assistants/tools.d.ts.map +1 -1
  78. package/resources/ai/assistants/versions.d.mts +25 -3
  79. package/resources/ai/assistants/versions.d.mts.map +1 -1
  80. package/resources/ai/assistants/versions.d.ts +25 -3
  81. package/resources/ai/assistants/versions.d.ts.map +1 -1
  82. package/resources/ai/chat.d.mts +171 -1
  83. package/resources/ai/chat.d.mts.map +1 -1
  84. package/resources/ai/chat.d.ts +171 -1
  85. package/resources/ai/chat.d.ts.map +1 -1
  86. package/resources/ai/clusters.d.mts +3 -0
  87. package/resources/ai/clusters.d.mts.map +1 -1
  88. package/resources/ai/clusters.d.ts +3 -0
  89. package/resources/ai/clusters.d.ts.map +1 -1
  90. package/resources/ai/index.d.mts +8 -8
  91. package/resources/ai/index.d.mts.map +1 -1
  92. package/resources/ai/index.d.ts +8 -8
  93. package/resources/ai/index.d.ts.map +1 -1
  94. package/resources/ai/index.js.map +1 -1
  95. package/resources/ai/index.mjs +2 -2
  96. package/resources/ai/index.mjs.map +1 -1
  97. package/resources/ai/integrations/index.d.mts +1 -1
  98. package/resources/ai/integrations/index.d.mts.map +1 -1
  99. package/resources/ai/integrations/index.d.ts +1 -1
  100. package/resources/ai/integrations/index.d.ts.map +1 -1
  101. package/resources/ai/integrations/index.js.map +1 -1
  102. package/resources/ai/integrations/index.mjs.map +1 -1
  103. package/resources/ai/integrations/integrations.d.mts +4 -15
  104. package/resources/ai/integrations/integrations.d.mts.map +1 -1
  105. package/resources/ai/integrations/integrations.d.ts +4 -15
  106. package/resources/ai/integrations/integrations.d.ts.map +1 -1
  107. package/resources/ai/integrations/integrations.js.map +1 -1
  108. package/resources/ai/integrations/integrations.mjs.map +1 -1
  109. package/resources/ai/mcp-servers.d.mts +14 -35
  110. package/resources/ai/mcp-servers.d.mts.map +1 -1
  111. package/resources/ai/mcp-servers.d.ts +14 -35
  112. package/resources/ai/mcp-servers.d.ts.map +1 -1
  113. package/resources/ai/mcp-servers.js +5 -2
  114. package/resources/ai/mcp-servers.js.map +1 -1
  115. package/resources/ai/mcp-servers.mjs +5 -2
  116. package/resources/ai/mcp-servers.mjs.map +1 -1
  117. package/resources/ai/missions/index.d.mts +2 -2
  118. package/resources/ai/missions/index.d.mts.map +1 -1
  119. package/resources/ai/missions/index.d.ts +2 -2
  120. package/resources/ai/missions/index.d.ts.map +1 -1
  121. package/resources/ai/missions/index.js.map +1 -1
  122. package/resources/ai/missions/index.mjs.map +1 -1
  123. package/resources/ai/missions/knowledge-bases.d.mts +9 -0
  124. package/resources/ai/missions/knowledge-bases.d.mts.map +1 -1
  125. package/resources/ai/missions/knowledge-bases.d.ts +9 -0
  126. package/resources/ai/missions/knowledge-bases.d.ts.map +1 -1
  127. package/resources/ai/missions/mcp-servers.d.mts +9 -0
  128. package/resources/ai/missions/mcp-servers.d.mts.map +1 -1
  129. package/resources/ai/missions/mcp-servers.d.ts +9 -0
  130. package/resources/ai/missions/mcp-servers.d.ts.map +1 -1
  131. package/resources/ai/missions/missions.d.mts +25 -21
  132. package/resources/ai/missions/missions.d.mts.map +1 -1
  133. package/resources/ai/missions/missions.d.ts +25 -21
  134. package/resources/ai/missions/missions.d.ts.map +1 -1
  135. package/resources/ai/missions/missions.js +6 -5
  136. package/resources/ai/missions/missions.js.map +1 -1
  137. package/resources/ai/missions/missions.mjs +6 -5
  138. package/resources/ai/missions/missions.mjs.map +1 -1
  139. package/resources/ai/missions/runs/events.d.mts +28 -23
  140. package/resources/ai/missions/runs/events.d.mts.map +1 -1
  141. package/resources/ai/missions/runs/events.d.ts +28 -23
  142. package/resources/ai/missions/runs/events.d.ts.map +1 -1
  143. package/resources/ai/missions/runs/events.js +10 -9
  144. package/resources/ai/missions/runs/events.js.map +1 -1
  145. package/resources/ai/missions/runs/events.mjs +10 -9
  146. package/resources/ai/missions/runs/events.mjs.map +1 -1
  147. package/resources/ai/missions/runs/index.d.mts +3 -3
  148. package/resources/ai/missions/runs/index.d.mts.map +1 -1
  149. package/resources/ai/missions/runs/index.d.ts +3 -3
  150. package/resources/ai/missions/runs/index.d.ts.map +1 -1
  151. package/resources/ai/missions/runs/index.js.map +1 -1
  152. package/resources/ai/missions/runs/index.mjs.map +1 -1
  153. package/resources/ai/missions/runs/plan.d.mts +53 -61
  154. package/resources/ai/missions/runs/plan.d.mts.map +1 -1
  155. package/resources/ai/missions/runs/plan.d.ts +53 -61
  156. package/resources/ai/missions/runs/plan.d.ts.map +1 -1
  157. package/resources/ai/missions/runs/plan.js +17 -16
  158. package/resources/ai/missions/runs/plan.js.map +1 -1
  159. package/resources/ai/missions/runs/plan.mjs +17 -16
  160. package/resources/ai/missions/runs/plan.mjs.map +1 -1
  161. package/resources/ai/missions/runs/runs.d.mts +67 -52
  162. package/resources/ai/missions/runs/runs.d.mts.map +1 -1
  163. package/resources/ai/missions/runs/runs.d.ts +67 -52
  164. package/resources/ai/missions/runs/runs.d.ts.map +1 -1
  165. package/resources/ai/missions/runs/runs.js +29 -23
  166. package/resources/ai/missions/runs/runs.js.map +1 -1
  167. package/resources/ai/missions/runs/runs.mjs +29 -23
  168. package/resources/ai/missions/runs/runs.mjs.map +1 -1
  169. package/resources/ai/missions/runs/telnyx-agents.d.mts +10 -1
  170. package/resources/ai/missions/runs/telnyx-agents.d.mts.map +1 -1
  171. package/resources/ai/missions/runs/telnyx-agents.d.ts +10 -1
  172. package/resources/ai/missions/runs/telnyx-agents.d.ts.map +1 -1
  173. package/resources/ai/missions/tools.d.mts +9 -0
  174. package/resources/ai/missions/tools.d.mts.map +1 -1
  175. package/resources/ai/missions/tools.d.ts +9 -0
  176. package/resources/ai/missions/tools.d.ts.map +1 -1
  177. package/resources/ai/openai/index.d.mts +1 -1
  178. package/resources/ai/openai/index.d.mts.map +1 -1
  179. package/resources/ai/openai/index.d.ts +1 -1
  180. package/resources/ai/openai/index.d.ts.map +1 -1
  181. package/resources/ai/openai/index.js.map +1 -1
  182. package/resources/ai/openai/index.mjs +1 -1
  183. package/resources/ai/openai/index.mjs.map +1 -1
  184. package/resources/ai/openai/openai.d.mts +9 -11
  185. package/resources/ai/openai/openai.d.mts.map +1 -1
  186. package/resources/ai/openai/openai.d.ts +9 -11
  187. package/resources/ai/openai/openai.d.ts.map +1 -1
  188. package/resources/ai/openai/openai.js +4 -4
  189. package/resources/ai/openai/openai.js.map +1 -1
  190. package/resources/ai/openai/openai.mjs +4 -4
  191. package/resources/ai/openai/openai.mjs.map +1 -1
  192. package/resources/ai/tools.d.mts +21 -41
  193. package/resources/ai/tools.d.mts.map +1 -1
  194. package/resources/ai/tools.d.ts +21 -41
  195. package/resources/ai/tools.d.ts.map +1 -1
  196. package/resources/ai/tools.js +8 -4
  197. package/resources/ai/tools.js.map +1 -1
  198. package/resources/ai/tools.mjs +8 -4
  199. package/resources/ai/tools.mjs.map +1 -1
  200. package/resources/bulk-sim-card-actions.d.mts +11 -46
  201. package/resources/bulk-sim-card-actions.d.mts.map +1 -1
  202. package/resources/bulk-sim-card-actions.d.ts +11 -46
  203. package/resources/bulk-sim-card-actions.d.ts.map +1 -1
  204. package/resources/bulk-sim-card-actions.js.map +1 -1
  205. package/resources/bulk-sim-card-actions.mjs.map +1 -1
  206. package/resources/call-reasons.d.mts +111 -0
  207. package/resources/call-reasons.d.mts.map +1 -0
  208. package/resources/call-reasons.d.ts +111 -0
  209. package/resources/call-reasons.d.ts.map +1 -0
  210. package/resources/call-reasons.js +51 -0
  211. package/resources/call-reasons.js.map +1 -0
  212. package/resources/call-reasons.mjs +47 -0
  213. package/resources/call-reasons.mjs.map +1 -0
  214. package/resources/calls/actions.d.mts +198 -446
  215. package/resources/calls/actions.d.mts.map +1 -1
  216. package/resources/calls/actions.d.ts +198 -446
  217. package/resources/calls/actions.d.ts.map +1 -1
  218. package/resources/calls/calls.d.mts +128 -128
  219. package/resources/calls/calls.d.mts.map +1 -1
  220. package/resources/calls/calls.d.ts +128 -128
  221. package/resources/calls/calls.d.ts.map +1 -1
  222. package/resources/calls/calls.js.map +1 -1
  223. package/resources/calls/calls.mjs.map +1 -1
  224. package/resources/calls/index.d.mts +2 -2
  225. package/resources/calls/index.d.mts.map +1 -1
  226. package/resources/calls/index.d.ts +2 -2
  227. package/resources/calls/index.d.ts.map +1 -1
  228. package/resources/calls/index.js.map +1 -1
  229. package/resources/calls/index.mjs.map +1 -1
  230. package/resources/channel-zones.d.mts +5 -24
  231. package/resources/channel-zones.d.mts.map +1 -1
  232. package/resources/channel-zones.d.ts +5 -24
  233. package/resources/channel-zones.d.ts.map +1 -1
  234. package/resources/channel-zones.js.map +1 -1
  235. package/resources/channel-zones.mjs.map +1 -1
  236. package/resources/conferences/actions.d.mts +24 -17
  237. package/resources/conferences/actions.d.mts.map +1 -1
  238. package/resources/conferences/actions.d.ts +24 -17
  239. package/resources/conferences/actions.d.ts.map +1 -1
  240. package/resources/conferences/conferences.d.mts +14 -16
  241. package/resources/conferences/conferences.d.mts.map +1 -1
  242. package/resources/conferences/conferences.d.ts +14 -16
  243. package/resources/conferences/conferences.d.ts.map +1 -1
  244. package/resources/conferences/conferences.js +6 -5
  245. package/resources/conferences/conferences.js.map +1 -1
  246. package/resources/conferences/conferences.mjs +6 -5
  247. package/resources/conferences/conferences.mjs.map +1 -1
  248. package/resources/conferences/index.d.mts +2 -2
  249. package/resources/conferences/index.d.mts.map +1 -1
  250. package/resources/conferences/index.d.ts +2 -2
  251. package/resources/conferences/index.d.ts.map +1 -1
  252. package/resources/conferences/index.js.map +1 -1
  253. package/resources/conferences/index.mjs.map +1 -1
  254. package/resources/connections.d.mts +7 -59
  255. package/resources/connections.d.mts.map +1 -1
  256. package/resources/connections.d.ts +7 -59
  257. package/resources/connections.d.ts.map +1 -1
  258. package/resources/connections.js +1 -4
  259. package/resources/connections.js.map +1 -1
  260. package/resources/connections.mjs +1 -4
  261. package/resources/connections.mjs.map +1 -1
  262. package/resources/credential-connections/credential-connections.d.mts +11 -4
  263. package/resources/credential-connections/credential-connections.d.mts.map +1 -1
  264. package/resources/credential-connections/credential-connections.d.ts +11 -4
  265. package/resources/credential-connections/credential-connections.d.ts.map +1 -1
  266. package/resources/credential-connections/credential-connections.js.map +1 -1
  267. package/resources/credential-connections/credential-connections.mjs.map +1 -1
  268. package/resources/credential-connections/index.d.mts +1 -1
  269. package/resources/credential-connections/index.d.mts.map +1 -1
  270. package/resources/credential-connections/index.d.ts +1 -1
  271. package/resources/credential-connections/index.d.ts.map +1 -1
  272. package/resources/credential-connections/index.js.map +1 -1
  273. package/resources/credential-connections/index.mjs.map +1 -1
  274. package/resources/custom-storage-credentials.d.mts +19 -43
  275. package/resources/custom-storage-credentials.d.mts.map +1 -1
  276. package/resources/custom-storage-credentials.d.ts +19 -43
  277. package/resources/custom-storage-credentials.d.ts.map +1 -1
  278. package/resources/custom-storage-credentials.js +3 -3
  279. package/resources/custom-storage-credentials.js.map +1 -1
  280. package/resources/custom-storage-credentials.mjs +3 -3
  281. package/resources/custom-storage-credentials.mjs.map +1 -1
  282. package/resources/dialogflow-connections.d.mts +10 -60
  283. package/resources/dialogflow-connections.d.mts.map +1 -1
  284. package/resources/dialogflow-connections.d.ts +10 -60
  285. package/resources/dialogflow-connections.d.ts.map +1 -1
  286. package/resources/dialogflow-connections.js +3 -3
  287. package/resources/dialogflow-connections.mjs +3 -3
  288. package/resources/dir/comments.d.mts +100 -0
  289. package/resources/dir/comments.d.mts.map +1 -0
  290. package/resources/dir/comments.d.ts +100 -0
  291. package/resources/dir/comments.d.ts.map +1 -0
  292. package/resources/dir/comments.js +54 -0
  293. package/resources/dir/comments.js.map +1 -0
  294. package/resources/dir/comments.mjs +50 -0
  295. package/resources/dir/comments.mjs.map +1 -0
  296. package/resources/dir/dir.d.mts +466 -0
  297. package/resources/dir/dir.d.mts.map +1 -0
  298. package/resources/dir/dir.d.ts +466 -0
  299. package/resources/dir/dir.d.ts.map +1 -0
  300. package/resources/dir/dir.js +224 -0
  301. package/resources/dir/dir.js.map +1 -0
  302. package/resources/dir/dir.mjs +219 -0
  303. package/resources/dir/dir.mjs.map +1 -0
  304. package/resources/dir/index.d.mts +5 -0
  305. package/resources/dir/index.d.mts.map +1 -0
  306. package/resources/dir/index.d.ts +5 -0
  307. package/resources/dir/index.d.ts.map +1 -0
  308. package/resources/dir/index.js +13 -0
  309. package/resources/dir/index.js.map +1 -0
  310. package/resources/dir/index.mjs +6 -0
  311. package/resources/dir/index.mjs.map +1 -0
  312. package/resources/dir/phone-number-batches.d.mts +120 -0
  313. package/resources/dir/phone-number-batches.d.mts.map +1 -0
  314. package/resources/dir/phone-number-batches.d.ts +120 -0
  315. package/resources/dir/phone-number-batches.d.ts.map +1 -0
  316. package/resources/dir/phone-number-batches.js +48 -0
  317. package/resources/dir/phone-number-batches.js.map +1 -0
  318. package/resources/dir/phone-number-batches.mjs +44 -0
  319. package/resources/dir/phone-number-batches.mjs.map +1 -0
  320. package/resources/dir/phone-numbers.d.mts +202 -0
  321. package/resources/dir/phone-numbers.d.mts.map +1 -0
  322. package/resources/dir/phone-numbers.d.ts +202 -0
  323. package/resources/dir/phone-numbers.d.ts.map +1 -0
  324. package/resources/dir/phone-numbers.js +78 -0
  325. package/resources/dir/phone-numbers.js.map +1 -0
  326. package/resources/dir/phone-numbers.mjs +74 -0
  327. package/resources/dir/phone-numbers.mjs.map +1 -0
  328. package/resources/dir.d.mts +2 -0
  329. package/resources/dir.d.mts.map +1 -0
  330. package/resources/dir.d.ts +2 -0
  331. package/resources/dir.d.ts.map +1 -0
  332. package/resources/dir.js +6 -0
  333. package/resources/dir.js.map +1 -0
  334. package/resources/dir.mjs +3 -0
  335. package/resources/dir.mjs.map +1 -0
  336. package/resources/document-links.d.mts +2 -13
  337. package/resources/document-links.d.mts.map +1 -1
  338. package/resources/document-links.d.ts +2 -13
  339. package/resources/document-links.d.ts.map +1 -1
  340. package/resources/document-links.js.map +1 -1
  341. package/resources/document-links.mjs.map +1 -1
  342. package/resources/documents.d.mts +20 -14
  343. package/resources/documents.d.mts.map +1 -1
  344. package/resources/documents.d.ts +20 -14
  345. package/resources/documents.d.ts.map +1 -1
  346. package/resources/documents.js +1 -1
  347. package/resources/documents.js.map +1 -1
  348. package/resources/documents.mjs +1 -1
  349. package/resources/documents.mjs.map +1 -1
  350. package/resources/enterprises/dir.d.mts +167 -0
  351. package/resources/enterprises/dir.d.mts.map +1 -0
  352. package/resources/enterprises/dir.d.ts +167 -0
  353. package/resources/enterprises/dir.d.ts.map +1 -0
  354. package/resources/enterprises/dir.js +87 -0
  355. package/resources/enterprises/dir.js.map +1 -0
  356. package/resources/enterprises/dir.mjs +83 -0
  357. package/resources/enterprises/dir.mjs.map +1 -0
  358. package/resources/enterprises/enterprises.d.mts +239 -239
  359. package/resources/enterprises/enterprises.d.mts.map +1 -1
  360. package/resources/enterprises/enterprises.d.ts +239 -239
  361. package/resources/enterprises/enterprises.d.ts.map +1 -1
  362. package/resources/enterprises/enterprises.js +135 -40
  363. package/resources/enterprises/enterprises.js.map +1 -1
  364. package/resources/enterprises/enterprises.mjs +135 -40
  365. package/resources/enterprises/enterprises.mjs.map +1 -1
  366. package/resources/enterprises/index.d.mts +3 -2
  367. package/resources/enterprises/index.d.mts.map +1 -1
  368. package/resources/enterprises/index.d.ts +3 -2
  369. package/resources/enterprises/index.d.ts.map +1 -1
  370. package/resources/enterprises/index.js +3 -1
  371. package/resources/enterprises/index.js.map +1 -1
  372. package/resources/enterprises/index.mjs +1 -0
  373. package/resources/enterprises/index.mjs.map +1 -1
  374. package/resources/enterprises/reputation/index.d.mts +4 -2
  375. package/resources/enterprises/reputation/index.d.mts.map +1 -1
  376. package/resources/enterprises/reputation/index.d.ts +4 -2
  377. package/resources/enterprises/reputation/index.d.ts.map +1 -1
  378. package/resources/enterprises/reputation/index.js +5 -1
  379. package/resources/enterprises/reputation/index.js.map +1 -1
  380. package/resources/enterprises/reputation/index.mjs +2 -0
  381. package/resources/enterprises/reputation/index.mjs.map +1 -1
  382. package/resources/enterprises/reputation/loa.d.mts +103 -0
  383. package/resources/enterprises/reputation/loa.d.mts.map +1 -0
  384. package/resources/enterprises/reputation/loa.d.ts +103 -0
  385. package/resources/enterprises/reputation/loa.d.ts.map +1 -0
  386. package/resources/enterprises/reputation/loa.js +62 -0
  387. package/resources/enterprises/reputation/loa.js.map +1 -0
  388. package/resources/enterprises/reputation/loa.mjs +58 -0
  389. package/resources/enterprises/reputation/loa.mjs.map +1 -0
  390. package/resources/enterprises/reputation/numbers.d.mts +127 -88
  391. package/resources/enterprises/reputation/numbers.d.mts.map +1 -1
  392. package/resources/enterprises/reputation/numbers.d.ts +127 -88
  393. package/resources/enterprises/reputation/numbers.d.ts.map +1 -1
  394. package/resources/enterprises/reputation/numbers.js +50 -51
  395. package/resources/enterprises/reputation/numbers.js.map +1 -1
  396. package/resources/enterprises/reputation/numbers.mjs +50 -51
  397. package/resources/enterprises/reputation/numbers.mjs.map +1 -1
  398. package/resources/enterprises/reputation/remediation.d.mts +192 -0
  399. package/resources/enterprises/reputation/remediation.d.mts.map +1 -0
  400. package/resources/enterprises/reputation/remediation.d.ts +192 -0
  401. package/resources/enterprises/reputation/remediation.d.ts.map +1 -0
  402. package/resources/enterprises/reputation/remediation.js +81 -0
  403. package/resources/enterprises/reputation/remediation.js.map +1 -0
  404. package/resources/enterprises/reputation/remediation.mjs +77 -0
  405. package/resources/enterprises/reputation/remediation.mjs.map +1 -0
  406. package/resources/enterprises/reputation/reputation.d.mts +83 -92
  407. package/resources/enterprises/reputation/reputation.d.mts.map +1 -1
  408. package/resources/enterprises/reputation/reputation.d.ts +83 -92
  409. package/resources/enterprises/reputation/reputation.d.ts.map +1 -1
  410. package/resources/enterprises/reputation/reputation.js +50 -58
  411. package/resources/enterprises/reputation/reputation.js.map +1 -1
  412. package/resources/enterprises/reputation/reputation.mjs +50 -58
  413. package/resources/enterprises/reputation/reputation.mjs.map +1 -1
  414. package/resources/external-connections/external-connections.d.mts +4 -4
  415. package/resources/external-connections/external-connections.d.mts.map +1 -1
  416. package/resources/external-connections/external-connections.d.ts +4 -4
  417. package/resources/external-connections/external-connections.d.ts.map +1 -1
  418. package/resources/external-connections/external-connections.mjs.map +1 -1
  419. package/resources/external-connections/index.d.mts +2 -2
  420. package/resources/external-connections/index.d.mts.map +1 -1
  421. package/resources/external-connections/index.d.ts +2 -2
  422. package/resources/external-connections/index.d.ts.map +1 -1
  423. package/resources/external-connections/log-messages.d.mts +11 -42
  424. package/resources/external-connections/log-messages.d.mts.map +1 -1
  425. package/resources/external-connections/log-messages.d.ts +11 -42
  426. package/resources/external-connections/log-messages.d.ts.map +1 -1
  427. package/resources/external-connections/log-messages.js +1 -1
  428. package/resources/external-connections/log-messages.js.map +1 -1
  429. package/resources/external-connections/log-messages.mjs +1 -1
  430. package/resources/external-connections/log-messages.mjs.map +1 -1
  431. package/resources/external-connections/releases.d.mts +18 -41
  432. package/resources/external-connections/releases.d.mts.map +1 -1
  433. package/resources/external-connections/releases.d.ts +18 -41
  434. package/resources/external-connections/releases.d.ts.map +1 -1
  435. package/resources/external-connections/releases.js +1 -1
  436. package/resources/external-connections/releases.js.map +1 -1
  437. package/resources/external-connections/releases.mjs +1 -1
  438. package/resources/external-connections/releases.mjs.map +1 -1
  439. package/resources/faxes/faxes.d.mts +9 -3
  440. package/resources/faxes/faxes.d.mts.map +1 -1
  441. package/resources/faxes/faxes.d.ts +9 -3
  442. package/resources/faxes/faxes.d.ts.map +1 -1
  443. package/resources/faxes/faxes.js.map +1 -1
  444. package/resources/faxes/faxes.mjs.map +1 -1
  445. package/resources/faxes/index.d.mts +1 -1
  446. package/resources/faxes/index.d.mts.map +1 -1
  447. package/resources/faxes/index.d.ts +1 -1
  448. package/resources/faxes/index.d.ts.map +1 -1
  449. package/resources/faxes/index.js.map +1 -1
  450. package/resources/faxes/index.mjs.map +1 -1
  451. package/resources/fqdn-connections.d.mts +3 -3
  452. package/resources/fqdn-connections.d.mts.map +1 -1
  453. package/resources/fqdn-connections.d.ts +3 -3
  454. package/resources/fqdn-connections.d.ts.map +1 -1
  455. package/resources/global-ip-health-checks.d.mts +12 -66
  456. package/resources/global-ip-health-checks.d.mts.map +1 -1
  457. package/resources/global-ip-health-checks.d.ts +12 -66
  458. package/resources/global-ip-health-checks.d.ts.map +1 -1
  459. package/resources/global-ip-health-checks.js +5 -2
  460. package/resources/global-ip-health-checks.js.map +1 -1
  461. package/resources/global-ip-health-checks.mjs +5 -2
  462. package/resources/global-ip-health-checks.mjs.map +1 -1
  463. package/resources/global-ips.d.mts +12 -78
  464. package/resources/global-ips.d.mts.map +1 -1
  465. package/resources/global-ips.d.ts +12 -78
  466. package/resources/global-ips.d.ts.map +1 -1
  467. package/resources/global-ips.js +2 -5
  468. package/resources/global-ips.js.map +1 -1
  469. package/resources/global-ips.mjs +2 -5
  470. package/resources/global-ips.mjs.map +1 -1
  471. package/resources/index.d.mts +41 -38
  472. package/resources/index.d.mts.map +1 -1
  473. package/resources/index.d.ts +41 -38
  474. package/resources/index.d.ts.map +1 -1
  475. package/resources/index.js +10 -4
  476. package/resources/index.js.map +1 -1
  477. package/resources/index.mjs +4 -1
  478. package/resources/index.mjs.map +1 -1
  479. package/resources/infringement-claims.d.mts +162 -0
  480. package/resources/infringement-claims.d.mts.map +1 -0
  481. package/resources/infringement-claims.d.ts +162 -0
  482. package/resources/infringement-claims.d.ts.map +1 -0
  483. package/resources/infringement-claims.js +68 -0
  484. package/resources/infringement-claims.js.map +1 -0
  485. package/resources/infringement-claims.mjs +64 -0
  486. package/resources/infringement-claims.mjs.map +1 -0
  487. package/resources/ip-connections.d.mts +3 -3
  488. package/resources/ip-connections.d.mts.map +1 -1
  489. package/resources/ip-connections.d.ts +3 -3
  490. package/resources/ip-connections.d.ts.map +1 -1
  491. package/resources/legacy/reporting/usage-reports/usage-reports.d.mts +6 -0
  492. package/resources/legacy/reporting/usage-reports/usage-reports.d.mts.map +1 -1
  493. package/resources/legacy/reporting/usage-reports/usage-reports.d.ts +6 -0
  494. package/resources/legacy/reporting/usage-reports/usage-reports.d.ts.map +1 -1
  495. package/resources/legacy/reporting/usage-reports/usage-reports.js.map +1 -1
  496. package/resources/legacy/reporting/usage-reports/usage-reports.mjs.map +1 -1
  497. package/resources/messages/index.d.mts +1 -1
  498. package/resources/messages/index.d.mts.map +1 -1
  499. package/resources/messages/index.d.ts +1 -1
  500. package/resources/messages/index.d.ts.map +1 -1
  501. package/resources/messages/index.js.map +1 -1
  502. package/resources/messages/index.mjs.map +1 -1
  503. package/resources/messages/messages.d.mts +3 -24
  504. package/resources/messages/messages.d.mts.map +1 -1
  505. package/resources/messages/messages.d.ts +3 -24
  506. package/resources/messages/messages.d.ts.map +1 -1
  507. package/resources/messages/messages.js.map +1 -1
  508. package/resources/messages/messages.mjs.map +1 -1
  509. package/resources/messaging-10dlc/brand/brand.d.mts +58 -84
  510. package/resources/messaging-10dlc/brand/brand.d.mts.map +1 -1
  511. package/resources/messaging-10dlc/brand/brand.d.ts +58 -84
  512. package/resources/messaging-10dlc/brand/brand.d.ts.map +1 -1
  513. package/resources/messaging-10dlc/brand/brand.js +4 -4
  514. package/resources/messaging-10dlc/brand/brand.js.map +1 -1
  515. package/resources/messaging-10dlc/brand/brand.mjs +5 -5
  516. package/resources/messaging-10dlc/brand/brand.mjs.map +1 -1
  517. package/resources/messaging-10dlc/brand/external-vetting.d.mts +9 -79
  518. package/resources/messaging-10dlc/brand/external-vetting.d.mts.map +1 -1
  519. package/resources/messaging-10dlc/brand/external-vetting.d.ts +9 -79
  520. package/resources/messaging-10dlc/brand/external-vetting.d.ts.map +1 -1
  521. package/resources/messaging-10dlc/brand/external-vetting.js +5 -5
  522. package/resources/messaging-10dlc/brand/external-vetting.js.map +1 -1
  523. package/resources/messaging-10dlc/brand/external-vetting.mjs +3 -3
  524. package/resources/messaging-10dlc/brand/external-vetting.mjs.map +1 -1
  525. package/resources/messaging-10dlc/brand/index.d.mts +2 -2
  526. package/resources/messaging-10dlc/brand/index.d.mts.map +1 -1
  527. package/resources/messaging-10dlc/brand/index.d.ts +2 -2
  528. package/resources/messaging-10dlc/brand/index.d.ts.map +1 -1
  529. package/resources/messaging-10dlc/brand/index.js +2 -2
  530. package/resources/messaging-10dlc/brand/index.js.map +1 -1
  531. package/resources/messaging-10dlc/brand/index.mjs +1 -1
  532. package/resources/messaging-10dlc/brand/index.mjs.map +1 -1
  533. package/resources/messaging-10dlc/campaign/campaign.d.mts +3 -0
  534. package/resources/messaging-10dlc/campaign/campaign.d.mts.map +1 -1
  535. package/resources/messaging-10dlc/campaign/campaign.d.ts +3 -0
  536. package/resources/messaging-10dlc/campaign/campaign.d.ts.map +1 -1
  537. package/resources/messaging-10dlc/campaign/campaign.js.map +1 -1
  538. package/resources/messaging-10dlc/campaign/campaign.mjs.map +1 -1
  539. package/resources/messaging-10dlc/campaign/usecase.d.mts +3 -0
  540. package/resources/messaging-10dlc/campaign/usecase.d.mts.map +1 -1
  541. package/resources/messaging-10dlc/campaign/usecase.d.ts +3 -0
  542. package/resources/messaging-10dlc/campaign/usecase.d.ts.map +1 -1
  543. package/resources/messaging-10dlc/campaign-builder/brand.d.mts +3 -0
  544. package/resources/messaging-10dlc/campaign-builder/brand.d.mts.map +1 -1
  545. package/resources/messaging-10dlc/campaign-builder/brand.d.ts +3 -0
  546. package/resources/messaging-10dlc/campaign-builder/brand.d.ts.map +1 -1
  547. package/resources/messaging-10dlc/index.d.mts +1 -1
  548. package/resources/messaging-10dlc/index.d.mts.map +1 -1
  549. package/resources/messaging-10dlc/index.d.ts +1 -1
  550. package/resources/messaging-10dlc/index.d.ts.map +1 -1
  551. package/resources/messaging-10dlc/index.js.map +1 -1
  552. package/resources/messaging-10dlc/index.mjs.map +1 -1
  553. package/resources/messaging-10dlc/messaging-10dlc.d.mts +2 -2
  554. package/resources/messaging-10dlc/messaging-10dlc.d.mts.map +1 -1
  555. package/resources/messaging-10dlc/messaging-10dlc.d.ts +2 -2
  556. package/resources/messaging-10dlc/messaging-10dlc.d.ts.map +1 -1
  557. package/resources/messaging-10dlc/messaging-10dlc.js.map +1 -1
  558. package/resources/messaging-10dlc/messaging-10dlc.mjs.map +1 -1
  559. package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.mts +12 -0
  560. package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.mts.map +1 -1
  561. package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.ts +12 -0
  562. package/resources/messaging-10dlc/phone-number-assignment-by-profile.d.ts.map +1 -1
  563. package/resources/messaging-hosted-numbers.d.mts +23 -1
  564. package/resources/messaging-hosted-numbers.d.mts.map +1 -1
  565. package/resources/messaging-hosted-numbers.d.ts +23 -1
  566. package/resources/messaging-hosted-numbers.d.ts.map +1 -1
  567. package/resources/messaging-profile-metrics.d.mts +6 -2
  568. package/resources/messaging-profile-metrics.d.mts.map +1 -1
  569. package/resources/messaging-profile-metrics.d.ts +6 -2
  570. package/resources/messaging-profile-metrics.d.ts.map +1 -1
  571. package/resources/messaging-profiles/autoresp-configs.d.mts +10 -1
  572. package/resources/messaging-profiles/autoresp-configs.d.mts.map +1 -1
  573. package/resources/messaging-profiles/autoresp-configs.d.ts +10 -1
  574. package/resources/messaging-profiles/autoresp-configs.d.ts.map +1 -1
  575. package/resources/messaging-profiles/messaging-profiles.d.mts +6 -1
  576. package/resources/messaging-profiles/messaging-profiles.d.mts.map +1 -1
  577. package/resources/messaging-profiles/messaging-profiles.d.ts +6 -1
  578. package/resources/messaging-profiles/messaging-profiles.d.ts.map +1 -1
  579. package/resources/messaging-profiles/messaging-profiles.js.map +1 -1
  580. package/resources/messaging-profiles/messaging-profiles.mjs.map +1 -1
  581. package/resources/messaging-tollfree/verification/requests.d.mts +14 -3
  582. package/resources/messaging-tollfree/verification/requests.d.mts.map +1 -1
  583. package/resources/messaging-tollfree/verification/requests.d.ts +14 -3
  584. package/resources/messaging-tollfree/verification/requests.d.ts.map +1 -1
  585. package/resources/mobile-phone-numbers/index.d.mts +1 -1
  586. package/resources/mobile-phone-numbers/index.d.mts.map +1 -1
  587. package/resources/mobile-phone-numbers/index.d.ts +1 -1
  588. package/resources/mobile-phone-numbers/index.d.ts.map +1 -1
  589. package/resources/mobile-phone-numbers/messaging.d.mts +9 -72
  590. package/resources/mobile-phone-numbers/messaging.d.mts.map +1 -1
  591. package/resources/mobile-phone-numbers/messaging.d.ts +9 -72
  592. package/resources/mobile-phone-numbers/messaging.d.ts.map +1 -1
  593. package/resources/mobile-phone-numbers/messaging.js.map +1 -1
  594. package/resources/mobile-phone-numbers/messaging.mjs.map +1 -1
  595. package/resources/mobile-phone-numbers/mobile-phone-numbers.d.mts +2 -2
  596. package/resources/mobile-phone-numbers/mobile-phone-numbers.d.mts.map +1 -1
  597. package/resources/mobile-phone-numbers/mobile-phone-numbers.d.ts +2 -2
  598. package/resources/mobile-phone-numbers/mobile-phone-numbers.d.ts.map +1 -1
  599. package/resources/networks/default-gateway.d.mts +20 -54
  600. package/resources/networks/default-gateway.d.mts.map +1 -1
  601. package/resources/networks/default-gateway.d.ts +20 -54
  602. package/resources/networks/default-gateway.d.ts.map +1 -1
  603. package/resources/networks/default-gateway.js +3 -3
  604. package/resources/networks/default-gateway.js.map +1 -1
  605. package/resources/networks/default-gateway.mjs +1 -1
  606. package/resources/networks/default-gateway.mjs.map +1 -1
  607. package/resources/networks/index.d.mts +2 -2
  608. package/resources/networks/index.d.mts.map +1 -1
  609. package/resources/networks/index.d.ts +2 -2
  610. package/resources/networks/index.d.ts.map +1 -1
  611. package/resources/networks/index.js +2 -2
  612. package/resources/networks/index.js.map +1 -1
  613. package/resources/networks/index.mjs +1 -1
  614. package/resources/networks/index.mjs.map +1 -1
  615. package/resources/networks/networks.d.mts +21 -63
  616. package/resources/networks/networks.d.mts.map +1 -1
  617. package/resources/networks/networks.d.ts +21 -63
  618. package/resources/networks/networks.d.ts.map +1 -1
  619. package/resources/networks/networks.js +12 -13
  620. package/resources/networks/networks.js.map +1 -1
  621. package/resources/networks/networks.mjs +13 -14
  622. package/resources/networks/networks.mjs.map +1 -1
  623. package/resources/porting/events.d.mts +6 -6
  624. package/resources/porting/events.d.mts.map +1 -1
  625. package/resources/porting/events.d.ts +6 -6
  626. package/resources/porting/events.d.ts.map +1 -1
  627. package/resources/porting/events.js +1 -1
  628. package/resources/porting/events.js.map +1 -1
  629. package/resources/porting/events.mjs +1 -1
  630. package/resources/porting/events.mjs.map +1 -1
  631. package/resources/porting/index.d.mts +1 -1
  632. package/resources/porting/index.d.mts.map +1 -1
  633. package/resources/porting/index.d.ts +1 -1
  634. package/resources/porting/index.d.ts.map +1 -1
  635. package/resources/porting/porting.d.mts +2 -2
  636. package/resources/porting/porting.d.mts.map +1 -1
  637. package/resources/porting/porting.d.ts +2 -2
  638. package/resources/porting/porting.d.ts.map +1 -1
  639. package/resources/porting/porting.mjs.map +1 -1
  640. package/resources/porting-orders/action-requirements.d.mts +6 -50
  641. package/resources/porting-orders/action-requirements.d.mts.map +1 -1
  642. package/resources/porting-orders/action-requirements.d.ts +6 -50
  643. package/resources/porting-orders/action-requirements.d.ts.map +1 -1
  644. package/resources/porting-orders/action-requirements.js +1 -1
  645. package/resources/porting-orders/action-requirements.js.map +1 -1
  646. package/resources/porting-orders/action-requirements.mjs +1 -1
  647. package/resources/porting-orders/action-requirements.mjs.map +1 -1
  648. package/resources/porting-orders/additional-documents.d.mts +8 -48
  649. package/resources/porting-orders/additional-documents.d.mts.map +1 -1
  650. package/resources/porting-orders/additional-documents.d.ts +8 -48
  651. package/resources/porting-orders/additional-documents.d.ts.map +1 -1
  652. package/resources/porting-orders/additional-documents.js +1 -1
  653. package/resources/porting-orders/additional-documents.js.map +1 -1
  654. package/resources/porting-orders/additional-documents.mjs +1 -1
  655. package/resources/porting-orders/additional-documents.mjs.map +1 -1
  656. package/resources/porting-orders/comments.d.mts +8 -30
  657. package/resources/porting-orders/comments.d.mts.map +1 -1
  658. package/resources/porting-orders/comments.d.ts +8 -30
  659. package/resources/porting-orders/comments.d.ts.map +1 -1
  660. package/resources/porting-orders/comments.js +1 -1
  661. package/resources/porting-orders/comments.js.map +1 -1
  662. package/resources/porting-orders/comments.mjs +1 -1
  663. package/resources/porting-orders/comments.mjs.map +1 -1
  664. package/resources/porting-orders/index.d.mts +5 -5
  665. package/resources/porting-orders/index.d.mts.map +1 -1
  666. package/resources/porting-orders/index.d.ts +5 -5
  667. package/resources/porting-orders/index.d.ts.map +1 -1
  668. package/resources/porting-orders/phone-number-blocks.d.mts +2 -1
  669. package/resources/porting-orders/phone-number-blocks.d.mts.map +1 -1
  670. package/resources/porting-orders/phone-number-blocks.d.ts +2 -1
  671. package/resources/porting-orders/phone-number-blocks.d.ts.map +1 -1
  672. package/resources/porting-orders/phone-number-blocks.js.map +1 -1
  673. package/resources/porting-orders/phone-number-blocks.mjs.map +1 -1
  674. package/resources/porting-orders/phone-number-configurations.d.mts +8 -36
  675. package/resources/porting-orders/phone-number-configurations.d.mts.map +1 -1
  676. package/resources/porting-orders/phone-number-configurations.d.ts +8 -36
  677. package/resources/porting-orders/phone-number-configurations.d.ts.map +1 -1
  678. package/resources/porting-orders/phone-number-configurations.js +1 -1
  679. package/resources/porting-orders/phone-number-configurations.js.map +1 -1
  680. package/resources/porting-orders/phone-number-configurations.mjs +1 -1
  681. package/resources/porting-orders/phone-number-configurations.mjs.map +1 -1
  682. package/resources/porting-orders/porting-orders.d.mts +13 -53
  683. package/resources/porting-orders/porting-orders.d.mts.map +1 -1
  684. package/resources/porting-orders/porting-orders.d.ts +13 -53
  685. package/resources/porting-orders/porting-orders.d.ts.map +1 -1
  686. package/resources/porting-orders/porting-orders.js.map +1 -1
  687. package/resources/porting-orders/porting-orders.mjs.map +1 -1
  688. package/resources/porting-orders/verification-codes.d.mts +6 -38
  689. package/resources/porting-orders/verification-codes.d.mts.map +1 -1
  690. package/resources/porting-orders/verification-codes.d.ts +6 -38
  691. package/resources/porting-orders/verification-codes.d.ts.map +1 -1
  692. package/resources/porting-orders/verification-codes.js +1 -1
  693. package/resources/porting-orders/verification-codes.js.map +1 -1
  694. package/resources/porting-orders/verification-codes.mjs +1 -1
  695. package/resources/porting-orders/verification-codes.mjs.map +1 -1
  696. package/resources/porting-phone-numbers.d.mts +9 -5
  697. package/resources/porting-phone-numbers.d.mts.map +1 -1
  698. package/resources/porting-phone-numbers.d.ts +9 -5
  699. package/resources/porting-phone-numbers.d.ts.map +1 -1
  700. package/resources/porting-phone-numbers.js +4 -1
  701. package/resources/porting-phone-numbers.js.map +1 -1
  702. package/resources/porting-phone-numbers.mjs +4 -1
  703. package/resources/porting-phone-numbers.mjs.map +1 -1
  704. package/resources/portouts/events.d.mts +6 -6
  705. package/resources/portouts/events.d.mts.map +1 -1
  706. package/resources/portouts/events.d.ts +6 -6
  707. package/resources/portouts/events.d.ts.map +1 -1
  708. package/resources/portouts/events.js +1 -1
  709. package/resources/portouts/events.js.map +1 -1
  710. package/resources/portouts/events.mjs +1 -1
  711. package/resources/portouts/events.mjs.map +1 -1
  712. package/resources/portouts/index.d.mts +1 -1
  713. package/resources/portouts/index.d.mts.map +1 -1
  714. package/resources/portouts/index.d.ts +1 -1
  715. package/resources/portouts/index.d.ts.map +1 -1
  716. package/resources/portouts/portouts.d.mts +2 -2
  717. package/resources/portouts/portouts.d.mts.map +1 -1
  718. package/resources/portouts/portouts.d.ts +2 -2
  719. package/resources/portouts/portouts.d.ts.map +1 -1
  720. package/resources/portouts/portouts.mjs.map +1 -1
  721. package/resources/pronunciation-dicts.d.mts +17 -29
  722. package/resources/pronunciation-dicts.d.mts.map +1 -1
  723. package/resources/pronunciation-dicts.d.ts +17 -29
  724. package/resources/pronunciation-dicts.d.ts.map +1 -1
  725. package/resources/pronunciation-dicts.js +3 -3
  726. package/resources/pronunciation-dicts.mjs +3 -3
  727. package/resources/public-internet-gateways.d.mts +19 -44
  728. package/resources/public-internet-gateways.d.mts.map +1 -1
  729. package/resources/public-internet-gateways.d.ts +19 -44
  730. package/resources/public-internet-gateways.d.ts.map +1 -1
  731. package/resources/public-internet-gateways.js +3 -32
  732. package/resources/public-internet-gateways.js.map +1 -1
  733. package/resources/public-internet-gateways.mjs +3 -32
  734. package/resources/public-internet-gateways.mjs.map +1 -1
  735. package/resources/queues/calls.d.mts +8 -59
  736. package/resources/queues/calls.d.mts.map +1 -1
  737. package/resources/queues/calls.d.ts +8 -59
  738. package/resources/queues/calls.d.ts.map +1 -1
  739. package/resources/queues/calls.js +5 -2
  740. package/resources/queues/calls.js.map +1 -1
  741. package/resources/queues/calls.mjs +5 -2
  742. package/resources/queues/calls.mjs.map +1 -1
  743. package/resources/queues/index.d.mts +1 -1
  744. package/resources/queues/index.d.mts.map +1 -1
  745. package/resources/queues/index.d.ts +1 -1
  746. package/resources/queues/index.d.ts.map +1 -1
  747. package/resources/queues/queues.d.mts +2 -2
  748. package/resources/queues/queues.d.mts.map +1 -1
  749. package/resources/queues/queues.d.ts +2 -2
  750. package/resources/queues/queues.d.ts.map +1 -1
  751. package/resources/queues/queues.mjs.map +1 -1
  752. package/resources/recordings/index.d.mts +1 -1
  753. package/resources/recordings/index.d.mts.map +1 -1
  754. package/resources/recordings/index.d.ts +1 -1
  755. package/resources/recordings/index.d.ts.map +1 -1
  756. package/resources/recordings/index.js.map +1 -1
  757. package/resources/recordings/index.mjs.map +1 -1
  758. package/resources/recordings/recordings.d.mts +8 -11
  759. package/resources/recordings/recordings.d.mts.map +1 -1
  760. package/resources/recordings/recordings.d.ts +8 -11
  761. package/resources/recordings/recordings.d.ts.map +1 -1
  762. package/resources/recordings/recordings.js +2 -2
  763. package/resources/recordings/recordings.js.map +1 -1
  764. package/resources/recordings/recordings.mjs +2 -2
  765. package/resources/recordings/recordings.mjs.map +1 -1
  766. package/resources/reports/cdr-usage-reports.d.mts +15 -0
  767. package/resources/reports/cdr-usage-reports.d.mts.map +1 -1
  768. package/resources/reports/cdr-usage-reports.d.ts +15 -0
  769. package/resources/reports/cdr-usage-reports.d.ts.map +1 -1
  770. package/resources/reports/mdr-usage-reports.d.mts +12 -0
  771. package/resources/reports/mdr-usage-reports.d.mts.map +1 -1
  772. package/resources/reports/mdr-usage-reports.d.ts +12 -0
  773. package/resources/reports/mdr-usage-reports.d.ts.map +1 -1
  774. package/resources/reports/reports.d.mts +16 -17
  775. package/resources/reports/reports.d.mts.map +1 -1
  776. package/resources/reports/reports.d.ts +16 -17
  777. package/resources/reports/reports.d.ts.map +1 -1
  778. package/resources/reports/reports.js.map +1 -1
  779. package/resources/reports/reports.mjs.map +1 -1
  780. package/resources/reputation/index.d.mts +1 -1
  781. package/resources/reputation/index.d.mts.map +1 -1
  782. package/resources/reputation/index.d.ts +1 -1
  783. package/resources/reputation/index.d.ts.map +1 -1
  784. package/resources/reputation/index.js.map +1 -1
  785. package/resources/reputation/index.mjs +1 -1
  786. package/resources/reputation/index.mjs.map +1 -1
  787. package/resources/reputation/numbers.d.mts +26 -25
  788. package/resources/reputation/numbers.d.mts.map +1 -1
  789. package/resources/reputation/numbers.d.ts +26 -25
  790. package/resources/reputation/numbers.d.ts.map +1 -1
  791. package/resources/reputation/numbers.js +8 -12
  792. package/resources/reputation/numbers.js.map +1 -1
  793. package/resources/reputation/numbers.mjs +8 -12
  794. package/resources/reputation/numbers.mjs.map +1 -1
  795. package/resources/reputation/reputation.d.mts +2 -2
  796. package/resources/reputation/reputation.d.mts.map +1 -1
  797. package/resources/reputation/reputation.d.ts +2 -2
  798. package/resources/reputation/reputation.d.ts.map +1 -1
  799. package/resources/reputation/reputation.js.map +1 -1
  800. package/resources/reputation/reputation.mjs.map +1 -1
  801. package/resources/requirements.d.mts +8 -50
  802. package/resources/requirements.d.mts.map +1 -1
  803. package/resources/requirements.d.ts +8 -50
  804. package/resources/requirements.d.ts.map +1 -1
  805. package/resources/requirements.js +1 -1
  806. package/resources/requirements.js.map +1 -1
  807. package/resources/requirements.mjs +1 -1
  808. package/resources/requirements.mjs.map +1 -1
  809. package/resources/room-recordings.d.mts +7 -72
  810. package/resources/room-recordings.d.mts.map +1 -1
  811. package/resources/room-recordings.d.ts +7 -72
  812. package/resources/room-recordings.d.ts.map +1 -1
  813. package/resources/room-recordings.js.map +1 -1
  814. package/resources/room-recordings.mjs.map +1 -1
  815. package/resources/shared.d.mts +33 -65
  816. package/resources/shared.d.mts.map +1 -1
  817. package/resources/shared.d.ts +33 -65
  818. package/resources/shared.d.ts.map +1 -1
  819. package/resources/sip-registration-status.d.mts +37 -9
  820. package/resources/sip-registration-status.d.mts.map +1 -1
  821. package/resources/sip-registration-status.d.ts +37 -9
  822. package/resources/sip-registration-status.d.ts.map +1 -1
  823. package/resources/siprec-connectors.d.mts +10 -74
  824. package/resources/siprec-connectors.d.mts.map +1 -1
  825. package/resources/siprec-connectors.d.ts +10 -74
  826. package/resources/siprec-connectors.d.ts.map +1 -1
  827. package/resources/siprec-connectors.js +3 -3
  828. package/resources/siprec-connectors.js.map +1 -1
  829. package/resources/siprec-connectors.mjs +3 -3
  830. package/resources/siprec-connectors.mjs.map +1 -1
  831. package/resources/speech-to-text/index.d.mts +1 -1
  832. package/resources/speech-to-text/index.d.mts.map +1 -1
  833. package/resources/speech-to-text/index.d.ts +1 -1
  834. package/resources/speech-to-text/index.d.ts.map +1 -1
  835. package/resources/speech-to-text/index.js.map +1 -1
  836. package/resources/speech-to-text/index.mjs.map +1 -1
  837. package/resources/speech-to-text/speech-to-text.d.mts +112 -18
  838. package/resources/speech-to-text/speech-to-text.d.mts.map +1 -1
  839. package/resources/speech-to-text/speech-to-text.d.ts +112 -18
  840. package/resources/speech-to-text/speech-to-text.d.ts.map +1 -1
  841. package/resources/speech-to-text/speech-to-text.js +34 -7
  842. package/resources/speech-to-text/speech-to-text.js.map +1 -1
  843. package/resources/speech-to-text/speech-to-text.mjs +34 -7
  844. package/resources/speech-to-text/speech-to-text.mjs.map +1 -1
  845. package/resources/terms-of-service/agreements.d.mts +71 -0
  846. package/resources/terms-of-service/agreements.d.mts.map +1 -0
  847. package/resources/terms-of-service/agreements.d.ts +71 -0
  848. package/resources/terms-of-service/agreements.d.ts.map +1 -0
  849. package/resources/terms-of-service/agreements.js +39 -0
  850. package/resources/terms-of-service/agreements.js.map +1 -0
  851. package/resources/terms-of-service/agreements.mjs +35 -0
  852. package/resources/terms-of-service/agreements.mjs.map +1 -0
  853. package/resources/terms-of-service/branded-calling.d.mts +20 -0
  854. package/resources/terms-of-service/branded-calling.d.mts.map +1 -0
  855. package/resources/terms-of-service/branded-calling.d.ts +20 -0
  856. package/resources/terms-of-service/branded-calling.d.ts.map +1 -0
  857. package/resources/terms-of-service/branded-calling.js +24 -0
  858. package/resources/terms-of-service/branded-calling.js.map +1 -0
  859. package/resources/terms-of-service/branded-calling.mjs +20 -0
  860. package/resources/terms-of-service/branded-calling.mjs.map +1 -0
  861. package/resources/terms-of-service/index.d.mts +3 -1
  862. package/resources/terms-of-service/index.d.mts.map +1 -1
  863. package/resources/terms-of-service/index.d.ts +3 -1
  864. package/resources/terms-of-service/index.d.ts.map +1 -1
  865. package/resources/terms-of-service/index.js +5 -1
  866. package/resources/terms-of-service/index.js.map +1 -1
  867. package/resources/terms-of-service/index.mjs +3 -1
  868. package/resources/terms-of-service/index.mjs.map +1 -1
  869. package/resources/terms-of-service/number-reputation.d.mts +6 -6
  870. package/resources/terms-of-service/number-reputation.d.mts.map +1 -1
  871. package/resources/terms-of-service/number-reputation.d.ts +6 -6
  872. package/resources/terms-of-service/number-reputation.d.ts.map +1 -1
  873. package/resources/terms-of-service/number-reputation.js +5 -10
  874. package/resources/terms-of-service/number-reputation.js.map +1 -1
  875. package/resources/terms-of-service/number-reputation.mjs +5 -10
  876. package/resources/terms-of-service/number-reputation.mjs.map +1 -1
  877. package/resources/terms-of-service/terms-of-service.d.mts +94 -0
  878. package/resources/terms-of-service/terms-of-service.d.mts.map +1 -1
  879. package/resources/terms-of-service/terms-of-service.d.ts +94 -0
  880. package/resources/terms-of-service/terms-of-service.d.ts.map +1 -1
  881. package/resources/terms-of-service/terms-of-service.js +30 -0
  882. package/resources/terms-of-service/terms-of-service.js.map +1 -1
  883. package/resources/terms-of-service/terms-of-service.mjs +30 -0
  884. package/resources/terms-of-service/terms-of-service.mjs.map +1 -1
  885. package/resources/texml/accounts/accounts.d.mts +14 -84
  886. package/resources/texml/accounts/accounts.d.mts.map +1 -1
  887. package/resources/texml/accounts/accounts.d.ts +14 -84
  888. package/resources/texml/accounts/accounts.d.ts.map +1 -1
  889. package/resources/texml/accounts/accounts.js +1 -1
  890. package/resources/texml/accounts/accounts.js.map +1 -1
  891. package/resources/texml/accounts/accounts.mjs +1 -1
  892. package/resources/texml/accounts/accounts.mjs.map +1 -1
  893. package/resources/texml/accounts/calls/calls.d.mts +511 -233
  894. package/resources/texml/accounts/calls/calls.d.mts.map +1 -1
  895. package/resources/texml/accounts/calls/calls.d.ts +511 -233
  896. package/resources/texml/accounts/calls/calls.d.ts.map +1 -1
  897. package/resources/texml/accounts/calls/calls.js +15 -18
  898. package/resources/texml/accounts/calls/calls.js.map +1 -1
  899. package/resources/texml/accounts/calls/calls.mjs +15 -18
  900. package/resources/texml/accounts/calls/calls.mjs.map +1 -1
  901. package/resources/texml/accounts/calls/index.d.mts +3 -3
  902. package/resources/texml/accounts/calls/index.d.mts.map +1 -1
  903. package/resources/texml/accounts/calls/index.d.ts +3 -3
  904. package/resources/texml/accounts/calls/index.d.ts.map +1 -1
  905. package/resources/texml/accounts/calls/index.js.map +1 -1
  906. package/resources/texml/accounts/calls/index.mjs +1 -1
  907. package/resources/texml/accounts/calls/index.mjs.map +1 -1
  908. package/resources/texml/accounts/calls/recordings-json.d.mts +14 -9
  909. package/resources/texml/accounts/calls/recordings-json.d.mts.map +1 -1
  910. package/resources/texml/accounts/calls/recordings-json.d.ts +14 -9
  911. package/resources/texml/accounts/calls/recordings-json.d.ts.map +1 -1
  912. package/resources/texml/accounts/calls/recordings-json.js +2 -2
  913. package/resources/texml/accounts/calls/recordings-json.mjs +2 -2
  914. package/resources/texml/accounts/calls/recordings.d.mts +4 -41
  915. package/resources/texml/accounts/calls/recordings.d.mts.map +1 -1
  916. package/resources/texml/accounts/calls/recordings.d.ts +4 -41
  917. package/resources/texml/accounts/calls/recordings.d.ts.map +1 -1
  918. package/resources/texml/accounts/calls/recordings.js +1 -1
  919. package/resources/texml/accounts/calls/recordings.js.map +1 -1
  920. package/resources/texml/accounts/calls/recordings.mjs +1 -1
  921. package/resources/texml/accounts/calls/recordings.mjs.map +1 -1
  922. package/resources/texml/accounts/conferences/conferences.d.mts +12 -155
  923. package/resources/texml/accounts/conferences/conferences.d.mts.map +1 -1
  924. package/resources/texml/accounts/conferences/conferences.d.ts +12 -155
  925. package/resources/texml/accounts/conferences/conferences.d.ts.map +1 -1
  926. package/resources/texml/accounts/conferences/conferences.js +3 -3
  927. package/resources/texml/accounts/conferences/conferences.js.map +1 -1
  928. package/resources/texml/accounts/conferences/conferences.mjs +3 -3
  929. package/resources/texml/accounts/conferences/conferences.mjs.map +1 -1
  930. package/resources/texml/accounts/conferences/index.d.mts +2 -2
  931. package/resources/texml/accounts/conferences/index.d.mts.map +1 -1
  932. package/resources/texml/accounts/conferences/index.d.ts +2 -2
  933. package/resources/texml/accounts/conferences/index.d.ts.map +1 -1
  934. package/resources/texml/accounts/conferences/index.js.map +1 -1
  935. package/resources/texml/accounts/conferences/index.mjs.map +1 -1
  936. package/resources/texml/accounts/conferences/participants.d.mts +7 -133
  937. package/resources/texml/accounts/conferences/participants.d.mts.map +1 -1
  938. package/resources/texml/accounts/conferences/participants.d.ts +7 -133
  939. package/resources/texml/accounts/conferences/participants.d.ts.map +1 -1
  940. package/resources/texml/accounts/conferences/participants.js +2 -2
  941. package/resources/texml/accounts/conferences/participants.mjs +2 -2
  942. package/resources/texml/accounts/index.d.mts +4 -4
  943. package/resources/texml/accounts/index.d.mts.map +1 -1
  944. package/resources/texml/accounts/index.d.ts +4 -4
  945. package/resources/texml/accounts/index.d.ts.map +1 -1
  946. package/resources/texml/accounts/index.js.map +1 -1
  947. package/resources/texml/accounts/index.mjs.map +1 -1
  948. package/resources/texml/accounts/queues.d.mts +18 -139
  949. package/resources/texml/accounts/queues.d.mts.map +1 -1
  950. package/resources/texml/accounts/queues.d.ts +18 -139
  951. package/resources/texml/accounts/queues.d.ts.map +1 -1
  952. package/resources/texml/accounts/queues.js +11 -12
  953. package/resources/texml/accounts/queues.js.map +1 -1
  954. package/resources/texml/accounts/queues.mjs +11 -12
  955. package/resources/texml/accounts/queues.mjs.map +1 -1
  956. package/resources/texml/accounts/transcriptions/index.d.mts +1 -1
  957. package/resources/texml/accounts/transcriptions/index.d.mts.map +1 -1
  958. package/resources/texml/accounts/transcriptions/index.d.ts +1 -1
  959. package/resources/texml/accounts/transcriptions/index.d.ts.map +1 -1
  960. package/resources/texml/accounts/transcriptions/json.d.mts +4 -4
  961. package/resources/texml/accounts/transcriptions/json.d.mts.map +1 -1
  962. package/resources/texml/accounts/transcriptions/json.d.ts +4 -4
  963. package/resources/texml/accounts/transcriptions/json.d.ts.map +1 -1
  964. package/resources/texml/accounts/transcriptions/json.js +1 -1
  965. package/resources/texml/accounts/transcriptions/json.mjs +1 -1
  966. package/resources/texml/accounts/transcriptions/transcriptions.d.mts +2 -2
  967. package/resources/texml/accounts/transcriptions/transcriptions.d.mts.map +1 -1
  968. package/resources/texml/accounts/transcriptions/transcriptions.d.ts +2 -2
  969. package/resources/texml/accounts/transcriptions/transcriptions.d.ts.map +1 -1
  970. package/resources/texml/index.d.mts +1 -1
  971. package/resources/texml/index.d.mts.map +1 -1
  972. package/resources/texml/index.d.ts +1 -1
  973. package/resources/texml/index.d.ts.map +1 -1
  974. package/resources/texml/index.js.map +1 -1
  975. package/resources/texml/index.mjs.map +1 -1
  976. package/resources/texml/texml.d.mts +2 -2
  977. package/resources/texml/texml.d.mts.map +1 -1
  978. package/resources/texml/texml.d.ts +2 -2
  979. package/resources/texml/texml.d.ts.map +1 -1
  980. package/resources/texml/texml.js.map +1 -1
  981. package/resources/texml/texml.mjs.map +1 -1
  982. package/resources/text-to-speech/index.d.mts +2 -2
  983. package/resources/text-to-speech/index.d.mts.map +1 -1
  984. package/resources/text-to-speech/index.d.ts +2 -2
  985. package/resources/text-to-speech/index.d.ts.map +1 -1
  986. package/resources/text-to-speech/index.js +1 -3
  987. package/resources/text-to-speech/index.js.map +1 -1
  988. package/resources/text-to-speech/index.mjs +0 -1
  989. package/resources/text-to-speech/index.mjs.map +1 -1
  990. package/resources/text-to-speech/internal-base.d.mts +70 -1
  991. package/resources/text-to-speech/internal-base.d.mts.map +1 -1
  992. package/resources/text-to-speech/internal-base.d.ts +70 -1
  993. package/resources/text-to-speech/internal-base.d.ts.map +1 -1
  994. package/resources/text-to-speech/internal-base.js +44 -5
  995. package/resources/text-to-speech/internal-base.js.map +1 -1
  996. package/resources/text-to-speech/internal-base.mjs +40 -1
  997. package/resources/text-to-speech/internal-base.mjs.map +1 -1
  998. package/resources/text-to-speech/text-to-speech.d.mts +34 -80
  999. package/resources/text-to-speech/text-to-speech.d.mts.map +1 -1
  1000. package/resources/text-to-speech/text-to-speech.d.ts +34 -80
  1001. package/resources/text-to-speech/text-to-speech.d.ts.map +1 -1
  1002. package/resources/text-to-speech/text-to-speech.js +12 -25
  1003. package/resources/text-to-speech/text-to-speech.js.map +1 -1
  1004. package/resources/text-to-speech/text-to-speech.mjs +12 -25
  1005. package/resources/text-to-speech/text-to-speech.mjs.map +1 -1
  1006. package/resources/text-to-speech/ws-base.d.mts +105 -1
  1007. package/resources/text-to-speech/ws-base.d.mts.map +1 -1
  1008. package/resources/text-to-speech/ws-base.d.ts +105 -1
  1009. package/resources/text-to-speech/ws-base.d.ts.map +1 -1
  1010. package/resources/text-to-speech/ws-base.js +471 -2
  1011. package/resources/text-to-speech/ws-base.js.map +1 -1
  1012. package/resources/text-to-speech/ws-base.mjs +470 -1
  1013. package/resources/text-to-speech/ws-base.mjs.map +1 -1
  1014. package/resources/text-to-speech/ws.d.mts +12 -2
  1015. package/resources/text-to-speech/ws.d.mts.map +1 -1
  1016. package/resources/text-to-speech/ws.d.ts +12 -2
  1017. package/resources/text-to-speech/ws.d.ts.map +1 -1
  1018. package/resources/text-to-speech/ws.js +26 -2
  1019. package/resources/text-to-speech/ws.js.map +1 -1
  1020. package/resources/text-to-speech/ws.mjs +24 -1
  1021. package/resources/text-to-speech/ws.mjs.map +1 -1
  1022. package/resources/uac-connections/index.d.mts +1 -1
  1023. package/resources/uac-connections/index.d.mts.map +1 -1
  1024. package/resources/uac-connections/index.d.ts +1 -1
  1025. package/resources/uac-connections/index.d.ts.map +1 -1
  1026. package/resources/uac-connections/index.js.map +1 -1
  1027. package/resources/uac-connections/index.mjs.map +1 -1
  1028. package/resources/uac-connections/uac-connections.d.mts +72 -142
  1029. package/resources/uac-connections/uac-connections.d.mts.map +1 -1
  1030. package/resources/uac-connections/uac-connections.d.ts +72 -142
  1031. package/resources/uac-connections/uac-connections.d.ts.map +1 -1
  1032. package/resources/uac-connections/uac-connections.js.map +1 -1
  1033. package/resources/uac-connections/uac-connections.mjs.map +1 -1
  1034. package/resources/verifications/index.d.mts +1 -1
  1035. package/resources/verifications/index.d.mts.map +1 -1
  1036. package/resources/verifications/index.d.ts +1 -1
  1037. package/resources/verifications/index.d.ts.map +1 -1
  1038. package/resources/verifications/index.js.map +1 -1
  1039. package/resources/verifications/index.mjs.map +1 -1
  1040. package/resources/verifications/verifications.d.mts +22 -1
  1041. package/resources/verifications/verifications.d.mts.map +1 -1
  1042. package/resources/verifications/verifications.d.ts +22 -1
  1043. package/resources/verifications/verifications.d.ts.map +1 -1
  1044. package/resources/verifications/verifications.js.map +1 -1
  1045. package/resources/verifications/verifications.mjs.map +1 -1
  1046. package/resources/virtual-cross-connects.d.mts +143 -1
  1047. package/resources/virtual-cross-connects.d.mts.map +1 -1
  1048. package/resources/virtual-cross-connects.d.ts +143 -1
  1049. package/resources/virtual-cross-connects.d.ts.map +1 -1
  1050. package/resources/virtual-cross-connects.js.map +1 -1
  1051. package/resources/virtual-cross-connects.mjs.map +1 -1
  1052. package/resources/voice-clones.d.mts +34 -30
  1053. package/resources/voice-clones.d.mts.map +1 -1
  1054. package/resources/voice-clones.d.ts +34 -30
  1055. package/resources/voice-clones.d.ts.map +1 -1
  1056. package/resources/voice-clones.js +19 -18
  1057. package/resources/voice-clones.js.map +1 -1
  1058. package/resources/voice-clones.mjs +19 -18
  1059. package/resources/voice-clones.mjs.map +1 -1
  1060. package/resources/voice-designs.d.mts +16 -60
  1061. package/resources/voice-designs.d.mts.map +1 -1
  1062. package/resources/voice-designs.d.ts +16 -60
  1063. package/resources/voice-designs.d.ts.map +1 -1
  1064. package/resources/voice-designs.js +8 -8
  1065. package/resources/voice-designs.js.map +1 -1
  1066. package/resources/voice-designs.mjs +8 -8
  1067. package/resources/voice-designs.mjs.map +1 -1
  1068. package/resources/voice-sdk-call-reports.d.mts +35 -186
  1069. package/resources/voice-sdk-call-reports.d.mts.map +1 -1
  1070. package/resources/voice-sdk-call-reports.d.ts +35 -186
  1071. package/resources/voice-sdk-call-reports.d.ts.map +1 -1
  1072. package/resources/voice-sdk-call-reports.js +4 -1
  1073. package/resources/voice-sdk-call-reports.js.map +1 -1
  1074. package/resources/voice-sdk-call-reports.mjs +4 -1
  1075. package/resources/voice-sdk-call-reports.mjs.map +1 -1
  1076. package/resources/webhook-deliveries.d.mts +12 -79
  1077. package/resources/webhook-deliveries.d.mts.map +1 -1
  1078. package/resources/webhook-deliveries.d.ts +12 -79
  1079. package/resources/webhook-deliveries.d.ts.map +1 -1
  1080. package/resources/webhook-deliveries.js +4 -1
  1081. package/resources/webhook-deliveries.js.map +1 -1
  1082. package/resources/webhook-deliveries.mjs +4 -1
  1083. package/resources/webhook-deliveries.mjs.map +1 -1
  1084. package/resources/webhooks.d.mts +5 -3
  1085. package/resources/webhooks.d.mts.map +1 -1
  1086. package/resources/webhooks.d.ts +5 -3
  1087. package/resources/webhooks.d.ts.map +1 -1
  1088. package/resources/webhooks.js +11 -4
  1089. package/resources/webhooks.js.map +1 -1
  1090. package/resources/webhooks.mjs +11 -4
  1091. package/resources/webhooks.mjs.map +1 -1
  1092. package/resources/whatsapp/index.d.mts +1 -1
  1093. package/resources/whatsapp/index.d.mts.map +1 -1
  1094. package/resources/whatsapp/index.d.ts +1 -1
  1095. package/resources/whatsapp/index.d.ts.map +1 -1
  1096. package/resources/whatsapp/index.js.map +1 -1
  1097. package/resources/whatsapp/index.mjs.map +1 -1
  1098. package/resources/whatsapp/templates.d.mts +149 -151
  1099. package/resources/whatsapp/templates.d.mts.map +1 -1
  1100. package/resources/whatsapp/templates.d.ts +149 -151
  1101. package/resources/whatsapp/templates.d.ts.map +1 -1
  1102. package/resources/whatsapp/whatsapp.d.mts +2 -2
  1103. package/resources/whatsapp/whatsapp.d.mts.map +1 -1
  1104. package/resources/whatsapp/whatsapp.d.ts +2 -2
  1105. package/resources/whatsapp/whatsapp.d.ts.map +1 -1
  1106. package/resources/whatsapp/whatsapp.js.map +1 -1
  1107. package/resources/whatsapp/whatsapp.mjs +1 -1
  1108. package/resources/whatsapp/whatsapp.mjs.map +1 -1
  1109. package/resources/whatsapp-message-templates.d.mts +2 -162
  1110. package/resources/whatsapp-message-templates.d.mts.map +1 -1
  1111. package/resources/whatsapp-message-templates.d.ts +2 -162
  1112. package/resources/whatsapp-message-templates.d.ts.map +1 -1
  1113. package/resources/whatsapp-message-templates.js.map +1 -1
  1114. package/resources/whatsapp-message-templates.mjs.map +1 -1
  1115. package/resources/wireguard-interfaces.d.mts +24 -50
  1116. package/resources/wireguard-interfaces.d.mts.map +1 -1
  1117. package/resources/wireguard-interfaces.d.ts +24 -50
  1118. package/resources/wireguard-interfaces.d.ts.map +1 -1
  1119. package/resources/wireguard-interfaces.js +3 -34
  1120. package/resources/wireguard-interfaces.js.map +1 -1
  1121. package/resources/wireguard-interfaces.mjs +3 -34
  1122. package/resources/wireguard-interfaces.mjs.map +1 -1
  1123. package/resources/wireguard-peers.d.mts +30 -109
  1124. package/resources/wireguard-peers.d.mts.map +1 -1
  1125. package/resources/wireguard-peers.d.ts +30 -109
  1126. package/resources/wireguard-peers.d.ts.map +1 -1
  1127. package/resources/wireguard-peers.js +5 -5
  1128. package/resources/wireguard-peers.js.map +1 -1
  1129. package/resources/wireguard-peers.mjs +5 -5
  1130. package/resources/wireguard-peers.mjs.map +1 -1
  1131. package/src/client.ts +219 -131
  1132. package/src/index.ts +0 -1
  1133. package/src/resources/advanced-orders.ts +9 -94
  1134. package/src/resources/ai/ai.ts +342 -57
  1135. package/src/resources/ai/assistants/assistants.ts +797 -17
  1136. package/src/resources/ai/assistants/index.ts +13 -8
  1137. package/src/resources/ai/assistants/instructions.ts +74 -0
  1138. package/src/resources/ai/assistants/scheduled-events.ts +44 -0
  1139. package/src/resources/ai/assistants/tags.ts +14 -20
  1140. package/src/resources/ai/assistants/tests/runs.ts +3 -0
  1141. package/src/resources/ai/assistants/tools.ts +7 -1
  1142. package/src/resources/ai/assistants/versions.ts +27 -3
  1143. package/src/resources/ai/chat.ts +206 -0
  1144. package/src/resources/ai/clusters.ts +3 -0
  1145. package/src/resources/ai/index.ts +25 -27
  1146. package/src/resources/ai/integrations/index.ts +1 -1
  1147. package/src/resources/ai/integrations/integrations.ts +4 -25
  1148. package/src/resources/ai/mcp-servers.ts +19 -70
  1149. package/src/resources/ai/missions/index.ts +6 -9
  1150. package/src/resources/ai/missions/knowledge-bases.ts +9 -0
  1151. package/src/resources/ai/missions/mcp-servers.ts +9 -0
  1152. package/src/resources/ai/missions/missions.ts +34 -35
  1153. package/src/resources/ai/missions/runs/events.ts +38 -42
  1154. package/src/resources/ai/missions/runs/index.ts +9 -12
  1155. package/src/resources/ai/missions/runs/plan.ts +64 -72
  1156. package/src/resources/ai/missions/runs/runs.ts +77 -67
  1157. package/src/resources/ai/missions/runs/telnyx-agents.ts +10 -1
  1158. package/src/resources/ai/missions/tools.ts +9 -0
  1159. package/src/resources/ai/openai/index.ts +1 -6
  1160. package/src/resources/ai/openai/openai.ts +6 -13
  1161. package/src/resources/ai/tools.ts +23 -58
  1162. package/src/resources/bulk-sim-card-actions.ts +17 -57
  1163. package/src/resources/call-reasons.ts +149 -0
  1164. package/src/resources/calls/actions.ts +234 -512
  1165. package/src/resources/calls/calls.ts +171 -154
  1166. package/src/resources/calls/index.ts +9 -0
  1167. package/src/resources/channel-zones.ts +7 -34
  1168. package/src/resources/conferences/actions.ts +25 -16
  1169. package/src/resources/conferences/conferences.ts +15 -17
  1170. package/src/resources/conferences/index.ts +2 -2
  1171. package/src/resources/connections.ts +10 -77
  1172. package/src/resources/credential-connections/credential-connections.ts +12 -3
  1173. package/src/resources/credential-connections/index.ts +1 -0
  1174. package/src/resources/custom-storage-credentials.ts +22 -57
  1175. package/src/resources/dialogflow-connections.ts +10 -74
  1176. package/src/resources/dir/comments.ts +148 -0
  1177. package/src/resources/dir/dir.ts +692 -0
  1178. package/src/resources/dir/index.ts +46 -0
  1179. package/src/resources/dir/phone-number-batches.ts +170 -0
  1180. package/src/resources/dir/phone-numbers.ts +266 -0
  1181. package/src/resources/dir.ts +3 -0
  1182. package/src/resources/document-links.ts +2 -16
  1183. package/src/resources/documents.ts +25 -17
  1184. package/src/resources/enterprises/dir.ts +220 -0
  1185. package/src/resources/enterprises/enterprises.ts +351 -255
  1186. package/src/resources/enterprises/index.ts +5 -6
  1187. package/src/resources/enterprises/reputation/index.ts +20 -5
  1188. package/src/resources/enterprises/reputation/loa.ts +147 -0
  1189. package/src/resources/enterprises/reputation/numbers.ts +157 -93
  1190. package/src/resources/enterprises/reputation/remediation.ts +273 -0
  1191. package/src/resources/enterprises/reputation/reputation.ts +130 -97
  1192. package/src/resources/external-connections/external-connections.ts +8 -8
  1193. package/src/resources/external-connections/index.ts +4 -4
  1194. package/src/resources/external-connections/log-messages.ts +14 -55
  1195. package/src/resources/external-connections/releases.ts +23 -52
  1196. package/src/resources/faxes/faxes.ts +10 -2
  1197. package/src/resources/faxes/index.ts +1 -0
  1198. package/src/resources/fqdn-connections.ts +3 -3
  1199. package/src/resources/global-ip-health-checks.ts +18 -77
  1200. package/src/resources/global-ips.ts +15 -90
  1201. package/src/resources/index.ts +100 -62
  1202. package/src/resources/infringement-claims.ts +207 -0
  1203. package/src/resources/ip-connections.ts +3 -3
  1204. package/src/resources/legacy/reporting/usage-reports/usage-reports.ts +6 -0
  1205. package/src/resources/messages/index.ts +0 -1
  1206. package/src/resources/messages/messages.ts +2 -29
  1207. package/src/resources/messaging-10dlc/brand/brand.ts +69 -108
  1208. package/src/resources/messaging-10dlc/brand/external-vetting.ts +9 -94
  1209. package/src/resources/messaging-10dlc/brand/index.ts +3 -5
  1210. package/src/resources/messaging-10dlc/campaign/campaign.ts +3 -0
  1211. package/src/resources/messaging-10dlc/campaign/usecase.ts +3 -0
  1212. package/src/resources/messaging-10dlc/campaign-builder/brand.ts +3 -0
  1213. package/src/resources/messaging-10dlc/index.ts +1 -2
  1214. package/src/resources/messaging-10dlc/messaging-10dlc.ts +2 -4
  1215. package/src/resources/messaging-10dlc/phone-number-assignment-by-profile.ts +12 -0
  1216. package/src/resources/messaging-hosted-numbers.ts +26 -0
  1217. package/src/resources/messaging-profile-metrics.ts +7 -1
  1218. package/src/resources/messaging-profiles/autoresp-configs.ts +10 -1
  1219. package/src/resources/messaging-profiles/messaging-profiles.ts +7 -1
  1220. package/src/resources/messaging-tollfree/verification/requests.ts +14 -3
  1221. package/src/resources/mobile-phone-numbers/index.ts +2 -2
  1222. package/src/resources/mobile-phone-numbers/messaging.ts +16 -89
  1223. package/src/resources/mobile-phone-numbers/mobile-phone-numbers.ts +4 -4
  1224. package/src/resources/networks/default-gateway.ts +22 -61
  1225. package/src/resources/networks/index.ts +4 -3
  1226. package/src/resources/networks/networks.ts +31 -75
  1227. package/src/resources/porting/events.ts +15 -21
  1228. package/src/resources/porting/index.ts +2 -2
  1229. package/src/resources/porting/porting.ts +4 -4
  1230. package/src/resources/porting-orders/action-requirements.ts +8 -63
  1231. package/src/resources/porting-orders/additional-documents.ts +12 -61
  1232. package/src/resources/porting-orders/comments.ts +11 -39
  1233. package/src/resources/porting-orders/index.ts +10 -10
  1234. package/src/resources/porting-orders/phone-number-blocks.ts +2 -14
  1235. package/src/resources/porting-orders/phone-number-configurations.ts +12 -49
  1236. package/src/resources/porting-orders/porting-orders.ts +23 -111
  1237. package/src/resources/porting-orders/verification-codes.ts +8 -48
  1238. package/src/resources/porting-phone-numbers.ts +29 -25
  1239. package/src/resources/portouts/events.ts +12 -12
  1240. package/src/resources/portouts/index.ts +2 -2
  1241. package/src/resources/portouts/portouts.ts +4 -4
  1242. package/src/resources/pronunciation-dicts.ts +19 -33
  1243. package/src/resources/public-internet-gateways.ts +22 -45
  1244. package/src/resources/queues/calls.ts +14 -78
  1245. package/src/resources/queues/index.ts +2 -2
  1246. package/src/resources/queues/queues.ts +4 -4
  1247. package/src/resources/recordings/index.ts +1 -2
  1248. package/src/resources/recordings/recordings.ts +9 -14
  1249. package/src/resources/reports/cdr-usage-reports.ts +15 -0
  1250. package/src/resources/reports/mdr-usage-reports.ts +12 -0
  1251. package/src/resources/reports/reports.ts +16 -17
  1252. package/src/resources/reputation/index.ts +1 -6
  1253. package/src/resources/reputation/numbers.ts +29 -34
  1254. package/src/resources/reputation/reputation.ts +1 -2
  1255. package/src/resources/requirements.ts +11 -62
  1256. package/src/resources/room-recordings.ts +10 -92
  1257. package/src/resources/shared.ts +39 -77
  1258. package/src/resources/sip-registration-status.ts +43 -9
  1259. package/src/resources/siprec-connectors.ts +10 -95
  1260. package/src/resources/speech-to-text/index.ts +2 -0
  1261. package/src/resources/speech-to-text/speech-to-text.ts +156 -18
  1262. package/src/resources/terms-of-service/agreements.ts +102 -0
  1263. package/src/resources/terms-of-service/branded-calling.ts +24 -0
  1264. package/src/resources/terms-of-service/index.ts +16 -1
  1265. package/src/resources/terms-of-service/number-reputation.ts +7 -11
  1266. package/src/resources/terms-of-service/terms-of-service.ts +145 -0
  1267. package/src/resources/texml/accounts/accounts.ts +15 -125
  1268. package/src/resources/texml/accounts/calls/calls.ts +624 -284
  1269. package/src/resources/texml/accounts/calls/index.ts +6 -9
  1270. package/src/resources/texml/accounts/calls/recordings-json.ts +26 -17
  1271. package/src/resources/texml/accounts/calls/recordings.ts +4 -66
  1272. package/src/resources/texml/accounts/conferences/conferences.ts +12 -196
  1273. package/src/resources/texml/accounts/conferences/index.ts +2 -5
  1274. package/src/resources/texml/accounts/conferences/participants.ts +7 -164
  1275. package/src/resources/texml/accounts/index.ts +4 -11
  1276. package/src/resources/texml/accounts/queues.ts +20 -173
  1277. package/src/resources/texml/accounts/transcriptions/index.ts +1 -1
  1278. package/src/resources/texml/accounts/transcriptions/json.ts +4 -4
  1279. package/src/resources/texml/accounts/transcriptions/transcriptions.ts +2 -2
  1280. package/src/resources/texml/index.ts +0 -1
  1281. package/src/resources/texml/texml.ts +0 -2
  1282. package/src/resources/text-to-speech/index.ts +3 -4
  1283. package/src/resources/text-to-speech/internal-base.ts +111 -6
  1284. package/src/resources/text-to-speech/text-to-speech.ts +46 -117
  1285. package/src/resources/text-to-speech/ws-base.ts +613 -5
  1286. package/src/resources/text-to-speech/ws.ts +40 -2
  1287. package/src/resources/uac-connections/index.ts +1 -0
  1288. package/src/resources/uac-connections/uac-connections.ts +85 -167
  1289. package/src/resources/verifications/index.ts +1 -0
  1290. package/src/resources/verifications/verifications.ts +26 -0
  1291. package/src/resources/virtual-cross-connects.ts +173 -0
  1292. package/src/resources/voice-clones.ts +42 -41
  1293. package/src/resources/voice-designs.ts +19 -72
  1294. package/src/resources/voice-sdk-call-reports.ts +44 -210
  1295. package/src/resources/webhook-deliveries.ts +18 -98
  1296. package/src/resources/webhooks.ts +14 -5
  1297. package/src/resources/whatsapp/index.ts +5 -0
  1298. package/src/resources/whatsapp/templates.ts +171 -168
  1299. package/src/resources/whatsapp/whatsapp.ts +16 -1
  1300. package/src/resources/whatsapp-message-templates.ts +6 -195
  1301. package/src/resources/wireguard-interfaces.ts +32 -52
  1302. package/src/resources/wireguard-peers.ts +38 -126
  1303. package/src/version.ts +1 -1
  1304. package/version.d.mts +1 -1
  1305. package/version.d.mts.map +1 -1
  1306. package/version.d.ts +1 -1
  1307. package/version.d.ts.map +1 -1
  1308. package/version.js +1 -1
  1309. package/version.js.map +1 -1
  1310. package/version.mjs +1 -1
  1311. package/version.mjs.map +1 -1
@@ -1,10 +1,10 @@
1
1
  export * from "./shared.mjs";
2
- export { AI, type ModelMetadata, type AICreateResponseResponse, type AIRetrieveModelsResponse, type AISummarizeResponse, type AICreateResponseParams, type AISummarizeParams, } from "./ai/ai.mjs";
2
+ export { AI, type ModelMetadata, type ModelsResponse, type AICreateResponseDeprecatedResponse, type AIRetrieveConversationHistoriesResponse, type AISummarizeResponse, type AICreateResponseDeprecatedParams, type AIRetrieveConversationHistoriesParams, type AISummarizeParams, } from "./ai/ai.mjs";
3
3
  export { AccessIPAddress, type AccessIPAddressResponse, type CloudflareSyncStatus, type PaginationMetaCloudflareIPListSync, type AccessIPAddressCreateParams, type AccessIPAddressListParams, type AccessIPAddressResponsesDefaultFlatPagination, } from "./access-ip-address.mjs";
4
4
  export { AccessIPRanges, type AccessIPRange, type AccessIPRangeCreateParams, type AccessIPRangeListParams, type AccessIPRangesDefaultFlatPagination, } from "./access-ip-ranges.mjs";
5
5
  export { Actions, type WirelessError } from "./actions/actions.mjs";
6
6
  export { Addresses, type Address, type AddressCreateResponse, type AddressRetrieveResponse, type AddressDeleteResponse, type AddressCreateParams, type AddressListParams, type AddressesDefaultFlatPagination, } from "./addresses/addresses.mjs";
7
- export { AdvancedOrders, type AdvancedOrder, type AdvancedOrderCreateResponse, type AdvancedOrderRetrieveResponse, type AdvancedOrderListResponse, type AdvancedOrderUpdateRequirementGroupResponse, type AdvancedOrderCreateParams, type AdvancedOrderUpdateRequirementGroupParams, } from "./advanced-orders.mjs";
7
+ export { AdvancedOrders, type AdvancedOrder, type AdvancedOrderRequest, type AdvancedOrderListResponse, type AdvancedOrderCreateParams, type AdvancedOrderUpdateRequirementGroupParams, } from "./advanced-orders.mjs";
8
8
  export { AlphanumericSenderIDs, type AlphanumericSenderID, type AlphanumericSenderIDCreateResponse, type AlphanumericSenderIDRetrieveResponse, type AlphanumericSenderIDDeleteResponse, type AlphanumericSenderIDCreateParams, type AlphanumericSenderIDListParams, type AlphanumericSenderIDsDefaultFlatPagination, } from "./alphanumeric-sender-ids.mjs";
9
9
  export { AuditEvents, type AuditEventListResponse, type AuditEventListParams, type AuditEventListResponsesDefaultFlatPagination, } from "./audit-events.mjs";
10
10
  export { AuthenticationProviders, type AuthenticationProvider, type PaginationMeta, type Settings, type AuthenticationProviderCreateResponse, type AuthenticationProviderRetrieveResponse, type AuthenticationProviderUpdateResponse, type AuthenticationProviderDeleteResponse, type AuthenticationProviderCreateParams, type AuthenticationProviderUpdateParams, type AuthenticationProviderListParams, type AuthenticationProvidersDefaultFlatPagination, } from "./authentication-providers.mjs";
@@ -12,31 +12,33 @@ export { AvailablePhoneNumberBlocks, type AvailablePhoneNumberBlockListResponse,
12
12
  export { AvailablePhoneNumbers, type AvailablePhoneNumberListResponse, type AvailablePhoneNumberListParams, } from "./available-phone-numbers.mjs";
13
13
  export { Balance, type BalanceRetrieveResponse } from "./balance.mjs";
14
14
  export { BillingGroups, type BillingGroup, type BillingGroupCreateResponse, type BillingGroupRetrieveResponse, type BillingGroupUpdateResponse, type BillingGroupDeleteResponse, type BillingGroupCreateParams, type BillingGroupUpdateParams, type BillingGroupListParams, type BillingGroupsDefaultFlatPagination, } from "./billing-groups.mjs";
15
- export { BulkSimCardActions, type SimCardActionsSummary, type BulkSimCardActionRetrieveResponse, type BulkSimCardActionListResponse, type BulkSimCardActionListParams, type BulkSimCardActionListResponsesDefaultFlatPagination, } from "./bulk-sim-card-actions.mjs";
15
+ export { BulkSimCardActions, type BulkSimCardActionDetailed, type SimCardActionsSummary, type BulkSimCardActionRetrieveResponse, type BulkSimCardActionListParams, type BulkSimCardActionDetailedsDefaultFlatPagination, } from "./bulk-sim-card-actions.mjs";
16
16
  export { BundlePricing } from "./bundle-pricing/bundle-pricing.mjs";
17
17
  export { CallControlApplications, type CallControlApplication, type CallControlApplicationInbound, type CallControlApplicationOutbound, type CallControlApplicationCreateResponse, type CallControlApplicationRetrieveResponse, type CallControlApplicationUpdateResponse, type CallControlApplicationDeleteResponse, type CallControlApplicationCreateParams, type CallControlApplicationUpdateParams, type CallControlApplicationListParams, type CallControlApplicationsDefaultFlatPagination, } from "./call-control-applications.mjs";
18
18
  export { CallEvents, type CallEventListResponse, type CallEventListParams, type CallEventListResponsesDefaultFlatPagination, } from "./call-events.mjs";
19
- export { Calls, type CallAssistantRequest, type ConversationRelayInterruptionSettings, type ConversationRelayLanguage, type CustomSipHeader, type DialogflowConfig, type SipHeader, type SoundModifications, type StreamBidirectionalCodec, type StreamBidirectionalMode, type StreamBidirectionalSamplingRate, type StreamBidirectionalTargetLegs, type StreamCodec, type CallDialResponse, type CallRetrieveStatusResponse, type CallDialParams, } from "./calls/calls.mjs";
20
- export { ChannelZones, type ChannelZoneUpdateResponse, type ChannelZoneListResponse, type ChannelZoneUpdateParams, type ChannelZoneListParams, type ChannelZoneListResponsesDefaultFlatPagination, } from "./channel-zones.mjs";
19
+ export { CallReasons, type BrandedCallingPaginationMeta, type CallReasonListResponse, type CallReasonValidateResponse, type CallReasonListParams, type CallReasonValidateParams, type CallReasonListResponsesDefaultFlatPagination, } from "./call-reasons.mjs";
20
+ export { Calls, type CallAssistantRequest, type ConversationRelayEmbeddedConfig, type ConversationRelayInterruptionSettings, type ConversationRelayLanguage, type CustomSipHeader, type DialogflowConfig, type SipHeader, type SoundModifications, type StreamBidirectionalCodec, type StreamBidirectionalMode, type StreamBidirectionalSamplingRate, type StreamBidirectionalTargetLegs, type StreamCodec, type CallDialResponse, type CallRetrieveStatusResponse, type CallDialParams, } from "./calls/calls.mjs";
21
+ export { ChannelZones, type GcbChannelZone, type ChannelZoneUpdateParams, type ChannelZoneListParams, type GcbChannelZonesDefaultFlatPagination, } from "./channel-zones.mjs";
21
22
  export { ChargesBreakdown, type ChargesBreakdownRetrieveResponse, type ChargesBreakdownRetrieveParams, } from "./charges-breakdown.mjs";
22
23
  export { ChargesSummary, type MonthDetail, type ChargesSummaryRetrieveResponse, type ChargesSummaryRetrieveParams, } from "./charges-summary.mjs";
23
24
  export { Comments, type Comment, type CommentCreateResponse, type CommentRetrieveResponse, type CommentListResponse, type CommentMarkAsReadResponse, type CommentCreateParams, type CommentListParams, } from "./comments.mjs";
24
- export { Conferences, type Conference, type ConferenceParticipant, type ConferenceCreateResponse, type ConferenceRetrieveResponse, type ConferenceListParticipantsResponse, type ConferenceRetrieveParticipantResponse, type ConferenceUpdateParticipantResponse, type ConferenceCreateParams, type ConferenceRetrieveParams, type ConferenceListParams, type ConferenceListParticipantsParams, type ConferenceRetrieveParticipantParams, type ConferenceUpdateParticipantParams, type ConferencesDefaultFlatPagination, type ConferenceListParticipantsResponsesDefaultFlatPagination, } from "./conferences/conferences.mjs";
25
- export { Connections, type ConnectionRetrieveResponse, type ConnectionListResponse, type ConnectionListActiveCallsResponse, type ConnectionListParams, type ConnectionListActiveCallsParams, type ConnectionListResponsesDefaultFlatPagination, type ConnectionListActiveCallsResponsesDefaultFlatPagination, } from "./connections.mjs";
25
+ export { Conferences, type Conference, type ConferenceParticipant, type ConferenceParticipantResource, type ConferenceCreateResponse, type ConferenceRetrieveResponse, type ConferenceListParticipantsResponse, type ConferenceCreateParams, type ConferenceRetrieveParams, type ConferenceListParams, type ConferenceListParticipantsParams, type ConferenceRetrieveParticipantParams, type ConferenceUpdateParticipantParams, type ConferencesDefaultFlatPagination, type ConferenceListParticipantsResponsesDefaultFlatPagination, } from "./conferences/conferences.mjs";
26
+ export { Connections, type Connection, type ConnectionRetrieveResponse, type ConnectionListActiveCallsResponse, type ConnectionListParams, type ConnectionListActiveCallsParams, type ConnectionsDefaultFlatPagination, type ConnectionListActiveCallsResponsesDefaultFlatPagination, } from "./connections.mjs";
26
27
  export { CountryCoverageResource, type CountryCoverage, type CountryCoverageRetrieveResponse, type CountryCoverageRetrieveCountryResponse, } from "./country-coverage.mjs";
27
- export { CredentialConnections, type AnchorsiteOverride, type ConnectionRtcpSettings, type CredentialConnection, type CredentialInbound, type CredentialOutbound, type DtmfType, type EncryptedMedia, type CredentialConnectionCreateResponse, type CredentialConnectionRetrieveResponse, type CredentialConnectionUpdateResponse, type CredentialConnectionDeleteResponse, type CredentialConnectionCreateParams, type CredentialConnectionUpdateParams, type CredentialConnectionListParams, type CredentialConnectionsDefaultFlatPagination, } from "./credential-connections/credential-connections.mjs";
28
- export { CustomStorageCredentials, type AzureConfigurationData, type CustomStorageConfiguration, type GcsConfigurationData, type S3ConfigurationData, type CustomStorageCredentialCreateResponse, type CustomStorageCredentialRetrieveResponse, type CustomStorageCredentialUpdateResponse, type CustomStorageCredentialCreateParams, type CustomStorageCredentialUpdateParams, } from "./custom-storage-credentials.mjs";
28
+ export { CredentialConnections, type AnchorsiteOverride, type ConnectionNoiseSuppression, type ConnectionRtcpSettings, type CredentialConnection, type CredentialInbound, type CredentialOutbound, type DtmfType, type EncryptedMedia, type CredentialConnectionCreateResponse, type CredentialConnectionRetrieveResponse, type CredentialConnectionUpdateResponse, type CredentialConnectionDeleteResponse, type CredentialConnectionCreateParams, type CredentialConnectionUpdateParams, type CredentialConnectionListParams, type CredentialConnectionsDefaultFlatPagination, } from "./credential-connections/credential-connections.mjs";
29
+ export { CustomStorageCredentials, type AzureConfigurationData, type CredentialsResponse, type CustomStorageConfiguration, type GcsConfigurationData, type S3ConfigurationData, type CustomStorageCredentialCreateParams, type CustomStorageCredentialUpdateParams, } from "./custom-storage-credentials.mjs";
29
30
  export { CustomerServiceRecords, type CustomerServiceRecord, type CustomerServiceRecordCreateResponse, type CustomerServiceRecordRetrieveResponse, type CustomerServiceRecordVerifyPhoneNumberCoverageResponse, type CustomerServiceRecordCreateParams, type CustomerServiceRecordListParams, type CustomerServiceRecordVerifyPhoneNumberCoverageParams, type CustomerServiceRecordsDefaultFlatPagination, } from "./customer-service-records.mjs";
30
31
  export { DetailRecords, type DetailRecordListResponse, type DetailRecordListParams, type DetailRecordListResponsesDefaultFlatPagination, } from "./detail-records.mjs";
31
- export { DialogflowConnections, type DialogflowConnectionCreateResponse, type DialogflowConnectionRetrieveResponse, type DialogflowConnectionUpdateResponse, type DialogflowConnectionCreateParams, type DialogflowConnectionUpdateParams, } from "./dialogflow-connections.mjs";
32
+ export { DialogflowConnections, type DialogflowConnectionResponse, type DialogflowConnectionCreateParams, type DialogflowConnectionUpdateParams, } from "./dialogflow-connections.mjs";
33
+ export { DirResource, type Dir, type DirList, type DirStatus, type DirWrapped, type Document, type DirListDocumentTypesResponse, type DirUpdateParams, type DirListParams, type DirListInfringementClaimsParams, type DirNewLoaParams, type DirUpdateInfringementParams, type DirsDefaultFlatPagination, } from "./dir/dir.mjs";
32
34
  export { DocumentLinks, type DocumentLinkListResponse, type DocumentLinkListParams, type DocumentLinkListResponsesDefaultFlatPagination, } from "./document-links.mjs";
33
- export { Documents, type DocServiceDocument, type DocumentRetrieveResponse, type DocumentUpdateResponse, type DocumentDeleteResponse, type DocumentGenerateDownloadLinkResponse, type DocumentUploadResponse, type DocumentUploadJsonResponse, type DocumentUpdateParams, type DocumentListParams, type DocumentUploadParams, type DocumentUploadJsonParams, type DocServiceDocumentsDefaultFlatPagination, } from "./documents.mjs";
35
+ export { Documents, type DocServiceDocument, type DocServiceRecord, type DocumentRetrieveResponse, type DocumentUpdateResponse, type DocumentDeleteResponse, type DocumentGenerateDownloadLinkResponse, type DocumentUploadResponse, type DocumentUploadJsonResponse, type DocumentUpdateParams, type DocumentListParams, type DocumentUploadParams, type DocumentUploadJsonParams, type DocServiceDocumentsDefaultFlatPagination, } from "./documents.mjs";
34
36
  export { DynamicEmergencyAddresses, type DynamicEmergencyAddress, type DynamicEmergencyAddressCreateResponse, type DynamicEmergencyAddressRetrieveResponse, type DynamicEmergencyAddressDeleteResponse, type DynamicEmergencyAddressCreateParams, type DynamicEmergencyAddressListParams, type DynamicEmergencyAddressesDefaultFlatPagination, } from "./dynamic-emergency-addresses.mjs";
35
37
  export { DynamicEmergencyEndpoints, type DynamicEmergencyEndpoint, type DynamicEmergencyEndpointCreateResponse, type DynamicEmergencyEndpointRetrieveResponse, type DynamicEmergencyEndpointDeleteResponse, type DynamicEmergencyEndpointCreateParams, type DynamicEmergencyEndpointListParams, type DynamicEmergencyEndpointsDefaultFlatPagination, } from "./dynamic-emergency-endpoints.mjs";
36
- export { Enterprises, type BillingAddress, type BillingContact, type EnterprisePublic, type OrganizationContact, type PhysicalAddress, type EnterpriseCreateResponse, type EnterpriseRetrieveResponse, type EnterpriseUpdateResponse, type EnterpriseCreateParams, type EnterpriseUpdateParams, type EnterpriseListParams, type EnterprisePublicsDefaultFlatPagination, } from "./enterprises/enterprises.mjs";
38
+ export { Enterprises, type BillingAddress, type BillingContact, type EnterprisePublic, type EnterprisePublicWrapped, type NumberReputationPaginationMeta, type OrganizationContact, type PhysicalAddress, type EnterpriseCreateParams, type EnterpriseUpdateParams, type EnterpriseListParams, type EnterprisePublicsDefaultFlatPagination, } from "./enterprises/enterprises.mjs";
37
39
  export { ExternalConnections, type ExternalConnection, type ExternalVoiceIntegrationsPaginationMeta, type ExternalConnectionCreateResponse, type ExternalConnectionRetrieveResponse, type ExternalConnectionUpdateResponse, type ExternalConnectionDeleteResponse, type ExternalConnectionUpdateLocationResponse, type ExternalConnectionCreateParams, type ExternalConnectionUpdateParams, type ExternalConnectionListParams, type ExternalConnectionUpdateLocationParams, type ExternalConnectionsDefaultFlatPagination, } from "./external-connections/external-connections.mjs";
38
40
  export { FaxApplications, type FaxApplication, type FaxApplicationCreateResponse, type FaxApplicationRetrieveResponse, type FaxApplicationUpdateResponse, type FaxApplicationDeleteResponse, type FaxApplicationCreateParams, type FaxApplicationUpdateParams, type FaxApplicationListParams, type FaxApplicationsDefaultFlatPagination, } from "./fax-applications.mjs";
39
- export { Faxes, type Fax, type FaxCreateResponse, type FaxRetrieveResponse, type FaxCreateParams, type FaxListParams, type FaxesDefaultFlatPagination, } from "./faxes/faxes.mjs";
41
+ export { Faxes, type Fax, type Quality, type FaxCreateResponse, type FaxRetrieveResponse, type FaxCreateParams, type FaxListParams, type FaxesDefaultFlatPagination, } from "./faxes/faxes.mjs";
40
42
  export { FqdnConnections, type FqdnConnection, type InboundFqdn, type OutboundFqdn, type TransportProtocol, type WebhookAPIVersion, type FqdnConnectionCreateResponse, type FqdnConnectionRetrieveResponse, type FqdnConnectionUpdateResponse, type FqdnConnectionDeleteResponse, type FqdnConnectionCreateParams, type FqdnConnectionUpdateParams, type FqdnConnectionListParams, type FqdnConnectionsDefaultFlatPagination, } from "./fqdn-connections.mjs";
41
43
  export { Fqdns, type Fqdn, type FqdnCreateResponse, type FqdnRetrieveResponse, type FqdnUpdateResponse, type FqdnDeleteResponse, type FqdnCreateParams, type FqdnUpdateParams, type FqdnListParams, type FqdnsDefaultFlatPagination, } from "./fqdns.mjs";
42
44
  export { GlobalIPAllowedPorts, type GlobalIPAllowedPortListResponse } from "./global-ip-allowed-ports.mjs";
@@ -44,15 +46,16 @@ export { GlobalIPAssignmentHealth, type GlobalIPAssignmentHealthRetrieveResponse
44
46
  export { GlobalIPAssignments, type GlobalIPAssignment, type Record, type GlobalIPAssignmentCreateResponse, type GlobalIPAssignmentRetrieveResponse, type GlobalIPAssignmentUpdateResponse, type GlobalIPAssignmentDeleteResponse, type GlobalIPAssignmentCreateParams, type GlobalIPAssignmentUpdateParams, type GlobalIPAssignmentListParams, type GlobalIPAssignmentsDefaultFlatPagination, } from "./global-ip-assignments.mjs";
45
47
  export { GlobalIPAssignmentsUsage, type GlobalIPAssignmentsUsageRetrieveResponse, type GlobalIPAssignmentsUsageRetrieveParams, } from "./global-ip-assignments-usage.mjs";
46
48
  export { GlobalIPHealthCheckTypes, type GlobalIPHealthCheckTypeListResponse, } from "./global-ip-health-check-types.mjs";
47
- export { GlobalIPHealthChecks, type GlobalIPHealthCheckCreateResponse, type GlobalIPHealthCheckRetrieveResponse, type GlobalIPHealthCheckListResponse, type GlobalIPHealthCheckDeleteResponse, type GlobalIPHealthCheckCreateParams, type GlobalIPHealthCheckListParams, type GlobalIPHealthCheckListResponsesDefaultFlatPagination, } from "./global-ip-health-checks.mjs";
49
+ export { GlobalIPHealthChecks, type GlobalIPHealthCheck, type GlobalIPHealthCheckCreateResponse, type GlobalIPHealthCheckRetrieveResponse, type GlobalIPHealthCheckDeleteResponse, type GlobalIPHealthCheckCreateParams, type GlobalIPHealthCheckListParams, type GlobalIPHealthChecksDefaultFlatPagination, } from "./global-ip-health-checks.mjs";
48
50
  export { GlobalIPLatency, type GlobalIPLatencyRetrieveResponse, type GlobalIPLatencyRetrieveParams, } from "./global-ip-latency.mjs";
49
51
  export { GlobalIPProtocols, type GlobalIPProtocolListResponse } from "./global-ip-protocols.mjs";
50
52
  export { GlobalIPUsage, type GlobalIPUsageRetrieveResponse, type GlobalIPUsageRetrieveParams, } from "./global-ip-usage.mjs";
51
- export { GlobalIPs, type GlobalIPCreateResponse, type GlobalIPRetrieveResponse, type GlobalIPListResponse, type GlobalIPDeleteResponse, type GlobalIPCreateParams, type GlobalIPListParams, type GlobalIPListResponsesDefaultFlatPagination, } from "./global-ips.mjs";
53
+ export { GlobalIPs, type GlobalIP, type GlobalIPCreateResponse, type GlobalIPRetrieveResponse, type GlobalIPDeleteResponse, type GlobalIPCreateParams, type GlobalIPListParams, type GlobalIPsDefaultFlatPagination, } from "./global-ips.mjs";
52
54
  export { IPConnections, type InboundIP, type IPConnection, type OutboundIP, type IPConnectionCreateResponse, type IPConnectionRetrieveResponse, type IPConnectionUpdateResponse, type IPConnectionDeleteResponse, type IPConnectionCreateParams, type IPConnectionUpdateParams, type IPConnectionListParams, type IPConnectionsDefaultFlatPagination, } from "./ip-connections.mjs";
53
55
  export { IPs, type IP, type IPCreateResponse, type IPRetrieveResponse, type IPUpdateResponse, type IPDeleteResponse, type IPCreateParams, type IPUpdateParams, type IPListParams, type IPsDefaultFlatPagination, } from "./ips.mjs";
54
56
  export { InboundChannels, type InboundChannelUpdateResponse, type InboundChannelListResponse, type InboundChannelUpdateParams, } from "./inbound-channels.mjs";
55
57
  export { InexplicitNumberOrders, type InexplicitNumberOrderResponse, type InexplicitNumberOrderCreateResponse, type InexplicitNumberOrderRetrieveResponse, type InexplicitNumberOrderCreateParams, type InexplicitNumberOrderListParams, type InexplicitNumberOrderResponsesDefaultFlatPaginationForInexplicitNumberOrders, } from "./inexplicit-number-orders.mjs";
58
+ export { InfringementClaims, type InfringementClaim, type InfringementClaimWrapped, type InfringementClaimContestParams, type InfringementClaimsDefaultFlatPagination, } from "./infringement-claims.mjs";
56
59
  export { IntegrationSecrets, type IntegrationSecret, type IntegrationSecretCreateResponse, type IntegrationSecretCreateParams, type IntegrationSecretListParams, type IntegrationSecretsDefaultFlatPagination, } from "./integration-secrets.mjs";
57
60
  export { InventoryCoverage, type InventoryCoverageListResponse, type InventoryCoverageListParams, } from "./inventory-coverage.mjs";
58
61
  export { Invoices, type InvoiceRetrieveResponse, type InvoiceListResponse, type InvoiceRetrieveParams, type InvoiceListParams, type InvoiceListResponsesDefaultFlatPagination, } from "./invoices.mjs";
@@ -61,14 +64,14 @@ export { Legacy } from "./legacy/legacy.mjs";
61
64
  export { List, type ListRetrieveAllResponse, type ListRetrieveByZoneResponse } from "./list.mjs";
62
65
  export { ManagedAccounts, type ManagedAccount, type ManagedAccountBalance, type ManagedAccountCreateResponse, type ManagedAccountRetrieveResponse, type ManagedAccountUpdateResponse, type ManagedAccountListResponse, type ManagedAccountGetAllocatableGlobalOutboundChannelsResponse, type ManagedAccountUpdateGlobalChannelLimitResponse, type ManagedAccountCreateParams, type ManagedAccountUpdateParams, type ManagedAccountListParams, type ManagedAccountUpdateGlobalChannelLimitParams, type ManagedAccountListResponsesDefaultFlatPagination, } from "./managed-accounts/managed-accounts.mjs";
63
66
  export { Media, type MediaResource, type MediaRetrieveResponse, type MediaUpdateResponse, type MediaListResponse, type MediaUploadResponse, type MediaUpdateParams, type MediaListParams, type MediaUploadParams, } from "./media.mjs";
64
- export { Messages, type MessagingError, type OutboundMessagePayload, type RcsAgentMessage, type RcsCardContent, type RcsContentInfo, type RcsSuggestion, type RcsToItem, type WhatsappContact, type WhatsappInteractive, type WhatsappLocation, type WhatsappMedia, type WhatsappMessageContent, type WhatsappReaction, type MessageRetrieveResponse, type MessageCancelScheduledResponse, type MessageRetrieveGroupMessagesResponse, type MessageScheduleResponse, type MessageSendResponse, type MessageSendGroupMmsResponse, type MessageSendLongCodeResponse, type MessageSendNumberPoolResponse, type MessageSendShortCodeResponse, type MessageSendWhatsappResponse, type MessageSendWithAlphanumericSenderResponse, type MessageScheduleParams, type MessageSendParams, type MessageSendGroupMmsParams, type MessageSendLongCodeParams, type MessageSendNumberPoolParams, type MessageSendShortCodeParams, type MessageSendWhatsappParams, type MessageSendWithAlphanumericSenderParams, } from "./messages/messages.mjs";
67
+ export { Messages, type OutboundMessagePayload, type RcsAgentMessage, type RcsCardContent, type RcsContentInfo, type RcsSuggestion, type RcsToItem, type WhatsappContact, type WhatsappInteractive, type WhatsappLocation, type WhatsappMedia, type WhatsappMessageContent, type WhatsappReaction, type MessageRetrieveResponse, type MessageCancelScheduledResponse, type MessageRetrieveGroupMessagesResponse, type MessageScheduleResponse, type MessageSendResponse, type MessageSendGroupMmsResponse, type MessageSendLongCodeResponse, type MessageSendNumberPoolResponse, type MessageSendShortCodeResponse, type MessageSendWhatsappResponse, type MessageSendWithAlphanumericSenderResponse, type MessageScheduleParams, type MessageSendParams, type MessageSendGroupMmsParams, type MessageSendLongCodeParams, type MessageSendNumberPoolParams, type MessageSendShortCodeParams, type MessageSendWhatsappParams, type MessageSendWithAlphanumericSenderParams, } from "./messages/messages.mjs";
65
68
  export { Messaging } from "./messaging/messaging.mjs";
66
69
  export { Messaging10dlc, type Messaging10dlcGetEnumResponse } from "./messaging-10dlc/messaging-10dlc.mjs";
67
70
  export { MessagingHostedNumberOrders, type MessagingHostedNumberOrderCreateResponse, type MessagingHostedNumberOrderRetrieveResponse, type MessagingHostedNumberOrderDeleteResponse, type MessagingHostedNumberOrderCheckEligibilityResponse, type MessagingHostedNumberOrderCreateVerificationCodesResponse, type MessagingHostedNumberOrderValidateCodesResponse, type MessagingHostedNumberOrderCreateParams, type MessagingHostedNumberOrderListParams, type MessagingHostedNumberOrderCheckEligibilityParams, type MessagingHostedNumberOrderCreateVerificationCodesParams, type MessagingHostedNumberOrderValidateCodesParams, } from "./messaging-hosted-number-orders/messaging-hosted-number-orders.mjs";
68
- export { MessagingHostedNumbers, type MessagingHostedNumberRetrieveResponse, type MessagingHostedNumberUpdateResponse, type MessagingHostedNumberDeleteResponse, type MessagingHostedNumberUpdateParams, type MessagingHostedNumberListParams, } from "./messaging-hosted-numbers.mjs";
71
+ export { MessagingHostedNumbers, type UpdatePhoneNumberMessagingSettingsRequest, type MessagingHostedNumberRetrieveResponse, type MessagingHostedNumberUpdateResponse, type MessagingHostedNumberDeleteResponse, type MessagingHostedNumberUpdateParams, type MessagingHostedNumberListParams, } from "./messaging-hosted-numbers.mjs";
69
72
  export { MessagingNumbersBulkUpdates, type BulkMessagingSettingsUpdatePhoneNumbers, type MessagingNumbersBulkUpdateCreateResponse, type MessagingNumbersBulkUpdateRetrieveResponse, type MessagingNumbersBulkUpdateCreateParams, } from "./messaging-numbers-bulk-updates.mjs";
70
73
  export { MessagingOptouts, type MessagingOptoutListResponse, type MessagingOptoutListParams, type MessagingOptoutListResponsesDefaultFlatPagination, } from "./messaging-optouts.mjs";
71
- export { MessagingProfileMetrics, type MessagingProfileMetricListResponse, type MessagingProfileMetricListParams, } from "./messaging-profile-metrics.mjs";
74
+ export { MessagingProfileMetrics, type MessagingMetricsTimeFrame, type MessagingProfileMetricListResponse, type MessagingProfileMetricListParams, } from "./messaging-profile-metrics.mjs";
72
75
  export { MessagingProfiles, type MessagingProfile, type NumberPoolSettings, type URLShortenerSettings, type MessagingProfileCreateResponse, type MessagingProfileRetrieveResponse, type MessagingProfileUpdateResponse, type MessagingProfileDeleteResponse, type MessagingProfileRetrieveMetricsResponse, type MessagingProfileCreateParams, type MessagingProfileUpdateParams, type MessagingProfileListParams, type MessagingProfileListAlphanumericSenderIDsParams, type MessagingProfileListPhoneNumbersParams, type MessagingProfileListShortCodesParams, type MessagingProfileRetrieveMetricsParams, type MessagingProfilesDefaultFlatPagination, } from "./messaging-profiles/messaging-profiles.mjs";
73
76
  export { MessagingTollfree } from "./messaging-tollfree/messaging-tollfree.mjs";
74
77
  export { MessagingURLDomains, type MessagingURLDomainListResponse, type MessagingURLDomainListParams, type MessagingURLDomainListResponsesDefaultFlatPagination, } from "./messaging-url-domains.mjs";
@@ -77,7 +80,7 @@ export { MobilePhoneNumbers, type MobilePhoneNumber, type MobilePhoneNumberRetri
77
80
  export { MobilePushCredentials, type PushCredential, type PushCredentialResponse, type MobilePushCredentialCreateParams, type MobilePushCredentialListParams, type PushCredentialsDefaultFlatPagination, } from "./mobile-push-credentials.mjs";
78
81
  export { MobileVoiceConnections, type MobileVoiceConnection, type MobileVoiceConnectionCreateResponse, type MobileVoiceConnectionRetrieveResponse, type MobileVoiceConnectionUpdateResponse, type MobileVoiceConnectionDeleteResponse, type MobileVoiceConnectionCreateParams, type MobileVoiceConnectionUpdateParams, type MobileVoiceConnectionListParams, type MobileVoiceConnectionsDefaultFlatPagination, } from "./mobile-voice-connections.mjs";
79
82
  export { NetworkCoverage, type AvailableService, type NetworkCoverageListResponse, type NetworkCoverageListParams, type NetworkCoverageListResponsesDefaultFlatPagination, } from "./network-coverage.mjs";
80
- export { Networks, type InterfaceStatus, type NetworkCreate, type NetworkCreateResponse, type NetworkRetrieveResponse, type NetworkUpdateResponse, type NetworkListResponse, type NetworkDeleteResponse, type NetworkListInterfacesResponse, type NetworkCreateParams, type NetworkUpdateParams, type NetworkListParams, type NetworkListInterfacesParams, type NetworkListResponsesDefaultFlatPagination, type NetworkListInterfacesResponsesDefaultFlatPagination, } from "./networks/networks.mjs";
83
+ export { Networks, type InterfaceStatus, type Network, type NetworkCreate, type NetworkCreateResponse, type NetworkRetrieveResponse, type NetworkUpdateResponse, type NetworkDeleteResponse, type NetworkListInterfacesResponse, type NetworkCreateParams, type NetworkUpdateParams, type NetworkListParams, type NetworkListInterfacesParams, type NetworksDefaultFlatPagination, type NetworkListInterfacesResponsesDefaultFlatPagination, } from "./networks/networks.mjs";
81
84
  export { NotificationChannels, type NotificationChannel, type NotificationChannelCreateResponse, type NotificationChannelRetrieveResponse, type NotificationChannelUpdateResponse, type NotificationChannelDeleteResponse, type NotificationChannelCreateParams, type NotificationChannelUpdateParams, type NotificationChannelListParams, type NotificationChannelsDefaultFlatPagination, } from "./notification-channels.mjs";
82
85
  export { NotificationEventConditions, type NotificationEventConditionListResponse, type NotificationEventConditionListParams, type NotificationEventConditionListResponsesDefaultFlatPagination, } from "./notification-event-conditions.mjs";
83
86
  export { NotificationEvents, type NotificationEventListResponse, type NotificationEventListParams, type NotificationEventListResponsesDefaultFlatPagination, } from "./notification-events.mjs";
@@ -103,25 +106,25 @@ export { PhoneNumbersRegulatoryRequirements, type PhoneNumbersRegulatoryRequirem
103
106
  export { PortabilityChecks, type PortabilityCheckRunResponse, type PortabilityCheckRunParams, } from "./portability-checks.mjs";
104
107
  export { Porting, type PortingListUkCarriersResponse } from "./porting/porting.mjs";
105
108
  export { PortingOrders, type PortingOrder, type PortingOrderActivationSettings, type PortingOrderDocuments, type PortingOrderEndUser, type PortingOrderEndUserAdmin, type PortingOrderEndUserLocation, type PortingOrderMessaging, type PortingOrderMisc, type PortingOrderPhoneNumberConfiguration, type PortingOrderRequirement, type PortingOrderType, type PortingOrderUserFeedback, type PortingOrdersActivationJob, type PortingOrderCreateResponse, type PortingOrderRetrieveResponse, type PortingOrderUpdateResponse, type PortingOrderRetrieveAllowedFocWindowsResponse, type PortingOrderRetrieveExceptionTypesResponse, type PortingOrderRetrieveRequirementsResponse, type PortingOrderRetrieveSubRequestResponse, type PortingOrderCreateParams, type PortingOrderRetrieveParams, type PortingOrderUpdateParams, type PortingOrderListParams, type PortingOrderRetrieveLoaTemplateParams, type PortingOrderRetrieveRequirementsParams, type PortingOrdersActivationJobsDefaultFlatPagination, type PortingOrdersDefaultFlatPagination, type PortingOrderRetrieveRequirementsResponsesDefaultFlatPagination, } from "./porting-orders/porting-orders.mjs";
106
- export { PortingPhoneNumbers, type PortingPhoneNumberListResponse, type PortingPhoneNumberListParams, type PortingPhoneNumberListResponsesDefaultFlatPagination, } from "./porting-phone-numbers.mjs";
109
+ export { PortingPhoneNumbers, type PortingOrderActivationStatus, type PortingPhoneNumber, type PortingPhoneNumberListParams, type PortingPhoneNumbersDefaultFlatPagination, } from "./porting-phone-numbers.mjs";
107
110
  export { Portouts, type PortoutDetails, type PortoutRetrieveResponse, type PortoutListRejectionCodesResponse, type PortoutUpdateStatusResponse, type PortoutListParams, type PortoutListRejectionCodesParams, type PortoutUpdateStatusParams, type PortoutDetailsDefaultFlatPagination, } from "./portouts/portouts.mjs";
108
111
  export { PrivateWirelessGateways, type PrivateWirelessGateway, type PrivateWirelessGatewayStatus, type PwgAssignedResourcesSummary, type PrivateWirelessGatewayCreateResponse, type PrivateWirelessGatewayRetrieveResponse, type PrivateWirelessGatewayDeleteResponse, type PrivateWirelessGatewayCreateParams, type PrivateWirelessGatewayListParams, type PrivateWirelessGatewaysDefaultFlatPagination, } from "./private-wireless-gateways.mjs";
109
- export { PronunciationDicts, type PronunciationDictAliasItem, type PronunciationDictData, type PronunciationDictPhonemeItem, type PronunciationDictCreateResponse, type PronunciationDictRetrieveResponse, type PronunciationDictUpdateResponse, type PronunciationDictCreateParams, type PronunciationDictUpdateParams, type PronunciationDictListParams, type PronunciationDictDataDefaultFlatPagination, } from "./pronunciation-dicts.mjs";
110
- export { PublicInternetGateways, type NetworkInterface, type NetworkInterfaceRegion, type PublicInternetGatewayRead, type PublicInternetGatewayCreateResponse, type PublicInternetGatewayRetrieveResponse, type PublicInternetGatewayDeleteResponse, type PublicInternetGatewayCreateParams, type PublicInternetGatewayListParams, type PublicInternetGatewayReadsDefaultFlatPagination, } from "./public-internet-gateways.mjs";
112
+ export { PronunciationDicts, type PronunciationDictAliasItem, type PronunciationDictData, type PronunciationDictItem, type PronunciationDictPhonemeItem, type PronunciationDictResponse, type PronunciationDictCreateParams, type PronunciationDictUpdateParams, type PronunciationDictListParams, type PronunciationDictDataDefaultFlatPagination, } from "./pronunciation-dicts.mjs";
113
+ export { PublicInternetGateways, type NetworkInterface, type NetworkInterfaceRegion, type PublicInternetGateway, type PublicInternetGatewayRead, type PublicInternetGatewayCreateResponse, type PublicInternetGatewayRetrieveResponse, type PublicInternetGatewayDeleteResponse, type PublicInternetGatewayCreateParams, type PublicInternetGatewayListParams, type PublicInternetGatewayReadsDefaultFlatPagination, } from "./public-internet-gateways.mjs";
111
114
  export { Queues, type Queue, type QueueCreateResponse, type QueueRetrieveResponse, type QueueUpdateResponse, type QueueCreateParams, type QueueUpdateParams, type QueueListParams, type QueuesDefaultFlatPagination, } from "./queues/queues.mjs";
112
115
  export { RcsAgents, type RcsAgent, type RcsAgentResponse, type RcsAgentsDefaultFlatPagination, } from "./rcs-agents.mjs";
113
116
  export { RecordingTranscriptions, type RecordingTranscription, type RecordingTranscriptionRetrieveResponse, type RecordingTranscriptionDeleteResponse, type RecordingTranscriptionListParams, type RecordingTranscriptionsDefaultFlatPagination, } from "./recording-transcriptions.mjs";
114
- export { Recordings, type RecordingResponseData, type RecordingRetrieveResponse, type RecordingDeleteResponse, type RecordingListParams, type RecordingResponseDataDefaultFlatPagination, } from "./recordings/recordings.mjs";
117
+ export { Recordings, type RecordingResponse, type RecordingResponseData, type RecordingListParams, type RecordingResponseDataDefaultFlatPagination, } from "./recordings/recordings.mjs";
115
118
  export { Regions, type RegionListResponse } from "./regions.mjs";
116
119
  export { RegulatoryRequirements, type RegulatoryRequirementRetrieveResponse, type RegulatoryRequirementRetrieveParams, } from "./regulatory-requirements.mjs";
117
120
  export { Reports, type ReportListMdrsResponse, type ReportListWdrsResponse, type ReportListMdrsParams, type ReportListWdrsParams, type ReportListWdrsResponsesDefaultFlatPagination, } from "./reports/reports.mjs";
118
121
  export { Reputation } from "./reputation/reputation.mjs";
119
122
  export { RequirementGroups, type RequirementGroup, type UserRequirement, type RequirementGroupListResponse, type RequirementGroupCreateParams, type RequirementGroupUpdateParams, type RequirementGroupListParams, } from "./requirement-groups.mjs";
120
123
  export { RequirementTypes, type RequirementTypeRetrieveResponse, type RequirementTypeListResponse, type RequirementTypeListParams, } from "./requirement-types.mjs";
121
- export { Requirements, type RequirementRetrieveResponse, type RequirementListResponse, type RequirementListParams, type RequirementListResponsesDefaultFlatPagination, } from "./requirements.mjs";
124
+ export { Requirements, type DocReqsRequirement, type RequirementRetrieveResponse, type RequirementListParams, type DocReqsRequirementsDefaultFlatPagination, } from "./requirements.mjs";
122
125
  export { RoomCompositions, type RoomComposition, type VideoRegion, type RoomCompositionCreateResponse, type RoomCompositionRetrieveResponse, type RoomCompositionCreateParams, type RoomCompositionListParams, type RoomCompositionsDefaultFlatPagination, } from "./room-compositions.mjs";
123
126
  export { RoomParticipants, type RoomParticipantRetrieveResponse, type RoomParticipantListParams, } from "./room-participants.mjs";
124
- export { RoomRecordings, type RoomRecordingRetrieveResponse, type RoomRecordingListResponse, type RoomRecordingDeleteBulkResponse, type RoomRecordingListParams, type RoomRecordingDeleteBulkParams, type RoomRecordingListResponsesDefaultFlatPagination, } from "./room-recordings.mjs";
127
+ export { RoomRecordings, type RoomRecording, type RoomRecordingRetrieveResponse, type RoomRecordingDeleteBulkResponse, type RoomRecordingListParams, type RoomRecordingDeleteBulkParams, type RoomRecordingsDefaultFlatPagination, } from "./room-recordings.mjs";
125
128
  export { Rooms, type Room, type RoomSession, type RoomCreateResponse, type RoomRetrieveResponse, type RoomUpdateResponse, type RoomCreateParams, type RoomRetrieveParams, type RoomUpdateParams, type RoomListParams, type RoomSessionsDefaultFlatPagination, type RoomsDefaultFlatPagination, } from "./rooms/rooms.mjs";
126
129
  export { SessionAnalysis, type EventNode, type SessionAnalysisRetrieveResponse, type SessionAnalysisRetrieveParams, } from "./session-analysis/session-analysis.mjs";
127
130
  export { Seti, type SetiRetrieveBlackBoxTestResultsResponse, type SetiRetrieveBlackBoxTestResultsParams, } from "./seti.mjs";
@@ -132,36 +135,36 @@ export { SimCardOrderPreview, type SimCardOrderPreviewPreviewResponse, type SimC
132
135
  export { SimCardOrders, type SimCardOrder, type SimCardOrderCreateResponse, type SimCardOrderRetrieveResponse, type SimCardOrderCreateParams, type SimCardOrderListParams, type SimCardOrdersDefaultFlatPagination, } from "./sim-card-orders.mjs";
133
136
  export { SimCards, type SimCard, type SimCardRetrieveResponse, type SimCardUpdateResponse, type SimCardDeleteResponse, type SimCardGetActivationCodeResponse, type SimCardGetDeviceDetailsResponse, type SimCardGetPublicIPResponse, type SimCardListWirelessConnectivityLogsResponse, type SimCardRetrieveParams, type SimCardUpdateParams, type SimCardListParams, type SimCardDeleteParams, type SimCardListWirelessConnectivityLogsParams, type SimCardListWirelessConnectivityLogsResponsesDefaultFlatPagination, } from "./sim-cards/sim-cards.mjs";
134
137
  export { SipRegistrationStatus, type SipRegistrationStatusRetrieveResponse, type SipRegistrationStatusRetrieveParams, } from "./sip-registration-status.mjs";
135
- export { SiprecConnectors, type SiprecConnectorCreateResponse, type SiprecConnectorRetrieveResponse, type SiprecConnectorUpdateResponse, type SiprecConnectorCreateParams, type SiprecConnectorUpdateParams, } from "./siprec-connectors.mjs";
136
- export { SpeechToText, type SpeechToTextListProvidersResponse, type TranscribeClientEvent, type TranscribeServerEvent, type SpeechToTextListProvidersParams, } from "./speech-to-text.mjs";
138
+ export { SiprecConnectors, type SiprecConnectorResponse, type SiprecConnectorCreateParams, type SiprecConnectorUpdateParams, } from "./siprec-connectors.mjs";
139
+ export { SpeechToText, type SttServiceType, type SpeechToTextListProvidersResponse, type TranscribeClientEvent, type TranscribeServerEvent, type SpeechToTextListProvidersParams, type SpeechToTextRetrieveTranscriptionParams, } from "./speech-to-text.mjs";
137
140
  export { Storage, type StorageListMigrationSourceCoverageResponse } from "./storage/storage.mjs";
138
141
  export { SubNumberOrders, type SubNumberOrder, type SubNumberOrderRegulatoryRequirement, type SubNumberOrderRetrieveResponse, type SubNumberOrderUpdateResponse, type SubNumberOrderListResponse, type SubNumberOrderCancelResponse, type SubNumberOrderUpdateRequirementGroupResponse, type SubNumberOrderRetrieveParams, type SubNumberOrderUpdateParams, type SubNumberOrderListParams, type SubNumberOrderUpdateRequirementGroupParams, } from "./sub-number-orders.mjs";
139
142
  export { SubNumberOrdersReportResource, type SubNumberOrdersReport, type SubNumberOrdersReportCreateResponse, type SubNumberOrdersReportRetrieveResponse, type SubNumberOrdersReportDownloadResponse, type SubNumberOrdersReportCreateParams, } from "./sub-number-orders-report.mjs";
140
143
  export { TelephonyCredentials, type TelephonyCredential, type TelephonyCredentialCreateResponse, type TelephonyCredentialRetrieveResponse, type TelephonyCredentialUpdateResponse, type TelephonyCredentialDeleteResponse, type TelephonyCredentialCreateTokenResponse, type TelephonyCredentialCreateParams, type TelephonyCredentialUpdateParams, type TelephonyCredentialListParams, type TelephonyCredentialsDefaultFlatPagination, } from "./telephony-credentials.mjs";
141
- export { TermsOfService } from "./terms-of-service/terms-of-service.mjs";
144
+ export { TermsOfService, type TermsOfServiceRetrieveInfoResponse, type TermsOfServiceRetrieveStatusResponse, type TermsOfServiceRetrieveInfoParams, type TermsOfServiceRetrieveStatusParams, } from "./terms-of-service/terms-of-service.mjs";
142
145
  export { Texml, type TexmlInitiateAICallResponse, type TexmlSecretsResponse, type TexmlInitiateAICallParams, type TexmlSecretsParams, } from "./texml/texml.mjs";
143
146
  export { TexmlApplications, type TexmlApplication, type TexmlApplicationCreateResponse, type TexmlApplicationRetrieveResponse, type TexmlApplicationUpdateResponse, type TexmlApplicationDeleteResponse, type TexmlApplicationCreateParams, type TexmlApplicationUpdateParams, type TexmlApplicationListParams, type TexmlApplicationsDefaultFlatPagination, } from "./texml-applications.mjs";
144
- export { TextToSpeech, type TextToSpeechCreateSpeechResponse, type TextToSpeechListVoicesResponse, type StreamClientEvent, type StreamServerEvent, type TextToSpeechCreateSpeechParams, type TextToSpeechGenerateSpeechParams, type TextToSpeechListVoicesParams, type TextToSpeechStreamParams, } from "./text-to-speech.mjs";
147
+ export { TextToSpeech, type TextToSpeechGenerateSpeechResponse, type TextToSpeechListVoicesResponse, type StreamClientEvent, type StreamServerEvent, type TextToSpeechGenerateSpeechParams, type TextToSpeechListVoicesParams, type TextToSpeechRetrieveSpeechParams, } from "./text-to-speech.mjs";
145
148
  export { TrafficPolicyProfiles, type TrafficPolicyProfile, type TrafficPolicyProfileCreateResponse, type TrafficPolicyProfileRetrieveResponse, type TrafficPolicyProfileUpdateResponse, type TrafficPolicyProfileDeleteResponse, type TrafficPolicyProfileListServicesResponse, type TrafficPolicyProfileCreateParams, type TrafficPolicyProfileUpdateParams, type TrafficPolicyProfileListParams, type TrafficPolicyProfileListServicesParams, type TrafficPolicyProfilesDefaultFlatPagination, type TrafficPolicyProfileListServicesResponsesDefaultFlatPagination, } from "./traffic-policy-profiles.mjs";
146
- export { UacConnections, type UacConnection, type UacExternalSettings, type UacInbound, type UacInternalSettings, type UacOutbound, type UacConnectionCreateResponse, type UacConnectionRetrieveResponse, type UacConnectionUpdateResponse, type UacConnectionDeleteResponse, type UacConnectionCreateParams, type UacConnectionUpdateParams, type UacConnectionListParams, type UacConnectionsDefaultFlatPagination, } from "./uac-connections/uac-connections.mjs";
149
+ export { UacConnections, type UacConnection, type UacExternalSettings, type UacInbound, type UacInboundRequest, type UacInternalSettings, type UacOutbound, type UacConnectionCreateResponse, type UacConnectionRetrieveResponse, type UacConnectionUpdateResponse, type UacConnectionDeleteResponse, type UacConnectionCreateParams, type UacConnectionUpdateParams, type UacConnectionListParams, type UacConnectionsDefaultFlatPagination, } from "./uac-connections/uac-connections.mjs";
147
150
  export { UsageReports, type UsageReportListResponse, type UsageReportGetOptionsResponse, type UsageReportListParams, type UsageReportGetOptionsParams, type UsageReportListResponsesDefaultFlatPagination, } from "./usage-reports.mjs";
148
151
  export { UserAddresses, type UserAddress, type UserAddressCreateResponse, type UserAddressRetrieveResponse, type UserAddressCreateParams, type UserAddressListParams, type UserAddressesDefaultFlatPagination, } from "./user-addresses.mjs";
149
152
  export { UserTags, type UserTagListResponse, type UserTagListParams } from "./user-tags.mjs";
150
- export { Verifications, type CreateVerificationResponse, type Verification, type VerificationRetrieveResponse, type VerificationTriggerCallParams, type VerificationTriggerFlashcallParams, type VerificationTriggerSMSParams, type VerificationTriggerWhatsappVerificationParams, } from "./verifications/verifications.mjs";
153
+ export { Verifications, type CreateVerificationRequestSMS, type CreateVerificationResponse, type Verification, type VerificationRetrieveResponse, type VerificationTriggerCallParams, type VerificationTriggerFlashcallParams, type VerificationTriggerSMSParams, type VerificationTriggerWhatsappVerificationParams, } from "./verifications/verifications.mjs";
151
154
  export { VerifiedNumbers, type VerifiedNumber, type VerifiedNumberDataWrapper, type VerifiedNumberCreateResponse, type VerifiedNumberCreateParams, type VerifiedNumberListParams, type VerifiedNumbersDefaultFlatPagination, } from "./verified-numbers/verified-numbers.mjs";
152
155
  export { VerifyProfiles, type MessageTemplate, type VerifyProfile, type VerifyProfileData, type VerifyProfileMessageTemplateResponse, type VerifyProfileRetrieveTemplatesResponse, type VerifyProfileCreateParams, type VerifyProfileUpdateParams, type VerifyProfileListParams, type VerifyProfileCreateTemplateParams, type VerifyProfileUpdateTemplateParams, type VerifyProfilesDefaultFlatPagination, } from "./verify-profiles.mjs";
153
- export { VirtualCrossConnects, type VirtualCrossConnectCombined, type VirtualCrossConnectCreateResponse, type VirtualCrossConnectRetrieveResponse, type VirtualCrossConnectUpdateResponse, type VirtualCrossConnectDeleteResponse, type VirtualCrossConnectCreateParams, type VirtualCrossConnectUpdateParams, type VirtualCrossConnectListParams, type VirtualCrossConnectCombinedsDefaultFlatPagination, } from "./virtual-cross-connects.mjs";
156
+ export { VirtualCrossConnects, type RegionOut, type VirtualCrossConnectCombined, type VirtualCrossConnectCreate, type VirtualCrossConnectPatch, type VirtualCrossConnectCreateResponse, type VirtualCrossConnectRetrieveResponse, type VirtualCrossConnectUpdateResponse, type VirtualCrossConnectDeleteResponse, type VirtualCrossConnectCreateParams, type VirtualCrossConnectUpdateParams, type VirtualCrossConnectListParams, type VirtualCrossConnectCombinedsDefaultFlatPagination, } from "./virtual-cross-connects.mjs";
154
157
  export { VirtualCrossConnectsCoverage, type VirtualCrossConnectsCoverageListResponse, type VirtualCrossConnectsCoverageListParams, type VirtualCrossConnectsCoverageListResponsesDefaultFlatPagination, } from "./virtual-cross-connects-coverage.mjs";
155
- export { VoiceClones, type VoiceCloneData, type VoiceCloneCreateResponse, type VoiceCloneUpdateResponse, type VoiceCloneCreateFromUploadResponse, type VoiceCloneCreateParams, type VoiceCloneUpdateParams, type VoiceCloneListParams, type VoiceCloneCreateFromUploadParams, type VoiceCloneDataDefaultFlatPagination, } from "./voice-clones.mjs";
156
- export { VoiceDesigns, type VoiceDesignData, type VoiceDesignCreateResponse, type VoiceDesignRetrieveResponse, type VoiceDesignListResponse, type VoiceDesignRenameResponse, type VoiceDesignCreateParams, type VoiceDesignRetrieveParams, type VoiceDesignListParams, type VoiceDesignDeleteVersionParams, type VoiceDesignDownloadSampleParams, type VoiceDesignRenameParams, type VoiceDesignListResponsesDefaultFlatPagination, } from "./voice-designs.mjs";
157
- export { VoiceSDKCallReports, type VoiceSDKCallReportLogEntry, type VoiceSDKCallReportRetrieveResponse, type VoiceSDKCallReportListResponse, type VoiceSDKCallReportListParams, type VoiceSDKCallReportListResponsesDefaultFlatPagination, } from "./voice-sdk-call-reports.mjs";
158
- export { WebhookDeliveries, type Attempt, type HTTP, type WebhookDeliveryRetrieveResponse, type WebhookDeliveryListResponse, type WebhookDeliveryListParams, type WebhookDeliveryListResponsesDefaultFlatPagination, } from "./webhook-deliveries.mjs";
158
+ export { VoiceClones, type VoiceCloneData, type VoiceCloneResponse, type VoiceDesignsPaginationMeta, type VoiceCloneCreateParams, type VoiceCloneUpdateParams, type VoiceCloneListParams, type VoiceCloneCreateFromUploadParams, type VoiceCloneDataDefaultFlatPagination, } from "./voice-clones.mjs";
159
+ export { VoiceDesigns, type VoiceDesignData, type VoiceDesignResponse, type VoiceDesignSummaryData, type VoiceDesignRenameResponse, type VoiceDesignCreateParams, type VoiceDesignRetrieveParams, type VoiceDesignListParams, type VoiceDesignDeleteVersionParams, type VoiceDesignDownloadSampleParams, type VoiceDesignRenameParams, type VoiceDesignSummaryDataDefaultFlatPagination, } from "./voice-designs.mjs";
160
+ export { VoiceSDKCallReports, type VoiceSDKCallReport, type VoiceSDKCallReportLogEntry, type VoiceSDKCallReportRetrieveResponse, type VoiceSDKCallReportListParams, type VoiceSDKCallReportsDefaultFlatPagination, } from "./voice-sdk-call-reports.mjs";
161
+ export { WebhookDeliveries, type Attempt, type HTTP, type WebhookDelivery, type WebhookDeliveryRetrieveResponse, type WebhookDeliveryListParams, type WebhookDeliveriesDefaultFlatPagination, } from "./webhook-deliveries.mjs";
159
162
  export { Webhooks, type CallAIGatherEnded, type CallAIGatherMessageHistoryUpdated, type CallAIGatherPartialResults, type CallAnswered, type CallBridged, type CallConversationEnded, type CallConversationInsightsGenerated, type CallDtmfReceived, type CallEnqueued, type CallForkStarted, type CallForkStopped, type CallGatherEnded, type CallHangup, type CallInitiated, type CallLeftQueue, type CallMachineDetectionEnded, type CallMachineGreetingEnded, type CallMachinePremiumDetectionEnded, type CallMachinePremiumGreetingEnded, type CallPlaybackEnded, type CallPlaybackStarted, type CallRecordingError, type CallRecordingSaved, type CallRecordingTranscriptionSaved, type CallReferCompleted, type CallReferFailed, type CallReferStarted, type CallSiprecFailed, type CallSiprecStarted, type CallSiprecStopped, type CallSpeakEnded, type CallSpeakStarted, type CallStreamingFailed, type CallStreamingStarted, type CallStreamingStopped, type CampaignStatusUpdate, type ConferenceCreated, type ConferenceEnded, type ConferenceFloorChanged, type ConferenceParticipantJoined, type ConferenceParticipantLeft, type ConferenceParticipantPlaybackEnded, type ConferenceParticipantPlaybackStarted, type ConferenceParticipantSpeakEnded, type ConferenceParticipantSpeakStarted, type ConferencePlaybackEnded, type ConferencePlaybackStarted, type ConferenceRecordingSaved, type ConferenceSpeakEnded, type ConferenceSpeakStarted, type FaxDelivered, type FaxFailed, type FaxMediaProcessed, type FaxQueued, type FaxSendingStarted, type InboundMessage, type NumberOrderStatusUpdate, type OutboundMessage, type ReplacedLinkClick, type Transcription, type CallAIGatherEndedWebhookEvent, type CallAIGatherMessageHistoryUpdatedWebhookEvent, type CallAIGatherPartialResultsWebhookEvent, type CallAnsweredWebhookEvent, type CallBridgedWebhookEvent, type CallConversationEndedWebhookEvent, type CallConversationInsightsGeneratedWebhookEvent, type CallCostWebhookEvent, type CallDeepfakeDetectionErrorWebhookEvent, type CallDeepfakeDetectionResultWebhookEvent, type CallDtmfReceivedWebhookEvent, type CallEnqueuedWebhookEvent, type CallForkStartedWebhookEvent, type CallForkStoppedWebhookEvent, type CallGatherEndedWebhookEvent, type CallHangupWebhookEvent, type CallHoldWebhookEvent, type CallInitiatedWebhookEvent, type CallLeftQueueWebhookEvent, type CallMachineDetectionEndedWebhookEvent, type CallMachineGreetingEndedWebhookEvent, type CallMachinePremiumDetectionEndedWebhookEvent, type CallMachinePremiumGreetingEndedWebhookEvent, type CallPlaybackEndedWebhookEvent, type CallPlaybackStartedWebhookEvent, type CallRecordingErrorWebhookEvent, type CallRecordingSavedWebhookEvent, type CallRecordingTranscriptionSavedWebhookEvent, type CallReferCompletedWebhookEvent, type CallReferFailedWebhookEvent, type CallReferStartedWebhookEvent, type CallSiprecFailedWebhookEvent, type CallSiprecStartedWebhookEvent, type CallSiprecStoppedWebhookEvent, type CallSpeakEndedWebhookEvent, type CallSpeakStartedWebhookEvent, type CallStreamingFailedWebhookEvent, type CallStreamingStartedWebhookEvent, type CallStreamingStoppedWebhookEvent, type CallUnholdWebhookEvent, type ConferenceCreatedWebhookEvent, type ConferenceEndedWebhookEvent, type ConferenceParticipantJoinedWebhookEvent, type ConferenceParticipantLeftWebhookEvent, type ConferenceParticipantPlaybackEndedWebhookEvent, type ConferenceParticipantPlaybackStartedWebhookEvent, type ConferenceParticipantSpeakEndedWebhookEvent, type ConferenceParticipantSpeakStartedWebhookEvent, type ConferencePlaybackEndedWebhookEvent, type ConferencePlaybackStartedWebhookEvent, type ConferenceRecordingSavedWebhookEvent, type ConferenceSpeakEndedWebhookEvent, type ConferenceSpeakStartedWebhookEvent, type DeliveryUpdateWebhookEvent, type HostedNumberOrderEventWebhookEvent, type InboundMessageWebhookEvent, type ReplacedLinkClickWebhookEvent, type TranscriptionWebhookEvent, type UnsafeUnwrapWebhookEvent, type UnwrapWebhookEvent, } from "./webhooks.mjs";
160
163
  export { WellKnown, type WellKnownRetrieveAuthorizationServerMetadataResponse, type WellKnownRetrieveProtectedResourceMetadataResponse, } from "./well-known.mjs";
161
164
  export { Whatsapp } from "./whatsapp/whatsapp.mjs";
162
165
  export { WhatsappMessageTemplates, type WhatsappMessageTemplateRetrieveResponse, type WhatsappMessageTemplateUpdateResponse, type WhatsappMessageTemplateUpdateParams, } from "./whatsapp-message-templates.mjs";
163
- export { WireguardInterfaces, type WireguardInterfaceRead, type WireguardInterfaceCreateResponse, type WireguardInterfaceRetrieveResponse, type WireguardInterfaceDeleteResponse, type WireguardInterfaceCreateParams, type WireguardInterfaceListParams, type WireguardInterfaceReadsDefaultFlatPagination, } from "./wireguard-interfaces.mjs";
164
- export { WireguardPeers, type WireguardPeerPatch, type WireguardPeerCreateResponse, type WireguardPeerRetrieveResponse, type WireguardPeerUpdateResponse, type WireguardPeerListResponse, type WireguardPeerDeleteResponse, type WireguardPeerRetrieveConfigResponse, type WireguardPeerCreateParams, type WireguardPeerUpdateParams, type WireguardPeerListParams, type WireguardPeerListResponsesDefaultFlatPagination, } from "./wireguard-peers.mjs";
166
+ export { WireguardInterfaces, type WireguardInterface, type WireguardInterfaceRead, type WireguardInterfaceCreateResponse, type WireguardInterfaceRetrieveResponse, type WireguardInterfaceDeleteResponse, type WireguardInterfaceCreateParams, type WireguardInterfaceListParams, type WireguardInterfaceReadsDefaultFlatPagination, } from "./wireguard-interfaces.mjs";
167
+ export { WireguardPeers, type WireguardPeer, type WireguardPeerPatch, type WireguardPeerCreateResponse, type WireguardPeerRetrieveResponse, type WireguardPeerUpdateResponse, type WireguardPeerDeleteResponse, type WireguardPeerRetrieveConfigResponse, type WireguardPeerCreateParams, type WireguardPeerUpdateParams, type WireguardPeerListParams, type WireguardPeersDefaultFlatPagination, } from "./wireguard-peers.mjs";
165
168
  export { Wireless, type WirelessRetrieveRegionsResponse, type WirelessRetrieveRegionsParams, } from "./wireless/wireless.mjs";
166
169
  export { WirelessBlocklistValues, type WirelessBlocklistValueListResponse, type WirelessBlocklistValueListParams, } from "./wireless-blocklist-values.mjs";
167
170
  export { WirelessBlocklists, type WirelessBlocklist, type WirelessBlocklistCreateResponse, type WirelessBlocklistRetrieveResponse, type WirelessBlocklistUpdateResponse, type WirelessBlocklistDeleteResponse, type WirelessBlocklistCreateParams, type WirelessBlocklistUpdateParams, type WirelessBlocklistListParams, type WirelessBlocklistsDefaultFlatPagination, } from "./wireless-blocklists.mjs";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../src/resources/index.ts"],"names":[],"mappings":"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"}