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,181 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This code was generated by
|
|
3
|
+
* \ / _ _ _| _ _
|
|
4
|
+
* | (_)\/(_)(_|\/| |(/_ v1.0.0
|
|
5
|
+
* / /
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import Page = require('../../../base/Page');
|
|
9
|
+
import Response = require('../../../http/response');
|
|
10
|
+
import V1 = require('../V1');
|
|
11
|
+
import { SerializableClass } from '../../../interfaces';
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Initialize the SettingList
|
|
15
|
+
*
|
|
16
|
+
* @param version - Version of the resource
|
|
17
|
+
*/
|
|
18
|
+
declare function SettingList(version: V1): SettingListInstance;
|
|
19
|
+
|
|
20
|
+
/**
|
|
21
|
+
* Options to pass to fetch
|
|
22
|
+
*
|
|
23
|
+
* @property subaccountSid - The subaccount_sid
|
|
24
|
+
*/
|
|
25
|
+
interface SettingInstanceFetchOptions {
|
|
26
|
+
subaccountSid?: string;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
/**
|
|
30
|
+
* Options to pass to update
|
|
31
|
+
*
|
|
32
|
+
* @property advancedFeatures - The advanced_features
|
|
33
|
+
* @property subaccountSid - The subaccount_sid
|
|
34
|
+
* @property voiceTrace - The voice_trace
|
|
35
|
+
*/
|
|
36
|
+
interface SettingInstanceUpdateOptions {
|
|
37
|
+
advancedFeatures?: boolean;
|
|
38
|
+
subaccountSid?: string;
|
|
39
|
+
voiceTrace?: boolean;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
interface SettingListInstance {
|
|
43
|
+
/**
|
|
44
|
+
* @param sid - sid of instance
|
|
45
|
+
*/
|
|
46
|
+
(sid: string): SettingContext;
|
|
47
|
+
/**
|
|
48
|
+
* Constructs a setting
|
|
49
|
+
*/
|
|
50
|
+
get(): SettingContext;
|
|
51
|
+
/**
|
|
52
|
+
* Provide a user-friendly representation
|
|
53
|
+
*/
|
|
54
|
+
toJSON(): any;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
interface SettingPayload extends SettingResource, Page.TwilioResponsePayload {
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
interface SettingResource {
|
|
61
|
+
account_sid: string;
|
|
62
|
+
advanced_features: boolean;
|
|
63
|
+
url: string;
|
|
64
|
+
voice_trace: boolean;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
interface SettingSolution {
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
declare class SettingContext {
|
|
72
|
+
/**
|
|
73
|
+
* Initialize the SettingContext
|
|
74
|
+
*
|
|
75
|
+
* @param version - Version of the resource
|
|
76
|
+
*/
|
|
77
|
+
constructor(version: V1);
|
|
78
|
+
|
|
79
|
+
/**
|
|
80
|
+
* fetch a SettingInstance
|
|
81
|
+
*
|
|
82
|
+
* @param callback - Callback to handle processed record
|
|
83
|
+
*/
|
|
84
|
+
fetch(callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
85
|
+
/**
|
|
86
|
+
* fetch a SettingInstance
|
|
87
|
+
*
|
|
88
|
+
* @param opts - Options for request
|
|
89
|
+
* @param callback - Callback to handle processed record
|
|
90
|
+
*/
|
|
91
|
+
fetch(opts?: SettingInstanceFetchOptions, callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
92
|
+
/**
|
|
93
|
+
* Provide a user-friendly representation
|
|
94
|
+
*/
|
|
95
|
+
toJSON(): any;
|
|
96
|
+
/**
|
|
97
|
+
* update a SettingInstance
|
|
98
|
+
*
|
|
99
|
+
* @param callback - Callback to handle processed record
|
|
100
|
+
*/
|
|
101
|
+
update(callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
102
|
+
/**
|
|
103
|
+
* update a SettingInstance
|
|
104
|
+
*
|
|
105
|
+
* @param opts - Options for request
|
|
106
|
+
* @param callback - Callback to handle processed record
|
|
107
|
+
*/
|
|
108
|
+
update(opts?: SettingInstanceUpdateOptions, callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
declare class SettingInstance extends SerializableClass {
|
|
113
|
+
/**
|
|
114
|
+
* Initialize the SettingContext
|
|
115
|
+
*
|
|
116
|
+
* @param version - Version of the resource
|
|
117
|
+
* @param payload - The instance payload
|
|
118
|
+
*/
|
|
119
|
+
constructor(version: V1, payload: SettingPayload);
|
|
120
|
+
|
|
121
|
+
private _proxy: SettingContext;
|
|
122
|
+
accountSid: string;
|
|
123
|
+
advancedFeatures: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* fetch a SettingInstance
|
|
126
|
+
*
|
|
127
|
+
* @param callback - Callback to handle processed record
|
|
128
|
+
*/
|
|
129
|
+
fetch(callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
130
|
+
/**
|
|
131
|
+
* fetch a SettingInstance
|
|
132
|
+
*
|
|
133
|
+
* @param opts - Options for request
|
|
134
|
+
* @param callback - Callback to handle processed record
|
|
135
|
+
*/
|
|
136
|
+
fetch(opts?: SettingInstanceFetchOptions, callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
137
|
+
/**
|
|
138
|
+
* Provide a user-friendly representation
|
|
139
|
+
*/
|
|
140
|
+
toJSON(): any;
|
|
141
|
+
/**
|
|
142
|
+
* update a SettingInstance
|
|
143
|
+
*
|
|
144
|
+
* @param callback - Callback to handle processed record
|
|
145
|
+
*/
|
|
146
|
+
update(callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
147
|
+
/**
|
|
148
|
+
* update a SettingInstance
|
|
149
|
+
*
|
|
150
|
+
* @param opts - Options for request
|
|
151
|
+
* @param callback - Callback to handle processed record
|
|
152
|
+
*/
|
|
153
|
+
update(opts?: SettingInstanceUpdateOptions, callback?: (error: Error | null, items: SettingInstance) => any): Promise<SettingInstance>;
|
|
154
|
+
url: string;
|
|
155
|
+
voiceTrace: boolean;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
declare class SettingPage extends Page<V1, SettingPayload, SettingResource, SettingInstance> {
|
|
160
|
+
/**
|
|
161
|
+
* Initialize the SettingPage
|
|
162
|
+
*
|
|
163
|
+
* @param version - Version of the resource
|
|
164
|
+
* @param response - Response from the API
|
|
165
|
+
* @param solution - Path solution
|
|
166
|
+
*/
|
|
167
|
+
constructor(version: V1, response: Response<string>, solution: SettingSolution);
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Build an instance of SettingInstance
|
|
171
|
+
*
|
|
172
|
+
* @param payload - Payload response from the API
|
|
173
|
+
*/
|
|
174
|
+
getInstance(payload: SettingPayload): SettingInstance;
|
|
175
|
+
/**
|
|
176
|
+
* Provide a user-friendly representation
|
|
177
|
+
*/
|
|
178
|
+
toJSON(): any;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
export { SettingContext, SettingInstance, SettingInstanceFetchOptions, SettingInstanceUpdateOptions, SettingList, SettingListInstance, SettingPage, SettingPayload, SettingResource, SettingSolution }
|
|
@@ -0,0 +1,384 @@
|
|
|
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 serialize = require('../../../base/serialize'); /* jshint ignore:line */
|
|
17
|
+
var values = require('../../../base/values'); /* jshint ignore:line */
|
|
18
|
+
|
|
19
|
+
var SettingList;
|
|
20
|
+
var SettingPage;
|
|
21
|
+
var SettingInstance;
|
|
22
|
+
var SettingContext;
|
|
23
|
+
|
|
24
|
+
/* jshint ignore:start */
|
|
25
|
+
/**
|
|
26
|
+
* Initialize the SettingList
|
|
27
|
+
*
|
|
28
|
+
* @constructor Twilio.Insights.V1.SettingList
|
|
29
|
+
*
|
|
30
|
+
* @param {Twilio.Insights.V1} version - Version of the resource
|
|
31
|
+
*/
|
|
32
|
+
/* jshint ignore:end */
|
|
33
|
+
SettingList = function SettingList(version) {
|
|
34
|
+
/* jshint ignore:start */
|
|
35
|
+
/**
|
|
36
|
+
* @function settings
|
|
37
|
+
* @memberof Twilio.Insights.V1#
|
|
38
|
+
*
|
|
39
|
+
* @param {string} sid - sid of instance
|
|
40
|
+
*
|
|
41
|
+
* @returns {Twilio.Insights.V1.SettingContext}
|
|
42
|
+
*/
|
|
43
|
+
/* jshint ignore:end */
|
|
44
|
+
function SettingListInstance(sid) {
|
|
45
|
+
return SettingListInstance.get(sid);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
SettingListInstance._version = version;
|
|
49
|
+
// Path Solution
|
|
50
|
+
SettingListInstance._solution = {};
|
|
51
|
+
/* jshint ignore:start */
|
|
52
|
+
/**
|
|
53
|
+
* Constructs a setting
|
|
54
|
+
*
|
|
55
|
+
* @function get
|
|
56
|
+
* @memberof Twilio.Insights.V1.SettingList#
|
|
57
|
+
*
|
|
58
|
+
* @returns {Twilio.Insights.V1.SettingContext}
|
|
59
|
+
*/
|
|
60
|
+
/* jshint ignore:end */
|
|
61
|
+
SettingListInstance.get = function get() {
|
|
62
|
+
return new SettingContext(this._version);
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
/* jshint ignore:start */
|
|
66
|
+
/**
|
|
67
|
+
* Provide a user-friendly representation
|
|
68
|
+
*
|
|
69
|
+
* @function toJSON
|
|
70
|
+
* @memberof Twilio.Insights.V1.SettingList#
|
|
71
|
+
*
|
|
72
|
+
* @returns Object
|
|
73
|
+
*/
|
|
74
|
+
/* jshint ignore:end */
|
|
75
|
+
SettingListInstance.toJSON = function toJSON() {
|
|
76
|
+
return this._solution;
|
|
77
|
+
};
|
|
78
|
+
|
|
79
|
+
SettingListInstance[util.inspect.custom] = function inspect(depth, options) {
|
|
80
|
+
return util.inspect(this.toJSON(), options);
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
return SettingListInstance;
|
|
84
|
+
};
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
/* jshint ignore:start */
|
|
88
|
+
/**
|
|
89
|
+
* Initialize the SettingPage
|
|
90
|
+
*
|
|
91
|
+
* @constructor Twilio.Insights.V1.SettingPage
|
|
92
|
+
*
|
|
93
|
+
* @param {V1} version - Version of the resource
|
|
94
|
+
* @param {Response<string>} response - Response from the API
|
|
95
|
+
* @param {SettingSolution} solution - Path solution
|
|
96
|
+
*
|
|
97
|
+
* @returns SettingPage
|
|
98
|
+
*/
|
|
99
|
+
/* jshint ignore:end */
|
|
100
|
+
SettingPage = function SettingPage(version, response, solution) {
|
|
101
|
+
// Path Solution
|
|
102
|
+
this._solution = solution;
|
|
103
|
+
|
|
104
|
+
Page.prototype.constructor.call(this, version, response, this._solution);
|
|
105
|
+
};
|
|
106
|
+
|
|
107
|
+
_.extend(SettingPage.prototype, Page.prototype);
|
|
108
|
+
SettingPage.prototype.constructor = SettingPage;
|
|
109
|
+
|
|
110
|
+
/* jshint ignore:start */
|
|
111
|
+
/**
|
|
112
|
+
* Build an instance of SettingInstance
|
|
113
|
+
*
|
|
114
|
+
* @function getInstance
|
|
115
|
+
* @memberof Twilio.Insights.V1.SettingPage#
|
|
116
|
+
*
|
|
117
|
+
* @param {SettingPayload} payload - Payload response from the API
|
|
118
|
+
*
|
|
119
|
+
* @returns SettingInstance
|
|
120
|
+
*/
|
|
121
|
+
/* jshint ignore:end */
|
|
122
|
+
SettingPage.prototype.getInstance = function getInstance(payload) {
|
|
123
|
+
return new SettingInstance(this._version, payload);
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
/* jshint ignore:start */
|
|
127
|
+
/**
|
|
128
|
+
* Provide a user-friendly representation
|
|
129
|
+
*
|
|
130
|
+
* @function toJSON
|
|
131
|
+
* @memberof Twilio.Insights.V1.SettingPage#
|
|
132
|
+
*
|
|
133
|
+
* @returns Object
|
|
134
|
+
*/
|
|
135
|
+
/* jshint ignore:end */
|
|
136
|
+
SettingPage.prototype.toJSON = function toJSON() {
|
|
137
|
+
let clone = {};
|
|
138
|
+
_.forOwn(this, function(value, key) {
|
|
139
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
140
|
+
clone[key] = value;
|
|
141
|
+
}
|
|
142
|
+
});
|
|
143
|
+
return clone;
|
|
144
|
+
};
|
|
145
|
+
|
|
146
|
+
SettingPage.prototype[util.inspect.custom] = function inspect(depth, options) {
|
|
147
|
+
return util.inspect(this.toJSON(), options);
|
|
148
|
+
};
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
/* jshint ignore:start */
|
|
152
|
+
/**
|
|
153
|
+
* Initialize the SettingContext
|
|
154
|
+
*
|
|
155
|
+
* @constructor Twilio.Insights.V1.SettingInstance
|
|
156
|
+
*
|
|
157
|
+
* @property {string} accountSid - The account_sid
|
|
158
|
+
* @property {boolean} advancedFeatures - The advanced_features
|
|
159
|
+
* @property {boolean} voiceTrace - The voice_trace
|
|
160
|
+
* @property {string} url - The url
|
|
161
|
+
*
|
|
162
|
+
* @param {V1} version - Version of the resource
|
|
163
|
+
* @param {SettingPayload} payload - The instance payload
|
|
164
|
+
*/
|
|
165
|
+
/* jshint ignore:end */
|
|
166
|
+
SettingInstance = function SettingInstance(version, payload) {
|
|
167
|
+
this._version = version;
|
|
168
|
+
|
|
169
|
+
// Marshaled Properties
|
|
170
|
+
this.accountSid = payload.account_sid; // jshint ignore:line
|
|
171
|
+
this.advancedFeatures = payload.advanced_features; // jshint ignore:line
|
|
172
|
+
this.voiceTrace = payload.voice_trace; // jshint ignore:line
|
|
173
|
+
this.url = payload.url; // jshint ignore:line
|
|
174
|
+
|
|
175
|
+
// Context
|
|
176
|
+
this._context = undefined;
|
|
177
|
+
this._solution = {};
|
|
178
|
+
};
|
|
179
|
+
|
|
180
|
+
Object.defineProperty(SettingInstance.prototype,
|
|
181
|
+
'_proxy', {
|
|
182
|
+
get: function() {
|
|
183
|
+
if (!this._context) {
|
|
184
|
+
this._context = new SettingContext(this._version);
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
return this._context;
|
|
188
|
+
}
|
|
189
|
+
});
|
|
190
|
+
|
|
191
|
+
/* jshint ignore:start */
|
|
192
|
+
/**
|
|
193
|
+
* fetch a SettingInstance
|
|
194
|
+
*
|
|
195
|
+
* @function fetch
|
|
196
|
+
* @memberof Twilio.Insights.V1.SettingInstance#
|
|
197
|
+
*
|
|
198
|
+
* @param {object} [opts] - Options for request
|
|
199
|
+
* @param {string} [opts.subaccountSid] - The subaccount_sid
|
|
200
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
201
|
+
*
|
|
202
|
+
* @returns {Promise} Resolves to processed SettingInstance
|
|
203
|
+
*/
|
|
204
|
+
/* jshint ignore:end */
|
|
205
|
+
SettingInstance.prototype.fetch = function fetch(opts, callback) {
|
|
206
|
+
return this._proxy.fetch(opts, callback);
|
|
207
|
+
};
|
|
208
|
+
|
|
209
|
+
/* jshint ignore:start */
|
|
210
|
+
/**
|
|
211
|
+
* update a SettingInstance
|
|
212
|
+
*
|
|
213
|
+
* @function update
|
|
214
|
+
* @memberof Twilio.Insights.V1.SettingInstance#
|
|
215
|
+
*
|
|
216
|
+
* @param {object} [opts] - Options for request
|
|
217
|
+
* @param {boolean} [opts.advancedFeatures] - The advanced_features
|
|
218
|
+
* @param {boolean} [opts.voiceTrace] - The voice_trace
|
|
219
|
+
* @param {string} [opts.subaccountSid] - The subaccount_sid
|
|
220
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
221
|
+
*
|
|
222
|
+
* @returns {Promise} Resolves to processed SettingInstance
|
|
223
|
+
*/
|
|
224
|
+
/* jshint ignore:end */
|
|
225
|
+
SettingInstance.prototype.update = function update(opts, callback) {
|
|
226
|
+
return this._proxy.update(opts, callback);
|
|
227
|
+
};
|
|
228
|
+
|
|
229
|
+
/* jshint ignore:start */
|
|
230
|
+
/**
|
|
231
|
+
* Provide a user-friendly representation
|
|
232
|
+
*
|
|
233
|
+
* @function toJSON
|
|
234
|
+
* @memberof Twilio.Insights.V1.SettingInstance#
|
|
235
|
+
*
|
|
236
|
+
* @returns Object
|
|
237
|
+
*/
|
|
238
|
+
/* jshint ignore:end */
|
|
239
|
+
SettingInstance.prototype.toJSON = function toJSON() {
|
|
240
|
+
let clone = {};
|
|
241
|
+
_.forOwn(this, function(value, key) {
|
|
242
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
243
|
+
clone[key] = value;
|
|
244
|
+
}
|
|
245
|
+
});
|
|
246
|
+
return clone;
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
SettingInstance.prototype[util.inspect.custom] = function inspect(depth,
|
|
250
|
+
options) {
|
|
251
|
+
return util.inspect(this.toJSON(), options);
|
|
252
|
+
};
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
/* jshint ignore:start */
|
|
256
|
+
/**
|
|
257
|
+
* Initialize the SettingContext
|
|
258
|
+
*
|
|
259
|
+
* @constructor Twilio.Insights.V1.SettingContext
|
|
260
|
+
*
|
|
261
|
+
* @param {V1} version - Version of the resource
|
|
262
|
+
*/
|
|
263
|
+
/* jshint ignore:end */
|
|
264
|
+
SettingContext = function SettingContext(version) {
|
|
265
|
+
this._version = version;
|
|
266
|
+
|
|
267
|
+
// Path Solution
|
|
268
|
+
this._solution = {};
|
|
269
|
+
this._uri = `/Voice/Settings`;
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
/* jshint ignore:start */
|
|
273
|
+
/**
|
|
274
|
+
* fetch a SettingInstance
|
|
275
|
+
*
|
|
276
|
+
* @function fetch
|
|
277
|
+
* @memberof Twilio.Insights.V1.SettingContext#
|
|
278
|
+
*
|
|
279
|
+
* @param {object} [opts] - Options for request
|
|
280
|
+
* @param {string} [opts.subaccountSid] - The subaccount_sid
|
|
281
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
282
|
+
*
|
|
283
|
+
* @returns {Promise} Resolves to processed SettingInstance
|
|
284
|
+
*/
|
|
285
|
+
/* jshint ignore:end */
|
|
286
|
+
SettingContext.prototype.fetch = function fetch(opts, callback) {
|
|
287
|
+
if (_.isFunction(opts)) {
|
|
288
|
+
callback = opts;
|
|
289
|
+
opts = {};
|
|
290
|
+
}
|
|
291
|
+
opts = opts || {};
|
|
292
|
+
|
|
293
|
+
var deferred = Q.defer();
|
|
294
|
+
var data = values.of({'SubaccountSid': _.get(opts, 'subaccountSid')});
|
|
295
|
+
|
|
296
|
+
var promise = this._version.fetch({uri: this._uri, method: 'GET', params: data});
|
|
297
|
+
|
|
298
|
+
promise = promise.then(function(payload) {
|
|
299
|
+
deferred.resolve(new SettingInstance(this._version, payload));
|
|
300
|
+
}.bind(this));
|
|
301
|
+
|
|
302
|
+
promise.catch(function(error) {
|
|
303
|
+
deferred.reject(error);
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
if (_.isFunction(callback)) {
|
|
307
|
+
deferred.promise.nodeify(callback);
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
return deferred.promise;
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
/* jshint ignore:start */
|
|
314
|
+
/**
|
|
315
|
+
* update a SettingInstance
|
|
316
|
+
*
|
|
317
|
+
* @function update
|
|
318
|
+
* @memberof Twilio.Insights.V1.SettingContext#
|
|
319
|
+
*
|
|
320
|
+
* @param {object} [opts] - Options for request
|
|
321
|
+
* @param {boolean} [opts.advancedFeatures] - The advanced_features
|
|
322
|
+
* @param {boolean} [opts.voiceTrace] - The voice_trace
|
|
323
|
+
* @param {string} [opts.subaccountSid] - The subaccount_sid
|
|
324
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
325
|
+
*
|
|
326
|
+
* @returns {Promise} Resolves to processed SettingInstance
|
|
327
|
+
*/
|
|
328
|
+
/* jshint ignore:end */
|
|
329
|
+
SettingContext.prototype.update = function update(opts, callback) {
|
|
330
|
+
if (_.isFunction(opts)) {
|
|
331
|
+
callback = opts;
|
|
332
|
+
opts = {};
|
|
333
|
+
}
|
|
334
|
+
opts = opts || {};
|
|
335
|
+
|
|
336
|
+
var deferred = Q.defer();
|
|
337
|
+
var data = values.of({
|
|
338
|
+
'AdvancedFeatures': serialize.bool(_.get(opts, 'advancedFeatures')),
|
|
339
|
+
'VoiceTrace': serialize.bool(_.get(opts, 'voiceTrace')),
|
|
340
|
+
'SubaccountSid': _.get(opts, 'subaccountSid')
|
|
341
|
+
});
|
|
342
|
+
|
|
343
|
+
var promise = this._version.update({uri: this._uri, method: 'POST', data: data});
|
|
344
|
+
|
|
345
|
+
promise = promise.then(function(payload) {
|
|
346
|
+
deferred.resolve(new SettingInstance(this._version, payload));
|
|
347
|
+
}.bind(this));
|
|
348
|
+
|
|
349
|
+
promise.catch(function(error) {
|
|
350
|
+
deferred.reject(error);
|
|
351
|
+
});
|
|
352
|
+
|
|
353
|
+
if (_.isFunction(callback)) {
|
|
354
|
+
deferred.promise.nodeify(callback);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
return deferred.promise;
|
|
358
|
+
};
|
|
359
|
+
|
|
360
|
+
/* jshint ignore:start */
|
|
361
|
+
/**
|
|
362
|
+
* Provide a user-friendly representation
|
|
363
|
+
*
|
|
364
|
+
* @function toJSON
|
|
365
|
+
* @memberof Twilio.Insights.V1.SettingContext#
|
|
366
|
+
*
|
|
367
|
+
* @returns Object
|
|
368
|
+
*/
|
|
369
|
+
/* jshint ignore:end */
|
|
370
|
+
SettingContext.prototype.toJSON = function toJSON() {
|
|
371
|
+
return this._solution;
|
|
372
|
+
};
|
|
373
|
+
|
|
374
|
+
SettingContext.prototype[util.inspect.custom] = function inspect(depth, options)
|
|
375
|
+
{
|
|
376
|
+
return util.inspect(this.toJSON(), options);
|
|
377
|
+
};
|
|
378
|
+
|
|
379
|
+
module.exports = {
|
|
380
|
+
SettingList: SettingList,
|
|
381
|
+
SettingPage: SettingPage,
|
|
382
|
+
SettingInstance: SettingInstance,
|
|
383
|
+
SettingContext: SettingContext
|
|
384
|
+
};
|