twilio 4.0.0-rc.5 → 4.0.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 (1201) hide show
  1. package/README.md +17 -7
  2. package/package.json +17 -17
  3. package/dist/index.d.ts +0 -2
  4. package/dist/index.js +0 -7
  5. package/dist/lib/base/BaseTwilio.d.ts +0 -77
  6. package/dist/lib/base/BaseTwilio.js +0 -167
  7. package/dist/lib/base/Domain.d.ts +0 -29
  8. package/dist/lib/base/Domain.js +0 -53
  9. package/dist/lib/base/Page.d.ts +0 -104
  10. package/dist/lib/base/Page.js +0 -192
  11. package/dist/lib/base/RequestClient.d.ts +0 -123
  12. package/dist/lib/base/RequestClient.js +0 -188
  13. package/dist/lib/base/RestException.d.ts +0 -16
  14. package/dist/lib/base/RestException.js +0 -33
  15. package/dist/lib/base/Version.d.ts +0 -129
  16. package/dist/lib/base/Version.js +0 -335
  17. package/dist/lib/base/deserialize.d.ts +0 -41
  18. package/dist/lib/base/deserialize.js +0 -76
  19. package/dist/lib/base/serialize.d.ts +0 -51
  20. package/dist/lib/base/serialize.js +0 -118
  21. package/dist/lib/base/utility.d.ts +0 -2
  22. package/dist/lib/base/utility.js +0 -13
  23. package/dist/lib/base/values.d.ts +0 -10
  24. package/dist/lib/base/values.js +0 -16
  25. package/dist/lib/http/request.d.ts +0 -25
  26. package/dist/lib/http/request.js +0 -85
  27. package/dist/lib/http/response.d.ts +0 -7
  28. package/dist/lib/http/response.js +0 -13
  29. package/dist/lib/index.d.ts +0 -39
  30. package/dist/lib/index.js +0 -89
  31. package/dist/lib/interfaces.d.ts +0 -94
  32. package/dist/lib/interfaces.js +0 -2
  33. package/dist/lib/jwt/AccessToken.d.ts +0 -191
  34. package/dist/lib/jwt/AccessToken.js +0 -261
  35. package/dist/lib/jwt/ClientCapability.d.ts +0 -61
  36. package/dist/lib/jwt/ClientCapability.js +0 -122
  37. package/dist/lib/jwt/taskrouter/TaskRouterCapability.d.ts +0 -74
  38. package/dist/lib/jwt/taskrouter/TaskRouterCapability.js +0 -101
  39. package/dist/lib/jwt/taskrouter/util.d.ts +0 -66
  40. package/dist/lib/jwt/taskrouter/util.js +0 -169
  41. package/dist/lib/rest/Accounts.d.ts +0 -19
  42. package/dist/lib/rest/Accounts.js +0 -29
  43. package/dist/lib/rest/AccountsBase.d.ts +0 -13
  44. package/dist/lib/rest/AccountsBase.js +0 -31
  45. package/dist/lib/rest/Api.d.ts +0 -127
  46. package/dist/lib/rest/Api.js +0 -182
  47. package/dist/lib/rest/ApiBase.d.ts +0 -13
  48. package/dist/lib/rest/ApiBase.js +0 -31
  49. package/dist/lib/rest/Autopilot.d.ts +0 -14
  50. package/dist/lib/rest/Autopilot.js +0 -22
  51. package/dist/lib/rest/AutopilotBase.d.ts +0 -13
  52. package/dist/lib/rest/AutopilotBase.js +0 -31
  53. package/dist/lib/rest/Bulkexports.d.ts +0 -14
  54. package/dist/lib/rest/Bulkexports.js +0 -22
  55. package/dist/lib/rest/BulkexportsBase.d.ts +0 -13
  56. package/dist/lib/rest/BulkexportsBase.js +0 -31
  57. package/dist/lib/rest/Chat.d.ts +0 -19
  58. package/dist/lib/rest/Chat.js +0 -29
  59. package/dist/lib/rest/ChatBase.d.ts +0 -19
  60. package/dist/lib/rest/ChatBase.js +0 -41
  61. package/dist/lib/rest/Content.d.ts +0 -4
  62. package/dist/lib/rest/Content.js +0 -8
  63. package/dist/lib/rest/ContentBase.d.ts +0 -13
  64. package/dist/lib/rest/ContentBase.js +0 -31
  65. package/dist/lib/rest/Conversations.d.ts +0 -44
  66. package/dist/lib/rest/Conversations.js +0 -64
  67. package/dist/lib/rest/ConversationsBase.d.ts +0 -13
  68. package/dist/lib/rest/ConversationsBase.js +0 -31
  69. package/dist/lib/rest/Events.d.ts +0 -24
  70. package/dist/lib/rest/Events.js +0 -36
  71. package/dist/lib/rest/EventsBase.d.ts +0 -13
  72. package/dist/lib/rest/EventsBase.js +0 -31
  73. package/dist/lib/rest/FlexApi.d.ts +0 -29
  74. package/dist/lib/rest/FlexApi.js +0 -43
  75. package/dist/lib/rest/FlexApiBase.d.ts +0 -16
  76. package/dist/lib/rest/FlexApiBase.js +0 -36
  77. package/dist/lib/rest/FrontlineApi.d.ts +0 -9
  78. package/dist/lib/rest/FrontlineApi.js +0 -15
  79. package/dist/lib/rest/FrontlineApiBase.d.ts +0 -13
  80. package/dist/lib/rest/FrontlineApiBase.js +0 -31
  81. package/dist/lib/rest/Insights.d.ts +0 -29
  82. package/dist/lib/rest/Insights.js +0 -43
  83. package/dist/lib/rest/InsightsBase.d.ts +0 -13
  84. package/dist/lib/rest/InsightsBase.js +0 -31
  85. package/dist/lib/rest/IpMessaging.d.ts +0 -14
  86. package/dist/lib/rest/IpMessaging.js +0 -22
  87. package/dist/lib/rest/IpMessagingBase.d.ts +0 -16
  88. package/dist/lib/rest/IpMessagingBase.js +0 -36
  89. package/dist/lib/rest/Lookups.d.ts +0 -9
  90. package/dist/lib/rest/Lookups.js +0 -15
  91. package/dist/lib/rest/LookupsBase.d.ts +0 -16
  92. package/dist/lib/rest/LookupsBase.js +0 -36
  93. package/dist/lib/rest/Media.d.ts +0 -19
  94. package/dist/lib/rest/Media.js +0 -29
  95. package/dist/lib/rest/MediaBase.d.ts +0 -13
  96. package/dist/lib/rest/MediaBase.js +0 -31
  97. package/dist/lib/rest/Messaging.d.ts +0 -29
  98. package/dist/lib/rest/Messaging.js +0 -43
  99. package/dist/lib/rest/MessagingBase.d.ts +0 -13
  100. package/dist/lib/rest/MessagingBase.js +0 -31
  101. package/dist/lib/rest/Microvisor.d.ts +0 -14
  102. package/dist/lib/rest/Microvisor.js +0 -22
  103. package/dist/lib/rest/MicrovisorBase.d.ts +0 -13
  104. package/dist/lib/rest/MicrovisorBase.js +0 -31
  105. package/dist/lib/rest/Monitor.d.ts +0 -14
  106. package/dist/lib/rest/Monitor.js +0 -22
  107. package/dist/lib/rest/MonitorBase.d.ts +0 -13
  108. package/dist/lib/rest/MonitorBase.js +0 -31
  109. package/dist/lib/rest/Notify.d.ts +0 -14
  110. package/dist/lib/rest/Notify.js +0 -22
  111. package/dist/lib/rest/NotifyBase.d.ts +0 -13
  112. package/dist/lib/rest/NotifyBase.js +0 -31
  113. package/dist/lib/rest/Numbers.d.ts +0 -9
  114. package/dist/lib/rest/Numbers.js +0 -15
  115. package/dist/lib/rest/NumbersBase.d.ts +0 -13
  116. package/dist/lib/rest/NumbersBase.js +0 -31
  117. package/dist/lib/rest/Oauth.d.ts +0 -24
  118. package/dist/lib/rest/Oauth.js +0 -36
  119. package/dist/lib/rest/OauthBase.d.ts +0 -13
  120. package/dist/lib/rest/OauthBase.js +0 -31
  121. package/dist/lib/rest/Preview.d.ts +0 -54
  122. package/dist/lib/rest/Preview.js +0 -78
  123. package/dist/lib/rest/PreviewBase.d.ts +0 -28
  124. package/dist/lib/rest/PreviewBase.js +0 -57
  125. package/dist/lib/rest/Pricing.d.ts +0 -29
  126. package/dist/lib/rest/Pricing.js +0 -43
  127. package/dist/lib/rest/PricingBase.d.ts +0 -16
  128. package/dist/lib/rest/PricingBase.js +0 -36
  129. package/dist/lib/rest/Proxy.d.ts +0 -9
  130. package/dist/lib/rest/Proxy.js +0 -15
  131. package/dist/lib/rest/ProxyBase.d.ts +0 -13
  132. package/dist/lib/rest/ProxyBase.js +0 -31
  133. package/dist/lib/rest/Routes.d.ts +0 -19
  134. package/dist/lib/rest/Routes.js +0 -29
  135. package/dist/lib/rest/RoutesBase.d.ts +0 -13
  136. package/dist/lib/rest/RoutesBase.js +0 -31
  137. package/dist/lib/rest/Serverless.d.ts +0 -9
  138. package/dist/lib/rest/Serverless.js +0 -15
  139. package/dist/lib/rest/ServerlessBase.d.ts +0 -13
  140. package/dist/lib/rest/ServerlessBase.js +0 -31
  141. package/dist/lib/rest/Studio.d.ts +0 -14
  142. package/dist/lib/rest/Studio.js +0 -22
  143. package/dist/lib/rest/StudioBase.d.ts +0 -16
  144. package/dist/lib/rest/StudioBase.js +0 -36
  145. package/dist/lib/rest/Supersim.d.ts +0 -44
  146. package/dist/lib/rest/Supersim.js +0 -64
  147. package/dist/lib/rest/SupersimBase.d.ts +0 -13
  148. package/dist/lib/rest/SupersimBase.js +0 -31
  149. package/dist/lib/rest/Sync.d.ts +0 -9
  150. package/dist/lib/rest/Sync.js +0 -15
  151. package/dist/lib/rest/SyncBase.d.ts +0 -13
  152. package/dist/lib/rest/SyncBase.js +0 -31
  153. package/dist/lib/rest/Taskrouter.d.ts +0 -9
  154. package/dist/lib/rest/Taskrouter.js +0 -15
  155. package/dist/lib/rest/TaskrouterBase.d.ts +0 -13
  156. package/dist/lib/rest/TaskrouterBase.js +0 -31
  157. package/dist/lib/rest/Trunking.d.ts +0 -9
  158. package/dist/lib/rest/Trunking.js +0 -15
  159. package/dist/lib/rest/TrunkingBase.d.ts +0 -13
  160. package/dist/lib/rest/TrunkingBase.js +0 -31
  161. package/dist/lib/rest/Trusthub.d.ts +0 -39
  162. package/dist/lib/rest/Trusthub.js +0 -57
  163. package/dist/lib/rest/TrusthubBase.d.ts +0 -13
  164. package/dist/lib/rest/TrusthubBase.js +0 -31
  165. package/dist/lib/rest/Twilio.d.ts +0 -266
  166. package/dist/lib/rest/Twilio.js +0 -317
  167. package/dist/lib/rest/Verify.d.ts +0 -29
  168. package/dist/lib/rest/Verify.js +0 -43
  169. package/dist/lib/rest/VerifyBase.d.ts +0 -13
  170. package/dist/lib/rest/VerifyBase.js +0 -31
  171. package/dist/lib/rest/Video.d.ts +0 -34
  172. package/dist/lib/rest/Video.js +0 -50
  173. package/dist/lib/rest/VideoBase.d.ts +0 -13
  174. package/dist/lib/rest/VideoBase.js +0 -31
  175. package/dist/lib/rest/Voice.d.ts +0 -34
  176. package/dist/lib/rest/Voice.js +0 -50
  177. package/dist/lib/rest/VoiceBase.d.ts +0 -13
  178. package/dist/lib/rest/VoiceBase.js +0 -31
  179. package/dist/lib/rest/Wireless.d.ts +0 -24
  180. package/dist/lib/rest/Wireless.js +0 -36
  181. package/dist/lib/rest/WirelessBase.d.ts +0 -13
  182. package/dist/lib/rest/WirelessBase.js +0 -31
  183. package/dist/lib/rest/accounts/V1.d.ts +0 -25
  184. package/dist/lib/rest/accounts/V1.js +0 -50
  185. package/dist/lib/rest/accounts/v1/authTokenPromotion.d.ts +0 -106
  186. package/dist/lib/rest/accounts/v1/authTokenPromotion.js +0 -109
  187. package/dist/lib/rest/accounts/v1/credential/aws.d.ts +0 -297
  188. package/dist/lib/rest/accounts/v1/credential/aws.js +0 -251
  189. package/dist/lib/rest/accounts/v1/credential/publicKey.d.ts +0 -297
  190. package/dist/lib/rest/accounts/v1/credential/publicKey.js +0 -252
  191. package/dist/lib/rest/accounts/v1/credential.d.ts +0 -23
  192. package/dist/lib/rest/accounts/v1/credential.js +0 -51
  193. package/dist/lib/rest/accounts/v1/secondaryAuthToken.d.ts +0 -123
  194. package/dist/lib/rest/accounts/v1/secondaryAuthToken.js +0 -128
  195. package/dist/lib/rest/api/V2010.d.ts +0 -20
  196. package/dist/lib/rest/api/V2010.js +0 -42
  197. package/dist/lib/rest/api/v2010/account/address/dependentPhoneNumber.d.ts +0 -296
  198. package/dist/lib/rest/api/v2010/account/address/dependentPhoneNumber.js +0 -175
  199. package/dist/lib/rest/api/v2010/account/address.d.ts +0 -415
  200. package/dist/lib/rest/api/v2010/account/address.js +0 -338
  201. package/dist/lib/rest/api/v2010/account/application.d.ts +0 -454
  202. package/dist/lib/rest/api/v2010/account/application.js +0 -342
  203. package/dist/lib/rest/api/v2010/account/authorizedConnectApp.d.ts +0 -245
  204. package/dist/lib/rest/api/v2010/account/authorizedConnectApp.js +0 -198
  205. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/local.d.ts +0 -323
  206. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/local.js +0 -185
  207. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/machineToMachine.d.ts +0 -323
  208. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/machineToMachine.js +0 -185
  209. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/mobile.d.ts +0 -323
  210. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/mobile.js +0 -185
  211. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/national.d.ts +0 -323
  212. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/national.js +0 -185
  213. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/sharedCost.d.ts +0 -323
  214. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/sharedCost.js +0 -185
  215. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/tollFree.d.ts +0 -323
  216. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/tollFree.js +0 -185
  217. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/voip.d.ts +0 -323
  218. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry/voip.js +0 -185
  219. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry.d.ts +0 -270
  220. package/dist/lib/rest/api/v2010/account/availablePhoneNumberCountry.js +0 -279
  221. package/dist/lib/rest/api/v2010/account/balance.d.ts +0 -59
  222. package/dist/lib/rest/api/v2010/account/balance.js +0 -70
  223. package/dist/lib/rest/api/v2010/account/call/event.d.ts +0 -151
  224. package/dist/lib/rest/api/v2010/account/call/event.js +0 -127
  225. package/dist/lib/rest/api/v2010/account/call/feedback.d.ts +0 -161
  226. package/dist/lib/rest/api/v2010/account/call/feedback.js +0 -154
  227. package/dist/lib/rest/api/v2010/account/call/feedbackSummary.d.ts +0 -202
  228. package/dist/lib/rest/api/v2010/account/call/feedbackSummary.js +0 -189
  229. package/dist/lib/rest/api/v2010/account/call/notification.d.ts +0 -313
  230. package/dist/lib/rest/api/v2010/account/call/notification.js +0 -223
  231. package/dist/lib/rest/api/v2010/account/call/payment.d.ts +0 -183
  232. package/dist/lib/rest/api/v2010/account/call/payment.js +0 -198
  233. package/dist/lib/rest/api/v2010/account/call/recording.d.ts +0 -387
  234. package/dist/lib/rest/api/v2010/account/call/recording.js +0 -303
  235. package/dist/lib/rest/api/v2010/account/call/siprec.d.ts +0 -560
  236. package/dist/lib/rest/api/v2010/account/call/siprec.js +0 -562
  237. package/dist/lib/rest/api/v2010/account/call/stream.d.ts +0 -552
  238. package/dist/lib/rest/api/v2010/account/call/stream.js +0 -560
  239. package/dist/lib/rest/api/v2010/account/call/userDefinedMessage.d.ts +0 -76
  240. package/dist/lib/rest/api/v2010/account/call/userDefinedMessage.js +0 -89
  241. package/dist/lib/rest/api/v2010/account/call/userDefinedMessageSubscription.d.ts +0 -131
  242. package/dist/lib/rest/api/v2010/account/call/userDefinedMessageSubscription.js +0 -150
  243. package/dist/lib/rest/api/v2010/account/call.d.ts +0 -633
  244. package/dist/lib/rest/api/v2010/account/call.js +0 -531
  245. package/dist/lib/rest/api/v2010/account/conference/participant.d.ts +0 -473
  246. package/dist/lib/rest/api/v2010/account/conference/participant.js +0 -407
  247. package/dist/lib/rest/api/v2010/account/conference/recording.d.ts +0 -347
  248. package/dist/lib/rest/api/v2010/account/conference/recording.js +0 -267
  249. package/dist/lib/rest/api/v2010/account/conference.d.ts +0 -363
  250. package/dist/lib/rest/api/v2010/account/conference.js +0 -272
  251. package/dist/lib/rest/api/v2010/account/connectApp.d.ts +0 -325
  252. package/dist/lib/rest/api/v2010/account/connectApp.js +0 -257
  253. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.d.ts +0 -242
  254. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.js +0 -210
  255. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.d.ts +0 -293
  256. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +0 -257
  257. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/local.d.ts +0 -418
  258. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +0 -261
  259. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.d.ts +0 -418
  260. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +0 -261
  261. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.d.ts +0 -418
  262. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +0 -261
  263. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber.d.ts +0 -594
  264. package/dist/lib/rest/api/v2010/account/incomingPhoneNumber.js +0 -450
  265. package/dist/lib/rest/api/v2010/account/key.d.ts +0 -267
  266. package/dist/lib/rest/api/v2010/account/key.js +0 -229
  267. package/dist/lib/rest/api/v2010/account/message/feedback.d.ts +0 -92
  268. package/dist/lib/rest/api/v2010/account/message/feedback.js +0 -93
  269. package/dist/lib/rest/api/v2010/account/message/media.d.ts +0 -263
  270. package/dist/lib/rest/api/v2010/account/message/media.js +0 -220
  271. package/dist/lib/rest/api/v2010/account/message.d.ts +0 -469
  272. package/dist/lib/rest/api/v2010/account/message.js +0 -362
  273. package/dist/lib/rest/api/v2010/account/newKey.d.ts +0 -87
  274. package/dist/lib/rest/api/v2010/account/newKey.js +0 -88
  275. package/dist/lib/rest/api/v2010/account/newSigningKey.d.ts +0 -87
  276. package/dist/lib/rest/api/v2010/account/newSigningKey.js +0 -88
  277. package/dist/lib/rest/api/v2010/account/notification.d.ts +0 -311
  278. package/dist/lib/rest/api/v2010/account/notification.js +0 -217
  279. package/dist/lib/rest/api/v2010/account/outgoingCallerId.d.ts +0 -297
  280. package/dist/lib/rest/api/v2010/account/outgoingCallerId.js +0 -239
  281. package/dist/lib/rest/api/v2010/account/queue/member.d.ts +0 -250
  282. package/dist/lib/rest/api/v2010/account/queue/member.js +0 -220
  283. package/dist/lib/rest/api/v2010/account/queue.d.ts +0 -325
  284. package/dist/lib/rest/api/v2010/account/queue.js +0 -278
  285. package/dist/lib/rest/api/v2010/account/recording/addOnResult/payload.d.ts +0 -271
  286. package/dist/lib/rest/api/v2010/account/recording/addOnResult/payload.js +0 -233
  287. package/dist/lib/rest/api/v2010/account/recording/addOnResult.d.ts +0 -269
  288. package/dist/lib/rest/api/v2010/account/recording/addOnResult.js +0 -233
  289. package/dist/lib/rest/api/v2010/account/recording/transcription.d.ts +0 -279
  290. package/dist/lib/rest/api/v2010/account/recording/transcription.js +0 -226
  291. package/dist/lib/rest/api/v2010/account/recording.d.ts +0 -388
  292. package/dist/lib/rest/api/v2010/account/recording.js +0 -276
  293. package/dist/lib/rest/api/v2010/account/shortCode.d.ts +0 -322
  294. package/dist/lib/rest/api/v2010/account/shortCode.js +0 -240
  295. package/dist/lib/rest/api/v2010/account/signingKey.d.ts +0 -255
  296. package/dist/lib/rest/api/v2010/account/signingKey.js +0 -229
  297. package/dist/lib/rest/api/v2010/account/sip/credentialList/credential.d.ts +0 -305
  298. package/dist/lib/rest/api/v2010/account/sip/credentialList/credential.js +0 -266
  299. package/dist/lib/rest/api/v2010/account/sip/credentialList.d.ts +0 -293
  300. package/dist/lib/rest/api/v2010/account/sip/credentialList.js +0 -269
  301. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsCredentialListMapping.d.ts +0 -249
  302. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsCredentialListMapping.js +0 -232
  303. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsIpAccessControlListMapping.d.ts +0 -249
  304. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsIpAccessControlListMapping.js +0 -232
  305. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls.d.ts +0 -25
  306. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls.js +0 -60
  307. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations/authRegistrationsCredentialListMapping.d.ts +0 -249
  308. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations/authRegistrationsCredentialListMapping.js +0 -232
  309. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations.d.ts +0 -22
  310. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations.js +0 -50
  311. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes.d.ts +0 -25
  312. package/dist/lib/rest/api/v2010/account/sip/domain/authTypes.js +0 -58
  313. package/dist/lib/rest/api/v2010/account/sip/domain/credentialListMapping.d.ts +0 -261
  314. package/dist/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +0 -236
  315. package/dist/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.d.ts +0 -261
  316. package/dist/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +0 -236
  317. package/dist/lib/rest/api/v2010/account/sip/domain.d.ts +0 -460
  318. package/dist/lib/rest/api/v2010/account/sip/domain.js +0 -371
  319. package/dist/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.d.ts +0 -323
  320. package/dist/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +0 -281
  321. package/dist/lib/rest/api/v2010/account/sip/ipAccessControlList.d.ts +0 -293
  322. package/dist/lib/rest/api/v2010/account/sip/ipAccessControlList.js +0 -269
  323. package/dist/lib/rest/api/v2010/account/sip.d.ts +0 -27
  324. package/dist/lib/rest/api/v2010/account/sip.js +0 -64
  325. package/dist/lib/rest/api/v2010/account/token.d.ts +0 -105
  326. package/dist/lib/rest/api/v2010/account/token.js +0 -95
  327. package/dist/lib/rest/api/v2010/account/transcription.d.ts +0 -277
  328. package/dist/lib/rest/api/v2010/account/transcription.js +0 -220
  329. package/dist/lib/rest/api/v2010/account/usage/record/allTime.d.ts +0 -250
  330. package/dist/lib/rest/api/v2010/account/usage/record/allTime.js +0 -158
  331. package/dist/lib/rest/api/v2010/account/usage/record/daily.d.ts +0 -250
  332. package/dist/lib/rest/api/v2010/account/usage/record/daily.js +0 -158
  333. package/dist/lib/rest/api/v2010/account/usage/record/lastMonth.d.ts +0 -250
  334. package/dist/lib/rest/api/v2010/account/usage/record/lastMonth.js +0 -158
  335. package/dist/lib/rest/api/v2010/account/usage/record/monthly.d.ts +0 -250
  336. package/dist/lib/rest/api/v2010/account/usage/record/monthly.js +0 -158
  337. package/dist/lib/rest/api/v2010/account/usage/record/thisMonth.d.ts +0 -250
  338. package/dist/lib/rest/api/v2010/account/usage/record/thisMonth.js +0 -158
  339. package/dist/lib/rest/api/v2010/account/usage/record/today.d.ts +0 -250
  340. package/dist/lib/rest/api/v2010/account/usage/record/today.js +0 -158
  341. package/dist/lib/rest/api/v2010/account/usage/record/yearly.d.ts +0 -250
  342. package/dist/lib/rest/api/v2010/account/usage/record/yearly.js +0 -158
  343. package/dist/lib/rest/api/v2010/account/usage/record/yesterday.d.ts +0 -250
  344. package/dist/lib/rest/api/v2010/account/usage/record/yesterday.js +0 -158
  345. package/dist/lib/rest/api/v2010/account/usage/record.d.ts +0 -274
  346. package/dist/lib/rest/api/v2010/account/usage/record.js +0 -230
  347. package/dist/lib/rest/api/v2010/account/usage/trigger.d.ts +0 -384
  348. package/dist/lib/rest/api/v2010/account/usage/trigger.js +0 -302
  349. package/dist/lib/rest/api/v2010/account/usage.d.ts +0 -24
  350. package/dist/lib/rest/api/v2010/account/usage.js +0 -55
  351. package/dist/lib/rest/api/v2010/account/validationRequest.d.ts +0 -89
  352. package/dist/lib/rest/api/v2010/account/validationRequest.js +0 -96
  353. package/dist/lib/rest/api/v2010/account.d.ts +0 -510
  354. package/dist/lib/rest/api/v2010/account.js +0 -546
  355. package/dist/lib/rest/autopilot/V1.d.ts +0 -20
  356. package/dist/lib/rest/autopilot/V1.js +0 -43
  357. package/dist/lib/rest/autopilot/v1/assistant/defaults.d.ts +0 -144
  358. package/dist/lib/rest/autopilot/v1/assistant/defaults.js +0 -142
  359. package/dist/lib/rest/autopilot/v1/assistant/dialogue.d.ts +0 -109
  360. package/dist/lib/rest/autopilot/v1/assistant/dialogue.js +0 -120
  361. package/dist/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.d.ts +0 -289
  362. package/dist/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +0 -249
  363. package/dist/lib/rest/autopilot/v1/assistant/fieldType.d.ts +0 -325
  364. package/dist/lib/rest/autopilot/v1/assistant/fieldType.js +0 -277
  365. package/dist/lib/rest/autopilot/v1/assistant/modelBuild.d.ts +0 -327
  366. package/dist/lib/rest/autopilot/v1/assistant/modelBuild.js +0 -266
  367. package/dist/lib/rest/autopilot/v1/assistant/query.d.ts +0 -375
  368. package/dist/lib/rest/autopilot/v1/assistant/query.js +0 -288
  369. package/dist/lib/rest/autopilot/v1/assistant/styleSheet.d.ts +0 -144
  370. package/dist/lib/rest/autopilot/v1/assistant/styleSheet.js +0 -142
  371. package/dist/lib/rest/autopilot/v1/assistant/task/field.d.ts +0 -275
  372. package/dist/lib/rest/autopilot/v1/assistant/task/field.js +0 -243
  373. package/dist/lib/rest/autopilot/v1/assistant/task/sample.d.ts +0 -335
  374. package/dist/lib/rest/autopilot/v1/assistant/task/sample.js +0 -280
  375. package/dist/lib/rest/autopilot/v1/assistant/task/taskActions.d.ts +0 -152
  376. package/dist/lib/rest/autopilot/v1/assistant/task/taskActions.js +0 -150
  377. package/dist/lib/rest/autopilot/v1/assistant/task/taskStatistics.d.ts +0 -116
  378. package/dist/lib/rest/autopilot/v1/assistant/task/taskStatistics.js +0 -125
  379. package/dist/lib/rest/autopilot/v1/assistant/task.d.ts +0 -363
  380. package/dist/lib/rest/autopilot/v1/assistant/task.js +0 -326
  381. package/dist/lib/rest/autopilot/v1/assistant/webhook.d.ts +0 -331
  382. package/dist/lib/rest/autopilot/v1/assistant/webhook.js +0 -278
  383. package/dist/lib/rest/autopilot/v1/assistant.d.ts +0 -439
  384. package/dist/lib/rest/autopilot/v1/assistant.js +0 -392
  385. package/dist/lib/rest/autopilot/v1/restoreAssistant.d.ts +0 -120
  386. package/dist/lib/rest/autopilot/v1/restoreAssistant.js +0 -96
  387. package/dist/lib/rest/bulkexports/V1.d.ts +0 -20
  388. package/dist/lib/rest/bulkexports/V1.js +0 -43
  389. package/dist/lib/rest/bulkexports/v1/export/day.d.ts +0 -217
  390. package/dist/lib/rest/bulkexports/v1/export/day.js +0 -187
  391. package/dist/lib/rest/bulkexports/v1/export/exportCustomJob.d.ts +0 -230
  392. package/dist/lib/rest/bulkexports/v1/export/exportCustomJob.js +0 -178
  393. package/dist/lib/rest/bulkexports/v1/export/job.d.ts +0 -163
  394. package/dist/lib/rest/bulkexports/v1/export/job.js +0 -146
  395. package/dist/lib/rest/bulkexports/v1/export.d.ts +0 -114
  396. package/dist/lib/rest/bulkexports/v1/export.js +0 -144
  397. package/dist/lib/rest/bulkexports/v1/exportConfiguration.d.ts +0 -153
  398. package/dist/lib/rest/bulkexports/v1/exportConfiguration.js +0 -145
  399. package/dist/lib/rest/chat/V1.d.ts +0 -20
  400. package/dist/lib/rest/chat/V1.js +0 -42
  401. package/dist/lib/rest/chat/V2.d.ts +0 -20
  402. package/dist/lib/rest/chat/V2.js +0 -42
  403. package/dist/lib/rest/chat/V3.d.ts +0 -15
  404. package/dist/lib/rest/chat/V3.js +0 -36
  405. package/dist/lib/rest/chat/v1/credential.d.ts +0 -325
  406. package/dist/lib/rest/chat/v1/credential.js +0 -274
  407. package/dist/lib/rest/chat/v1/service/channel/invite.d.ts +0 -287
  408. package/dist/lib/rest/chat/v1/service/channel/invite.js +0 -245
  409. package/dist/lib/rest/chat/v1/service/channel/member.d.ts +0 -337
  410. package/dist/lib/rest/chat/v1/service/channel/member.js +0 -276
  411. package/dist/lib/rest/chat/v1/service/channel/message.d.ts +0 -352
  412. package/dist/lib/rest/chat/v1/service/channel/message.js +0 -282
  413. package/dist/lib/rest/chat/v1/service/channel.d.ts +0 -389
  414. package/dist/lib/rest/chat/v1/service/channel.js +0 -323
  415. package/dist/lib/rest/chat/v1/service/role.d.ts +0 -299
  416. package/dist/lib/rest/chat/v1/service/role.js +0 -267
  417. package/dist/lib/rest/chat/v1/service/user/userChannel.d.ts +0 -185
  418. package/dist/lib/rest/chat/v1/service/user/userChannel.js +0 -139
  419. package/dist/lib/rest/chat/v1/service/user.d.ts +0 -361
  420. package/dist/lib/rest/chat/v1/service/user.js +0 -293
  421. package/dist/lib/rest/chat/v1/service.d.ts +0 -513
  422. package/dist/lib/rest/chat/v1/service.js +0 -454
  423. package/dist/lib/rest/chat/v2/credential.d.ts +0 -325
  424. package/dist/lib/rest/chat/v2/credential.js +0 -274
  425. package/dist/lib/rest/chat/v2/service/binding.d.ts +0 -283
  426. package/dist/lib/rest/chat/v2/service/binding.js +0 -222
  427. package/dist/lib/rest/chat/v2/service/channel/invite.d.ts +0 -287
  428. package/dist/lib/rest/chat/v2/service/channel/invite.js +0 -245
  429. package/dist/lib/rest/chat/v2/service/channel/member.d.ts +0 -391
  430. package/dist/lib/rest/chat/v2/service/channel/member.js +0 -306
  431. package/dist/lib/rest/chat/v2/service/channel/message.d.ts +0 -424
  432. package/dist/lib/rest/chat/v2/service/channel/message.js +0 -316
  433. package/dist/lib/rest/chat/v2/service/channel/webhook.d.ts +0 -339
  434. package/dist/lib/rest/chat/v2/service/channel/webhook.js +0 -288
  435. package/dist/lib/rest/chat/v2/service/channel.d.ts +0 -439
  436. package/dist/lib/rest/chat/v2/service/channel.js +0 -358
  437. package/dist/lib/rest/chat/v2/service/role.d.ts +0 -299
  438. package/dist/lib/rest/chat/v2/service/role.js +0 -267
  439. package/dist/lib/rest/chat/v2/service/user/userBinding.d.ts +0 -279
  440. package/dist/lib/rest/chat/v2/service/user/userBinding.js +0 -226
  441. package/dist/lib/rest/chat/v2/service/user/userChannel.d.ts +0 -337
  442. package/dist/lib/rest/chat/v2/service/user/userChannel.js +0 -263
  443. package/dist/lib/rest/chat/v2/service/user.d.ts +0 -374
  444. package/dist/lib/rest/chat/v2/service/user.js +0 -310
  445. package/dist/lib/rest/chat/v2/service.d.ts +0 -487
  446. package/dist/lib/rest/chat/v2/service.js +0 -401
  447. package/dist/lib/rest/chat/v3/channel.d.ts +0 -190
  448. package/dist/lib/rest/chat/v3/channel.js +0 -149
  449. package/dist/lib/rest/content/V1.d.ts +0 -15
  450. package/dist/lib/rest/content/V1.js +0 -36
  451. package/dist/lib/rest/content/v1/content/approvalFetch.d.ts +0 -102
  452. package/dist/lib/rest/content/v1/content/approvalFetch.js +0 -115
  453. package/dist/lib/rest/content/v1/content.d.ts +0 -267
  454. package/dist/lib/rest/content/v1/content.js +0 -221
  455. package/dist/lib/rest/conversations/V1.d.ts +0 -50
  456. package/dist/lib/rest/conversations/V1.js +0 -82
  457. package/dist/lib/rest/conversations/v1/addressConfiguration.d.ts +0 -356
  458. package/dist/lib/rest/conversations/v1/addressConfiguration.js +0 -298
  459. package/dist/lib/rest/conversations/v1/configuration/webhook.d.ts +0 -164
  460. package/dist/lib/rest/conversations/v1/configuration/webhook.js +0 -147
  461. package/dist/lib/rest/conversations/v1/configuration.d.ts +0 -169
  462. package/dist/lib/rest/conversations/v1/configuration.js +0 -155
  463. package/dist/lib/rest/conversations/v1/conversation/message/deliveryReceipt.d.ts +0 -250
  464. package/dist/lib/rest/conversations/v1/conversation/message/deliveryReceipt.js +0 -203
  465. package/dist/lib/rest/conversations/v1/conversation/message.d.ts +0 -424
  466. package/dist/lib/rest/conversations/v1/conversation/message.js +0 -321
  467. package/dist/lib/rest/conversations/v1/conversation/participant.d.ts +0 -399
  468. package/dist/lib/rest/conversations/v1/conversation/participant.js +0 -312
  469. package/dist/lib/rest/conversations/v1/conversation/webhook.d.ts +0 -329
  470. package/dist/lib/rest/conversations/v1/conversation/webhook.js +0 -278
  471. package/dist/lib/rest/conversations/v1/conversation.d.ts +0 -430
  472. package/dist/lib/rest/conversations/v1/conversation.js +0 -345
  473. package/dist/lib/rest/conversations/v1/credential.d.ts +0 -327
  474. package/dist/lib/rest/conversations/v1/credential.js +0 -276
  475. package/dist/lib/rest/conversations/v1/participantConversation.d.ts +0 -243
  476. package/dist/lib/rest/conversations/v1/participantConversation.js +0 -152
  477. package/dist/lib/rest/conversations/v1/role.d.ts +0 -297
  478. package/dist/lib/rest/conversations/v1/role.js +0 -260
  479. package/dist/lib/rest/conversations/v1/service/binding.d.ts +0 -277
  480. package/dist/lib/rest/conversations/v1/service/binding.js +0 -220
  481. package/dist/lib/rest/conversations/v1/service/configuration/notification.d.ts +0 -186
  482. package/dist/lib/rest/conversations/v1/service/configuration/notification.js +0 -176
  483. package/dist/lib/rest/conversations/v1/service/configuration/webhook.d.ts +0 -166
  484. package/dist/lib/rest/conversations/v1/service/configuration/webhook.js +0 -154
  485. package/dist/lib/rest/conversations/v1/service/configuration.d.ts +0 -174
  486. package/dist/lib/rest/conversations/v1/service/configuration.js +0 -174
  487. package/dist/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.d.ts +0 -258
  488. package/dist/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.js +0 -216
  489. package/dist/lib/rest/conversations/v1/service/conversation/message.d.ts +0 -432
  490. package/dist/lib/rest/conversations/v1/service/conversation/message.js +0 -329
  491. package/dist/lib/rest/conversations/v1/service/conversation/participant.d.ts +0 -407
  492. package/dist/lib/rest/conversations/v1/service/conversation/participant.js +0 -320
  493. package/dist/lib/rest/conversations/v1/service/conversation/webhook.d.ts +0 -337
  494. package/dist/lib/rest/conversations/v1/service/conversation/webhook.js +0 -286
  495. package/dist/lib/rest/conversations/v1/service/conversation.d.ts +0 -432
  496. package/dist/lib/rest/conversations/v1/service/conversation.js +0 -353
  497. package/dist/lib/rest/conversations/v1/service/participantConversation.d.ts +0 -244
  498. package/dist/lib/rest/conversations/v1/service/participantConversation.js +0 -156
  499. package/dist/lib/rest/conversations/v1/service/role.d.ts +0 -299
  500. package/dist/lib/rest/conversations/v1/service/role.js +0 -267
  501. package/dist/lib/rest/conversations/v1/service/user/userConversation.d.ts +0 -350
  502. package/dist/lib/rest/conversations/v1/service/user/userConversation.js +0 -271
  503. package/dist/lib/rest/conversations/v1/service/user.d.ts +0 -382
  504. package/dist/lib/rest/conversations/v1/service/user.js +0 -301
  505. package/dist/lib/rest/conversations/v1/service.d.ts +0 -305
  506. package/dist/lib/rest/conversations/v1/service.js +0 -299
  507. package/dist/lib/rest/conversations/v1/user/userConversation.d.ts +0 -348
  508. package/dist/lib/rest/conversations/v1/user/userConversation.js +0 -264
  509. package/dist/lib/rest/conversations/v1/user.d.ts +0 -380
  510. package/dist/lib/rest/conversations/v1/user.js +0 -294
  511. package/dist/lib/rest/events/V1.d.ts +0 -30
  512. package/dist/lib/rest/events/V1.js +0 -54
  513. package/dist/lib/rest/events/v1/eventType.d.ts +0 -227
  514. package/dist/lib/rest/events/v1/eventType.js +0 -185
  515. package/dist/lib/rest/events/v1/schema/schemaVersion.d.ts +0 -211
  516. package/dist/lib/rest/events/v1/schema/schemaVersion.js +0 -185
  517. package/dist/lib/rest/events/v1/schema.d.ts +0 -115
  518. package/dist/lib/rest/events/v1/schema.js +0 -126
  519. package/dist/lib/rest/events/v1/sink/sinkTest.d.ts +0 -47
  520. package/dist/lib/rest/events/v1/sink/sinkTest.js +0 -66
  521. package/dist/lib/rest/events/v1/sink/sinkValidate.d.ts +0 -55
  522. package/dist/lib/rest/events/v1/sink/sinkValidate.js +0 -78
  523. package/dist/lib/rest/events/v1/sink.d.ts +0 -323
  524. package/dist/lib/rest/events/v1/sink.js +0 -289
  525. package/dist/lib/rest/events/v1/subscription/subscribedEvent.d.ts +0 -291
  526. package/dist/lib/rest/events/v1/subscription/subscribedEvent.js +0 -254
  527. package/dist/lib/rest/events/v1/subscription.d.ts +0 -325
  528. package/dist/lib/rest/events/v1/subscription.js +0 -277
  529. package/dist/lib/rest/flexApi/V1.d.ts +0 -50
  530. package/dist/lib/rest/flexApi/V1.js +0 -79
  531. package/dist/lib/rest/flexApi/V2.d.ts +0 -15
  532. package/dist/lib/rest/flexApi/V2.js +0 -36
  533. package/dist/lib/rest/flexApi/v1/assessments.d.ts +0 -82
  534. package/dist/lib/rest/flexApi/v1/assessments.js +0 -100
  535. package/dist/lib/rest/flexApi/v1/channel.d.ts +0 -281
  536. package/dist/lib/rest/flexApi/v1/channel.js +0 -251
  537. package/dist/lib/rest/flexApi/v1/configuration.d.ts +0 -369
  538. package/dist/lib/rest/flexApi/v1/configuration.js +0 -195
  539. package/dist/lib/rest/flexApi/v1/flexFlow.d.ts +0 -407
  540. package/dist/lib/rest/flexApi/v1/flexFlow.js +0 -336
  541. package/dist/lib/rest/flexApi/v1/goodData.d.ts +0 -131
  542. package/dist/lib/rest/flexApi/v1/goodData.js +0 -114
  543. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelInvite.d.ts +0 -182
  544. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelInvite.js +0 -154
  545. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelParticipant.d.ts +0 -239
  546. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelParticipant.js +0 -222
  547. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel.d.ts +0 -267
  548. package/dist/lib/rest/flexApi/v1/interaction/interactionChannel.js +0 -244
  549. package/dist/lib/rest/flexApi/v1/interaction.d.ts +0 -127
  550. package/dist/lib/rest/flexApi/v1/interaction.js +0 -152
  551. package/dist/lib/rest/flexApi/v1/userRoles.d.ts +0 -110
  552. package/dist/lib/rest/flexApi/v1/userRoles.js +0 -108
  553. package/dist/lib/rest/flexApi/v1/webChannel.d.ts +0 -306
  554. package/dist/lib/rest/flexApi/v1/webChannel.js +0 -268
  555. package/dist/lib/rest/flexApi/v2/webChannels.d.ts +0 -66
  556. package/dist/lib/rest/flexApi/v2/webChannels.js +0 -82
  557. package/dist/lib/rest/frontlineApi/V1.d.ts +0 -15
  558. package/dist/lib/rest/frontlineApi/V1.js +0 -36
  559. package/dist/lib/rest/frontlineApi/v1/user.d.ts +0 -165
  560. package/dist/lib/rest/frontlineApi/v1/user.js +0 -150
  561. package/dist/lib/rest/insights/V1.d.ts +0 -35
  562. package/dist/lib/rest/insights/V1.js +0 -61
  563. package/dist/lib/rest/insights/v1/call/annotation.d.ts +0 -188
  564. package/dist/lib/rest/insights/v1/call/annotation.js +0 -166
  565. package/dist/lib/rest/insights/v1/call/callSummary.d.ts +0 -176
  566. package/dist/lib/rest/insights/v1/call/callSummary.js +0 -159
  567. package/dist/lib/rest/insights/v1/call/event.d.ts +0 -179
  568. package/dist/lib/rest/insights/v1/call/event.js +0 -144
  569. package/dist/lib/rest/insights/v1/call/metric.d.ts +0 -179
  570. package/dist/lib/rest/insights/v1/call/metric.js +0 -142
  571. package/dist/lib/rest/insights/v1/call.d.ts +0 -118
  572. package/dist/lib/rest/insights/v1/call.js +0 -159
  573. package/dist/lib/rest/insights/v1/callSummaries.d.ts +0 -317
  574. package/dist/lib/rest/insights/v1/callSummaries.js +0 -196
  575. package/dist/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +0 -376
  576. package/dist/lib/rest/insights/v1/conference/conferenceParticipant.js +0 -246
  577. package/dist/lib/rest/insights/v1/conference.d.ts +0 -378
  578. package/dist/lib/rest/insights/v1/conference.js +0 -248
  579. package/dist/lib/rest/insights/v1/room/participant.d.ts +0 -281
  580. package/dist/lib/rest/insights/v1/room/participant.js +0 -212
  581. package/dist/lib/rest/insights/v1/room.d.ts +0 -364
  582. package/dist/lib/rest/insights/v1/room.js +0 -244
  583. package/dist/lib/rest/insights/v1/setting.d.ts +0 -159
  584. package/dist/lib/rest/insights/v1/setting.js +0 -143
  585. package/dist/lib/rest/ipMessaging/V1.d.ts +0 -20
  586. package/dist/lib/rest/ipMessaging/V1.js +0 -42
  587. package/dist/lib/rest/ipMessaging/V2.d.ts +0 -20
  588. package/dist/lib/rest/ipMessaging/V2.js +0 -42
  589. package/dist/lib/rest/ipMessaging/v1/credential.d.ts +0 -304
  590. package/dist/lib/rest/ipMessaging/v1/credential.js +0 -274
  591. package/dist/lib/rest/ipMessaging/v1/service/channel/invite.d.ts +0 -257
  592. package/dist/lib/rest/ipMessaging/v1/service/channel/invite.js +0 -245
  593. package/dist/lib/rest/ipMessaging/v1/service/channel/member.d.ts +0 -304
  594. package/dist/lib/rest/ipMessaging/v1/service/channel/member.js +0 -276
  595. package/dist/lib/rest/ipMessaging/v1/service/channel/message.d.ts +0 -313
  596. package/dist/lib/rest/ipMessaging/v1/service/channel/message.js +0 -282
  597. package/dist/lib/rest/ipMessaging/v1/service/channel.d.ts +0 -350
  598. package/dist/lib/rest/ipMessaging/v1/service/channel.js +0 -323
  599. package/dist/lib/rest/ipMessaging/v1/service/role.d.ts +0 -275
  600. package/dist/lib/rest/ipMessaging/v1/service/role.js +0 -267
  601. package/dist/lib/rest/ipMessaging/v1/service/user/userChannel.d.ts +0 -164
  602. package/dist/lib/rest/ipMessaging/v1/service/user/userChannel.js +0 -139
  603. package/dist/lib/rest/ipMessaging/v1/service/user.d.ts +0 -319
  604. package/dist/lib/rest/ipMessaging/v1/service/user.js +0 -293
  605. package/dist/lib/rest/ipMessaging/v1/service.d.ts +0 -450
  606. package/dist/lib/rest/ipMessaging/v1/service.js +0 -454
  607. package/dist/lib/rest/ipMessaging/v2/credential.d.ts +0 -304
  608. package/dist/lib/rest/ipMessaging/v2/credential.js +0 -274
  609. package/dist/lib/rest/ipMessaging/v2/service/binding.d.ts +0 -250
  610. package/dist/lib/rest/ipMessaging/v2/service/binding.js +0 -222
  611. package/dist/lib/rest/ipMessaging/v2/service/channel/invite.d.ts +0 -257
  612. package/dist/lib/rest/ipMessaging/v2/service/channel/invite.js +0 -245
  613. package/dist/lib/rest/ipMessaging/v2/service/channel/member.d.ts +0 -355
  614. package/dist/lib/rest/ipMessaging/v2/service/channel/member.js +0 -306
  615. package/dist/lib/rest/ipMessaging/v2/service/channel/message.d.ts +0 -376
  616. package/dist/lib/rest/ipMessaging/v2/service/channel/message.js +0 -316
  617. package/dist/lib/rest/ipMessaging/v2/service/channel/webhook.d.ts +0 -312
  618. package/dist/lib/rest/ipMessaging/v2/service/channel/webhook.js +0 -288
  619. package/dist/lib/rest/ipMessaging/v2/service/channel.d.ts +0 -400
  620. package/dist/lib/rest/ipMessaging/v2/service/channel.js +0 -358
  621. package/dist/lib/rest/ipMessaging/v2/service/role.d.ts +0 -275
  622. package/dist/lib/rest/ipMessaging/v2/service/role.js +0 -267
  623. package/dist/lib/rest/ipMessaging/v2/service/user/userBinding.d.ts +0 -246
  624. package/dist/lib/rest/ipMessaging/v2/service/user/userBinding.js +0 -226
  625. package/dist/lib/rest/ipMessaging/v2/service/user/userChannel.d.ts +0 -284
  626. package/dist/lib/rest/ipMessaging/v2/service/user/userChannel.js +0 -257
  627. package/dist/lib/rest/ipMessaging/v2/service/user.d.ts +0 -332
  628. package/dist/lib/rest/ipMessaging/v2/service/user.js +0 -310
  629. package/dist/lib/rest/ipMessaging/v2/service.d.ts +0 -418
  630. package/dist/lib/rest/ipMessaging/v2/service.js +0 -401
  631. package/dist/lib/rest/lookups/V1.d.ts +0 -15
  632. package/dist/lib/rest/lookups/V1.js +0 -36
  633. package/dist/lib/rest/lookups/V2.d.ts +0 -15
  634. package/dist/lib/rest/lookups/V2.js +0 -36
  635. package/dist/lib/rest/lookups/v1/phoneNumber.d.ts +0 -150
  636. package/dist/lib/rest/lookups/v1/phoneNumber.js +0 -133
  637. package/dist/lib/rest/lookups/v2/phoneNumber.d.ts +0 -203
  638. package/dist/lib/rest/lookups/v2/phoneNumber.js +0 -158
  639. package/dist/lib/rest/media/V1.d.ts +0 -25
  640. package/dist/lib/rest/media/V1.js +0 -51
  641. package/dist/lib/rest/media/v1/mediaProcessor.d.ts +0 -319
  642. package/dist/lib/rest/media/v1/mediaProcessor.js +0 -256
  643. package/dist/lib/rest/media/v1/mediaRecording.d.ts +0 -311
  644. package/dist/lib/rest/media/v1/mediaRecording.js +0 -226
  645. package/dist/lib/rest/media/v1/playerStreamer/playbackGrant.d.ts +0 -152
  646. package/dist/lib/rest/media/v1/playerStreamer/playbackGrant.js +0 -146
  647. package/dist/lib/rest/media/v1/playerStreamer.d.ts +0 -329
  648. package/dist/lib/rest/media/v1/playerStreamer.js +0 -264
  649. package/dist/lib/rest/messaging/V1.d.ts +0 -50
  650. package/dist/lib/rest/messaging/V1.js +0 -82
  651. package/dist/lib/rest/messaging/v1/brandRegistration/brandVetting.d.ts +0 -266
  652. package/dist/lib/rest/messaging/v1/brandRegistration/brandVetting.js +0 -224
  653. package/dist/lib/rest/messaging/v1/brandRegistration.d.ts +0 -345
  654. package/dist/lib/rest/messaging/v1/brandRegistration.js +0 -275
  655. package/dist/lib/rest/messaging/v1/deactivations.d.ts +0 -107
  656. package/dist/lib/rest/messaging/v1/deactivations.js +0 -107
  657. package/dist/lib/rest/messaging/v1/domainCerts.d.ts +0 -165
  658. package/dist/lib/rest/messaging/v1/domainCerts.js +0 -164
  659. package/dist/lib/rest/messaging/v1/domainConfig.d.ts +0 -154
  660. package/dist/lib/rest/messaging/v1/domainConfig.js +0 -152
  661. package/dist/lib/rest/messaging/v1/externalCampaign.d.ts +0 -80
  662. package/dist/lib/rest/messaging/v1/externalCampaign.js +0 -87
  663. package/dist/lib/rest/messaging/v1/service/alphaSender.d.ts +0 -265
  664. package/dist/lib/rest/messaging/v1/service/alphaSender.js +0 -231
  665. package/dist/lib/rest/messaging/v1/service/phoneNumber.d.ts +0 -271
  666. package/dist/lib/rest/messaging/v1/service/phoneNumber.js +0 -234
  667. package/dist/lib/rest/messaging/v1/service/shortCode.d.ts +0 -271
  668. package/dist/lib/rest/messaging/v1/service/shortCode.js +0 -234
  669. package/dist/lib/rest/messaging/v1/service/usAppToPerson.d.ts +0 -385
  670. package/dist/lib/rest/messaging/v1/service/usAppToPerson.js +0 -304
  671. package/dist/lib/rest/messaging/v1/service/usAppToPersonUsecase.d.ts +0 -63
  672. package/dist/lib/rest/messaging/v1/service/usAppToPersonUsecase.js +0 -79
  673. package/dist/lib/rest/messaging/v1/service.d.ts +0 -495
  674. package/dist/lib/rest/messaging/v1/service.js +0 -408
  675. package/dist/lib/rest/messaging/v1/tollfreeVerification.d.ts +0 -514
  676. package/dist/lib/rest/messaging/v1/tollfreeVerification.js +0 -392
  677. package/dist/lib/rest/messaging/v1/usecase.d.ts +0 -46
  678. package/dist/lib/rest/messaging/v1/usecase.js +0 -62
  679. package/dist/lib/rest/microvisor/V1.d.ts +0 -20
  680. package/dist/lib/rest/microvisor/V1.js +0 -42
  681. package/dist/lib/rest/microvisor/v1/app.d.ts +0 -241
  682. package/dist/lib/rest/microvisor/v1/app.js +0 -201
  683. package/dist/lib/rest/microvisor/v1/device.d.ts +0 -282
  684. package/dist/lib/rest/microvisor/v1/device.js +0 -217
  685. package/dist/lib/rest/monitor/V1.d.ts +0 -20
  686. package/dist/lib/rest/monitor/V1.js +0 -42
  687. package/dist/lib/rest/monitor/v1/alert.d.ts +0 -315
  688. package/dist/lib/rest/monitor/v1/alert.js +0 -212
  689. package/dist/lib/rest/monitor/v1/event.d.ts +0 -302
  690. package/dist/lib/rest/monitor/v1/event.js +0 -208
  691. package/dist/lib/rest/notify/V1.d.ts +0 -20
  692. package/dist/lib/rest/notify/V1.js +0 -42
  693. package/dist/lib/rest/notify/v1/credential.d.ts +0 -325
  694. package/dist/lib/rest/notify/v1/credential.js +0 -274
  695. package/dist/lib/rest/notify/v1/service/binding.d.ts +0 -338
  696. package/dist/lib/rest/notify/v1/service/binding.js +0 -268
  697. package/dist/lib/rest/notify/v1/service/notification.d.ts +0 -209
  698. package/dist/lib/rest/notify/v1/service/notification.js +0 -152
  699. package/dist/lib/rest/notify/v1/service.d.ts +0 -459
  700. package/dist/lib/rest/notify/v1/service.js +0 -369
  701. package/dist/lib/rest/numbers/V2.d.ts +0 -15
  702. package/dist/lib/rest/numbers/V2.js +0 -37
  703. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.d.ts +0 -220
  704. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.js +0 -163
  705. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.d.ts +0 -232
  706. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.js +0 -200
  707. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.d.ts +0 -253
  708. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +0 -227
  709. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.d.ts +0 -107
  710. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.js +0 -97
  711. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle.d.ts +0 -446
  712. package/dist/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +0 -354
  713. package/dist/lib/rest/numbers/v2/regulatoryCompliance/endUser.d.ts +0 -309
  714. package/dist/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +0 -261
  715. package/dist/lib/rest/numbers/v2/regulatoryCompliance/endUserType.d.ts +0 -212
  716. package/dist/lib/rest/numbers/v2/regulatoryCompliance/endUserType.js +0 -179
  717. package/dist/lib/rest/numbers/v2/regulatoryCompliance/regulation.d.ts +0 -240
  718. package/dist/lib/rest/numbers/v2/regulatoryCompliance/regulation.js +0 -189
  719. package/dist/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.d.ts +0 -327
  720. package/dist/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +0 -267
  721. package/dist/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.d.ts +0 -212
  722. package/dist/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.js +0 -179
  723. package/dist/lib/rest/numbers/v2/regulatoryCompliance.d.ts +0 -35
  724. package/dist/lib/rest/numbers/v2/regulatoryCompliance.js +0 -87
  725. package/dist/lib/rest/oauth/V1.d.ts +0 -35
  726. package/dist/lib/rest/oauth/V1.js +0 -61
  727. package/dist/lib/rest/oauth/v1/deviceCode.d.ts +0 -88
  728. package/dist/lib/rest/oauth/v1/deviceCode.js +0 -90
  729. package/dist/lib/rest/oauth/v1/oauth.d.ts +0 -85
  730. package/dist/lib/rest/oauth/v1/oauth.js +0 -102
  731. package/dist/lib/rest/oauth/v1/openidDiscovery.d.ts +0 -151
  732. package/dist/lib/rest/oauth/v1/openidDiscovery.js +0 -126
  733. package/dist/lib/rest/oauth/v1/token.d.ts +0 -89
  734. package/dist/lib/rest/oauth/v1/token.js +0 -98
  735. package/dist/lib/rest/oauth/v1/userInfo.d.ts +0 -109
  736. package/dist/lib/rest/oauth/v1/userInfo.js +0 -110
  737. package/dist/lib/rest/preview/DeployedDevices.d.ts +0 -15
  738. package/dist/lib/rest/preview/DeployedDevices.js +0 -36
  739. package/dist/lib/rest/preview/HostedNumbers.d.ts +0 -20
  740. package/dist/lib/rest/preview/HostedNumbers.js +0 -44
  741. package/dist/lib/rest/preview/Marketplace.d.ts +0 -20
  742. package/dist/lib/rest/preview/Marketplace.js +0 -44
  743. package/dist/lib/rest/preview/Sync.d.ts +0 -15
  744. package/dist/lib/rest/preview/Sync.js +0 -36
  745. package/dist/lib/rest/preview/Understand.d.ts +0 -15
  746. package/dist/lib/rest/preview/Understand.js +0 -36
  747. package/dist/lib/rest/preview/Wireless.d.ts +0 -25
  748. package/dist/lib/rest/preview/Wireless.js +0 -48
  749. package/dist/lib/rest/preview/deployed_devices/fleet/certificate.d.ts +0 -325
  750. package/dist/lib/rest/preview/deployed_devices/fleet/certificate.js +0 -269
  751. package/dist/lib/rest/preview/deployed_devices/fleet/deployment.d.ts +0 -319
  752. package/dist/lib/rest/preview/deployed_devices/fleet/deployment.js +0 -264
  753. package/dist/lib/rest/preview/deployed_devices/fleet/device.d.ts +0 -359
  754. package/dist/lib/rest/preview/deployed_devices/fleet/device.js +0 -284
  755. package/dist/lib/rest/preview/deployed_devices/fleet/key.d.ts +0 -331
  756. package/dist/lib/rest/preview/deployed_devices/fleet/key.js +0 -268
  757. package/dist/lib/rest/preview/deployed_devices/fleet.d.ts +0 -353
  758. package/dist/lib/rest/preview/deployed_devices/fleet.js +0 -307
  759. package/dist/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.d.ts +0 -294
  760. package/dist/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.js +0 -174
  761. package/dist/lib/rest/preview/hosted_numbers/authorizationDocument.d.ts +0 -328
  762. package/dist/lib/rest/preview/hosted_numbers/authorizationDocument.js +0 -285
  763. package/dist/lib/rest/preview/hosted_numbers/hostedNumberOrder.d.ts +0 -469
  764. package/dist/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +0 -345
  765. package/dist/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.d.ts +0 -220
  766. package/dist/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.js +0 -187
  767. package/dist/lib/rest/preview/marketplace/availableAddOn.d.ts +0 -232
  768. package/dist/lib/rest/preview/marketplace/availableAddOn.js +0 -196
  769. package/dist/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.d.ts +0 -252
  770. package/dist/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +0 -214
  771. package/dist/lib/rest/preview/marketplace/installedAddOn.d.ts +0 -333
  772. package/dist/lib/rest/preview/marketplace/installedAddOn.js +0 -281
  773. package/dist/lib/rest/preview/sync/service/document/documentPermission.d.ts +0 -281
  774. package/dist/lib/rest/preview/sync/service/document/documentPermission.js +0 -253
  775. package/dist/lib/rest/preview/sync/service/document.d.ts +0 -296
  776. package/dist/lib/rest/preview/sync/service/document.js +0 -281
  777. package/dist/lib/rest/preview/sync/service/syncList/syncListItem.d.ts +0 -322
  778. package/dist/lib/rest/preview/sync/service/syncList/syncListItem.js +0 -280
  779. package/dist/lib/rest/preview/sync/service/syncList/syncListPermission.d.ts +0 -281
  780. package/dist/lib/rest/preview/sync/service/syncList/syncListPermission.js +0 -253
  781. package/dist/lib/rest/preview/sync/service/syncList.d.ts +0 -271
  782. package/dist/lib/rest/preview/sync/service/syncList.js +0 -263
  783. package/dist/lib/rest/preview/sync/service/syncMap/syncMapItem.d.ts +0 -324
  784. package/dist/lib/rest/preview/sync/service/syncMap/syncMapItem.js +0 -284
  785. package/dist/lib/rest/preview/sync/service/syncMap/syncMapPermission.d.ts +0 -281
  786. package/dist/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +0 -253
  787. package/dist/lib/rest/preview/sync/service/syncMap.d.ts +0 -271
  788. package/dist/lib/rest/preview/sync/service/syncMap.js +0 -263
  789. package/dist/lib/rest/preview/sync/service.d.ts +0 -331
  790. package/dist/lib/rest/preview/sync/service.js +0 -308
  791. package/dist/lib/rest/preview/understand/assistant/assistantFallbackActions.d.ts +0 -132
  792. package/dist/lib/rest/preview/understand/assistant/assistantFallbackActions.js +0 -142
  793. package/dist/lib/rest/preview/understand/assistant/assistantInitiationActions.d.ts +0 -132
  794. package/dist/lib/rest/preview/understand/assistant/assistantInitiationActions.js +0 -142
  795. package/dist/lib/rest/preview/understand/assistant/dialogue.d.ts +0 -106
  796. package/dist/lib/rest/preview/understand/assistant/dialogue.js +0 -120
  797. package/dist/lib/rest/preview/understand/assistant/fieldType/fieldValue.d.ts +0 -286
  798. package/dist/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +0 -249
  799. package/dist/lib/rest/preview/understand/assistant/fieldType.d.ts +0 -319
  800. package/dist/lib/rest/preview/understand/assistant/fieldType.js +0 -277
  801. package/dist/lib/rest/preview/understand/assistant/modelBuild.d.ts +0 -321
  802. package/dist/lib/rest/preview/understand/assistant/modelBuild.js +0 -266
  803. package/dist/lib/rest/preview/understand/assistant/query.d.ts +0 -362
  804. package/dist/lib/rest/preview/understand/assistant/query.js +0 -286
  805. package/dist/lib/rest/preview/understand/assistant/styleSheet.d.ts +0 -141
  806. package/dist/lib/rest/preview/understand/assistant/styleSheet.js +0 -142
  807. package/dist/lib/rest/preview/understand/assistant/task/field.d.ts +0 -272
  808. package/dist/lib/rest/preview/understand/assistant/task/field.js +0 -243
  809. package/dist/lib/rest/preview/understand/assistant/task/sample.d.ts +0 -332
  810. package/dist/lib/rest/preview/understand/assistant/task/sample.js +0 -280
  811. package/dist/lib/rest/preview/understand/assistant/task/taskActions.d.ts +0 -146
  812. package/dist/lib/rest/preview/understand/assistant/task/taskActions.js +0 -150
  813. package/dist/lib/rest/preview/understand/assistant/task/taskStatistics.d.ts +0 -113
  814. package/dist/lib/rest/preview/understand/assistant/task/taskStatistics.js +0 -125
  815. package/dist/lib/rest/preview/understand/assistant/task.d.ts +0 -357
  816. package/dist/lib/rest/preview/understand/assistant/task.js +0 -326
  817. package/dist/lib/rest/preview/understand/assistant.d.ts +0 -423
  818. package/dist/lib/rest/preview/understand/assistant.js +0 -392
  819. package/dist/lib/rest/preview/wireless/command.d.ts +0 -267
  820. package/dist/lib/rest/preview/wireless/command.js +0 -232
  821. package/dist/lib/rest/preview/wireless/ratePlan.d.ts +0 -327
  822. package/dist/lib/rest/preview/wireless/ratePlan.js +0 -286
  823. package/dist/lib/rest/preview/wireless/sim/usage.d.ts +0 -132
  824. package/dist/lib/rest/preview/wireless/sim/usage.js +0 -133
  825. package/dist/lib/rest/preview/wireless/sim.d.ts +0 -362
  826. package/dist/lib/rest/preview/wireless/sim.js +0 -291
  827. package/dist/lib/rest/pricing/V1.d.ts +0 -25
  828. package/dist/lib/rest/pricing/V1.js +0 -48
  829. package/dist/lib/rest/pricing/V2.d.ts +0 -25
  830. package/dist/lib/rest/pricing/V2.js +0 -48
  831. package/dist/lib/rest/pricing/v1/messaging/country.d.ts +0 -234
  832. package/dist/lib/rest/pricing/v1/messaging/country.js +0 -190
  833. package/dist/lib/rest/pricing/v1/messaging.d.ts +0 -20
  834. package/dist/lib/rest/pricing/v1/messaging.js +0 -42
  835. package/dist/lib/rest/pricing/v1/phoneNumber/country.d.ts +0 -217
  836. package/dist/lib/rest/pricing/v1/phoneNumber/country.js +0 -182
  837. package/dist/lib/rest/pricing/v1/phoneNumber.d.ts +0 -20
  838. package/dist/lib/rest/pricing/v1/phoneNumber.js +0 -42
  839. package/dist/lib/rest/pricing/v1/voice/country.d.ts +0 -229
  840. package/dist/lib/rest/pricing/v1/voice/country.js +0 -187
  841. package/dist/lib/rest/pricing/v1/voice/number.d.ts +0 -128
  842. package/dist/lib/rest/pricing/v1/voice/number.js +0 -130
  843. package/dist/lib/rest/pricing/v1/voice.d.ts +0 -23
  844. package/dist/lib/rest/pricing/v1/voice.js +0 -51
  845. package/dist/lib/rest/pricing/v2/country.d.ts +0 -230
  846. package/dist/lib/rest/pricing/v2/country.js +0 -187
  847. package/dist/lib/rest/pricing/v2/number.d.ts +0 -159
  848. package/dist/lib/rest/pricing/v2/number.js +0 -137
  849. package/dist/lib/rest/pricing/v2/voice/country.d.ts +0 -230
  850. package/dist/lib/rest/pricing/v2/voice/country.js +0 -187
  851. package/dist/lib/rest/pricing/v2/voice/number.d.ts +0 -160
  852. package/dist/lib/rest/pricing/v2/voice/number.js +0 -137
  853. package/dist/lib/rest/pricing/v2/voice.d.ts +0 -23
  854. package/dist/lib/rest/pricing/v2/voice.js +0 -51
  855. package/dist/lib/rest/proxy/V1.d.ts +0 -15
  856. package/dist/lib/rest/proxy/V1.js +0 -36
  857. package/dist/lib/rest/proxy/v1/service/phoneNumber.d.ts +0 -341
  858. package/dist/lib/rest/proxy/v1/service/phoneNumber.js +0 -272
  859. package/dist/lib/rest/proxy/v1/service/session/interaction.d.ts +0 -310
  860. package/dist/lib/rest/proxy/v1/service/session/interaction.js +0 -238
  861. package/dist/lib/rest/proxy/v1/service/session/participant/messageInteraction.d.ts +0 -327
  862. package/dist/lib/rest/proxy/v1/service/session/participant/messageInteraction.js +0 -257
  863. package/dist/lib/rest/proxy/v1/service/session/participant.d.ts +0 -311
  864. package/dist/lib/rest/proxy/v1/service/session/participant.js +0 -266
  865. package/dist/lib/rest/proxy/v1/service/session.d.ts +0 -389
  866. package/dist/lib/rest/proxy/v1/service/session.js +0 -316
  867. package/dist/lib/rest/proxy/v1/service/shortCode.d.ts +0 -317
  868. package/dist/lib/rest/proxy/v1/service/shortCode.js +0 -262
  869. package/dist/lib/rest/proxy/v1/service.d.ts +0 -389
  870. package/dist/lib/rest/proxy/v1/service.js +0 -330
  871. package/dist/lib/rest/routes/V2.d.ts +0 -25
  872. package/dist/lib/rest/routes/V2.js +0 -48
  873. package/dist/lib/rest/routes/v2/phoneNumber.d.ts +0 -169
  874. package/dist/lib/rest/routes/v2/phoneNumber.js +0 -149
  875. package/dist/lib/rest/routes/v2/sipDomain.d.ts +0 -145
  876. package/dist/lib/rest/routes/v2/sipDomain.js +0 -149
  877. package/dist/lib/rest/routes/v2/trunk.d.ts +0 -169
  878. package/dist/lib/rest/routes/v2/trunk.js +0 -149
  879. package/dist/lib/rest/serverless/V1.d.ts +0 -15
  880. package/dist/lib/rest/serverless/V1.js +0 -36
  881. package/dist/lib/rest/serverless/v1/service/asset/assetVersion.d.ts +0 -232
  882. package/dist/lib/rest/serverless/v1/service/asset/assetVersion.js +0 -197
  883. package/dist/lib/rest/serverless/v1/service/asset.d.ts +0 -299
  884. package/dist/lib/rest/serverless/v1/service/asset.js +0 -271
  885. package/dist/lib/rest/serverless/v1/service/build/buildStatus.d.ts +0 -108
  886. package/dist/lib/rest/serverless/v1/service/build/buildStatus.js +0 -123
  887. package/dist/lib/rest/serverless/v1/service/build.d.ts +0 -304
  888. package/dist/lib/rest/serverless/v1/service/build.js +0 -260
  889. package/dist/lib/rest/serverless/v1/service/environment/deployment.d.ts +0 -258
  890. package/dist/lib/rest/serverless/v1/service/environment/deployment.js +0 -220
  891. package/dist/lib/rest/serverless/v1/service/environment/log.d.ts +0 -274
  892. package/dist/lib/rest/serverless/v1/service/environment/log.js +0 -211
  893. package/dist/lib/rest/serverless/v1/service/environment/variable.d.ts +0 -319
  894. package/dist/lib/rest/serverless/v1/service/environment/variable.js +0 -272
  895. package/dist/lib/rest/serverless/v1/service/environment.d.ts +0 -309
  896. package/dist/lib/rest/serverless/v1/service/environment.js +0 -278
  897. package/dist/lib/rest/serverless/v1/service/function/functionVersion/functionVersionContent.d.ts +0 -115
  898. package/dist/lib/rest/serverless/v1/service/function/functionVersion/functionVersionContent.js +0 -131
  899. package/dist/lib/rest/serverless/v1/service/function/functionVersion.d.ts +0 -243
  900. package/dist/lib/rest/serverless/v1/service/function/functionVersion.js +0 -212
  901. package/dist/lib/rest/serverless/v1/service/function.d.ts +0 -299
  902. package/dist/lib/rest/serverless/v1/service/function.js +0 -271
  903. package/dist/lib/rest/serverless/v1/service.d.ts +0 -365
  904. package/dist/lib/rest/serverless/v1/service.js +0 -321
  905. package/dist/lib/rest/studio/V1.d.ts +0 -15
  906. package/dist/lib/rest/studio/V1.js +0 -36
  907. package/dist/lib/rest/studio/V2.d.ts +0 -20
  908. package/dist/lib/rest/studio/V2.js +0 -42
  909. package/dist/lib/rest/studio/v1/flow/engagement/engagementContext.d.ts +0 -110
  910. package/dist/lib/rest/studio/v1/flow/engagement/engagementContext.js +0 -123
  911. package/dist/lib/rest/studio/v1/flow/engagement/step/stepContext.d.ts +0 -118
  912. package/dist/lib/rest/studio/v1/flow/engagement/step/stepContext.js +0 -131
  913. package/dist/lib/rest/studio/v1/flow/engagement/step.d.ts +0 -266
  914. package/dist/lib/rest/studio/v1/flow/engagement/step.js +0 -218
  915. package/dist/lib/rest/studio/v1/flow/engagement.d.ts +0 -301
  916. package/dist/lib/rest/studio/v1/flow/engagement.js +0 -269
  917. package/dist/lib/rest/studio/v1/flow/execution/executionContext.d.ts +0 -110
  918. package/dist/lib/rest/studio/v1/flow/execution/executionContext.js +0 -123
  919. package/dist/lib/rest/studio/v1/flow/execution/executionStep/executionStepContext.d.ts +0 -118
  920. package/dist/lib/rest/studio/v1/flow/execution/executionStep/executionStepContext.js +0 -131
  921. package/dist/lib/rest/studio/v1/flow/execution/executionStep.d.ts +0 -266
  922. package/dist/lib/rest/studio/v1/flow/execution/executionStep.js +0 -218
  923. package/dist/lib/rest/studio/v1/flow/execution.d.ts +0 -339
  924. package/dist/lib/rest/studio/v1/flow/execution.js +0 -298
  925. package/dist/lib/rest/studio/v1/flow.d.ts +0 -267
  926. package/dist/lib/rest/studio/v1/flow.js +0 -231
  927. package/dist/lib/rest/studio/v2/flow/execution/executionContext.d.ts +0 -110
  928. package/dist/lib/rest/studio/v2/flow/execution/executionContext.js +0 -123
  929. package/dist/lib/rest/studio/v2/flow/execution/executionStep/executionStepContext.d.ts +0 -118
  930. package/dist/lib/rest/studio/v2/flow/execution/executionStep/executionStepContext.js +0 -131
  931. package/dist/lib/rest/studio/v2/flow/execution/executionStep.d.ts +0 -266
  932. package/dist/lib/rest/studio/v2/flow/execution/executionStep.js +0 -218
  933. package/dist/lib/rest/studio/v2/flow/execution.d.ts +0 -333
  934. package/dist/lib/rest/studio/v2/flow/execution.js +0 -296
  935. package/dist/lib/rest/studio/v2/flow/flowRevision.d.ts +0 -254
  936. package/dist/lib/rest/studio/v2/flow/flowRevision.js +0 -199
  937. package/dist/lib/rest/studio/v2/flow/flowTestUser.d.ts +0 -122
  938. package/dist/lib/rest/studio/v2/flow/flowTestUser.js +0 -138
  939. package/dist/lib/rest/studio/v2/flow.d.ts +0 -362
  940. package/dist/lib/rest/studio/v2/flow.js +0 -319
  941. package/dist/lib/rest/studio/v2/flowValidate.d.ts +0 -61
  942. package/dist/lib/rest/studio/v2/flowValidate.js +0 -85
  943. package/dist/lib/rest/supersim/V1.d.ts +0 -55
  944. package/dist/lib/rest/supersim/V1.js +0 -86
  945. package/dist/lib/rest/supersim/v1/esimProfile.d.ts +0 -298
  946. package/dist/lib/rest/supersim/v1/esimProfile.js +0 -226
  947. package/dist/lib/rest/supersim/v1/fleet.d.ts +0 -364
  948. package/dist/lib/rest/supersim/v1/fleet.js +0 -277
  949. package/dist/lib/rest/supersim/v1/ipCommand.d.ts +0 -304
  950. package/dist/lib/rest/supersim/v1/ipCommand.js +0 -238
  951. package/dist/lib/rest/supersim/v1/network.d.ts +0 -230
  952. package/dist/lib/rest/supersim/v1/network.js +0 -185
  953. package/dist/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.d.ts +0 -253
  954. package/dist/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +0 -227
  955. package/dist/lib/rest/supersim/v1/networkAccessProfile.d.ts +0 -297
  956. package/dist/lib/rest/supersim/v1/networkAccessProfile.js +0 -248
  957. package/dist/lib/rest/supersim/v1/settingsUpdate.d.ts +0 -195
  958. package/dist/lib/rest/supersim/v1/settingsUpdate.js +0 -136
  959. package/dist/lib/rest/supersim/v1/sim/billingPeriod.d.ts +0 -184
  960. package/dist/lib/rest/supersim/v1/sim/billingPeriod.js +0 -136
  961. package/dist/lib/rest/supersim/v1/sim/simIpAddress.d.ts +0 -148
  962. package/dist/lib/rest/supersim/v1/sim/simIpAddress.js +0 -124
  963. package/dist/lib/rest/supersim/v1/sim.d.ts +0 -342
  964. package/dist/lib/rest/supersim/v1/sim.js +0 -283
  965. package/dist/lib/rest/supersim/v1/smsCommand.d.ts +0 -272
  966. package/dist/lib/rest/supersim/v1/smsCommand.js +0 -222
  967. package/dist/lib/rest/supersim/v1/usageRecord.d.ts +0 -253
  968. package/dist/lib/rest/supersim/v1/usageRecord.js +0 -154
  969. package/dist/lib/rest/sync/V1.d.ts +0 -15
  970. package/dist/lib/rest/sync/V1.js +0 -36
  971. package/dist/lib/rest/sync/v1/service/document/documentPermission.d.ts +0 -281
  972. package/dist/lib/rest/sync/v1/service/document/documentPermission.js +0 -253
  973. package/dist/lib/rest/sync/v1/service/document.d.ts +0 -355
  974. package/dist/lib/rest/sync/v1/service/document.js +0 -289
  975. package/dist/lib/rest/sync/v1/service/syncList/syncListItem.d.ts +0 -386
  976. package/dist/lib/rest/sync/v1/service/syncList/syncListItem.js +0 -296
  977. package/dist/lib/rest/sync/v1/service/syncList/syncListPermission.d.ts +0 -281
  978. package/dist/lib/rest/sync/v1/service/syncList/syncListPermission.js +0 -253
  979. package/dist/lib/rest/sync/v1/service/syncList.d.ts +0 -355
  980. package/dist/lib/rest/sync/v1/service/syncList.js +0 -298
  981. package/dist/lib/rest/sync/v1/service/syncMap/syncMapItem.d.ts +0 -388
  982. package/dist/lib/rest/sync/v1/service/syncMap/syncMapItem.js +0 -300
  983. package/dist/lib/rest/sync/v1/service/syncMap/syncMapPermission.d.ts +0 -281
  984. package/dist/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +0 -253
  985. package/dist/lib/rest/sync/v1/service/syncMap.d.ts +0 -355
  986. package/dist/lib/rest/sync/v1/service/syncMap.js +0 -298
  987. package/dist/lib/rest/sync/v1/service/syncStream/streamMessage.d.ts +0 -62
  988. package/dist/lib/rest/sync/v1/service/syncStream/streamMessage.js +0 -83
  989. package/dist/lib/rest/sync/v1/service/syncStream.d.ts +0 -337
  990. package/dist/lib/rest/sync/v1/service/syncStream.js +0 -279
  991. package/dist/lib/rest/sync/v1/service.d.ts +0 -405
  992. package/dist/lib/rest/sync/v1/service.js +0 -344
  993. package/dist/lib/rest/taskrouter/V1.d.ts +0 -15
  994. package/dist/lib/rest/taskrouter/V1.js +0 -36
  995. package/dist/lib/rest/taskrouter/v1/workspace/activity.d.ts +0 -324
  996. package/dist/lib/rest/taskrouter/v1/workspace/activity.js +0 -267
  997. package/dist/lib/rest/taskrouter/v1/workspace/event.d.ts +0 -352
  998. package/dist/lib/rest/taskrouter/v1/workspace/event.js +0 -231
  999. package/dist/lib/rest/taskrouter/v1/workspace/task/reservation.d.ts +0 -413
  1000. package/dist/lib/rest/taskrouter/v1/workspace/task/reservation.js +0 -344
  1001. package/dist/lib/rest/taskrouter/v1/workspace/task.d.ts +0 -496
  1002. package/dist/lib/rest/taskrouter/v1/workspace/task.js +0 -341
  1003. package/dist/lib/rest/taskrouter/v1/workspace/taskChannel.d.ts +0 -325
  1004. package/dist/lib/rest/taskrouter/v1/workspace/taskChannel.js +0 -271
  1005. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueCumulativeStatistics.d.ts +0 -245
  1006. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueCumulativeStatistics.js +0 -172
  1007. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueRealTimeStatistics.d.ts +0 -189
  1008. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueRealTimeStatistics.js +0 -148
  1009. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueStatistics.d.ts +0 -149
  1010. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueStatistics.js +0 -139
  1011. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.d.ts +0 -204
  1012. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.js +0 -142
  1013. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue.d.ts +0 -418
  1014. package/dist/lib/rest/taskrouter/v1/workspace/taskQueue.js +0 -349
  1015. package/dist/lib/rest/taskrouter/v1/workspace/worker/reservation.d.ts +0 -402
  1016. package/dist/lib/rest/taskrouter/v1/workspace/worker/reservation.js +0 -338
  1017. package/dist/lib/rest/taskrouter/v1/workspace/worker/workerChannel.d.ts +0 -308
  1018. package/dist/lib/rest/taskrouter/v1/workspace/worker/workerChannel.js +0 -236
  1019. package/dist/lib/rest/taskrouter/v1/workspace/worker/workerStatistics.d.ts +0 -141
  1020. package/dist/lib/rest/taskrouter/v1/workspace/worker/workerStatistics.js +0 -135
  1021. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersCumulativeStatistics.d.ts +0 -181
  1022. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersCumulativeStatistics.js +0 -143
  1023. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersRealTimeStatistics.d.ts +0 -133
  1024. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersRealTimeStatistics.js +0 -123
  1025. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersStatistics.d.ts +0 -145
  1026. package/dist/lib/rest/taskrouter/v1/workspace/worker/workersStatistics.js +0 -135
  1027. package/dist/lib/rest/taskrouter/v1/workspace/worker.d.ts +0 -455
  1028. package/dist/lib/rest/taskrouter/v1/workspace/worker.js +0 -370
  1029. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowCumulativeStatistics.d.ts +0 -245
  1030. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowCumulativeStatistics.js +0 -171
  1031. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowRealTimeStatistics.d.ts +0 -159
  1032. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowRealTimeStatistics.js +0 -137
  1033. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowStatistics.d.ts +0 -149
  1034. package/dist/lib/rest/taskrouter/v1/workspace/workflow/workflowStatistics.js +0 -139
  1035. package/dist/lib/rest/taskrouter/v1/workspace/workflow.d.ts +0 -385
  1036. package/dist/lib/rest/taskrouter/v1/workspace/workflow.js +0 -334
  1037. package/dist/lib/rest/taskrouter/v1/workspace/workspaceCumulativeStatistics.d.ts +0 -237
  1038. package/dist/lib/rest/taskrouter/v1/workspace/workspaceCumulativeStatistics.js +0 -163
  1039. package/dist/lib/rest/taskrouter/v1/workspace/workspaceRealTimeStatistics.d.ts +0 -163
  1040. package/dist/lib/rest/taskrouter/v1/workspace/workspaceRealTimeStatistics.js +0 -133
  1041. package/dist/lib/rest/taskrouter/v1/workspace/workspaceStatistics.d.ts +0 -141
  1042. package/dist/lib/rest/taskrouter/v1/workspace/workspaceStatistics.js +0 -131
  1043. package/dist/lib/rest/taskrouter/v1/workspace.d.ts +0 -453
  1044. package/dist/lib/rest/taskrouter/v1/workspace.js +0 -418
  1045. package/dist/lib/rest/trunking/V1.d.ts +0 -15
  1046. package/dist/lib/rest/trunking/V1.js +0 -36
  1047. package/dist/lib/rest/trunking/v1/trunk/credentialList.d.ts +0 -259
  1048. package/dist/lib/rest/trunking/v1/trunk/credentialList.js +0 -230
  1049. package/dist/lib/rest/trunking/v1/trunk/ipAccessControlList.d.ts +0 -259
  1050. package/dist/lib/rest/trunking/v1/trunk/ipAccessControlList.js +0 -230
  1051. package/dist/lib/rest/trunking/v1/trunk/originationUrl.d.ts +0 -341
  1052. package/dist/lib/rest/trunking/v1/trunk/originationUrl.js +0 -289
  1053. package/dist/lib/rest/trunking/v1/trunk/phoneNumber.d.ts +0 -376
  1054. package/dist/lib/rest/trunking/v1/trunk/phoneNumber.js +0 -268
  1055. package/dist/lib/rest/trunking/v1/trunk/recording.d.ts +0 -130
  1056. package/dist/lib/rest/trunking/v1/trunk/recording.js +0 -140
  1057. package/dist/lib/rest/trunking/v1/trunk.d.ts +0 -432
  1058. package/dist/lib/rest/trunking/v1/trunk.js +0 -364
  1059. package/dist/lib/rest/trusthub/V1.d.ts +0 -45
  1060. package/dist/lib/rest/trusthub/V1.js +0 -76
  1061. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.d.ts +0 -273
  1062. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +0 -239
  1063. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.d.ts +0 -253
  1064. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +0 -227
  1065. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.d.ts +0 -240
  1066. package/dist/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +0 -212
  1067. package/dist/lib/rest/trusthub/v1/customerProfiles.d.ts +0 -381
  1068. package/dist/lib/rest/trusthub/v1/customerProfiles.js +0 -322
  1069. package/dist/lib/rest/trusthub/v1/endUser.d.ts +0 -311
  1070. package/dist/lib/rest/trusthub/v1/endUser.js +0 -261
  1071. package/dist/lib/rest/trusthub/v1/endUserType.d.ts +0 -212
  1072. package/dist/lib/rest/trusthub/v1/endUserType.js +0 -179
  1073. package/dist/lib/rest/trusthub/v1/policies.d.ts +0 -206
  1074. package/dist/lib/rest/trusthub/v1/policies.js +0 -177
  1075. package/dist/lib/rest/trusthub/v1/supportingDocument.d.ts +0 -321
  1076. package/dist/lib/rest/trusthub/v1/supportingDocument.js +0 -265
  1077. package/dist/lib/rest/trusthub/v1/supportingDocumentType.d.ts +0 -212
  1078. package/dist/lib/rest/trusthub/v1/supportingDocumentType.js +0 -179
  1079. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.d.ts +0 -273
  1080. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +0 -239
  1081. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.d.ts +0 -253
  1082. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +0 -227
  1083. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.d.ts +0 -240
  1084. package/dist/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +0 -212
  1085. package/dist/lib/rest/trusthub/v1/trustProducts.d.ts +0 -381
  1086. package/dist/lib/rest/trusthub/v1/trustProducts.js +0 -322
  1087. package/dist/lib/rest/verify/V2.d.ts +0 -40
  1088. package/dist/lib/rest/verify/V2.js +0 -69
  1089. package/dist/lib/rest/verify/v2/form.d.ts +0 -99
  1090. package/dist/lib/rest/verify/v2/form.js +0 -112
  1091. package/dist/lib/rest/verify/v2/safelist.d.ts +0 -128
  1092. package/dist/lib/rest/verify/v2/safelist.js +0 -150
  1093. package/dist/lib/rest/verify/v2/service/accessToken.d.ts +0 -159
  1094. package/dist/lib/rest/verify/v2/service/accessToken.js +0 -159
  1095. package/dist/lib/rest/verify/v2/service/entity/challenge/notification.d.ts +0 -113
  1096. package/dist/lib/rest/verify/v2/service/entity/challenge/notification.js +0 -102
  1097. package/dist/lib/rest/verify/v2/service/entity/challenge.d.ts +0 -385
  1098. package/dist/lib/rest/verify/v2/service/entity/challenge.js +0 -296
  1099. package/dist/lib/rest/verify/v2/service/entity/factor.d.ts +0 -336
  1100. package/dist/lib/rest/verify/v2/service/entity/factor.js +0 -270
  1101. package/dist/lib/rest/verify/v2/service/entity/newFactor.d.ts +0 -158
  1102. package/dist/lib/rest/verify/v2/service/entity/newFactor.js +0 -137
  1103. package/dist/lib/rest/verify/v2/service/entity.d.ts +0 -289
  1104. package/dist/lib/rest/verify/v2/service/entity.js +0 -270
  1105. package/dist/lib/rest/verify/v2/service/messagingConfiguration.d.ts +0 -287
  1106. package/dist/lib/rest/verify/v2/service/messagingConfiguration.js +0 -260
  1107. package/dist/lib/rest/verify/v2/service/rateLimit/bucket.d.ts +0 -319
  1108. package/dist/lib/rest/verify/v2/service/rateLimit/bucket.js +0 -272
  1109. package/dist/lib/rest/verify/v2/service/rateLimit.d.ts +0 -323
  1110. package/dist/lib/rest/verify/v2/service/rateLimit.js +0 -275
  1111. package/dist/lib/rest/verify/v2/service/verification.d.ts +0 -236
  1112. package/dist/lib/rest/verify/v2/service/verification.js +0 -215
  1113. package/dist/lib/rest/verify/v2/service/verificationCheck.d.ts +0 -135
  1114. package/dist/lib/rest/verify/v2/service/verificationCheck.js +0 -110
  1115. package/dist/lib/rest/verify/v2/service/webhook.d.ts +0 -341
  1116. package/dist/lib/rest/verify/v2/service/webhook.js +0 -287
  1117. package/dist/lib/rest/verify/v2/service.d.ts +0 -482
  1118. package/dist/lib/rest/verify/v2/service.js +0 -426
  1119. package/dist/lib/rest/verify/v2/template.d.ts +0 -173
  1120. package/dist/lib/rest/verify/v2/template.js +0 -128
  1121. package/dist/lib/rest/verify/v2/verificationAttempt.d.ts +0 -289
  1122. package/dist/lib/rest/verify/v2/verificationAttempt.js +0 -207
  1123. package/dist/lib/rest/verify/v2/verificationAttemptsSummary.d.ts +0 -139
  1124. package/dist/lib/rest/verify/v2/verificationAttemptsSummary.js +0 -126
  1125. package/dist/lib/rest/video/V1.d.ts +0 -40
  1126. package/dist/lib/rest/video/V1.js +0 -69
  1127. package/dist/lib/rest/video/v1/composition.d.ts +0 -378
  1128. package/dist/lib/rest/video/v1/composition.js +0 -275
  1129. package/dist/lib/rest/video/v1/compositionHook.d.ts +0 -390
  1130. package/dist/lib/rest/video/v1/compositionHook.js +0 -310
  1131. package/dist/lib/rest/video/v1/compositionSettings.d.ts +0 -160
  1132. package/dist/lib/rest/video/v1/compositionSettings.js +0 -151
  1133. package/dist/lib/rest/video/v1/recording.d.ts +0 -336
  1134. package/dist/lib/rest/video/v1/recording.js +0 -236
  1135. package/dist/lib/rest/video/v1/recordingSettings.d.ts +0 -160
  1136. package/dist/lib/rest/video/v1/recordingSettings.js +0 -151
  1137. package/dist/lib/rest/video/v1/room/participant/anonymize.d.ts +0 -144
  1138. package/dist/lib/rest/video/v1/room/participant/anonymize.js +0 -135
  1139. package/dist/lib/rest/video/v1/room/participant/publishedTrack.d.ts +0 -238
  1140. package/dist/lib/rest/video/v1/room/participant/publishedTrack.js +0 -199
  1141. package/dist/lib/rest/video/v1/room/participant/subscribeRules.d.ts +0 -104
  1142. package/dist/lib/rest/video/v1/room/participant/subscribeRules.js +0 -103
  1143. package/dist/lib/rest/video/v1/room/participant/subscribedTrack.d.ts +0 -244
  1144. package/dist/lib/rest/video/v1/room/participant/subscribedTrack.js +0 -201
  1145. package/dist/lib/rest/video/v1/room/participant.d.ts +0 -352
  1146. package/dist/lib/rest/video/v1/room/participant.js +0 -286
  1147. package/dist/lib/rest/video/v1/room/recordingRules.d.ts +0 -96
  1148. package/dist/lib/rest/video/v1/room/recordingRules.js +0 -98
  1149. package/dist/lib/rest/video/v1/room/roomRecording.d.ts +0 -319
  1150. package/dist/lib/rest/video/v1/room/roomRecording.js +0 -236
  1151. package/dist/lib/rest/video/v1/room.d.ts +0 -450
  1152. package/dist/lib/rest/video/v1/room.js +0 -339
  1153. package/dist/lib/rest/voice/V1.d.ts +0 -40
  1154. package/dist/lib/rest/voice/V1.js +0 -69
  1155. package/dist/lib/rest/voice/v1/archivedCall.d.ts +0 -52
  1156. package/dist/lib/rest/voice/v1/archivedCall.js +0 -71
  1157. package/dist/lib/rest/voice/v1/byocTrunk.d.ts +0 -394
  1158. package/dist/lib/rest/voice/v1/byocTrunk.js +0 -304
  1159. package/dist/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.d.ts +0 -341
  1160. package/dist/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +0 -280
  1161. package/dist/lib/rest/voice/v1/connectionPolicy.d.ts +0 -315
  1162. package/dist/lib/rest/voice/v1/connectionPolicy.js +0 -265
  1163. package/dist/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.d.ts +0 -60
  1164. package/dist/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.js +0 -77
  1165. package/dist/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.d.ts +0 -144
  1166. package/dist/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.js +0 -122
  1167. package/dist/lib/rest/voice/v1/dialingPermissions/country.d.ts +0 -280
  1168. package/dist/lib/rest/voice/v1/dialingPermissions/country.js +0 -214
  1169. package/dist/lib/rest/voice/v1/dialingPermissions/settings.d.ts +0 -130
  1170. package/dist/lib/rest/voice/v1/dialingPermissions/settings.js +0 -130
  1171. package/dist/lib/rest/voice/v1/dialingPermissions.d.ts +0 -26
  1172. package/dist/lib/rest/voice/v1/dialingPermissions.js +0 -60
  1173. package/dist/lib/rest/voice/v1/ipRecord.d.ts +0 -309
  1174. package/dist/lib/rest/voice/v1/ipRecord.js +0 -256
  1175. package/dist/lib/rest/voice/v1/sourceIpMapping.d.ts +0 -279
  1176. package/dist/lib/rest/voice/v1/sourceIpMapping.js +0 -252
  1177. package/dist/lib/rest/wireless/V1.d.ts +0 -30
  1178. package/dist/lib/rest/wireless/V1.js +0 -54
  1179. package/dist/lib/rest/wireless/v1/command.d.ts +0 -315
  1180. package/dist/lib/rest/wireless/v1/command.js +0 -253
  1181. package/dist/lib/rest/wireless/v1/ratePlan.d.ts +0 -383
  1182. package/dist/lib/rest/wireless/v1/ratePlan.js +0 -293
  1183. package/dist/lib/rest/wireless/v1/sim/dataSession.d.ts +0 -234
  1184. package/dist/lib/rest/wireless/v1/sim/dataSession.js +0 -152
  1185. package/dist/lib/rest/wireless/v1/sim/usageRecord.d.ts +0 -187
  1186. package/dist/lib/rest/wireless/v1/sim/usageRecord.js +0 -136
  1187. package/dist/lib/rest/wireless/v1/sim.d.ts +0 -466
  1188. package/dist/lib/rest/wireless/v1/sim.js +0 -332
  1189. package/dist/lib/rest/wireless/v1/usageRecord.d.ts +0 -180
  1190. package/dist/lib/rest/wireless/v1/usageRecord.js +0 -130
  1191. package/dist/lib/twiml/FaxResponse.d.ts +0 -66
  1192. package/dist/lib/twiml/FaxResponse.js +0 -67
  1193. package/dist/lib/twiml/MessagingResponse.d.ts +0 -117
  1194. package/dist/lib/twiml/MessagingResponse.js +0 -120
  1195. package/dist/lib/twiml/TwiML.d.ts +0 -41
  1196. package/dist/lib/twiml/TwiML.js +0 -84
  1197. package/dist/lib/twiml/VoiceResponse.d.ts +0 -2353
  1198. package/dist/lib/twiml/VoiceResponse.js +0 -1374
  1199. package/dist/lib/webhooks/webhooks.d.ts +0 -135
  1200. package/dist/lib/webhooks/webhooks.js +0 -302
  1201. package/dist/package.json +0 -80
