twilio 3.73.0 → 3.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/README.md +1 -0
  2. package/lib/rest/Conversations.d.ts +2 -0
  3. package/lib/rest/Conversations.js +9 -0
  4. package/lib/rest/Insights.d.ts +2 -0
  5. package/lib/rest/Insights.js +8 -0
  6. package/lib/rest/Supersim.d.ts +2 -0
  7. package/lib/rest/Supersim.js +9 -0
  8. package/lib/rest/accounts/v1/credential/aws.js +2 -2
  9. package/lib/rest/accounts/v1/credential/publicKey.js +2 -2
  10. package/lib/rest/api/v2010/account/address.js +12 -12
  11. package/lib/rest/api/v2010/account/call/feedback.js +2 -2
  12. package/lib/rest/api/v2010/account/call/feedbackSummary.js +4 -4
  13. package/lib/rest/api/v2010/account/call/payment.js +8 -8
  14. package/lib/rest/api/v2010/account/call/recording.js +2 -2
  15. package/lib/rest/api/v2010/account/call/siprec.d.ts +2 -0
  16. package/lib/rest/api/v2010/account/call/siprec.js +5 -2
  17. package/lib/rest/api/v2010/account/call/stream.d.ts +778 -0
  18. package/lib/rest/api/v2010/account/call/stream.js +813 -0
  19. package/lib/rest/api/v2010/account/call.d.ts +7 -0
  20. package/lib/rest/api/v2010/account/call.js +32 -4
  21. package/lib/rest/api/v2010/account/conference/participant.js +4 -4
  22. package/lib/rest/api/v2010/account/conference/recording.js +2 -2
  23. package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +2 -2
  24. package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +2 -2
  25. package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +2 -2
  26. package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +2 -2
  27. package/lib/rest/api/v2010/account/message.js +2 -2
  28. package/lib/rest/api/v2010/account/queue/member.js +2 -2
  29. package/lib/rest/api/v2010/account/queue.js +2 -2
  30. package/lib/rest/api/v2010/account/sip/credentialList/credential.js +4 -4
  31. package/lib/rest/api/v2010/account/sip/credentialList.js +4 -4
  32. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsCredentialListMapping.js +2 -2
  33. package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsIpAccessControlListMapping.js +2 -2
  34. package/lib/rest/api/v2010/account/sip/domain/authTypes/authRegistrationsMapping/authRegistrationsCredentialListMapping.js +2 -2
  35. package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +2 -2
  36. package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +2 -2
  37. package/lib/rest/api/v2010/account/sip/domain.js +2 -2
  38. package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +4 -4
  39. package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +4 -4
  40. package/lib/rest/api/v2010/account/usage/record/allTime.d.ts +1 -1
  41. package/lib/rest/api/v2010/account/usage/record/daily.d.ts +1 -1
  42. package/lib/rest/api/v2010/account/usage/record/lastMonth.d.ts +1 -1
  43. package/lib/rest/api/v2010/account/usage/record/monthly.d.ts +1 -1
  44. package/lib/rest/api/v2010/account/usage/record/thisMonth.d.ts +1 -1
  45. package/lib/rest/api/v2010/account/usage/record/today.d.ts +1 -1
  46. package/lib/rest/api/v2010/account/usage/record/yearly.d.ts +1 -1
  47. package/lib/rest/api/v2010/account/usage/record/yesterday.d.ts +1 -1
  48. package/lib/rest/api/v2010/account/usage/record.d.ts +1 -1
  49. package/lib/rest/api/v2010/account/usage/trigger.d.ts +1 -1
  50. package/lib/rest/api/v2010/account/usage/trigger.js +6 -6
  51. package/lib/rest/api/v2010/account/validationRequest.js +2 -2
  52. package/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +4 -4
  53. package/lib/rest/autopilot/v1/assistant/fieldType.js +2 -2
  54. package/lib/rest/autopilot/v1/assistant/query.js +4 -4
  55. package/lib/rest/autopilot/v1/assistant/task/field.js +4 -4
  56. package/lib/rest/autopilot/v1/assistant/task/sample.js +4 -4
  57. package/lib/rest/autopilot/v1/assistant/task.js +2 -2
  58. package/lib/rest/autopilot/v1/assistant/webhook.js +6 -6
  59. package/lib/rest/autopilot/v1/restoreAssistant.js +2 -2
  60. package/lib/rest/bulkexports/v1/export/exportCustomJob.js +6 -6
  61. package/lib/rest/chat/v1/credential.js +2 -2
  62. package/lib/rest/chat/v1/service/channel/invite.js +2 -2
  63. package/lib/rest/chat/v1/service/channel/member.js +2 -2
  64. package/lib/rest/chat/v1/service/channel/message.js +2 -2
  65. package/lib/rest/chat/v1/service/role.js +8 -8
  66. package/lib/rest/chat/v1/service/user.js +2 -2
  67. package/lib/rest/chat/v1/service.js +2 -2
  68. package/lib/rest/chat/v2/credential.js +2 -2
  69. package/lib/rest/chat/v2/service/channel/invite.js +2 -2
  70. package/lib/rest/chat/v2/service/channel/member.js +2 -2
  71. package/lib/rest/chat/v2/service/channel/webhook.js +2 -2
  72. package/lib/rest/chat/v2/service/role.js +8 -8
  73. package/lib/rest/chat/v2/service/user.js +2 -2
  74. package/lib/rest/chat/v2/service.js +2 -2
  75. package/lib/rest/conversations/V1.d.ts +3 -0
  76. package/lib/rest/conversations/V1.js +13 -0
  77. package/lib/rest/conversations/v1/addressConfiguration.d.ts +397 -0
  78. package/lib/rest/conversations/v1/addressConfiguration.js +802 -0
  79. package/lib/rest/conversations/v1/conversation/webhook.js +2 -2
  80. package/lib/rest/conversations/v1/credential.js +2 -2
  81. package/lib/rest/conversations/v1/role.js +8 -8
  82. package/lib/rest/conversations/v1/service/conversation/webhook.js +2 -2
  83. package/lib/rest/conversations/v1/service/role.js +8 -8
  84. package/lib/rest/conversations/v1/service/user.js +2 -2
  85. package/lib/rest/conversations/v1/service.js +2 -2
  86. package/lib/rest/conversations/v1/user.js +2 -2
  87. package/lib/rest/events/v1/sink/sinkValidate.js +2 -2
  88. package/lib/rest/events/v1/sink.js +8 -8
  89. package/lib/rest/events/v1/subscription/subscribedEvent.js +2 -2
  90. package/lib/rest/events/v1/subscription.js +6 -6
  91. package/lib/rest/fax/v1/fax.d.ts +1 -68
  92. package/lib/rest/fax/v1/fax.js +0 -123
  93. package/lib/rest/flexApi/v1/channel.js +8 -8
  94. package/lib/rest/flexApi/v1/flexFlow.d.ts +2 -2
  95. package/lib/rest/flexApi/v1/flexFlow.js +9 -9
  96. package/lib/rest/flexApi/v1/webChannel.js +8 -8
  97. package/lib/rest/insights/V1.d.ts +3 -0
  98. package/lib/rest/insights/V1.js +11 -0
  99. package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +383 -0
  100. package/lib/rest/insights/v1/conference/conferenceParticipant.js +671 -0
  101. package/lib/rest/insights/v1/conference.d.ts +391 -0
  102. package/lib/rest/insights/v1/conference.js +683 -0
  103. package/lib/rest/ipMessaging/v1/credential.js +2 -2
  104. package/lib/rest/ipMessaging/v1/service/channel/invite.js +2 -2
  105. package/lib/rest/ipMessaging/v1/service/channel/member.js +2 -2
  106. package/lib/rest/ipMessaging/v1/service/channel/message.js +2 -2
  107. package/lib/rest/ipMessaging/v1/service/role.js +8 -8
  108. package/lib/rest/ipMessaging/v1/service/user.js +2 -2
  109. package/lib/rest/ipMessaging/v1/service.js +2 -2
  110. package/lib/rest/ipMessaging/v2/credential.js +2 -2
  111. package/lib/rest/ipMessaging/v2/service/channel/invite.js +2 -2
  112. package/lib/rest/ipMessaging/v2/service/channel/member.js +2 -2
  113. package/lib/rest/ipMessaging/v2/service/channel/webhook.js +2 -2
  114. package/lib/rest/ipMessaging/v2/service/role.js +8 -8
  115. package/lib/rest/ipMessaging/v2/service/user.js +2 -2
  116. package/lib/rest/ipMessaging/v2/service.js +2 -2
  117. package/lib/rest/media/v1/mediaProcessor.js +6 -6
  118. package/lib/rest/media/v1/playerStreamer.js +2 -2
  119. package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +2 -2
  120. package/lib/rest/messaging/v1/brandRegistration.d.ts +2 -0
  121. package/lib/rest/messaging/v1/brandRegistration.js +6 -4
  122. package/lib/rest/messaging/v1/externalCampaign.js +4 -4
  123. package/lib/rest/messaging/v1/service/alphaSender.js +2 -2
  124. package/lib/rest/messaging/v1/service/phoneNumber.js +2 -2
  125. package/lib/rest/messaging/v1/service/shortCode.js +2 -2
  126. package/lib/rest/messaging/v1/service/usAppToPerson.js +12 -12
  127. package/lib/rest/messaging/v1/service.js +2 -2
  128. package/lib/rest/notify/v1/credential.js +2 -2
  129. package/lib/rest/notify/v1/service/binding.js +6 -6
  130. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +2 -2
  131. package/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.js +2 -2
  132. package/lib/rest/numbers/v2/regulatoryCompliance/bundle.d.ts +41 -1
  133. package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +47 -4
  134. package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +4 -4
  135. package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +4 -4
  136. package/lib/rest/preview/bulk_exports/export/exportCustomJob.js +6 -6
  137. package/lib/rest/preview/deployed_devices/fleet/certificate.js +2 -2
  138. package/lib/rest/preview/hosted_numbers/authorizationDocument.js +10 -10
  139. package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +4 -4
  140. package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +2 -2
  141. package/lib/rest/preview/marketplace/installedAddOn.js +4 -4
  142. package/lib/rest/preview/sync/service/document/documentPermission.js +6 -6
  143. package/lib/rest/preview/sync/service/document.js +2 -2
  144. package/lib/rest/preview/sync/service/syncList/syncListItem.js +4 -4
  145. package/lib/rest/preview/sync/service/syncList/syncListPermission.js +6 -6
  146. package/lib/rest/preview/sync/service/syncMap/syncMapItem.js +6 -6
  147. package/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +6 -6
  148. package/lib/rest/preview/trusted_comms/brandedChannel/channel.js +2 -2
  149. package/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +4 -4
  150. package/lib/rest/preview/understand/assistant/fieldType.js +2 -2
  151. package/lib/rest/preview/understand/assistant/query.js +4 -4
  152. package/lib/rest/preview/understand/assistant/task/field.js +4 -4
  153. package/lib/rest/preview/understand/assistant/task/sample.js +4 -4
  154. package/lib/rest/preview/understand/assistant/task.js +2 -2
  155. package/lib/rest/preview/wireless/command.js +2 -2
  156. package/lib/rest/proxy/v1/service/session/participant.js +2 -2
  157. package/lib/rest/proxy/v1/service/shortCode.js +2 -2
  158. package/lib/rest/proxy/v1/service.js +2 -2
  159. package/lib/rest/serverless/v1/service/asset.js +4 -4
  160. package/lib/rest/serverless/v1/service/environment/variable.js +4 -4
  161. package/lib/rest/serverless/v1/service/environment.js +2 -2
  162. package/lib/rest/serverless/v1/service/function.js +4 -4
  163. package/lib/rest/serverless/v1/service.js +4 -4
  164. package/lib/rest/studio/v1/flow/engagement.js +4 -4
  165. package/lib/rest/studio/v1/flow/execution.js +6 -6
  166. package/lib/rest/studio/v2/flow/execution.js +6 -6
  167. package/lib/rest/studio/v2/flow/testUser.js +2 -2
  168. package/lib/rest/studio/v2/flow.js +8 -8
  169. package/lib/rest/studio/v2/flowValidate.js +6 -6
  170. package/lib/rest/supersim/V1.d.ts +3 -0
  171. package/lib/rest/supersim/V1.js +12 -0
  172. package/lib/rest/supersim/v1/command.js +4 -4
  173. package/lib/rest/supersim/v1/esimProfile.d.ts +344 -0
  174. package/lib/rest/supersim/v1/esimProfile.js +664 -0
  175. package/lib/rest/supersim/v1/fleet.d.ts +17 -5
  176. package/lib/rest/supersim/v1/fleet.js +34 -22
  177. package/lib/rest/supersim/v1/ipCommand.js +6 -6
  178. package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +2 -2
  179. package/lib/rest/supersim/v1/sim.js +4 -4
  180. package/lib/rest/supersim/v1/smsCommand.js +4 -4
  181. package/lib/rest/supersim/v1/usageRecord.d.ts +3 -3
  182. package/lib/rest/supersim/v1/usageRecord.js +3 -3
  183. package/lib/rest/sync/v1/service/document/documentPermission.js +6 -6
  184. package/lib/rest/sync/v1/service/syncList/syncListItem.js +2 -2
  185. package/lib/rest/sync/v1/service/syncList/syncListPermission.js +6 -6
  186. package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +4 -4
  187. package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +6 -6
  188. package/lib/rest/sync/v1/service/syncStream/streamMessage.js +2 -2
  189. package/lib/rest/taskrouter/v1/workspace/activity.js +2 -2
  190. package/lib/rest/taskrouter/v1/workspace/taskChannel.js +4 -4
  191. package/lib/rest/taskrouter/v1/workspace/taskQueue.js +2 -2
  192. package/lib/rest/taskrouter/v1/workspace/worker.js +2 -2
  193. package/lib/rest/taskrouter/v1/workspace/workflow.js +4 -4
  194. package/lib/rest/taskrouter/v1/workspace.js +2 -2
  195. package/lib/rest/trunking/v1/trunk/credentialList.js +2 -2
  196. package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +2 -2
  197. package/lib/rest/trunking/v1/trunk/originationUrl.js +10 -10
  198. package/lib/rest/trunking/v1/trunk/phoneNumber.js +2 -2
  199. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +4 -4
  200. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +2 -2
  201. package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +2 -2
  202. package/lib/rest/trusthub/v1/customerProfiles.js +6 -6
  203. package/lib/rest/trusthub/v1/endUser.js +4 -4
  204. package/lib/rest/trusthub/v1/supportingDocument.js +4 -4
  205. package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +4 -4
  206. package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +2 -2
  207. package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +2 -2
  208. package/lib/rest/trusthub/v1/trustProducts.js +6 -6
  209. package/lib/rest/verify/v2/service/accessToken.d.ts +62 -4
  210. package/lib/rest/verify/v2/service/accessToken.js +159 -11
  211. package/lib/rest/verify/v2/service/entity/challenge.js +2 -2
  212. package/lib/rest/verify/v2/service/entity/factor.d.ts +2 -0
  213. package/lib/rest/verify/v2/service/entity/factor.js +2 -0
  214. package/lib/rest/verify/v2/service/entity/newFactor.d.ts +4 -0
  215. package/lib/rest/verify/v2/service/entity/newFactor.js +13 -7
  216. package/lib/rest/verify/v2/service/entity.js +2 -2
  217. package/lib/rest/verify/v2/service/messagingConfiguration.js +6 -6
  218. package/lib/rest/verify/v2/service/rateLimit/bucket.js +4 -4
  219. package/lib/rest/verify/v2/service/rateLimit.js +2 -2
  220. package/lib/rest/verify/v2/service/verification.js +6 -6
  221. package/lib/rest/verify/v2/service/verificationCheck.js +2 -2
  222. package/lib/rest/verify/v2/service/webhook.js +6 -6
  223. package/lib/rest/verify/v2/service.js +2 -2
  224. package/lib/rest/verify/v2/template.js +1 -1
  225. package/lib/rest/verify/v2/verificationAttempt.d.ts +50 -10
  226. package/lib/rest/verify/v2/verificationAttempt.js +59 -15
  227. package/lib/rest/video/v1/composition.js +2 -2
  228. package/lib/rest/video/v1/compositionHook.js +4 -4
  229. package/lib/rest/video/v1/compositionSettings.js +2 -2
  230. package/lib/rest/video/v1/recordingSettings.js +2 -2
  231. package/lib/rest/video/v1/room.js +2 -2
  232. package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +2 -2
  233. package/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.js +2 -2
  234. package/lib/rest/voice/v1/ipRecord.js +2 -2
  235. package/lib/rest/voice/v1/sourceIpMapping.js +6 -6
  236. package/lib/rest/wireless/v1/command.js +2 -2
  237. package/lib/twiml/VoiceResponse.d.ts +2 -2
  238. package/package.json +4 -4
  239. package/CHANGES.md +0 -2566
