twilio 3.72.0 → 3.73.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 (329) hide show
  1. package/CHANGES.md +24 -0
  2. package/lib/rest/accounts/v1/credential/aws.js +2 -0
  3. package/lib/rest/accounts/v1/credential/publicKey.js +2 -0
  4. package/lib/rest/api/v2010/account/address/dependentPhoneNumber.js +2 -0
  5. package/lib/rest/api/v2010/account/address.js +2 -0
  6. package/lib/rest/api/v2010/account/application.js +2 -0
  7. package/lib/rest/api/v2010/account/authorizedConnectApp.js +2 -0
  8. package/lib/rest/api/v2010/account/availablePhoneNumber/local.js +2 -0
  9. package/lib/rest/api/v2010/account/availablePhoneNumber/machineToMachine.js +2 -0
  10. package/lib/rest/api/v2010/account/availablePhoneNumber/mobile.js +2 -0
  11. package/lib/rest/api/v2010/account/availablePhoneNumber/national.js +2 -0
  12. package/lib/rest/api/v2010/account/availablePhoneNumber/sharedCost.js +2 -0
  13. package/lib/rest/api/v2010/account/availablePhoneNumber/tollFree.js +2 -0
  14. package/lib/rest/api/v2010/account/availablePhoneNumber/voip.js +2 -0
  15. package/lib/rest/api/v2010/account/availablePhoneNumber.js +2 -0
  16. package/lib/rest/api/v2010/account/call/event.js +2 -0
  17. package/lib/rest/api/v2010/account/call/notification.js +2 -0
  18. package/lib/rest/api/v2010/account/call/recording.js +2 -0
  19. package/lib/rest/api/v2010/account/call.js +2 -0
  20. package/lib/rest/api/v2010/account/conference/participant.js +2 -0
  21. package/lib/rest/api/v2010/account/conference/recording.js +2 -0
  22. package/lib/rest/api/v2010/account/conference.js +2 -0
  23. package/lib/rest/api/v2010/account/connectApp.js +2 -0
  24. package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.js +2 -0
  25. package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +2 -0
  26. package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +2 -0
  27. package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +2 -0
  28. package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +2 -0
  29. package/lib/rest/api/v2010/account/incomingPhoneNumber.js +2 -0
  30. package/lib/rest/api/v2010/account/key.js +2 -0
  31. package/lib/rest/api/v2010/account/message/media.js +2 -0
  32. package/lib/rest/api/v2010/account/message.d.ts +7 -1
  33. package/lib/rest/api/v2010/account/message.js +13 -1
  34. package/lib/rest/api/v2010/account/notification.js +2 -0
  35. package/lib/rest/api/v2010/account/outgoingCallerId.js +2 -0
  36. package/lib/rest/api/v2010/account/queue/member.js +2 -0
  37. package/lib/rest/api/v2010/account/queue.js +2 -0
  38. package/lib/rest/api/v2010/account/recording/addOnResult/payload.js +2 -0
  39. package/lib/rest/api/v2010/account/recording/addOnResult.js +2 -0
  40. package/lib/rest/api/v2010/account/recording/transcription.js +2 -0
  41. package/lib/rest/api/v2010/account/recording.js +2 -0
  42. package/lib/rest/api/v2010/account/shortCode.js +2 -0
  43. package/lib/rest/api/v2010/account/signingKey.js +2 -0
  44. package/lib/rest/api/v2010/account/sip/credentialList/credential.js +2 -0
  45. package/lib/rest/api/v2010/account/sip/credentialList.js +2 -0
  46. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsCredentialListMapping.js +2 -0
  47. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsIpAccessControlListMapping.js +2 -0
  48. package/lib/rest/api/v2010/account/sip/domain/authTypes/authRegistrationsMapping/authRegistrationsCredentialListMapping.js +2 -0
  49. package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +2 -0
  50. package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +2 -0
  51. package/lib/rest/api/v2010/account/sip/domain.js +2 -0
  52. package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +2 -0
  53. package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +2 -0
  54. package/lib/rest/api/v2010/account/transcription.js +2 -0
  55. package/lib/rest/api/v2010/account/usage/record/allTime.js +2 -0
  56. package/lib/rest/api/v2010/account/usage/record/daily.js +2 -0
  57. package/lib/rest/api/v2010/account/usage/record/lastMonth.js +2 -0
  58. package/lib/rest/api/v2010/account/usage/record/monthly.js +2 -0
  59. package/lib/rest/api/v2010/account/usage/record/thisMonth.js +2 -0
  60. package/lib/rest/api/v2010/account/usage/record/today.js +2 -0
  61. package/lib/rest/api/v2010/account/usage/record/yearly.js +2 -0
  62. package/lib/rest/api/v2010/account/usage/record/yesterday.js +2 -0
  63. package/lib/rest/api/v2010/account/usage/record.js +2 -0
  64. package/lib/rest/api/v2010/account/usage/trigger.js +2 -0
  65. package/lib/rest/api/v2010/account.js +2 -0
  66. package/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +2 -0
  67. package/lib/rest/autopilot/v1/assistant/fieldType.js +2 -0
  68. package/lib/rest/autopilot/v1/assistant/modelBuild.js +2 -0
  69. package/lib/rest/autopilot/v1/assistant/query.js +2 -0
  70. package/lib/rest/autopilot/v1/assistant/task/field.js +2 -0
  71. package/lib/rest/autopilot/v1/assistant/task/sample.js +2 -0
  72. package/lib/rest/autopilot/v1/assistant/task.js +2 -0
  73. package/lib/rest/autopilot/v1/assistant/webhook.js +2 -0
  74. package/lib/rest/autopilot/v1/assistant.js +2 -0
  75. package/lib/rest/bulkexports/v1/export/day.js +2 -0
  76. package/lib/rest/bulkexports/v1/export/exportCustomJob.js +2 -0
  77. package/lib/rest/chat/v1/credential.js +2 -0
  78. package/lib/rest/chat/v1/service/channel/invite.js +2 -0
  79. package/lib/rest/chat/v1/service/channel/member.js +2 -0
  80. package/lib/rest/chat/v1/service/channel/message.js +2 -0
  81. package/lib/rest/chat/v1/service/channel.js +2 -0
  82. package/lib/rest/chat/v1/service/role.js +2 -0
  83. package/lib/rest/chat/v1/service/user/userChannel.js +2 -0
  84. package/lib/rest/chat/v1/service/user.js +2 -0
  85. package/lib/rest/chat/v1/service.js +2 -0
  86. package/lib/rest/chat/v2/credential.js +2 -0
  87. package/lib/rest/chat/v2/service/binding.js +2 -0
  88. package/lib/rest/chat/v2/service/channel/invite.js +2 -0
  89. package/lib/rest/chat/v2/service/channel/member.js +2 -0
  90. package/lib/rest/chat/v2/service/channel/message.js +2 -0
  91. package/lib/rest/chat/v2/service/channel/webhook.js +2 -0
  92. package/lib/rest/chat/v2/service/channel.js +2 -0
  93. package/lib/rest/chat/v2/service/role.js +2 -0
  94. package/lib/rest/chat/v2/service/user/userBinding.js +2 -0
  95. package/lib/rest/chat/v2/service/user/userChannel.js +2 -0
  96. package/lib/rest/chat/v2/service/user.js +2 -0
  97. package/lib/rest/chat/v2/service.js +2 -0
  98. package/lib/rest/conversations/v1/conversation/message/deliveryReceipt.js +2 -0
  99. package/lib/rest/conversations/v1/conversation/message.js +2 -0
  100. package/lib/rest/conversations/v1/conversation/participant.js +2 -0
  101. package/lib/rest/conversations/v1/conversation/webhook.js +2 -0
  102. package/lib/rest/conversations/v1/conversation.js +2 -0
  103. package/lib/rest/conversations/v1/credential.js +2 -0
  104. package/lib/rest/conversations/v1/participantConversation.js +2 -0
  105. package/lib/rest/conversations/v1/role.js +2 -0
  106. package/lib/rest/conversations/v1/service/binding.js +2 -0
  107. package/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.js +2 -0
  108. package/lib/rest/conversations/v1/service/conversation/message.js +2 -0
  109. package/lib/rest/conversations/v1/service/conversation/participant.js +2 -0
  110. package/lib/rest/conversations/v1/service/conversation/webhook.js +2 -0
  111. package/lib/rest/conversations/v1/service/conversation.js +2 -0
  112. package/lib/rest/conversations/v1/service/participantConversation.js +2 -0
  113. package/lib/rest/conversations/v1/service/role.js +2 -0
  114. package/lib/rest/conversations/v1/service/user/userConversation.js +2 -0
  115. package/lib/rest/conversations/v1/service/user.js +2 -0
  116. package/lib/rest/conversations/v1/service.js +2 -0
  117. package/lib/rest/conversations/v1/user/userConversation.js +2 -0
  118. package/lib/rest/conversations/v1/user.js +2 -0
  119. package/lib/rest/events/v1/eventType.js +2 -0
  120. package/lib/rest/events/v1/schema/version.js +2 -0
  121. package/lib/rest/events/v1/sink.js +2 -0
  122. package/lib/rest/events/v1/subscription/subscribedEvent.js +2 -0
  123. package/lib/rest/events/v1/subscription.js +2 -0
  124. package/lib/rest/fax/v1/fax/faxMedia.js +2 -0
  125. package/lib/rest/fax/v1/fax.js +2 -0
  126. package/lib/rest/flexApi/v1/channel.js +2 -0
  127. package/lib/rest/flexApi/v1/flexFlow.js +2 -0
  128. package/lib/rest/flexApi/v1/webChannel.js +2 -0
  129. package/lib/rest/insights/v1/call/event.js +2 -0
  130. package/lib/rest/insights/v1/call/metric.js +2 -0
  131. package/lib/rest/insights/v1/callSummaries.js +2 -0
  132. package/lib/rest/insights/v1/room/participant.js +2 -0
  133. package/lib/rest/insights/v1/room.js +2 -0
  134. package/lib/rest/ipMessaging/v1/credential.js +2 -0
  135. package/lib/rest/ipMessaging/v1/service/channel/invite.js +2 -0
  136. package/lib/rest/ipMessaging/v1/service/channel/member.js +2 -0
  137. package/lib/rest/ipMessaging/v1/service/channel/message.js +2 -0
  138. package/lib/rest/ipMessaging/v1/service/channel.js +2 -0
  139. package/lib/rest/ipMessaging/v1/service/role.js +2 -0
  140. package/lib/rest/ipMessaging/v1/service/user/userChannel.js +2 -0
  141. package/lib/rest/ipMessaging/v1/service/user.js +2 -0
  142. package/lib/rest/ipMessaging/v1/service.js +2 -0
  143. package/lib/rest/ipMessaging/v2/credential.js +2 -0
  144. package/lib/rest/ipMessaging/v2/service/binding.js +2 -0
  145. package/lib/rest/ipMessaging/v2/service/channel/invite.js +2 -0
  146. package/lib/rest/ipMessaging/v2/service/channel/member.js +2 -0
  147. package/lib/rest/ipMessaging/v2/service/channel/message.js +2 -0
  148. package/lib/rest/ipMessaging/v2/service/channel/webhook.js +2 -0
  149. package/lib/rest/ipMessaging/v2/service/channel.js +2 -0
  150. package/lib/rest/ipMessaging/v2/service/role.js +2 -0
  151. package/lib/rest/ipMessaging/v2/service/user/userBinding.js +2 -0
  152. package/lib/rest/ipMessaging/v2/service/user/userChannel.js +2 -0
  153. package/lib/rest/ipMessaging/v2/service/user.js +2 -0
  154. package/lib/rest/ipMessaging/v2/service.js +2 -0
  155. package/lib/rest/media/v1/mediaProcessor.js +2 -0
  156. package/lib/rest/media/v1/playerStreamer.js +2 -0
  157. package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +2 -0
  158. package/lib/rest/messaging/v1/brandRegistration.d.ts +12 -0
  159. package/lib/rest/messaging/v1/brandRegistration.js +49 -0
  160. package/lib/rest/messaging/v1/service/alphaSender.js +2 -0
  161. package/lib/rest/messaging/v1/service/phoneNumber.js +2 -0
  162. package/lib/rest/messaging/v1/service/shortCode.js +2 -0
  163. package/lib/rest/messaging/v1/service/usAppToPerson.js +2 -0
  164. package/lib/rest/messaging/v1/service.js +2 -0
  165. package/lib/rest/monitor/v1/alert.js +2 -0
  166. package/lib/rest/monitor/v1/event.js +2 -0
  167. package/lib/rest/notify/v1/credential.js +2 -0
  168. package/lib/rest/notify/v1/service/binding.js +2 -0
  169. package/lib/rest/notify/v1/service.js +2 -0
  170. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.d.ts +154 -1
  171. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.js +244 -0
  172. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.js +2 -0
  173. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +2 -0
  174. package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +2 -0
  175. package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +2 -0
  176. package/lib/rest/numbers/v2/regulatoryCompliance/endUserType.js +2 -0
  177. package/lib/rest/numbers/v2/regulatoryCompliance/regulation.js +2 -0
  178. package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +2 -0
  179. package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.js +2 -0
  180. package/lib/rest/preview/bulk_exports/export/day.js +2 -0
  181. package/lib/rest/preview/bulk_exports/export/exportCustomJob.js +2 -0
  182. package/lib/rest/preview/deployed_devices/fleet/certificate.js +2 -0
  183. package/lib/rest/preview/deployed_devices/fleet/deployment.js +2 -0
  184. package/lib/rest/preview/deployed_devices/fleet/device.js +2 -0
  185. package/lib/rest/preview/deployed_devices/fleet/key.js +2 -0
  186. package/lib/rest/preview/deployed_devices/fleet.js +2 -0
  187. package/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.js +2 -0
  188. package/lib/rest/preview/hosted_numbers/authorizationDocument.js +2 -0
  189. package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +2 -0
  190. package/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.js +2 -0
  191. package/lib/rest/preview/marketplace/availableAddOn.js +2 -0
  192. package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +2 -0
  193. package/lib/rest/preview/marketplace/installedAddOn.js +2 -0
  194. package/lib/rest/preview/sync/service/document/documentPermission.js +2 -0
  195. package/lib/rest/preview/sync/service/document.js +2 -0
  196. package/lib/rest/preview/sync/service/syncList/syncListItem.js +2 -0
  197. package/lib/rest/preview/sync/service/syncList/syncListPermission.js +2 -0
  198. package/lib/rest/preview/sync/service/syncList.js +2 -0
  199. package/lib/rest/preview/sync/service/syncMap/syncMapItem.js +2 -0
  200. package/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +2 -0
  201. package/lib/rest/preview/sync/service/syncMap.js +2 -0
  202. package/lib/rest/preview/sync/service.js +2 -0
  203. package/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +2 -0
  204. package/lib/rest/preview/understand/assistant/fieldType.js +2 -0
  205. package/lib/rest/preview/understand/assistant/modelBuild.js +2 -0
  206. package/lib/rest/preview/understand/assistant/query.js +2 -0
  207. package/lib/rest/preview/understand/assistant/task/field.js +2 -0
  208. package/lib/rest/preview/understand/assistant/task/sample.js +2 -0
  209. package/lib/rest/preview/understand/assistant/task.js +2 -0
  210. package/lib/rest/preview/understand/assistant.js +2 -0
  211. package/lib/rest/preview/wireless/command.js +2 -0
  212. package/lib/rest/preview/wireless/ratePlan.js +2 -0
  213. package/lib/rest/preview/wireless/sim.js +2 -0
  214. package/lib/rest/pricing/v1/messaging/country.js +2 -0
  215. package/lib/rest/pricing/v1/phoneNumber/country.js +2 -0
  216. package/lib/rest/pricing/v1/voice/country.js +2 -0
  217. package/lib/rest/pricing/v2/country.js +2 -0
  218. package/lib/rest/pricing/v2/voice/country.js +2 -0
  219. package/lib/rest/proxy/v1/service/phoneNumber.js +2 -0
  220. package/lib/rest/proxy/v1/service/session/interaction.js +2 -0
  221. package/lib/rest/proxy/v1/service/session/participant/messageInteraction.js +2 -0
  222. package/lib/rest/proxy/v1/service/session/participant.js +2 -0
  223. package/lib/rest/proxy/v1/service/session.js +2 -0
  224. package/lib/rest/proxy/v1/service/shortCode.js +2 -0
  225. package/lib/rest/proxy/v1/service.js +2 -0
  226. package/lib/rest/serverless/v1/service/asset/assetVersion.js +2 -0
  227. package/lib/rest/serverless/v1/service/asset.js +2 -0
  228. package/lib/rest/serverless/v1/service/build.js +2 -0
  229. package/lib/rest/serverless/v1/service/environment/deployment.js +2 -0
  230. package/lib/rest/serverless/v1/service/environment/log.js +2 -0
  231. package/lib/rest/serverless/v1/service/environment/variable.js +2 -0
  232. package/lib/rest/serverless/v1/service/environment.js +2 -0
  233. package/lib/rest/serverless/v1/service/function/functionVersion.js +2 -0
  234. package/lib/rest/serverless/v1/service/function.js +2 -0
  235. package/lib/rest/serverless/v1/service.js +2 -0
  236. package/lib/rest/studio/v1/flow/engagement/step.js +2 -0
  237. package/lib/rest/studio/v1/flow/engagement.js +2 -0
  238. package/lib/rest/studio/v1/flow/execution/executionStep.js +2 -0
  239. package/lib/rest/studio/v1/flow/execution.js +2 -0
  240. package/lib/rest/studio/v1/flow.js +2 -0
  241. package/lib/rest/studio/v2/flow/execution/executionStep.js +2 -0
  242. package/lib/rest/studio/v2/flow/execution.js +2 -0
  243. package/lib/rest/studio/v2/flow/flowRevision.js +2 -0
  244. package/lib/rest/studio/v2/flow.js +2 -0
  245. package/lib/rest/supersim/v1/command.js +2 -0
  246. package/lib/rest/supersim/v1/fleet.js +2 -0
  247. package/lib/rest/supersim/v1/ipCommand.js +2 -0
  248. package/lib/rest/supersim/v1/network.js +2 -0
  249. package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +2 -0
  250. package/lib/rest/supersim/v1/networkAccessProfile.js +2 -0
  251. package/lib/rest/supersim/v1/sim/billingPeriod.js +2 -0
  252. package/lib/rest/supersim/v1/sim.js +2 -0
  253. package/lib/rest/supersim/v1/smsCommand.js +2 -0
  254. package/lib/rest/supersim/v1/usageRecord.js +2 -0
  255. package/lib/rest/sync/v1/service/document/documentPermission.js +2 -0
  256. package/lib/rest/sync/v1/service/document.js +2 -0
  257. package/lib/rest/sync/v1/service/syncList/syncListItem.js +2 -0
  258. package/lib/rest/sync/v1/service/syncList/syncListPermission.js +2 -0
  259. package/lib/rest/sync/v1/service/syncList.js +2 -0
  260. package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +2 -0
  261. package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +2 -0
  262. package/lib/rest/sync/v1/service/syncMap.js +2 -0
  263. package/lib/rest/sync/v1/service/syncStream.js +2 -0
  264. package/lib/rest/sync/v1/service.js +2 -0
  265. package/lib/rest/taskrouter/v1/workspace/activity.js +2 -0
  266. package/lib/rest/taskrouter/v1/workspace/event.js +2 -0
  267. package/lib/rest/taskrouter/v1/workspace/task/reservation.js +2 -0
  268. package/lib/rest/taskrouter/v1/workspace/task.js +2 -0
  269. package/lib/rest/taskrouter/v1/workspace/taskChannel.js +2 -0
  270. package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.js +2 -0
  271. package/lib/rest/taskrouter/v1/workspace/taskQueue.js +2 -0
  272. package/lib/rest/taskrouter/v1/workspace/worker/reservation.js +2 -0
  273. package/lib/rest/taskrouter/v1/workspace/worker/workerChannel.js +2 -0
  274. package/lib/rest/taskrouter/v1/workspace/worker.js +2 -0
  275. package/lib/rest/taskrouter/v1/workspace/workflow.js +2 -0
  276. package/lib/rest/taskrouter/v1/workspace.js +2 -0
  277. package/lib/rest/trunking/v1/trunk/credentialList.js +2 -0
  278. package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +2 -0
  279. package/lib/rest/trunking/v1/trunk/originationUrl.js +2 -0
  280. package/lib/rest/trunking/v1/trunk/phoneNumber.js +2 -0
  281. package/lib/rest/trunking/v1/trunk.js +2 -0
  282. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +2 -0
  283. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +2 -0
  284. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +2 -0
  285. package/lib/rest/trusthub/v1/customerProfiles.js +2 -0
  286. package/lib/rest/trusthub/v1/endUser.js +2 -0
  287. package/lib/rest/trusthub/v1/endUserType.js +2 -0
  288. package/lib/rest/trusthub/v1/policies.js +2 -0
  289. package/lib/rest/trusthub/v1/supportingDocument.js +2 -0
  290. package/lib/rest/trusthub/v1/supportingDocumentType.js +2 -0
  291. package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +2 -0
  292. package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +2 -0
  293. package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +2 -0
  294. package/lib/rest/trusthub/v1/trustProducts.js +2 -0
  295. package/lib/rest/verify/v2/service/entity/challenge.js +2 -0
  296. package/lib/rest/verify/v2/service/entity/factor.js +2 -0
  297. package/lib/rest/verify/v2/service/entity.js +2 -0
  298. package/lib/rest/verify/v2/service/messagingConfiguration.js +2 -0
  299. package/lib/rest/verify/v2/service/rateLimit/bucket.js +2 -0
  300. package/lib/rest/verify/v2/service/rateLimit.js +2 -0
  301. package/lib/rest/verify/v2/service/webhook.js +2 -0
  302. package/lib/rest/verify/v2/service.js +2 -0
  303. package/lib/rest/verify/v2/template.js +2 -0
  304. package/lib/rest/verify/v2/verificationAttempt.js +2 -0
  305. package/lib/rest/video/v1/composition.d.ts +2 -0
  306. package/lib/rest/video/v1/composition.js +5 -0
  307. package/lib/rest/video/v1/compositionHook.js +2 -0
  308. package/lib/rest/video/v1/recording.d.ts +2 -0
  309. package/lib/rest/video/v1/recording.js +5 -0
  310. package/lib/rest/video/v1/room/recording.d.ts +2 -0
  311. package/lib/rest/video/v1/room/recording.js +5 -0
  312. package/lib/rest/video/v1/room/roomParticipant/roomParticipantPublishedTrack.js +2 -0
  313. package/lib/rest/video/v1/room/roomParticipant/roomParticipantSubscribedTrack.js +2 -0
  314. package/lib/rest/video/v1/room/roomParticipant.js +2 -0
  315. package/lib/rest/video/v1/room.js +2 -0
  316. package/lib/rest/voice/v1/byocTrunk.js +2 -0
  317. package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +2 -0
  318. package/lib/rest/voice/v1/connectionPolicy.js +2 -0
  319. package/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.js +2 -0
  320. package/lib/rest/voice/v1/dialingPermissions/country.js +2 -0
  321. package/lib/rest/voice/v1/ipRecord.js +2 -0
  322. package/lib/rest/voice/v1/sourceIpMapping.js +2 -0
  323. package/lib/rest/wireless/v1/command.js +2 -0
  324. package/lib/rest/wireless/v1/ratePlan.js +2 -0
  325. package/lib/rest/wireless/v1/sim/dataSession.js +2 -0
  326. package/lib/rest/wireless/v1/sim/usageRecord.js +2 -0
  327. package/lib/rest/wireless/v1/sim.js +2 -0
  328. package/lib/rest/wireless/v1/usageRecord.js +2 -0
  329. package/package.json +1 -1
