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
package/CHANGES.md
CHANGED
|
@@ -1,6 +1,97 @@
|
|
|
1
1
|
twilio-node changelog
|
|
2
2
|
=====================
|
|
3
3
|
|
|
4
|
+
[2022-01-26] Version 3.73.1
|
|
5
|
+
---------------------------
|
|
6
|
+
**Library - Chore**
|
|
7
|
+
- [PR #727](https://github.com/twilio/twilio-node/pull/727): run audit only on non dev dependencies. Thanks to [@shwetha-manvinkurke](https://github.com/shwetha-manvinkurke)!
|
|
8
|
+
|
|
9
|
+
**Insights**
|
|
10
|
+
- Added new endpoint to fetch Conference Participant Summary
|
|
11
|
+
- Added new endpoint to fetch Conference Summary
|
|
12
|
+
|
|
13
|
+
**Messaging**
|
|
14
|
+
- Add government_entity parameter to brand apis
|
|
15
|
+
|
|
16
|
+
**Verify**
|
|
17
|
+
- Add Access Token fetch endpoint to retrieve a previously created token.
|
|
18
|
+
- Add Access Token payload to the Access Token creation endpoint, including a unique Sid, so it's addressable while it's TTL is valid.
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
[2022-01-12] Version 3.73.0
|
|
22
|
+
---------------------------
|
|
23
|
+
**Library - Chore**
|
|
24
|
+
- [PR #721](https://github.com/twilio/twilio-node/pull/721): add sonarcloud analysis for twilio-node. Thanks to [@beebzz](https://github.com/beebzz)!
|
|
25
|
+
|
|
26
|
+
**Library - Feature**
|
|
27
|
+
- [PR #720](https://github.com/twilio/twilio-node/pull/720): add GitHub release step during deploy. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
|
|
28
|
+
|
|
29
|
+
**Library - Fix**
|
|
30
|
+
- [PR #716](https://github.com/twilio/twilio-node/pull/716): done callback execution when each method limit reached. Thanks to [@Hunga1](https://github.com/Hunga1)!
|
|
31
|
+
|
|
32
|
+
**Api**
|
|
33
|
+
- Make fixed time scheduling parameters public **(breaking change)**
|
|
34
|
+
|
|
35
|
+
**Messaging**
|
|
36
|
+
- Add update brand registration API
|
|
37
|
+
|
|
38
|
+
**Numbers**
|
|
39
|
+
- Add API endpoint for List Bundle Copies resource
|
|
40
|
+
|
|
41
|
+
**Video**
|
|
42
|
+
- Enable external storage for all customers
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
[2021-12-15] Version 3.72.0
|
|
46
|
+
---------------------------
|
|
47
|
+
**Library - Feature**
|
|
48
|
+
- [PR #712](https://github.com/twilio/twilio-node/pull/712): run tests before deploying. Thanks to [@childish-sambino](https://github.com/childish-sambino)!
|
|
49
|
+
|
|
50
|
+
**Api**
|
|
51
|
+
- Add optional boolean send_as_mms parameter to the create action of Message resource **(breaking change)**
|
|
52
|
+
- Change team ownership for `call` delete
|
|
53
|
+
|
|
54
|
+
**Conversations**
|
|
55
|
+
- Change wording for `Service Webhook Configuration` resource fields
|
|
56
|
+
|
|
57
|
+
**Insights**
|
|
58
|
+
- Added new APIs for updating and getting voice insights flags by accountSid.
|
|
59
|
+
|
|
60
|
+
**Media**
|
|
61
|
+
- Add max_duration param to MediaProcessor
|
|
62
|
+
|
|
63
|
+
**Video**
|
|
64
|
+
- Add `EmptyRoomTimeout` and `UnusedRoomTimeout` properties to a room; add corresponding parameters to room creation
|
|
65
|
+
|
|
66
|
+
**Voice**
|
|
67
|
+
- Add endpoint to delete archived Calls
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
[2021-12-01] Version 3.71.3
|
|
71
|
+
---------------------------
|
|
72
|
+
**Conversations**
|
|
73
|
+
- Add `Service Webhook Configuration` resource
|
|
74
|
+
|
|
75
|
+
**Flex**
|
|
76
|
+
- Adding `flex_insights_drilldown` and `flex_url` objects to Flex Configuration
|
|
77
|
+
|
|
78
|
+
**Messaging**
|
|
79
|
+
- Update us_app_to_person endpoints to remove beta feature flag based access
|
|
80
|
+
|
|
81
|
+
**Supersim**
|
|
82
|
+
- Add IP Commands resource
|
|
83
|
+
|
|
84
|
+
**Verify**
|
|
85
|
+
- Add optional `factor_friendly_name` parameter to the create access token endpoint.
|
|
86
|
+
|
|
87
|
+
**Video**
|
|
88
|
+
- Add maxParticipantDuration param to Rooms
|
|
89
|
+
|
|
90
|
+
**Twiml**
|
|
91
|
+
- Unrevert Add supported SSML children to `<emphasis>`, `<lang>`, `<p>`, `<prosody>`, `<s>`, and `<w>`.
|
|
92
|
+
- Revert Add supported SSML children to `<emphasis>`, `<lang>`, `<p>`, `<prosody>`, `<s>`, and `<w>`.
|
|
93
|
+
|
|
94
|
+
|
|
4
95
|
[2021-11-17] Version 3.71.2
|
|
5
96
|
---------------------------
|
|
6
97
|
**Library - Fix**
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://nodei.co/npm/twilio/)
|
|
4
4
|
|
|
5
|
-
[](https://github.com/twilio/twilio-node/actions/workflows/test.yml)
|
|
5
|
+
[](https://github.com/twilio/twilio-node/actions/workflows/test-and-deploy.yml)
|
|
6
6
|
[](https://twil.io/learn-open-source)
|
|
7
7
|
|
|
8
8
|
**The default branch name for this repository has been changed to `main` as of 07/27/2020.**
|
package/lib/rest/Insights.d.ts
CHANGED
|
@@ -10,7 +10,9 @@ import Twilio = require('./Twilio');
|
|
|
10
10
|
import V1 = require('./insights/V1');
|
|
11
11
|
import { CallListInstance } from './insights/v1/call';
|
|
12
12
|
import { CallSummariesListInstance } from './insights/v1/callSummaries';
|
|
13
|
+
import { ConferenceListInstance } from './insights/v1/conference';
|
|
13
14
|
import { RoomListInstance } from './insights/v1/room';
|
|
15
|
+
import { SettingListInstance } from './insights/v1/setting';
|
|
14
16
|
|
|
15
17
|
|
|
16
18
|
declare class Insights extends Domain {
|
|
@@ -23,7 +25,9 @@ declare class Insights extends Domain {
|
|
|
23
25
|
|
|
24
26
|
readonly callSummaries: CallSummariesListInstance;
|
|
25
27
|
readonly calls: CallListInstance;
|
|
28
|
+
readonly conferences: ConferenceListInstance;
|
|
26
29
|
readonly rooms: RoomListInstance;
|
|
30
|
+
readonly settings: SettingListInstance;
|
|
27
31
|
readonly v1: V1;
|
|
28
32
|
}
|
|
29
33
|
|
package/lib/rest/Insights.js
CHANGED
|
@@ -21,9 +21,11 @@ var V1 = require('./insights/V1'); /* jshint ignore:line */
|
|
|
21
21
|
* @constructor Twilio.Insights
|
|
22
22
|
*
|
|
23
23
|
* @property {Twilio.Insights.V1} v1 - v1 version
|
|
24
|
+
* @property {Twilio.Insights.V1.SettingList} settings - settings resource
|
|
24
25
|
* @property {Twilio.Insights.V1.CallList} calls - calls resource
|
|
25
26
|
* @property {Twilio.Insights.V1.CallSummariesList} callSummaries -
|
|
26
27
|
* callSummaries resource
|
|
28
|
+
* @property {Twilio.Insights.V1.ConferenceList} conferences - conferences resource
|
|
27
29
|
* @property {Twilio.Insights.V1.RoomList} rooms - rooms resource
|
|
28
30
|
*
|
|
29
31
|
* @param {Twilio} twilio - The twilio client
|
|
@@ -47,6 +49,13 @@ Object.defineProperty(Insights.prototype,
|
|
|
47
49
|
}
|
|
48
50
|
});
|
|
49
51
|
|
|
52
|
+
Object.defineProperty(Insights.prototype,
|
|
53
|
+
'settings', {
|
|
54
|
+
get: function() {
|
|
55
|
+
return this.v1.settings;
|
|
56
|
+
}
|
|
57
|
+
});
|
|
58
|
+
|
|
50
59
|
Object.defineProperty(Insights.prototype,
|
|
51
60
|
'calls', {
|
|
52
61
|
get: function() {
|
|
@@ -61,6 +70,13 @@ Object.defineProperty(Insights.prototype,
|
|
|
61
70
|
}
|
|
62
71
|
});
|
|
63
72
|
|
|
73
|
+
Object.defineProperty(Insights.prototype,
|
|
74
|
+
'conferences', {
|
|
75
|
+
get: function() {
|
|
76
|
+
return this.v1.conferences;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
|
|
64
80
|
Object.defineProperty(Insights.prototype,
|
|
65
81
|
'rooms', {
|
|
66
82
|
get: function() {
|
package/lib/rest/Supersim.d.ts
CHANGED
|
@@ -9,7 +9,9 @@ import Domain = require('../base/Domain');
|
|
|
9
9
|
import Twilio = require('./Twilio');
|
|
10
10
|
import V1 = require('./supersim/V1');
|
|
11
11
|
import { CommandListInstance } from './supersim/v1/command';
|
|
12
|
+
import { EsimProfileListInstance } from './supersim/v1/esimProfile';
|
|
12
13
|
import { FleetListInstance } from './supersim/v1/fleet';
|
|
14
|
+
import { IpCommandListInstance } from './supersim/v1/ipCommand';
|
|
13
15
|
import { NetworkAccessProfileListInstance } from './supersim/v1/networkAccessProfile';
|
|
14
16
|
import { NetworkListInstance } from './supersim/v1/network';
|
|
15
17
|
import { SimListInstance } from './supersim/v1/sim';
|
|
@@ -26,7 +28,9 @@ declare class Supersim extends Domain {
|
|
|
26
28
|
constructor(twilio: Twilio);
|
|
27
29
|
|
|
28
30
|
readonly commands: CommandListInstance;
|
|
31
|
+
readonly esimProfiles: EsimProfileListInstance;
|
|
29
32
|
readonly fleets: FleetListInstance;
|
|
33
|
+
readonly ipCommands: IpCommandListInstance;
|
|
30
34
|
readonly networkAccessProfiles: NetworkAccessProfileListInstance;
|
|
31
35
|
readonly networks: NetworkListInstance;
|
|
32
36
|
readonly sims: SimListInstance;
|
package/lib/rest/Supersim.js
CHANGED
|
@@ -22,7 +22,10 @@ var V1 = require('./supersim/V1'); /* jshint ignore:line */
|
|
|
22
22
|
*
|
|
23
23
|
* @property {Twilio.Supersim.V1} v1 - v1 version
|
|
24
24
|
* @property {Twilio.Supersim.V1.CommandList} commands - commands resource
|
|
25
|
+
* @property {Twilio.Supersim.V1.EsimProfileList} esimProfiles -
|
|
26
|
+
* esimProfiles resource
|
|
25
27
|
* @property {Twilio.Supersim.V1.FleetList} fleets - fleets resource
|
|
28
|
+
* @property {Twilio.Supersim.V1.IpCommandList} ipCommands - ipCommands resource
|
|
26
29
|
* @property {Twilio.Supersim.V1.NetworkList} networks - networks resource
|
|
27
30
|
* @property {Twilio.Supersim.V1.NetworkAccessProfileList} networkAccessProfiles -
|
|
28
31
|
* networkAccessProfiles resource
|
|
@@ -59,6 +62,13 @@ Object.defineProperty(Supersim.prototype,
|
|
|
59
62
|
}
|
|
60
63
|
});
|
|
61
64
|
|
|
65
|
+
Object.defineProperty(Supersim.prototype,
|
|
66
|
+
'esimProfiles', {
|
|
67
|
+
get: function() {
|
|
68
|
+
return this.v1.esimProfiles;
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
62
72
|
Object.defineProperty(Supersim.prototype,
|
|
63
73
|
'fleets', {
|
|
64
74
|
get: function() {
|
|
@@ -66,6 +76,13 @@ Object.defineProperty(Supersim.prototype,
|
|
|
66
76
|
}
|
|
67
77
|
});
|
|
68
78
|
|
|
79
|
+
Object.defineProperty(Supersim.prototype,
|
|
80
|
+
'ipCommands', {
|
|
81
|
+
get: function() {
|
|
82
|
+
return this.v1.ipCommands;
|
|
83
|
+
}
|
|
84
|
+
});
|
|
85
|
+
|
|
69
86
|
Object.defineProperty(Supersim.prototype,
|
|
70
87
|
'networks', {
|
|
71
88
|
get: function() {
|
package/lib/rest/Voice.d.ts
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
import Domain = require('../base/Domain');
|
|
9
9
|
import Twilio = require('./Twilio');
|
|
10
10
|
import V1 = require('./voice/V1');
|
|
11
|
+
import { ArchivedCallListInstance } from './voice/v1/archivedCall';
|
|
11
12
|
import { ByocTrunkListInstance } from './voice/v1/byocTrunk';
|
|
12
13
|
import { ConnectionPolicyListInstance } from './voice/v1/connectionPolicy';
|
|
13
14
|
import { DialingPermissionsListInstance } from './voice/v1/dialingPermissions';
|
|
@@ -23,6 +24,7 @@ declare class Voice extends Domain {
|
|
|
23
24
|
*/
|
|
24
25
|
constructor(twilio: Twilio);
|
|
25
26
|
|
|
27
|
+
readonly archivedCalls: ArchivedCallListInstance;
|
|
26
28
|
readonly byocTrunks: ByocTrunkListInstance;
|
|
27
29
|
readonly connectionPolicies: ConnectionPolicyListInstance;
|
|
28
30
|
readonly dialingPermissions: DialingPermissionsListInstance;
|
package/lib/rest/Voice.js
CHANGED
|
@@ -21,6 +21,8 @@ var V1 = require('./voice/V1'); /* jshint ignore:line */
|
|
|
21
21
|
* @constructor Twilio.Voice
|
|
22
22
|
*
|
|
23
23
|
* @property {Twilio.Voice.V1} v1 - v1 version
|
|
24
|
+
* @property {Twilio.Voice.V1.ArchivedCallList} archivedCalls -
|
|
25
|
+
* archivedCalls resource
|
|
24
26
|
* @property {Twilio.Voice.V1.ByocTrunkList} byocTrunks - byocTrunks resource
|
|
25
27
|
* @property {Twilio.Voice.V1.ConnectionPolicyList} connectionPolicies -
|
|
26
28
|
* connectionPolicies resource
|
|
@@ -51,6 +53,13 @@ Object.defineProperty(Voice.prototype,
|
|
|
51
53
|
}
|
|
52
54
|
});
|
|
53
55
|
|
|
56
|
+
Object.defineProperty(Voice.prototype,
|
|
57
|
+
'archivedCalls', {
|
|
58
|
+
get: function() {
|
|
59
|
+
return this.v1.archivedCalls;
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
54
63
|
Object.defineProperty(Voice.prototype,
|
|
55
64
|
'byocTrunks', {
|
|
56
65
|
get: function() {
|
|
@@ -20,7 +20,7 @@ type MessageContentRetention = 'retain';
|
|
|
20
20
|
|
|
21
21
|
type MessageDirection = 'inbound'|'outbound-api'|'outbound-call'|'outbound-reply';
|
|
22
22
|
|
|
23
|
-
type MessageScheduleType = 'fixed'
|
|
23
|
+
type MessageScheduleType = 'fixed';
|
|
24
24
|
|
|
25
25
|
type MessageStatus = 'queued'|'sending'|'sent'|'failed'|'delivered'|'undelivered'|'receiving'|'received'|'accepted'|'scheduled'|'read'|'partially_delivered'|'canceled';
|
|
26
26
|
|
|
@@ -40,9 +40,11 @@ declare function MessageList(version: V2010, accountSid: string): MessageListIns
|
|
|
40
40
|
* Options to pass to update
|
|
41
41
|
*
|
|
42
42
|
* @property body - The text of the message you want to send
|
|
43
|
+
* @property status - Set as `canceled` to cancel a message from being sent.
|
|
43
44
|
*/
|
|
44
45
|
interface MessageInstanceUpdateOptions {
|
|
45
46
|
body?: string;
|
|
47
|
+
status?: MessageUpdateStatus;
|
|
46
48
|
}
|
|
47
49
|
|
|
48
50
|
interface MessageListInstance {
|
|
@@ -180,6 +182,9 @@ interface MessageListInstance {
|
|
|
180
182
|
* @property messagingServiceSid - The SID of the Messaging Service you want to associate with the message.
|
|
181
183
|
* @property persistentAction - Rich actions for Channels Messages.
|
|
182
184
|
* @property provideFeedback - Whether to confirm delivery of the message
|
|
185
|
+
* @property scheduleType - Pass the value `fixed` to schedule a message at a fixed time.
|
|
186
|
+
* @property sendAsMms - If set to True, Twilio will deliver the message as a single MMS message, regardless of the presence of media
|
|
187
|
+
* @property sendAt - The time that Twilio will send the message. Must be in ISO 8601 format.
|
|
183
188
|
* @property smartEncoded - Whether to detect Unicode characters that have a similar GSM-7 character and replace them
|
|
184
189
|
* @property statusCallback - The URL we should call to send status information to your application
|
|
185
190
|
* @property to - The destination phone number
|
|
@@ -198,6 +203,9 @@ interface MessageListInstanceCreateOptions {
|
|
|
198
203
|
messagingServiceSid?: string;
|
|
199
204
|
persistentAction?: string | string[];
|
|
200
205
|
provideFeedback?: boolean;
|
|
206
|
+
scheduleType?: MessageScheduleType;
|
|
207
|
+
sendAsMms?: boolean;
|
|
208
|
+
sendAt?: Date;
|
|
201
209
|
smartEncoded?: boolean;
|
|
202
210
|
statusCallback?: string;
|
|
203
211
|
to: string;
|