twilio 3.71.2 → 3.73.1

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 (364) hide show
  1. package/CHANGES.md +91 -0
  2. package/README.md +1 -1
  3. package/lib/rest/Insights.d.ts +4 -0
  4. package/lib/rest/Insights.js +16 -0
  5. package/lib/rest/Supersim.d.ts +4 -0
  6. package/lib/rest/Supersim.js +17 -0
  7. package/lib/rest/Voice.d.ts +2 -0
  8. package/lib/rest/Voice.js +9 -0
  9. package/lib/rest/accounts/v1/credential/aws.js +2 -0
  10. package/lib/rest/accounts/v1/credential/publicKey.js +2 -0
  11. package/lib/rest/api/v2010/account/address/dependentPhoneNumber.js +2 -0
  12. package/lib/rest/api/v2010/account/address.js +2 -0
  13. package/lib/rest/api/v2010/account/application.js +2 -0
  14. package/lib/rest/api/v2010/account/authorizedConnectApp.js +2 -0
  15. package/lib/rest/api/v2010/account/availablePhoneNumber/local.js +2 -0
  16. package/lib/rest/api/v2010/account/availablePhoneNumber/machineToMachine.js +2 -0
  17. package/lib/rest/api/v2010/account/availablePhoneNumber/mobile.js +2 -0
  18. package/lib/rest/api/v2010/account/availablePhoneNumber/national.js +2 -0
  19. package/lib/rest/api/v2010/account/availablePhoneNumber/sharedCost.js +2 -0
  20. package/lib/rest/api/v2010/account/availablePhoneNumber/tollFree.js +2 -0
  21. package/lib/rest/api/v2010/account/availablePhoneNumber/voip.js +2 -0
  22. package/lib/rest/api/v2010/account/availablePhoneNumber.js +2 -0
  23. package/lib/rest/api/v2010/account/call/event.js +2 -0
  24. package/lib/rest/api/v2010/account/call/notification.js +2 -0
  25. package/lib/rest/api/v2010/account/call/recording.js +2 -0
  26. package/lib/rest/api/v2010/account/call.js +2 -0
  27. package/lib/rest/api/v2010/account/conference/participant.js +2 -0
  28. package/lib/rest/api/v2010/account/conference/recording.js +2 -0
  29. package/lib/rest/api/v2010/account/conference.js +2 -0
  30. package/lib/rest/api/v2010/account/connectApp.js +2 -0
  31. package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.js +2 -0
  32. package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +2 -0
  33. package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +2 -0
  34. package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +2 -0
  35. package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +2 -0
  36. package/lib/rest/api/v2010/account/incomingPhoneNumber.js +2 -0
  37. package/lib/rest/api/v2010/account/key.js +2 -0
  38. package/lib/rest/api/v2010/account/message/media.js +2 -0
  39. package/lib/rest/api/v2010/account/message.d.ts +9 -1
  40. package/lib/rest/api/v2010/account/message.js +17 -2
  41. package/lib/rest/api/v2010/account/notification.js +2 -0
  42. package/lib/rest/api/v2010/account/outgoingCallerId.js +2 -0
  43. package/lib/rest/api/v2010/account/queue/member.js +2 -0
  44. package/lib/rest/api/v2010/account/queue.js +2 -0
  45. package/lib/rest/api/v2010/account/recording/addOnResult/payload.js +2 -0
  46. package/lib/rest/api/v2010/account/recording/addOnResult.js +2 -0
  47. package/lib/rest/api/v2010/account/recording/transcription.js +2 -0
  48. package/lib/rest/api/v2010/account/recording.js +2 -0
  49. package/lib/rest/api/v2010/account/shortCode.js +2 -0
  50. package/lib/rest/api/v2010/account/signingKey.js +2 -0
  51. package/lib/rest/api/v2010/account/sip/credentialList/credential.js +2 -0
  52. package/lib/rest/api/v2010/account/sip/credentialList.js +2 -0
  53. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsCredentialListMapping.js +2 -0
  54. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsIpAccessControlListMapping.js +2 -0
  55. package/lib/rest/api/v2010/account/sip/domain/authTypes/authRegistrationsMapping/authRegistrationsCredentialListMapping.js +2 -0
  56. package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +2 -0
  57. package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +2 -0
  58. package/lib/rest/api/v2010/account/sip/domain.js +2 -0
  59. package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +2 -0
  60. package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +2 -0
  61. package/lib/rest/api/v2010/account/transcription.js +2 -0
  62. package/lib/rest/api/v2010/account/usage/record/allTime.js +2 -0
  63. package/lib/rest/api/v2010/account/usage/record/daily.js +2 -0
  64. package/lib/rest/api/v2010/account/usage/record/lastMonth.js +2 -0
  65. package/lib/rest/api/v2010/account/usage/record/monthly.js +2 -0
  66. package/lib/rest/api/v2010/account/usage/record/thisMonth.js +2 -0
  67. package/lib/rest/api/v2010/account/usage/record/today.js +2 -0
  68. package/lib/rest/api/v2010/account/usage/record/yearly.js +2 -0
  69. package/lib/rest/api/v2010/account/usage/record/yesterday.js +2 -0
  70. package/lib/rest/api/v2010/account/usage/record.js +2 -0
  71. package/lib/rest/api/v2010/account/usage/trigger.js +2 -0
  72. package/lib/rest/api/v2010/account.js +2 -0
  73. package/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +2 -0
  74. package/lib/rest/autopilot/v1/assistant/fieldType.js +2 -0
  75. package/lib/rest/autopilot/v1/assistant/modelBuild.js +2 -0
  76. package/lib/rest/autopilot/v1/assistant/query.js +2 -0
  77. package/lib/rest/autopilot/v1/assistant/task/field.js +2 -0
  78. package/lib/rest/autopilot/v1/assistant/task/sample.js +2 -0
  79. package/lib/rest/autopilot/v1/assistant/task.js +2 -0
  80. package/lib/rest/autopilot/v1/assistant/webhook.js +2 -0
  81. package/lib/rest/autopilot/v1/assistant.js +2 -0
  82. package/lib/rest/bulkexports/v1/export/day.js +2 -0
  83. package/lib/rest/bulkexports/v1/export/exportCustomJob.js +2 -0
  84. package/lib/rest/chat/v1/credential.js +2 -0
  85. package/lib/rest/chat/v1/service/channel/invite.js +2 -0
  86. package/lib/rest/chat/v1/service/channel/member.js +2 -0
  87. package/lib/rest/chat/v1/service/channel/message.js +2 -0
  88. package/lib/rest/chat/v1/service/channel.js +2 -0
  89. package/lib/rest/chat/v1/service/role.js +2 -0
  90. package/lib/rest/chat/v1/service/user/userChannel.js +2 -0
  91. package/lib/rest/chat/v1/service/user.js +2 -0
  92. package/lib/rest/chat/v1/service.js +2 -0
  93. package/lib/rest/chat/v2/credential.js +2 -0
  94. package/lib/rest/chat/v2/service/binding.js +2 -0
  95. package/lib/rest/chat/v2/service/channel/invite.js +2 -0
  96. package/lib/rest/chat/v2/service/channel/member.js +2 -0
  97. package/lib/rest/chat/v2/service/channel/message.js +2 -0
  98. package/lib/rest/chat/v2/service/channel/webhook.js +2 -0
  99. package/lib/rest/chat/v2/service/channel.js +2 -0
  100. package/lib/rest/chat/v2/service/role.js +2 -0
  101. package/lib/rest/chat/v2/service/user/userBinding.js +2 -0
  102. package/lib/rest/chat/v2/service/user/userChannel.js +2 -0
  103. package/lib/rest/chat/v2/service/user.js +2 -0
  104. package/lib/rest/chat/v2/service.js +2 -0
  105. package/lib/rest/conversations/v1/conversation/message/deliveryReceipt.js +2 -0
  106. package/lib/rest/conversations/v1/conversation/message.js +2 -0
  107. package/lib/rest/conversations/v1/conversation/participant.js +2 -0
  108. package/lib/rest/conversations/v1/conversation/webhook.js +2 -0
  109. package/lib/rest/conversations/v1/conversation.js +2 -0
  110. package/lib/rest/conversations/v1/credential.js +2 -0
  111. package/lib/rest/conversations/v1/participantConversation.js +2 -0
  112. package/lib/rest/conversations/v1/role.js +2 -0
  113. package/lib/rest/conversations/v1/service/binding.js +2 -0
  114. package/lib/rest/conversations/v1/service/configuration/webhook.d.ts +172 -0
  115. package/lib/rest/conversations/v1/service/configuration/webhook.js +400 -0
  116. package/lib/rest/conversations/v1/service/configuration.d.ts +2 -0
  117. package/lib/rest/conversations/v1/service/configuration.js +13 -0
  118. package/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.js +2 -0
  119. package/lib/rest/conversations/v1/service/conversation/message.js +2 -0
  120. package/lib/rest/conversations/v1/service/conversation/participant.js +2 -0
  121. package/lib/rest/conversations/v1/service/conversation/webhook.js +2 -0
  122. package/lib/rest/conversations/v1/service/conversation.js +2 -0
  123. package/lib/rest/conversations/v1/service/participantConversation.js +2 -0
  124. package/lib/rest/conversations/v1/service/role.js +2 -0
  125. package/lib/rest/conversations/v1/service/user/userConversation.js +2 -0
  126. package/lib/rest/conversations/v1/service/user.js +2 -0
  127. package/lib/rest/conversations/v1/service.js +2 -0
  128. package/lib/rest/conversations/v1/user/userConversation.js +2 -0
  129. package/lib/rest/conversations/v1/user.js +2 -0
  130. package/lib/rest/events/v1/eventType.js +2 -0
  131. package/lib/rest/events/v1/schema/version.js +2 -0
  132. package/lib/rest/events/v1/sink.js +2 -0
  133. package/lib/rest/events/v1/subscription/subscribedEvent.js +2 -0
  134. package/lib/rest/events/v1/subscription.js +2 -0
  135. package/lib/rest/fax/v1/fax/faxMedia.js +2 -0
  136. package/lib/rest/fax/v1/fax.js +2 -0
  137. package/lib/rest/flexApi/v1/channel.js +2 -0
  138. package/lib/rest/flexApi/v1/configuration.d.ts +4 -0
  139. package/lib/rest/flexApi/v1/configuration.js +5 -0
  140. package/lib/rest/flexApi/v1/flexFlow.d.ts +2 -2
  141. package/lib/rest/flexApi/v1/flexFlow.js +5 -3
  142. package/lib/rest/flexApi/v1/webChannel.js +2 -0
  143. package/lib/rest/insights/V1.d.ts +6 -0
  144. package/lib/rest/insights/V1.js +22 -0
  145. package/lib/rest/insights/v1/call/event.js +2 -0
  146. package/lib/rest/insights/v1/call/metric.js +2 -0
  147. package/lib/rest/insights/v1/callSummaries.js +2 -0
  148. package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +385 -0
  149. package/lib/rest/insights/v1/conference/conferenceParticipant.js +663 -0
  150. package/lib/rest/insights/v1/conference.d.ts +387 -0
  151. package/lib/rest/insights/v1/conference.js +669 -0
  152. package/lib/rest/insights/v1/room/participant.js +2 -0
  153. package/lib/rest/insights/v1/room.js +2 -0
  154. package/lib/rest/insights/v1/setting.d.ts +181 -0
  155. package/lib/rest/insights/v1/setting.js +384 -0
  156. package/lib/rest/ipMessaging/v1/credential.js +2 -0
  157. package/lib/rest/ipMessaging/v1/service/channel/invite.js +2 -0
  158. package/lib/rest/ipMessaging/v1/service/channel/member.js +2 -0
  159. package/lib/rest/ipMessaging/v1/service/channel/message.js +2 -0
  160. package/lib/rest/ipMessaging/v1/service/channel.js +2 -0
  161. package/lib/rest/ipMessaging/v1/service/role.js +2 -0
  162. package/lib/rest/ipMessaging/v1/service/user/userChannel.js +2 -0
  163. package/lib/rest/ipMessaging/v1/service/user.js +2 -0
  164. package/lib/rest/ipMessaging/v1/service.js +2 -0
  165. package/lib/rest/ipMessaging/v2/credential.js +2 -0
  166. package/lib/rest/ipMessaging/v2/service/binding.js +2 -0
  167. package/lib/rest/ipMessaging/v2/service/channel/invite.js +2 -0
  168. package/lib/rest/ipMessaging/v2/service/channel/member.js +2 -0
  169. package/lib/rest/ipMessaging/v2/service/channel/message.js +2 -0
  170. package/lib/rest/ipMessaging/v2/service/channel/webhook.js +2 -0
  171. package/lib/rest/ipMessaging/v2/service/channel.js +2 -0
  172. package/lib/rest/ipMessaging/v2/service/role.js +2 -0
  173. package/lib/rest/ipMessaging/v2/service/user/userBinding.js +2 -0
  174. package/lib/rest/ipMessaging/v2/service/user/userChannel.js +2 -0
  175. package/lib/rest/ipMessaging/v2/service/user.js +2 -0
  176. package/lib/rest/ipMessaging/v2/service.js +2 -0
  177. package/lib/rest/media/v1/mediaProcessor.d.ts +4 -0
  178. package/lib/rest/media/v1/mediaProcessor.js +7 -1
  179. package/lib/rest/media/v1/playerStreamer.js +2 -0
  180. package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +2 -0
  181. package/lib/rest/messaging/v1/brandRegistration.d.ts +14 -0
  182. package/lib/rest/messaging/v1/brandRegistration.js +51 -0
  183. package/lib/rest/messaging/v1/service/alphaSender.js +2 -0
  184. package/lib/rest/messaging/v1/service/phoneNumber.js +2 -0
  185. package/lib/rest/messaging/v1/service/shortCode.js +2 -0
  186. package/lib/rest/messaging/v1/service/usAppToPerson.js +2 -0
  187. package/lib/rest/messaging/v1/service.js +2 -0
  188. package/lib/rest/monitor/v1/alert.js +2 -0
  189. package/lib/rest/monitor/v1/event.js +2 -0
  190. package/lib/rest/notify/v1/credential.js +2 -0
  191. package/lib/rest/notify/v1/service/binding.js +2 -0
  192. package/lib/rest/notify/v1/service.js +2 -0
  193. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.d.ts +154 -1
  194. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.js +244 -0
  195. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.js +2 -0
  196. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +2 -0
  197. package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +2 -0
  198. package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +2 -0
  199. package/lib/rest/numbers/v2/regulatoryCompliance/endUserType.js +2 -0
  200. package/lib/rest/numbers/v2/regulatoryCompliance/regulation.js +2 -0
  201. package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +2 -0
  202. package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.js +2 -0
  203. package/lib/rest/preview/bulk_exports/export/day.js +2 -0
  204. package/lib/rest/preview/bulk_exports/export/exportCustomJob.js +2 -0
  205. package/lib/rest/preview/deployed_devices/fleet/certificate.js +2 -0
  206. package/lib/rest/preview/deployed_devices/fleet/deployment.js +2 -0
  207. package/lib/rest/preview/deployed_devices/fleet/device.js +2 -0
  208. package/lib/rest/preview/deployed_devices/fleet/key.js +2 -0
  209. package/lib/rest/preview/deployed_devices/fleet.js +2 -0
  210. package/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.js +2 -0
  211. package/lib/rest/preview/hosted_numbers/authorizationDocument.js +2 -0
  212. package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +2 -0
  213. package/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.js +2 -0
  214. package/lib/rest/preview/marketplace/availableAddOn.js +2 -0
  215. package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +2 -0
  216. package/lib/rest/preview/marketplace/installedAddOn.js +2 -0
  217. package/lib/rest/preview/sync/service/document/documentPermission.js +2 -0
  218. package/lib/rest/preview/sync/service/document.js +2 -0
  219. package/lib/rest/preview/sync/service/syncList/syncListItem.js +2 -0
  220. package/lib/rest/preview/sync/service/syncList/syncListPermission.js +2 -0
  221. package/lib/rest/preview/sync/service/syncList.js +2 -0
  222. package/lib/rest/preview/sync/service/syncMap/syncMapItem.js +2 -0
  223. package/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +2 -0
  224. package/lib/rest/preview/sync/service/syncMap.js +2 -0
  225. package/lib/rest/preview/sync/service.js +2 -0
  226. package/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +2 -0
  227. package/lib/rest/preview/understand/assistant/fieldType.js +2 -0
  228. package/lib/rest/preview/understand/assistant/modelBuild.js +2 -0
  229. package/lib/rest/preview/understand/assistant/query.js +2 -0
  230. package/lib/rest/preview/understand/assistant/task/field.js +2 -0
  231. package/lib/rest/preview/understand/assistant/task/sample.js +2 -0
  232. package/lib/rest/preview/understand/assistant/task.js +2 -0
  233. package/lib/rest/preview/understand/assistant.js +2 -0
  234. package/lib/rest/preview/wireless/command.js +2 -0
  235. package/lib/rest/preview/wireless/ratePlan.js +2 -0
  236. package/lib/rest/preview/wireless/sim.js +2 -0
  237. package/lib/rest/pricing/v1/messaging/country.js +2 -0
  238. package/lib/rest/pricing/v1/phoneNumber/country.js +2 -0
  239. package/lib/rest/pricing/v1/voice/country.js +2 -0
  240. package/lib/rest/pricing/v2/country.js +2 -0
  241. package/lib/rest/pricing/v2/voice/country.js +2 -0
  242. package/lib/rest/proxy/v1/service/phoneNumber.js +2 -0
  243. package/lib/rest/proxy/v1/service/session/interaction.js +2 -0
  244. package/lib/rest/proxy/v1/service/session/participant/messageInteraction.js +2 -0
  245. package/lib/rest/proxy/v1/service/session/participant.js +2 -0
  246. package/lib/rest/proxy/v1/service/session.js +2 -0
  247. package/lib/rest/proxy/v1/service/shortCode.js +2 -0
  248. package/lib/rest/proxy/v1/service.js +2 -0
  249. package/lib/rest/serverless/v1/service/asset/assetVersion.js +2 -0
  250. package/lib/rest/serverless/v1/service/asset.js +2 -0
  251. package/lib/rest/serverless/v1/service/build.js +2 -0
  252. package/lib/rest/serverless/v1/service/environment/deployment.js +2 -0
  253. package/lib/rest/serverless/v1/service/environment/log.js +2 -0
  254. package/lib/rest/serverless/v1/service/environment/variable.js +2 -0
  255. package/lib/rest/serverless/v1/service/environment.js +2 -0
  256. package/lib/rest/serverless/v1/service/function/functionVersion.js +2 -0
  257. package/lib/rest/serverless/v1/service/function.js +2 -0
  258. package/lib/rest/serverless/v1/service.js +2 -0
  259. package/lib/rest/studio/v1/flow/engagement/step.js +2 -0
  260. package/lib/rest/studio/v1/flow/engagement.js +2 -0
  261. package/lib/rest/studio/v1/flow/execution/executionStep.js +2 -0
  262. package/lib/rest/studio/v1/flow/execution.js +2 -0
  263. package/lib/rest/studio/v1/flow.js +2 -0
  264. package/lib/rest/studio/v2/flow/execution/executionStep.js +2 -0
  265. package/lib/rest/studio/v2/flow/execution.js +2 -0
  266. package/lib/rest/studio/v2/flow/flowRevision.js +2 -0
  267. package/lib/rest/studio/v2/flow.js +2 -0
  268. package/lib/rest/supersim/V1.d.ts +6 -0
  269. package/lib/rest/supersim/V1.js +23 -0
  270. package/lib/rest/supersim/v1/command.js +2 -0
  271. package/lib/rest/supersim/v1/esimProfile.d.ts +344 -0
  272. package/lib/rest/supersim/v1/esimProfile.js +664 -0
  273. package/lib/rest/supersim/v1/fleet.js +2 -0
  274. package/lib/rest/supersim/v1/ipCommand.d.ts +362 -0
  275. package/lib/rest/supersim/v1/ipCommand.js +681 -0
  276. package/lib/rest/supersim/v1/network.js +2 -0
  277. package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +2 -0
  278. package/lib/rest/supersim/v1/networkAccessProfile.js +2 -0
  279. package/lib/rest/supersim/v1/sim/billingPeriod.js +2 -0
  280. package/lib/rest/supersim/v1/sim.js +2 -0
  281. package/lib/rest/supersim/v1/smsCommand.js +2 -0
  282. package/lib/rest/supersim/v1/usageRecord.js +2 -0
  283. package/lib/rest/sync/v1/service/document/documentPermission.js +2 -0
  284. package/lib/rest/sync/v1/service/document.js +2 -0
  285. package/lib/rest/sync/v1/service/syncList/syncListItem.js +2 -0
  286. package/lib/rest/sync/v1/service/syncList/syncListPermission.js +2 -0
  287. package/lib/rest/sync/v1/service/syncList.js +2 -0
  288. package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +2 -0
  289. package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +2 -0
  290. package/lib/rest/sync/v1/service/syncMap.js +2 -0
  291. package/lib/rest/sync/v1/service/syncStream.js +2 -0
  292. package/lib/rest/sync/v1/service.js +2 -0
  293. package/lib/rest/taskrouter/v1/workspace/activity.js +2 -0
  294. package/lib/rest/taskrouter/v1/workspace/event.js +2 -0
  295. package/lib/rest/taskrouter/v1/workspace/task/reservation.js +2 -0
  296. package/lib/rest/taskrouter/v1/workspace/task.js +2 -0
  297. package/lib/rest/taskrouter/v1/workspace/taskChannel.js +2 -0
  298. package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.js +2 -0
  299. package/lib/rest/taskrouter/v1/workspace/taskQueue.js +2 -0
  300. package/lib/rest/taskrouter/v1/workspace/worker/reservation.js +2 -0
  301. package/lib/rest/taskrouter/v1/workspace/worker/workerChannel.js +2 -0
  302. package/lib/rest/taskrouter/v1/workspace/worker.js +2 -0
  303. package/lib/rest/taskrouter/v1/workspace/workflow.js +2 -0
  304. package/lib/rest/taskrouter/v1/workspace.js +2 -0
  305. package/lib/rest/trunking/v1/trunk/credentialList.js +2 -0
  306. package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +2 -0
  307. package/lib/rest/trunking/v1/trunk/originationUrl.js +2 -0
  308. package/lib/rest/trunking/v1/trunk/phoneNumber.js +2 -0
  309. package/lib/rest/trunking/v1/trunk.js +2 -0
  310. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +2 -0
  311. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +2 -0
  312. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +2 -0
  313. package/lib/rest/trusthub/v1/customerProfiles.js +2 -0
  314. package/lib/rest/trusthub/v1/endUser.js +2 -0
  315. package/lib/rest/trusthub/v1/endUserType.js +2 -0
  316. package/lib/rest/trusthub/v1/policies.js +2 -0
  317. package/lib/rest/trusthub/v1/supportingDocument.js +2 -0
  318. package/lib/rest/trusthub/v1/supportingDocumentType.js +2 -0
  319. package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +2 -0
  320. package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +2 -0
  321. package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +2 -0
  322. package/lib/rest/trusthub/v1/trustProducts.js +2 -0
  323. package/lib/rest/verify/v2/service/accessToken.d.ts +64 -4
  324. package/lib/rest/verify/v2/service/accessToken.js +158 -8
  325. package/lib/rest/verify/v2/service/entity/challenge.js +2 -0
  326. package/lib/rest/verify/v2/service/entity/factor.js +2 -0
  327. package/lib/rest/verify/v2/service/entity.js +2 -0
  328. package/lib/rest/verify/v2/service/messagingConfiguration.js +2 -0
  329. package/lib/rest/verify/v2/service/rateLimit/bucket.js +2 -0
  330. package/lib/rest/verify/v2/service/rateLimit.js +2 -0
  331. package/lib/rest/verify/v2/service/webhook.js +2 -0
  332. package/lib/rest/verify/v2/service.js +2 -0
  333. package/lib/rest/verify/v2/template.js +2 -0
  334. package/lib/rest/verify/v2/verificationAttempt.js +2 -0
  335. package/lib/rest/video/v1/composition.d.ts +2 -0
  336. package/lib/rest/video/v1/composition.js +5 -0
  337. package/lib/rest/video/v1/compositionHook.js +2 -0
  338. package/lib/rest/video/v1/recording.d.ts +2 -0
  339. package/lib/rest/video/v1/recording.js +5 -0
  340. package/lib/rest/video/v1/room/recording.d.ts +2 -0
  341. package/lib/rest/video/v1/room/recording.js +5 -0
  342. package/lib/rest/video/v1/room/roomParticipant/roomParticipantPublishedTrack.js +2 -0
  343. package/lib/rest/video/v1/room/roomParticipant/roomParticipantSubscribedTrack.js +2 -0
  344. package/lib/rest/video/v1/room/roomParticipant.js +2 -0
  345. package/lib/rest/video/v1/room.d.ts +12 -0
  346. package/lib/rest/video/v1/room.js +21 -1
  347. package/lib/rest/voice/V1.d.ts +3 -0
  348. package/lib/rest/voice/V1.js +12 -0
  349. package/lib/rest/voice/v1/archivedCall.d.ts +136 -0
  350. package/lib/rest/voice/v1/archivedCall.js +325 -0
  351. package/lib/rest/voice/v1/byocTrunk.js +2 -0
  352. package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +2 -0
  353. package/lib/rest/voice/v1/connectionPolicy.js +2 -0
  354. package/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.js +2 -0
  355. package/lib/rest/voice/v1/dialingPermissions/country.js +2 -0
  356. package/lib/rest/voice/v1/ipRecord.js +2 -0
  357. package/lib/rest/voice/v1/sourceIpMapping.js +2 -0
  358. package/lib/rest/wireless/v1/command.js +2 -0
  359. package/lib/rest/wireless/v1/ratePlan.js +2 -0
  360. package/lib/rest/wireless/v1/sim/dataSession.js +2 -0
  361. package/lib/rest/wireless/v1/sim/usageRecord.js +2 -0
  362. package/lib/rest/wireless/v1/sim.js +6 -8
  363. package/lib/rest/wireless/v1/usageRecord.js +2 -0
  364. package/package.json +2 -2