package/CHANGES.md CHANGED
@@ -1,6 +1,30 @@
1
1
  twilio-node changelog
2
2
  =====================
3
3
 
4
+ [2022-01-12] Version 3.73.0
5
+ ---------------------------
6
+ **Library - Chore**
7
+ - [PR #721](https://github.com/twilio/twilio-node/pull/721): add sonarcloud analysis for twilio-node. Thanks to [@beebzz](https://github.com/beebzz)!
8
+
9
+ **Library - Feature**
10
+ - [PR #720](https://github.com/twilio/twilio-node/pull/720): add GitHub release step during deploy. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
11
+
12
+ **Library - Fix**
13
+ - [PR #716](https://github.com/twilio/twilio-node/pull/716): done callback execution when each method limit reached. Thanks to [@Hunga1](https://github.com/Hunga1)!
14
+
15
+ **Api**
16
+ - Make fixed time scheduling parameters public **(breaking change)**
17
+
18
+ **Messaging**
19
+ - Add update brand registration API
20
+
21
+ **Numbers**
22
+ - Add API endpoint for List Bundle Copies resource
23
+
24
+ **Video**
25
+ - Enable external storage for all customers
26
+
27
+
4
28
  [2021-12-15] Version 3.72.0
5
29
  ---------------------------
6
30
  **Library - Feature**
@@ -134,6 +134,8 @@ AwsList = function AwsList(version) {
134
134
  if (!done) {
135
135
  currentPage++;
136
136
  fetchNextPage(_.bind(page.nextPage, page));
137
+ } else {
138
+ onComplete();
137
139
  }
138
140
  });
139
141
 
@@ -134,6 +134,8 @@ PublicKeyList = function PublicKeyList(version) {
134
134
  if (!done) {
135
135
  currentPage++;
136
136
  fetchNextPage(_.bind(page.nextPage, page));
137
+ } else {
138
+ onComplete();
137
139
  }
138
140
  });
139
141
 
@@ -136,6 +136,8 @@ DependentPhoneNumberList = function DependentPhoneNumberList(version,
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -227,6 +227,8 @@ AddressList = function AddressList(version, accountSid) {
227
227
  if (!done) {
228
228
  currentPage++;
229
229
  fetchNextPage(_.bind(page.nextPage, page));
230
+ } else {
231
+ onComplete();
230
232
  }
231
233
  });
232
234
 
@@ -226,6 +226,8 @@ ApplicationList = function ApplicationList(version, accountSid) {
226
226
  if (!done) {
227
227
  currentPage++;
228
228
  fetchNextPage(_.bind(page.nextPage, page));
229
+ } else {
230
+ onComplete();
229
231
  }
230
232
  });
