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,400 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/* jshint ignore:start */
|
|
4
|
+
/**
|
|
5
|
+
* This code was generated by
|
|
6
|
+
* \ / _ _ _| _ _
|
|
7
|
+
* | (_)\/(_)(_|\/| |(/_ v1.0.0
|
|
8
|
+
* / /
|
|
9
|
+
*/
|
|
10
|
+
/* jshint ignore:end */
|
|
11
|
+
|
|
12
|
+
var Q = require('q'); /* jshint ignore:line */
|
|
13
|
+
var _ = require('lodash'); /* jshint ignore:line */
|
|
14
|
+
var util = require('util'); /* jshint ignore:line */
|
|
15
|
+
var Page = require('../../../../../base/Page'); /* jshint ignore:line */
|
|
16
|
+
var serialize = require(
|
|
17
|
+
'../../../../../base/serialize'); /* jshint ignore:line */
|
|
18
|
+
var values = require('../../../../../base/values'); /* jshint ignore:line */
|
|
19
|
+
|
|
20
|
+
var WebhookList;
|
|
21
|
+
var WebhookPage;
|
|
22
|
+
var WebhookInstance;
|
|
23
|
+
var WebhookContext;
|
|
24
|
+
|
|
25
|
+
/* jshint ignore:start */
|
|
26
|
+
/**
|
|
27
|
+
* Initialize the WebhookList
|
|
28
|
+
*
|
|
29
|
+
* @constructor Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookList
|
|
30
|
+
*
|
|
31
|
+
* @param {Twilio.Conversations.V1} version - Version of the resource
|
|
32
|
+
* @param {string} chatServiceSid - The unique string that identifies the resource
|
|
33
|
+
*/
|
|
34
|
+
/* jshint ignore:end */
|
|
35
|
+
WebhookList = function WebhookList(version, chatServiceSid) {
|
|
36
|
+
/* jshint ignore:start */
|
|
37
|
+
/**
|
|
38
|
+
* @function webhooks
|
|
39
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext#
|
|
40
|
+
*
|
|
41
|
+
* @param {string} sid - sid of instance
|
|
42
|
+
*
|
|
43
|
+
* @returns {Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext}
|
|
44
|
+
*/
|
|
45
|
+
/* jshint ignore:end */
|
|
46
|
+
function WebhookListInstance(sid) {
|
|
47
|
+
return WebhookListInstance.get(sid);
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
WebhookListInstance._version = version;
|
|
51
|
+
// Path Solution
|
|
52
|
+
WebhookListInstance._solution = {chatServiceSid: chatServiceSid};
|
|
53
|
+
/* jshint ignore:start */
|
|
54
|
+
/**
|
|
55
|
+
* Constructs a webhook
|
|
56
|
+
*
|
|
57
|
+
* @function get
|
|
58
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookList#
|
|
59
|
+
*
|
|
60
|
+
* @returns {Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext}
|
|
61
|
+
*/
|
|
62
|
+
/* jshint ignore:end */
|
|
63
|
+
WebhookListInstance.get = function get() {
|
|
64
|
+
return new WebhookContext(this._version, this._solution.chatServiceSid);
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
/* jshint ignore:start */
|
|
68
|
+
/**
|
|
69
|
+
* Provide a user-friendly representation
|
|
70
|
+
*
|
|
71
|
+
* @function toJSON
|
|
72
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookList#
|
|
73
|
+
*
|
|
74
|
+
* @returns Object
|
|
75
|
+
*/
|
|
76
|
+
/* jshint ignore:end */
|
|
77
|
+
WebhookListInstance.toJSON = function toJSON() {
|
|
78
|
+
return this._solution;
|
|
79
|
+
};
|
|
80
|
+
|
|
81
|
+
WebhookListInstance[util.inspect.custom] = function inspect(depth, options) {
|
|
82
|
+
return util.inspect(this.toJSON(), options);
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
return WebhookListInstance;
|
|
86
|
+
};
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
/* jshint ignore:start */
|
|
90
|
+
/**
|
|
91
|
+
* Initialize the WebhookPage
|
|
92
|
+
*
|
|
93
|
+
* @constructor Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookPage
|
|
94
|
+
*
|
|
95
|
+
* @param {V1} version - Version of the resource
|
|
96
|
+
* @param {Response<string>} response - Response from the API
|
|
97
|
+
* @param {WebhookSolution} solution - Path solution
|
|
98
|
+
*
|
|
99
|
+
* @returns WebhookPage
|
|
100
|
+
*/
|
|
101
|
+
/* jshint ignore:end */
|
|
102
|
+
WebhookPage = function WebhookPage(version, response, solution) {
|
|
103
|
+
// Path Solution
|
|
104
|
+
this._solution = solution;
|
|
105
|
+
|
|
106
|
+
Page.prototype.constructor.call(this, version, response, this._solution);
|
|
107
|
+
};
|
|
108
|
+
|
|
109
|
+
_.extend(WebhookPage.prototype, Page.prototype);
|
|
110
|
+
WebhookPage.prototype.constructor = WebhookPage;
|
|
111
|
+
|
|
112
|
+
/* jshint ignore:start */
|
|
113
|
+
/**
|
|
114
|
+
* Build an instance of WebhookInstance
|
|
115
|
+
*
|
|
116
|
+
* @function getInstance
|
|
117
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookPage#
|
|
118
|
+
*
|
|
119
|
+
* @param {WebhookPayload} payload - Payload response from the API
|
|
120
|
+
*
|
|
121
|
+
* @returns WebhookInstance
|
|
122
|
+
*/
|
|
123
|
+
/* jshint ignore:end */
|
|
124
|
+
WebhookPage.prototype.getInstance = function getInstance(payload) {
|
|
125
|
+
return new WebhookInstance(this._version, payload, this._solution.chatServiceSid);
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
/* jshint ignore:start */
|
|
129
|
+
/**
|
|
130
|
+
* Provide a user-friendly representation
|
|
131
|
+
*
|
|
132
|
+
* @function toJSON
|
|
133
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookPage#
|
|
134
|
+
*
|
|
135
|
+
* @returns Object
|
|
136
|
+
*/
|
|
137
|
+
/* jshint ignore:end */
|
|
138
|
+
WebhookPage.prototype.toJSON = function toJSON() {
|
|
139
|
+
let clone = {};
|
|
140
|
+
_.forOwn(this, function(value, key) {
|
|
141
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
142
|
+
clone[key] = value;
|
|
143
|
+
}
|
|
144
|
+
});
|
|
145
|
+
return clone;
|
|
146
|
+
};
|
|
147
|
+
|
|
148
|
+
WebhookPage.prototype[util.inspect.custom] = function inspect(depth, options) {
|
|
149
|
+
return util.inspect(this.toJSON(), options);
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
/* jshint ignore:start */
|
|
154
|
+
/**
|
|
155
|
+
* Initialize the WebhookContext
|
|
156
|
+
*
|
|
157
|
+
* @constructor Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookInstance
|
|
158
|
+
*
|
|
159
|
+
* @property {string} accountSid -
|
|
160
|
+
* The unique ID of the Account responsible for this service.
|
|
161
|
+
* @property {string} chatServiceSid -
|
|
162
|
+
* The unique ID of the {@link https://www.twilio.com/docs/conversations/api/service-resource|Conversation Service} this conversation belongs to.
|
|
163
|
+
* @property {string} preWebhookUrl -
|
|
164
|
+
* The absolute url the pre-event webhook request should be sent to.
|
|
165
|
+
* @property {string} postWebhookUrl -
|
|
166
|
+
* The absolute url the post-event webhook request should be sent to.
|
|
167
|
+
* @property {string} filters -
|
|
168
|
+
* The list of events that your configured webhook targets will receive. Events not configured here will not fire.
|
|
169
|
+
* @property {webhook.method} method -
|
|
170
|
+
* The HTTP method to be used when sending a webhook request
|
|
171
|
+
* @property {string} url - An absolute URL for this webhook.
|
|
172
|
+
*
|
|
173
|
+
* @param {V1} version - Version of the resource
|
|
174
|
+
* @param {WebhookPayload} payload - The instance payload
|
|
175
|
+
* @param {sid} chatServiceSid - The unique string that identifies the resource
|
|
176
|
+
*/
|
|
177
|
+
/* jshint ignore:end */
|
|
178
|
+
WebhookInstance = function WebhookInstance(version, payload, chatServiceSid) {
|
|
179
|
+
this._version = version;
|
|
180
|
+
|
|
181
|
+
// Marshaled Properties
|
|
182
|
+
this.accountSid = payload.account_sid; // jshint ignore:line
|
|
183
|
+
this.chatServiceSid = payload.chat_service_sid; // jshint ignore:line
|
|
184
|
+
this.preWebhookUrl = payload.pre_webhook_url; // jshint ignore:line
|
|
185
|
+
this.postWebhookUrl = payload.post_webhook_url; // jshint ignore:line
|
|
186
|
+
this.filters = payload.filters; // jshint ignore:line
|
|
187
|
+
this.method = payload.method; // jshint ignore:line
|
|
188
|
+
this.url = payload.url; // jshint ignore:line
|
|
189
|
+
|
|
190
|
+
// Context
|
|
191
|
+
this._context = undefined;
|
|
192
|
+
this._solution = {chatServiceSid: chatServiceSid, };
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
Object.defineProperty(WebhookInstance.prototype,
|
|
196
|
+
'_proxy', {
|
|
197
|
+
get: function() {
|
|
198
|
+
if (!this._context) {
|
|
199
|
+
this._context = new WebhookContext(this._version, this._solution.chatServiceSid);
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
return this._context;
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
|
|
206
|
+
/* jshint ignore:start */
|
|
207
|
+
/**
|
|
208
|
+
* update a WebhookInstance
|
|
209
|
+
*
|
|
210
|
+
* @function update
|
|
211
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookInstance#
|
|
212
|
+
*
|
|
213
|
+
* @param {object} [opts] - Options for request
|
|
214
|
+
* @param {string} [opts.preWebhookUrl] -
|
|
215
|
+
* The absolute url the pre-event webhook request should be sent to.
|
|
216
|
+
* @param {string} [opts.postWebhookUrl] -
|
|
217
|
+
* The absolute url the post-event webhook request should be sent to.
|
|
218
|
+
* @param {string|list} [opts.filters] -
|
|
219
|
+
* The list of events that your configured webhook targets will receive. Events not configured here will not fire.
|
|
220
|
+
* @param {string} [opts.method] -
|
|
221
|
+
* The HTTP method to be used when sending a webhook request
|
|
222
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
223
|
+
*
|
|
224
|
+
* @returns {Promise} Resolves to processed WebhookInstance
|
|
225
|
+
*/
|
|
226
|
+
/* jshint ignore:end */
|
|
227
|
+
WebhookInstance.prototype.update = function update(opts, callback) {
|
|
228
|
+
return this._proxy.update(opts, callback);
|
|
229
|
+
};
|
|
230
|
+
|
|
231
|
+
/* jshint ignore:start */
|
|
232
|
+
/**
|
|
233
|
+
* fetch a WebhookInstance
|
|
234
|
+
*
|
|
235
|
+
* @function fetch
|
|
236
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookInstance#
|
|
237
|
+
*
|
|
238
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
239
|
+
*
|
|
240
|
+
* @returns {Promise} Resolves to processed WebhookInstance
|
|
241
|
+
*/
|
|
242
|
+
/* jshint ignore:end */
|
|
243
|
+
WebhookInstance.prototype.fetch = function fetch(callback) {
|
|
244
|
+
return this._proxy.fetch(callback);
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
/* jshint ignore:start */
|
|
248
|
+
/**
|
|
249
|
+
* Provide a user-friendly representation
|
|
250
|
+
*
|
|
251
|
+
* @function toJSON
|
|
252
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookInstance#
|
|
253
|
+
*
|
|
254
|
+
* @returns Object
|
|
255
|
+
*/
|
|
256
|
+
/* jshint ignore:end */
|
|
257
|
+
WebhookInstance.prototype.toJSON = function toJSON() {
|
|
258
|
+
let clone = {};
|
|
259
|
+
_.forOwn(this, function(value, key) {
|
|
260
|
+
if (!_.startsWith(key, '_') && ! _.isFunction(value)) {
|
|
261
|
+
clone[key] = value;
|
|
262
|
+
}
|
|
263
|
+
});
|
|
264
|
+
return clone;
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
WebhookInstance.prototype[util.inspect.custom] = function inspect(depth,
|
|
268
|
+
options) {
|
|
269
|
+
return util.inspect(this.toJSON(), options);
|
|
270
|
+
};
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
/* jshint ignore:start */
|
|
274
|
+
/**
|
|
275
|
+
* Initialize the WebhookContext
|
|
276
|
+
*
|
|
277
|
+
* @constructor Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext
|
|
278
|
+
*
|
|
279
|
+
* @param {V1} version - Version of the resource
|
|
280
|
+
* @param {sid} chatServiceSid -
|
|
281
|
+
* The unique ID of the {@link https://www.twilio.com/docs/conversations/api/service-resource|Conversation Service} this conversation belongs to.
|
|
282
|
+
*/
|
|
283
|
+
/* jshint ignore:end */
|
|
284
|
+
WebhookContext = function WebhookContext(version, chatServiceSid) {
|
|
285
|
+
this._version = version;
|
|
286
|
+
|
|
287
|
+
// Path Solution
|
|
288
|
+
this._solution = {chatServiceSid: chatServiceSid, };
|
|
289
|
+
this._uri = `/Services/${chatServiceSid}/Configuration/Webhooks`;
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
/* jshint ignore:start */
|
|
293
|
+
/**
|
|
294
|
+
* update a WebhookInstance
|
|
295
|
+
*
|
|
296
|
+
* @function update
|
|
297
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext#
|
|
298
|
+
*
|
|
299
|
+
* @param {object} [opts] - Options for request
|
|
300
|
+
* @param {string} [opts.preWebhookUrl] -
|
|
301
|
+
* The absolute url the pre-event webhook request should be sent to.
|
|
302
|
+
* @param {string} [opts.postWebhookUrl] -
|
|
303
|
+
* The absolute url the post-event webhook request should be sent to.
|
|
304
|
+
* @param {string|list} [opts.filters] -
|
|
305
|
+
* The list of events that your configured webhook targets will receive. Events not configured here will not fire.
|
|
306
|
+
* @param {string} [opts.method] -
|
|
307
|
+
* The HTTP method to be used when sending a webhook request
|
|
308
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
309
|
+
*
|
|
310
|
+
* @returns {Promise} Resolves to processed WebhookInstance
|
|
311
|
+
*/
|
|
312
|
+
/* jshint ignore:end */
|
|
313
|
+
WebhookContext.prototype.update = function update(opts, callback) {
|
|
314
|
+
if (_.isFunction(opts)) {
|
|
315
|
+
callback = opts;
|
|
316
|
+
opts = {};
|
|
317
|
+
}
|
|
318
|
+
opts = opts || {};
|
|
319
|
+
|
|
320
|
+
var deferred = Q.defer();
|
|
321
|
+
var data = values.of({
|
|
322
|
+
'PreWebhookUrl': _.get(opts, 'preWebhookUrl'),
|
|
323
|
+
'PostWebhookUrl': _.get(opts, 'postWebhookUrl'),
|
|
324
|
+
'Filters': serialize.map(_.get(opts, 'filters'), function(e) { return e; }),
|
|
325
|
+
'Method': _.get(opts, 'method')
|
|
326
|
+
});
|
|
327
|
+
|
|
328
|
+
var promise = this._version.update({uri: this._uri, method: 'POST', data: data});
|
|
329
|
+
|
|
330
|
+
promise = promise.then(function(payload) {
|
|
331
|
+
deferred.resolve(new WebhookInstance(this._version, payload, this._solution.chatServiceSid));
|
|
332
|
+
}.bind(this));
|
|
333
|
+
|
|
334
|
+
promise.catch(function(error) {
|
|
335
|
+
deferred.reject(error);
|
|
336
|
+
});
|
|
337
|
+
|
|
338
|
+
if (_.isFunction(callback)) {
|
|
339
|
+
deferred.promise.nodeify(callback);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
return deferred.promise;
|
|
343
|
+
};
|
|
344
|
+
|
|
345
|
+
/* jshint ignore:start */
|
|
346
|
+
/**
|
|
347
|
+
* fetch a WebhookInstance
|
|
348
|
+
*
|
|
349
|
+
* @function fetch
|
|
350
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext#
|
|
351
|
+
*
|
|
352
|
+
* @param {function} [callback] - Callback to handle processed record
|
|
353
|
+
*
|
|
354
|
+
* @returns {Promise} Resolves to processed WebhookInstance
|
|
355
|
+
*/
|
|
356
|
+
/* jshint ignore:end */
|
|
357
|
+
WebhookContext.prototype.fetch = function fetch(callback) {
|
|
358
|
+
var deferred = Q.defer();
|
|
359
|
+
var promise = this._version.fetch({uri: this._uri, method: 'GET'});
|
|
360
|
+
|
|
361
|
+
promise = promise.then(function(payload) {
|
|
362
|
+
deferred.resolve(new WebhookInstance(this._version, payload, this._solution.chatServiceSid));
|
|
363
|
+
}.bind(this));
|
|
364
|
+
|
|
365
|
+
promise.catch(function(error) {
|
|
366
|
+
deferred.reject(error);
|
|
367
|
+
});
|
|
368
|
+
|
|
369
|
+
if (_.isFunction(callback)) {
|
|
370
|
+
deferred.promise.nodeify(callback);
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
return deferred.promise;
|
|
374
|
+
};
|
|
375
|
+
|
|
376
|
+
/* jshint ignore:start */
|
|
377
|
+
/**
|
|
378
|
+
* Provide a user-friendly representation
|
|
379
|
+
*
|
|
380
|
+
* @function toJSON
|
|
381
|
+
* @memberof Twilio.Conversations.V1.ServiceContext.ConfigurationContext.WebhookContext#
|
|
382
|
+
*
|
|
383
|
+
* @returns Object
|
|
384
|
+
*/
|
|
385
|
+
/* jshint ignore:end */
|
|
386
|
+
WebhookContext.prototype.toJSON = function toJSON() {
|
|
387
|
+
return this._solution;
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
WebhookContext.prototype[util.inspect.custom] = function inspect(depth, options)
|
|
391
|
+
{
|
|
392
|
+
return util.inspect(this.toJSON(), options);
|
|
393
|
+
};
|
|
394
|
+
|
|
395
|
+
module.exports = {
|
|
396
|
+
WebhookList: WebhookList,
|
|
397
|
+
WebhookPage: WebhookPage,
|
|
398
|
+
WebhookInstance: WebhookInstance,
|
|
399
|
+
WebhookContext: WebhookContext
|
|
400
|
+
};
|
|
@@ -10,6 +10,7 @@ import Response = require('../../../../http/response');
|
|
|
10
10
|
import V1 = require('../../V1');
|
|
11
11
|
import { NotificationListInstance } from './configuration/notification';
|
|
12
12
|
import { SerializableClass } from '../../../../interfaces';
|
|
13
|
+
import { WebhookListInstance } from './configuration/webhook';
|
|
13
14
|
|
|
14
15
|
/**
|
|
15
16
|
* Initialize the ConfigurationList
|
|
@@ -48,6 +49,7 @@ interface ConfigurationListInstance {
|
|
|
48
49
|
* Provide a user-friendly representation
|
|
49
50
|
*/
|
|
50
51
|
toJSON(): any;
|
|
52
|
+
webhooks?: WebhookListInstance;
|
|
51
53
|
}
|
|
52
54
|
|
|
53
55
|
interface ConfigurationPayload extends ConfigurationResource, Page.TwilioResponsePayload {
|
|
@@ -14,6 +14,7 @@ var _ = require('lodash'); /* jshint ignore:line */
|
|
|
14
14
|
var util = require('util'); /* jshint ignore:line */
|
|
15
15
|
var NotificationList = require('./configuration/notification').NotificationList;
|
|
16
16
|
var Page = require('../../../../base/Page'); /* jshint ignore:line */
|
|
17
|
+
var WebhookList = require('./configuration/webhook').WebhookList;
|
|
17
18
|
var serialize = require('../../../../base/serialize'); /* jshint ignore:line */
|
|
18
19
|
var values = require('../../../../base/values'); /* jshint ignore:line */
|
|
19
20
|
|
|
@@ -53,6 +54,7 @@ ConfigurationList = function ConfigurationList(version, chatServiceSid) {
|
|
|
53
54
|
|
|
54
55
|
// Components
|
|
55
56
|
ConfigurationListInstance._notifications = undefined;
|
|
57
|
+
ConfigurationListInstance._webhooks = undefined;
|
|
56
58
|
|
|
57
59
|
/* jshint ignore:start */
|
|
58
60
|
/**
|
|
@@ -79,6 +81,17 @@ ConfigurationList = function ConfigurationList(version, chatServiceSid) {
|
|
|
79
81
|
}
|
|
80
82
|
});
|
|
81
83
|
|
|
84
|
+
Object.defineProperty(ConfigurationListInstance,
|
|
85
|
+
'webhooks', {
|
|
86
|
+
get: function webhooks() {
|
|
87
|
+
if (!this._webhooks) {
|
|
88
|
+
this._webhooks = new WebhookList(this._version, this._solution.chatServiceSid);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
return this._webhooks;
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
|
|
82
95
|
/* jshint ignore:start */
|
|
83
96
|
/**
|
|
84
97
|
* Provide a user-friendly representation
|
package/lib/rest/fax/v1/fax.js
CHANGED
|
@@ -59,8 +59,10 @@ interface ConfigurationResource {
|
|
|
59
59
|
crm_type: string;
|
|
60
60
|
date_created: Date;
|
|
61
61
|
date_updated: Date;
|
|
62
|
+
flex_insights_drilldown: boolean;
|
|
62
63
|
flex_insights_hr: object;
|
|
63
64
|
flex_service_instance_sid: string;
|
|
65
|
+
flex_url: string;
|
|
64
66
|
integrations: object[];
|
|
65
67
|
markdown: object;
|
|
66
68
|
messaging_service_instance_sid: string;
|
|
@@ -174,8 +176,10 @@ declare class ConfigurationInstance extends SerializableClass {
|
|
|
174
176
|
* @param callback - Callback to handle processed record
|
|
175
177
|
*/
|
|
176
178
|
fetch(opts?: ConfigurationInstanceFetchOptions, callback?: (error: Error | null, items: ConfigurationInstance) => any): Promise<ConfigurationInstance>;
|
|
179
|
+
flexInsightsDrilldown: boolean;
|
|
177
180
|
flexInsightsHr: any;
|
|
178
181
|
flexServiceInstanceSid: string;
|
|
182
|
+
flexUrl: string;
|
|
179
183
|
integrations: object[];
|
|
180
184
|
markdown: any;
|
|
181
185
|
messagingServiceInstanceSid: string;
|