package/README.md CHANGED
@@ -26,6 +26,7 @@ This library supports the following Node.js implementations:
26
26
  * Node.js 10
27
27
  * Node.js 12
28
28
  * Node.js 14
29
+ * Node.js 16
29
30
 
30
31
  TypeScript is supported for TypeScript version 2.9 and above.
31
32
 
@@ -8,6 +8,7 @@
8
8
  import Domain = require('../base/Domain');
9
9
  import Twilio = require('./Twilio');
10
10
  import V1 = require('./conversations/V1');
11
+ import { AddressConfigurationListInstance } from './conversations/v1/addressConfiguration';
11
12
  import { ConfigurationListInstance } from './conversations/v1/configuration';
12
13
  import { ConversationListInstance } from './conversations/v1/conversation';
13
14
  import { CredentialListInstance } from './conversations/v1/credential';
@@ -25,6 +26,7 @@ declare class Conversations extends Domain {
25
26
  */
26
27
  constructor(twilio: Twilio);
27
28
 
29
+ readonly addressConfigurations: AddressConfigurationListInstance;
28
30
  readonly configuration: ConfigurationListInstance;
29
31
  readonly conversations: ConversationListInstance;
30
32
  readonly credentials: CredentialListInstance;
@@ -23,6 +23,8 @@ var V1 = require('./conversations/V1'); /* jshint ignore:line */
23
23
  * @property {Twilio.Conversations.V1} v1 - v1 version
24
24
  * @property {Twilio.Conversations.V1.ConfigurationList} configuration -
25
25
  * configuration resource
26
+ * @property {Twilio.Conversations.V1.AddressConfigurationList} addressConfigurations -
27
+ * addressConfigurations resource
26
28
  * @property {Twilio.Conversations.V1.ConversationList} conversations -
27
29
  * conversations resource
28
30
  * @property {Twilio.Conversations.V1.CredentialList} credentials -
@@ -61,6 +63,13 @@ Object.defineProperty(Conversations.prototype,
61
63
  }
62
64
  });