231
233
 
@@ -136,6 +136,8 @@ AuthorizedConnectAppList = function AuthorizedConnectAppList(version,
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -169,6 +169,8 @@ LocalList = function LocalList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -170,6 +170,8 @@ MachineToMachineList = function MachineToMachineList(version, accountSid,
170
170
  if (!done) {
171
171
  currentPage++;
172
172
  fetchNextPage(_.bind(page.nextPage, page));
173
+ } else {
174
+ onComplete();
173
175
  }
174
176
  });
175
177
 
@@ -169,6 +169,8 @@ MobileList = function MobileList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -169,6 +169,8 @@ NationalList = function NationalList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -169,6 +169,8 @@ SharedCostList = function SharedCostList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -169,6 +169,8 @@ TollFreeList = function TollFreeList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -169,6 +169,8 @@ VoipList = function VoipList(version, accountSid, countryCode) {
169
169
  if (!done) {
170
170
  currentPage++;
171
171
  fetchNextPage(_.bind(page.nextPage, page));
172
+ } else {
173
+ onComplete();
172
174
  }
173
175
  });
174
176
 
@@ -144,6 +144,8 @@ AvailablePhoneNumberCountryList = function
144
144
  if (!done) {
145
145
  currentPage++;
146
146
  fetchNextPage(_.bind(page.nextPage, page));
147
+ } else {
148
+ onComplete();
147
149
  }
