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
|
@@ -158,6 +158,7 @@ interface MediaProcessorListInstance {
|
|
|
158
158
|
* @property extension - The Media Extension name or URL
|
|
159
159
|
* @property extensionContext - The Media Extension context
|
|
160
160
|
* @property extensionEnvironment - The Media Extension environment
|
|
161
|
+
* @property maxDuration - Maximum MediaProcessor duration in minutes
|
|
161
162
|
* @property statusCallback - The URL to send MediaProcessor event updates to your application
|
|
162
163
|
* @property statusCallbackMethod - The HTTP method Twilio should use to call the `status_callback` URL
|
|
163
164
|
*/
|
|
@@ -165,6 +166,7 @@ interface MediaProcessorListInstanceCreateOptions {
|
|
|
165
166
|
extension: string;
|
|
166
167
|
extensionContext: string;
|
|
167
168
|
extensionEnvironment?: object;
|
|
169
|
+
maxDuration?: number;
|
|
168
170
|
statusCallback?: string;
|
|
169
171
|
statusCallbackMethod?: string;
|
|
170
172
|
}
|
|
@@ -248,6 +250,7 @@ interface MediaProcessorResource {
|
|
|
248
250
|
ended_reason: string;
|
|
249
251
|
extension: string;
|
|
250
252
|
extension_context: string;
|
|
253
|
+
max_duration: number;
|
|
251
254
|
sid: string;
|
|
252
255
|
status: MediaProcessorStatus;
|
|
253
256
|
status_callback: string;
|
|
@@ -311,6 +314,7 @@ declare class MediaProcessorInstance extends SerializableClass {
|
|
|
311
314
|
* @param callback - Callback to handle processed record
|
|
312
315
|
*/
|
|
313
316
|
fetch(callback?: (error: Error | null, items: MediaProcessorInstance) => any): Promise<MediaProcessorInstance>;
|
|
317
|
+
maxDuration: number;
|
|
314
318
|
sid: string;
|
|
315
319
|
status: MediaProcessorStatus;
|
|
316
320
|
statusCallback: string;
|
|
@@ -66,6 +66,7 @@ MediaProcessorList = function MediaProcessorList(version) {
|
|
|
66
66
|
* The URL to send MediaProcessor event updates to your application
|
|
67
67
|
* @param {string} [opts.statusCallbackMethod] -
|
|
68
68
|
* The HTTP method Twilio should use to call the `status_callback` URL
|
|
69
|
+
* @param {number} [opts.maxDuration] - Maximum MediaProcessor duration in minutes
|
|
69
70
|
* @param {function} [callback] - Callback to handle processed record
|
|
70
71
|
*
|
|
71
72
|
* @returns {Promise} Resolves to processed MediaProcessorInstance
|
|
@@ -88,7 +89,8 @@ MediaProcessorList = function MediaProcessorList(version) {
|
|
|
88
89
|
'ExtensionContext': _.get(opts, 'extensionContext'),
|
|
89
90
|
'ExtensionEnvironment': serialize.object(_.get(opts, 'extensionEnvironment')),
|
|
90
91
|
'StatusCallback': _.get(opts, 'statusCallback'),
|
|
91
|
-
'StatusCallbackMethod': _.get(opts, 'statusCallbackMethod')
|
|
92
|
+
'StatusCallbackMethod': _.get(opts, 'statusCallbackMethod'),
|
|
93
|
+
'MaxDuration': _.get(opts, 'maxDuration')
|
|
92
94
|
});
|
|
93
95
|
|
|
94
96
|
var promise = this._version.create({uri: this._uri, method: 'POST', data: data});
|
|
@@ -194,6 +196,8 @@ MediaProcessorList = function MediaProcessorList(version) {
|
|
|
194
196
|
if (!done) {
|
|
195
197
|
currentPage++;
|
|
196
198
|
fetchNextPage(_.bind(page.nextPage, page));
|
|
199
|
+
} else {
|
|
200
|
+
onComplete();
|
|
197
201
|
}
|
|
198
202
|
});
|
|
199
203
|
|
|
@@ -483,6 +487,7 @@ MediaProcessorPage.prototype[util.inspect.custom] = function inspect(depth,
|
|
|
483
487
|
* The URL to which Twilio will send MediaProcessor event updates
|
|
484
488
|
* @property {string} statusCallbackMethod -
|
|
485
489
|
* The HTTP method Twilio should use to call the `status_callback` URL
|
|
490
|
+
* @property {number} maxDuration - Maximum MediaProcessor duration in minutes
|
|
486
491
|
*
|
|
487
492
|
* @param {V1} version - Version of the resource
|
|
488
493
|
* @param {MediaProcessorPayload} payload - The instance payload
|
|
@@ -505,6 +510,7 @@ MediaProcessorInstance = function MediaProcessorInstance(version, payload, sid)
|
|
|
505
510
|
this.endedReason = payload.ended_reason; // jshint ignore:line
|
|
506
511
|
this.statusCallback = payload.status_callback; // jshint ignore:line
|
|
507
512
|
this.statusCallbackMethod = payload.status_callback_method; // jshint ignore:line
|
|
513
|
+
this.maxDuration = deserialize.integer(payload.max_duration); // jshint ignore:line
|
|
508
514
|
|
|
509
515
|
// Context
|
|
510
516
|
this._context = undefined;
|
|
@@ -235,6 +235,7 @@ interface BrandRegistrationResource {
|
|
|
235
235
|
date_created: Date;
|
|
236
236
|
date_updated: Date;
|
|
237
237
|
failure_reason: string;
|
|
238
|
+
government_entity: boolean;
|
|
238
239
|
identity_status: BrandRegistrationIdentityStatus;
|
|
239
240
|
links: string;
|
|
240
241
|
mock: boolean;
|
|
@@ -274,6 +275,12 @@ declare class BrandRegistrationContext {
|
|
|
274
275
|
* Provide a user-friendly representation
|
|
275
276
|
*/
|
|
276
277
|
toJSON(): any;
|
|
278
|
+
/**
|
|
279
|
+
* update a BrandRegistrationInstance
|
|
280
|
+
*
|
|
281
|
+
* @param callback - Callback to handle processed record
|
|
282
|
+
*/
|
|
283
|
+
update(callback?: (error: Error | null, items: BrandRegistrationInstance) => any): Promise<BrandRegistrationInstance>;
|
|
277
284
|
}
|
|
278
285
|
|
|
279
286
|
|
|
@@ -310,6 +317,7 @@ declare class BrandRegistrationInstance extends SerializableClass {
|
|
|
310
317
|
* @param callback - Callback to handle processed record
|
|
311
318
|
*/
|
|
312
319
|
fetch(callback?: (error: Error | null, items: BrandRegistrationInstance) => any): Promise<BrandRegistrationInstance>;
|
|
320
|
+
governmentEntity: boolean;
|
|
313
321
|
identityStatus: BrandRegistrationIdentityStatus;
|
|
314
322
|
links: string;
|
|
315
323
|
mock: boolean;
|
|
@@ -323,6 +331,12 @@ declare class BrandRegistrationInstance extends SerializableClass {
|
|
|
323
331
|
* Provide a user-friendly representation
|
|
324
332
|
*/
|
|
325
333
|
toJSON(): any;
|
|
334
|
+
/**
|
|
335
|
+
* update a BrandRegistrationInstance
|
|
336
|
+
*
|
|
337
|
+
* @param callback - Callback to handle processed record
|
|
338
|
+
*/
|
|
339
|
+
update(callback?: (error: Error | null, items: BrandRegistrationInstance) => any): Promise<BrandRegistrationInstance>;
|
|
326
340
|
url: string;
|
|
327
341
|
}
|
|
328
342
|
|
|
@@ -140,6 +140,8 @@ BrandRegistrationList = function BrandRegistrationList(version) {
|
|
|
140
140
|
if (!done) {
|
|
141
141
|
currentPage++;
|
|
142
142
|
fetchNextPage(_.bind(page.nextPage, page));
|
|
143
|
+
} else {
|
|
144
|
+
onComplete();
|
|
143
145
|
}
|
|
144
146
|
});
|
|
145
147
|
|
|
@@ -490,6 +492,7 @@ BrandRegistrationPage.prototype[util.inspect.custom] = function inspect(depth,
|
|
|
490
492
|
* @property {brand_registration.brand_feedback} brandFeedback - Brand feedback
|
|
491
493
|
* @property {brand_registration.identity_status} identityStatus - Identity Status
|
|
492
494
|
* @property {boolean} russell3000 - Russell 3000
|
|
495
|
+
* @property {boolean} governmentEntity - Government Entity
|
|
493
496
|
* @property {string} taxExemptStatus - Tax Exempt Status
|
|
494
497
|
* @property {boolean} skipAutomaticSecVet - Skip Automatic Secondary Vetting
|
|
495
498
|
* @property {boolean} mock -
|
|
@@ -521,6 +524,7 @@ BrandRegistrationInstance = function BrandRegistrationInstance(version, payload,
|
|
|
521
524
|
this.brandFeedback = payload.brand_feedback; // jshint ignore:line
|
|
522
525
|
this.identityStatus = payload.identity_status; // jshint ignore:line
|
|
523
526
|
this.russell3000 = payload.russell_3000; // jshint ignore:line
|
|
527
|
+
this.governmentEntity = payload.government_entity; // jshint ignore:line
|
|
524
528
|
this.taxExemptStatus = payload.tax_exempt_status; // jshint ignore:line
|
|
525
529
|
this.skipAutomaticSecVet = payload.skip_automatic_sec_vet; // jshint ignore:line
|
|
526
530
|
this.mock = payload.mock; // jshint ignore:line
|
|
@@ -558,6 +562,22 @@ BrandRegistrationInstance.prototype.fetch = function fetch(callback) {
|
|
|
558
562
|
return this._proxy.fetch(callback);
|
|
559
563
|
};
|
|
560
564
|
|
|
565
|
+
/* jshint ignore:start */
|
|
566
|
+
/**
|
|
567
|
+
* update a BrandRegistrationInstance
|
|
568
|
+
*
|
|
569
|
+
* @function update
|
|
570
|
+
* @memberof Twilio.Messaging.V1.BrandRegistrationInstance#
|
|
571
|
+
*
|
|
572
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
573
|
+
*
|
|
574
|
+
* @returns {Promise} Resolves to processed BrandRegistrationInstance
|
|
575
|
+
*/
|
|
576
|
+
/* jshint ignore:end */
|
|
577
|
+
BrandRegistrationInstance.prototype.update = function update(callback) {
|
|
578
|
+
return this._proxy.update(callback);
|
|
579
|
+
};
|
|
580
|
+
|
|
561
581
|
/* jshint ignore:start */
|
|
562
582
|
/**
|
|
563
583
|
* Access the brandVettings
|
|
@@ -656,6 +676,37 @@ BrandRegistrationContext.prototype.fetch = function fetch(callback) {
|
|
|
656
676
|
return deferred.promise;
|
|
657
677
|
};
|
|
658
678
|
|
|
679
|
+
/* jshint ignore:start */
|
|
680
|
+
/**
|
|
681
|
+
* update a BrandRegistrationInstance
|
|
682
|
+
*
|
|
683
|
+
* @function update
|
|
684
|
+
* @memberof Twilio.Messaging.V1.BrandRegistrationContext#
|
|
685
|
+
*
|
|
686
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
687
|
+
*
|
|
688
|
+
* @returns {Promise} Resolves to processed BrandRegistrationInstance
|
|
689
|
+
*/
|
|
690
|
+
/* jshint ignore:end */
|
|
691
|
+
BrandRegistrationContext.prototype.update = function update(callback) {
|
|
692
|
+
var deferred = Q.defer();
|
|
693
|
+
var promise = this._version.update({uri: this._uri, method: 'POST'});
|
|
694
|
+
|
|
695
|
+
promise = promise.then(function(payload) {
|
|
696
|
+
deferred.resolve(new BrandRegistrationInstance(this._version, payload, this._solution.sid));
|
|
697
|
+
}.bind(this));
|
|
698
|
+
|
|
699
|
+
promise.catch(function(error) {
|
|
700
|
+
deferred.reject(error);
|
|
701
|
+
});
|
|
702
|
+
|
|
703
|
+
if (_.isFunction(callback)) {
|
|
704
|
+
deferred.promise.nodeify(callback);
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
return deferred.promise;
|
|
708
|
+
};
|
|
709
|
+
|
|
659
710
|
Object.defineProperty(BrandRegistrationContext.prototype,
|
|
660
711
|
'brandVettings', {
|
|
661
712
|
get: function() {
|
|
@@ -39,6 +39,102 @@ interface BundleCopyListInstance {
|
|
|
39
39
|
* @param callback - Callback to handle processed record
|
|
40
40
|
*/
|
|
41
41
|
create(opts?: BundleCopyListInstanceCreateOptions, callback?: (error: Error | null, item: BundleCopyInstance) => any): Promise<BundleCopyInstance>;
|
|
42
|
+
/**
|
|
43
|
+
* Streams BundleCopyInstance records from the API.
|
|
44
|
+
*
|
|
45
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
46
|
+
* is reached.
|
|
47
|
+
*
|
|
48
|
+
* The results are passed into the callback function, so this operation is memory
|
|
49
|
+
* efficient.
|
|
50
|
+
*
|
|
51
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
52
|
+
* function.
|
|
53
|
+
*
|
|
54
|
+
* @param callback - Function to process each record
|
|
55
|
+
*/
|
|
56
|
+
each(callback?: (item: BundleCopyInstance, done: (err?: Error) => void) => void): void;
|
|
57
|
+
/**
|
|
58
|
+
* Streams BundleCopyInstance records from the API.
|
|
59
|
+
*
|
|
60
|
+
* This operation lazily loads records as efficiently as possible until the limit
|
|
61
|
+
* is reached.
|
|
62
|
+
*
|
|
63
|
+
* The results are passed into the callback function, so this operation is memory
|
|
64
|
+
* efficient.
|
|
65
|
+
*
|
|
66
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
67
|
+
* function.
|
|
68
|
+
*
|
|
69
|
+
* @param opts - Options for request
|
|
70
|
+
* @param callback - Function to process each record
|
|
71
|
+
*/
|
|
72
|
+
each(opts?: BundleCopyListInstanceEachOptions, callback?: (item: BundleCopyInstance, done: (err?: Error) => void) => void): void;
|
|
73
|
+
/**
|
|
74
|
+
* Retrieve a single target page of BundleCopyInstance records from the API.
|
|
75
|
+
*
|
|
76
|
+
* The request is executed immediately.
|
|
77
|
+
*
|
|
78
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
79
|
+
* function.
|
|
80
|
+
*
|
|
81
|
+
* @param callback - Callback to handle list of records
|
|
82
|
+
*/
|
|
83
|
+
getPage(callback?: (error: Error | null, items: BundleCopyPage) => any): Promise<BundleCopyPage>;
|
|
84
|
+
/**
|
|
85
|
+
* Retrieve a single target page of BundleCopyInstance records from the API.
|
|
86
|
+
*
|
|
87
|
+
* The request is executed immediately.
|
|
88
|
+
*
|
|
89
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
90
|
+
* function.
|
|
91
|
+
*
|
|
92
|
+
* @param targetUrl - API-generated URL for the requested results page
|
|
93
|
+
* @param callback - Callback to handle list of records
|
|
94
|
+
*/
|
|
95
|
+
getPage(targetUrl?: string, callback?: (error: Error | null, items: BundleCopyPage) => any): Promise<BundleCopyPage>;
|
|
96
|
+
/**
|
|
97
|
+
* Lists BundleCopyInstance records from the API as a list.
|
|
98
|
+
*
|
|
99
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
100
|
+
* function.
|
|
101
|
+
*
|
|
102
|
+
* @param callback - Callback to handle list of records
|
|
103
|
+
*/
|
|
104
|
+
list(callback?: (error: Error | null, items: BundleCopyInstance[]) => any): Promise<BundleCopyInstance[]>;
|
|
105
|
+
/**
|
|
106
|
+
* Lists BundleCopyInstance records from the API as a list.
|
|
107
|
+
*
|
|
108
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
109
|
+
* function.
|
|
110
|
+
*
|
|
111
|
+
* @param opts - Options for request
|
|
112
|
+
* @param callback - Callback to handle list of records
|
|
113
|
+
*/
|
|
114
|
+
list(opts?: BundleCopyListInstanceOptions, callback?: (error: Error | null, items: BundleCopyInstance[]) => any): Promise<BundleCopyInstance[]>;
|
|
115
|
+
/**
|
|
116
|
+
* Retrieve a single page of BundleCopyInstance records from the API.
|
|
117
|
+
*
|
|
118
|
+
* The request is executed immediately.
|
|
119
|
+
*
|
|
120
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
121
|
+
* function.
|
|
122
|
+
*
|
|
123
|
+
* @param callback - Callback to handle list of records
|
|
124
|
+
*/
|
|
125
|
+
page(callback?: (error: Error | null, items: BundleCopyPage) => any): Promise<BundleCopyPage>;
|
|
126
|
+
/**
|
|
127
|
+
* Retrieve a single page of BundleCopyInstance records from the API.
|
|
128
|
+
*
|
|
129
|
+
* The request is executed immediately.
|
|
130
|
+
*
|
|
131
|
+
* If a function is passed as the first argument, it will be used as the callback
|
|
132
|
+
* function.
|
|
133
|
+
*
|
|
134
|
+
* @param opts - Options for request
|
|
135
|
+
* @param callback - Callback to handle list of records
|
|
136
|
+
*/
|
|
137
|
+
page(opts?: BundleCopyListInstancePageOptions, callback?: (error: Error | null, items: BundleCopyPage) => any): Promise<BundleCopyPage>;
|
|
42
138
|
/**
|
|
43
139
|
* Provide a user-friendly representation
|
|
44
140
|
*/
|
|
@@ -54,6 +150,63 @@ interface BundleCopyListInstanceCreateOptions {
|
|
|
54
150
|
friendlyName?: string;
|
|
55
151
|
}
|
|
56
152
|
|
|
153
|
+
/**
|
|
154
|
+
* Options to pass to each
|
|
155
|
+
*
|
|
156
|
+
* @property callback -
|
|
157
|
+
* Function to process each record. If this and a positional
|
|
158
|
+
* callback are passed, this one will be used
|
|
159
|
+
* @property done - Function to be called upon completion of streaming
|
|
160
|
+
* @property limit -
|
|
161
|
+
* Upper limit for the number of records to return.
|
|
162
|
+
* each() guarantees never to return more than limit.
|
|
163
|
+
* Default is no limit
|
|
164
|
+
* @property pageSize -
|
|
165
|
+
* Number of records to fetch per request,
|
|
166
|
+
* when not set will use the default value of 50 records.
|
|
167
|
+
* If no pageSize is defined but a limit is defined,
|
|
168
|
+
* each() will attempt to read the limit with the most efficient
|
|
169
|
+
* page size, i.e. min(limit, 1000)
|
|
170
|
+
*/
|
|
171
|
+
interface BundleCopyListInstanceEachOptions {
|
|
172
|
+
callback?: (item: BundleCopyInstance, done: (err?: Error) => void) => void;
|
|
173
|
+
done?: Function;
|
|
174
|
+
limit?: number;
|
|
175
|
+
pageSize?: number;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
/**
|
|
179
|
+
* Options to pass to list
|
|
180
|
+
*
|
|
181
|
+
* @property 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
|
+
* @property 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
|
+
*/
|
|
192
|
+
interface BundleCopyListInstanceOptions {
|
|
193
|
+
limit?: number;
|
|
194
|
+
pageSize?: number;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Options to pass to page
|
|
199
|
+
*
|
|
200
|
+
* @property pageNumber - Page Number, this value is simply for client state
|
|
201
|
+
* @property pageSize - Number of records to return, defaults to 50
|
|
202
|
+
* @property pageToken - PageToken provided by the API
|
|
203
|
+
*/
|
|
204
|
+
interface BundleCopyListInstancePageOptions {
|
|
205
|
+
pageNumber?: number;
|
|
206
|
+
pageSize?: number;
|
|
207
|
+
pageToken?: string;
|
|
208
|
+
}
|
|
209
|
+
|
|
57
210
|
interface BundleCopyPayload extends BundleCopyResource, Page.TwilioResponsePayload {
|
|
58
211
|
}
|
|
59
212
|
|
|
@@ -130,4 +283,4 @@ declare class BundleCopyPage extends Page<V2, BundleCopyPayload, BundleCopyResou
|
|
|
130
283
|
toJSON(): any;
|
|
131
284
|
}
|
|
132
285
|
|
|
133
|
-
export { BundleCopyEndUserType, BundleCopyInstance, BundleCopyList, BundleCopyListInstance, BundleCopyListInstanceCreateOptions, BundleCopyPage, BundleCopyPayload, BundleCopyResource, BundleCopySolution, BundleCopyStatus }
|
|
286
|
+
export { BundleCopyEndUserType, BundleCopyInstance, BundleCopyList, BundleCopyListInstance, BundleCopyListInstanceCreateOptions, BundleCopyListInstanceEachOptions, BundleCopyListInstanceOptions, BundleCopyListInstancePageOptions, BundleCopyPage, BundleCopyPayload, BundleCopyResource, BundleCopySolution, BundleCopyStatus }
|