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
|
@@ -211,6 +211,9 @@ ConfigurationPage.prototype[util.inspect.custom] = function inspect(depth,
|
|
|
211
211
|
* @property {object} markdown - Configurable parameters for Markdown
|
|
212
212
|
* @property {string} url - The absolute URL of the Configuration resource
|
|
213
213
|
* @property {object} flexInsightsHr - Object that controls workspace reporting
|
|
214
|
+
* @property {boolean} flexInsightsDrilldown -
|
|
215
|
+
* Setting to enable Flex UI redirection
|
|
216
|
+
* @property {string} flexUrl - URL to redirect to in case drilldown is enabled.
|
|
214
217
|
*
|
|
215
218
|
* @param {V1} version - Version of the resource
|
|
216
219
|
* @param {ConfigurationPayload} payload - The instance payload
|
|
@@ -260,6 +263,8 @@ ConfigurationInstance = function ConfigurationInstance(version, payload) {
|
|
|
260
263
|
this.markdown = payload.markdown; // jshint ignore:line
|
|
261
264
|
this.url = payload.url; // jshint ignore:line
|
|
262
265
|
this.flexInsightsHr = payload.flex_insights_hr; // jshint ignore:line
|
|
266
|
+
this.flexInsightsDrilldown = payload.flex_insights_drilldown; // jshint ignore:line
|
|
267
|
+
this.flexUrl = payload.flex_url; // jshint ignore:line
|
|
263
268
|
|
|
264
269
|
// Context
|
|
265
270
|
this._context = undefined;
|
|
@@ -33,7 +33,7 @@ declare function FlexFlowList(version: V1): FlexFlowListInstance;
|
|
|
33
33
|
* @property integration.creationOnMessage - Whether to create a Task when the first message arrives
|
|
34
34
|
* @property integration.flowSid - The SID of the Studio Flow
|
|
35
35
|
* @property integration.priority - The Task priority of a new Task
|
|
36
|
-
* @property integration.retryCount - The number of times to retry the webhook
|
|
36
|
+
* @property integration.retryCount - The number of times to retry the Studio Flow or webhook in case of failure
|
|
37
37
|
* @property integration.timeout - The Task timeout in seconds for a new Task
|
|
38
38
|
* @property integration.url - The External Webhook URL
|
|
39
39
|
* @property integration.workflowSid - The Workflow SID for a new Task
|
|
@@ -196,7 +196,7 @@ interface FlexFlowListInstance {
|
|
|
196
196
|
* @property integration.creationOnMessage - Whether to create a Task when the first message arrives
|
|
197
197
|
* @property integration.flowSid - The SID of the Studio Flow
|
|
198
198
|
* @property integration.priority - The Task priority of a new Task
|
|
199
|
-
* @property integration.retryCount - The number of times to retry the webhook
|
|
199
|
+
* @property integration.retryCount - The number of times to retry the Studio Flow or webhook in case of failure
|
|
200
200
|
* @property integration.timeout - The Task timeout in seconds for a new Task
|
|
201
201
|
* @property integration.url - The External Webhook URL
|
|
202
202
|
* @property integration.workflowSid - The Workflow SID for a new Task
|
|
@@ -137,6 +137,8 @@ FlexFlowList = function FlexFlowList(version) {
|
|
|
137
137
|
if (!done) {
|
|
138
138
|
currentPage++;
|
|
139
139
|
fetchNextPage(_.bind(page.nextPage, page));
|
|
140
|
+
} else {
|
|
141
|
+
onComplete();
|
|
140
142
|
}
|
|
141
143
|
});
|
|
142
144
|
|
|
@@ -331,7 +333,7 @@ FlexFlowList = function FlexFlowList(version) {
|
|
|
331
333
|
* @param {boolean} [opts.janitorEnabled] -
|
|
332
334
|
* Remove active Proxy sessions if the corresponding Task is deleted
|
|
333
335
|
* @param {number} [opts.integration.retryCount] -
|
|
334
|
-
* The number of times to retry the webhook
|
|
336
|
+
* The number of times to retry the Studio Flow or webhook in case of failure
|
|
335
337
|
* @param {function} [callback] - Callback to handle processed record
|
|
336
338
|
*
|
|
337
339
|
* @returns {Promise} Resolves to processed FlexFlowInstance
|
|
@@ -606,7 +608,7 @@ FlexFlowInstance.prototype.fetch = function fetch(callback) {
|
|
|
606
608
|
* @param {boolean} [opts.janitorEnabled] -
|
|
607
609
|
* Remove active Proxy sessions if the corresponding Task is deleted
|
|
608
610
|
* @param {number} [opts.integration.retryCount] -
|
|
609
|
-
* The number of times to retry the webhook
|
|
611
|
+
* The number of times to retry the Studio Flow or webhook in case of failure
|
|
610
612
|
* @param {function} [callback] - Callback to handle processed record
|
|
611
613
|
*
|
|
612
614
|
* @returns {Promise} Resolves to processed FlexFlowInstance
|
|
@@ -738,7 +740,7 @@ FlexFlowContext.prototype.fetch = function fetch(callback) {
|
|
|
738
740
|
* @param {boolean} [opts.janitorEnabled] -
|
|
739
741
|
* Remove active Proxy sessions if the corresponding Task is deleted
|
|
740
742
|
* @param {number} [opts.integration.retryCount] -
|
|
741
|
-
* The number of times to retry the webhook
|
|
743
|
+
* The number of times to retry the Studio Flow or webhook in case of failure
|
|
742
744
|
* @param {function} [callback] - Callback to handle processed record
|
|
743
745
|
*
|
|
744
746
|
* @returns {Promise} Resolves to processed FlexFlowInstance
|
|
@@ -11,8 +11,12 @@ import { CallList } from './v1/call';
|
|
|
11
11
|
import { CallListInstance } from './v1/call';
|
|
12
12
|
import { CallSummariesList } from './v1/callSummaries';
|
|
13
13
|
import { CallSummariesListInstance } from './v1/callSummaries';
|
|
14
|
+
import { ConferenceList } from './v1/conference';
|
|
15
|
+
import { ConferenceListInstance } from './v1/conference';
|
|
14
16
|
import { RoomList } from './v1/room';
|
|
15
17
|
import { RoomListInstance } from './v1/room';
|
|
18
|
+
import { SettingList } from './v1/setting';
|
|
19
|
+
import { SettingListInstance } from './v1/setting';
|
|
16
20
|
|
|
17
21
|
|
|
18
22
|
declare class V1 extends Version {
|
|
@@ -25,7 +29,9 @@ declare class V1 extends Version {
|
|
|
25
29
|
|
|
26
30
|
readonly callSummaries: CallSummariesListInstance;
|
|
27
31
|
readonly calls: CallListInstance;
|
|
32
|
+
readonly conferences: ConferenceListInstance;
|
|
28
33
|
readonly rooms: RoomListInstance;
|
|
34
|
+
readonly settings: SettingListInstance;
|
|
29
35
|
}
|
|
30
36
|
|
|
31
37
|
export = V1;
|
package/lib/rest/insights/V1.js
CHANGED
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
var _ = require('lodash'); /* jshint ignore:line */
|
|
13
13
|
var CallList = require('./v1/call').CallList;
|
|
14
14
|
var CallSummariesList = require('./v1/callSummaries').CallSummariesList;
|
|
15
|
+
var ConferenceList = require('./v1/conference').ConferenceList;
|
|
15
16
|
var RoomList = require('./v1/room').RoomList;
|
|
17
|
+
var SettingList = require('./v1/setting').SettingList;
|
|
16
18
|
var Version = require('../../base/Version'); /* jshint ignore:line */
|
|
17
19
|
|
|
18
20
|
|
|
@@ -22,9 +24,11 @@ var Version = require('../../base/Version'); /* jshint ignore:line */
|
|
|
22
24
|
*
|
|
23
25
|
* @constructor Twilio.Insights.V1
|
|
24
26
|
*
|
|
27
|
+
* @property {Twilio.Insights.V1.SettingList} settings - settings resource
|
|
25
28
|
* @property {Twilio.Insights.V1.CallList} calls - calls resource
|
|
26
29
|
* @property {Twilio.Insights.V1.CallSummariesList} callSummaries -
|
|
27
30
|
* callSummaries resource
|
|
31
|
+
* @property {Twilio.Insights.V1.ConferenceList} conferences - conferences resource
|
|
28
32
|
* @property {Twilio.Insights.V1.RoomList} rooms - rooms resource
|
|
29
33
|
*
|
|
30
34
|
* @param {Twilio.Insights} domain - The twilio domain
|
|
@@ -34,14 +38,24 @@ function V1(domain) {
|
|
|
34
38
|
Version.prototype.constructor.call(this, domain, 'v1');
|
|
35
39
|
|
|
36
40
|
// Resources
|
|
41
|
+
this._settings = undefined;
|
|
37
42
|
this._calls = undefined;
|
|
38
43
|
this._callSummaries = undefined;
|
|
44
|
+
this._conferences = undefined;
|
|
39
45
|
this._rooms = undefined;
|
|
40
46
|
}
|
|
41
47
|
|
|
42
48
|
_.extend(V1.prototype, Version.prototype);
|
|
43
49
|
V1.prototype.constructor = V1;
|
|
44
50
|
|
|
51
|
+
Object.defineProperty(V1.prototype,
|
|
52
|
+
'settings', {
|
|
53
|
+
get: function() {
|
|
54
|
+
this._settings = this._settings || new SettingList(this);
|
|
55
|
+
return this._settings;
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
|
|
45
59
|
Object.defineProperty(V1.prototype,
|
|
46
60
|
'calls', {
|
|
47
61
|
get: function() {
|
|
@@ -58,6 +72,14 @@ Object.defineProperty(V1.prototype,
|
|
|
58
72
|
}
|
|
59
73
|
});
|
|
60
74
|
|
|
75
|
+
Object.defineProperty(V1.prototype,
|
|
76
|
+
'conferences', {
|
|
77
|
+
get: function() {
|
|
78
|
+
this._conferences = this._conferences || new ConferenceList(this);
|
|
79
|
+
return this._conferences;
|
|
80
|
+
}
|
|
81
|
+
});
|
|
82
|
+
|
|
61
83
|
Object.defineProperty(V1.prototype,
|
|
62
84
|
'rooms', {
|
|
63
85
|
get: function() {
|
|
@@ -0,0 +1,385 @@
|
|
|
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
|
+
type ConferenceParticipantCallDirection = 'inbound'|'outbound';
|
|
14
|
+
|
|
15
|
+
type ConferenceParticipantCallState = 'answered'|'completed'|'busy'|'fail'|'noanswer'|'ringing'|'canceled';
|
|
16
|
+
|
|
17
|
+
type ConferenceParticipantCallType = 'carrier'|'client'|'sip';
|
|
18
|
+
|
|
19
|
+
type ConferenceParticipantJitterBufferSize = 'large'|'small'|'medium'|'off';
|
|
20
|
+
|
|
21
|
+
type ConferenceParticipantRegion = 'us1'|'us2'|'au1'|'br1'|'ie1'|'jp1'|'sg1'|'de1';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Initialize the ConferenceParticipantList
|
|
25
|
+
*
|
|
26
|
+
* @param version - Version of the resource
|
|
27
|
+
* @param conferenceSid - The conference_sid
|
|
28
|
+
*/
|
|
29
|
+
declare function ConferenceParticipantList(version: V1, conferenceSid: string): ConferenceParticipantListInstance;
|
|
30
|
+
|
|
31
|
+
/**
|
|
32
|
+
* Options to pass to fetch
|
|
33
|
+
*
|
|
34
|
+
* @property events - The events
|
|
35
|
+
* @property metrics - The metrics
|
|
36
|
+
*/
|
|
37
|
+
interface ConferenceParticipantInstanceFetchOptions {
|
|
38
|
+
events?: string;
|
|
39
|
+
metrics?: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
interface ConferenceParticipantListInstance {
|
|
43
|
+
/**
|
|
44
|
+
* @param sid - sid of instance
|
|
45
|
+
*/
|
|
46
|
+
(sid: string): ConferenceParticipantContext;
|
|
47
|
+
/**
|
|
48
|
+
* Streams ConferenceParticipantInstance records from the API.
|
|
49
|
+
*
|
|
50
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
51
|
+
* is reached.
|
|
52
|
+
*
|
|
53
|
+
* The results are passed into the callback function, so this operation is memory
|
|
54
|
+
* efficient.
|
|
55
|
+
*
|
|
56
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
57
|
+
* function.
|
|
58
|
+
*
|
|
59
|
+
* @param callback - Function to process each record
|
|
60
|
+
*/
|
|
61
|
+
each(callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void): void;
|
|
62
|
+
/**
|
|
63
|
+
* Streams ConferenceParticipantInstance records from the API.
|
|
64
|
+
*
|
|
65
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
66
|
+
* is reached.
|
|
67
|
+
*
|
|
68
|
+
* The results are passed into the callback function, so this operation is memory
|
|
69
|
+
* efficient.
|
|
70
|
+
*
|
|
71
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
72
|
+
* function.
|
|
73
|
+
*
|
|
74
|
+
* @param opts - Options for request
|
|
75
|
+
* @param callback - Function to process each record
|
|
76
|
+
*/
|
|
77
|
+
each(opts?: ConferenceParticipantListInstanceEachOptions, callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void): void;
|
|
78
|
+
/**
|
|
79
|
+
* Constructs a conference_participant
|
|
80
|
+
*
|
|
81
|
+
* @param participantSid - The participant_sid
|
|
82
|
+
*/
|
|
83
|
+
get(participantSid: string): ConferenceParticipantContext;
|
|
84
|
+
/**
|
|
85
|
+
* Retrieve a single target page of ConferenceParticipantInstance records from the
|
|
86
|
+
* API.
|
|
87
|
+
*
|
|
88
|
+
* The request is executed immediately.
|
|
89
|
+
*
|
|
90
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
91
|
+
* function.
|
|
92
|
+
*
|
|
93
|
+
* @param callback - Callback to handle list of records
|
|
94
|
+
*/
|
|
95
|
+
getPage(callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
|
|
96
|
+
/**
|
|
97
|
+
* Retrieve a single target page of ConferenceParticipantInstance records from the
|
|
98
|
+
* API.
|
|
99
|
+
*
|
|
100
|
+
* The request is executed immediately.
|
|
101
|
+
*
|
|
102
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
103
|
+
* function.
|
|
104
|
+
*
|
|
105
|
+
* @param targetUrl - API-generated URL for the requested results page
|
|
106
|
+
* @param callback - Callback to handle list of records
|
|
107
|
+
*/
|
|
108
|
+
getPage(targetUrl?: string, callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
|
|
109
|
+
/**
|
|
110
|
+
* Lists ConferenceParticipantInstance records from the API as a list.
|
|
111
|
+
*
|
|
112
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
113
|
+
* function.
|
|
114
|
+
*
|
|
115
|
+
* @param callback - Callback to handle list of records
|
|
116
|
+
*/
|
|
117
|
+
list(callback?: (error: Error | null, items: ConferenceParticipantInstance[]) => any): Promise<ConferenceParticipantInstance[]>;
|
|
118
|
+
/**
|
|
119
|
+
* Lists ConferenceParticipantInstance records from the API as a list.
|
|
120
|
+
*
|
|
121
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
122
|
+
* function.
|
|
123
|
+
*
|
|
124
|
+
* @param opts - Options for request
|
|
125
|
+
* @param callback - Callback to handle list of records
|
|
126
|
+
*/
|
|
127
|
+
list(opts?: ConferenceParticipantListInstanceOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance[]) => any): Promise<ConferenceParticipantInstance[]>;
|
|
128
|
+
/**
|
|
129
|
+
* Retrieve a single page of ConferenceParticipantInstance records from the API.
|
|
130
|
+
*
|
|
131
|
+
* The request is executed immediately.
|
|
132
|
+
*
|
|
133
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
134
|
+
* function.
|
|
135
|
+
*
|
|
136
|
+
* @param callback - Callback to handle list of records
|
|
137
|
+
*/
|
|
138
|
+
page(callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
|
|
139
|
+
/**
|
|
140
|
+
* Retrieve a single page of ConferenceParticipantInstance records from the API.
|
|
141
|
+
*
|
|
142
|
+
* The request is executed immediately.
|
|
143
|
+
*
|
|
144
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
145
|
+
* function.
|
|
146
|
+
*
|
|
147
|
+
* @param opts - Options for request
|
|
148
|
+
* @param callback - Callback to handle list of records
|
|
149
|
+
*/
|
|
150
|
+
page(opts?: ConferenceParticipantListInstancePageOptions, callback?: (error: Error | null, items: ConferenceParticipantPage) => any): Promise<ConferenceParticipantPage>;
|
|
151
|
+
/**
|
|
152
|
+
* Provide a user-friendly representation
|
|
153
|
+
*/
|
|
154
|
+
toJSON(): any;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* Options to pass to each
|
|
159
|
+
*
|
|
160
|
+
* @property callback -
|
|
161
|
+
* Function to process each record. If this and a positional
|
|
162
|
+
* callback are passed, this one will be used
|
|
163
|
+
* @property done - Function to be called upon completion of streaming
|
|
164
|
+
* @property events - The events
|
|
165
|
+
* @property label - The label
|
|
166
|
+
* @property limit -
|
|
167
|
+
* Upper limit for the number of records to return.
|
|
168
|
+
* each() guarantees never to return more than limit.
|
|
169
|
+
* Default is no limit
|
|
170
|
+
* @property pageSize -
|
|
171
|
+
* Number of records to fetch per request,
|
|
172
|
+
* when not set will use the default value of 50 records.
|
|
173
|
+
* If no pageSize is defined but a limit is defined,
|
|
174
|
+
* each() will attempt to read the limit with the most efficient
|
|
175
|
+
* page size, i.e. min(limit, 1000)
|
|
176
|
+
* @property participantSid - The participant_sid
|
|
177
|
+
*/
|
|
178
|
+
interface ConferenceParticipantListInstanceEachOptions {
|
|
179
|
+
callback?: (item: ConferenceParticipantInstance, done: (err?: Error) => void) => void;
|
|
180
|
+
done?: Function;
|
|
181
|
+
events?: string;
|
|
182
|
+
label?: string;
|
|
183
|
+
limit?: number;
|
|
184
|
+
pageSize?: number;
|
|
185
|
+
participantSid?: string;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Options to pass to list
|
|
190
|
+
*
|
|
191
|
+
* @property events - The events
|
|
192
|
+
* @property label - The label
|
|
193
|
+
* @property limit -
|
|
194
|
+
* Upper limit for the number of records to return.
|
|
195
|
+
* list() guarantees never to return more than limit.
|
|
196
|
+
* Default is no limit
|
|
197
|
+
* @property pageSize -
|
|
198
|
+
* Number of records to fetch per request,
|
|
199
|
+
* when not set will use the default value of 50 records.
|
|
200
|
+
* If no page_size is defined but a limit is defined,
|
|
201
|
+
* list() will attempt to read the limit with the most
|
|
202
|
+
* efficient page size, i.e. min(limit, 1000)
|
|
203
|
+
* @property participantSid - The participant_sid
|
|
204
|
+
*/
|
|
205
|
+
interface ConferenceParticipantListInstanceOptions {
|
|
206
|
+
events?: string;
|
|
207
|
+
label?: string;
|
|
208
|
+
limit?: number;
|
|
209
|
+
pageSize?: number;
|
|
210
|
+
participantSid?: string;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/**
|
|
214
|
+
* Options to pass to page
|
|
215
|
+
*
|
|
216
|
+
* @property events - The events
|
|
217
|
+
* @property label - The label
|
|
218
|
+
* @property pageNumber - Page Number, this value is simply for client state
|
|
219
|
+
* @property pageSize - Number of records to return, defaults to 50
|
|
220
|
+
* @property pageToken - PageToken provided by the API
|
|
221
|
+
* @property participantSid - The participant_sid
|
|
222
|
+
*/
|
|
223
|
+
interface ConferenceParticipantListInstancePageOptions {
|
|
224
|
+
events?: string;
|
|
225
|
+
label?: string;
|
|
226
|
+
pageNumber?: number;
|
|
227
|
+
pageSize?: number;
|
|
228
|
+
pageToken?: string;
|
|
229
|
+
participantSid?: string;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
interface ConferenceParticipantPayload extends ConferenceParticipantResource, Page.TwilioResponsePayload {
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
interface ConferenceParticipantResource {
|
|
236
|
+
account_sid: string;
|
|
237
|
+
agent_audio: boolean;
|
|
238
|
+
call_direction: ConferenceParticipantCallDirection;
|
|
239
|
+
call_sid: string;
|
|
240
|
+
call_state: ConferenceParticipantCallState;
|
|
241
|
+
call_type: ConferenceParticipantCallType;
|
|
242
|
+
coached_participants: string[];
|
|
243
|
+
conference_region: ConferenceParticipantRegion;
|
|
244
|
+
conference_sid: string;
|
|
245
|
+
country_code: string;
|
|
246
|
+
duration_seconds: number;
|
|
247
|
+
events: object;
|
|
248
|
+
from: string;
|
|
249
|
+
is_coach: boolean;
|
|
250
|
+
is_moderator: boolean;
|
|
251
|
+
jitter_buffer_size: ConferenceParticipantJitterBufferSize;
|
|
252
|
+
join_time: Date;
|
|
253
|
+
label: string;
|
|
254
|
+
leave_time: Date;
|
|
255
|
+
metrics: object;
|
|
256
|
+
outbound_queue_length: number;
|
|
257
|
+
outbound_time_in_queue: number;
|
|
258
|
+
participant_region: ConferenceParticipantRegion;
|
|
259
|
+
participant_sid: string;
|
|
260
|
+
properties: object;
|
|
261
|
+
quality_issues: number;
|
|
262
|
+
to: string;
|
|
263
|
+
url: string;
|
|
264
|
+
whisper: string;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
interface ConferenceParticipantSolution {
|
|
268
|
+
conferenceSid?: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
declare class ConferenceParticipantContext {
|
|
273
|
+
/**
|
|
274
|
+
* Initialize the ConferenceParticipantContext
|
|
275
|
+
*
|
|
276
|
+
* @param version - Version of the resource
|
|
277
|
+
* @param conferenceSid - The conference_sid
|
|
278
|
+
* @param participantSid - The participant_sid
|
|
279
|
+
*/
|
|
280
|
+
constructor(version: V1, conferenceSid: string, participantSid: string);
|
|
281
|
+
|
|
282
|
+
/**
|
|
283
|
+
* fetch a ConferenceParticipantInstance
|
|
284
|
+
*
|
|
285
|
+
* @param callback - Callback to handle processed record
|
|
286
|
+
*/
|
|
287
|
+
fetch(callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
|
|
288
|
+
/**
|
|
289
|
+
* fetch a ConferenceParticipantInstance
|
|
290
|
+
*
|
|
291
|
+
* @param opts - Options for request
|
|
292
|
+
* @param callback - Callback to handle processed record
|
|
293
|
+
*/
|
|
294
|
+
fetch(opts?: ConferenceParticipantInstanceFetchOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
|
|
295
|
+
/**
|
|
296
|
+
* Provide a user-friendly representation
|
|
297
|
+
*/
|
|
298
|
+
toJSON(): any;
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
declare class ConferenceParticipantInstance extends SerializableClass {
|
|
303
|
+
/**
|
|
304
|
+
* Initialize the ConferenceParticipantContext
|
|
305
|
+
*
|
|
306
|
+
* @param version - Version of the resource
|
|
307
|
+
* @param payload - The instance payload
|
|
308
|
+
* @param conferenceSid - The conference_sid
|
|
309
|
+
* @param participantSid - The participant_sid
|
|
310
|
+
*/
|
|
311
|
+
constructor(version: V1, payload: ConferenceParticipantPayload, conferenceSid: string, participantSid: string);
|
|
312
|
+
|
|
313
|
+
private _proxy: ConferenceParticipantContext;
|
|
314
|
+
accountSid: string;
|
|
315
|
+
agentAudio: boolean;
|
|
316
|
+
callDirection: ConferenceParticipantCallDirection;
|
|
317
|
+
callSid: string;
|
|
318
|
+
callState: ConferenceParticipantCallState;
|
|
319
|
+
callType: ConferenceParticipantCallType;
|
|
320
|
+
coachedParticipants: string[];
|
|
321
|
+
conferenceRegion: ConferenceParticipantRegion;
|
|
322
|
+
conferenceSid: string;
|
|
323
|
+
countryCode: string;
|
|
324
|
+
durationSeconds: number;
|
|
325
|
+
events: any;
|
|
326
|
+
/**
|
|
327
|
+
* fetch a ConferenceParticipantInstance
|
|
328
|
+
*
|
|
329
|
+
* @param callback - Callback to handle processed record
|
|
330
|
+
*/
|
|
331
|
+
fetch(callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
|
|
332
|
+
/**
|
|
333
|
+
* fetch a ConferenceParticipantInstance
|
|
334
|
+
*
|
|
335
|
+
* @param opts - Options for request
|
|
336
|
+
* @param callback - Callback to handle processed record
|
|
337
|
+
*/
|
|
338
|
+
fetch(opts?: ConferenceParticipantInstanceFetchOptions, callback?: (error: Error | null, items: ConferenceParticipantInstance) => any): Promise<ConferenceParticipantInstance>;
|
|
339
|
+
from: string;
|
|
340
|
+
isCoach: boolean;
|
|
341
|
+
isModerator: boolean;
|
|
342
|
+
jitterBufferSize: ConferenceParticipantJitterBufferSize;
|
|
343
|
+
joinTime: Date;
|
|
344
|
+
label: string;
|
|
345
|
+
leaveTime: Date;
|
|
346
|
+
metrics: any;
|
|
347
|
+
outboundQueueLength: number;
|
|
348
|
+
outboundTimeInQueue: number;
|
|
349
|
+
participantRegion: ConferenceParticipantRegion;
|
|
350
|
+
participantSid: string;
|
|
351
|
+
properties: any;
|
|
352
|
+
qualityIssues: number;
|
|
353
|
+
to: string;
|
|
354
|
+
/**
|
|
355
|
+
* Provide a user-friendly representation
|
|
356
|
+
*/
|
|
357
|
+
toJSON(): any;
|
|
358
|
+
url: string;
|
|
359
|
+
whisper: string;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
declare class ConferenceParticipantPage extends Page<V1, ConferenceParticipantPayload, ConferenceParticipantResource, ConferenceParticipantInstance> {
|
|
364
|
+
/**
|
|
365
|
+
* Initialize the ConferenceParticipantPage
|
|
366
|
+
*
|
|
367
|
+
* @param version - Version of the resource
|
|
368
|
+
* @param response - Response from the API
|
|
369
|
+
* @param solution - Path solution
|
|
370
|
+
*/
|
|
371
|
+
constructor(version: V1, response: Response<string>, solution: ConferenceParticipantSolution);
|
|
372
|
+
|
|
373
|
+
/**
|
|
374
|
+
* Build an instance of ConferenceParticipantInstance
|
|
375
|
+
*
|
|
376
|
+
* @param payload - Payload response from the API
|
|
377
|
+
*/
|
|
378
|
+
getInstance(payload: ConferenceParticipantPayload): ConferenceParticipantInstance;
|
|
379
|
+
/**
|
|
380
|
+
* Provide a user-friendly representation
|
|
381
|
+
*/
|
|
382
|
+
toJSON(): any;
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export { ConferenceParticipantCallDirection, ConferenceParticipantCallState, ConferenceParticipantCallType, ConferenceParticipantContext, ConferenceParticipantInstance, ConferenceParticipantInstanceFetchOptions, ConferenceParticipantJitterBufferSize, ConferenceParticipantList, ConferenceParticipantListInstance, ConferenceParticipantListInstanceEachOptions, ConferenceParticipantListInstanceOptions, ConferenceParticipantListInstancePageOptions, ConferenceParticipantPage, ConferenceParticipantPayload, ConferenceParticipantRegion, ConferenceParticipantResource, ConferenceParticipantSolution }
|