63
65
 
66
+ Object.defineProperty(Conversations.prototype,
67
+ 'addressConfigurations', {
68
+ get: function() {
69
+ return this.v1.addressConfigurations;
70
+ }
71
+ });
72
+
64
73
  Object.defineProperty(Conversations.prototype,
65
74
  'conversations', {
66
75
  get: function() {
@@ -10,6 +10,7 @@ import Twilio = require('./Twilio');
10
10
  import V1 = require('./insights/V1');
11
11
  import { CallListInstance } from './insights/v1/call';
12
12
  import { CallSummariesListInstance } from './insights/v1/callSummaries';
13
+ import { ConferenceListInstance } from './insights/v1/conference';
13
14
  import { RoomListInstance } from './insights/v1/room';
14
15
  import { SettingListInstance } from './insights/v1/setting';
15
16
 
@@ -24,6 +25,7 @@ declare class Insights extends Domain {
24
25
 
25
26
  readonly callSummaries: CallSummariesListInstance;
26
27
  readonly calls: CallListInstance;
28
+ readonly conferences: ConferenceListInstance;
27
29
  readonly rooms: RoomListInstance;
28
30
  readonly settings: SettingListInstance;
29
31
  readonly v1: V1;
@@ -25,6 +25,7 @@ var V1 = require('./insights/V1'); /* jshint ignore:line */
25
25
  * @property {Twilio.Insights.V1.CallList} calls - calls resource
26
26
  * @property {Twilio.Insights.V1.CallSummariesList} callSummaries -
27
27
  * callSummaries resource
28
+ * @property {Twilio.Insights.V1.ConferenceList} conferences - conferences resource
28
29
  * @property {Twilio.Insights.V1.RoomList} rooms - rooms resource
29
30
  *
30
31
  * @param {Twilio} twilio - The twilio client
@@ -69,6 +70,13 @@ Object.defineProperty(Insights.prototype,
69
70
  }
70
71
  });
71
72
 
73
+ Object.defineProperty(Insights.prototype,
74
+ 'conferences', {
75
+ get: function() {
76
+ return this.v1.conferences;
77
+ }
78
+ });
79
+
72
80
  Object.defineProperty(Insights.prototype,
73
81
  'rooms', {
74
82
  get: function() {
@@ -9,6 +9,7 @@ import Domain = require('../base/Domain');
9
9
  import Twilio = require('./Twilio');
10
10
  import V1 = require('./supersim/V1');
11
11
  import { CommandListInstance } from './supersim/v1/command';
12
+ import { EsimProfileListInstance } from './supersim/v1/esimProfile';
12
13
  import { FleetListInstance } from './supersim/v1/fleet';
13
14
  import { IpCommandListInstance } from './supersim/v1/ipCommand';
14
15
  import { NetworkAccessProfileListInstance } from './supersim/v1/networkAccessProfile';
@@ -27,6 +28,7 @@ declare class Supersim extends Domain {
27
28
  constructor(twilio: Twilio);
28
29
 
29
30
  readonly commands: CommandListInstance;
31
+ readonly esimProfiles: EsimProfileListInstance;
30
32
  readonly fleets: FleetListInstance;
31
33
  readonly ipCommands: IpCommandListInstance;
32
34
  readonly networkAccessProfiles: NetworkAccessProfileListInstance;
@@ -22,6 +22,8 @@ var V1 = require('./supersim/V1'); /* jshint ignore:line */
22
22
  *
23
23
  * @property {Twilio.Supersim.V1} v1 - v1 version
24
24
  * @property {Twilio.Supersim.V1.CommandList} commands - commands resource
25
+ * @property {Twilio.Supersim.V1.EsimProfileList} esimProfiles -
26
+ * esimProfiles resource
25
27
  * @property {Twilio.Supersim.V1.FleetList} fleets - fleets resource
26
28
  * @property {Twilio.Supersim.V1.IpCommandList} ipCommands - ipCommands resource
27
29
  * @property {Twilio.Supersim.V1.NetworkList} networks - networks resource
@@ -60,6 +62,13 @@ Object.defineProperty(Supersim.prototype,
60
62
  }
61
63
  });
62
64
 
65
+ Object.defineProperty(Supersim.prototype,
66
+ 'esimProfiles', {
67
+ get: function() {
68
+ return this.v1.esimProfiles;
69
+ }
70
+ });
71
+
63
72
  Object.defineProperty(Supersim.prototype,
64
73
  'fleets', {
65
74
  get: function() {
@@ -316,8 +316,8 @@ AwsList = function AwsList(version) {
316
316
  if (_.isUndefined(opts)) {
317
317
  throw new Error('Required parameter "opts" missing.');
318
318
  }
319
- if (_.isUndefined(opts.credentials)) {
320
- throw new Error('Required parameter "opts.credentials" missing.');
319
+ if (_.isUndefined(opts['credentials'])) {
320
+ throw new Error('Required parameter "opts[\'credentials\']" missing.');
321
321
  }
322
322
 
323
323
  var deferred = Q.defer();
@@ -315,8 +315,8 @@ PublicKeyList = function PublicKeyList(version) {
315
315
  if (_.isUndefined(opts)) {
316
316
  throw new Error('Required parameter "opts" missing.');
317
317
  }
318
- if (_.isUndefined(opts.publicKey)) {
319
- throw new Error('Required parameter "opts.publicKey" missing.');
318
+ if (_.isUndefined(opts['publicKey'])) {
319
+ throw new Error('Required parameter "opts[\'publicKey\']" missing.');
320
320
  }
321
321
 
322
322
  var deferred = Q.defer();
@@ -83,23 +83,23 @@ AddressList = function AddressList(version, accountSid) {
83
83
  if (_.isUndefined(opts)) {
84
84
  throw new Error('Required parameter "opts" missing.');
85
85
  }
86
- if (_.isUndefined(opts.customerName)) {
87
- throw new Error('Required parameter "opts.customerName" missing.');
86
+ if (_.isUndefined(opts['customerName'])) {
87
+ throw new Error('Required parameter "opts[\'customerName\']" missing.');
88
88
  }
89
- if (_.isUndefined(opts.street)) {
90
- throw new Error('Required parameter "opts.street" missing.');
89
+ if (_.isUndefined(opts['street'])) {
90
+ throw new Error('Required parameter "opts[\'street\']" missing.');
91
91
  }
92
- if (_.isUndefined(opts.city)) {
93
- throw new Error('Required parameter "opts.city" missing.');
92
+ if (_.isUndefined(opts['city'])) {
93
+ throw new Error('Required parameter "opts[\'city\']" missing.');
94
94
  }
95
- if (_.isUndefined(opts.region)) {
96
- throw new Error('Required parameter "opts.region" missing.');
95
+ if (_.isUndefined(opts['region'])) {
96
+ throw new Error('Required parameter "opts[\'region\']" missing.');
97
97
  }
98
- if (_.isUndefined(opts.postalCode)) {
99
- throw new Error('Required parameter "opts.postalCode" missing.');
98
+ if (_.isUndefined(opts['postalCode'])) {
99
+ throw new Error('Required parameter "opts[\'postalCode\']" missing.');
100
100
  }
101
- if (_.isUndefined(opts.isoCountry)) {
102
- throw new Error('Required parameter "opts.isoCountry" missing.');
101
+ if (_.isUndefined(opts['isoCountry'])) {
102
+ throw new Error('Required parameter "opts[\'isoCountry\']" missing.');
103
103
  }
104
104
 
105
105
  var deferred = Q.defer();
@@ -367,8 +367,8 @@ FeedbackContext.prototype.create = function create(opts, callback) {
367
367
  if (_.isUndefined(opts)) {
368
368
  throw new Error('Required parameter "opts" missing.');
369
369
  }
370
- if (_.isUndefined(opts.qualityScore)) {
371
- throw new Error('Required parameter "opts.qualityScore" missing.');
370
+ if (_.isUndefined(opts['qualityScore'])) {
371
+ throw new Error('Required parameter "opts[\'qualityScore\']" missing.');
372
372
  }
373
373
 
374
374
  var deferred = Q.defer();
@@ -78,11 +78,11 @@ FeedbackSummaryList = function FeedbackSummaryList(version, accountSid) {
78
78
  if (_.isUndefined(opts)) {
79
79
  throw new Error('Required parameter "opts" missing.');
80
80
  }
81
- if (_.isUndefined(opts.startDate)) {
82
- throw new Error('Required parameter "opts.startDate" missing.');
81
+ if (_.isUndefined(opts['startDate'])) {
82
+ throw new Error('Required parameter "opts[\'startDate\']" missing.');
83
83
  }
84
- if (_.isUndefined(opts.endDate)) {
85
- throw new Error('Required parameter "opts.endDate" missing.');
84
+ if (_.isUndefined(opts['endDate'])) {
85
+ throw new Error('Required parameter "opts[\'endDate\']" missing.');
86
86
  }
87
87
 
88
88
  var deferred = Q.defer();
@@ -107,11 +107,11 @@ PaymentList = function PaymentList(version, accountSid, callSid) {
107
107
  if (_.isUndefined(opts)) {
108
108
  throw new Error('Required parameter "opts" missing.');
109
109
  }
110
- if (_.isUndefined(opts.idempotencyKey)) {
111
- throw new Error('Required parameter "opts.idempotencyKey" missing.');
110
+ if (_.isUndefined(opts['idempotencyKey'])) {
111
+ throw new Error('Required parameter "opts[\'idempotencyKey\']" missing.');
112
112
  }
113
- if (_.isUndefined(opts.statusCallback)) {
114
- throw new Error('Required parameter "opts.statusCallback" missing.');
113
+ if (_.isUndefined(opts['statusCallback'])) {
114
+ throw new Error('Required parameter "opts[\'statusCallback\']" missing.');
115
115
  }
116
116
 
117
117
  var deferred = Q.defer();
@@ -431,11 +431,11 @@ PaymentContext.prototype.update = function update(opts, callback) {
431
431
  if (_.isUndefined(opts)) {
432
432
  throw new Error('Required parameter "opts" missing.');
433
433
  }
434
- if (_.isUndefined(opts.idempotencyKey)) {
435
- throw new Error('Required parameter "opts.idempotencyKey" missing.');
434
+ if (_.isUndefined(opts['idempotencyKey'])) {
435
+ throw new Error('Required parameter "opts[\'idempotencyKey\']" missing.');
436
436
  }
437
- if (_.isUndefined(opts.statusCallback)) {
438
- throw new Error('Required parameter "opts.statusCallback" missing.');
437
+ if (_.isUndefined(opts['statusCallback'])) {
438
+ throw new Error('Required parameter "opts[\'statusCallback\']" missing.');
439
439
  }
440
440
 
441
441
  var deferred = Q.defer();
@@ -694,8 +694,8 @@ RecordingContext.prototype.update = function update(opts, callback) {
694
694
  if (_.isUndefined(opts)) {
695
695
  throw new Error('Required parameter "opts" missing.');
696
696
  }
697
- if (_.isUndefined(opts.status)) {
698
- throw new Error('Required parameter "opts.status" missing.');
697
+ if (_.isUndefined(opts['status'])) {
698
+ throw new Error('Required parameter "opts[\'status\']" missing.');
699
699
  }
700
700
 
701
701
  var deferred = Q.defer();
@@ -685,6 +685,7 @@ interface SiprecResource {
685
685
  name: string;
686
686
  sid: string;
687
687
  status: SiprecStatus;
688
+ uri: string;
688
689
  }
689
690
 
690
691
  interface SiprecSolution {
@@ -748,6 +749,7 @@ declare class SiprecInstance extends SerializableClass {
748
749
  * @param callback - Callback to handle processed record
749
750
  */
750
751
  update(opts: SiprecInstanceUpdateOptions, callback?: (error: Error | null, items: SiprecInstance) => any): Promise<SiprecInstance>;
752
+ uri: string;
751
753
  }
752
754
 
753
755
 
@@ -629,6 +629,8 @@ SiprecPage.prototype[util.inspect.custom] = function inspect(depth, options) {
629
629
  * @property {siprec.status} status - The status - one of `stopped`, `in-progress`
630
630
  * @property {Date} dateUpdated -
631
631
  * The RFC 2822 date and time in GMT that this resource was last updated
632
+ * @property {string} uri -
633
+ * The URI of the resource, relative to `https://api.twilio.com`
632
634
  *
633
635
  * @param {V2010} version - Version of the resource
634
636
  * @param {SiprecPayload} payload - The instance payload
@@ -648,6 +650,7 @@ SiprecInstance = function SiprecInstance(version, payload, accountSid, callSid,
648
650
  this.name = payload.name; // jshint ignore:line
649
651
  this.status = payload.status; // jshint ignore:line
650
652
  this.dateUpdated = deserialize.rfc2822DateTime(payload.date_updated); // jshint ignore:line
653
+ this.uri = payload.uri; // jshint ignore:line
651
654
 
652
655
  // Context
653
656
  this._context = undefined;
@@ -754,8 +757,8 @@ SiprecContext.prototype.update = function update(opts, callback) {
754
757
  if (_.isUndefined(opts)) {
755
758
  throw new Error('Required parameter "opts" missing.');
756
759
  }
757
- if (_.isUndefined(opts.status)) {
758
- throw new Error('Required parameter "opts.status" missing.');
760
+ if (_.isUndefined(opts['status'])) {
761
+ throw new Error('Required parameter "opts[\'status\']" missing.');
759
762
  }
760
763
 
761
764
  var deferred = Q.defer();