@@ -134,6 +134,8 @@ BillingPeriodList = function BillingPeriodList(version, simSid) {
134
134
  if (!done) {
135
135
  currentPage++;
136
136
  fetchNextPage(_.bind(page.nextPage, page));
137
+ } else {
138
+ onComplete();
137
139
  }
138
140
  });
139
141
 
@@ -194,6 +194,8 @@ SimList = function SimList(version) {
194
194
  if (!done) {
195
195
  currentPage++;
196
196
  fetchNextPage(_.bind(page.nextPage, page));
197
+ } else {
198
+ onComplete();
197
199
  }
198
200
  });
199
201
 
@@ -198,6 +198,8 @@ SmsCommandList = function SmsCommandList(version) {
198
198
  if (!done) {
199
199
  currentPage++;
200
200
  fetchNextPage(_.bind(page.nextPage, page));
201
+ } else {
202
+ onComplete();
201
203
  }
202
204
  });
203
205
 
@@ -153,6 +153,8 @@ UsageRecordList = function UsageRecordList(version) {
153
153
  if (!done) {
154
154
  currentPage++;
155
155
  fetchNextPage(_.bind(page.nextPage, page));
156
+ } else {
157
+ onComplete();
156
158
  }
157
159
  });
158
160
 
@@ -138,6 +138,8 @@ DocumentPermissionList = function DocumentPermissionList(version, serviceSid,
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -194,6 +194,8 @@ DocumentList = function DocumentList(version, serviceSid) {
194
194
  if (!done) {
195
195
  currentPage++;
196
196
  fetchNextPage(_.bind(page.nextPage, page));
197
+ } else {
198
+ onComplete();
197
199
  }
198
200
  });
