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,387 @@
|
|
|
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 { ConferenceParticipantList } from './conference/conferenceParticipant';
|
|
12
|
+
import { ConferenceParticipantListInstance } from './conference/conferenceParticipant';
|
|
13
|
+
import { SerializableClass } from '../../../interfaces';
|
|
14
|
+
|
|
15
|
+
type ConferenceConferenceEndReason = 'last_participant_left'|'conference_ended_via_api'|'participant_with_end_conference_on_exit_left'|'last_participant_kicked'|'participant_with_end_conference_on_exit_kicked';
|
|
16
|
+
|
|
17
|
+
type ConferenceConferenceStatus = 'in_progress'|'not_started'|'completed'|'summary_timeout';
|
|
18
|
+
|
|
19
|
+
type ConferenceRegion = 'us1'|'au1'|'br1'|'ie1'|'jp1'|'sg1'|'de1';
|
|
20
|
+
|
|
21
|
+
type ConferenceTag = 'invalid_requested_region'|'duplicate_identity'|'start_failure'|'region_configuration_issues'|'quality_warnings'|'participant_behavior_issues'|'high_packet_loss'|'high_jitter'|'high_latency'|'low_mos'|'detected_silence';
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* Initialize the ConferenceList
|
|
25
|
+
*
|
|
26
|
+
* @param version - Version of the resource
|
|
27
|
+
*/
|
|
28
|
+
declare function ConferenceList(version: V1): ConferenceListInstance;
|
|
29
|
+
|
|
30
|
+
interface ConferenceListInstance {
|
|
31
|
+
/**
|
|
32
|
+
* @param sid - sid of instance
|
|
33
|
+
*/
|
|
34
|
+
(sid: string): ConferenceContext;
|
|
35
|
+
/**
|
|
36
|
+
* Streams ConferenceInstance records from the API.
|
|
37
|
+
*
|
|
38
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
39
|
+
* is reached.
|
|
40
|
+
*
|
|
41
|
+
* The results are passed into the callback function, so this operation is memory
|
|
42
|
+
* efficient.
|
|
43
|
+
*
|
|
44
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
45
|
+
* function.
|
|
46
|
+
*
|
|
47
|
+
* @param callback - Function to process each record
|
|
48
|
+
*/
|
|
49
|
+
each(callback?: (item: ConferenceInstance, done: (err?: Error) => void) => void): void;
|
|
50
|
+
/**
|
|
51
|
+
* Streams ConferenceInstance records from the API.
|
|
52
|
+
*
|
|
53
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
54
|
+
* is reached.
|
|
55
|
+
*
|
|
56
|
+
* The results are passed into the callback function, so this operation is memory
|
|
57
|
+
* efficient.
|
|
58
|
+
*
|
|
59
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
60
|
+
* function.
|
|
61
|
+
*
|
|
62
|
+
* @param opts - Options for request
|
|
63
|
+
* @param callback - Function to process each record
|
|
64
|
+
*/
|
|
65
|
+
each(opts?: ConferenceListInstanceEachOptions, callback?: (item: ConferenceInstance, done: (err?: Error) => void) => void): void;
|
|
66
|
+
/**
|
|
67
|
+
* Constructs a conference
|
|
68
|
+
*
|
|
69
|
+
* @param conferenceSid - The conference_sid
|
|
70
|
+
*/
|
|
71
|
+
get(conferenceSid: string): ConferenceContext;
|
|
72
|
+
/**
|
|
73
|
+
* Retrieve a single target page of ConferenceInstance records from the API.
|
|
74
|
+
*
|
|
75
|
+
* The request is executed immediately.
|
|
76
|
+
*
|
|
77
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
78
|
+
* function.
|
|
79
|
+
*
|
|
80
|
+
* @param callback - Callback to handle list of records
|
|
81
|
+
*/
|
|
82
|
+
getPage(callback?: (error: Error | null, items: ConferencePage) => any): Promise<ConferencePage>;
|
|
83
|
+
/**
|
|
84
|
+
* Retrieve a single target page of ConferenceInstance records from the API.
|
|
85
|
+
*
|
|
86
|
+
* The request is executed immediately.
|
|
87
|
+
*
|
|
88
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
89
|
+
* function.
|
|
90
|
+
*
|
|
91
|
+
* @param targetUrl - API-generated URL for the requested results page
|
|
92
|
+
* @param callback - Callback to handle list of records
|
|
93
|
+
*/
|
|
94
|
+
getPage(targetUrl?: string, callback?: (error: Error | null, items: ConferencePage) => any): Promise<ConferencePage>;
|
|
95
|
+
/**
|
|
96
|
+
* Lists ConferenceInstance records from the API as a list.
|
|
97
|
+
*
|
|
98
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
99
|
+
* function.
|
|
100
|
+
*
|
|
101
|
+
* @param callback - Callback to handle list of records
|
|
102
|
+
*/
|
|
103
|
+
list(callback?: (error: Error | null, items: ConferenceInstance[]) => any): Promise<ConferenceInstance[]>;
|
|
104
|
+
/**
|
|
105
|
+
* Lists ConferenceInstance records from the API as a list.
|
|
106
|
+
*
|
|
107
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
108
|
+
* function.
|
|
109
|
+
*
|
|
110
|
+
* @param opts - Options for request
|
|
111
|
+
* @param callback - Callback to handle list of records
|
|
112
|
+
*/
|
|
113
|
+
list(opts?: ConferenceListInstanceOptions, callback?: (error: Error | null, items: ConferenceInstance[]) => any): Promise<ConferenceInstance[]>;
|
|
114
|
+
/**
|
|
115
|
+
* Retrieve a single page of ConferenceInstance records from the API.
|
|
116
|
+
*
|
|
117
|
+
* The request is executed immediately.
|
|
118
|
+
*
|
|
119
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
120
|
+
* function.
|
|
121
|
+
*
|
|
122
|
+
* @param callback - Callback to handle list of records
|
|
123
|
+
*/
|
|
124
|
+
page(callback?: (error: Error | null, items: ConferencePage) => any): Promise<ConferencePage>;
|
|
125
|
+
/**
|
|
126
|
+
* Retrieve a single page of ConferenceInstance records from the API.
|
|
127
|
+
*
|
|
128
|
+
* The request is executed immediately.
|
|
129
|
+
*
|
|
130
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
131
|
+
* function.
|
|
132
|
+
*
|
|
133
|
+
* @param opts - Options for request
|
|
134
|
+
* @param callback - Callback to handle list of records
|
|
135
|
+
*/
|
|
136
|
+
page(opts?: ConferenceListInstancePageOptions, callback?: (error: Error | null, items: ConferencePage) => any): Promise<ConferencePage>;
|
|
137
|
+
/**
|
|
138
|
+
* Provide a user-friendly representation
|
|
139
|
+
*/
|
|
140
|
+
toJSON(): any;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* Options to pass to each
|
|
145
|
+
*
|
|
146
|
+
* @property callback -
|
|
147
|
+
* Function to process each record. If this and a positional
|
|
148
|
+
* callback are passed, this one will be used
|
|
149
|
+
* @property conferenceSid - The conference_sid
|
|
150
|
+
* @property createdAfter - The created_after
|
|
151
|
+
* @property createdBefore - The created_before
|
|
152
|
+
* @property detectedIssues - The detected_issues
|
|
153
|
+
* @property done - Function to be called upon completion of streaming
|
|
154
|
+
* @property endReason - The end_reason
|
|
155
|
+
* @property friendlyName - The friendly_name
|
|
156
|
+
* @property limit -
|
|
157
|
+
* Upper limit for the number of records to return.
|
|
158
|
+
* each() guarantees never to return more than limit.
|
|
159
|
+
* Default is no limit
|
|
160
|
+
* @property mixerRegion - The mixer_region
|
|
161
|
+
* @property pageSize -
|
|
162
|
+
* Number of records to fetch per request,
|
|
163
|
+
* when not set will use the default value of 50 records.
|
|
164
|
+
* If no pageSize is defined but a limit is defined,
|
|
165
|
+
* each() will attempt to read the limit with the most efficient
|
|
166
|
+
* page size, i.e. min(limit, 1000)
|
|
167
|
+
* @property status - The status
|
|
168
|
+
* @property subaccount - The subaccount
|
|
169
|
+
* @property tags - The tags
|
|
170
|
+
*/
|
|
171
|
+
interface ConferenceListInstanceEachOptions {
|
|
172
|
+
callback?: (item: ConferenceInstance, done: (err?: Error) => void) => void;
|
|
173
|
+
conferenceSid?: string;
|
|
174
|
+
createdAfter?: string;
|
|
175
|
+
createdBefore?: string;
|
|
176
|
+
detectedIssues?: string;
|
|
177
|
+
done?: Function;
|
|
178
|
+
endReason?: string;
|
|
179
|
+
friendlyName?: string;
|
|
180
|
+
limit?: number;
|
|
181
|
+
mixerRegion?: string;
|
|
182
|
+
pageSize?: number;
|
|
183
|
+
status?: string;
|
|
184
|
+
subaccount?: string;
|
|
185
|
+
tags?: string;
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
/**
|
|
189
|
+
* Options to pass to list
|
|
190
|
+
*
|
|
191
|
+
* @property conferenceSid - The conference_sid
|
|
192
|
+
* @property createdAfter - The created_after
|
|
193
|
+
* @property createdBefore - The created_before
|
|
194
|
+
* @property detectedIssues - The detected_issues
|
|
195
|
+
* @property endReason - The end_reason
|
|
196
|
+
* @property friendlyName - The friendly_name
|
|
197
|
+
* @property limit -
|
|
198
|
+
* Upper limit for the number of records to return.
|
|
199
|
+
* list() guarantees never to return more than limit.
|
|
200
|
+
* Default is no limit
|
|
201
|
+
* @property mixerRegion - The mixer_region
|
|
202
|
+
* @property pageSize -
|
|
203
|
+
* Number of records to fetch per request,
|
|
204
|
+
* when not set will use the default value of 50 records.
|
|
205
|
+
* If no page_size is defined but a limit is defined,
|
|
206
|
+
* list() will attempt to read the limit with the most
|
|
207
|
+
* efficient page size, i.e. min(limit, 1000)
|
|
208
|
+
* @property status - The status
|
|
209
|
+
* @property subaccount - The subaccount
|
|
210
|
+
* @property tags - The tags
|
|
211
|
+
*/
|
|
212
|
+
interface ConferenceListInstanceOptions {
|
|
213
|
+
conferenceSid?: string;
|
|
214
|
+
createdAfter?: string;
|
|
215
|
+
createdBefore?: string;
|
|
216
|
+
detectedIssues?: string;
|
|
217
|
+
endReason?: string;
|
|
218
|
+
friendlyName?: string;
|
|
219
|
+
limit?: number;
|
|
220
|
+
mixerRegion?: string;
|
|
221
|
+
pageSize?: number;
|
|
222
|
+
status?: string;
|
|
223
|
+
subaccount?: string;
|
|
224
|
+
tags?: string;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
/**
|
|
228
|
+
* Options to pass to page
|
|
229
|
+
*
|
|
230
|
+
* @property conferenceSid - The conference_sid
|
|
231
|
+
* @property createdAfter - The created_after
|
|
232
|
+
* @property createdBefore - The created_before
|
|
233
|
+
* @property detectedIssues - The detected_issues
|
|
234
|
+
* @property endReason - The end_reason
|
|
235
|
+
* @property friendlyName - The friendly_name
|
|
236
|
+
* @property mixerRegion - The mixer_region
|
|
237
|
+
* @property pageNumber - Page Number, this value is simply for client state
|
|
238
|
+
* @property pageSize - Number of records to return, defaults to 50
|
|
239
|
+
* @property pageToken - PageToken provided by the API
|
|
240
|
+
* @property status - The status
|
|
241
|
+
* @property subaccount - The subaccount
|
|
242
|
+
* @property tags - The tags
|
|
243
|
+
*/
|
|
244
|
+
interface ConferenceListInstancePageOptions {
|
|
245
|
+
conferenceSid?: string;
|
|
246
|
+
createdAfter?: string;
|
|
247
|
+
createdBefore?: string;
|
|
248
|
+
detectedIssues?: string;
|
|
249
|
+
endReason?: string;
|
|
250
|
+
friendlyName?: string;
|
|
251
|
+
mixerRegion?: string;
|
|
252
|
+
pageNumber?: number;
|
|
253
|
+
pageSize?: number;
|
|
254
|
+
pageToken?: string;
|
|
255
|
+
status?: string;
|
|
256
|
+
subaccount?: string;
|
|
257
|
+
tags?: string;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
interface ConferencePayload extends ConferenceResource, Page.TwilioResponsePayload {
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
interface ConferenceResource {
|
|
264
|
+
account_sid: string;
|
|
265
|
+
conference_sid: string;
|
|
266
|
+
connect_duration_seconds: number;
|
|
267
|
+
create_time: Date;
|
|
268
|
+
detected_issues: object;
|
|
269
|
+
duration_seconds: number;
|
|
270
|
+
end_reason: ConferenceConferenceEndReason;
|
|
271
|
+
end_time: Date;
|
|
272
|
+
ended_by: string;
|
|
273
|
+
friendly_name: string;
|
|
274
|
+
links: string;
|
|
275
|
+
max_concurrent_participants: number;
|
|
276
|
+
max_participants: number;
|
|
277
|
+
mixer_region: ConferenceRegion;
|
|
278
|
+
mixer_region_requested: ConferenceRegion;
|
|
279
|
+
recording_enabled: boolean;
|
|
280
|
+
start_time: Date;
|
|
281
|
+
status: ConferenceConferenceStatus;
|
|
282
|
+
tag_info: object;
|
|
283
|
+
tags: ConferenceTag[];
|
|
284
|
+
unique_participants: number;
|
|
285
|
+
url: string;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
interface ConferenceSolution {
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
declare class ConferenceContext {
|
|
293
|
+
/**
|
|
294
|
+
* Initialize the ConferenceContext
|
|
295
|
+
*
|
|
296
|
+
* @param version - Version of the resource
|
|
297
|
+
* @param conferenceSid - The conference_sid
|
|
298
|
+
*/
|
|
299
|
+
constructor(version: V1, conferenceSid: string);
|
|
300
|
+
|
|
301
|
+
conferenceParticipants: ConferenceParticipantListInstance;
|
|
302
|
+
/**
|
|
303
|
+
* fetch a ConferenceInstance
|
|
304
|
+
*
|
|
305
|
+
* @param callback - Callback to handle processed record
|
|
306
|
+
*/
|
|
307
|
+
fetch(callback?: (error: Error | null, items: ConferenceInstance) => any): Promise<ConferenceInstance>;
|
|
308
|
+
/**
|
|
309
|
+
* Provide a user-friendly representation
|
|
310
|
+
*/
|
|
311
|
+
toJSON(): any;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
declare class ConferenceInstance extends SerializableClass {
|
|
316
|
+
/**
|
|
317
|
+
* Initialize the ConferenceContext
|
|
318
|
+
*
|
|
319
|
+
* @param version - Version of the resource
|
|
320
|
+
* @param payload - The instance payload
|
|
321
|
+
* @param conferenceSid - The conference_sid
|
|
322
|
+
*/
|
|
323
|
+
constructor(version: V1, payload: ConferencePayload, conferenceSid: string);
|
|
324
|
+
|
|
325
|
+
private _proxy: ConferenceContext;
|
|
326
|
+
accountSid: string;
|
|
327
|
+
/**
|
|
328
|
+
* Access the conferenceParticipants
|
|
329
|
+
*/
|
|
330
|
+
conferenceParticipants(): ConferenceParticipantListInstance;
|
|
331
|
+
conferenceSid: string;
|
|
332
|
+
connectDurationSeconds: number;
|
|
333
|
+
createTime: Date;
|
|
334
|
+
detectedIssues: any;
|
|
335
|
+
durationSeconds: number;
|
|
336
|
+
endReason: ConferenceConferenceEndReason;
|
|
337
|
+
endTime: Date;
|
|
338
|
+
endedBy: string;
|
|
339
|
+
/**
|
|
340
|
+
* fetch a ConferenceInstance
|
|
341
|
+
*
|
|
342
|
+
* @param callback - Callback to handle processed record
|
|
343
|
+
*/
|
|
344
|
+
fetch(callback?: (error: Error | null, items: ConferenceInstance) => any): Promise<ConferenceInstance>;
|
|
345
|
+
friendlyName: string;
|
|
346
|
+
links: string;
|
|
347
|
+
maxConcurrentParticipants: number;
|
|
348
|
+
maxParticipants: number;
|
|
349
|
+
mixerRegion: ConferenceRegion;
|
|
350
|
+
mixerRegionRequested: ConferenceRegion;
|
|
351
|
+
recordingEnabled: boolean;
|
|
352
|
+
startTime: Date;
|
|
353
|
+
status: ConferenceConferenceStatus;
|
|
354
|
+
tagInfo: any;
|
|
355
|
+
tags: ConferenceTag[];
|
|
356
|
+
/**
|
|
357
|
+
* Provide a user-friendly representation
|
|
358
|
+
*/
|
|
359
|
+
toJSON(): any;
|
|
360
|
+
uniqueParticipants: number;
|
|
361
|
+
url: string;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
declare class ConferencePage extends Page<V1, ConferencePayload, ConferenceResource, ConferenceInstance> {
|
|
366
|
+
/**
|
|
367
|
+
* Initialize the ConferencePage
|
|
368
|
+
*
|
|
369
|
+
* @param version - Version of the resource
|
|
370
|
+
* @param response - Response from the API
|
|
371
|
+
* @param solution - Path solution
|
|
372
|
+
*/
|
|
373
|
+
constructor(version: V1, response: Response<string>, solution: ConferenceSolution);
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Build an instance of ConferenceInstance
|
|
377
|
+
*
|
|
378
|
+
* @param payload - Payload response from the API
|
|
379
|
+
*/
|
|
380
|
+
getInstance(payload: ConferencePayload): ConferenceInstance;
|
|
381
|
+
/**
|
|
382
|
+
* Provide a user-friendly representation
|
|
383
|
+
*/
|
|
384
|
+
toJSON(): any;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
export { ConferenceConferenceEndReason, ConferenceConferenceStatus, ConferenceContext, ConferenceInstance, ConferenceList, ConferenceListInstance, ConferenceListInstanceEachOptions, ConferenceListInstanceOptions, ConferenceListInstancePageOptions, ConferencePage, ConferencePayload, ConferenceRegion, ConferenceResource, ConferenceSolution, ConferenceTag }
|