148
150
  });
149
151
 
@@ -133,6 +133,8 @@ EventList = function EventList(version, accountSid, callSid) {
133
133
  if (!done) {
134
134
  currentPage++;
135
135
  fetchNextPage(_.bind(page.nextPage, page));
136
+ } else {
137
+ onComplete();
136
138
  }
137
139
  });
138
140
 
@@ -142,6 +142,8 @@ NotificationList = function NotificationList(version, accountSid, callSid) {
142
142
  if (!done) {
143
143
  currentPage++;
144
144
  fetchNextPage(_.bind(page.nextPage, page));
145
+ } else {
146
+ onComplete();
145
147
  }
146
148
  });
147
149
 
@@ -207,6 +207,8 @@ RecordingList = function RecordingList(version, accountSid, callSid) {
207
207
  if (!done) {
208
208
  currentPage++;
209
209
  fetchNextPage(_.bind(page.nextPage, page));
210
+ } else {
211
+ onComplete();
210
212
  }
211
213
  });
212
214
 
@@ -303,6 +303,8 @@ CallList = function CallList(version, accountSid) {
303
303
  if (!done) {
304
304
  currentPage++;
305
305
  fetchNextPage(_.bind(page.nextPage, page));
306
+ } else {
307
+ onComplete();
306
308
  }
307
309
  });