199
201
 
@@ -204,6 +204,8 @@ SyncListItemList = function SyncListItemList(version, serviceSid, listSid) {
204
204
  if (!done) {
205
205
  currentPage++;
206
206
  fetchNextPage(_.bind(page.nextPage, page));
207
+ } else {
208
+ onComplete();
207
209
  }
208
210
  });
209
211
 
@@ -139,6 +139,8 @@ SyncListPermissionList = function SyncListPermissionList(version, serviceSid,
139
139
  if (!done) {
140
140
  currentPage++;
141
141
  fetchNextPage(_.bind(page.nextPage, page));
142
+ } else {
143
+ onComplete();
142
144
  }
143
145
  });
144
146
 
@@ -193,6 +193,8 @@ SyncListList = function SyncListList(version, serviceSid) {
193
193
  if (!done) {
194
194
  currentPage++;
195
195
  fetchNextPage(_.bind(page.nextPage, page));
196
+ } else {
197
+ onComplete();
196
198
  }
197
199
  });
198
200
 
@@ -209,6 +209,8 @@ SyncMapItemList = function SyncMapItemList(version, serviceSid, mapSid) {
209
209
  if (!done) {
210
210
  currentPage++;
211
211
  fetchNextPage(_.bind(page.nextPage, page));
212
+ } else {
213
+ onComplete();
212
214
  }
213
215
  });
