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,669 @@
|
|
|
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 ConferenceParticipantList = require(
|
|
16
|
+
'./conference/conferenceParticipant').ConferenceParticipantList;
|
|
17
|
+
var Page = require('../../../base/Page'); /* jshint ignore:line */
|
|
18
|
+
var deserialize = require(
|
|
19
|
+
'../../../base/deserialize'); /* jshint ignore:line */
|
|
20
|
+
var values = require('../../../base/values'); /* jshint ignore:line */
|
|
21
|
+
|
|
22
|
+
var ConferenceList;
|
|
23
|
+
var ConferencePage;
|
|
24
|
+
var ConferenceInstance;
|
|
25
|
+
var ConferenceContext;
|
|
26
|
+
|
|
27
|
+
/* jshint ignore:start */
|
|
28
|
+
/**
|
|
29
|
+
* Initialize the ConferenceList
|
|
30
|
+
*
|
|
31
|
+
* @constructor Twilio.Insights.V1.ConferenceList
|
|
32
|
+
*
|
|
33
|
+
* @param {Twilio.Insights.V1} version - Version of the resource
|
|
34
|
+
*/
|
|
35
|
+
/* jshint ignore:end */
|
|
36
|
+
ConferenceList = function ConferenceList(version) {
|
|
37
|
+
/* jshint ignore:start */
|
|
38
|
+
/**
|
|
39
|
+
* @function conferences
|
|
40
|
+
* @memberof Twilio.Insights.V1#
|
|
41
|
+
*
|
|
42
|
+
* @param {string} sid - sid of instance
|
|
43
|
+
*
|
|
44
|
+
* @returns {Twilio.Insights.V1.ConferenceContext}
|
|
45
|
+
*/
|
|
46
|
+
/* jshint ignore:end */
|
|
47
|
+
function ConferenceListInstance(sid) {
|
|
48
|
+
return ConferenceListInstance.get(sid);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
ConferenceListInstance._version = version;
|
|
52
|
+
// Path Solution
|
|
53
|
+
ConferenceListInstance._solution = {};
|
|
54
|
+
ConferenceListInstance._uri = `/Conferences`;
|
|
55
|
+
/* jshint ignore:start */
|
|
56
|
+
/**
|
|
57
|
+
* Streams ConferenceInstance records from the API.
|
|
58
|
+
*
|
|
59
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
60
|
+
* is reached.
|
|
61
|
+
*
|
|
62
|
+
* The results are passed into the callback function, so this operation is memory
|
|
63
|
+
* efficient.
|
|
64
|
+
*
|
|
65
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
66
|
+
* function.
|
|
67
|
+
*
|
|
68
|
+
* @function each
|
|
69
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
70
|
+
*
|
|
71
|
+
* @param {object} [opts] - Options for request
|
|
72
|
+
* @param {string} [opts.conferenceSid] - The conference_sid
|
|
73
|
+
* @param {string} [opts.friendlyName] - The friendly_name
|
|
74
|
+
* @param {string} [opts.status] - The status
|
|
75
|
+
* @param {string} [opts.createdAfter] - The created_after
|
|
76
|
+
* @param {string} [opts.createdBefore] - The created_before
|
|
77
|
+
* @param {string} [opts.mixerRegion] - The mixer_region
|
|
78
|
+
* @param {string} [opts.tags] - The tags
|
|
79
|
+
* @param {string} [opts.subaccount] - The subaccount
|
|
80
|
+
* @param {string} [opts.detectedIssues] - The detected_issues
|
|
81
|
+
* @param {string} [opts.endReason] - The end_reason
|
|
82
|
+
* @param {number} [opts.limit] -
|
|
83
|
+
* Upper limit for the number of records to return.
|
|
84
|
+
* each() guarantees never to return more than limit.
|
|
85
|
+
* Default is no limit
|
|
86
|
+
* @param {number} [opts.pageSize] -
|
|
87
|
+
* Number of records to fetch per request,
|
|
88
|
+
* when not set will use the default value of 50 records.
|
|
89
|
+
* If no pageSize is defined but a limit is defined,
|
|
90
|
+
* each() will attempt to read the limit with the most efficient
|
|
91
|
+
* page size, i.e. min(limit, 1000)
|
|
92
|
+
* @param {Function} [opts.callback] -
|
|
93
|
+
* Function to process each record. If this and a positional
|
|
94
|
+
* callback are passed, this one will be used
|
|
95
|
+
* @param {Function} [opts.done] -
|
|
96
|
+
* Function to be called upon completion of streaming
|
|
97
|
+
* @param {Function} [callback] - Function to process each record
|
|
98
|
+
*/
|
|
99
|
+
/* jshint ignore:end */
|
|
100
|
+
ConferenceListInstance.each = function each(opts, callback) {
|
|
101
|
+
if (_.isFunction(opts)) {
|
|
102
|
+
callback = opts;
|
|
103
|
+
opts = {};
|
|
104
|
+
}
|
|
105
|
+
opts = opts || {};
|
|
106
|
+
if (opts.callback) {
|
|
107
|
+
callback = opts.callback;
|
|
108
|
+
}
|
|
109
|
+
if (_.isUndefined(callback)) {
|
|
110
|
+
throw new Error('Callback function must be provided');
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
var done = false;
|
|
114
|
+
var currentPage = 1;
|
|
115
|
+
var currentResource = 0;
|
|
116
|
+
var limits = this._version.readLimits({
|
|
117
|
+
limit: opts.limit,
|
|
118
|
+
pageSize: opts.pageSize
|
|
119
|
+
});
|
|
120
|
+
|
|
121
|
+
function onComplete(error) {
|
|
122
|
+
done = true;
|
|
123
|
+
if (_.isFunction(opts.done)) {
|
|
124
|
+
opts.done(error);
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
function fetchNextPage(fn) {
|
|
129
|
+
var promise = fn();
|
|
130
|
+
if (_.isUndefined(promise)) {
|
|
131
|
+
onComplete();
|
|
132
|
+
return;
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
promise.then(function(page) {
|
|
136
|
+
_.each(page.instances, function(instance) {
|
|
137
|
+
if (done || (!_.isUndefined(opts.limit) && currentResource >= opts.limit)) {
|
|
138
|
+
done = true;
|
|
139
|
+
return false;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
currentResource++;
|
|
143
|
+
callback(instance, onComplete);
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
if (!done) {
|
|
147
|
+
currentPage++;
|
|
148
|
+
fetchNextPage(_.bind(page.nextPage, page));
|
|
149
|
+
} else {
|
|
150
|
+
onComplete();
|
|
151
|
+
}
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
promise.catch(onComplete);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
fetchNextPage(_.bind(this.page, this, _.merge(opts, limits)));
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
/* jshint ignore:start */
|
|
161
|
+
/**
|
|
162
|
+
* Lists ConferenceInstance records from the API as a list.
|
|
163
|
+
*
|
|
164
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
165
|
+
* function.
|
|
166
|
+
*
|
|
167
|
+
* @function list
|
|
168
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
169
|
+
*
|
|
170
|
+
* @param {object} [opts] - Options for request
|
|
171
|
+
* @param {string} [opts.conferenceSid] - The conference_sid
|
|
172
|
+
* @param {string} [opts.friendlyName] - The friendly_name
|
|
173
|
+
* @param {string} [opts.status] - The status
|
|
174
|
+
* @param {string} [opts.createdAfter] - The created_after
|
|
175
|
+
* @param {string} [opts.createdBefore] - The created_before
|
|
176
|
+
* @param {string} [opts.mixerRegion] - The mixer_region
|
|
177
|
+
* @param {string} [opts.tags] - The tags
|
|
178
|
+
* @param {string} [opts.subaccount] - The subaccount
|
|
179
|
+
* @param {string} [opts.detectedIssues] - The detected_issues
|
|
180
|
+
* @param {string} [opts.endReason] - The end_reason
|
|
181
|
+
* @param {number} [opts.limit] -
|
|
182
|
+
* Upper limit for the number of records to return.
|
|
183
|
+
* list() guarantees never to return more than limit.
|
|
184
|
+
* Default is no limit
|
|
185
|
+
* @param {number} [opts.pageSize] -
|
|
186
|
+
* Number of records to fetch per request,
|
|
187
|
+
* when not set will use the default value of 50 records.
|
|
188
|
+
* If no page_size is defined but a limit is defined,
|
|
189
|
+
* list() will attempt to read the limit with the most
|
|
190
|
+
* efficient page size, i.e. min(limit, 1000)
|
|
191
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
192
|
+
*
|
|
193
|
+
* @returns {Promise} Resolves to a list of records
|
|
194
|
+
*/
|
|
195
|
+
/* jshint ignore:end */
|
|
196
|
+
ConferenceListInstance.list = function list(opts, callback) {
|
|
197
|
+
if (_.isFunction(opts)) {
|
|
198
|
+
callback = opts;
|
|
199
|
+
opts = {};
|
|
200
|
+
}
|
|
201
|
+
opts = opts || {};
|
|
202
|
+
var deferred = Q.defer();
|
|
203
|
+
var allResources = [];
|
|
204
|
+
opts.callback = function(resource, done) {
|
|
205
|
+
allResources.push(resource);
|
|
206
|
+
|
|
207
|
+
if (!_.isUndefined(opts.limit) && allResources.length === opts.limit) {
|
|
208
|
+
done();
|
|
209
|
+
}
|
|
210
|
+
};
|
|
211
|
+
|
|
212
|
+
opts.done = function(error) {
|
|
213
|
+
if (_.isUndefined(error)) {
|
|
214
|
+
deferred.resolve(allResources);
|
|
215
|
+
} else {
|
|
216
|
+
deferred.reject(error);
|
|
217
|
+
}
|
|
218
|
+
};
|
|
219
|
+
|
|
220
|
+
if (_.isFunction(callback)) {
|
|
221
|
+
deferred.promise.nodeify(callback);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
this.each(opts);
|
|
225
|
+
return deferred.promise;
|
|
226
|
+
};
|
|
227
|
+
|
|
228
|
+
/* jshint ignore:start */
|
|
229
|
+
/**
|
|
230
|
+
* Retrieve a single page of ConferenceInstance records from the API.
|
|
231
|
+
*
|
|
232
|
+
* The request is executed immediately.
|
|
233
|
+
*
|
|
234
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
235
|
+
* function.
|
|
236
|
+
*
|
|
237
|
+
* @function page
|
|
238
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
239
|
+
*
|
|
240
|
+
* @param {object} [opts] - Options for request
|
|
241
|
+
* @param {string} [opts.conferenceSid] - The conference_sid
|
|
242
|
+
* @param {string} [opts.friendlyName] - The friendly_name
|
|
243
|
+
* @param {string} [opts.status] - The status
|
|
244
|
+
* @param {string} [opts.createdAfter] - The created_after
|
|
245
|
+
* @param {string} [opts.createdBefore] - The created_before
|
|
246
|
+
* @param {string} [opts.mixerRegion] - The mixer_region
|
|
247
|
+
* @param {string} [opts.tags] - The tags
|
|
248
|
+
* @param {string} [opts.subaccount] - The subaccount
|
|
249
|
+
* @param {string} [opts.detectedIssues] - The detected_issues
|
|
250
|
+
* @param {string} [opts.endReason] - The end_reason
|
|
251
|
+
* @param {string} [opts.pageToken] - PageToken provided by the API
|
|
252
|
+
* @param {number} [opts.pageNumber] -
|
|
253
|
+
* Page Number, this value is simply for client state
|
|
254
|
+
* @param {number} [opts.pageSize] - Number of records to return, defaults to 50
|
|
255
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
256
|
+
*
|
|
257
|
+
* @returns {Promise} Resolves to a list of records
|
|
258
|
+
*/
|
|
259
|
+
/* jshint ignore:end */
|
|
260
|
+
ConferenceListInstance.page = function page(opts, callback) {
|
|
261
|
+
if (_.isFunction(opts)) {
|
|
262
|
+
callback = opts;
|
|
263
|
+
opts = {};
|
|
264
|
+
}
|
|
265
|
+
opts = opts || {};
|
|
266
|
+
|
|
267
|
+
var deferred = Q.defer();
|
|
268
|
+
var data = values.of({
|
|
269
|
+
'ConferenceSid': _.get(opts, 'conferenceSid'),
|
|
270
|
+
'FriendlyName': _.get(opts, 'friendlyName'),
|
|
271
|
+
'Status': _.get(opts, 'status'),
|
|
272
|
+
'CreatedAfter': _.get(opts, 'createdAfter'),
|
|
273
|
+
'CreatedBefore': _.get(opts, 'createdBefore'),
|
|
274
|
+
'MixerRegion': _.get(opts, 'mixerRegion'),
|
|
275
|
+
'Tags': _.get(opts, 'tags'),
|
|
276
|
+
'Subaccount': _.get(opts, 'subaccount'),
|
|
277
|
+
'DetectedIssues': _.get(opts, 'detectedIssues'),
|
|
278
|
+
'EndReason': _.get(opts, 'endReason'),
|
|
279
|
+
'PageToken': opts.pageToken,
|
|
280
|
+
'Page': opts.pageNumber,
|
|
281
|
+
'PageSize': opts.pageSize
|
|
282
|
+
});
|
|
283
|
+
|
|
284
|
+
var promise = this._version.page({uri: this._uri, method: 'GET', params: data});
|
|
285
|
+
|
|
286
|
+
promise = promise.then(function(payload) {
|
|
287
|
+
deferred.resolve(new ConferencePage(this._version, payload, this._solution));
|
|
288
|
+
}.bind(this));
|
|
289
|
+
|
|
290
|
+
promise.catch(function(error) {
|
|
291
|
+
deferred.reject(error);
|
|
292
|
+
});
|
|
293
|
+
|
|
294
|
+
if (_.isFunction(callback)) {
|
|
295
|
+
deferred.promise.nodeify(callback);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
return deferred.promise;
|
|
299
|
+
};
|
|
300
|
+
|
|
301
|
+
/* jshint ignore:start */
|
|
302
|
+
/**
|
|
303
|
+
* Retrieve a single target page of ConferenceInstance records from the API.
|
|
304
|
+
*
|
|
305
|
+
* The request is executed immediately.
|
|
306
|
+
*
|
|
307
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
308
|
+
* function.
|
|
309
|
+
*
|
|
310
|
+
* @function getPage
|
|
311
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
312
|
+
*
|
|
313
|
+
* @param {string} [targetUrl] - API-generated URL for the requested results page
|
|
314
|
+
* @param {function} [callback] - Callback to handle list of records
|
|
315
|
+
*
|
|
316
|
+
* @returns {Promise} Resolves to a list of records
|
|
317
|
+
*/
|
|
318
|
+
/* jshint ignore:end */
|
|
319
|
+
ConferenceListInstance.getPage = function getPage(targetUrl, callback) {
|
|
320
|
+
var deferred = Q.defer();
|
|
321
|
+
|
|
322
|
+
var promise = this._version._domain.twilio.request({method: 'GET', uri: targetUrl});
|
|
323
|
+
|
|
324
|
+
promise = promise.then(function(payload) {
|
|
325
|
+
deferred.resolve(new ConferencePage(this._version, payload, this._solution));
|
|
326
|
+
}.bind(this));
|
|
327
|
+
|
|
328
|
+
promise.catch(function(error) {
|
|
329
|
+
deferred.reject(error);
|
|
330
|
+
});
|
|
331
|
+
|
|
332
|
+
if (_.isFunction(callback)) {
|
|
333
|
+
deferred.promise.nodeify(callback);
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
return deferred.promise;
|
|
337
|
+
};
|
|
338
|
+
|
|
339
|
+
/* jshint ignore:start */
|
|
340
|
+
/**
|
|
341
|
+
* Constructs a conference
|
|
342
|
+
*
|
|
343
|
+
* @function get
|
|
344
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
345
|
+
*
|
|
346
|
+
* @param {string} conferenceSid - The conference_sid
|
|
347
|
+
*
|
|
348
|
+
* @returns {Twilio.Insights.V1.ConferenceContext}
|
|
349
|
+
*/
|
|
350
|
+
/* jshint ignore:end */
|
|
351
|
+
ConferenceListInstance.get = function get(conferenceSid) {
|
|
352
|
+
return new ConferenceContext(this._version, conferenceSid);
|
|
353
|
+
};
|
|
354
|
+
|
|
355
|
+
/* jshint ignore:start */
|
|
356
|
+
/**
|
|
357
|
+
* Provide a user-friendly representation
|
|
358
|
+
*
|
|
359
|
+
* @function toJSON
|
|
360
|
+
* @memberof Twilio.Insights.V1.ConferenceList#
|
|
361
|
+
*
|
|
362
|
+
* @returns Object
|
|
363
|
+
*/
|
|
364
|
+
/* jshint ignore:end */
|
|
365
|
+
ConferenceListInstance.toJSON = function toJSON() {
|
|
366
|
+
return this._solution;
|
|
367
|
+
};
|
|
368
|
+
|
|
369
|
+
ConferenceListInstance[util.inspect.custom] = function inspect(depth, options) {
|
|
370
|
+
return util.inspect(this.toJSON(), options);
|
|
371
|
+
};
|
|
372
|
+
|
|
373
|
+
return ConferenceListInstance;
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
/* jshint ignore:start */
|
|
378
|
+
/**
|
|
379
|
+
* Initialize the ConferencePage
|
|
380
|
+
*
|
|
381
|
+
* @constructor Twilio.Insights.V1.ConferencePage
|
|
382
|
+
*
|
|
383
|
+
* @param {V1} version - Version of the resource
|
|
384
|
+
* @param {Response<string>} response - Response from the API
|
|
385
|
+
* @param {ConferenceSolution} solution - Path solution
|
|
386
|
+
*
|
|
387
|
+
* @returns ConferencePage
|
|
388
|
+
*/
|
|
389
|
+
/* jshint ignore:end */
|
|
390
|
+
ConferencePage = function ConferencePage(version, response, solution) {
|
|
391
|
+
// Path Solution
|
|
392
|
+
this._solution = solution;
|
|
393
|
+
|
|
394
|
+
Page.prototype.constructor.call(this, version, response, this._solution);
|
|
395
|
+
};
|
|
396
|
+
|
|
397
|
+
_.extend(ConferencePage.prototype, Page.prototype);
|
|
398
|
+
ConferencePage.prototype.constructor = ConferencePage;
|
|
399
|
+
|
|
400
|
+
/* jshint ignore:start */
|
|
401
|
+
/**
|
|
402
|
+
* Build an instance of ConferenceInstance
|
|
403
|
+
*
|
|
404
|
+
* @function getInstance
|
|
405
|
+
* @memberof Twilio.Insights.V1.ConferencePage#
|
|
406
|
+
*
|
|
407
|
+
* @param {ConferencePayload} payload - Payload response from the API
|
|
408
|
+
*
|
|
409
|
+
* @returns ConferenceInstance
|
|
410
|
+
*/
|
|
411
|
+
/* jshint ignore:end */
|
|
412
|
+
ConferencePage.prototype.getInstance = function getInstance(payload) {
|
|
413
|
+
return new ConferenceInstance(this._version, payload);
|
|
414
|
+
};
|
|
415
|
+
|
|
416
|
+
/* jshint ignore:start */
|
|
417
|
+
/**
|
|
418
|
+
* Provide a user-friendly representation
|
|
419
|
+
*
|
|
420
|
+
* @function toJSON
|
|
421
|
+
* @memberof Twilio.Insights.V1.ConferencePage#
|
|
422
|
+
*
|
|
423
|
+
* @returns Object
|
|
424
|
+
*/
|
|
425
|
+
/* jshint ignore:end */
|
|
426
|
+
ConferencePage.prototype.toJSON = function toJSON() {
|
|
427
|
+
let clone = {};
|
|
428
|
+
_.forOwn(this, function(value, key) {
|
|
429
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
430
|
+
clone[key] = value;
|
|
431
|
+
}
|
|
432
|
+
});
|
|
433
|
+
return clone;
|
|
434
|
+
};
|
|
435
|
+
|
|
436
|
+
ConferencePage.prototype[util.inspect.custom] = function inspect(depth, options)
|
|
437
|
+
{
|
|
438
|
+
return util.inspect(this.toJSON(), options);
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
/* jshint ignore:start */
|
|
443
|
+
/**
|
|
444
|
+
* Initialize the ConferenceContext
|
|
445
|
+
*
|
|
446
|
+
* @constructor Twilio.Insights.V1.ConferenceInstance
|
|
447
|
+
*
|
|
448
|
+
* @property {string} conferenceSid - The conference_sid
|
|
449
|
+
* @property {string} accountSid - The account_sid
|
|
450
|
+
* @property {string} friendlyName - The friendly_name
|
|
451
|
+
* @property {Date} createTime - The create_time
|
|
452
|
+
* @property {Date} startTime - The start_time
|
|
453
|
+
* @property {Date} endTime - The end_time
|
|
454
|
+
* @property {number} durationSeconds - The duration_seconds
|
|
455
|
+
* @property {number} connectDurationSeconds - The connect_duration_seconds
|
|
456
|
+
* @property {conference.conference_status} status - The status
|
|
457
|
+
* @property {number} maxParticipants - The max_participants
|
|
458
|
+
* @property {number} maxConcurrentParticipants - The max_concurrent_participants
|
|
459
|
+
* @property {number} uniqueParticipants - The unique_participants
|
|
460
|
+
* @property {conference.conference_end_reason} endReason - The end_reason
|
|
461
|
+
* @property {string} endedBy - The ended_by
|
|
462
|
+
* @property {conference.region} mixerRegion - The mixer_region
|
|
463
|
+
* @property {conference.region} mixerRegionRequested - The mixer_region_requested
|
|
464
|
+
* @property {boolean} recordingEnabled - The recording_enabled
|
|
465
|
+
* @property {object} detectedIssues - The detected_issues
|
|
466
|
+
* @property {conference.tag} tags - The tags
|
|
467
|
+
* @property {object} tagInfo - The tag_info
|
|
468
|
+
* @property {string} url - The url
|
|
469
|
+
* @property {string} links - The links
|
|
470
|
+
*
|
|
471
|
+
* @param {V1} version - Version of the resource
|
|
472
|
+
* @param {ConferencePayload} payload - The instance payload
|
|
473
|
+
* @param {sid} conferenceSid - The conference_sid
|
|
474
|
+
*/
|
|
475
|
+
/* jshint ignore:end */
|
|
476
|
+
ConferenceInstance = function ConferenceInstance(version, payload,
|
|
477
|
+
conferenceSid) {
|
|
478
|
+
this._version = version;
|
|
479
|
+
|
|
480
|
+
// Marshaled Properties
|
|
481
|
+
this.conferenceSid = payload.conference_sid; // jshint ignore:line
|
|
482
|
+
this.accountSid = payload.account_sid; // jshint ignore:line
|
|
483
|
+
this.friendlyName = payload.friendly_name; // jshint ignore:line
|
|
484
|
+
this.createTime = deserialize.iso8601DateTime(payload.create_time); // jshint ignore:line
|
|
485
|
+
this.startTime = deserialize.iso8601DateTime(payload.start_time); // jshint ignore:line
|
|
486
|
+
this.endTime = deserialize.iso8601DateTime(payload.end_time); // jshint ignore:line
|
|
487
|
+
this.durationSeconds = deserialize.integer(payload.duration_seconds); // jshint ignore:line
|
|
488
|
+
this.connectDurationSeconds = deserialize.integer(payload.connect_duration_seconds); // jshint ignore:line
|
|
489
|
+
this.status = payload.status; // jshint ignore:line
|
|
490
|
+
this.maxParticipants = deserialize.integer(payload.max_participants); // jshint ignore:line
|
|
491
|
+
this.maxConcurrentParticipants = deserialize.integer(payload.max_concurrent_participants); // jshint ignore:line
|
|
492
|
+
this.uniqueParticipants = deserialize.integer(payload.unique_participants); // jshint ignore:line
|
|
493
|
+
this.endReason = payload.end_reason; // jshint ignore:line
|
|
494
|
+
this.endedBy = payload.ended_by; // jshint ignore:line
|
|
495
|
+
this.mixerRegion = payload.mixer_region; // jshint ignore:line
|
|
496
|
+
this.mixerRegionRequested = payload.mixer_region_requested; // jshint ignore:line
|
|
497
|
+
this.recordingEnabled = payload.recording_enabled; // jshint ignore:line
|
|
498
|
+
this.detectedIssues = payload.detected_issues; // jshint ignore:line
|
|
499
|
+
this.tags = payload.tags; // jshint ignore:line
|
|
500
|
+
this.tagInfo = payload.tag_info; // jshint ignore:line
|
|
501
|
+
this.url = payload.url; // jshint ignore:line
|
|
502
|
+
this.links = payload.links; // jshint ignore:line
|
|
503
|
+
|
|
504
|
+
// Context
|
|
505
|
+
this._context = undefined;
|
|
506
|
+
this._solution = {conferenceSid: conferenceSid || this.conferenceSid, };
|
|
507
|
+
};
|
|
508
|
+
|
|
509
|
+
Object.defineProperty(ConferenceInstance.prototype,
|
|
510
|
+
'_proxy', {
|
|
511
|
+
get: function() {
|
|
512
|
+
if (!this._context) {
|
|
513
|
+
this._context = new ConferenceContext(this._version, this._solution.conferenceSid);
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
return this._context;
|
|
517
|
+
}
|
|
518
|
+
});
|
|
519
|
+
|
|
520
|
+
/* jshint ignore:start */
|
|
521
|
+
/**
|
|
522
|
+
* fetch a ConferenceInstance
|
|
523
|
+
*
|
|
524
|
+
* @function fetch
|
|
525
|
+
* @memberof Twilio.Insights.V1.ConferenceInstance#
|
|
526
|
+
*
|
|
527
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
528
|
+
*
|
|
529
|
+
* @returns {Promise} Resolves to processed ConferenceInstance
|
|
530
|
+
*/
|
|
531
|
+
/* jshint ignore:end */
|
|
532
|
+
ConferenceInstance.prototype.fetch = function fetch(callback) {
|
|
533
|
+
return this._proxy.fetch(callback);
|
|
534
|
+
};
|
|
535
|
+
|
|
536
|
+
/* jshint ignore:start */
|
|
537
|
+
/**
|
|
538
|
+
* Access the conferenceParticipants
|
|
539
|
+
*
|
|
540
|
+
* @function conferenceParticipants
|
|
541
|
+
* @memberof Twilio.Insights.V1.ConferenceInstance#
|
|
542
|
+
*
|
|
543
|
+
* @returns {Twilio.Insights.V1.ConferenceContext.ConferenceParticipantList}
|
|
544
|
+
*/
|
|
545
|
+
/* jshint ignore:end */
|
|
546
|
+
ConferenceInstance.prototype.conferenceParticipants = function
|
|
547
|
+
conferenceParticipants() {
|
|
548
|
+
return this._proxy.conferenceParticipants;
|
|
549
|
+
};
|
|
550
|
+
|
|
551
|
+
/* jshint ignore:start */
|
|
552
|
+
/**
|
|
553
|
+
* Provide a user-friendly representation
|
|
554
|
+
*
|
|
555
|
+
* @function toJSON
|
|
556
|
+
* @memberof Twilio.Insights.V1.ConferenceInstance#
|
|
557
|
+
*
|
|
558
|
+
* @returns Object
|
|
559
|
+
*/
|
|
560
|
+
/* jshint ignore:end */
|
|
561
|
+
ConferenceInstance.prototype.toJSON = function toJSON() {
|
|
562
|
+
let clone = {};
|
|
563
|
+
_.forOwn(this, function(value, key) {
|
|
564
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
565
|
+
clone[key] = value;
|
|
566
|
+
}
|
|
567
|
+
});
|
|
568
|
+
return clone;
|
|
569
|
+
};
|
|
570
|
+
|
|
571
|
+
ConferenceInstance.prototype[util.inspect.custom] = function inspect(depth,
|
|
572
|
+
options) {
|
|
573
|
+
return util.inspect(this.toJSON(), options);
|
|
574
|
+
};
|
|
575
|
+
|
|
576
|
+
|
|
577
|
+
/* jshint ignore:start */
|
|
578
|
+
/**
|
|
579
|
+
* Initialize the ConferenceContext
|
|
580
|
+
*
|
|
581
|
+
* @constructor Twilio.Insights.V1.ConferenceContext
|
|
582
|
+
*
|
|
583
|
+
* @property {Twilio.Insights.V1.ConferenceContext.ConferenceParticipantList} conferenceParticipants -
|
|
584
|
+
* conferenceParticipants resource
|
|
585
|
+
*
|
|
586
|
+
* @param {V1} version - Version of the resource
|
|
587
|
+
* @param {sid} conferenceSid - The conference_sid
|
|
588
|
+
*/
|
|
589
|
+
/* jshint ignore:end */
|
|
590
|
+
ConferenceContext = function ConferenceContext(version, conferenceSid) {
|
|
591
|
+
this._version = version;
|
|
592
|
+
|
|
593
|
+
// Path Solution
|
|
594
|
+
this._solution = {conferenceSid: conferenceSid, };
|
|
595
|
+
this._uri = `/Conferences/${conferenceSid}`;
|
|
596
|
+
|
|
597
|
+
// Dependents
|
|
598
|
+
this._conferenceParticipants = undefined;
|
|
599
|
+
};
|
|
600
|
+
|
|
601
|
+
/* jshint ignore:start */
|
|
602
|
+
/**
|
|
603
|
+
* fetch a ConferenceInstance
|
|
604
|
+
*
|
|
605
|
+
* @function fetch
|
|
606
|
+
* @memberof Twilio.Insights.V1.ConferenceContext#
|
|
607
|
+
*
|
|
608
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
609
|
+
*
|
|
610
|
+
* @returns {Promise} Resolves to processed ConferenceInstance
|
|
611
|
+
*/
|
|
612
|
+
/* jshint ignore:end */
|
|
613
|
+
ConferenceContext.prototype.fetch = function fetch(callback) {
|
|
614
|
+
var deferred = Q.defer();
|
|
615
|
+
var promise = this._version.fetch({uri: this._uri, method: 'GET'});
|
|
616
|
+
|
|
617
|
+
promise = promise.then(function(payload) {
|
|
618
|
+
deferred.resolve(new ConferenceInstance(this._version, payload, this._solution.conferenceSid));
|
|
619
|
+
}.bind(this));
|
|
620
|
+
|
|
621
|
+
promise.catch(function(error) {
|
|
622
|
+
deferred.reject(error);
|
|
623
|
+
});
|
|
624
|
+
|
|
625
|
+
if (_.isFunction(callback)) {
|
|
626
|
+
deferred.promise.nodeify(callback);
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
return deferred.promise;
|
|
630
|
+
};
|
|
631
|
+
|
|
632
|
+
Object.defineProperty(ConferenceContext.prototype,
|
|
633
|
+
'conferenceParticipants', {
|
|
634
|
+
get: function() {
|
|
635
|
+
if (!this._conferenceParticipants) {
|
|
636
|
+
this._conferenceParticipants = new ConferenceParticipantList(
|
|
637
|
+
this._version,
|
|
638
|
+
this._solution.conferenceSid
|
|
639
|
+
);
|
|
640
|
+
}
|
|
641
|
+
return this._conferenceParticipants;
|
|
642
|
+
}
|
|
643
|
+
});
|
|
644
|
+
|
|
645
|
+
/* jshint ignore:start */
|
|
646
|
+
/**
|
|
647
|
+
* Provide a user-friendly representation
|
|
648
|
+
*
|
|
649
|
+
* @function toJSON
|
|
650
|
+
* @memberof Twilio.Insights.V1.ConferenceContext#
|
|
651
|
+
*
|
|
652
|
+
* @returns Object
|
|
653
|
+
*/
|
|
654
|
+
/* jshint ignore:end */
|
|
655
|
+
ConferenceContext.prototype.toJSON = function toJSON() {
|
|
656
|
+
return this._solution;
|
|
657
|
+
};
|
|
658
|
+
|
|
659
|
+
ConferenceContext.prototype[util.inspect.custom] = function inspect(depth,
|
|
660
|
+
options) {
|
|
661
|
+
return util.inspect(this.toJSON(), options);
|
|
662
|
+
};
|
|
663
|
+
|
|
664
|
+
module.exports = {
|
|
665
|
+
ConferenceList: ConferenceList,
|
|
666
|
+
ConferencePage: ConferencePage,
|
|
667
|
+
ConferenceInstance: ConferenceInstance,
|
|
668
|
+
ConferenceContext: ConferenceContext
|
|
669
|
+
};
|