308
310
 
@@ -303,6 +303,8 @@ ParticipantList = function ParticipantList(version, accountSid, conferenceSid) {
303
303
  if (!done) {
304
304
  currentPage++;
305
305
  fetchNextPage(_.bind(page.nextPage, page));
306
+ } else {
307
+ onComplete();
306
308
  }
307
309
  });
308
310
 
@@ -145,6 +145,8 @@ RecordingList = function RecordingList(version, accountSid, conferenceSid) {
145
145
  if (!done) {
146
146
  currentPage++;
147
147
  fetchNextPage(_.bind(page.nextPage, page));
148
+ } else {
149
+ onComplete();
148
150
  }
149
151
  });
150
152
 
@@ -153,6 +153,8 @@ ConferenceList = function ConferenceList(version, accountSid) {
153
153
  if (!done) {
154
154
  currentPage++;
155
155
  fetchNextPage(_.bind(page.nextPage, page));
156
+ } else {
157
+ onComplete();
156
158
  }
157
159
  });
158
160
 
@@ -134,6 +134,8 @@ ConnectAppList = function ConnectAppList(version, accountSid) {
134
134
  if (!done) {
135
135
  currentPage++;
136
136
  fetchNextPage(_.bind(page.nextPage, page));
137
+ } else {
138
+ onComplete();
137
139
  }
138
140
  });