214
216
 
@@ -138,6 +138,8 @@ SyncMapPermissionList = function SyncMapPermissionList(version, serviceSid,
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -193,6 +193,8 @@ SyncMapList = function SyncMapList(version, serviceSid) {
193
193
  if (!done) {
194
194
  currentPage++;
195
195
  fetchNextPage(_.bind(page.nextPage, page));
196
+ } else {
197
+ onComplete();
196
198
  }
197
199
  });
198
200
 
@@ -186,6 +186,8 @@ SyncStreamList = function SyncStreamList(version, serviceSid) {
186
186
  if (!done) {
187
187
  currentPage++;
188
188
  fetchNextPage(_.bind(page.nextPage, page));
189
+ } else {
190
+ onComplete();
189
191
  }
190
192
  });
191
193
 
@@ -201,6 +201,8 @@ ServiceList = function ServiceList(version) {
201
201
  if (!done) {
202
202
  currentPage++;
203
203
  fetchNextPage(_.bind(page.nextPage, page));
204
+ } else {
205
+ onComplete();
204
206
  }
205
207
  });
206
208
 
@@ -141,6 +141,8 @@ ActivityList = function ActivityList(version, workspaceSid) {
141
141
  if (!done) {
142
142
  currentPage++;
143
143
  fetchNextPage(_.bind(page.nextPage, page));
144
+ } else {
145
+ onComplete();
144
146
  }
145
147
  });
