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
@@ -211,6 +211,9 @@ ConfigurationPage.prototype[util.inspect.custom] = function inspect(depth,
211
211
  * @property {object} markdown - Configurable parameters for Markdown
212
212
  * @property {string} url - The absolute URL of the Configuration resource
213
213
  * @property {object} flexInsightsHr - Object that controls workspace reporting
214
+ * @property {boolean} flexInsightsDrilldown -
215
+ * Setting to enable Flex UI redirection
216
+ * @property {string} flexUrl - URL to redirect to in case drilldown is enabled.
214
217
  *
215
218
  * @param {V1} version - Version of the resource
216
219
  * @param {ConfigurationPayload} payload - The instance payload
@@ -260,6 +263,8 @@ ConfigurationInstance = function ConfigurationInstance(version, payload) {
260
263
  this.markdown = payload.markdown; // jshint ignore:line
261
264
  this.url = payload.url; // jshint ignore:line
262
265
  this.flexInsightsHr = payload.flex_insights_hr; // jshint ignore:line
266
+ this.flexInsightsDrilldown = payload.flex_insights_drilldown; // jshint ignore:line
267
+ this.flexUrl = payload.flex_url; // jshint ignore:line
263
268
 
264
269
  // Context
265
270
  this._context = undefined;
@@ -33,7 +33,7 @@ declare function FlexFlowList(version: V1): FlexFlowListInstance;
33
33
  * @property integration.creationOnMessage - Whether to create a Task when the first message arrives
34
34
  * @property integration.flowSid - The SID of the Studio Flow
35
35
  * @property integration.priority - The Task priority of a new Task
36
- * @property integration.retryCount - The number of times to retry the webhook if the first attempt fails
36
+ * @property integration.retryCount - The number of times to retry the Studio Flow or webhook in case of failure
37
37
  * @property integration.timeout - The Task timeout in seconds for a new Task
38
38
  * @property integration.url - The External Webhook URL
39
39
  * @property integration.workflowSid - The Workflow SID for a new Task
@@ -196,7 +196,7 @@ interface FlexFlowListInstance {
196
196
  * @property integration.creationOnMessage - Whether to create a Task when the first message arrives
197
197
  * @property integration.flowSid - The SID of the Studio Flow
198
198
  * @property integration.priority - The Task priority of a new Task
199
- * @property integration.retryCount - The number of times to retry the webhook if the first attempt fails
199
+ * @property integration.retryCount - The number of times to retry the Studio Flow or webhook in case of failure
200
200
  * @property integration.timeout - The Task timeout in seconds for a new Task
201
201
  * @property integration.url - The External Webhook URL
202
202
  * @property integration.workflowSid - The Workflow SID for a new Task
@@ -137,6 +137,8 @@ FlexFlowList = function FlexFlowList(version) {
137
137
  if (!done) {
138
138
  currentPage++;
139
139
  fetchNextPage(_.bind(page.nextPage, page));
140
+ } else {
141
+ onComplete();
140
142
  }
141
143
  });
142
144
 
@@ -331,7 +333,7 @@ FlexFlowList = function FlexFlowList(version) {
331
333
  * @param {boolean} [opts.janitorEnabled] -
332
334
  * Remove active Proxy sessions if the corresponding Task is deleted
333
335
  * @param {number} [opts.integration.retryCount] -
334
- * The number of times to retry the webhook if the first attempt fails
336
+ * The number of times to retry the Studio Flow or webhook in case of failure
335
337
  * @param {function} [callback] - Callback to handle processed record
336
338
  *
337
339
  * @returns {Promise} Resolves to processed FlexFlowInstance
@@ -606,7 +608,7 @@ FlexFlowInstance.prototype.fetch = function fetch(callback) {
606
608
  * @param {boolean} [opts.janitorEnabled] -
607
609
  * Remove active Proxy sessions if the corresponding Task is deleted
608
610
  * @param {number} [opts.integration.retryCount] -
609
- * The number of times to retry the webhook if the first attempt fails
611
+ * The number of times to retry the Studio Flow or webhook in case of failure
610
612
  * @param {function} [callback] - Callback to handle processed record
611
613
  *
612
614
  * @returns {Promise} Resolves to processed FlexFlowInstance
@@ -738,7 +740,7 @@ FlexFlowContext.prototype.fetch = function fetch(callback) {
738
740
  * @param {boolean} [opts.janitorEnabled] -
739
741
  * Remove active Proxy sessions if the corresponding Task is deleted
740
742
  * @param {number} [opts.integration.retryCount] -
741
- * The number of times to retry the webhook if the first attempt fails
743
+ * The number of times to retry the Studio Flow or webhook in case of failure
742
744
  * @param {function} [callback] - Callback to handle processed record
743
745
  *
744
746
  * @returns {Promise} Resolves to processed FlexFlowInstance
@@ -134,6 +134,8 @@ WebChannelList = function WebChannelList(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
 
@@ -11,8 +11,12 @@ import { CallList } from './v1/call';
11
11
  import { CallListInstance } from './v1/call';
12
12
  import { CallSummariesList } from './v1/callSummaries';
13
13
  import { CallSummariesListInstance } from './v1/callSummaries';
14
+ import { ConferenceList } from './v1/conference';
15
+ import { ConferenceListInstance } from './v1/conference';
14
16
  import { RoomList } from './v1/room';
15
17
  import { RoomListInstance } from './v1/room';
18
+ import { SettingList } from './v1/setting';
19
+ import { SettingListInstance } from './v1/setting';
16
20
 
17
21
 
18
22
  declare class V1 extends Version {
@@ -25,7 +29,9 @@ declare class V1 extends Version {
25
29
 
26
30
  readonly callSummaries: CallSummariesListInstance;
27
31
  readonly calls: CallListInstance;
32
+ readonly conferences: ConferenceListInstance;
28
33
  readonly rooms: RoomListInstance;
34
+ readonly settings: SettingListInstance;
29
35
  }
30
36
 
31
37
  export = V1;
@@ -12,7 +12,9 @@
12
12
  var _ = require('lodash'); /* jshint ignore:line */
13
13
  var CallList = require('./v1/call').CallList;
14
14
  var CallSummariesList = require('./v1/callSummaries').CallSummariesList;
15
+ var ConferenceList = require('./v1/conference').ConferenceList;
15
16
  var RoomList = require('./v1/room').RoomList;
17
+ var SettingList = require('./v1/setting').SettingList;
16
18
  var Version = require('../../base/Version'); /* jshint ignore:line */
17
19
 
18
20
 
@@ -22,9 +24,11 @@ var Version = require('../../base/Version'); /* jshint ignore:line */
22
24
  *
23
25
  * @constructor Twilio.Insights.V1
24
26
  *
27
+ * @property {Twilio.Insights.V1.SettingList} settings - settings resource
25
28
  * @property {Twilio.Insights.V1.CallList} calls - calls resource
26
29
  * @property {Twilio.Insights.V1.CallSummariesList} callSummaries -
27
30
  * callSummaries resource
31
+ * @property {Twilio.Insights.V1.ConferenceList} conferences - conferences resource
28
32
  * @property {Twilio.Insights.V1.RoomList} rooms - rooms resource
29
33
  *
30
34
  * @param {Twilio.Insights} domain - The twilio domain
@@ -34,14 +38,24 @@ function V1(domain) {
34
38
  Version.prototype.constructor.call(this, domain, 'v1');
35
39
 
36
40
  // Resources
41
+ this._settings = undefined;
37
42
  this._calls = undefined;
38
43
  this._callSummaries = undefined;
44
+ this._conferences = undefined;
39
45
  this._rooms = undefined;
40
46
  }
41
47
 
42
48
  _.extend(V1.prototype, Version.prototype);
43
49
  V1.prototype.constructor = V1;
44
50
 
51
+ Object.defineProperty(V1.prototype,
52
+ 'settings', {
53
+ get: function() {
54
+ this._settings = this._settings || new SettingList(this);
55
+ return this._settings;
56
+ }
57
+ });
58
+
45
59
  Object.defineProperty(V1.prototype,
46
60
  'calls', {
47
61
  get: function() {
@@ -58,6 +72,14 @@ Object.defineProperty(V1.prototype,
58
72
  }
59
73
  });
60
74
 
75
+ Object.defineProperty(V1.prototype,
76
+ 'conferences', {
77
+ get: function() {
78
+ this._conferences = this._conferences || new ConferenceList(this);
79
+ return this._conferences;
80
+ }
81
+ });
82
+
61
83
  Object.defineProperty(V1.prototype,
62
84
  'rooms', {
63
85
  get: function() {
@@ -137,6 +137,8 @@ EventList = function EventList(version, callSid) {
137
137
  if (!done) {
138
138
  currentPage++;
139
139
  fetchNextPage(_.bind(page.nextPage, page));
140
+ } else {
141
+ onComplete();
140
142
  }
141
143
  });
142
144
 
@@ -138,6 +138,8 @@ MetricList = function MetricList(version, callSid) {
138
138
  if (!done) {
139
139
  currentPage++;
140
140
  fetchNextPage(_.bind(page.nextPage, page));
141
+ } else {
142
+ onComplete();
141
143
  }
142
144
  });
143
145
 
@@ -153,6 +153,8 @@ CallSummariesList = function CallSummariesList(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
 
@@ -0,0 +1,385 @@
1
+ /**
2
+ * This code was generated by
3
+ * \ / _ _ _| _ _
4
+ * | (_)\/(_)(_|\/| |(/_ v1.0.0
5
+ * / /
6
+ */
7
+
8
+ import Page = require('../../../../base/Page');
9
+ import Response = require('../../../../http/response');
10
+ import V1 = require('../../V1');
11
+ import { SerializableClass } from '../../../../interfaces';
12
+
13
+ type ConferenceParticipantCallDirection = 'inbound'|'outbound';
14
+
15
+ type ConferenceParticipantCallState = 'answered'|'completed'|'busy'|'fail'|'noanswer'|'ringing'|'canceled';
16
+
17
+ type ConferenceParticipantCallType = 'carrier'|'client'|'sip';
18
+
19
+ type ConferenceParticipantJitterBufferSize = 'large'|'small'|'medium'|'off';
20
+
21
+ type ConferenceParticipantRegion = 'us1'|'us2'|'au1'|'br1'|'ie1'|'jp1'|'sg1'|'de1';
22
+
23
+ /**
24
+ * Initialize the ConferenceParticipantList
25
+ *
26
+ * @param version - Version of the resource
27
+ * @param conferenceSid - The conference_sid
28
+ */
29
+ declare function ConferenceParticipantList(version: V1, conferenceSid: string): ConferenceParticipantListInstance;
30
+
31
+ /**
32
+ * Options to pass to fetch
33
+ *
34
+ * @property events - The events
35
+ * @property metrics - The metrics
36
+ */
37
+ interface ConferenceParticipantInstanceFetchOptions {
38
+ events?: string;
39
+ metrics?: string;
40
+ }
41
+
42
+ interface ConferenceParticipantListInstance {
43
+ /**
44
+ * @param sid - sid of instance
45
+ */
46
+ (sid: string): ConferenceParticipantContext;
47
+ /**
48
+ * Streams ConferenceParticipantInstance records from the API.
49
+ *
50
+ * This operation lazily loads records as efficiently as possible until the limit
51
+ * is reached.
52
+ *
53
+ * The results are passed into the callback function, so this operation is memory
54
+ * efficient.
55
+ *
56
+ * If a function is passed as the first argument, it will be used as the callback
57
+ * function.
58
+ *
59
+ * @param callback - Function to process each record
60
+ */
61
+ each(callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void): void;
62
+ /**
63
+ * Streams ConferenceParticipantInstance records from the API.
64
+ *
65
+ * This operation lazily loads records as efficiently as possible until the limit
66
+ * is reached.
67
+ *
68
+ * The results are passed into the callback function, so this operation is memory
69
+ * efficient.
70
+ *
71
+ * If a function is passed as the first argument, it will be used as the callback
72
+ * function.
73
+ *
74
+ * @param opts - Options for request
75
+ * @param callback - Function to process each record
76
+ */
77
+ each(opts?: ConferenceParticipantListInstanceEachOptions, callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void): void;
78
+ /**
79
+ * Constructs a conference_participant
80
+ *
81
+ * @param participantSid - The participant_sid
82
+ */
83
+ get(participantSid: string): ConferenceParticipantContext;
84
+ /**
85
+ * Retrieve a single target page of ConferenceParticipantInstance records from the
86
+ * API.
87
+ *
88
+ * The request is executed immediately.
89
+ *
90
+ * If a function is passed as the first argument, it will be used as the callback
91
+ * function.
92
+ *
93
+ * @param callback - Callback to handle list of records
94
+ */
95
+ getPage(callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
96
+ /**
97
+ * Retrieve a single target page of ConferenceParticipantInstance records from the
98
+ * API.
99
+ *
100
+ * The request is executed immediately.
101
+ *
102
+ * If a function is passed as the first argument, it will be used as the callback
103
+ * function.
104
+ *
105
+ * @param targetUrl - API-generated URL for the requested results page
106
+ * @param callback - Callback to handle list of records
107
+ */
108
+ getPage(targetUrl?: string, callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
109
+ /**
110
+ * Lists ConferenceParticipantInstance records from the API as a list.
111
+ *
112
+ * If a function is passed as the first argument, it will be used as the callback
113
+ * function.
114
+ *
115
+ * @param callback - Callback to handle list of records
116
+ */
117
+ list(callback?: (error: Error | null, items: ConferenceParticipantInstance[]) => any): Promise<ConferenceParticipantInstance[]>;
118
+ /**
119
+ * Lists ConferenceParticipantInstance records from the API as a list.
120
+ *
121
+ * If a function is passed as the first argument, it will be used as the callback
122
+ * function.
123
+ *
124
+ * @param opts - Options for request
125
+ * @param callback - Callback to handle list of records
126
+ */
127
+ list(opts?: ConferenceParticipantListInstanceOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance[]) => any): Promise<ConferenceParticipantInstance[]>;
128
+ /**
129
+ * Retrieve a single page of ConferenceParticipantInstance records from the API.
130
+ *
131
+ * The request is executed immediately.
132
+ *
133
+ * If a function is passed as the first argument, it will be used as the callback
134
+ * function.
135
+ *
136
+ * @param callback - Callback to handle list of records
137
+ */
138
+ page(callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
139
+ /**
140
+ * Retrieve a single page of ConferenceParticipantInstance records from the API.
141
+ *
142
+ * The request is executed immediately.
143
+ *
144
+ * If a function is passed as the first argument, it will be used as the callback
145
+ * function.
146
+ *
147
+ * @param opts - Options for request
148
+ * @param callback - Callback to handle list of records
149
+ */
150
+ page(opts?: ConferenceParticipantListInstancePageOptions, callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
151
+ /**
152
+ * Provide a user-friendly representation
153
+ */
154
+ toJSON(): any;
155
+ }
156
+
157
+ /**
158
+ * Options to pass to each
159
+ *
160
+ * @property callback -
161
+ * Function to process each record. If this and a positional
162
+ * callback are passed, this one will be used
163
+ * @property done - Function to be called upon completion of streaming
164
+ * @property events - The events
165
+ * @property label - The label
166
+ * @property limit -
167
+ * Upper limit for the number of records to return.
168
+ * each() guarantees never to return more than limit.
169
+ * Default is no limit
170
+ * @property pageSize -
171
+ * Number of records to fetch per request,
172
+ * when not set will use the default value of 50 records.
173
+ * If no pageSize is defined but a limit is defined,
174
+ * each() will attempt to read the limit with the most efficient
175
+ * page size, i.e. min(limit, 1000)
176
+ * @property participantSid - The participant_sid
177
+ */
178
+ interface ConferenceParticipantListInstanceEachOptions {
179
+ callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void;
180
+ done?: Function;
181
+ events?: string;
182
+ label?: string;
183
+ limit?: number;
184
+ pageSize?: number;
185
+ participantSid?: string;
186
+ }
187
+
188
+ /**
189
+ * Options to pass to list
190
+ *
191
+ * @property events - The events
192
+ * @property label - The label
193
+ * @property limit -
194
+ * Upper limit for the number of records to return.
195
+ * list() guarantees never to return more than limit.
196
+ * Default is no limit
197
+ * @property pageSize -
198
+ * Number of records to fetch per request,
199
+ * when not set will use the default value of 50 records.
200
+ * If no page_size is defined but a limit is defined,
201
+ * list() will attempt to read the limit with the most
202
+ * efficient page size, i.e. min(limit, 1000)
203
+ * @property participantSid - The participant_sid
204
+ */
205
+ interface ConferenceParticipantListInstanceOptions {
206
+ events?: string;
207
+ label?: string;
208
+ limit?: number;
209
+ pageSize?: number;
210
+ participantSid?: string;
211
+ }
212
+
213
+ /**
214
+ * Options to pass to page
215
+ *
216
+ * @property events - The events
217
+ * @property label - The label
218
+ * @property pageNumber - Page Number, this value is simply for client state
219
+ * @property pageSize - Number of records to return, defaults to 50
220
+ * @property pageToken - PageToken provided by the API
221
+ * @property participantSid - The participant_sid
222
+ */
223
+ interface ConferenceParticipantListInstancePageOptions {
224
+ events?: string;
225
+ label?: string;
226
+ pageNumber?: number;
227
+ pageSize?: number;
228
+ pageToken?: string;
229
+ participantSid?: string;
230
+ }
231
+
232
+ interface ConferenceParticipantPayload extends ConferenceParticipantResource, Page.TwilioResponsePayload {
233
+ }
234
+
235
+ interface ConferenceParticipantResource {
236
+ account_sid: string;
237
+ agent_audio: boolean;
238
+ call_direction: ConferenceParticipantCallDirection;
239
+ call_sid: string;
240
+ call_state: ConferenceParticipantCallState;
241
+ call_type: ConferenceParticipantCallType;
242
+ coached_participants: string[];
243
+ conference_region: ConferenceParticipantRegion;
244
+ conference_sid: string;
245
+ country_code: string;
246
+ duration_seconds: number;
247
+ events: object;
248
+ from: string;
249
+ is_coach: boolean;
250
+ is_moderator: boolean;
251
+ jitter_buffer_size: ConferenceParticipantJitterBufferSize;
252
+ join_time: Date;
253
+ label: string;
254
+ leave_time: Date;
255
+ metrics: object;
256
+ outbound_queue_length: number;
257
+ outbound_time_in_queue: number;
258
+ participant_region: ConferenceParticipantRegion;
259
+ participant_sid: string;
260
+ properties: object;
261
+ quality_issues: number;
262
+ to: string;
263
+ url: string;
264
+ whisper: string;
265
+ }
266
+
267
+ interface ConferenceParticipantSolution {
268
+ conferenceSid?: string;
269
+ }
270
+
271
+
272
+ declare class ConferenceParticipantContext {
273
+ /**
274
+ * Initialize the ConferenceParticipantContext
275
+ *
276
+ * @param version - Version of the resource
277
+ * @param conferenceSid - The conference_sid
278
+ * @param participantSid - The participant_sid
279
+ */
280
+ constructor(version: V1, conferenceSid: string, participantSid: string);
281
+
282
+ /**
283
+ * fetch a ConferenceParticipantInstance
284
+ *
285
+ * @param callback - Callback to handle processed record
286
+ */
287
+ fetch(callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
288
+ /**
289
+ * fetch a ConferenceParticipantInstance
290
+ *
291
+ * @param opts - Options for request
292
+ * @param callback - Callback to handle processed record
293
+ */
294
+ fetch(opts?: ConferenceParticipantInstanceFetchOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
295
+ /**
296
+ * Provide a user-friendly representation
297
+ */
298
+ toJSON(): any;
299
+ }
300
+
301
+
302
+ declare class ConferenceParticipantInstance extends SerializableClass {
303
+ /**
304
+ * Initialize the ConferenceParticipantContext
305
+ *
306
+ * @param version - Version of the resource
307
+ * @param payload - The instance payload
308
+ * @param conferenceSid - The conference_sid
309
+ * @param participantSid - The participant_sid
310
+ */
311
+ constructor(version: V1, payload: ConferenceParticipantPayload, conferenceSid: string, participantSid: string);
312
+
313
+ private _proxy: ConferenceParticipantContext;
314
+ accountSid: string;
315
+ agentAudio: boolean;
316
+ callDirection: ConferenceParticipantCallDirection;
317
+ callSid: string;
318
+ callState: ConferenceParticipantCallState;
319
+ callType: ConferenceParticipantCallType;
320
+ coachedParticipants: string[];
321
+ conferenceRegion: ConferenceParticipantRegion;
322
+ conferenceSid: string;
323
+ countryCode: string;
324
+ durationSeconds: number;
325
+ events: any;
326
+ /**
327
+ * fetch a ConferenceParticipantInstance
328
+ *
329
+ * @param callback - Callback to handle processed record
330
+ */
331
+ fetch(callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
332
+ /**
333
+ * fetch a ConferenceParticipantInstance
334
+ *
335
+ * @param opts - Options for request
336
+ * @param callback - Callback to handle processed record
337
+ */
338
+ fetch(opts?: ConferenceParticipantInstanceFetchOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
339
+ from: string;
340
+ isCoach: boolean;
341
+ isModerator: boolean;
342
+ jitterBufferSize: ConferenceParticipantJitterBufferSize;
343
+ joinTime: Date;
344
+ label: string;
345
+ leaveTime: Date;
346
+ metrics: any;
347
+ outboundQueueLength: number;
348
+ outboundTimeInQueue: number;
349
+ participantRegion: ConferenceParticipantRegion;
350
+ participantSid: string;
351
+ properties: any;
352
+ qualityIssues: number;
353
+ to: string;
354
+ /**
355
+ * Provide a user-friendly representation
356
+ */
357
+ toJSON(): any;
358
+ url: string;
359
+ whisper: string;
360
+ }
361
+
362
+
363
+ declare class ConferenceParticipantPage extends Page<V1, ConferenceParticipantPayload, ConferenceParticipantResource, ConferenceParticipantInstance> {
364
+ /**
365
+ * Initialize the ConferenceParticipantPage
366
+ *
367
+ * @param version - Version of the resource
368
+ * @param response - Response from the API
369
+ * @param solution - Path solution
370
+ */
371
+ constructor(version: V1, response: Response<string>, solution: ConferenceParticipantSolution);
372
+
373
+ /**
374
+ * Build an instance of ConferenceParticipantInstance
375
+ *
376
+ * @param payload - Payload response from the API
377
+ */
378
+ getInstance(payload: ConferenceParticipantPayload): ConferenceParticipantInstance;
379
+ /**
380
+ * Provide a user-friendly representation
381
+ */
382
+ toJSON(): any;
383
+ }
384
+
385
+ export { ConferenceParticipantCallDirection, ConferenceParticipantCallState, ConferenceParticipantCallType, ConferenceParticipantContext, ConferenceParticipantInstance, ConferenceParticipantInstanceFetchOptions, ConferenceParticipantJitterBufferSize, ConferenceParticipantList, ConferenceParticipantListInstance, ConferenceParticipantListInstanceEachOptions, ConferenceParticipantListInstanceOptions, ConferenceParticipantListInstancePageOptions, ConferenceParticipantPage, ConferenceParticipantPayload, ConferenceParticipantRegion, ConferenceParticipantResource, ConferenceParticipantSolution }