139
141
 
@@ -145,6 +145,8 @@ AssignedAddOnExtensionList = function AssignedAddOnExtensionList(version,
145
145
  if (!done) {
146
146
  currentPage++;
147
147
  fetchNextPage(_.bind(page.nextPage, page));
148
+ } else {
149
+ onComplete();
148
150
  }
149
151
  });
150
152
 
@@ -143,6 +143,8 @@ AssignedAddOnList = function AssignedAddOnList(version, accountSid, resourceSid)
143
143
  if (!done) {
144
144
  currentPage++;
145
145
  fetchNextPage(_.bind(page.nextPage, page));
146
+ } else {
147
+ onComplete();
146
148
  }
147
149
  });
148
150
 
@@ -142,6 +142,8 @@ LocalList = function LocalList(version, accountSid) {
142
142
  if (!done) {
143
143
  currentPage++;
144
144
  fetchNextPage(_.bind(page.nextPage, page));
145
+ } else {
146
+ onComplete();
145
147
  }
146
148
  });
147
149
 
@@ -142,6 +142,8 @@ MobileList = function MobileList(version, accountSid) {
142
142
  if (!done) {
143
143
  currentPage++;
144
144
  fetchNextPage(_.bind(page.nextPage, page));
145
+ } else {
146
+ onComplete();
145
147
  }
146
148
  });
147
149
 
@@ -142,6 +142,8 @@ TollFreeList = function TollFreeList(version, accountSid) {
142
142
  if (!done) {
143
143
  currentPage++;
144
144
  fetchNextPage(_.bind(page.nextPage, page));
145
+ } else {
146
+ onComplete();
145
147
  }
146
148
  });
147
149
 
@@ -155,6 +155,8 @@ IncomingPhoneNumberList = function IncomingPhoneNumberList(version, accountSid)
155
155
  if (!done) {
156
156
  currentPage++;
157
157
  fetchNextPage(_.bind(page.nextPage, page));
158
+ } else {
159
+ onComplete();
158
160
  }
159
161
  });
160
162
 
@@ -136,6 +136,8 @@ KeyList = function KeyList(version, accountSid) {
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -144,6 +144,8 @@ MediaList = function MediaList(version, accountSid, messageSid) {
144
144
  if (!done) {
145
145
  currentPage++;
146
146
  fetchNextPage(_.bind(page.nextPage, page));
147
+ } else {
148
+ onComplete();
147
149
  }
148
150
  });