146
148
 
@@ -151,6 +151,8 @@ EventList = function EventList(version, workspaceSid) {
151
151
  if (!done) {
152
152
  currentPage++;
153
153
  fetchNextPage(_.bind(page.nextPage, page));
154
+ } else {
155
+ onComplete();
154
156
  }
155
157
  });
156
158
 
@@ -141,6 +141,8 @@ ReservationList = function ReservationList(version, workspaceSid, taskSid) {
141
141
  if (!done) {
142
142
  currentPage++;
143
143
  fetchNextPage(_.bind(page.nextPage, page));
144
+ } else {
145
+ onComplete();
144
146
  }
145
147
  });
146
148
 
@@ -152,6 +152,8 @@ TaskList = function TaskList(version, workspaceSid) {
152
152
  if (!done) {
153
153
  currentPage++;
154
154
  fetchNextPage(_.bind(page.nextPage, page));
155
+ } else {
156
+ onComplete();
155
157
  }
156
158
  });
157
159
 
@@ -137,6 +137,8 @@ TaskChannelList = function TaskChannelList(version, workspaceSid) {
137
137
  if (!done) {
138
138
  currentPage++;
139
139
  fetchNextPage(_.bind(page.nextPage, page));
140
+ } else {
141
+ onComplete();
140
142
  }
141
143
  });