package/README.md CHANGED
@@ -29,12 +29,6 @@ TypeScript is supported for TypeScript version 2.9 and above.
29
29
 
30
30
  `npm install twilio` or `yarn add twilio`
31
31
 
32
- ### Installing Release Candidates
33
-
34
- Or, if you're wanting to install the latest release candidate use:
35
-
36
- `npm install twilio@rc` or `yarn add twilio@rc`
37
-
38
32
  ## Sample Usage
39
33
 
40
34
  Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.
@@ -70,6 +64,22 @@ const client = require('twilio')(accountSid, authToken, {
70
64
  });
71
65
  ```
72
66
 
67
+ ### Enable Auto-Retry with Exponential Backoff
68
+
69
+ `twilio-node` supports automatic retry with exponential backoff when API requests receive an [Error 429 response](https://support.twilio.com/hc/en-us/articles/360044308153-Twilio-API-response-Error-429-Too-Many-Requests-). This retry with exponential backoff feature is disabled by default. To enable this feature, instantiate the Twilio client with the `autoRetry` flag set to `true`.
70
+
71
+ Optionally, the maximum number of retries performed by this feature can be set with the `maxRetries` flag. The default maximum number of retries is `3`.
72
+
73
+ ```javascript
74
+ var accountSid = process.env.TWILIO_ACCOUNT_SID; // Your Account SID from www.twilio.com/console
75
+ var authToken = process.env.TWILIO_AUTH_TOKEN; // Your Auth Token from www.twilio.com/console
76
+
77
+ const client = require('twilio')(accountSid, authToken, {
78
+ autoRetry: true,
79
+ maxRetries: 3
80
+ });
81
+ ```
82
+
73
83
  ### Specify Region and/or Edge
74
84
 
75
85
  To take advantage of Twilio's [Global Infrastructure](https://www.twilio.com/docs/global-infrastructure), specify the target Region and/or Edge for the client:
@@ -115,7 +125,7 @@ See [example](examples/express.js) for a code sample for incoming Twilio request
115
125
 
116
126
  ## Handling Exceptions
117
127
 
118
- For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node/usage-guide#exceptions).
128
+ For an example on how to handle exceptions in this helper library, please see the [Twilio documentation](https://www.twilio.com/docs/libraries/node#exceptions).
119
129
 
120
130
  ## Using a Custom HTTP Client
121
131
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "twilio",
3
3
  "description": "A Twilio helper library",
4
- "version": "4.0.0-rc.5",
4
+ "version": "4.0.1",
5
5
  "author": "API Team <api@twilio.com>",
6
6
  "contributors": [
7
7
  {
@@ -30,35 +30,35 @@
30
30
  "xmlbuilder": "^13.0.2"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/preset-env": "7.18.2",
34
- "@babel/preset-typescript": "7.17.12",
35
- "@types/jest": "^27.5.2",
33
+ "@babel/preset-env": "^7.20.2",
34
+ "@babel/preset-typescript": "^7.18.6",
35
+ "@types/jest": "^29.2.5",
36
36
  "@types/jsonwebtoken": "^9.0.0",
37
- "@types/node": "9.6.57",
37
+ "@types/node": "^18.11.18",
38
38
  "@types/qs": "^6.9.7",
39
39
  "@types/url-parse": "^1.4.8",
40
40
  "babel-plugin-replace-ts-export-assignment": "^0.0.2",
41
- "eslint": "^7.28.0",
41
+ "eslint": "^8.31.0",
42
42
  "express": "^4.17.1",
43
- "jest": "^28.1.0",
43
+ "jest": "^29.3.1",
44
44
  "jshint": "^2.11.0",
45
45
  "localtunnel": "^2.0.2",
46
- "mock-fs": "^4.12.0",
46
+ "mock-fs": "^5.2.0",
47
47
  "nock": "^13.2.9",
48
48
  "node-mocks-http": "^1.8.1",
49
49
  "prettier": "^2.7.1",
50
- "ts-jest": "^28.0.3",
50
+ "ts-jest": "^29.0.5",
51
51
  "typescript": "^4.7.2",
52
52
  "typedoc": "^0.23.21"
53
53
  },
54
54
  "scripts": {
55
- "test": "npm run test:javascript",
55
+ "test": "npm run test:javascript && npm run test:typescript",
56
56
  "test:javascript": "jest spec/* --coverage --detectOpenHandles",
57
57
  "test:typescript": "tsc --noEmit",
58
- "jshint": "jshint lib/rest/** lib/base/** lib/http/**",
59
- "jscs": "eslint lib/base/**/**.js lib/http/**/**.js --fix",
58
+ "jshint": "jshint src/rest/** src/base/** src/http/**",
59
+ "jscs": "eslint src/base/**/**.js src/http/**/**.js --fix",
60
60
  "prepublish": "npm run build",
61
- "build": "tsc && cp package.json dist/",
61
+ "build": "tsc",
62
62
  "check": "npm run jshint && npm run jscs",
63
63
  "ci": "npm run test && npm run nsp && npm run prettier-check",
64
64
  "nsp": "npm audit --production",
@@ -66,13 +66,13 @@
66
66
  "prettier-check": "prettier --check .",
67
67
  "cluster": "jest ./cluster_test.spec.ts --coverage",
68
68
  "webhook-test": "jest ./webhook_cluster_test.spec.ts --coverage",
69
- "typedoc": "typedoc --entryPointStrategy expand lib --out docs --logLevel Error"
69
+ "typedoc": "typedoc --entryPointStrategy expand src --out docs --logLevel Error"
70
70
  },
71
71
  "files": [
72
- "dist"
72
+ "list"
73
73
  ],
74
- "main": "./dist/lib",
75
- "types": "./dist/index.d.ts",
74
+ "main": "./lib",
75
+ "types": "./index.d.ts",
76
76
  "engines": {
77
77
  "node": ">=14.0"
78
78
  },
package/dist/index.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import lib from "./lib";
2
- export default lib;
package/dist/index.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const lib_1 = __importDefault(require("./lib"));
7
- exports.default = lib_1.default;
@@ -1,77 +0,0 @@
1
- /// <reference types="node" />
2
- import RequestClient from "./RequestClient";
3
- import { HttpMethod } from "../interfaces";
4
- export interface ClientOpts {
5
- httpClient?: RequestClient;
6
- accountSid?: string;
7
- env?: NodeJS.ProcessEnv;
8
- edge?: string;
9
- region?: string;
10
- lazyLoading?: boolean;
11
- logLevel?: string;
12
- userAgentExtensions?: string[];
13
- }
14
- export interface RequestOpts {
15
- method?: HttpMethod;
16
- uri?: string;
17
- username?: string;
18
- password?: string;
19
- headers?: Headers;
20
- params?: object;
21
- data?: object;
22
- timeout?: number;
23
- allowRedirects?: boolean;
24
- logLevel?: string;
25
- }
26
- /**
27
- * Parent class for Twilio Client that implements request & validation logic
28
- */
29
- export declare class BaseTwilio {
30
- username: string;
31
- password: string;
32
- accountSid: string;
33
- opts?: ClientOpts;
34
- env?: NodeJS.ProcessEnv;
35
- edge?: string;
36
- region?: string;
37
- logLevel?: string;
38
- userAgentExtensions?: string[];
39
- _httpClient?: RequestClient;
40
- /**
41
- * Create a BaseTwilio instance
42
- *
43
- * @param username -
44
- * The username used for authentication. This is normally account sid, but if using key/secret auth will be
45
- * the api key sid.
46
- * @param password -
47
- * The password used for authentication. This is normally auth token, but if using key/secret auth will be
48
- * the secret.
49
- * @param opts - The options argument
50
- *
51
- * @returns A new instance of BaseTwilio
52
- */
53
- constructor(username?: string, password?: string, opts?: ClientOpts);
54
- get httpClient(): RequestClient;
55
- /**
56
- * Makes a request to the Twilio API using the configured http client.
57
- * Authentication information is automatically added if none is provided.
58
- *
59
- * @param opts - The options argument
60
- */
61
- request(opts: RequestOpts): Promise<any>;
62
- /**
63
- * Adds a region and/or edge to a given hostname
64
- *
65
- * @param hostname - A URI hostname (e.g. api.twilio.com)
66
- * @param targetEdge - The targeted edge location (e.g. sydney)
67
- * @param targetRegion - The targeted region location (e.g. au1)
68
- */
69
- getHostname(hostname: string, targetEdge: string | undefined, targetRegion: string | undefined): string;
70
- /**
71
- * Validates that a request to the new SSL certificate is successful.
72
- *
73
- * @throws RestException if the request fails
74
- *
75
- */
76
- validateSslCert(): Promise<any>;
77
- }
@@ -1,167 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.BaseTwilio = void 0;
7
- const RequestClient_1 = __importDefault(require("./RequestClient")); /* jshint ignore:line */
8
- const os = require("os"); /* jshint ignore:line */
9
- const url = require("url"); /* jshint ignore:line */
10
- const moduleInfo = require("../../package.json"); /* jshint ignore:line */
11
- const util = require("util"); /* jshint ignore:line */
12
- const RestException = require("../base/RestException"); /* jshint ignore:line */
13
- /* jshint ignore:start */
14
- /**
15
- * Parent class for Twilio Client that implements request & validation logic
16
- */
17
- /* jshint ignore:end */
18
- class BaseTwilio {
19
- /* jshint ignore:start */
20
- /**
21
- * Create a BaseTwilio instance
22
- *
23
- * @param username -
24
- * The username used for authentication. This is normally account sid, but if using key/secret auth will be
25
- * the api key sid.
26
- * @param password -
27
- * The password used for authentication. This is normally auth token, but if using key/secret auth will be
28
- * the secret.
29
- * @param opts - The options argument
30
- *
31
- * @returns A new instance of BaseTwilio
32
- */
33
- /* jshint ignore:end */
34
- constructor(username, password, opts) {
35
- this.opts = opts || {};
36
- this.env = this.opts.env || process.env;
37
- this.username =
38
- username ||
39
- this.env.TWILIO_ACCOUNT_SID ||
40
- (() => {
41
- throw new Error("username is required");
42
- })();
43
- this.password =
44
- password ||
45
- this.env.TWILIO_AUTH_TOKEN ||
46
- (() => {
47
- throw new Error("password is required");
48
- })();
49
- this.accountSid = this.opts.accountSid || this.username;
50
- this.edge = this.opts.edge || this.env.TWILIO_EDGE;
51
- this.region = this.opts.region || this.env.TWILIO_REGION;
52
- this.logLevel = this.opts.logLevel || this.env.TWILIO_LOG_LEVEL;
53
- this.userAgentExtensions = this.opts.userAgentExtensions || [];
54
- this._httpClient = this.opts.httpClient;
55
- if (this.opts.lazyLoading === false) {
56
- this._httpClient = this.httpClient;
57
- }
58
- if (!this.accountSid.startsWith("AC")) {
59
- const apiKeyMsg = this.accountSid.startsWith("SK")
60
- ? ". The given SID indicates an API Key which requires the accountSid to be passed as an additional option"
61
- : "";
62
- throw new Error("accountSid must start with AC" + apiKeyMsg);
63
- }
64
- }
65
- get httpClient() {
66
- if (!this._httpClient) {
67
- this._httpClient = new RequestClient_1.default();
68
- }
69
- return this._httpClient;
70
- }
71
- /* jshint ignore:start */
72
- /**
73
- * Makes a request to the Twilio API using the configured http client.
74
- * Authentication information is automatically added if none is provided.
75
- *
76
- * @param opts - The options argument
77
- */
78
- /* jshint ignore:end */
79
- request(opts) {
80
- opts = opts || {};
81
- if (!opts.method) {
82
- throw new Error("method is required");
83
- }
84
- if (!opts.uri) {
85
- throw new Error("uri is required");
86
- }
87
- const username = opts.username || this.username;
88
- const password = opts.password || this.password;
89
- const headers = opts.headers || {};
90
- const pkgVersion = moduleInfo.version;
91
- const osName = os.platform();
92
- const osArch = os.arch();
93
- const nodeVersion = process.version;
94
- headers["User-Agent"] = util.format("twilio-node/%s (%s %s) node/%s", pkgVersion, osName, osArch, nodeVersion);
95
- this.userAgentExtensions?.forEach((extension) => {
96
- headers["User-Agent"] += ` ${extension}`;
97
- });
98
- headers["Accept-Charset"] = "utf-8";
99
- if (opts.method === "post" && !headers["Content-Type"]) {
100
- headers["Content-Type"] = "application/x-www-form-urlencoded";
101
- }
102
- if (!headers["Accept"]) {
103
- headers["Accept"] = "application/json";
104
- }
105
- var uri = new url.URL(opts.uri);
106
- uri.hostname = this.getHostname(uri.hostname, this.edge, this.region);
107
- return this.httpClient?.request({
108
- method: opts.method,
109
- uri: uri.href,
110
- username: username,
111
- password: password,
112
- headers: headers,
113
- params: opts.params,
114
- data: opts.data,
115
- timeout: opts.timeout,
116
- allowRedirects: opts.allowRedirects,
117
- logLevel: opts.logLevel,
118
- });
119
- }
120
- /* jshint ignore:start */
121
- /**
122
- * Adds a region and/or edge to a given hostname
123
- *
124
- * @param hostname - A URI hostname (e.g. api.twilio.com)
125
- * @param targetEdge - The targeted edge location (e.g. sydney)
126
- * @param targetRegion - The targeted region location (e.g. au1)
127
- */
128
- /* jshint ignore:end */
129
- getHostname(hostname, targetEdge, targetRegion) {
130
- const defaultRegion = "us1";
131
- const domain = hostname.split(".").slice(-2).join(".");
132
- const prefix = hostname.split("." + domain)[0];
133
- let [product, edge, region] = prefix.split(".");
134
- if (edge && !region) {
135
- region = edge;
136
- edge = undefined;
137
- }
138
- region = targetRegion || region || (targetEdge && defaultRegion);
139
- if (!region) {
140
- return hostname;
141
- }
142
- edge = targetEdge || edge;
143
- return [product, edge, region, domain].filter((part) => part).join(".");
144
- }
145
- /* jshint ignore:start */
146
- /**
147
- * Validates that a request to the new SSL certificate is successful.
148
- *
149
- * @throws RestException if the request fails
150
- *
151
- */
152
- /* jshint ignore:end */
153
- validateSslCert() {
154
- return this.httpClient
155
- ?.request({
156
- method: "get",
157
- uri: "https://api.twilio.com:8443/2010-04-01/.json",
158
- })
159
- .then((response) => {
160
- if (response["statusCode"] < 200 || response["statusCode"] >= 300) {
161
- throw new RestException(response);
162
- }
163
- return response;
164
- });
165
- }
166
- }
167
- exports.BaseTwilio = BaseTwilio;
@@ -1,29 +0,0 @@
1
- import { BaseTwilio, RequestOpts } from "./BaseTwilio";
2
- /**
3
- * Base domain object
4
- */
5
- export default class Domain {
6
- twilio: BaseTwilio;
7
- baseUrl: string;
8
- /**
9
- * Creates a Domain instance
10
- *
11
- * @param twilio - A Twilio Client
12
- * @param baseUrl - Base url for this domain
13
- */
14
- constructor(twilio: BaseTwilio, baseUrl: string);
15
- /**
16
- * Turn a uri into an absolute url
17
- *
18
- * @param uri - uri to transform
19
- * @returns absolute url
20
- */
21
- absoluteUrl(uri?: string): string;
22
- /**
23
- * Make request to this domain
24
- *
25
- * @param opts - request options
26
- * @returns request promise
27
- */
28
- request(opts: RequestOpts): Promise<any>;
29
- }
@@ -1,53 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const utility_1 = require("./utility");
4
- /**
5
- * Base domain object
6
- */
7
- class Domain {
8
- /**
9
- * Creates a Domain instance
10
- *
11
- * @param twilio - A Twilio Client
12
- * @param baseUrl - Base url for this domain
13
- */
14
- constructor(twilio, baseUrl) {
15
- this.twilio = twilio;
16
- this.baseUrl = baseUrl;
17
- }
18
- /**
19
- * Turn a uri into an absolute url
20
- *
21
- * @param uri - uri to transform
22
- * @returns absolute url
23
- */
24
- absoluteUrl(uri) {
25
- var result = "";
26
- if (typeof this.baseUrl === "string") {
27
- const cleanBaseUrl = (0, utility_1.trim)(this.baseUrl, "/");
28
- result += cleanBaseUrl;
29
- result += "/";
30
- }
31
- if (typeof uri === "string") {
32
- uri = (0, utility_1.trim)(uri, "/");
33
- if (result === "") {
34
- result += "/";
35
- }
36
- result += uri;
37
- }
38
- return result;
39
- }
40
- /**
41
- * Make request to this domain
42
- *
43
- * @param opts - request options
44
- * @returns request promise
45
- */
46
- request(opts) {
47
- return this.twilio.request({
48
- ...opts,
49
- uri: this.absoluteUrl(opts.uri),
50
- });
51
- }
52
- }
53
- exports.default = Domain;
@@ -1,104 +0,0 @@
1
- import Version from "./Version";
2
- import Response from "../http/response";
3
- export interface TwilioResponsePayload {
4
- [key: string]: any;
5
- first_page_uri: string;
6
- next_page_uri: string;
7
- page: number;
8
- page_size: number;
9
- previous_page_uri: string;
10
- uri: string;
11
- meta?: {
12
- key?: string;
13
- next_page_url?: string;
14
- previous_page_url?: string;
15
- };
16
- }
17
- interface Solution {
18
- [name: string]: any;
19
- }
20
- export default class Page<TVersion extends Version, TPayload extends TwilioResponsePayload, TResource, TInstance> {
21
- nextPageUrl?: string;
22
- previousPageUrl?: string;
23
- instances: TInstance[];
24
- _version: TVersion;
25
- _payload: TPayload;
26
- _solution: Solution;
27
- /**
28
- *
29
- * Base page object to maintain request state.
30
- *
31
- * @param version - A twilio version instance
32
- * @param response - The http response
33
- * @param solution - path solution
34
- */
35
- constructor(version: TVersion, response: Response<string | TPayload>, solution: Solution);
36
- /**
37
- * Meta keys returned in a list request
38
- *
39
- * @constant META_KEYS
40
- */
41
- static META_KEYS: string[];
42
- /**
43
- * Get the url of the previous page of records
44
- *
45
- * @returns url of the previous page, or undefined if the
46
- * previous page URI/URL is not defined.
47
- */
48
- getPreviousPageUrl(): string | undefined;
49
- /**
50
- * Get the url of the next page of records
51
- *
52
- * @returns url of the next page, or undefined if the
53
- * next page URI/URL is not defined.
54
- */
55
- getNextPageUrl(): string | undefined;
56
- /**
57
- * Build a new instance given a json payload
58
- *
59
- * @param payload - Payload response from the API
60
- * @returns instance of a resource
61
- */
62
- getInstance(payload: any): TInstance;
63
- /**
64
- * Load a list of records
65
- *
66
- * @param resources - json payload of records
67
- * @returns list of resources
68
- */
69
- loadInstances(resources: TResource[]): TInstance[];
70
- /**
71
- * Fetch the next page of records
72
- *
73
- * @returns promise that resolves to next page of results,
74
- * or undefined if there isn't a nextPageUrl undefined.
75
- */
76
- nextPage(): Promise<Page<TVersion, TPayload, TResource, TInstance>> | undefined;
77
- /**
78
- * Fetch the previous page of records
79
- *
80
- * @returns promise that resolves to previous page of
81
- * results, or undefined if there isn't a previousPageUrl undefined.
82
- */
83
- previousPage(): Promise<Page<TVersion, TPayload, TResource, TInstance>> | undefined;
84
- /**
85
- * Parse json response from API
86
- *
87
- * @param response - API response
88
- *
89
- * @throws Error If non 200 status code is returned
90
- *
91
- * @returns json parsed response
92
- */
93
- processResponse(response: Response<string | TPayload>): TPayload;
94
- /**
95
- * Load a page of records
96
- *
97
- * @param {object} payload json payload
98
- * @return {array} the page of records
99
- */
100
- loadPage(payload: TPayload): TResource[];
101
- forOwn(obj: object, iteratee: (val: any, key: string, object: object) => void): void;
102
- toJSON(): object;
103
- }
104
- export {};