149
151
 
@@ -20,7 +20,7 @@ type MessageContentRetention = 'retain';
20
20
 
21
21
  type MessageDirection = 'inbound'|'outbound-api'|'outbound-call'|'outbound-reply';
22
22
 
23
- type MessageScheduleType = 'fixed'|'optimize';
23
+ type MessageScheduleType = 'fixed';
24
24
 
25
25
  type MessageStatus = 'queued'|'sending'|'sent'|'failed'|'delivered'|'undelivered'|'receiving'|'received'|'accepted'|'scheduled'|'read'|'partially_delivered'|'canceled';
26
26
 
@@ -40,9 +40,11 @@ declare function MessageList(version: V2010, accountSid: string): MessageListIns
40
40
  * Options to pass to update
41
41
  *
42
42
  * @property body - The text of the message you want to send
43
+ * @property status - Set as `canceled` to cancel a message from being sent.
43
44
  */
44
45
  interface MessageInstanceUpdateOptions {
45
46
  body?: string;
47
+ status?: MessageUpdateStatus;
46
48
  }
47
49
 
48
50
  interface MessageListInstance {
@@ -180,7 +182,9 @@ interface MessageListInstance {
180
182
  * @property messagingServiceSid - The SID of the Messaging Service you want to associate with the message.
181
183
  * @property persistentAction - Rich actions for Channels Messages.
182
184
  * @property provideFeedback - Whether to confirm delivery of the message
185
+ * @property scheduleType - Pass the value `fixed` to schedule a message at a fixed time.
183
186
  * @property sendAsMms - If set to True, Twilio will deliver the message as a single MMS message, regardless of the presence of media
187
+ * @property sendAt - The time that Twilio will send the message. Must be in ISO 8601 format.
184
188
  * @property smartEncoded - Whether to detect Unicode characters that have a similar GSM-7 character and replace them
185
189
  * @property statusCallback - The URL we should call to send status information to your application
186
190
  * @property to - The destination phone number
@@ -199,7 +203,9 @@ interface MessageListInstanceCreateOptions {
199
203
  messagingServiceSid?: string;
200
204
  persistentAction?: string | string[];
201
205
  provideFeedback?: boolean;
206
+ scheduleType?: MessageScheduleType;
202
207
  sendAsMms?: boolean;
208
+ sendAt?: Date;
203
209
  smartEncoded?: boolean;
204
210
  statusCallback?: string;
205
211
  to: string;
@@ -83,6 +83,10 @@ MessageList = function MessageList(version, accountSid) {
83
83
  * Whether to detect Unicode characters that have a similar GSM-7 character and replace them
84
84
  * @param {string|list} [opts.persistentAction] -
85
85
  * Rich actions for Channels Messages.
86
+ * @param {message.schedule_type} [opts.scheduleType] -
87
+ * Pass the value `fixed` to schedule a message at a fixed time.
88
+ * @param {Date} [opts.sendAt] -
89
+ * The time that Twilio will send the message. Must be in ISO 8601 format.
86
90
  * @param {boolean} [opts.sendAsMms] -
87
91
  * If set to True, Twilio will deliver the message as a single MMS message, regardless of the presence of media
88
92
  * @param {string} [opts.from] - The phone number that initiated the message
@@ -123,6 +127,8 @@ MessageList = function MessageList(version, accountSid) {
123
127
  'AddressRetention': _.get(opts, 'addressRetention'),
124
128
  'SmartEncoded': serialize.bool(_.get(opts, 'smartEncoded')),
125
129
  'PersistentAction': serialize.map(_.get(opts, 'persistentAction'), function(e) { return e; }),
130
+ 'ScheduleType': _.get(opts, 'scheduleType'),
131
+ 'SendAt': serialize.iso8601DateTime(_.get(opts, 'sendAt')),
126
132
  'SendAsMms': serialize.bool(_.get(opts, 'sendAsMms'))
127
133
  });
128
134
 
@@ -237,6 +243,8 @@ MessageList = function MessageList(version, accountSid) {
237
243
  if (!done) {
238
244
  currentPage++;
239
245
  fetchNextPage(_.bind(page.nextPage, page));
246
+ } else {
247
+ onComplete();
240
248
  }
241
249
  });
242
250
 
@@ -635,6 +643,8 @@ MessageInstance.prototype.fetch = function fetch(callback) {
635
643
  *
636
644
  * @param {object} [opts] - Options for request
637
645
  * @param {string} [opts.body] - The text of the message you want to send
646
+ * @param {message.update_status} [opts.status] -
647
+ * Set as `canceled` to cancel a message from being sent.
638
648
  * @param {function} [callback] - Callback to handle processed record
639
649
  *
640
650
  * @returns {Promise} Resolves to processed MessageInstance
@@ -803,6 +813,8 @@ MessageContext.prototype.fetch = function fetch(callback) {
803
813
  *
804
814
  * @param {object} [opts] - Options for request
805
815
  * @param {string} [opts.body] - The text of the message you want to send
816
+ * @param {message.update_status} [opts.status] -
817
+ * Set as `canceled` to cancel a message from being sent.
806
818
  * @param {function} [callback] - Callback to handle processed record
807
819
  *
808
820
  * @returns {Promise} Resolves to processed MessageInstance
@@ -816,7 +828,7 @@ MessageContext.prototype.update = function update(opts, callback) {
816
828
  opts = opts || {};
817
829
 
818
830
  var deferred = Q.defer();
819
- var data = values.of({'Body': _.get(opts, 'body')});
831
+ var data = values.of({'Body': _.get(opts, 'body'), 'Status': _.get(opts, 'status')});
820
832
 
821
833
  var promise = this._version.update({uri: this._uri, method: 'POST', data: data});
822
834
 
@@ -140,6 +140,8 @@ NotificationList = function NotificationList(version, accountSid) {
140
140
  if (!done) {
141
141
  currentPage++;
142
142
  fetchNextPage(_.bind(page.nextPage, page));
143
+ } else {
144
+ onComplete();
143
145
  }
144
146
  });
145
147
 
@@ -139,6 +139,8 @@ OutgoingCallerIdList = function OutgoingCallerIdList(version, accountSid) {
139
139
  if (!done) {
140
140
  currentPage++;
141
141
  fetchNextPage(_.bind(page.nextPage, page));
142
+ } else {
143
+ onComplete();
142
144
  }
143
145
  });
144
146
 
@@ -136,6 +136,8 @@ MemberList = function MemberList(version, accountSid, queueSid) {
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -136,6 +136,8 @@ QueueList = function QueueList(version, accountSid) {
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -144,6 +144,8 @@ PayloadList = function PayloadList(version, accountSid, referenceSid,
144
144
  if (!done) {
145
145
  currentPage++;
146
146
  fetchNextPage(_.bind(page.nextPage, page));
147
+ } else {
148
+ onComplete();
147
149
  }
148
150
  });
149
151
 
@@ -138,6 +138,8 @@ AddOnResultList = function AddOnResultList(version, accountSid, referenceSid) {
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -138,6 +138,8 @@ TranscriptionList = function TranscriptionList(version, accountSid,
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -147,6 +147,8 @@ RecordingList = function RecordingList(version, accountSid) {
147
147
  if (!done) {
148
148
  currentPage++;
149
149
  fetchNextPage(_.bind(page.nextPage, page));
150
+ } else {
151
+ onComplete();
150
152
  }
151
153
  });
152
154
 
@@ -138,6 +138,8 @@ ShortCodeList = function ShortCodeList(version, accountSid) {
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -136,6 +136,8 @@ SigningKeyList = function SigningKeyList(version, accountSid) {
136
136
  if (!done) {
137
137
  currentPage++;
138
138
  fetchNextPage(_.bind(page.nextPage, page));
139
+ } else {
140
+ onComplete();
139
141
  }
140
142
  });
141
143
 
@@ -139,6 +139,8 @@ CredentialList = function CredentialList(version, accountSid, credentialListSid)
139
139
  if (!done) {
140
140
  currentPage++;
141
141
  fetchNextPage(_.bind(page.nextPage, page));
142
+ } else {
143
+ onComplete();
142
144
  }
143
145
  });
144
146
 
@@ -137,6 +137,8 @@ CredentialListList = function CredentialListList(version, accountSid) {
137
137
  if (!done) {
138
138
  currentPage++;
139
139
  fetchNextPage(_.bind(page.nextPage, page));
140
+ } else {
141
+ onComplete();
140
142
  }
141
143
  });
142
144
 
@@ -193,6 +193,8 @@ AuthCallsCredentialListMappingList = function
193
193
  if (!done) {
194
194
  currentPage++;
195
195
  fetchNextPage(_.bind(page.nextPage, page));
196
+ } else {
197
+ onComplete();
196
198
  }
197
199
  });