142
144
 
@@ -148,6 +148,8 @@ TaskQueuesStatisticsList = function TaskQueuesStatisticsList(version,
148
148
  if (!done) {
149
149
  currentPage++;
150
150
  fetchNextPage(_.bind(page.nextPage, page));
151
+ } else {
152
+ onComplete();
151
153
  }
152
154
  });
153
155
 
@@ -154,6 +154,8 @@ TaskQueueList = function TaskQueueList(version, workspaceSid) {
154
154
  if (!done) {
155
155
  currentPage++;
156
156
  fetchNextPage(_.bind(page.nextPage, page));
157
+ } else {
158
+ onComplete();
157
159
  }
158
160
  });
159
161
 
@@ -141,6 +141,8 @@ ReservationList = function ReservationList(version, workspaceSid, workerSid) {
141
141
  if (!done) {
142
142
  currentPage++;
143
143
  fetchNextPage(_.bind(page.nextPage, page));
144
+ } else {
145
+ onComplete();
144
146
  }
145
147
  });
146
148
 
@@ -141,6 +141,8 @@ WorkerChannelList = function WorkerChannelList(version, workspaceSid, workerSid)
141
141
  if (!done) {
142
142
  currentPage++;
143
143
  fetchNextPage(_.bind(page.nextPage, page));
144
+ } else {
145
+ onComplete();
144
146
  }
145
147
  });
146
148
 
@@ -164,6 +164,8 @@ WorkerList = function WorkerList(version, workspaceSid) {
164
164
  if (!done) {
165
165
  currentPage++;
166
166
  fetchNextPage(_.bind(page.nextPage, page));
167
+ } else {
168
+ onComplete();
167
169
  }
168
170
  });
169
171
 
@@ -144,6 +144,8 @@ WorkflowList = function WorkflowList(version, workspaceSid) {
144
144
  if (!done) {
145
145
  currentPage++;
146
146
  fetchNextPage(_.bind(page.nextPage, page));
147
+ } else {
148
+ onComplete();
147
149
  }
148
150
  });
149
151
 
@@ -150,6 +150,8 @@ WorkspaceList = function WorkspaceList(version) {
150
150
  if (!done) {
151
151
  currentPage++;
152
152
  fetchNextPage(_.bind(page.nextPage, page));
153
+ } else {
154
+ onComplete();
153
155
  }
154
156
  });
