twilio 3.71.2 → 3.73.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGES.md +91 -0
- package/README.md +1 -1
- package/lib/rest/Insights.d.ts +4 -0
- package/lib/rest/Insights.js +16 -0
- package/lib/rest/Supersim.d.ts +4 -0
- package/lib/rest/Supersim.js +17 -0
- package/lib/rest/Voice.d.ts +2 -0
- package/lib/rest/Voice.js +9 -0
- package/lib/rest/accounts/v1/credential/aws.js +2 -0
- package/lib/rest/accounts/v1/credential/publicKey.js +2 -0
- package/lib/rest/api/v2010/account/address/dependentPhoneNumber.js +2 -0
- package/lib/rest/api/v2010/account/address.js +2 -0
- package/lib/rest/api/v2010/account/application.js +2 -0
- package/lib/rest/api/v2010/account/authorizedConnectApp.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/local.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/machineToMachine.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/mobile.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/national.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/sharedCost.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/tollFree.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber/voip.js +2 -0
- package/lib/rest/api/v2010/account/availablePhoneNumber.js +2 -0
- package/lib/rest/api/v2010/account/call/event.js +2 -0
- package/lib/rest/api/v2010/account/call/notification.js +2 -0
- package/lib/rest/api/v2010/account/call/recording.js +2 -0
- package/lib/rest/api/v2010/account/call.js +2 -0
- package/lib/rest/api/v2010/account/conference/participant.js +2 -0
- package/lib/rest/api/v2010/account/conference/recording.js +2 -0
- package/lib/rest/api/v2010/account/conference.js +2 -0
- package/lib/rest/api/v2010/account/connectApp.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +2 -0
- package/lib/rest/api/v2010/account/incomingPhoneNumber.js +2 -0
- package/lib/rest/api/v2010/account/key.js +2 -0
- package/lib/rest/api/v2010/account/message/media.js +2 -0
- package/lib/rest/api/v2010/account/message.d.ts +9 -1
- package/lib/rest/api/v2010/account/message.js +17 -2
- package/lib/rest/api/v2010/account/notification.js +2 -0
- package/lib/rest/api/v2010/account/outgoingCallerId.js +2 -0
- package/lib/rest/api/v2010/account/queue/member.js +2 -0
- package/lib/rest/api/v2010/account/queue.js +2 -0
- package/lib/rest/api/v2010/account/recording/addOnResult/payload.js +2 -0
- package/lib/rest/api/v2010/account/recording/addOnResult.js +2 -0
- package/lib/rest/api/v2010/account/recording/transcription.js +2 -0
- package/lib/rest/api/v2010/account/recording.js +2 -0
- package/lib/rest/api/v2010/account/shortCode.js +2 -0
- package/lib/rest/api/v2010/account/signingKey.js +2 -0
- package/lib/rest/api/v2010/account/sip/credentialList/credential.js +2 -0
- package/lib/rest/api/v2010/account/sip/credentialList.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsCredentialListMapping.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsIpAccessControlListMapping.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authRegistrationsMapping/authRegistrationsCredentialListMapping.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +2 -0
- package/lib/rest/api/v2010/account/sip/domain.js +2 -0
- package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +2 -0
- package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +2 -0
- package/lib/rest/api/v2010/account/transcription.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/allTime.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/daily.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/lastMonth.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/monthly.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/thisMonth.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/today.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/yearly.js +2 -0
- package/lib/rest/api/v2010/account/usage/record/yesterday.js +2 -0
- package/lib/rest/api/v2010/account/usage/record.js +2 -0
- package/lib/rest/api/v2010/account/usage/trigger.js +2 -0
- package/lib/rest/api/v2010/account.js +2 -0
- package/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +2 -0
- package/lib/rest/autopilot/v1/assistant/fieldType.js +2 -0
- package/lib/rest/autopilot/v1/assistant/modelBuild.js +2 -0
- package/lib/rest/autopilot/v1/assistant/query.js +2 -0
- package/lib/rest/autopilot/v1/assistant/task/field.js +2 -0
- package/lib/rest/autopilot/v1/assistant/task/sample.js +2 -0
- package/lib/rest/autopilot/v1/assistant/task.js +2 -0
- package/lib/rest/autopilot/v1/assistant/webhook.js +2 -0
- package/lib/rest/autopilot/v1/assistant.js +2 -0
- package/lib/rest/bulkexports/v1/export/day.js +2 -0
- package/lib/rest/bulkexports/v1/export/exportCustomJob.js +2 -0
- package/lib/rest/chat/v1/credential.js +2 -0
- package/lib/rest/chat/v1/service/channel/invite.js +2 -0
- package/lib/rest/chat/v1/service/channel/member.js +2 -0
- package/lib/rest/chat/v1/service/channel/message.js +2 -0
- package/lib/rest/chat/v1/service/channel.js +2 -0
- package/lib/rest/chat/v1/service/role.js +2 -0
- package/lib/rest/chat/v1/service/user/userChannel.js +2 -0
- package/lib/rest/chat/v1/service/user.js +2 -0
- package/lib/rest/chat/v1/service.js +2 -0
- package/lib/rest/chat/v2/credential.js +2 -0
- package/lib/rest/chat/v2/service/binding.js +2 -0
- package/lib/rest/chat/v2/service/channel/invite.js +2 -0
- package/lib/rest/chat/v2/service/channel/member.js +2 -0
- package/lib/rest/chat/v2/service/channel/message.js +2 -0
- package/lib/rest/chat/v2/service/channel/webhook.js +2 -0
- package/lib/rest/chat/v2/service/channel.js +2 -0
- package/lib/rest/chat/v2/service/role.js +2 -0
- package/lib/rest/chat/v2/service/user/userBinding.js +2 -0
- package/lib/rest/chat/v2/service/user/userChannel.js +2 -0
- package/lib/rest/chat/v2/service/user.js +2 -0
- package/lib/rest/chat/v2/service.js +2 -0
- package/lib/rest/conversations/v1/conversation/message/deliveryReceipt.js +2 -0
- package/lib/rest/conversations/v1/conversation/message.js +2 -0
- package/lib/rest/conversations/v1/conversation/participant.js +2 -0
- package/lib/rest/conversations/v1/conversation/webhook.js +2 -0
- package/lib/rest/conversations/v1/conversation.js +2 -0
- package/lib/rest/conversations/v1/credential.js +2 -0
- package/lib/rest/conversations/v1/participantConversation.js +2 -0
- package/lib/rest/conversations/v1/role.js +2 -0
- package/lib/rest/conversations/v1/service/binding.js +2 -0
- package/lib/rest/conversations/v1/service/configuration/webhook.d.ts +172 -0
- package/lib/rest/conversations/v1/service/configuration/webhook.js +400 -0
- package/lib/rest/conversations/v1/service/configuration.d.ts +2 -0
- package/lib/rest/conversations/v1/service/configuration.js +13 -0
- package/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.js +2 -0
- package/lib/rest/conversations/v1/service/conversation/message.js +2 -0
- package/lib/rest/conversations/v1/service/conversation/participant.js +2 -0
- package/lib/rest/conversations/v1/service/conversation/webhook.js +2 -0
- package/lib/rest/conversations/v1/service/conversation.js +2 -0
- package/lib/rest/conversations/v1/service/participantConversation.js +2 -0
- package/lib/rest/conversations/v1/service/role.js +2 -0
- package/lib/rest/conversations/v1/service/user/userConversation.js +2 -0
- package/lib/rest/conversations/v1/service/user.js +2 -0
- package/lib/rest/conversations/v1/service.js +2 -0
- package/lib/rest/conversations/v1/user/userConversation.js +2 -0
- package/lib/rest/conversations/v1/user.js +2 -0
- package/lib/rest/events/v1/eventType.js +2 -0
- package/lib/rest/events/v1/schema/version.js +2 -0
- package/lib/rest/events/v1/sink.js +2 -0
- package/lib/rest/events/v1/subscription/subscribedEvent.js +2 -0
- package/lib/rest/events/v1/subscription.js +2 -0
- package/lib/rest/fax/v1/fax/faxMedia.js +2 -0
- package/lib/rest/fax/v1/fax.js +2 -0
- package/lib/rest/flexApi/v1/channel.js +2 -0
- package/lib/rest/flexApi/v1/configuration.d.ts +4 -0
- package/lib/rest/flexApi/v1/configuration.js +5 -0
- package/lib/rest/flexApi/v1/flexFlow.d.ts +2 -2
- package/lib/rest/flexApi/v1/flexFlow.js +5 -3
- package/lib/rest/flexApi/v1/webChannel.js +2 -0
- package/lib/rest/insights/V1.d.ts +6 -0
- package/lib/rest/insights/V1.js +22 -0
- package/lib/rest/insights/v1/call/event.js +2 -0
- package/lib/rest/insights/v1/call/metric.js +2 -0
- package/lib/rest/insights/v1/callSummaries.js +2 -0
- package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +385 -0
- package/lib/rest/insights/v1/conference/conferenceParticipant.js +663 -0
- package/lib/rest/insights/v1/conference.d.ts +387 -0
- package/lib/rest/insights/v1/conference.js +669 -0
- package/lib/rest/insights/v1/room/participant.js +2 -0
- package/lib/rest/insights/v1/room.js +2 -0
- package/lib/rest/insights/v1/setting.d.ts +181 -0
- package/lib/rest/insights/v1/setting.js +384 -0
- package/lib/rest/ipMessaging/v1/credential.js +2 -0
- package/lib/rest/ipMessaging/v1/service/channel/invite.js +2 -0
- package/lib/rest/ipMessaging/v1/service/channel/member.js +2 -0
- package/lib/rest/ipMessaging/v1/service/channel/message.js +2 -0
- package/lib/rest/ipMessaging/v1/service/channel.js +2 -0
- package/lib/rest/ipMessaging/v1/service/role.js +2 -0
- package/lib/rest/ipMessaging/v1/service/user/userChannel.js +2 -0
- package/lib/rest/ipMessaging/v1/service/user.js +2 -0
- package/lib/rest/ipMessaging/v1/service.js +2 -0
- package/lib/rest/ipMessaging/v2/credential.js +2 -0
- package/lib/rest/ipMessaging/v2/service/binding.js +2 -0
- package/lib/rest/ipMessaging/v2/service/channel/invite.js +2 -0
- package/lib/rest/ipMessaging/v2/service/channel/member.js +2 -0
- package/lib/rest/ipMessaging/v2/service/channel/message.js +2 -0
- package/lib/rest/ipMessaging/v2/service/channel/webhook.js +2 -0
- package/lib/rest/ipMessaging/v2/service/channel.js +2 -0
- package/lib/rest/ipMessaging/v2/service/role.js +2 -0
- package/lib/rest/ipMessaging/v2/service/user/userBinding.js +2 -0
- package/lib/rest/ipMessaging/v2/service/user/userChannel.js +2 -0
- package/lib/rest/ipMessaging/v2/service/user.js +2 -0
- package/lib/rest/ipMessaging/v2/service.js +2 -0
- package/lib/rest/media/v1/mediaProcessor.d.ts +4 -0
- package/lib/rest/media/v1/mediaProcessor.js +7 -1
- package/lib/rest/media/v1/playerStreamer.js +2 -0
- package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +2 -0
- package/lib/rest/messaging/v1/brandRegistration.d.ts +14 -0
- package/lib/rest/messaging/v1/brandRegistration.js +51 -0
- package/lib/rest/messaging/v1/service/alphaSender.js +2 -0
- package/lib/rest/messaging/v1/service/phoneNumber.js +2 -0
- package/lib/rest/messaging/v1/service/shortCode.js +2 -0
- package/lib/rest/messaging/v1/service/usAppToPerson.js +2 -0
- package/lib/rest/messaging/v1/service.js +2 -0
- package/lib/rest/monitor/v1/alert.js +2 -0
- package/lib/rest/monitor/v1/event.js +2 -0
- package/lib/rest/notify/v1/credential.js +2 -0
- package/lib/rest/notify/v1/service/binding.js +2 -0
- package/lib/rest/notify/v1/service.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.d.ts +154 -1
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.js +244 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/endUserType.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/regulation.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +2 -0
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.js +2 -0
- package/lib/rest/preview/bulk_exports/export/day.js +2 -0
- package/lib/rest/preview/bulk_exports/export/exportCustomJob.js +2 -0
- package/lib/rest/preview/deployed_devices/fleet/certificate.js +2 -0
- package/lib/rest/preview/deployed_devices/fleet/deployment.js +2 -0
- package/lib/rest/preview/deployed_devices/fleet/device.js +2 -0
- package/lib/rest/preview/deployed_devices/fleet/key.js +2 -0
- package/lib/rest/preview/deployed_devices/fleet.js +2 -0
- package/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.js +2 -0
- package/lib/rest/preview/hosted_numbers/authorizationDocument.js +2 -0
- package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +2 -0
- package/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.js +2 -0
- package/lib/rest/preview/marketplace/availableAddOn.js +2 -0
- package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +2 -0
- package/lib/rest/preview/marketplace/installedAddOn.js +2 -0
- package/lib/rest/preview/sync/service/document/documentPermission.js +2 -0
- package/lib/rest/preview/sync/service/document.js +2 -0
- package/lib/rest/preview/sync/service/syncList/syncListItem.js +2 -0
- package/lib/rest/preview/sync/service/syncList/syncListPermission.js +2 -0
- package/lib/rest/preview/sync/service/syncList.js +2 -0
- package/lib/rest/preview/sync/service/syncMap/syncMapItem.js +2 -0
- package/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +2 -0
- package/lib/rest/preview/sync/service/syncMap.js +2 -0
- package/lib/rest/preview/sync/service.js +2 -0
- package/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +2 -0
- package/lib/rest/preview/understand/assistant/fieldType.js +2 -0
- package/lib/rest/preview/understand/assistant/modelBuild.js +2 -0
- package/lib/rest/preview/understand/assistant/query.js +2 -0
- package/lib/rest/preview/understand/assistant/task/field.js +2 -0
- package/lib/rest/preview/understand/assistant/task/sample.js +2 -0
- package/lib/rest/preview/understand/assistant/task.js +2 -0
- package/lib/rest/preview/understand/assistant.js +2 -0
- package/lib/rest/preview/wireless/command.js +2 -0
- package/lib/rest/preview/wireless/ratePlan.js +2 -0
- package/lib/rest/preview/wireless/sim.js +2 -0
- package/lib/rest/pricing/v1/messaging/country.js +2 -0
- package/lib/rest/pricing/v1/phoneNumber/country.js +2 -0
- package/lib/rest/pricing/v1/voice/country.js +2 -0
- package/lib/rest/pricing/v2/country.js +2 -0
- package/lib/rest/pricing/v2/voice/country.js +2 -0
- package/lib/rest/proxy/v1/service/phoneNumber.js +2 -0
- package/lib/rest/proxy/v1/service/session/interaction.js +2 -0
- package/lib/rest/proxy/v1/service/session/participant/messageInteraction.js +2 -0
- package/lib/rest/proxy/v1/service/session/participant.js +2 -0
- package/lib/rest/proxy/v1/service/session.js +2 -0
- package/lib/rest/proxy/v1/service/shortCode.js +2 -0
- package/lib/rest/proxy/v1/service.js +2 -0
- package/lib/rest/serverless/v1/service/asset/assetVersion.js +2 -0
- package/lib/rest/serverless/v1/service/asset.js +2 -0
- package/lib/rest/serverless/v1/service/build.js +2 -0
- package/lib/rest/serverless/v1/service/environment/deployment.js +2 -0
- package/lib/rest/serverless/v1/service/environment/log.js +2 -0
- package/lib/rest/serverless/v1/service/environment/variable.js +2 -0
- package/lib/rest/serverless/v1/service/environment.js +2 -0
- package/lib/rest/serverless/v1/service/function/functionVersion.js +2 -0
- package/lib/rest/serverless/v1/service/function.js +2 -0
- package/lib/rest/serverless/v1/service.js +2 -0
- package/lib/rest/studio/v1/flow/engagement/step.js +2 -0
- package/lib/rest/studio/v1/flow/engagement.js +2 -0
- package/lib/rest/studio/v1/flow/execution/executionStep.js +2 -0
- package/lib/rest/studio/v1/flow/execution.js +2 -0
- package/lib/rest/studio/v1/flow.js +2 -0
- package/lib/rest/studio/v2/flow/execution/executionStep.js +2 -0
- package/lib/rest/studio/v2/flow/execution.js +2 -0
- package/lib/rest/studio/v2/flow/flowRevision.js +2 -0
- package/lib/rest/studio/v2/flow.js +2 -0
- package/lib/rest/supersim/V1.d.ts +6 -0
- package/lib/rest/supersim/V1.js +23 -0
- package/lib/rest/supersim/v1/command.js +2 -0
- package/lib/rest/supersim/v1/esimProfile.d.ts +344 -0
- package/lib/rest/supersim/v1/esimProfile.js +664 -0
- package/lib/rest/supersim/v1/fleet.js +2 -0
- package/lib/rest/supersim/v1/ipCommand.d.ts +362 -0
- package/lib/rest/supersim/v1/ipCommand.js +681 -0
- package/lib/rest/supersim/v1/network.js +2 -0
- package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +2 -0
- package/lib/rest/supersim/v1/networkAccessProfile.js +2 -0
- package/lib/rest/supersim/v1/sim/billingPeriod.js +2 -0
- package/lib/rest/supersim/v1/sim.js +2 -0
- package/lib/rest/supersim/v1/smsCommand.js +2 -0
- package/lib/rest/supersim/v1/usageRecord.js +2 -0
- package/lib/rest/sync/v1/service/document/documentPermission.js +2 -0
- package/lib/rest/sync/v1/service/document.js +2 -0
- package/lib/rest/sync/v1/service/syncList/syncListItem.js +2 -0
- package/lib/rest/sync/v1/service/syncList/syncListPermission.js +2 -0
- package/lib/rest/sync/v1/service/syncList.js +2 -0
- package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +2 -0
- package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +2 -0
- package/lib/rest/sync/v1/service/syncMap.js +2 -0
- package/lib/rest/sync/v1/service/syncStream.js +2 -0
- package/lib/rest/sync/v1/service.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/activity.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/event.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/task/reservation.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/task.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/taskChannel.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/taskQueue.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/worker/reservation.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/worker/workerChannel.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/worker.js +2 -0
- package/lib/rest/taskrouter/v1/workspace/workflow.js +2 -0
- package/lib/rest/taskrouter/v1/workspace.js +2 -0
- package/lib/rest/trunking/v1/trunk/credentialList.js +2 -0
- package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +2 -0
- package/lib/rest/trunking/v1/trunk/originationUrl.js +2 -0
- package/lib/rest/trunking/v1/trunk/phoneNumber.js +2 -0
- package/lib/rest/trunking/v1/trunk.js +2 -0
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +2 -0
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +2 -0
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +2 -0
- package/lib/rest/trusthub/v1/customerProfiles.js +2 -0
- package/lib/rest/trusthub/v1/endUser.js +2 -0
- package/lib/rest/trusthub/v1/endUserType.js +2 -0
- package/lib/rest/trusthub/v1/policies.js +2 -0
- package/lib/rest/trusthub/v1/supportingDocument.js +2 -0
- package/lib/rest/trusthub/v1/supportingDocumentType.js +2 -0
- package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +2 -0
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +2 -0
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +2 -0
- package/lib/rest/trusthub/v1/trustProducts.js +2 -0
- package/lib/rest/verify/v2/service/accessToken.d.ts +64 -4
- package/lib/rest/verify/v2/service/accessToken.js +158 -8
- package/lib/rest/verify/v2/service/entity/challenge.js +2 -0
- package/lib/rest/verify/v2/service/entity/factor.js +2 -0
- package/lib/rest/verify/v2/service/entity.js +2 -0
- package/lib/rest/verify/v2/service/messagingConfiguration.js +2 -0
- package/lib/rest/verify/v2/service/rateLimit/bucket.js +2 -0
- package/lib/rest/verify/v2/service/rateLimit.js +2 -0
- package/lib/rest/verify/v2/service/webhook.js +2 -0
- package/lib/rest/verify/v2/service.js +2 -0
- package/lib/rest/verify/v2/template.js +2 -0
- package/lib/rest/verify/v2/verificationAttempt.js +2 -0
- package/lib/rest/video/v1/composition.d.ts +2 -0
- package/lib/rest/video/v1/composition.js +5 -0
- package/lib/rest/video/v1/compositionHook.js +2 -0
- package/lib/rest/video/v1/recording.d.ts +2 -0
- package/lib/rest/video/v1/recording.js +5 -0
- package/lib/rest/video/v1/room/recording.d.ts +2 -0
- package/lib/rest/video/v1/room/recording.js +5 -0
- package/lib/rest/video/v1/room/roomParticipant/roomParticipantPublishedTrack.js +2 -0
- package/lib/rest/video/v1/room/roomParticipant/roomParticipantSubscribedTrack.js +2 -0
- package/lib/rest/video/v1/room/roomParticipant.js +2 -0
- package/lib/rest/video/v1/room.d.ts +12 -0
- package/lib/rest/video/v1/room.js +21 -1
- package/lib/rest/voice/V1.d.ts +3 -0
- package/lib/rest/voice/V1.js +12 -0
- package/lib/rest/voice/v1/archivedCall.d.ts +136 -0
- package/lib/rest/voice/v1/archivedCall.js +325 -0
- package/lib/rest/voice/v1/byocTrunk.js +2 -0
- package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +2 -0
- package/lib/rest/voice/v1/connectionPolicy.js +2 -0
- package/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.js +2 -0
- package/lib/rest/voice/v1/dialingPermissions/country.js +2 -0
- package/lib/rest/voice/v1/ipRecord.js +2 -0
- package/lib/rest/voice/v1/sourceIpMapping.js +2 -0
- package/lib/rest/wireless/v1/command.js +2 -0
- package/lib/rest/wireless/v1/ratePlan.js +2 -0
- package/lib/rest/wireless/v1/sim/dataSession.js +2 -0
- package/lib/rest/wireless/v1/sim/usageRecord.js +2 -0
- package/lib/rest/wireless/v1/sim.js +6 -8
- package/lib/rest/wireless/v1/usageRecord.js +2 -0
- package/package.json +2 -2
|
@@ -0,0 +1,664 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/* jshint ignore:start */
|
|
4
|
+
/**
|
|
5
|
+
* This code was generated by
|
|
6
|
+
* \ / _ _ _| _ _
|
|
7
|
+
* | (_)\/(_)(_|\/| |(/_ v1.0.0
|
|
8
|
+
* / /
|
|
9
|
+
*/
|
|
10
|
+
/* jshint ignore:end */
|
|
11
|
+
|
|
12
|
+
var Q = require('q'); /* jshint ignore:line */
|
|
13
|
+
var _ = require('lodash'); /* jshint ignore:line */
|
|
14
|
+
var util = require('util'); /* jshint ignore:line */
|
|
15
|
+
var Page = require('../../../base/Page'); /* jshint ignore:line */
|
|
16
|
+
var deserialize = require(
|
|
17
|
+
'../../../base/deserialize'); /* jshint ignore:line */
|
|
18
|
+
var values = require('../../../base/values'); /* jshint ignore:line */
|
|
19
|
+
|
|
20
|
+
var EsimProfileList;
|
|
21
|
+
var EsimProfilePage;
|
|
22
|
+
var EsimProfileInstance;
|
|
23
|
+
var EsimProfileContext;
|
|
24
|
+
|
|
25
|
+
/* jshint ignore:start */
|
|
26
|
+
/**
|
|
27
|
+
* Initialize the EsimProfileList
|
|
28
|
+
*
|
|
29
|
+
* PLEASE NOTE that this class contains beta products that are subject to change.
|
|
30
|
+
* Use them with caution.
|
|
31
|
+
*
|
|
32
|
+
* @constructor Twilio.Supersim.V1.EsimProfileList
|
|
33
|
+
*
|
|
34
|
+
* @param {Twilio.Supersim.V1} version - Version of the resource
|
|
35
|
+
*/
|
|
36
|
+
/* jshint ignore:end */
|
|
37
|
+
EsimProfileList = function EsimProfileList(version) {
|
|
38
|
+
/* jshint ignore:start */
|
|
39
|
+
/**
|
|
40
|
+
* @function esimProfiles
|
|
41
|
+
* @memberof Twilio.Supersim.V1#
|
|
42
|
+
*
|
|
43
|
+
* @param {string} sid - sid of instance
|
|
44
|
+
*
|
|
45
|
+
* @returns {Twilio.Supersim.V1.EsimProfileContext}
|
|
46
|
+
*/
|
|
47
|
+
/* jshint ignore:end */
|
|
48
|
+
function EsimProfileListInstance(sid) {
|
|
49
|
+
return EsimProfileListInstance.get(sid);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
EsimProfileListInstance._version = version;
|
|
53
|
+
// Path Solution
|
|
54
|
+
EsimProfileListInstance._solution = {};
|
|
55
|
+
EsimProfileListInstance._uri = `/ESimProfiles`;
|
|
56
|
+
/* jshint ignore:start */
|
|
57
|
+
/**
|
|
58
|
+
* create a EsimProfileInstance
|
|
59
|
+
*
|
|
60
|
+
* @function create
|
|
61
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
62
|
+
*
|
|
63
|
+
* @param {object} opts - Options for request
|
|
64
|
+
* @param {string} opts.eid -
|
|
65
|
+
* Identifier of the eUICC that will claim the eSIM Profile
|
|
66
|
+
* @param {string} [opts.callbackUrl] -
|
|
67
|
+
* The URL we should call after we have sent when the status of the eSIM Profile changes
|
|
68
|
+
* @param {string} [opts.callbackMethod] -
|
|
69
|
+
* The HTTP method we should use to call callback_url
|
|
70
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
71
|
+
*
|
|
72
|
+
* @returns {Promise} Resolves to processed EsimProfileInstance
|
|
73
|
+
*/
|
|
74
|
+
/* jshint ignore:end */
|
|
75
|
+
EsimProfileListInstance.create = function create(opts, callback) {
|
|
76
|
+
if (_.isUndefined(opts)) {
|
|
77
|
+
throw new Error('Required parameter "opts" missing.');
|
|
78
|
+
}
|
|
79
|
+
if (_.isUndefined(opts.eid)) {
|
|
80
|
+
throw new Error('Required parameter "opts.eid" missing.');
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
var deferred = Q.defer();
|
|
84
|
+
var data = values.of({
|
|
85
|
+
'Eid': _.get(opts, 'eid'),
|
|
86
|
+
'CallbackUrl': _.get(opts, 'callbackUrl'),
|
|
87
|
+
'CallbackMethod': _.get(opts, 'callbackMethod')
|
|
88
|
+
});
|
|
89
|
+
|
|
90
|
+
var promise = this._version.create({uri: this._uri, method: 'POST', data: data});
|
|
91
|
+
|
|
92
|
+
promise = promise.then(function(payload) {
|
|
93
|
+
deferred.resolve(new EsimProfileInstance(this._version, payload, this._solution.sid));
|
|
94
|
+
}.bind(this));
|
|
95
|
+
|
|
96
|
+
promise.catch(function(error) {
|
|
97
|
+
deferred.reject(error);
|
|
98
|
+
});
|
|
99
|
+
|
|
100
|
+
if (_.isFunction(callback)) {
|
|
101
|
+
deferred.promise.nodeify(callback);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
return deferred.promise;
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
/* jshint ignore:start */
|
|
108
|
+
/**
|
|
109
|
+
* Streams EsimProfileInstance records from the API.
|
|
110
|
+
*
|
|
111
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
112
|
+
* is reached.
|
|
113
|
+
*
|
|
114
|
+
* The results are passed into the callback function, so this operation is memory
|
|
115
|
+
* efficient.
|
|
116
|
+
*
|
|
117
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
118
|
+
* function.
|
|
119
|
+
*
|
|
120
|
+
* @function each
|
|
121
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
122
|
+
*
|
|
123
|
+
* @param {object} [opts] - Options for request
|
|
124
|
+
* @param {string} [opts.eid] -
|
|
125
|
+
* List the eSIM Profiles that have been associated with an EId
|
|
126
|
+
* @param {string} [opts.simSid] -
|
|
127
|
+
* Find the eSIM Profile resource related to a Sim resource by providing the SIM SID
|
|
128
|
+
* @param {esim_profile.status} [opts.status] -
|
|
129
|
+
* List the eSIM Profiles that are in a given status
|
|
130
|
+
* @param {number} [opts.limit] -
|
|
131
|
+
* Upper limit for the number of records to return.
|
|
132
|
+
* each() guarantees never to return more than limit.
|
|
133
|
+
* Default is no limit
|
|
134
|
+
* @param {number} [opts.pageSize] -
|
|
135
|
+
* Number of records to fetch per request,
|
|
136
|
+
* when not set will use the default value of 50 records.
|
|
137
|
+
* If no pageSize is defined but a limit is defined,
|
|
138
|
+
* each() will attempt to read the limit with the most efficient
|
|
139
|
+
* page size, i.e. min(limit, 1000)
|
|
140
|
+
* @param {Function} [opts.callback] -
|
|
141
|
+
* Function to process each record. If this and a positional
|
|
142
|
+
* callback are passed, this one will be used
|
|
143
|
+
* @param {Function} [opts.done] -
|
|
144
|
+
* Function to be called upon completion of streaming
|
|
145
|
+
* @param {Function} [callback] - Function to process each record
|
|
146
|
+
*/
|
|
147
|
+
/* jshint ignore:end */
|
|
148
|
+
EsimProfileListInstance.each = function each(opts, callback) {
|
|
149
|
+
if (_.isFunction(opts)) {
|
|
150
|
+
callback = opts;
|
|
151
|
+
opts = {};
|
|
152
|
+
}
|
|
153
|
+
opts = opts || {};
|
|
154
|
+
if (opts.callback) {
|
|
155
|
+
callback = opts.callback;
|
|
156
|
+
}
|
|
157
|
+
if (_.isUndefined(callback)) {
|
|
158
|
+
throw new Error('Callback function must be provided');
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
var done = false;
|
|
162
|
+
var currentPage = 1;
|
|
163
|
+
var currentResource = 0;
|
|
164
|
+
var limits = this._version.readLimits({
|
|
165
|
+
limit: opts.limit,
|
|
166
|
+
pageSize: opts.pageSize
|
|
167
|
+
});
|
|
168
|
+
|
|
169
|
+
function onComplete(error) {
|
|
170
|
+
done = true;
|
|
171
|
+
if (_.isFunction(opts.done)) {
|
|
172
|
+
opts.done(error);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
function fetchNextPage(fn) {
|
|
177
|
+
var promise = fn();
|
|
178
|
+
if (_.isUndefined(promise)) {
|
|
179
|
+
onComplete();
|
|
180
|
+
return;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
promise.then(function(page) {
|
|
184
|
+
_.each(page.instances, function(instance) {
|
|
185
|
+
if (done || (!_.isUndefined(opts.limit) && currentResource >= opts.limit)) {
|
|
186
|
+
done = true;
|
|
187
|
+
return false;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
currentResource++;
|
|
191
|
+
callback(instance, onComplete);
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
if (!done) {
|
|
195
|
+
currentPage++;
|
|
196
|
+
fetchNextPage(_.bind(page.nextPage, page));
|
|
197
|
+
} else {
|
|
198
|
+
onComplete();
|
|
199
|
+
}
|
|
200
|
+
});
|
|
201
|
+
|
|
202
|
+
promise.catch(onComplete);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
fetchNextPage(_.bind(this.page, this, _.merge(opts, limits)));
|
|
206
|
+
};
|
|
207
|
+
|
|
208
|
+
/* jshint ignore:start */
|
|
209
|
+
/**
|
|
210
|
+
* Lists EsimProfileInstance records from the API as a list.
|
|
211
|
+
*
|
|
212
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
213
|
+
* function.
|
|
214
|
+
*
|
|
215
|
+
* @function list
|
|
216
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
217
|
+
*
|
|
218
|
+
* @param {object} [opts] - Options for request
|
|
219
|
+
* @param {string} [opts.eid] -
|
|
220
|
+
* List the eSIM Profiles that have been associated with an EId
|
|
221
|
+
* @param {string} [opts.simSid] -
|
|
222
|
+
* Find the eSIM Profile resource related to a Sim resource by providing the SIM SID
|
|
223
|
+
* @param {esim_profile.status} [opts.status] -
|
|
224
|
+
* List the eSIM Profiles that are in a given status
|
|
225
|
+
* @param {number} [opts.limit] -
|
|
226
|
+
* Upper limit for the number of records to return.
|
|
227
|
+
* list() guarantees never to return more than limit.
|
|
228
|
+
* Default is no limit
|
|
229
|
+
* @param {number} [opts.pageSize] -
|
|
230
|
+
* Number of records to fetch per request,
|
|
231
|
+
* when not set will use the default value of 50 records.
|
|
232
|
+
* If no page_size is defined but a limit is defined,
|
|
233
|
+
* list() will attempt to read the limit with the most
|
|
234
|
+
* efficient page size, i.e. min(limit, 1000)
|
|
235
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
236
|
+
*
|
|
237
|
+
* @returns {Promise} Resolves to a list of records
|
|
238
|
+
*/
|
|
239
|
+
/* jshint ignore:end */
|
|
240
|
+
EsimProfileListInstance.list = function list(opts, callback) {
|
|
241
|
+
if (_.isFunction(opts)) {
|
|
242
|
+
callback = opts;
|
|
243
|
+
opts = {};
|
|
244
|
+
}
|
|
245
|
+
opts = opts || {};
|
|
246
|
+
var deferred = Q.defer();
|
|
247
|
+
var allResources = [];
|
|
248
|
+
opts.callback = function(resource, done) {
|
|
249
|
+
allResources.push(resource);
|
|
250
|
+
|
|
251
|
+
if (!_.isUndefined(opts.limit) && allResources.length === opts.limit) {
|
|
252
|
+
done();
|
|
253
|
+
}
|
|
254
|
+
};
|
|
255
|
+
|
|
256
|
+
opts.done = function(error) {
|
|
257
|
+
if (_.isUndefined(error)) {
|
|
258
|
+
deferred.resolve(allResources);
|
|
259
|
+
} else {
|
|
260
|
+
deferred.reject(error);
|
|
261
|
+
}
|
|
262
|
+
};
|
|
263
|
+
|
|
264
|
+
if (_.isFunction(callback)) {
|
|
265
|
+
deferred.promise.nodeify(callback);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
this.each(opts);
|
|
269
|
+
return deferred.promise;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
/* jshint ignore:start */
|
|
273
|
+
/**
|
|
274
|
+
* Retrieve a single page of EsimProfileInstance records from the API.
|
|
275
|
+
*
|
|
276
|
+
* The request is executed immediately.
|
|
277
|
+
*
|
|
278
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
279
|
+
* function.
|
|
280
|
+
*
|
|
281
|
+
* @function page
|
|
282
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
283
|
+
*
|
|
284
|
+
* @param {object} [opts] - Options for request
|
|
285
|
+
* @param {string} [opts.eid] -
|
|
286
|
+
* List the eSIM Profiles that have been associated with an EId
|
|
287
|
+
* @param {string} [opts.simSid] -
|
|
288
|
+
* Find the eSIM Profile resource related to a Sim resource by providing the SIM SID
|
|
289
|
+
* @param {esim_profile.status} [opts.status] -
|
|
290
|
+
* List the eSIM Profiles that are in a given status
|
|
291
|
+
* @param {string} [opts.pageToken] - PageToken provided by the API
|
|
292
|
+
* @param {number} [opts.pageNumber] -
|
|
293
|
+
* Page Number, this value is simply for client state
|
|
294
|
+
* @param {number} [opts.pageSize] - Number of records to return, defaults to 50
|
|
295
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
296
|
+
*
|
|
297
|
+
* @returns {Promise} Resolves to a list of records
|
|
298
|
+
*/
|
|
299
|
+
/* jshint ignore:end */
|
|
300
|
+
EsimProfileListInstance.page = function page(opts, callback) {
|
|
301
|
+
if (_.isFunction(opts)) {
|
|
302
|
+
callback = opts;
|
|
303
|
+
opts = {};
|
|
304
|
+
}
|
|
305
|
+
opts = opts || {};
|
|
306
|
+
|
|
307
|
+
var deferred = Q.defer();
|
|
308
|
+
var data = values.of({
|
|
309
|
+
'Eid': _.get(opts, 'eid'),
|
|
310
|
+
'SimSid': _.get(opts, 'simSid'),
|
|
311
|
+
'Status': _.get(opts, 'status'),
|
|
312
|
+
'PageToken': opts.pageToken,
|
|
313
|
+
'Page': opts.pageNumber,
|
|
314
|
+
'PageSize': opts.pageSize
|
|
315
|
+
});
|
|
316
|
+
|
|
317
|
+
var promise = this._version.page({uri: this._uri, method: 'GET', params: data});
|
|
318
|
+
|
|
319
|
+
promise = promise.then(function(payload) {
|
|
320
|
+
deferred.resolve(new EsimProfilePage(this._version, payload, this._solution));
|
|
321
|
+
}.bind(this));
|
|
322
|
+
|
|
323
|
+
promise.catch(function(error) {
|
|
324
|
+
deferred.reject(error);
|
|
325
|
+
});
|
|
326
|
+
|
|
327
|
+
if (_.isFunction(callback)) {
|
|
328
|
+
deferred.promise.nodeify(callback);
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
return deferred.promise;
|
|
332
|
+
};
|
|
333
|
+
|
|
334
|
+
/* jshint ignore:start */
|
|
335
|
+
/**
|
|
336
|
+
* Retrieve a single target page of EsimProfileInstance records from the API.
|
|
337
|
+
*
|
|
338
|
+
* The request is executed immediately.
|
|
339
|
+
*
|
|
340
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
341
|
+
* function.
|
|
342
|
+
*
|
|
343
|
+
* @function getPage
|
|
344
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
345
|
+
*
|
|
346
|
+
* @param {string} [targetUrl] - API-generated URL for the requested results page
|
|
347
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
348
|
+
*
|
|
349
|
+
* @returns {Promise} Resolves to a list of records
|
|
350
|
+
*/
|
|
351
|
+
/* jshint ignore:end */
|
|
352
|
+
EsimProfileListInstance.getPage = function getPage(targetUrl, callback) {
|
|
353
|
+
var deferred = Q.defer();
|
|
354
|
+
|
|
355
|
+
var promise = this._version._domain.twilio.request({method: 'GET', uri: targetUrl});
|
|
356
|
+
|
|
357
|
+
promise = promise.then(function(payload) {
|
|
358
|
+
deferred.resolve(new EsimProfilePage(this._version, payload, this._solution));
|
|
359
|
+
}.bind(this));
|
|
360
|
+
|
|
361
|
+
promise.catch(function(error) {
|
|
362
|
+
deferred.reject(error);
|
|
363
|
+
});
|
|
364
|
+
|
|
365
|
+
if (_.isFunction(callback)) {
|
|
366
|
+
deferred.promise.nodeify(callback);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
return deferred.promise;
|
|
370
|
+
};
|
|
371
|
+
|
|
372
|
+
/* jshint ignore:start */
|
|
373
|
+
/**
|
|
374
|
+
* Constructs a esim_profile
|
|
375
|
+
*
|
|
376
|
+
* @function get
|
|
377
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
378
|
+
*
|
|
379
|
+
* @param {string} sid - The SID of the eSIM Profile resource to fetch
|
|
380
|
+
*
|
|
381
|
+
* @returns {Twilio.Supersim.V1.EsimProfileContext}
|
|
382
|
+
*/
|
|
383
|
+
/* jshint ignore:end */
|
|
384
|
+
EsimProfileListInstance.get = function get(sid) {
|
|
385
|
+
return new EsimProfileContext(this._version, sid);
|
|
386
|
+
};
|
|
387
|
+
|
|
388
|
+
/* jshint ignore:start */
|
|
389
|
+
/**
|
|
390
|
+
* Provide a user-friendly representation
|
|
391
|
+
*
|
|
392
|
+
* @function toJSON
|
|
393
|
+
* @memberof Twilio.Supersim.V1.EsimProfileList#
|
|
394
|
+
*
|
|
395
|
+
* @returns Object
|
|
396
|
+
*/
|
|
397
|
+
/* jshint ignore:end */
|
|
398
|
+
EsimProfileListInstance.toJSON = function toJSON() {
|
|
399
|
+
return this._solution;
|
|
400
|
+
};
|
|
401
|
+
|
|
402
|
+
EsimProfileListInstance[util.inspect.custom] = function inspect(depth, options)
|
|
403
|
+
{
|
|
404
|
+
return util.inspect(this.toJSON(), options);
|
|
405
|
+
};
|
|
406
|
+
|
|
407
|
+
return EsimProfileListInstance;
|
|
408
|
+
};
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
/* jshint ignore:start */
|
|
412
|
+
/**
|
|
413
|
+
* Initialize the EsimProfilePage
|
|
414
|
+
*
|
|
415
|
+
* PLEASE NOTE that this class contains beta products that are subject to change.
|
|
416
|
+
* Use them with caution.
|
|
417
|
+
*
|
|
418
|
+
* @constructor Twilio.Supersim.V1.EsimProfilePage
|
|
419
|
+
*
|
|
420
|
+
* @param {V1} version - Version of the resource
|
|
421
|
+
* @param {Response<string>} response - Response from the API
|
|
422
|
+
* @param {EsimProfileSolution} solution - Path solution
|
|
423
|
+
*
|
|
424
|
+
* @returns EsimProfilePage
|
|
425
|
+
*/
|
|
426
|
+
/* jshint ignore:end */
|
|
427
|
+
EsimProfilePage = function EsimProfilePage(version, response, solution) {
|
|
428
|
+
// Path Solution
|
|
429
|
+
this._solution = solution;
|
|
430
|
+
|
|
431
|
+
Page.prototype.constructor.call(this, version, response, this._solution);
|
|
432
|
+
};
|
|
433
|
+
|
|
434
|
+
_.extend(EsimProfilePage.prototype, Page.prototype);
|
|
435
|
+
EsimProfilePage.prototype.constructor = EsimProfilePage;
|
|
436
|
+
|
|
437
|
+
/* jshint ignore:start */
|
|
438
|
+
/**
|
|
439
|
+
* Build an instance of EsimProfileInstance
|
|
440
|
+
*
|
|
441
|
+
* @function getInstance
|
|
442
|
+
* @memberof Twilio.Supersim.V1.EsimProfilePage#
|
|
443
|
+
*
|
|
444
|
+
* @param {EsimProfilePayload} payload - Payload response from the API
|
|
445
|
+
*
|
|
446
|
+
* @returns EsimProfileInstance
|
|
447
|
+
*/
|
|
448
|
+
/* jshint ignore:end */
|
|
449
|
+
EsimProfilePage.prototype.getInstance = function getInstance(payload) {
|
|
450
|
+
return new EsimProfileInstance(this._version, payload);
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
/* jshint ignore:start */
|
|
454
|
+
/**
|
|
455
|
+
* Provide a user-friendly representation
|
|
456
|
+
*
|
|
457
|
+
* @function toJSON
|
|
458
|
+
* @memberof Twilio.Supersim.V1.EsimProfilePage#
|
|
459
|
+
*
|
|
460
|
+
* @returns Object
|
|
461
|
+
*/
|
|
462
|
+
/* jshint ignore:end */
|
|
463
|
+
EsimProfilePage.prototype.toJSON = function toJSON() {
|
|
464
|
+
let clone = {};
|
|
465
|
+
_.forOwn(this, function(value, key) {
|
|
466
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
467
|
+
clone[key] = value;
|
|
468
|
+
}
|
|
469
|
+
});
|
|
470
|
+
return clone;
|
|
471
|
+
};
|
|
472
|
+
|
|
473
|
+
EsimProfilePage.prototype[util.inspect.custom] = function inspect(depth,
|
|
474
|
+
options) {
|
|
475
|
+
return util.inspect(this.toJSON(), options);
|
|
476
|
+
};
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
/* jshint ignore:start */
|
|
480
|
+
/**
|
|
481
|
+
* Initialize the EsimProfileContext
|
|
482
|
+
*
|
|
483
|
+
* PLEASE NOTE that this class contains beta products that are subject to change.
|
|
484
|
+
* Use them with caution.
|
|
485
|
+
*
|
|
486
|
+
* @constructor Twilio.Supersim.V1.EsimProfileInstance
|
|
487
|
+
*
|
|
488
|
+
* @property {string} sid - The unique string that identifies the resource
|
|
489
|
+
* @property {string} accountSid -
|
|
490
|
+
* The SID of the Account to which the eSIM Profile resource belongs
|
|
491
|
+
* @property {string} iccid - The ICCID associated with the Sim resource
|
|
492
|
+
* @property {string} simSid -
|
|
493
|
+
* The SID of the Sim resource that this eSIM Profile controls
|
|
494
|
+
* @property {esim_profile.status} status - The status of the eSIM Profile
|
|
495
|
+
* @property {string} eid - Identifier of the eUICC that can claim the eSIM Profile
|
|
496
|
+
* @property {string} smdpPlusAddress -
|
|
497
|
+
* Address of the SM-DP+ server from which the Profile will be downloaded
|
|
498
|
+
* @property {string} errorCode -
|
|
499
|
+
* Code indicating the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state
|
|
500
|
+
* @property {string} errorMessage -
|
|
501
|
+
* Error message describing the failure if the download of the SIM Profile failed and the eSIM Profile is in `failed` state
|
|
502
|
+
* @property {Date} dateCreated -
|
|
503
|
+
* The ISO 8601 date and time in GMT when the resource was created
|
|
504
|
+
* @property {Date} dateUpdated -
|
|
505
|
+
* The ISO 8601 date and time in GMT when the resource was last updated
|
|
506
|
+
* @property {string} url - The absolute URL of the eSIM Profile resource
|
|
507
|
+
*
|
|
508
|
+
* @param {V1} version - Version of the resource
|
|
509
|
+
* @param {EsimProfilePayload} payload - The instance payload
|
|
510
|
+
* @param {sid_like} sid - The SID of the eSIM Profile resource to fetch
|
|
511
|
+
*/
|
|
512
|
+
/* jshint ignore:end */
|
|
513
|
+
EsimProfileInstance = function EsimProfileInstance(version, payload, sid) {
|
|
514
|
+
this._version = version;
|
|
515
|
+
|
|
516
|
+
// Marshaled Properties
|
|
517
|
+
this.sid = payload.sid; // jshint ignore:line
|
|
518
|
+
this.accountSid = payload.account_sid; // jshint ignore:line
|
|
519
|
+
this.iccid = payload.iccid; // jshint ignore:line
|
|
520
|
+
this.simSid = payload.sim_sid; // jshint ignore:line
|
|
521
|
+
this.status = payload.status; // jshint ignore:line
|
|
522
|
+
this.eid = payload.eid; // jshint ignore:line
|
|
523
|
+
this.smdpPlusAddress = payload.smdp_plus_address; // jshint ignore:line
|
|
524
|
+
this.errorCode = payload.error_code; // jshint ignore:line
|
|
525
|
+
this.errorMessage = payload.error_message; // jshint ignore:line
|
|
526
|
+
this.dateCreated = deserialize.iso8601DateTime(payload.date_created); // jshint ignore:line
|
|
527
|
+
this.dateUpdated = deserialize.iso8601DateTime(payload.date_updated); // jshint ignore:line
|
|
528
|
+
this.url = payload.url; // jshint ignore:line
|
|
529
|
+
|
|
530
|
+
// Context
|
|
531
|
+
this._context = undefined;
|
|
532
|
+
this._solution = {sid: sid || this.sid, };
|
|
533
|
+
};
|
|
534
|
+
|
|
535
|
+
Object.defineProperty(EsimProfileInstance.prototype,
|
|
536
|
+
'_proxy', {
|
|
537
|
+
get: function() {
|
|
538
|
+
if (!this._context) {
|
|
539
|
+
this._context = new EsimProfileContext(this._version, this._solution.sid);
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
return this._context;
|
|
543
|
+
}
|
|
544
|
+
});
|
|
545
|
+
|
|
546
|
+
/* jshint ignore:start */
|
|
547
|
+
/**
|
|
548
|
+
* fetch a EsimProfileInstance
|
|
549
|
+
*
|
|
550
|
+
* @function fetch
|
|
551
|
+
* @memberof Twilio.Supersim.V1.EsimProfileInstance#
|
|
552
|
+
*
|
|
553
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
554
|
+
*
|
|
555
|
+
* @returns {Promise} Resolves to processed EsimProfileInstance
|
|
556
|
+
*/
|
|
557
|
+
/* jshint ignore:end */
|
|
558
|
+
EsimProfileInstance.prototype.fetch = function fetch(callback) {
|
|
559
|
+
return this._proxy.fetch(callback);
|
|
560
|
+
};
|
|
561
|
+
|
|
562
|
+
/* jshint ignore:start */
|
|
563
|
+
/**
|
|
564
|
+
* Provide a user-friendly representation
|
|
565
|
+
*
|
|
566
|
+
* @function toJSON
|
|
567
|
+
* @memberof Twilio.Supersim.V1.EsimProfileInstance#
|
|
568
|
+
*
|
|
569
|
+
* @returns Object
|
|
570
|
+
*/
|
|
571
|
+
/* jshint ignore:end */
|
|
572
|
+
EsimProfileInstance.prototype.toJSON = function toJSON() {
|
|
573
|
+
let clone = {};
|
|
574
|
+
_.forOwn(this, function(value, key) {
|
|
575
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
576
|
+
clone[key] = value;
|
|
577
|
+
}
|
|
578
|
+
});
|
|
579
|
+
return clone;
|
|
580
|
+
};
|
|
581
|
+
|
|
582
|
+
EsimProfileInstance.prototype[util.inspect.custom] = function inspect(depth,
|
|
583
|
+
options) {
|
|
584
|
+
return util.inspect(this.toJSON(), options);
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
/* jshint ignore:start */
|
|
589
|
+
/**
|
|
590
|
+
* Initialize the EsimProfileContext
|
|
591
|
+
*
|
|
592
|
+
* PLEASE NOTE that this class contains beta products that are subject to change.
|
|
593
|
+
* Use them with caution.
|
|
594
|
+
*
|
|
595
|
+
* @constructor Twilio.Supersim.V1.EsimProfileContext
|
|
596
|
+
*
|
|
597
|
+
* @param {V1} version - Version of the resource
|
|
598
|
+
* @param {sid_like} sid - The SID of the eSIM Profile resource to fetch
|
|
599
|
+
*/
|
|
600
|
+
/* jshint ignore:end */
|
|
601
|
+
EsimProfileContext = function EsimProfileContext(version, sid) {
|
|
602
|
+
this._version = version;
|
|
603
|
+
|
|
604
|
+
// Path Solution
|
|
605
|
+
this._solution = {sid: sid, };
|
|
606
|
+
this._uri = `/ESimProfiles/${sid}`;
|
|
607
|
+
};
|
|
608
|
+
|
|
609
|
+
/* jshint ignore:start */
|
|
610
|
+
/**
|
|
611
|
+
* fetch a EsimProfileInstance
|
|
612
|
+
*
|
|
613
|
+
* @function fetch
|
|
614
|
+
* @memberof Twilio.Supersim.V1.EsimProfileContext#
|
|
615
|
+
*
|
|
616
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
617
|
+
*
|
|
618
|
+
* @returns {Promise} Resolves to processed EsimProfileInstance
|
|
619
|
+
*/
|
|
620
|
+
/* jshint ignore:end */
|
|
621
|
+
EsimProfileContext.prototype.fetch = function fetch(callback) {
|
|
622
|
+
var deferred = Q.defer();
|
|
623
|
+
var promise = this._version.fetch({uri: this._uri, method: 'GET'});
|
|
624
|
+
|
|
625
|
+
promise = promise.then(function(payload) {
|
|
626
|
+
deferred.resolve(new EsimProfileInstance(this._version, payload, this._solution.sid));
|
|
627
|
+
}.bind(this));
|
|
628
|
+
|
|
629
|
+
promise.catch(function(error) {
|
|
630
|
+
deferred.reject(error);
|
|
631
|
+
});
|
|
632
|
+
|
|
633
|
+
if (_.isFunction(callback)) {
|
|
634
|
+
deferred.promise.nodeify(callback);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
return deferred.promise;
|
|
638
|
+
};
|
|
639
|
+
|
|
640
|
+
/* jshint ignore:start */
|
|
641
|
+
/**
|
|
642
|
+
* Provide a user-friendly representation
|
|
643
|
+
*
|
|
644
|
+
* @function toJSON
|
|
645
|
+
* @memberof Twilio.Supersim.V1.EsimProfileContext#
|
|
646
|
+
*
|
|
647
|
+
* @returns Object
|
|
648
|
+
*/
|
|
649
|
+
/* jshint ignore:end */
|
|
650
|
+
EsimProfileContext.prototype.toJSON = function toJSON() {
|
|
651
|
+
return this._solution;
|
|
652
|
+
};
|
|
653
|
+
|
|
654
|
+
EsimProfileContext.prototype[util.inspect.custom] = function inspect(depth,
|
|
655
|
+
options) {
|
|
656
|
+
return util.inspect(this.toJSON(), options);
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
module.exports = {
|
|
660
|
+
EsimProfileList: EsimProfileList,
|
|
661
|
+
EsimProfilePage: EsimProfilePage,
|
|
662
|
+
EsimProfileInstance: EsimProfileInstance,
|
|
663
|
+
EsimProfileContext: EsimProfileContext
|
|
664
|
+
};
|