198
200
 
@@ -193,6 +193,8 @@ AuthCallsIpAccessControlListMappingList = function
193
193
  if (!done) {
194
194
  currentPage++;
195
195
  fetchNextPage(_.bind(page.nextPage, page));
196
+ } else {
197
+ onComplete();
196
198
  }
197
199
  });
198
200
 
@@ -193,6 +193,8 @@ AuthRegistrationsCredentialListMappingList = function
193
193
  if (!done) {
194
194
  currentPage++;
195
195
  fetchNextPage(_.bind(page.nextPage, page));
196
+ } else {
197
+ onComplete();
196
198
  }
197
199
  });
198
200
 
@@ -188,6 +188,8 @@ CredentialListMappingList = function CredentialListMappingList(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
 
@@ -189,6 +189,8 @@ IpAccessControlListMappingList = function
189
189
  if (!done) {
190
190
  currentPage++;
191
191
  fetchNextPage(_.bind(page.nextPage, page));
192
+ } else {
193
+ onComplete();
192
194
  }
193
195
  });
194
196
 
@@ -143,6 +143,8 @@ DomainList = function DomainList(version, accountSid) {
143
143
  if (!done) {
144
144
  currentPage++;
145
145
  fetchNextPage(_.bind(page.nextPage, page));
146
+ } else {
147
+ onComplete();
146
148
  }
147
149
  });
148
150
 
@@ -142,6 +142,8 @@ IpAddressList = function IpAddressList(version, accountSid,
142
142
  if (!done) {
143
143
  currentPage++;
144
144
  fetchNextPage(_.bind(page.nextPage, page));
145
+ } else {
146
+ onComplete();
145
147
  }
146
148
  });
147
149
 
@@ -138,6 +138,8 @@ IpAccessControlListList = function IpAccessControlListList(version, accountSid)
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -135,6 +135,8 @@ TranscriptionList = function TranscriptionList(version, accountSid) {
135
135
  if (!done) {
136
136
  currentPage++;
137
137
  fetchNextPage(_.bind(page.nextPage, page));
138
+ } else {
139
+ onComplete();
138
140
  }
139
141
  });
140
142