155
157
 
@@ -184,6 +184,8 @@ CredentialListList = function CredentialListList(version, trunkSid) {
184
184
  if (!done) {
185
185
  currentPage++;
186
186
  fetchNextPage(_.bind(page.nextPage, page));
187
+ } else {
188
+ onComplete();
187
189
  }
188
190
  });
189
191
 
@@ -183,6 +183,8 @@ IpAccessControlListList = function IpAccessControlListList(version, trunkSid) {
183
183
  if (!done) {
184
184
  currentPage++;
185
185
  fetchNextPage(_.bind(page.nextPage, page));
186
+ } else {
187
+ onComplete();
186
188
  }
187
189
  });
188
190
 
@@ -207,6 +207,8 @@ OriginationUrlList = function OriginationUrlList(version, trunkSid) {
207
207
  if (!done) {
208
208
  currentPage++;
209
209
  fetchNextPage(_.bind(page.nextPage, page));
210
+ } else {
211
+ onComplete();
210
212
  }
211
213
  });
212
214
 
@@ -184,6 +184,8 @@ PhoneNumberList = function PhoneNumberList(version, trunkSid) {
184
184
  if (!done) {
185
185
  currentPage++;
186
186
  fetchNextPage(_.bind(page.nextPage, page));
187
+ } else {
188
+ onComplete();
187
189
  }
188
190
  });
189
191
 
@@ -205,6 +205,8 @@ TrunkList = function TrunkList(version) {
205
205
  if (!done) {
206
206
  currentPage++;
207
207
  fetchNextPage(_.bind(page.nextPage, page));
208
+ } else {
209
+ onComplete();
208
210
  }
209
211
  });
210
212
 
@@ -198,6 +198,8 @@ CustomerProfilesChannelEndpointAssignmentList = function
198
198
  if (!done) {
199
199
  currentPage++;
200
200
  fetchNextPage(_.bind(page.nextPage, page));
201
+ } else {
202
+ onComplete();
201
203
  }
202
204
  });
203
205
 
@@ -186,6 +186,8 @@ CustomerProfilesEntityAssignmentsList = function
186
186
  if (!done) {
187
187
  currentPage++;
188
188
  fetchNextPage(_.bind(page.nextPage, page));
189
+ } else {
190
+ onComplete();
189
191
  }
190
192
  });
191
193
 
@@ -185,6 +185,8 @@ CustomerProfilesEvaluationsList = function
185
185
  if (!done) {
186
186
  currentPage++;
187
187
  fetchNextPage(_.bind(page.nextPage, page));
188
+ } else {
189
+ onComplete();
188
190
  }
189
191
  });
190
192
 
@@ -203,6 +203,8 @@ CustomerProfilesList = function CustomerProfilesList(version) {
203
203
  if (!done) {
204
204
  currentPage++;
205
205
  fetchNextPage(_.bind(page.nextPage, page));
206
+ } else {
207
+ onComplete();
206
208
  }
207
209
  });
208
210
 
@@ -188,6 +188,8 @@ EndUserList = function EndUserList(version) {
188
188
  if (!done) {
189
189
  currentPage++;
190
190
  fetchNextPage(_.bind(page.nextPage, page));
191
+ } else {
192
+ onComplete();
191
193
  }
192
194
  });
193
195
 
@@ -132,6 +132,8 @@ EndUserTypeList = function EndUserTypeList(version) {
132
132
  if (!done) {
133
133
  currentPage++;
134
134
  fetchNextPage(_.bind(page.nextPage, page));
135
+ } else {
136
+ onComplete();
135
137
  }
136
138
  });
137
139
 
@@ -132,6 +132,8 @@ PoliciesList = function PoliciesList(version) {
132
132
  if (!done) {
133
133
  currentPage++;
134
134
  fetchNextPage(_.bind(page.nextPage, page));
135
+ } else {
136
+ onComplete();
135
137
  }
136
138
  });
137
139
 
@@ -188,6 +188,8 @@ SupportingDocumentList = function SupportingDocumentList(version) {
188
188
  if (!done) {
189
189
  currentPage++;
190
190
  fetchNextPage(_.bind(page.nextPage, page));
191
+ } else {
192
+ onComplete();
191
193
  }
192
194
  });
193
195
 
@@ -132,6 +132,8 @@ SupportingDocumentTypeList = function SupportingDocumentTypeList(version) {
132
132
  if (!done) {
133
133
  currentPage++;
134
134
  fetchNextPage(_.bind(page.nextPage, page));
135
+ } else {
136
+ onComplete();
135
137
  }
136
138
  });
137
139
 
@@ -196,6 +196,8 @@ TrustProductsChannelEndpointAssignmentList = function
196
196
  if (!done) {
197
197
  currentPage++;
198
198
  fetchNextPage(_.bind(page.nextPage, page));
199
+ } else {
200
+ onComplete();
199
201
  }
200
202
  });
201
203
 
@@ -186,6 +186,8 @@ TrustProductsEntityAssignmentsList = function
186
186
  if (!done) {
187
187
  currentPage++;
188
188
  fetchNextPage(_.bind(page.nextPage, page));
189
+ } else {
190
+ onComplete();
189
191
  }
190
192
  });
191
193
 
@@ -183,6 +183,8 @@ TrustProductsEvaluationsList = function TrustProductsEvaluationsList(version,
183
183
  if (!done) {
184
184
  currentPage++;
185
185
  fetchNextPage(_.bind(page.nextPage, page));
186
+ } else {
187
+ onComplete();
186
188
  }
187
189
  });
188
190
 
@@ -203,6 +203,8 @@ TrustProductsList = function TrustProductsList(version) {
203
203
  if (!done) {
204
204
  currentPage++;
205
205
  fetchNextPage(_.bind(page.nextPage, page));
206
+ } else {
207
+ onComplete();
206
208
  }
207
209
  });
208
210
 
@@ -19,11 +19,15 @@ type AccessTokenFactorTypes = 'push';
19
19
  * Use them with caution.
20
20
  *
21
21
  * @param version - Version of the resource
22
- * @param serviceSid - The unique string that identifies the resource
22
+ * @param serviceSid - Verify Service Sid.
23
23
  */
24
24
  declare function AccessTokenList(version: V2, serviceSid: string): AccessTokenListInstance;
25
25
 
26
26
  interface AccessTokenListInstance {
27
+ /**
28
+ * @param sid - sid of instance
29
+ */
30
+ (sid: string): AccessTokenContext;
27
31
  /**
28
32
  * create a AccessTokenInstance
29
33
  *
@@ -31,6 +35,12 @@ interface AccessTokenListInstance {
31
35
  * @param callback - Callback to handle processed record
32
36
  */
33
37
  create(opts: AccessTokenListInstanceCreateOptions, callback?: (error: Error | null, item: AccessTokenInstance) => any): Promise<AccessTokenInstance>;
38
+ /**
39
+ * Constructs a access_token
40
+ *
41
+ * @param sid - A string that uniquely identifies this Access Token.
42
+ */
43
+ get(sid: string): AccessTokenContext;
34
44
  /**
35
45
  * Provide a user-friendly representation
36
46
  */
@@ -40,10 +50,12 @@ interface AccessTokenListInstance {
40
50
  /**
41
51
  * Options to pass to create
42
52
  *
53
+ * @property factorFriendlyName - The factor friendly name
43
54
  * @property factorType - The Type of this Factor
44
55
  * @property identity - Unique external identifier of the Entity
45
56
  */
46
57
  interface AccessTokenListInstanceCreateOptions {
58
+ factorFriendlyName?: string;
47
59
  factorType: AccessTokenFactorTypes;
48
60
  identity: string;
49
61
  }
@@ -52,7 +64,14 @@ interface AccessTokenPayload extends AccessTokenResource, Page.TwilioResponsePay
52
64
  }
53
65
 
54
66
  interface AccessTokenResource {
67
+ account_sid: string;
68
+ entity_identity: string;
69
+ factor_friendly_name: string;
70
+ factor_type: AccessTokenFactorTypes;
71
+ service_sid: string;
72
+ sid: string;
55
73
  token: string;
74
+ url: string;
56
75
  }
57
76
 
58
77
  interface AccessTokenSolution {
@@ -60,6 +79,32 @@ interface AccessTokenSolution {
60
79
  }
61
80
 
62
81
 
82
+ declare class AccessTokenContext {
83
+ /**
84
+ * Initialize the AccessTokenContext
85
+ *
86
+ * PLEASE NOTE that this class contains beta products that are subject to change.
87
+ * Use them with caution.
88
+ *
89
+ * @param version - Version of the resource
90
+ * @param serviceSid - Service Sid.
91
+ * @param sid - A string that uniquely identifies this Access Token.
92
+ */
93
+ constructor(version: V2, serviceSid: string, sid: string);
94
+
95
+ /**
96
+ * fetch a AccessTokenInstance
97
+ *
98
+ * @param callback - Callback to handle processed record
99
+ */
100
+ fetch(callback?: (error: Error | null, items: AccessTokenInstance) => any): Promise<AccessTokenInstance>;
101
+ /**
102
+ * Provide a user-friendly representation
103
+ */
104
+ toJSON(): any;
105
+ }
106
+
107
+
63
108
  declare class AccessTokenInstance extends SerializableClass {
64
109
  /**
65
110
  * Initialize the AccessTokenContext
@@ -69,15 +114,30 @@ declare class AccessTokenInstance extends SerializableClass {
69
114
  *
70
115
  * @param version - Version of the resource
71
116
  * @param payload - The instance payload
72
- * @param serviceSid - The unique string that identifies the resource
117
+ * @param serviceSid - Verify Service Sid.
118
+ * @param sid - A string that uniquely identifies this Access Token.
73
119
  */
74
- constructor(version: V2, payload: AccessTokenPayload, serviceSid: string);
120
+ constructor(version: V2, payload: AccessTokenPayload, serviceSid: string, sid: string);
75
121
 
122
+ private _proxy: AccessTokenContext;
123
+ accountSid: string;
124
+ entityIdentity: string;
125
+ factorFriendlyName: string;
126
+ factorType: AccessTokenFactorTypes;
127
+ /**
128
+ * fetch a AccessTokenInstance
129
+ *
130
+ * @param callback - Callback to handle processed record
131
+ */
132
+ fetch(callback?: (error: Error | null, items: AccessTokenInstance) => any): Promise<AccessTokenInstance>;
133
+ serviceSid: string;
134
+ sid: string;
76
135
  /**
77
136
  * Provide a user-friendly representation
78
137
  */
79
138
  toJSON(): any;
80
139
  token: string;
140
+ url: string;
81
141
  }
82
142
 
83
143
 
@@ -106,4 +166,4 @@ declare class AccessTokenPage extends Page<V2, AccessTokenPayload, AccessTokenRe
106
166
  toJSON(): any;
107
167
  }
108
168
 
109
- export { AccessTokenFactorTypes, AccessTokenInstance, AccessTokenList, AccessTokenListInstance, AccessTokenListInstanceCreateOptions, AccessTokenPage, AccessTokenPayload, AccessTokenResource, AccessTokenSolution }
169
+ export { AccessTokenContext, AccessTokenFactorTypes, AccessTokenInstance, AccessTokenList, AccessTokenListInstance, AccessTokenListInstanceCreateOptions, AccessTokenPage, AccessTokenPayload, AccessTokenResource, AccessTokenSolution }