twilio 5.10.7 → 5.11.0
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/package.json +1 -1
- package/lib/auth_strategy/AuthStrategy.d.ts +0 -7
- package/lib/auth_strategy/AuthStrategy.js +0 -11
- package/lib/auth_strategy/BasicAuthStrategy.d.ts +0 -8
- package/lib/auth_strategy/BasicAuthStrategy.js +0 -21
- package/lib/auth_strategy/NoAuthStrategy.d.ts +0 -6
- package/lib/auth_strategy/NoAuthStrategy.js +0 -18
- package/lib/auth_strategy/TokenAuthStrategy.d.ts +0 -16
- package/lib/auth_strategy/TokenAuthStrategy.js +0 -60
- package/lib/base/BaseTwilio.d.ts +0 -122
- package/lib/base/BaseTwilio.js +0 -254
- package/lib/base/Domain.d.ts +0 -29
- package/lib/base/Domain.js +0 -53
- package/lib/base/Page.d.ts +0 -104
- package/lib/base/Page.js +0 -195
- package/lib/base/RequestClient.d.ts +0 -186
- package/lib/base/RequestClient.js +0 -281
- package/lib/base/RestException.d.ts +0 -16
- package/lib/base/RestException.js +0 -33
- package/lib/base/ValidationClient.d.ts +0 -10
- package/lib/base/ValidationClient.js +0 -2
- package/lib/base/Version.d.ts +0 -129
- package/lib/base/Version.js +0 -336
- package/lib/base/deserialize.d.ts +0 -41
- package/lib/base/deserialize.js +0 -75
- package/lib/base/serialize.d.ts +0 -53
- package/lib/base/serialize.js +0 -121
- package/lib/base/utility.d.ts +0 -2
- package/lib/base/utility.js +0 -13
- package/lib/base/values.d.ts +0 -10
- package/lib/base/values.js +0 -15
- package/lib/credential_provider/ClientCredentialProvider.d.ts +0 -22
- package/lib/credential_provider/ClientCredentialProvider.js +0 -50
- package/lib/credential_provider/CredentialProvider.d.ts +0 -7
- package/lib/credential_provider/CredentialProvider.js +0 -11
- package/lib/credential_provider/NoAuthCredentialProvider.d.ts +0 -9
- package/lib/credential_provider/NoAuthCredentialProvider.js +0 -19
- package/lib/credential_provider/OrgsCredentialProvider.d.ts +0 -22
- package/lib/credential_provider/OrgsCredentialProvider.js +0 -50
- package/lib/http/bearer_token/ApiTokenManager.d.ts +0 -8
- package/lib/http/bearer_token/ApiTokenManager.js +0 -33
- package/lib/http/bearer_token/OrgsTokenManager.d.ts +0 -8
- package/lib/http/bearer_token/OrgsTokenManager.js +0 -33
- package/lib/http/bearer_token/TokenManager.d.ts +0 -3
- package/lib/http/bearer_token/TokenManager.js +0 -5
- package/lib/http/request.d.ts +0 -25
- package/lib/http/request.js +0 -85
- package/lib/http/response.d.ts +0 -7
- package/lib/http/response.js +0 -13
- package/lib/index.d.ts +0 -70
- package/lib/index.js +0 -90
- package/lib/interfaces.d.ts +0 -94
- package/lib/interfaces.js +0 -2
- package/lib/jwt/AccessToken.d.ts +0 -186
- package/lib/jwt/AccessToken.js +0 -256
- package/lib/jwt/ClientCapability.d.ts +0 -61
- package/lib/jwt/ClientCapability.js +0 -122
- package/lib/jwt/taskrouter/TaskRouterCapability.d.ts +0 -74
- package/lib/jwt/taskrouter/TaskRouterCapability.js +0 -101
- package/lib/jwt/taskrouter/util.d.ts +0 -66
- package/lib/jwt/taskrouter/util.js +0 -168
- package/lib/jwt/validation/RequestCanonicalizer.d.ts +0 -20
- package/lib/jwt/validation/RequestCanonicalizer.js +0 -97
- package/lib/jwt/validation/ValidationToken.d.ts +0 -45
- package/lib/jwt/validation/ValidationToken.js +0 -121
- package/lib/rest/Accounts.d.ts +0 -19
- package/lib/rest/Accounts.js +0 -29
- package/lib/rest/AccountsBase.d.ts +0 -13
- package/lib/rest/AccountsBase.js +0 -31
- package/lib/rest/Api.d.ts +0 -127
- package/lib/rest/Api.js +0 -182
- package/lib/rest/ApiBase.d.ts +0 -13
- package/lib/rest/ApiBase.js +0 -31
- package/lib/rest/Assistants.d.ts +0 -4
- package/lib/rest/Assistants.js +0 -8
- package/lib/rest/AssistantsBase.d.ts +0 -13
- package/lib/rest/AssistantsBase.js +0 -31
- package/lib/rest/Bulkexports.d.ts +0 -14
- package/lib/rest/Bulkexports.js +0 -22
- package/lib/rest/BulkexportsBase.d.ts +0 -13
- package/lib/rest/BulkexportsBase.js +0 -31
- package/lib/rest/Chat.d.ts +0 -19
- package/lib/rest/Chat.js +0 -29
- package/lib/rest/ChatBase.d.ts +0 -19
- package/lib/rest/ChatBase.js +0 -41
- package/lib/rest/Content.d.ts +0 -9
- package/lib/rest/Content.js +0 -15
- package/lib/rest/ContentBase.d.ts +0 -16
- package/lib/rest/ContentBase.js +0 -36
- package/lib/rest/Conversations.d.ts +0 -44
- package/lib/rest/Conversations.js +0 -64
- package/lib/rest/ConversationsBase.d.ts +0 -13
- package/lib/rest/ConversationsBase.js +0 -31
- package/lib/rest/Events.d.ts +0 -24
- package/lib/rest/Events.js +0 -36
- package/lib/rest/EventsBase.d.ts +0 -13
- package/lib/rest/EventsBase.js +0 -31
- package/lib/rest/FlexApi.d.ts +0 -39
- package/lib/rest/FlexApi.js +0 -57
- package/lib/rest/FlexApiBase.d.ts +0 -16
- package/lib/rest/FlexApiBase.js +0 -36
- package/lib/rest/FrontlineApi.d.ts +0 -9
- package/lib/rest/FrontlineApi.js +0 -15
- package/lib/rest/FrontlineApiBase.d.ts +0 -13
- package/lib/rest/FrontlineApiBase.js +0 -31
- package/lib/rest/Iam.d.ts +0 -4
- package/lib/rest/Iam.js +0 -8
- package/lib/rest/IamBase.d.ts +0 -13
- package/lib/rest/IamBase.js +0 -31
- package/lib/rest/Insights.d.ts +0 -29
- package/lib/rest/Insights.js +0 -43
- package/lib/rest/InsightsBase.d.ts +0 -13
- package/lib/rest/InsightsBase.js +0 -31
- package/lib/rest/Intelligence.d.ts +0 -4
- package/lib/rest/Intelligence.js +0 -8
- package/lib/rest/IntelligenceBase.d.ts +0 -13
- package/lib/rest/IntelligenceBase.js +0 -31
- package/lib/rest/IpMessaging.d.ts +0 -14
- package/lib/rest/IpMessaging.js +0 -22
- package/lib/rest/IpMessagingBase.d.ts +0 -16
- package/lib/rest/IpMessagingBase.js +0 -36
- package/lib/rest/Knowledge.d.ts +0 -4
- package/lib/rest/Knowledge.js +0 -8
- package/lib/rest/KnowledgeBase.d.ts +0 -13
- package/lib/rest/KnowledgeBase.js +0 -31
- package/lib/rest/Lookups.d.ts +0 -9
- package/lib/rest/Lookups.js +0 -15
- package/lib/rest/LookupsBase.d.ts +0 -16
- package/lib/rest/LookupsBase.js +0 -36
- package/lib/rest/Marketplace.d.ts +0 -4
- package/lib/rest/Marketplace.js +0 -8
- package/lib/rest/MarketplaceBase.d.ts +0 -13
- package/lib/rest/MarketplaceBase.js +0 -31
- package/lib/rest/Messaging.d.ts +0 -39
- package/lib/rest/Messaging.js +0 -57
- package/lib/rest/MessagingBase.d.ts +0 -16
- package/lib/rest/MessagingBase.js +0 -36
- package/lib/rest/Monitor.d.ts +0 -14
- package/lib/rest/Monitor.js +0 -22
- package/lib/rest/MonitorBase.d.ts +0 -13
- package/lib/rest/MonitorBase.js +0 -31
- package/lib/rest/Notify.d.ts +0 -14
- package/lib/rest/Notify.js +0 -22
- package/lib/rest/NotifyBase.d.ts +0 -13
- package/lib/rest/NotifyBase.js +0 -31
- package/lib/rest/Numbers.d.ts +0 -9
- package/lib/rest/Numbers.js +0 -15
- package/lib/rest/NumbersBase.d.ts +0 -19
- package/lib/rest/NumbersBase.js +0 -41
- package/lib/rest/Oauth.d.ts +0 -4
- package/lib/rest/Oauth.js +0 -8
- package/lib/rest/OauthBase.d.ts +0 -16
- package/lib/rest/OauthBase.js +0 -36
- package/lib/rest/Preview.d.ts +0 -39
- package/lib/rest/Preview.js +0 -57
- package/lib/rest/PreviewBase.d.ts +0 -19
- package/lib/rest/PreviewBase.js +0 -41
- package/lib/rest/PreviewIam.d.ts +0 -18
- package/lib/rest/PreviewIam.js +0 -29
- package/lib/rest/PreviewIamBase.d.ts +0 -13
- package/lib/rest/PreviewIamBase.js +0 -31
- package/lib/rest/Pricing.d.ts +0 -29
- package/lib/rest/Pricing.js +0 -43
- package/lib/rest/PricingBase.d.ts +0 -16
- package/lib/rest/PricingBase.js +0 -36
- package/lib/rest/Proxy.d.ts +0 -9
- package/lib/rest/Proxy.js +0 -15
- package/lib/rest/ProxyBase.d.ts +0 -13
- package/lib/rest/ProxyBase.js +0 -31
- package/lib/rest/Routes.d.ts +0 -19
- package/lib/rest/Routes.js +0 -29
- package/lib/rest/RoutesBase.d.ts +0 -13
- package/lib/rest/RoutesBase.js +0 -31
- package/lib/rest/Serverless.d.ts +0 -9
- package/lib/rest/Serverless.js +0 -15
- package/lib/rest/ServerlessBase.d.ts +0 -13
- package/lib/rest/ServerlessBase.js +0 -31
- package/lib/rest/Studio.d.ts +0 -14
- package/lib/rest/Studio.js +0 -22
- package/lib/rest/StudioBase.d.ts +0 -16
- package/lib/rest/StudioBase.js +0 -36
- package/lib/rest/Supersim.d.ts +0 -49
- package/lib/rest/Supersim.js +0 -71
- package/lib/rest/SupersimBase.d.ts +0 -13
- package/lib/rest/SupersimBase.js +0 -31
- package/lib/rest/Sync.d.ts +0 -9
- package/lib/rest/Sync.js +0 -15
- package/lib/rest/SyncBase.d.ts +0 -13
- package/lib/rest/SyncBase.js +0 -31
- package/lib/rest/Taskrouter.d.ts +0 -9
- package/lib/rest/Taskrouter.js +0 -15
- package/lib/rest/TaskrouterBase.d.ts +0 -13
- package/lib/rest/TaskrouterBase.js +0 -31
- package/lib/rest/Trunking.d.ts +0 -9
- package/lib/rest/Trunking.js +0 -15
- package/lib/rest/TrunkingBase.d.ts +0 -13
- package/lib/rest/TrunkingBase.js +0 -31
- package/lib/rest/Trusthub.d.ts +0 -39
- package/lib/rest/Trusthub.js +0 -57
- package/lib/rest/TrusthubBase.d.ts +0 -13
- package/lib/rest/TrusthubBase.js +0 -31
- package/lib/rest/Twilio.d.ts +0 -287
- package/lib/rest/Twilio.js +0 -335
- package/lib/rest/Verify.d.ts +0 -29
- package/lib/rest/Verify.js +0 -43
- package/lib/rest/VerifyBase.d.ts +0 -13
- package/lib/rest/VerifyBase.js +0 -31
- package/lib/rest/Video.d.ts +0 -34
- package/lib/rest/Video.js +0 -50
- package/lib/rest/VideoBase.d.ts +0 -13
- package/lib/rest/VideoBase.js +0 -31
- package/lib/rest/Voice.d.ts +0 -34
- package/lib/rest/Voice.js +0 -50
- package/lib/rest/VoiceBase.d.ts +0 -13
- package/lib/rest/VoiceBase.js +0 -31
- package/lib/rest/Wireless.d.ts +0 -24
- package/lib/rest/Wireless.js +0 -36
- package/lib/rest/WirelessBase.d.ts +0 -13
- package/lib/rest/WirelessBase.js +0 -31
- package/lib/rest/accounts/V1.d.ts +0 -45
- package/lib/rest/accounts/V1.js +0 -76
- package/lib/rest/accounts/v1/authTokenPromotion.d.ts +0 -104
- package/lib/rest/accounts/v1/authTokenPromotion.js +0 -112
- package/lib/rest/accounts/v1/bulkConsents.d.ts +0 -52
- package/lib/rest/accounts/v1/bulkConsents.js +0 -75
- package/lib/rest/accounts/v1/bulkContacts.d.ts +0 -52
- package/lib/rest/accounts/v1/bulkContacts.js +0 -75
- package/lib/rest/accounts/v1/credential/aws.d.ts +0 -295
- package/lib/rest/accounts/v1/credential/aws.js +0 -259
- package/lib/rest/accounts/v1/credential/publicKey.d.ts +0 -295
- package/lib/rest/accounts/v1/credential/publicKey.js +0 -260
- package/lib/rest/accounts/v1/credential.d.ts +0 -21
- package/lib/rest/accounts/v1/credential.js +0 -50
- package/lib/rest/accounts/v1/messagingGeopermissions.d.ts +0 -76
- package/lib/rest/accounts/v1/messagingGeopermissions.js +0 -98
- package/lib/rest/accounts/v1/safelist.d.ts +0 -106
- package/lib/rest/accounts/v1/safelist.js +0 -121
- package/lib/rest/accounts/v1/secondaryAuthToken.d.ts +0 -121
- package/lib/rest/accounts/v1/secondaryAuthToken.js +0 -133
- package/lib/rest/api/V2010.d.ts +0 -20
- package/lib/rest/api/V2010.js +0 -42
- package/lib/rest/api/v2010/account/address/dependentPhoneNumber.d.ts +0 -295
- package/lib/rest/api/v2010/account/address/dependentPhoneNumber.js +0 -176
- package/lib/rest/api/v2010/account/address.d.ts +0 -419
- package/lib/rest/api/v2010/account/address.js +0 -348
- package/lib/rest/api/v2010/account/application.d.ts +0 -457
- package/lib/rest/api/v2010/account/application.js +0 -357
- package/lib/rest/api/v2010/account/authorizedConnectApp.d.ts +0 -234
- package/lib/rest/api/v2010/account/authorizedConnectApp.js +0 -198
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/local.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/local.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/machineToMachine.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/machineToMachine.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/mobile.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/mobile.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/national.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/national.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/sharedCost.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/sharedCost.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/tollFree.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/tollFree.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/voip.d.ts +0 -321
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry/voip.js +0 -186
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry.d.ts +0 -268
- package/lib/rest/api/v2010/account/availablePhoneNumberCountry.js +0 -283
- package/lib/rest/api/v2010/account/balance.d.ts +0 -57
- package/lib/rest/api/v2010/account/balance.js +0 -73
- package/lib/rest/api/v2010/account/call/event.d.ts +0 -149
- package/lib/rest/api/v2010/account/call/event.js +0 -128
- package/lib/rest/api/v2010/account/call/notification.d.ts +0 -310
- package/lib/rest/api/v2010/account/call/notification.js +0 -227
- package/lib/rest/api/v2010/account/call/payment.d.ts +0 -196
- package/lib/rest/api/v2010/account/call/payment.js +0 -200
- package/lib/rest/api/v2010/account/call/recording.d.ts +0 -391
- package/lib/rest/api/v2010/account/call/recording.js +0 -311
- package/lib/rest/api/v2010/account/call/siprec.d.ts +0 -564
- package/lib/rest/api/v2010/account/call/siprec.js +0 -564
- package/lib/rest/api/v2010/account/call/stream.d.ts +0 -556
- package/lib/rest/api/v2010/account/call/stream.js +0 -562
- package/lib/rest/api/v2010/account/call/transcription.d.ts +0 -183
- package/lib/rest/api/v2010/account/call/transcription.js +0 -186
- package/lib/rest/api/v2010/account/call/userDefinedMessage.d.ts +0 -74
- package/lib/rest/api/v2010/account/call/userDefinedMessage.js +0 -90
- package/lib/rest/api/v2010/account/call/userDefinedMessageSubscription.d.ts +0 -129
- package/lib/rest/api/v2010/account/call/userDefinedMessageSubscription.js +0 -153
- package/lib/rest/api/v2010/account/call.d.ts +0 -632
- package/lib/rest/api/v2010/account/call.js +0 -530
- package/lib/rest/api/v2010/account/conference/participant.d.ts +0 -486
- package/lib/rest/api/v2010/account/conference/participant.js +0 -423
- package/lib/rest/api/v2010/account/conference/recording.d.ts +0 -351
- package/lib/rest/api/v2010/account/conference/recording.js +0 -274
- package/lib/rest/api/v2010/account/conference.d.ts +0 -367
- package/lib/rest/api/v2010/account/conference.js +0 -277
- package/lib/rest/api/v2010/account/connectApp.d.ts +0 -325
- package/lib/rest/api/v2010/account/connectApp.js +0 -264
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.d.ts +0 -240
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn/assignedAddOnExtension.js +0 -214
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.d.ts +0 -291
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +0 -264
- package/lib/rest/api/v2010/account/incomingPhoneNumber/local.d.ts +0 -420
- package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +0 -263
- package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.d.ts +0 -420
- package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +0 -263
- package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.d.ts +0 -420
- package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +0 -263
- package/lib/rest/api/v2010/account/incomingPhoneNumber.d.ts +0 -596
- package/lib/rest/api/v2010/account/incomingPhoneNumber.js +0 -458
- package/lib/rest/api/v2010/account/key.d.ts +0 -265
- package/lib/rest/api/v2010/account/key.js +0 -236
- package/lib/rest/api/v2010/account/message/feedback.d.ts +0 -93
- package/lib/rest/api/v2010/account/message/feedback.js +0 -94
- package/lib/rest/api/v2010/account/message/media.d.ts +0 -261
- package/lib/rest/api/v2010/account/message/media.js +0 -226
- package/lib/rest/api/v2010/account/message.d.ts +0 -491
- package/lib/rest/api/v2010/account/message.js +0 -374
- package/lib/rest/api/v2010/account/newKey.d.ts +0 -85
- package/lib/rest/api/v2010/account/newKey.js +0 -89
- package/lib/rest/api/v2010/account/newSigningKey.d.ts +0 -85
- package/lib/rest/api/v2010/account/newSigningKey.js +0 -89
- package/lib/rest/api/v2010/account/notification.d.ts +0 -308
- package/lib/rest/api/v2010/account/notification.js +0 -221
- package/lib/rest/api/v2010/account/outgoingCallerId.d.ts +0 -295
- package/lib/rest/api/v2010/account/outgoingCallerId.js +0 -246
- package/lib/rest/api/v2010/account/queue/member.d.ts +0 -248
- package/lib/rest/api/v2010/account/queue/member.js +0 -225
- package/lib/rest/api/v2010/account/queue.d.ts +0 -323
- package/lib/rest/api/v2010/account/queue.js +0 -286
- package/lib/rest/api/v2010/account/recording/addOnResult/payload/data.d.ts +0 -88
- package/lib/rest/api/v2010/account/recording/addOnResult/payload/data.js +0 -130
- package/lib/rest/api/v2010/account/recording/addOnResult/payload.d.ts +0 -277
- package/lib/rest/api/v2010/account/recording/addOnResult/payload.js +0 -252
- package/lib/rest/api/v2010/account/recording/addOnResult.d.ts +0 -270
- package/lib/rest/api/v2010/account/recording/addOnResult.js +0 -239
- package/lib/rest/api/v2010/account/recording/transcription.d.ts +0 -280
- package/lib/rest/api/v2010/account/recording/transcription.js +0 -232
- package/lib/rest/api/v2010/account/recording.d.ts +0 -392
- package/lib/rest/api/v2010/account/recording.js +0 -280
- package/lib/rest/api/v2010/account/shortCode.d.ts +0 -318
- package/lib/rest/api/v2010/account/shortCode.js +0 -245
- package/lib/rest/api/v2010/account/signingKey.d.ts +0 -253
- package/lib/rest/api/v2010/account/signingKey.js +0 -236
- package/lib/rest/api/v2010/account/sip/credentialList/credential.d.ts +0 -303
- package/lib/rest/api/v2010/account/sip/credentialList/credential.js +0 -274
- package/lib/rest/api/v2010/account/sip/credentialList.d.ts +0 -291
- package/lib/rest/api/v2010/account/sip/credentialList.js +0 -277
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsCredentialListMapping.d.ts +0 -247
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsCredentialListMapping.js +0 -239
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsIpAccessControlListMapping.d.ts +0 -247
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls/authCallsIpAccessControlListMapping.js +0 -239
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls.d.ts +0 -23
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeCalls.js +0 -59
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations/authRegistrationsCredentialListMapping.d.ts +0 -247
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations/authRegistrationsCredentialListMapping.js +0 -239
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations.d.ts +0 -20
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authTypeRegistrations.js +0 -49
- package/lib/rest/api/v2010/account/sip/domain/authTypes.d.ts +0 -23
- package/lib/rest/api/v2010/account/sip/domain/authTypes.js +0 -57
- package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.d.ts +0 -259
- package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +0 -243
- package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.d.ts +0 -259
- package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +0 -243
- package/lib/rest/api/v2010/account/sip/domain.d.ts +0 -455
- package/lib/rest/api/v2010/account/sip/domain.js +0 -379
- package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.d.ts +0 -321
- package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +0 -289
- package/lib/rest/api/v2010/account/sip/ipAccessControlList.d.ts +0 -291
- package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +0 -277
- package/lib/rest/api/v2010/account/sip.d.ts +0 -25
- package/lib/rest/api/v2010/account/sip.js +0 -63
- package/lib/rest/api/v2010/account/token.d.ts +0 -103
- package/lib/rest/api/v2010/account/token.js +0 -96
- package/lib/rest/api/v2010/account/transcription.d.ts +0 -278
- package/lib/rest/api/v2010/account/transcription.js +0 -226
- package/lib/rest/api/v2010/account/usage/record/allTime.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/allTime.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/daily.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/daily.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/lastMonth.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/lastMonth.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/monthly.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/monthly.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/thisMonth.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/thisMonth.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/today.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/today.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/yearly.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/yearly.js +0 -159
- package/lib/rest/api/v2010/account/usage/record/yesterday.d.ts +0 -250
- package/lib/rest/api/v2010/account/usage/record/yesterday.js +0 -159
- package/lib/rest/api/v2010/account/usage/record.d.ts +0 -274
- package/lib/rest/api/v2010/account/usage/record.js +0 -231
- package/lib/rest/api/v2010/account/usage/trigger.d.ts +0 -389
- package/lib/rest/api/v2010/account/usage/trigger.js +0 -310
- package/lib/rest/api/v2010/account/usage.d.ts +0 -22
- package/lib/rest/api/v2010/account/usage.js +0 -54
- package/lib/rest/api/v2010/account/validationRequest.d.ts +0 -87
- package/lib/rest/api/v2010/account/validationRequest.js +0 -97
- package/lib/rest/api/v2010/account.d.ts +0 -514
- package/lib/rest/api/v2010/account.js +0 -552
- package/lib/rest/assistants/V1.d.ts +0 -35
- package/lib/rest/assistants/V1.js +0 -60
- package/lib/rest/assistants/v1/assistant/assistantsKnowledge.d.ts +0 -265
- package/lib/rest/assistants/v1/assistant/assistantsKnowledge.js +0 -221
- package/lib/rest/assistants/v1/assistant/assistantsTool.d.ts +0 -265
- package/lib/rest/assistants/v1/assistant/assistantsTool.js +0 -221
- package/lib/rest/assistants/v1/assistant/feedback.d.ts +0 -231
- package/lib/rest/assistants/v1/assistant/feedback.js +0 -165
- package/lib/rest/assistants/v1/assistant/message.d.ts +0 -112
- package/lib/rest/assistants/v1/assistant/message.js +0 -93
- package/lib/rest/assistants/v1/assistant.d.ts +0 -510
- package/lib/rest/assistants/v1/assistant.js +0 -336
- package/lib/rest/assistants/v1/knowledge/chunk.d.ts +0 -166
- package/lib/rest/assistants/v1/knowledge/chunk.js +0 -131
- package/lib/rest/assistants/v1/knowledge/knowledgeStatus.d.ts +0 -100
- package/lib/rest/assistants/v1/knowledge/knowledgeStatus.js +0 -118
- package/lib/rest/assistants/v1/knowledge.d.ts +0 -415
- package/lib/rest/assistants/v1/knowledge.js +0 -302
- package/lib/rest/assistants/v1/policy.d.ts +0 -201
- package/lib/rest/assistants/v1/policy.js +0 -139
- package/lib/rest/assistants/v1/session/message.d.ts +0 -196
- package/lib/rest/assistants/v1/session/message.js +0 -141
- package/lib/rest/assistants/v1/session.d.ts +0 -230
- package/lib/rest/assistants/v1/session.js +0 -198
- package/lib/rest/assistants/v1/tool.d.ts +0 -447
- package/lib/rest/assistants/v1/tool.js +0 -281
- package/lib/rest/bulkexports/V1.d.ts +0 -20
- package/lib/rest/bulkexports/V1.js +0 -43
- package/lib/rest/bulkexports/v1/export/day.d.ts +0 -215
- package/lib/rest/bulkexports/v1/export/day.js +0 -191
- package/lib/rest/bulkexports/v1/export/exportCustomJob.d.ts +0 -228
- package/lib/rest/bulkexports/v1/export/exportCustomJob.js +0 -180
- package/lib/rest/bulkexports/v1/export/job.d.ts +0 -161
- package/lib/rest/bulkexports/v1/export/job.js +0 -151
- package/lib/rest/bulkexports/v1/export.d.ts +0 -112
- package/lib/rest/bulkexports/v1/export.js +0 -147
- package/lib/rest/bulkexports/v1/exportConfiguration.d.ts +0 -151
- package/lib/rest/bulkexports/v1/exportConfiguration.js +0 -149
- package/lib/rest/chat/V1.d.ts +0 -20
- package/lib/rest/chat/V1.js +0 -42
- package/lib/rest/chat/V2.d.ts +0 -20
- package/lib/rest/chat/V2.js +0 -42
- package/lib/rest/chat/V3.d.ts +0 -15
- package/lib/rest/chat/V3.js +0 -36
- package/lib/rest/chat/v1/credential.d.ts +0 -326
- package/lib/rest/chat/v1/credential.js +0 -282
- package/lib/rest/chat/v1/service/channel/invite.d.ts +0 -285
- package/lib/rest/chat/v1/service/channel/invite.js +0 -252
- package/lib/rest/chat/v1/service/channel/member.d.ts +0 -335
- package/lib/rest/chat/v1/service/channel/member.js +0 -284
- package/lib/rest/chat/v1/service/channel/message.d.ts +0 -350
- package/lib/rest/chat/v1/service/channel/message.js +0 -290
- package/lib/rest/chat/v1/service/channel.d.ts +0 -390
- package/lib/rest/chat/v1/service/channel.js +0 -331
- package/lib/rest/chat/v1/service/role.d.ts +0 -300
- package/lib/rest/chat/v1/service/role.js +0 -275
- package/lib/rest/chat/v1/service/user/userChannel.d.ts +0 -186
- package/lib/rest/chat/v1/service/user/userChannel.js +0 -140
- package/lib/rest/chat/v1/service/user.d.ts +0 -359
- package/lib/rest/chat/v1/service/user.js +0 -301
- package/lib/rest/chat/v1/service.d.ts +0 -511
- package/lib/rest/chat/v1/service.js +0 -462
- package/lib/rest/chat/v2/credential.d.ts +0 -326
- package/lib/rest/chat/v2/credential.js +0 -282
- package/lib/rest/chat/v2/service/binding.d.ts +0 -284
- package/lib/rest/chat/v2/service/binding.js +0 -228
- package/lib/rest/chat/v2/service/channel/invite.d.ts +0 -285
- package/lib/rest/chat/v2/service/channel/invite.js +0 -252
- package/lib/rest/chat/v2/service/channel/member.d.ts +0 -389
- package/lib/rest/chat/v2/service/channel/member.js +0 -312
- package/lib/rest/chat/v2/service/channel/message.d.ts +0 -422
- package/lib/rest/chat/v2/service/channel/message.js +0 -322
- package/lib/rest/chat/v2/service/channel/webhook.d.ts +0 -340
- package/lib/rest/chat/v2/service/channel/webhook.js +0 -296
- package/lib/rest/chat/v2/service/channel.d.ts +0 -440
- package/lib/rest/chat/v2/service/channel.js +0 -364
- package/lib/rest/chat/v2/service/role.d.ts +0 -300
- package/lib/rest/chat/v2/service/role.js +0 -275
- package/lib/rest/chat/v2/service/user/userBinding.d.ts +0 -280
- package/lib/rest/chat/v2/service/user/userBinding.js +0 -232
- package/lib/rest/chat/v2/service/user/userChannel.d.ts +0 -341
- package/lib/rest/chat/v2/service/user/userChannel.js +0 -268
- package/lib/rest/chat/v2/service/user.d.ts +0 -372
- package/lib/rest/chat/v2/service/user.js +0 -318
- package/lib/rest/chat/v2/service.d.ts +0 -485
- package/lib/rest/chat/v2/service.js +0 -409
- package/lib/rest/chat/v3/channel.d.ts +0 -191
- package/lib/rest/chat/v3/channel.js +0 -150
- package/lib/rest/content/V1.d.ts +0 -25
- package/lib/rest/content/V1.js +0 -50
- package/lib/rest/content/V2.d.ts +0 -20
- package/lib/rest/content/V2.js +0 -43
- package/lib/rest/content/v1/content/approvalCreate.d.ts +0 -79
- package/lib/rest/content/v1/content/approvalCreate.js +0 -94
- package/lib/rest/content/v1/content/approvalFetch.d.ts +0 -100
- package/lib/rest/content/v1/content/approvalFetch.js +0 -118
- package/lib/rest/content/v1/content.d.ts +0 -568
- package/lib/rest/content/v1/content.js +0 -418
- package/lib/rest/content/v1/contentAndApprovals.d.ts +0 -189
- package/lib/rest/content/v1/contentAndApprovals.js +0 -135
- package/lib/rest/content/v1/legacyContent.d.ts +0 -201
- package/lib/rest/content/v1/legacyContent.js +0 -139
- package/lib/rest/content/v2/content.d.ts +0 -249
- package/lib/rest/content/v2/content.js +0 -155
- package/lib/rest/content/v2/contentAndApprovals.d.ts +0 -243
- package/lib/rest/content/v2/contentAndApprovals.js +0 -153
- package/lib/rest/conversations/V1.d.ts +0 -55
- package/lib/rest/conversations/V1.js +0 -90
- package/lib/rest/conversations/v1/addressConfiguration.d.ts +0 -365
- package/lib/rest/conversations/v1/addressConfiguration.js +0 -310
- package/lib/rest/conversations/v1/configuration/webhook.d.ts +0 -168
- package/lib/rest/conversations/v1/configuration/webhook.js +0 -151
- package/lib/rest/conversations/v1/configuration.d.ts +0 -167
- package/lib/rest/conversations/v1/configuration.js +0 -159
- package/lib/rest/conversations/v1/conversation/message/deliveryReceipt.d.ts +0 -251
- package/lib/rest/conversations/v1/conversation/message/deliveryReceipt.js +0 -207
- package/lib/rest/conversations/v1/conversation/message.d.ts +0 -426
- package/lib/rest/conversations/v1/conversation/message.js +0 -331
- package/lib/rest/conversations/v1/conversation/participant.d.ts +0 -397
- package/lib/rest/conversations/v1/conversation/participant.js +0 -318
- package/lib/rest/conversations/v1/conversation/webhook.d.ts +0 -330
- package/lib/rest/conversations/v1/conversation/webhook.js +0 -286
- package/lib/rest/conversations/v1/conversation.d.ts +0 -457
- package/lib/rest/conversations/v1/conversation.js +0 -365
- package/lib/rest/conversations/v1/conversationWithParticipants.d.ts +0 -161
- package/lib/rest/conversations/v1/conversationWithParticipants.js +0 -127
- package/lib/rest/conversations/v1/credential.d.ts +0 -328
- package/lib/rest/conversations/v1/credential.js +0 -284
- package/lib/rest/conversations/v1/participantConversation.d.ts +0 -244
- package/lib/rest/conversations/v1/participantConversation.js +0 -153
- package/lib/rest/conversations/v1/role.d.ts +0 -298
- package/lib/rest/conversations/v1/role.js +0 -268
- package/lib/rest/conversations/v1/service/binding.d.ts +0 -278
- package/lib/rest/conversations/v1/service/binding.js +0 -226
- package/lib/rest/conversations/v1/service/configuration/notification.d.ts +0 -184
- package/lib/rest/conversations/v1/service/configuration/notification.js +0 -180
- package/lib/rest/conversations/v1/service/configuration/webhook.d.ts +0 -167
- package/lib/rest/conversations/v1/service/configuration/webhook.js +0 -158
- package/lib/rest/conversations/v1/service/configuration.d.ts +0 -172
- package/lib/rest/conversations/v1/service/configuration.js +0 -178
- package/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.d.ts +0 -259
- package/lib/rest/conversations/v1/service/conversation/message/deliveryReceipt.js +0 -220
- package/lib/rest/conversations/v1/service/conversation/message.d.ts +0 -434
- package/lib/rest/conversations/v1/service/conversation/message.js +0 -339
- package/lib/rest/conversations/v1/service/conversation/participant.d.ts +0 -405
- package/lib/rest/conversations/v1/service/conversation/participant.js +0 -326
- package/lib/rest/conversations/v1/service/conversation/webhook.d.ts +0 -338
- package/lib/rest/conversations/v1/service/conversation/webhook.js +0 -294
- package/lib/rest/conversations/v1/service/conversation.d.ts +0 -459
- package/lib/rest/conversations/v1/service/conversation.js +0 -373
- package/lib/rest/conversations/v1/service/conversationWithParticipants.d.ts +0 -162
- package/lib/rest/conversations/v1/service/conversationWithParticipants.js +0 -131
- package/lib/rest/conversations/v1/service/participantConversation.d.ts +0 -245
- package/lib/rest/conversations/v1/service/participantConversation.js +0 -157
- package/lib/rest/conversations/v1/service/role.d.ts +0 -300
- package/lib/rest/conversations/v1/service/role.js +0 -275
- package/lib/rest/conversations/v1/service/user/userConversation.d.ts +0 -354
- package/lib/rest/conversations/v1/service/user/userConversation.js +0 -278
- package/lib/rest/conversations/v1/service/user.d.ts +0 -380
- package/lib/rest/conversations/v1/service/user.js +0 -307
- package/lib/rest/conversations/v1/service.d.ts +0 -311
- package/lib/rest/conversations/v1/service.js +0 -319
- package/lib/rest/conversations/v1/user/userConversation.d.ts +0 -352
- package/lib/rest/conversations/v1/user/userConversation.js +0 -271
- package/lib/rest/conversations/v1/user.d.ts +0 -378
- package/lib/rest/conversations/v1/user.js +0 -300
- package/lib/rest/events/V1.d.ts +0 -30
- package/lib/rest/events/V1.js +0 -54
- package/lib/rest/events/v1/eventType.d.ts +0 -237
- package/lib/rest/events/v1/eventType.js +0 -193
- package/lib/rest/events/v1/schema/schemaVersion.d.ts +0 -209
- package/lib/rest/events/v1/schema/schemaVersion.js +0 -189
- package/lib/rest/events/v1/schema.d.ts +0 -113
- package/lib/rest/events/v1/schema.js +0 -129
- package/lib/rest/events/v1/sink/sinkTest.d.ts +0 -45
- package/lib/rest/events/v1/sink/sinkTest.js +0 -69
- package/lib/rest/events/v1/sink/sinkValidate.d.ts +0 -53
- package/lib/rest/events/v1/sink/sinkValidate.js +0 -79
- package/lib/rest/events/v1/sink.d.ts +0 -327
- package/lib/rest/events/v1/sink.js +0 -297
- package/lib/rest/events/v1/subscription/subscribedEvent.d.ts +0 -289
- package/lib/rest/events/v1/subscription/subscribedEvent.js +0 -262
- package/lib/rest/events/v1/subscription.d.ts +0 -321
- package/lib/rest/events/v1/subscription.js +0 -283
- package/lib/rest/flexApi/V1.d.ts +0 -125
- package/lib/rest/flexApi/V1.js +0 -191
- package/lib/rest/flexApi/V2.d.ts +0 -20
- package/lib/rest/flexApi/V2.js +0 -42
- package/lib/rest/flexApi/v1/assessments.d.ts +0 -321
- package/lib/rest/flexApi/v1/assessments.js +0 -280
- package/lib/rest/flexApi/v1/channel.d.ts +0 -279
- package/lib/rest/flexApi/v1/channel.js +0 -258
- package/lib/rest/flexApi/v1/configuration.d.ts +0 -438
- package/lib/rest/flexApi/v1/configuration.js +0 -233
- package/lib/rest/flexApi/v1/flexFlow.d.ts +0 -411
- package/lib/rest/flexApi/v1/flexFlow.js +0 -344
- package/lib/rest/flexApi/v1/insightsAssessmentsComment.d.ts +0 -250
- package/lib/rest/flexApi/v1/insightsAssessmentsComment.js +0 -192
- package/lib/rest/flexApi/v1/insightsConversations.d.ts +0 -171
- package/lib/rest/flexApi/v1/insightsConversations.js +0 -129
- package/lib/rest/flexApi/v1/insightsQuestionnaires.d.ts +0 -356
- package/lib/rest/flexApi/v1/insightsQuestionnaires.js +0 -286
- package/lib/rest/flexApi/v1/insightsQuestionnairesCategory.d.ts +0 -278
- package/lib/rest/flexApi/v1/insightsQuestionnairesCategory.js +0 -237
- package/lib/rest/flexApi/v1/insightsQuestionnairesQuestion.d.ts +0 -336
- package/lib/rest/flexApi/v1/insightsQuestionnairesQuestion.js +0 -273
- package/lib/rest/flexApi/v1/insightsSegments.d.ts +0 -276
- package/lib/rest/flexApi/v1/insightsSegments.js +0 -167
- package/lib/rest/flexApi/v1/insightsSession.d.ts +0 -129
- package/lib/rest/flexApi/v1/insightsSession.js +0 -116
- package/lib/rest/flexApi/v1/insightsSettingsAnswerSets.d.ts +0 -81
- package/lib/rest/flexApi/v1/insightsSettingsAnswerSets.js +0 -84
- package/lib/rest/flexApi/v1/insightsSettingsComment.d.ts +0 -66
- package/lib/rest/flexApi/v1/insightsSettingsComment.js +0 -80
- package/lib/rest/flexApi/v1/insightsUserRoles.d.ts +0 -108
- package/lib/rest/flexApi/v1/insightsUserRoles.js +0 -110
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelInvite.d.ts +0 -180
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelInvite.js +0 -156
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelParticipant.d.ts +0 -248
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionChannelParticipant.js +0 -229
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionTransfer.d.ts +0 -237
- package/lib/rest/flexApi/v1/interaction/interactionChannel/interactionTransfer.js +0 -203
- package/lib/rest/flexApi/v1/interaction/interactionChannel.d.ts +0 -279
- package/lib/rest/flexApi/v1/interaction/interactionChannel.js +0 -262
- package/lib/rest/flexApi/v1/interaction.d.ts +0 -177
- package/lib/rest/flexApi/v1/interaction.js +0 -190
- package/lib/rest/flexApi/v1/plugin/pluginVersions.d.ts +0 -304
- package/lib/rest/flexApi/v1/plugin/pluginVersions.js +0 -243
- package/lib/rest/flexApi/v1/plugin.d.ts +0 -344
- package/lib/rest/flexApi/v1/plugin.js +0 -271
- package/lib/rest/flexApi/v1/pluginArchive.d.ts +0 -154
- package/lib/rest/flexApi/v1/pluginArchive.js +0 -129
- package/lib/rest/flexApi/v1/pluginConfiguration/configuredPlugin.d.ts +0 -309
- package/lib/rest/flexApi/v1/pluginConfiguration/configuredPlugin.js +0 -220
- package/lib/rest/flexApi/v1/pluginConfiguration.d.ts +0 -286
- package/lib/rest/flexApi/v1/pluginConfiguration.js +0 -236
- package/lib/rest/flexApi/v1/pluginConfigurationArchive.d.ts +0 -142
- package/lib/rest/flexApi/v1/pluginConfigurationArchive.js +0 -125
- package/lib/rest/flexApi/v1/pluginRelease.d.ts +0 -259
- package/lib/rest/flexApi/v1/pluginRelease.js +0 -214
- package/lib/rest/flexApi/v1/pluginVersionArchive.d.ts +0 -161
- package/lib/rest/flexApi/v1/pluginVersionArchive.js +0 -137
- package/lib/rest/flexApi/v1/provisioningStatus.d.ts +0 -87
- package/lib/rest/flexApi/v1/provisioningStatus.js +0 -106
- package/lib/rest/flexApi/v1/webChannel.d.ts +0 -304
- package/lib/rest/flexApi/v1/webChannel.js +0 -276
- package/lib/rest/flexApi/v2/flexUser.d.ts +0 -209
- package/lib/rest/flexApi/v2/flexUser.js +0 -175
- package/lib/rest/flexApi/v2/webChannels.d.ts +0 -68
- package/lib/rest/flexApi/v2/webChannels.js +0 -87
- package/lib/rest/frontlineApi/V1.d.ts +0 -15
- package/lib/rest/frontlineApi/V1.js +0 -36
- package/lib/rest/frontlineApi/v1/user.d.ts +0 -166
- package/lib/rest/frontlineApi/v1/user.js +0 -154
- package/lib/rest/iam/V1.d.ts +0 -35
- package/lib/rest/iam/V1.js +0 -60
- package/lib/rest/iam/v1/apiKey.d.ts +0 -166
- package/lib/rest/iam/v1/apiKey.js +0 -167
- package/lib/rest/iam/v1/getApiKeys.d.ts +0 -165
- package/lib/rest/iam/v1/getApiKeys.js +0 -127
- package/lib/rest/iam/v1/newApiKey.d.ts +0 -89
- package/lib/rest/iam/v1/newApiKey.js +0 -91
- package/lib/rest/iam/v1/oAuthApp.d.ts +0 -204
- package/lib/rest/iam/v1/oAuthApp.js +0 -189
- package/lib/rest/iam/v1/token.d.ts +0 -87
- package/lib/rest/iam/v1/token.js +0 -99
- package/lib/rest/insights/V1.d.ts +0 -35
- package/lib/rest/insights/V1.js +0 -61
- package/lib/rest/insights/v1/call/annotation.d.ts +0 -183
- package/lib/rest/insights/v1/call/annotation.js +0 -170
- package/lib/rest/insights/v1/call/callSummary.d.ts +0 -231
- package/lib/rest/insights/v1/call/callSummary.js +0 -160
- package/lib/rest/insights/v1/call/event.d.ts +0 -204
- package/lib/rest/insights/v1/call/event.js +0 -145
- package/lib/rest/insights/v1/call/metric.d.ts +0 -198
- package/lib/rest/insights/v1/call/metric.js +0 -143
- package/lib/rest/insights/v1/call.d.ts +0 -116
- package/lib/rest/insights/v1/call.js +0 -162
- package/lib/rest/insights/v1/callSummaries.d.ts +0 -480
- package/lib/rest/insights/v1/callSummaries.js +0 -236
- package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +0 -374
- package/lib/rest/insights/v1/conference/conferenceParticipant.js +0 -248
- package/lib/rest/insights/v1/conference.d.ts +0 -376
- package/lib/rest/insights/v1/conference.js +0 -252
- package/lib/rest/insights/v1/room/participant.d.ts +0 -279
- package/lib/rest/insights/v1/room/participant.js +0 -216
- package/lib/rest/insights/v1/room.d.ts +0 -361
- package/lib/rest/insights/v1/room.js +0 -248
- package/lib/rest/insights/v1/setting.d.ts +0 -169
- package/lib/rest/insights/v1/setting.js +0 -145
- package/lib/rest/intelligence/V2.d.ts +0 -50
- package/lib/rest/intelligence/V2.js +0 -82
- package/lib/rest/intelligence/v2/customOperator.d.ts +0 -332
- package/lib/rest/intelligence/v2/customOperator.js +0 -287
- package/lib/rest/intelligence/v2/operator.d.ts +0 -265
- package/lib/rest/intelligence/v2/operator.js +0 -201
- package/lib/rest/intelligence/v2/operatorAttachment.d.ts +0 -111
- package/lib/rest/intelligence/v2/operatorAttachment.js +0 -140
- package/lib/rest/intelligence/v2/operatorAttachments.d.ts +0 -93
- package/lib/rest/intelligence/v2/operatorAttachments.js +0 -113
- package/lib/rest/intelligence/v2/operatorType.d.ts +0 -267
- package/lib/rest/intelligence/v2/operatorType.js +0 -201
- package/lib/rest/intelligence/v2/prebuiltOperator.d.ts +0 -265
- package/lib/rest/intelligence/v2/prebuiltOperator.js +0 -201
- package/lib/rest/intelligence/v2/service.d.ts +0 -394
- package/lib/rest/intelligence/v2/service.js +0 -315
- package/lib/rest/intelligence/v2/transcript/encryptedOperatorResults.d.ts +0 -113
- package/lib/rest/intelligence/v2/transcript/encryptedOperatorResults.js +0 -120
- package/lib/rest/intelligence/v2/transcript/encryptedSentences.d.ts +0 -113
- package/lib/rest/intelligence/v2/transcript/encryptedSentences.js +0 -120
- package/lib/rest/intelligence/v2/transcript/media.d.ts +0 -131
- package/lib/rest/intelligence/v2/transcript/media.js +0 -123
- package/lib/rest/intelligence/v2/transcript/operatorResult.d.ts +0 -307
- package/lib/rest/intelligence/v2/transcript/operatorResult.js +0 -220
- package/lib/rest/intelligence/v2/transcript/sentence.d.ts +0 -193
- package/lib/rest/intelligence/v2/transcript/sentence.js +0 -141
- package/lib/rest/intelligence/v2/transcript.d.ts +0 -398
- package/lib/rest/intelligence/v2/transcript.js +0 -336
- package/lib/rest/ipMessaging/V1.d.ts +0 -20
- package/lib/rest/ipMessaging/V1.js +0 -42
- package/lib/rest/ipMessaging/V2.d.ts +0 -20
- package/lib/rest/ipMessaging/V2.js +0 -42
- package/lib/rest/ipMessaging/v1/credential.d.ts +0 -302
- package/lib/rest/ipMessaging/v1/credential.js +0 -282
- package/lib/rest/ipMessaging/v1/service/channel/invite.d.ts +0 -255
- package/lib/rest/ipMessaging/v1/service/channel/invite.js +0 -252
- package/lib/rest/ipMessaging/v1/service/channel/member.d.ts +0 -302
- package/lib/rest/ipMessaging/v1/service/channel/member.js +0 -284
- package/lib/rest/ipMessaging/v1/service/channel/message.d.ts +0 -311
- package/lib/rest/ipMessaging/v1/service/channel/message.js +0 -290
- package/lib/rest/ipMessaging/v1/service/channel.d.ts +0 -348
- package/lib/rest/ipMessaging/v1/service/channel.js +0 -331
- package/lib/rest/ipMessaging/v1/service/role.d.ts +0 -273
- package/lib/rest/ipMessaging/v1/service/role.js +0 -275
- package/lib/rest/ipMessaging/v1/service/user/userChannel.d.ts +0 -162
- package/lib/rest/ipMessaging/v1/service/user/userChannel.js +0 -140
- package/lib/rest/ipMessaging/v1/service/user.d.ts +0 -317
- package/lib/rest/ipMessaging/v1/service/user.js +0 -301
- package/lib/rest/ipMessaging/v1/service.d.ts +0 -448
- package/lib/rest/ipMessaging/v1/service.js +0 -462
- package/lib/rest/ipMessaging/v2/credential.d.ts +0 -302
- package/lib/rest/ipMessaging/v2/credential.js +0 -282
- package/lib/rest/ipMessaging/v2/service/binding.d.ts +0 -248
- package/lib/rest/ipMessaging/v2/service/binding.js +0 -228
- package/lib/rest/ipMessaging/v2/service/channel/invite.d.ts +0 -255
- package/lib/rest/ipMessaging/v2/service/channel/invite.js +0 -252
- package/lib/rest/ipMessaging/v2/service/channel/member.d.ts +0 -353
- package/lib/rest/ipMessaging/v2/service/channel/member.js +0 -312
- package/lib/rest/ipMessaging/v2/service/channel/message.d.ts +0 -374
- package/lib/rest/ipMessaging/v2/service/channel/message.js +0 -322
- package/lib/rest/ipMessaging/v2/service/channel/webhook.d.ts +0 -310
- package/lib/rest/ipMessaging/v2/service/channel/webhook.js +0 -296
- package/lib/rest/ipMessaging/v2/service/channel.d.ts +0 -398
- package/lib/rest/ipMessaging/v2/service/channel.js +0 -364
- package/lib/rest/ipMessaging/v2/service/role.d.ts +0 -273
- package/lib/rest/ipMessaging/v2/service/role.js +0 -275
- package/lib/rest/ipMessaging/v2/service/user/userBinding.d.ts +0 -244
- package/lib/rest/ipMessaging/v2/service/user/userBinding.js +0 -232
- package/lib/rest/ipMessaging/v2/service/user/userChannel.d.ts +0 -282
- package/lib/rest/ipMessaging/v2/service/user/userChannel.js +0 -264
- package/lib/rest/ipMessaging/v2/service/user.d.ts +0 -330
- package/lib/rest/ipMessaging/v2/service/user.js +0 -318
- package/lib/rest/ipMessaging/v2/service.d.ts +0 -416
- package/lib/rest/ipMessaging/v2/service.js +0 -409
- package/lib/rest/knowledge/V1.d.ts +0 -15
- package/lib/rest/knowledge/V1.js +0 -36
- package/lib/rest/knowledge/v1/knowledge/chunk.d.ts +0 -166
- package/lib/rest/knowledge/v1/knowledge/chunk.js +0 -131
- package/lib/rest/knowledge/v1/knowledge/knowledgeStatus.d.ts +0 -100
- package/lib/rest/knowledge/v1/knowledge/knowledgeStatus.js +0 -118
- package/lib/rest/knowledge/v1/knowledge.d.ts +0 -411
- package/lib/rest/knowledge/v1/knowledge.js +0 -302
- package/lib/rest/lookups/V1.d.ts +0 -15
- package/lib/rest/lookups/V1.js +0 -36
- package/lib/rest/lookups/V2.d.ts +0 -35
- package/lib/rest/lookups/V2.js +0 -61
- package/lib/rest/lookups/v1/phoneNumber.d.ts +0 -148
- package/lib/rest/lookups/v1/phoneNumber.js +0 -134
- package/lib/rest/lookups/v2/bucket.d.ts +0 -204
- package/lib/rest/lookups/v2/bucket.js +0 -187
- package/lib/rest/lookups/v2/lookupOverride.d.ts +0 -278
- package/lib/rest/lookups/v2/lookupOverride.js +0 -225
- package/lib/rest/lookups/v2/phoneNumber.d.ts +0 -269
- package/lib/rest/lookups/v2/phoneNumber.js +0 -200
- package/lib/rest/lookups/v2/query.d.ts +0 -176
- package/lib/rest/lookups/v2/query.js +0 -123
- package/lib/rest/lookups/v2/rateLimit.d.ts +0 -82
- package/lib/rest/lookups/v2/rateLimit.js +0 -82
- package/lib/rest/marketplace/V1.d.ts +0 -35
- package/lib/rest/marketplace/V1.js +0 -64
- package/lib/rest/marketplace/v1/availableAddOn/availableAddOnExtension.d.ts +0 -218
- package/lib/rest/marketplace/v1/availableAddOn/availableAddOnExtension.js +0 -191
- package/lib/rest/marketplace/v1/availableAddOn.d.ts +0 -230
- package/lib/rest/marketplace/v1/availableAddOn.js +0 -200
- package/lib/rest/marketplace/v1/installedAddOn/installedAddOnExtension.d.ts +0 -250
- package/lib/rest/marketplace/v1/installedAddOn/installedAddOnExtension.js +0 -219
- package/lib/rest/marketplace/v1/installedAddOn/installedAddOnUsage.d.ts +0 -78
- package/lib/rest/marketplace/v1/installedAddOn/installedAddOnUsage.js +0 -86
- package/lib/rest/marketplace/v1/installedAddOn.d.ts +0 -339
- package/lib/rest/marketplace/v1/installedAddOn.js +0 -302
- package/lib/rest/marketplace/v1/moduleData.d.ts +0 -124
- package/lib/rest/marketplace/v1/moduleData.js +0 -109
- package/lib/rest/marketplace/v1/moduleDataManagement.d.ts +0 -189
- package/lib/rest/marketplace/v1/moduleDataManagement.js +0 -167
- package/lib/rest/marketplace/v1/referralConversion.d.ts +0 -53
- package/lib/rest/marketplace/v1/referralConversion.js +0 -77
- package/lib/rest/messaging/V1.d.ts +0 -75
- package/lib/rest/messaging/V1.js +0 -120
- package/lib/rest/messaging/V2.d.ts +0 -20
- package/lib/rest/messaging/V2.js +0 -44
- package/lib/rest/messaging/v1/brandRegistration/brandRegistrationOtp.d.ts +0 -51
- package/lib/rest/messaging/v1/brandRegistration/brandRegistrationOtp.js +0 -71
- package/lib/rest/messaging/v1/brandRegistration/brandVetting.d.ts +0 -261
- package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +0 -227
- package/lib/rest/messaging/v1/brandRegistration.d.ts +0 -366
- package/lib/rest/messaging/v1/brandRegistration.js +0 -298
- package/lib/rest/messaging/v1/deactivations.d.ts +0 -105
- package/lib/rest/messaging/v1/deactivations.js +0 -108
- package/lib/rest/messaging/v1/domainCerts.d.ts +0 -163
- package/lib/rest/messaging/v1/domainCerts.js +0 -170
- package/lib/rest/messaging/v1/domainConfig.d.ts +0 -174
- package/lib/rest/messaging/v1/domainConfig.js +0 -159
- package/lib/rest/messaging/v1/domainConfigMessagingService.d.ts +0 -126
- package/lib/rest/messaging/v1/domainConfigMessagingService.js +0 -127
- package/lib/rest/messaging/v1/domainValidateDn.d.ts +0 -90
- package/lib/rest/messaging/v1/domainValidateDn.js +0 -115
- package/lib/rest/messaging/v1/externalCampaign.d.ts +0 -80
- package/lib/rest/messaging/v1/externalCampaign.js +0 -90
- package/lib/rest/messaging/v1/linkshorteningMessagingService.d.ts +0 -108
- package/lib/rest/messaging/v1/linkshorteningMessagingService.js +0 -140
- package/lib/rest/messaging/v1/linkshorteningMessagingServiceDomainAssociation.d.ts +0 -90
- package/lib/rest/messaging/v1/linkshorteningMessagingServiceDomainAssociation.js +0 -115
- package/lib/rest/messaging/v1/requestManagedCert.d.ts +0 -126
- package/lib/rest/messaging/v1/requestManagedCert.js +0 -125
- package/lib/rest/messaging/v1/service/alphaSender.d.ts +0 -263
- package/lib/rest/messaging/v1/service/alphaSender.js +0 -238
- package/lib/rest/messaging/v1/service/channelSender.d.ts +0 -269
- package/lib/rest/messaging/v1/service/channelSender.js +0 -240
- package/lib/rest/messaging/v1/service/destinationAlphaSender.d.ts +0 -277
- package/lib/rest/messaging/v1/service/destinationAlphaSender.js +0 -244
- package/lib/rest/messaging/v1/service/phoneNumber.d.ts +0 -269
- package/lib/rest/messaging/v1/service/phoneNumber.js +0 -241
- package/lib/rest/messaging/v1/service/shortCode.d.ts +0 -269
- package/lib/rest/messaging/v1/service/shortCode.js +0 -241
- package/lib/rest/messaging/v1/service/usAppToPerson.d.ts +0 -451
- package/lib/rest/messaging/v1/service/usAppToPerson.js +0 -379
- package/lib/rest/messaging/v1/service/usAppToPersonUsecase.d.ts +0 -61
- package/lib/rest/messaging/v1/service/usAppToPersonUsecase.js +0 -80
- package/lib/rest/messaging/v1/service.d.ts +0 -510
- package/lib/rest/messaging/v1/service.js +0 -442
- package/lib/rest/messaging/v1/tollfreeVerification.d.ts +0 -719
- package/lib/rest/messaging/v1/tollfreeVerification.js +0 -523
- package/lib/rest/messaging/v1/usecase.d.ts +0 -44
- package/lib/rest/messaging/v1/usecase.js +0 -65
- package/lib/rest/messaging/v2/channelsSender.d.ts +0 -564
- package/lib/rest/messaging/v2/channelsSender.js +0 -324
- package/lib/rest/messaging/v2/typingIndicator.d.ts +0 -54
- package/lib/rest/messaging/v2/typingIndicator.js +0 -79
- package/lib/rest/monitor/V1.d.ts +0 -20
- package/lib/rest/monitor/V1.js +0 -42
- package/lib/rest/monitor/v1/alert.d.ts +0 -312
- package/lib/rest/monitor/v1/alert.js +0 -216
- package/lib/rest/monitor/v1/event.d.ts +0 -300
- package/lib/rest/monitor/v1/event.js +0 -212
- package/lib/rest/notify/V1.d.ts +0 -20
- package/lib/rest/notify/V1.js +0 -42
- package/lib/rest/notify/v1/credential.d.ts +0 -326
- package/lib/rest/notify/v1/credential.js +0 -282
- package/lib/rest/notify/v1/service/binding.d.ts +0 -339
- package/lib/rest/notify/v1/service/binding.js +0 -275
- package/lib/rest/notify/v1/service/notification.d.ts +0 -210
- package/lib/rest/notify/v1/service/notification.js +0 -153
- package/lib/rest/notify/v1/service.d.ts +0 -457
- package/lib/rest/notify/v1/service.js +0 -377
- package/lib/rest/numbers/V1.d.ts +0 -60
- package/lib/rest/numbers/V1.js +0 -102
- package/lib/rest/numbers/V2.d.ts +0 -40
- package/lib/rest/numbers/V2.js +0 -70
- package/lib/rest/numbers/V3.d.ts +0 -15
- package/lib/rest/numbers/V3.js +0 -37
- package/lib/rest/numbers/v1/bulkEligibility.d.ts +0 -136
- package/lib/rest/numbers/v1/bulkEligibility.js +0 -146
- package/lib/rest/numbers/v1/eligibility.d.ts +0 -61
- package/lib/rest/numbers/v1/eligibility.js +0 -78
- package/lib/rest/numbers/v1/portingAllPortIn.d.ts +0 -201
- package/lib/rest/numbers/v1/portingAllPortIn.js +0 -139
- package/lib/rest/numbers/v1/portingPortIn.d.ts +0 -366
- package/lib/rest/numbers/v1/portingPortIn.js +0 -202
- package/lib/rest/numbers/v1/portingPortInPhoneNumber.d.ts +0 -201
- package/lib/rest/numbers/v1/portingPortInPhoneNumber.js +0 -170
- package/lib/rest/numbers/v1/portingPortability.d.ts +0 -157
- package/lib/rest/numbers/v1/portingPortability.js +0 -131
- package/lib/rest/numbers/v1/portingWebhookConfiguration.d.ts +0 -79
- package/lib/rest/numbers/v1/portingWebhookConfiguration.js +0 -84
- package/lib/rest/numbers/v1/portingWebhookConfigurationDelete.d.ts +0 -53
- package/lib/rest/numbers/v1/portingWebhookConfigurationDelete.js +0 -70
- package/lib/rest/numbers/v1/signingRequestConfiguration.d.ts +0 -217
- package/lib/rest/numbers/v1/signingRequestConfiguration.js +0 -162
- package/lib/rest/numbers/v1/webhook.d.ts +0 -74
- package/lib/rest/numbers/v1/webhook.js +0 -75
- package/lib/rest/numbers/v2/application.d.ts +0 -257
- package/lib/rest/numbers/v2/application.js +0 -218
- package/lib/rest/numbers/v2/authorizationDocument/dependentHostedNumberOrder.d.ts +0 -267
- package/lib/rest/numbers/v2/authorizationDocument/dependentHostedNumberOrder.js +0 -165
- package/lib/rest/numbers/v2/authorizationDocument.d.ts +0 -292
- package/lib/rest/numbers/v2/authorizationDocument.js +0 -269
- package/lib/rest/numbers/v2/bulkHostedNumberOrder.d.ts +0 -180
- package/lib/rest/numbers/v2/bulkHostedNumberOrder.js +0 -154
- package/lib/rest/numbers/v2/bundleClone.d.ts +0 -155
- package/lib/rest/numbers/v2/bundleClone.js +0 -137
- package/lib/rest/numbers/v2/hostedNumberOrder.d.ts +0 -453
- package/lib/rest/numbers/v2/hostedNumberOrder.js +0 -343
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.d.ts +0 -221
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/bundleCopy.js +0 -165
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.d.ts +0 -233
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/evaluation.js +0 -207
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.d.ts +0 -251
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +0 -234
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.d.ts +0 -108
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.js +0 -98
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle.d.ts +0 -449
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +0 -364
- package/lib/rest/numbers/v2/regulatoryCompliance/endUser.d.ts +0 -310
- package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +0 -269
- package/lib/rest/numbers/v2/regulatoryCompliance/endUserType.d.ts +0 -210
- package/lib/rest/numbers/v2/regulatoryCompliance/endUserType.js +0 -183
- package/lib/rest/numbers/v2/regulatoryCompliance/regulation.d.ts +0 -272
- package/lib/rest/numbers/v2/regulatoryCompliance/regulation.js +0 -199
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.d.ts +0 -334
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +0 -277
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.d.ts +0 -210
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocumentType.js +0 -183
- package/lib/rest/numbers/v2/regulatoryCompliance.d.ts +0 -37
- package/lib/rest/numbers/v2/regulatoryCompliance.js +0 -86
- package/lib/rest/numbers/v3/hostedNumberOrder.d.ts +0 -210
- package/lib/rest/numbers/v3/hostedNumberOrder.js +0 -154
- package/lib/rest/oauth/V1.d.ts +0 -20
- package/lib/rest/oauth/V1.js +0 -42
- package/lib/rest/oauth/V2.d.ts +0 -15
- package/lib/rest/oauth/V2.js +0 -36
- package/lib/rest/oauth/v1/authorize.d.ts +0 -68
- package/lib/rest/oauth/v1/authorize.js +0 -84
- package/lib/rest/oauth/v1/token.d.ts +0 -87
- package/lib/rest/oauth/v1/token.js +0 -99
- package/lib/rest/oauth/v2/token.d.ts +0 -97
- package/lib/rest/oauth/v2/token.js +0 -101
- package/lib/rest/preview/HostedNumbers.d.ts +0 -20
- package/lib/rest/preview/HostedNumbers.js +0 -44
- package/lib/rest/preview/Marketplace.d.ts +0 -20
- package/lib/rest/preview/Marketplace.js +0 -44
- package/lib/rest/preview/Wireless.d.ts +0 -25
- package/lib/rest/preview/Wireless.js +0 -48
- package/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.d.ts +0 -298
- package/lib/rest/preview/hosted_numbers/authorizationDocument/dependentHostedNumberOrder.js +0 -175
- package/lib/rest/preview/hosted_numbers/authorizationDocument.d.ts +0 -329
- package/lib/rest/preview/hosted_numbers/authorizationDocument.js +0 -291
- package/lib/rest/preview/hosted_numbers/hostedNumberOrder.d.ts +0 -473
- package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +0 -353
- package/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.d.ts +0 -218
- package/lib/rest/preview/marketplace/availableAddOn/availableAddOnExtension.js +0 -191
- package/lib/rest/preview/marketplace/availableAddOn.d.ts +0 -230
- package/lib/rest/preview/marketplace/availableAddOn.js +0 -200
- package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.d.ts +0 -250
- package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +0 -219
- package/lib/rest/preview/marketplace/installedAddOn.d.ts +0 -331
- package/lib/rest/preview/marketplace/installedAddOn.js +0 -289
- package/lib/rest/preview/wireless/command.d.ts +0 -265
- package/lib/rest/preview/wireless/command.js +0 -237
- package/lib/rest/preview/wireless/ratePlan.d.ts +0 -325
- package/lib/rest/preview/wireless/ratePlan.js +0 -294
- package/lib/rest/preview/wireless/sim/usage.d.ts +0 -130
- package/lib/rest/preview/wireless/sim/usage.js +0 -134
- package/lib/rest/preview/wireless/sim.d.ts +0 -356
- package/lib/rest/preview/wireless/sim.js +0 -296
- package/lib/rest/previewIam/V1.d.ts +0 -20
- package/lib/rest/previewIam/V1.js +0 -42
- package/lib/rest/previewIam/Versionless.d.ts +0 -15
- package/lib/rest/previewIam/Versionless.js +0 -36
- package/lib/rest/previewIam/v1/authorize.d.ts +0 -68
- package/lib/rest/previewIam/v1/authorize.js +0 -84
- package/lib/rest/previewIam/v1/token.d.ts +0 -87
- package/lib/rest/previewIam/v1/token.js +0 -99
- package/lib/rest/previewIam/versionless/organization/account.d.ts +0 -215
- package/lib/rest/previewIam/versionless/organization/account.js +0 -195
- package/lib/rest/previewIam/versionless/organization/roleAssignment.d.ts +0 -273
- package/lib/rest/previewIam/versionless/organization/roleAssignment.js +0 -221
- package/lib/rest/previewIam/versionless/organization/user.d.ts +0 -447
- package/lib/rest/previewIam/versionless/organization/user.js +0 -299
- package/lib/rest/previewIam/versionless/organization.d.ts +0 -52
- package/lib/rest/previewIam/versionless/organization.js +0 -80
- package/lib/rest/pricing/V1.d.ts +0 -25
- package/lib/rest/pricing/V1.js +0 -48
- package/lib/rest/pricing/V2.d.ts +0 -25
- package/lib/rest/pricing/V2.js +0 -48
- package/lib/rest/pricing/v1/messaging/country.d.ts +0 -232
- package/lib/rest/pricing/v1/messaging/country.js +0 -194
- package/lib/rest/pricing/v1/messaging.d.ts +0 -18
- package/lib/rest/pricing/v1/messaging.js +0 -41
- package/lib/rest/pricing/v1/phoneNumber/country.d.ts +0 -215
- package/lib/rest/pricing/v1/phoneNumber/country.js +0 -186
- package/lib/rest/pricing/v1/phoneNumber.d.ts +0 -18
- package/lib/rest/pricing/v1/phoneNumber.js +0 -41
- package/lib/rest/pricing/v1/voice/country.d.ts +0 -227
- package/lib/rest/pricing/v1/voice/country.js +0 -191
- package/lib/rest/pricing/v1/voice/number.d.ts +0 -126
- package/lib/rest/pricing/v1/voice/number.js +0 -133
- package/lib/rest/pricing/v1/voice.d.ts +0 -21
- package/lib/rest/pricing/v1/voice.js +0 -50
- package/lib/rest/pricing/v2/country.d.ts +0 -228
- package/lib/rest/pricing/v2/country.js +0 -191
- package/lib/rest/pricing/v2/number.d.ts +0 -157
- package/lib/rest/pricing/v2/number.js +0 -138
- package/lib/rest/pricing/v2/voice/country.d.ts +0 -228
- package/lib/rest/pricing/v2/voice/country.js +0 -191
- package/lib/rest/pricing/v2/voice/number.d.ts +0 -158
- package/lib/rest/pricing/v2/voice/number.js +0 -138
- package/lib/rest/pricing/v2/voice.d.ts +0 -21
- package/lib/rest/pricing/v2/voice.js +0 -50
- package/lib/rest/proxy/V1.d.ts +0 -15
- package/lib/rest/proxy/V1.js +0 -36
- package/lib/rest/proxy/v1/service/phoneNumber.d.ts +0 -339
- package/lib/rest/proxy/v1/service/phoneNumber.js +0 -280
- package/lib/rest/proxy/v1/service/session/interaction.d.ts +0 -314
- package/lib/rest/proxy/v1/service/session/interaction.js +0 -244
- package/lib/rest/proxy/v1/service/session/participant/messageInteraction.d.ts +0 -331
- package/lib/rest/proxy/v1/service/session/participant/messageInteraction.js +0 -262
- package/lib/rest/proxy/v1/service/session/participant.d.ts +0 -309
- package/lib/rest/proxy/v1/service/session/participant.js +0 -273
- package/lib/rest/proxy/v1/service/session.d.ts +0 -393
- package/lib/rest/proxy/v1/service/session.js +0 -324
- package/lib/rest/proxy/v1/service.d.ts +0 -385
- package/lib/rest/proxy/v1/service.js +0 -325
- package/lib/rest/routes/V2.d.ts +0 -25
- package/lib/rest/routes/V2.js +0 -48
- package/lib/rest/routes/v2/phoneNumber.d.ts +0 -167
- package/lib/rest/routes/v2/phoneNumber.js +0 -153
- package/lib/rest/routes/v2/sipDomain.d.ts +0 -143
- package/lib/rest/routes/v2/sipDomain.js +0 -153
- package/lib/rest/routes/v2/trunk.d.ts +0 -167
- package/lib/rest/routes/v2/trunk.js +0 -153
- package/lib/rest/serverless/V1.d.ts +0 -15
- package/lib/rest/serverless/V1.js +0 -36
- package/lib/rest/serverless/v1/service/asset/assetVersion.d.ts +0 -233
- package/lib/rest/serverless/v1/service/asset/assetVersion.js +0 -201
- package/lib/rest/serverless/v1/service/asset.d.ts +0 -297
- package/lib/rest/serverless/v1/service/asset.js +0 -279
- package/lib/rest/serverless/v1/service/build/buildStatus.d.ts +0 -109
- package/lib/rest/serverless/v1/service/build/buildStatus.js +0 -126
- package/lib/rest/serverless/v1/service/build.d.ts +0 -308
- package/lib/rest/serverless/v1/service/build.js +0 -267
- package/lib/rest/serverless/v1/service/environment/deployment.d.ts +0 -258
- package/lib/rest/serverless/v1/service/environment/deployment.js +0 -227
- package/lib/rest/serverless/v1/service/environment/log.d.ts +0 -274
- package/lib/rest/serverless/v1/service/environment/log.js +0 -215
- package/lib/rest/serverless/v1/service/environment/variable.d.ts +0 -317
- package/lib/rest/serverless/v1/service/environment/variable.js +0 -280
- package/lib/rest/serverless/v1/service/environment.d.ts +0 -307
- package/lib/rest/serverless/v1/service/environment.js +0 -285
- package/lib/rest/serverless/v1/service/function/functionVersion/functionVersionContent.d.ts +0 -113
- package/lib/rest/serverless/v1/service/function/functionVersion/functionVersionContent.js +0 -134
- package/lib/rest/serverless/v1/service/function/functionVersion.d.ts +0 -244
- package/lib/rest/serverless/v1/service/function/functionVersion.js +0 -216
- package/lib/rest/serverless/v1/service/function.d.ts +0 -297
- package/lib/rest/serverless/v1/service/function.js +0 -279
- package/lib/rest/serverless/v1/service.d.ts +0 -363
- package/lib/rest/serverless/v1/service.js +0 -329
- package/lib/rest/studio/V1.d.ts +0 -15
- package/lib/rest/studio/V1.js +0 -36
- package/lib/rest/studio/V2.d.ts +0 -20
- package/lib/rest/studio/V2.js +0 -42
- package/lib/rest/studio/v1/flow/engagement/engagementContext.d.ts +0 -108
- package/lib/rest/studio/v1/flow/engagement/engagementContext.js +0 -126
- package/lib/rest/studio/v1/flow/engagement/step/stepContext.d.ts +0 -116
- package/lib/rest/studio/v1/flow/engagement/step/stepContext.js +0 -134
- package/lib/rest/studio/v1/flow/engagement/step.d.ts +0 -276
- package/lib/rest/studio/v1/flow/engagement/step.js +0 -226
- package/lib/rest/studio/v1/flow/engagement.d.ts +0 -302
- package/lib/rest/studio/v1/flow/engagement.js +0 -276
- package/lib/rest/studio/v1/flow/execution/executionContext.d.ts +0 -108
- package/lib/rest/studio/v1/flow/execution/executionContext.js +0 -126
- package/lib/rest/studio/v1/flow/execution/executionStep/executionStepContext.d.ts +0 -116
- package/lib/rest/studio/v1/flow/execution/executionStep/executionStepContext.js +0 -134
- package/lib/rest/studio/v1/flow/execution/executionStep.d.ts +0 -276
- package/lib/rest/studio/v1/flow/execution/executionStep.js +0 -226
- package/lib/rest/studio/v1/flow/execution.d.ts +0 -340
- package/lib/rest/studio/v1/flow/execution.js +0 -306
- package/lib/rest/studio/v1/flow.d.ts +0 -268
- package/lib/rest/studio/v1/flow.js +0 -237
- package/lib/rest/studio/v2/flow/execution/executionContext.d.ts +0 -108
- package/lib/rest/studio/v2/flow/execution/executionContext.js +0 -126
- package/lib/rest/studio/v2/flow/execution/executionStep/executionStepContext.d.ts +0 -116
- package/lib/rest/studio/v2/flow/execution/executionStep/executionStepContext.js +0 -134
- package/lib/rest/studio/v2/flow/execution/executionStep.d.ts +0 -276
- package/lib/rest/studio/v2/flow/execution/executionStep.js +0 -226
- package/lib/rest/studio/v2/flow/execution.d.ts +0 -334
- package/lib/rest/studio/v2/flow/execution.js +0 -304
- package/lib/rest/studio/v2/flow/flowRevision.d.ts +0 -255
- package/lib/rest/studio/v2/flow/flowRevision.js +0 -203
- package/lib/rest/studio/v2/flow/flowTestUser.d.ts +0 -120
- package/lib/rest/studio/v2/flow/flowTestUser.js +0 -142
- package/lib/rest/studio/v2/flow.d.ts +0 -363
- package/lib/rest/studio/v2/flow.js +0 -327
- package/lib/rest/studio/v2/flowValidate.d.ts +0 -62
- package/lib/rest/studio/v2/flowValidate.js +0 -86
- package/lib/rest/supersim/V1.d.ts +0 -55
- package/lib/rest/supersim/V1.js +0 -86
- package/lib/rest/supersim/v1/esimProfile.d.ts +0 -313
- package/lib/rest/supersim/v1/esimProfile.js +0 -237
- package/lib/rest/supersim/v1/fleet.d.ts +0 -363
- package/lib/rest/supersim/v1/fleet.js +0 -283
- package/lib/rest/supersim/v1/ipCommand.d.ts +0 -311
- package/lib/rest/supersim/v1/ipCommand.js +0 -243
- package/lib/rest/supersim/v1/network.d.ts +0 -228
- package/lib/rest/supersim/v1/network.js +0 -189
- package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.d.ts +0 -251
- package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +0 -234
- package/lib/rest/supersim/v1/networkAccessProfile.d.ts +0 -295
- package/lib/rest/supersim/v1/networkAccessProfile.js +0 -254
- package/lib/rest/supersim/v1/settingsUpdate.d.ts +0 -196
- package/lib/rest/supersim/v1/settingsUpdate.js +0 -137
- package/lib/rest/supersim/v1/sim/billingPeriod.d.ts +0 -185
- package/lib/rest/supersim/v1/sim/billingPeriod.js +0 -137
- package/lib/rest/supersim/v1/sim/simIpAddress.d.ts +0 -149
- package/lib/rest/supersim/v1/sim/simIpAddress.js +0 -125
- package/lib/rest/supersim/v1/sim.d.ts +0 -343
- package/lib/rest/supersim/v1/sim.js +0 -289
- package/lib/rest/supersim/v1/smsCommand.d.ts +0 -276
- package/lib/rest/supersim/v1/smsCommand.js +0 -227
- package/lib/rest/supersim/v1/usageRecord.d.ts +0 -257
- package/lib/rest/supersim/v1/usageRecord.js +0 -155
- package/lib/rest/sync/V1.d.ts +0 -15
- package/lib/rest/sync/V1.js +0 -36
- package/lib/rest/sync/v1/service/document/documentPermission.d.ts +0 -279
- package/lib/rest/sync/v1/service/document/documentPermission.js +0 -260
- package/lib/rest/sync/v1/service/document.d.ts +0 -353
- package/lib/rest/sync/v1/service/document.js +0 -297
- package/lib/rest/sync/v1/service/syncList/syncListItem.d.ts +0 -384
- package/lib/rest/sync/v1/service/syncList/syncListItem.js +0 -302
- package/lib/rest/sync/v1/service/syncList/syncListPermission.d.ts +0 -279
- package/lib/rest/sync/v1/service/syncList/syncListPermission.js +0 -260
- package/lib/rest/sync/v1/service/syncList.d.ts +0 -353
- package/lib/rest/sync/v1/service/syncList.js +0 -306
- package/lib/rest/sync/v1/service/syncMap/syncMapItem.d.ts +0 -386
- package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +0 -306
- package/lib/rest/sync/v1/service/syncMap/syncMapPermission.d.ts +0 -279
- package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +0 -260
- package/lib/rest/sync/v1/service/syncMap.d.ts +0 -353
- package/lib/rest/sync/v1/service/syncMap.js +0 -306
- package/lib/rest/sync/v1/service/syncStream/streamMessage.d.ts +0 -60
- package/lib/rest/sync/v1/service/syncStream/streamMessage.js +0 -84
- package/lib/rest/sync/v1/service/syncStream.d.ts +0 -335
- package/lib/rest/sync/v1/service/syncStream.js +0 -287
- package/lib/rest/sync/v1/service.d.ts +0 -403
- package/lib/rest/sync/v1/service.js +0 -352
- package/lib/rest/taskrouter/V1.d.ts +0 -15
- package/lib/rest/taskrouter/V1.js +0 -36
- package/lib/rest/taskrouter/v1/workspace/activity.d.ts +0 -322
- package/lib/rest/taskrouter/v1/workspace/activity.js +0 -275
- package/lib/rest/taskrouter/v1/workspace/event.d.ts +0 -350
- package/lib/rest/taskrouter/v1/workspace/event.js +0 -235
- package/lib/rest/taskrouter/v1/workspace/task/reservation.d.ts +0 -416
- package/lib/rest/taskrouter/v1/workspace/task/reservation.js +0 -351
- package/lib/rest/taskrouter/v1/workspace/task.d.ts +0 -531
- package/lib/rest/taskrouter/v1/workspace/task.js +0 -365
- package/lib/rest/taskrouter/v1/workspace/taskChannel.d.ts +0 -323
- package/lib/rest/taskrouter/v1/workspace/taskChannel.js +0 -279
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueBulkRealTimeStatistics.d.ts +0 -86
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueBulkRealTimeStatistics.js +0 -90
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueCumulativeStatistics.d.ts +0 -243
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueCumulativeStatistics.js +0 -173
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueRealTimeStatistics.d.ts +0 -187
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueRealTimeStatistics.js +0 -149
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueStatistics.d.ts +0 -147
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueueStatistics.js +0 -140
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.d.ts +0 -202
- package/lib/rest/taskrouter/v1/workspace/taskQueue/taskQueuesStatistics.js +0 -143
- package/lib/rest/taskrouter/v1/workspace/taskQueue.d.ts +0 -422
- package/lib/rest/taskrouter/v1/workspace/taskQueue.js +0 -367
- package/lib/rest/taskrouter/v1/workspace/worker/reservation.d.ts +0 -405
- package/lib/rest/taskrouter/v1/workspace/worker/reservation.js +0 -345
- package/lib/rest/taskrouter/v1/workspace/worker/workerChannel.d.ts +0 -306
- package/lib/rest/taskrouter/v1/workspace/worker/workerChannel.js +0 -241
- package/lib/rest/taskrouter/v1/workspace/worker/workerStatistics.d.ts +0 -139
- package/lib/rest/taskrouter/v1/workspace/worker/workerStatistics.js +0 -136
- package/lib/rest/taskrouter/v1/workspace/worker/workersCumulativeStatistics.d.ts +0 -179
- package/lib/rest/taskrouter/v1/workspace/worker/workersCumulativeStatistics.js +0 -144
- package/lib/rest/taskrouter/v1/workspace/worker/workersRealTimeStatistics.d.ts +0 -131
- package/lib/rest/taskrouter/v1/workspace/worker/workersRealTimeStatistics.js +0 -124
- package/lib/rest/taskrouter/v1/workspace/worker/workersStatistics.d.ts +0 -143
- package/lib/rest/taskrouter/v1/workspace/worker/workersStatistics.js +0 -136
- package/lib/rest/taskrouter/v1/workspace/worker.d.ts +0 -453
- package/lib/rest/taskrouter/v1/workspace/worker.js +0 -376
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowCumulativeStatistics.d.ts +0 -243
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowCumulativeStatistics.js +0 -172
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowRealTimeStatistics.d.ts +0 -157
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowRealTimeStatistics.js +0 -138
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowStatistics.d.ts +0 -147
- package/lib/rest/taskrouter/v1/workspace/workflow/workflowStatistics.js +0 -140
- package/lib/rest/taskrouter/v1/workspace/workflow.d.ts +0 -383
- package/lib/rest/taskrouter/v1/workspace/workflow.js +0 -342
- package/lib/rest/taskrouter/v1/workspace/workspaceCumulativeStatistics.d.ts +0 -235
- package/lib/rest/taskrouter/v1/workspace/workspaceCumulativeStatistics.js +0 -164
- package/lib/rest/taskrouter/v1/workspace/workspaceRealTimeStatistics.d.ts +0 -161
- package/lib/rest/taskrouter/v1/workspace/workspaceRealTimeStatistics.js +0 -134
- package/lib/rest/taskrouter/v1/workspace/workspaceStatistics.d.ts +0 -139
- package/lib/rest/taskrouter/v1/workspace/workspaceStatistics.js +0 -132
- package/lib/rest/taskrouter/v1/workspace.d.ts +0 -454
- package/lib/rest/taskrouter/v1/workspace.js +0 -426
- package/lib/rest/trunking/V1.d.ts +0 -15
- package/lib/rest/trunking/V1.js +0 -36
- package/lib/rest/trunking/v1/trunk/credentialList.d.ts +0 -257
- package/lib/rest/trunking/v1/trunk/credentialList.js +0 -237
- package/lib/rest/trunking/v1/trunk/ipAccessControlList.d.ts +0 -257
- package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +0 -237
- package/lib/rest/trunking/v1/trunk/originationUrl.d.ts +0 -339
- package/lib/rest/trunking/v1/trunk/originationUrl.js +0 -297
- package/lib/rest/trunking/v1/trunk/phoneNumber.d.ts +0 -372
- package/lib/rest/trunking/v1/trunk/phoneNumber.js +0 -275
- package/lib/rest/trunking/v1/trunk/recording.d.ts +0 -134
- package/lib/rest/trunking/v1/trunk/recording.js +0 -144
- package/lib/rest/trunking/v1/trunk.d.ts +0 -441
- package/lib/rest/trunking/v1/trunk.js +0 -374
- package/lib/rest/trusthub/V1.d.ts +0 -60
- package/lib/rest/trusthub/V1.js +0 -99
- package/lib/rest/trusthub/v1/complianceInquiries.d.ts +0 -138
- package/lib/rest/trusthub/v1/complianceInquiries.js +0 -149
- package/lib/rest/trusthub/v1/complianceRegistrationInquiries.d.ts +0 -234
- package/lib/rest/trusthub/v1/complianceRegistrationInquiries.js +0 -233
- package/lib/rest/trusthub/v1/complianceTollfreeInquiries.d.ts +0 -120
- package/lib/rest/trusthub/v1/complianceTollfreeInquiries.js +0 -132
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.d.ts +0 -271
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +0 -246
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.d.ts +0 -257
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +0 -236
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.d.ts +0 -241
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +0 -217
- package/lib/rest/trusthub/v1/customerProfiles.d.ts +0 -388
- package/lib/rest/trusthub/v1/customerProfiles.js +0 -332
- package/lib/rest/trusthub/v1/endUser.d.ts +0 -309
- package/lib/rest/trusthub/v1/endUser.js +0 -269
- package/lib/rest/trusthub/v1/endUserType.d.ts +0 -210
- package/lib/rest/trusthub/v1/endUserType.js +0 -183
- package/lib/rest/trusthub/v1/policies.d.ts +0 -204
- package/lib/rest/trusthub/v1/policies.js +0 -181
- package/lib/rest/trusthub/v1/supportingDocument.d.ts +0 -322
- package/lib/rest/trusthub/v1/supportingDocument.js +0 -273
- package/lib/rest/trusthub/v1/supportingDocumentType.d.ts +0 -210
- package/lib/rest/trusthub/v1/supportingDocumentType.js +0 -183
- package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.d.ts +0 -271
- package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +0 -246
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.d.ts +0 -257
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +0 -236
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.d.ts +0 -241
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +0 -217
- package/lib/rest/trusthub/v1/trustProducts.d.ts +0 -388
- package/lib/rest/trusthub/v1/trustProducts.js +0 -332
- package/lib/rest/verify/V2.d.ts +0 -40
- package/lib/rest/verify/V2.js +0 -69
- package/lib/rest/verify/v2/form.d.ts +0 -100
- package/lib/rest/verify/v2/form.js +0 -115
- package/lib/rest/verify/v2/safelist.d.ts +0 -126
- package/lib/rest/verify/v2/safelist.js +0 -156
- package/lib/rest/verify/v2/service/accessToken.d.ts +0 -160
- package/lib/rest/verify/v2/service/accessToken.js +0 -163
- package/lib/rest/verify/v2/service/approveChallenge.d.ts +0 -202
- package/lib/rest/verify/v2/service/approveChallenge.js +0 -123
- package/lib/rest/verify/v2/service/entity/challenge/notification.d.ts +0 -111
- package/lib/rest/verify/v2/service/entity/challenge/notification.js +0 -103
- package/lib/rest/verify/v2/service/entity/challenge.d.ts +0 -392
- package/lib/rest/verify/v2/service/entity/challenge.js +0 -302
- package/lib/rest/verify/v2/service/entity/factor.d.ts +0 -340
- package/lib/rest/verify/v2/service/entity/factor.js +0 -277
- package/lib/rest/verify/v2/service/entity/newFactor.d.ts +0 -165
- package/lib/rest/verify/v2/service/entity/newFactor.js +0 -140
- package/lib/rest/verify/v2/service/entity.d.ts +0 -287
- package/lib/rest/verify/v2/service/entity.js +0 -277
- package/lib/rest/verify/v2/service/messagingConfiguration.d.ts +0 -285
- package/lib/rest/verify/v2/service/messagingConfiguration.js +0 -268
- package/lib/rest/verify/v2/service/newChallenge.d.ts +0 -205
- package/lib/rest/verify/v2/service/newChallenge.js +0 -153
- package/lib/rest/verify/v2/service/newFactor.d.ts +0 -154
- package/lib/rest/verify/v2/service/newFactor.js +0 -118
- package/lib/rest/verify/v2/service/newVerifyFactor.d.ts +0 -162
- package/lib/rest/verify/v2/service/newVerifyFactor.js +0 -111
- package/lib/rest/verify/v2/service/rateLimit/bucket.d.ts +0 -317
- package/lib/rest/verify/v2/service/rateLimit/bucket.js +0 -280
- package/lib/rest/verify/v2/service/rateLimit.d.ts +0 -321
- package/lib/rest/verify/v2/service/rateLimit.js +0 -283
- package/lib/rest/verify/v2/service/verification.d.ts +0 -252
- package/lib/rest/verify/v2/service/verification.js +0 -228
- package/lib/rest/verify/v2/service/verificationCheck.d.ts +0 -138
- package/lib/rest/verify/v2/service/verificationCheck.js +0 -113
- package/lib/rest/verify/v2/service/webhook.d.ts +0 -348
- package/lib/rest/verify/v2/service/webhook.js +0 -295
- package/lib/rest/verify/v2/service.d.ts +0 -560
- package/lib/rest/verify/v2/service.js +0 -535
- package/lib/rest/verify/v2/template.d.ts +0 -171
- package/lib/rest/verify/v2/template.js +0 -129
- package/lib/rest/verify/v2/verificationAttempt.d.ts +0 -293
- package/lib/rest/verify/v2/verificationAttempt.js +0 -211
- package/lib/rest/verify/v2/verificationAttemptsSummary.d.ts +0 -137
- package/lib/rest/verify/v2/verificationAttemptsSummary.js +0 -127
- package/lib/rest/video/V1.d.ts +0 -40
- package/lib/rest/video/V1.js +0 -69
- package/lib/rest/video/v1/composition.d.ts +0 -381
- package/lib/rest/video/v1/composition.js +0 -282
- package/lib/rest/video/v1/compositionHook.d.ts +0 -390
- package/lib/rest/video/v1/compositionHook.js +0 -318
- package/lib/rest/video/v1/compositionSettings.d.ts +0 -158
- package/lib/rest/video/v1/compositionSettings.js +0 -155
- package/lib/rest/video/v1/recording.d.ts +0 -342
- package/lib/rest/video/v1/recording.js +0 -242
- package/lib/rest/video/v1/recordingSettings.d.ts +0 -158
- package/lib/rest/video/v1/recordingSettings.js +0 -155
- package/lib/rest/video/v1/room/participant/anonymize.d.ts +0 -145
- package/lib/rest/video/v1/room/participant/anonymize.js +0 -138
- package/lib/rest/video/v1/room/participant/publishedTrack.d.ts +0 -239
- package/lib/rest/video/v1/room/participant/publishedTrack.js +0 -203
- package/lib/rest/video/v1/room/participant/subscribeRules.d.ts +0 -102
- package/lib/rest/video/v1/room/participant/subscribeRules.js +0 -107
- package/lib/rest/video/v1/room/participant/subscribedTrack.d.ts +0 -245
- package/lib/rest/video/v1/room/participant/subscribedTrack.js +0 -205
- package/lib/rest/video/v1/room/participant.d.ts +0 -353
- package/lib/rest/video/v1/room/participant.js +0 -291
- package/lib/rest/video/v1/room/recordingRules.d.ts +0 -94
- package/lib/rest/video/v1/room/recordingRules.js +0 -102
- package/lib/rest/video/v1/room/roomRecording.d.ts +0 -326
- package/lib/rest/video/v1/room/roomRecording.js +0 -242
- package/lib/rest/video/v1/room/transcriptions.d.ts +0 -315
- package/lib/rest/video/v1/room/transcriptions.js +0 -253
- package/lib/rest/video/v1/room.d.ts +0 -459
- package/lib/rest/video/v1/room.js +0 -362
- package/lib/rest/voice/V1.d.ts +0 -40
- package/lib/rest/voice/V1.js +0 -69
- package/lib/rest/voice/v1/archivedCall.d.ts +0 -50
- package/lib/rest/voice/v1/archivedCall.js +0 -73
- package/lib/rest/voice/v1/byocTrunk.d.ts +0 -389
- package/lib/rest/voice/v1/byocTrunk.js +0 -312
- package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.d.ts +0 -339
- package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +0 -288
- package/lib/rest/voice/v1/connectionPolicy.d.ts +0 -313
- package/lib/rest/voice/v1/connectionPolicy.js +0 -273
- package/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.d.ts +0 -58
- package/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.js +0 -78
- package/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.d.ts +0 -142
- package/lib/rest/voice/v1/dialingPermissions/country/highriskSpecialPrefix.js +0 -123
- package/lib/rest/voice/v1/dialingPermissions/country.d.ts +0 -278
- package/lib/rest/voice/v1/dialingPermissions/country.js +0 -218
- package/lib/rest/voice/v1/dialingPermissions/settings.d.ts +0 -128
- package/lib/rest/voice/v1/dialingPermissions/settings.js +0 -134
- package/lib/rest/voice/v1/dialingPermissions.d.ts +0 -24
- package/lib/rest/voice/v1/dialingPermissions.js +0 -59
- package/lib/rest/voice/v1/ipRecord.d.ts +0 -307
- package/lib/rest/voice/v1/ipRecord.js +0 -264
- package/lib/rest/voice/v1/sourceIpMapping.d.ts +0 -277
- package/lib/rest/voice/v1/sourceIpMapping.js +0 -260
- package/lib/rest/wireless/V1.d.ts +0 -30
- package/lib/rest/wireless/V1.js +0 -54
- package/lib/rest/wireless/v1/command.d.ts +0 -325
- package/lib/rest/wireless/v1/command.js +0 -260
- package/lib/rest/wireless/v1/ratePlan.d.ts +0 -387
- package/lib/rest/wireless/v1/ratePlan.js +0 -303
- package/lib/rest/wireless/v1/sim/dataSession.d.ts +0 -232
- package/lib/rest/wireless/v1/sim/dataSession.js +0 -153
- package/lib/rest/wireless/v1/sim/usageRecord.d.ts +0 -188
- package/lib/rest/wireless/v1/sim/usageRecord.js +0 -137
- package/lib/rest/wireless/v1/sim.d.ts +0 -465
- package/lib/rest/wireless/v1/sim.js +0 -339
- package/lib/rest/wireless/v1/usageRecord.d.ts +0 -181
- package/lib/rest/wireless/v1/usageRecord.js +0 -131
- package/lib/twiml/FaxResponse.d.ts +0 -66
- package/lib/twiml/FaxResponse.js +0 -66
- package/lib/twiml/MessagingResponse.d.ts +0 -117
- package/lib/twiml/MessagingResponse.js +0 -119
- package/lib/twiml/TwiML.d.ts +0 -42
- package/lib/twiml/TwiML.js +0 -83
- package/lib/twiml/VoiceResponse.d.ts +0 -2885
- package/lib/twiml/VoiceResponse.js +0 -1632
- package/lib/webhooks/webhooks.d.ts +0 -134
- package/lib/webhooks/webhooks.js +0 -322
|
@@ -1,353 +0,0 @@
|
|
|
1
|
-
import { inspect, InspectOptions } from "util";
|
|
2
|
-
import Page, { TwilioResponsePayload } from "../../../../base/Page";
|
|
3
|
-
import Response from "../../../../http/response";
|
|
4
|
-
import V1 from "../../V1";
|
|
5
|
-
import { SyncMapItemListInstance } from "./syncMap/syncMapItem";
|
|
6
|
-
import { SyncMapPermissionListInstance } from "./syncMap/syncMapPermission";
|
|
7
|
-
/**
|
|
8
|
-
* Options to pass to update a SyncMapInstance
|
|
9
|
-
*/
|
|
10
|
-
export interface SyncMapContextUpdateOptions {
|
|
11
|
-
/** An alias for `collection_ttl`. If both parameters are provided, this value is ignored. */
|
|
12
|
-
ttl?: number;
|
|
13
|
-
/** How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. */
|
|
14
|
-
collectionTtl?: number;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Options to pass to create a SyncMapInstance
|
|
18
|
-
*/
|
|
19
|
-
export interface SyncMapListInstanceCreateOptions {
|
|
20
|
-
/** An application-defined string that uniquely identifies the resource. It can be used as an alternative to the `sid` in the URL path to address the resource. */
|
|
21
|
-
uniqueName?: string;
|
|
22
|
-
/** An alias for `collection_ttl`. If both parameters are provided, this value is ignored. */
|
|
23
|
-
ttl?: number;
|
|
24
|
-
/** How long, [in seconds](https://www.twilio.com/docs/sync/limits#sync-payload-limits), before the Sync Map expires (time-to-live) and is deleted. */
|
|
25
|
-
collectionTtl?: number;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Options to pass to each
|
|
29
|
-
*/
|
|
30
|
-
export interface SyncMapListInstanceEachOptions {
|
|
31
|
-
/** How many resources to return in each list page. The default is 50, and the maximum is 100. */
|
|
32
|
-
pageSize?: number;
|
|
33
|
-
/** Function to process each record. If this and a positional callback are passed, this one will be used */
|
|
34
|
-
callback?: (item: SyncMapInstance, done: (err?: Error) => void) => void;
|
|
35
|
-
/** Function to be called upon completion of streaming */
|
|
36
|
-
done?: Function;
|
|
37
|
-
/** Upper limit for the number of records to return. each() guarantees never to return more than limit. Default is no limit */
|
|
38
|
-
limit?: number;
|
|
39
|
-
}
|
|
40
|
-
/**
|
|
41
|
-
* Options to pass to list
|
|
42
|
-
*/
|
|
43
|
-
export interface SyncMapListInstanceOptions {
|
|
44
|
-
/** How many resources to return in each list page. The default is 50, and the maximum is 100. */
|
|
45
|
-
pageSize?: number;
|
|
46
|
-
/** Upper limit for the number of records to return. list() guarantees never to return more than limit. Default is no limit */
|
|
47
|
-
limit?: number;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Options to pass to page
|
|
51
|
-
*/
|
|
52
|
-
export interface SyncMapListInstancePageOptions {
|
|
53
|
-
/** How many resources to return in each list page. The default is 50, and the maximum is 100. */
|
|
54
|
-
pageSize?: number;
|
|
55
|
-
/** Page Number, this value is simply for client state */
|
|
56
|
-
pageNumber?: number;
|
|
57
|
-
/** PageToken provided by the API */
|
|
58
|
-
pageToken?: string;
|
|
59
|
-
}
|
|
60
|
-
export interface SyncMapContext {
|
|
61
|
-
syncMapItems: SyncMapItemListInstance;
|
|
62
|
-
syncMapPermissions: SyncMapPermissionListInstance;
|
|
63
|
-
/**
|
|
64
|
-
* Remove a SyncMapInstance
|
|
65
|
-
*
|
|
66
|
-
* @param callback - Callback to handle processed record
|
|
67
|
-
*
|
|
68
|
-
* @returns Resolves to processed boolean
|
|
69
|
-
*/
|
|
70
|
-
remove(callback?: (error: Error | null, item?: boolean) => any): Promise<boolean>;
|
|
71
|
-
/**
|
|
72
|
-
* Fetch a SyncMapInstance
|
|
73
|
-
*
|
|
74
|
-
* @param callback - Callback to handle processed record
|
|
75
|
-
*
|
|
76
|
-
* @returns Resolves to processed SyncMapInstance
|
|
77
|
-
*/
|
|
78
|
-
fetch(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
79
|
-
/**
|
|
80
|
-
* Update a SyncMapInstance
|
|
81
|
-
*
|
|
82
|
-
* @param callback - Callback to handle processed record
|
|
83
|
-
*
|
|
84
|
-
* @returns Resolves to processed SyncMapInstance
|
|
85
|
-
*/
|
|
86
|
-
update(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
87
|
-
/**
|
|
88
|
-
* Update a SyncMapInstance
|
|
89
|
-
*
|
|
90
|
-
* @param params - Parameter for request
|
|
91
|
-
* @param callback - Callback to handle processed record
|
|
92
|
-
*
|
|
93
|
-
* @returns Resolves to processed SyncMapInstance
|
|
94
|
-
*/
|
|
95
|
-
update(params: SyncMapContextUpdateOptions, callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
96
|
-
/**
|
|
97
|
-
* Provide a user-friendly representation
|
|
98
|
-
*/
|
|
99
|
-
toJSON(): any;
|
|
100
|
-
[inspect.custom](_depth: any, options: InspectOptions): any;
|
|
101
|
-
}
|
|
102
|
-
export interface SyncMapContextSolution {
|
|
103
|
-
serviceSid: string;
|
|
104
|
-
sid: string;
|
|
105
|
-
}
|
|
106
|
-
export declare class SyncMapContextImpl implements SyncMapContext {
|
|
107
|
-
protected _version: V1;
|
|
108
|
-
protected _solution: SyncMapContextSolution;
|
|
109
|
-
protected _uri: string;
|
|
110
|
-
protected _syncMapItems?: SyncMapItemListInstance;
|
|
111
|
-
protected _syncMapPermissions?: SyncMapPermissionListInstance;
|
|
112
|
-
constructor(_version: V1, serviceSid: string, sid: string);
|
|
113
|
-
get syncMapItems(): SyncMapItemListInstance;
|
|
114
|
-
get syncMapPermissions(): SyncMapPermissionListInstance;
|
|
115
|
-
remove(callback?: (error: Error | null, item?: boolean) => any): Promise<boolean>;
|
|
116
|
-
fetch(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
117
|
-
update(params?: SyncMapContextUpdateOptions | ((error: Error | null, item?: SyncMapInstance) => any), callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
118
|
-
/**
|
|
119
|
-
* Provide a user-friendly representation
|
|
120
|
-
*
|
|
121
|
-
* @returns Object
|
|
122
|
-
*/
|
|
123
|
-
toJSON(): SyncMapContextSolution;
|
|
124
|
-
[inspect.custom](_depth: any, options: InspectOptions): string;
|
|
125
|
-
}
|
|
126
|
-
interface SyncMapPayload extends TwilioResponsePayload {
|
|
127
|
-
maps: SyncMapResource[];
|
|
128
|
-
}
|
|
129
|
-
interface SyncMapResource {
|
|
130
|
-
sid: string;
|
|
131
|
-
unique_name: string;
|
|
132
|
-
account_sid: string;
|
|
133
|
-
service_sid: string;
|
|
134
|
-
url: string;
|
|
135
|
-
links: Record<string, string>;
|
|
136
|
-
revision: string;
|
|
137
|
-
date_expires: Date;
|
|
138
|
-
date_created: Date;
|
|
139
|
-
date_updated: Date;
|
|
140
|
-
created_by: string;
|
|
141
|
-
}
|
|
142
|
-
export declare class SyncMapInstance {
|
|
143
|
-
protected _version: V1;
|
|
144
|
-
protected _solution: SyncMapContextSolution;
|
|
145
|
-
protected _context?: SyncMapContext;
|
|
146
|
-
constructor(_version: V1, payload: SyncMapResource, serviceSid: string, sid?: string);
|
|
147
|
-
/**
|
|
148
|
-
* The unique string that we created to identify the Sync Map resource.
|
|
149
|
-
*/
|
|
150
|
-
sid: string;
|
|
151
|
-
/**
|
|
152
|
-
* An application-defined string that uniquely identifies the resource. It can be used in place of the resource\'s `sid` in the URL to address the resource.
|
|
153
|
-
*/
|
|
154
|
-
uniqueName: string;
|
|
155
|
-
/**
|
|
156
|
-
* The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Sync Map resource.
|
|
157
|
-
*/
|
|
158
|
-
accountSid: string;
|
|
159
|
-
/**
|
|
160
|
-
* The SID of the [Sync Service](https://www.twilio.com/docs/sync/api/service) the resource is associated with.
|
|
161
|
-
*/
|
|
162
|
-
serviceSid: string;
|
|
163
|
-
/**
|
|
164
|
-
* The absolute URL of the Sync Map resource.
|
|
165
|
-
*/
|
|
166
|
-
url: string;
|
|
167
|
-
/**
|
|
168
|
-
* The URLs of the Sync Map\'s nested resources.
|
|
169
|
-
*/
|
|
170
|
-
links: Record<string, string>;
|
|
171
|
-
/**
|
|
172
|
-
* The current revision of the Sync Map, represented as a string.
|
|
173
|
-
*/
|
|
174
|
-
revision: string;
|
|
175
|
-
/**
|
|
176
|
-
* The date and time in GMT when the Sync Map expires and will be deleted, specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. If the Sync Map does not expire, this value is `null`. The Sync Map might not be deleted immediately after it expires.
|
|
177
|
-
*/
|
|
178
|
-
dateExpires: Date;
|
|
179
|
-
/**
|
|
180
|
-
* The date and time in GMT when the resource was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
181
|
-
*/
|
|
182
|
-
dateCreated: Date;
|
|
183
|
-
/**
|
|
184
|
-
* The date and time in GMT when the resource was last updated specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
|
|
185
|
-
*/
|
|
186
|
-
dateUpdated: Date;
|
|
187
|
-
/**
|
|
188
|
-
* The identity of the Sync Map\'s creator. If the Sync Map is created from the client SDK, the value matches the Access Token\'s `identity` field. If the Sync Map was created from the REST API, the value is `system`.
|
|
189
|
-
*/
|
|
190
|
-
createdBy: string;
|
|
191
|
-
private get _proxy();
|
|
192
|
-
/**
|
|
193
|
-
* Remove a SyncMapInstance
|
|
194
|
-
*
|
|
195
|
-
* @param callback - Callback to handle processed record
|
|
196
|
-
*
|
|
197
|
-
* @returns Resolves to processed boolean
|
|
198
|
-
*/
|
|
199
|
-
remove(callback?: (error: Error | null, item?: boolean) => any): Promise<boolean>;
|
|
200
|
-
/**
|
|
201
|
-
* Fetch a SyncMapInstance
|
|
202
|
-
*
|
|
203
|
-
* @param callback - Callback to handle processed record
|
|
204
|
-
*
|
|
205
|
-
* @returns Resolves to processed SyncMapInstance
|
|
206
|
-
*/
|
|
207
|
-
fetch(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
208
|
-
/**
|
|
209
|
-
* Update a SyncMapInstance
|
|
210
|
-
*
|
|
211
|
-
* @param callback - Callback to handle processed record
|
|
212
|
-
*
|
|
213
|
-
* @returns Resolves to processed SyncMapInstance
|
|
214
|
-
*/
|
|
215
|
-
update(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
216
|
-
/**
|
|
217
|
-
* Update a SyncMapInstance
|
|
218
|
-
*
|
|
219
|
-
* @param params - Parameter for request
|
|
220
|
-
* @param callback - Callback to handle processed record
|
|
221
|
-
*
|
|
222
|
-
* @returns Resolves to processed SyncMapInstance
|
|
223
|
-
*/
|
|
224
|
-
update(params: SyncMapContextUpdateOptions, callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
225
|
-
/**
|
|
226
|
-
* Access the syncMapItems.
|
|
227
|
-
*/
|
|
228
|
-
syncMapItems(): SyncMapItemListInstance;
|
|
229
|
-
/**
|
|
230
|
-
* Access the syncMapPermissions.
|
|
231
|
-
*/
|
|
232
|
-
syncMapPermissions(): SyncMapPermissionListInstance;
|
|
233
|
-
/**
|
|
234
|
-
* Provide a user-friendly representation
|
|
235
|
-
*
|
|
236
|
-
* @returns Object
|
|
237
|
-
*/
|
|
238
|
-
toJSON(): {
|
|
239
|
-
sid: string;
|
|
240
|
-
uniqueName: string;
|
|
241
|
-
accountSid: string;
|
|
242
|
-
serviceSid: string;
|
|
243
|
-
url: string;
|
|
244
|
-
links: Record<string, string>;
|
|
245
|
-
revision: string;
|
|
246
|
-
dateExpires: Date;
|
|
247
|
-
dateCreated: Date;
|
|
248
|
-
dateUpdated: Date;
|
|
249
|
-
createdBy: string;
|
|
250
|
-
};
|
|
251
|
-
[inspect.custom](_depth: any, options: InspectOptions): string;
|
|
252
|
-
}
|
|
253
|
-
export interface SyncMapSolution {
|
|
254
|
-
serviceSid: string;
|
|
255
|
-
}
|
|
256
|
-
export interface SyncMapListInstance {
|
|
257
|
-
_version: V1;
|
|
258
|
-
_solution: SyncMapSolution;
|
|
259
|
-
_uri: string;
|
|
260
|
-
(sid: string): SyncMapContext;
|
|
261
|
-
get(sid: string): SyncMapContext;
|
|
262
|
-
/**
|
|
263
|
-
* Create a SyncMapInstance
|
|
264
|
-
*
|
|
265
|
-
* @param callback - Callback to handle processed record
|
|
266
|
-
*
|
|
267
|
-
* @returns Resolves to processed SyncMapInstance
|
|
268
|
-
*/
|
|
269
|
-
create(callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
270
|
-
/**
|
|
271
|
-
* Create a SyncMapInstance
|
|
272
|
-
*
|
|
273
|
-
* @param params - Parameter for request
|
|
274
|
-
* @param callback - Callback to handle processed record
|
|
275
|
-
*
|
|
276
|
-
* @returns Resolves to processed SyncMapInstance
|
|
277
|
-
*/
|
|
278
|
-
create(params: SyncMapListInstanceCreateOptions, callback?: (error: Error | null, item?: SyncMapInstance) => any): Promise<SyncMapInstance>;
|
|
279
|
-
/**
|
|
280
|
-
* Streams SyncMapInstance records from the API.
|
|
281
|
-
*
|
|
282
|
-
* This operation lazily loads records as efficiently as possible until the limit
|
|
283
|
-
* is reached.
|
|
284
|
-
*
|
|
285
|
-
* The results are passed into the callback function, so this operation is memory
|
|
286
|
-
* efficient.
|
|
287
|
-
*
|
|
288
|
-
* If a function is passed as the first argument, it will be used as the callback
|
|
289
|
-
* function.
|
|
290
|
-
*
|
|
291
|
-
* @param { SyncMapListInstanceEachOptions } [params] - Options for request
|
|
292
|
-
* @param { function } [callback] - Function to process each record
|
|
293
|
-
*/
|
|
294
|
-
each(callback?: (item: SyncMapInstance, done: (err?: Error) => void) => void): void;
|
|
295
|
-
each(params: SyncMapListInstanceEachOptions, callback?: (item: SyncMapInstance, done: (err?: Error) => void) => void): void;
|
|
296
|
-
/**
|
|
297
|
-
* Retrieve a single target page of SyncMapInstance records from the API.
|
|
298
|
-
*
|
|
299
|
-
* The request is executed immediately.
|
|
300
|
-
*
|
|
301
|
-
* @param { string } [targetUrl] - API-generated URL for the requested results page
|
|
302
|
-
* @param { function } [callback] - Callback to handle list of records
|
|
303
|
-
*/
|
|
304
|
-
getPage(targetUrl: string, callback?: (error: Error | null, items: SyncMapPage) => any): Promise<SyncMapPage>;
|
|
305
|
-
/**
|
|
306
|
-
* Lists SyncMapInstance records from the API as a list.
|
|
307
|
-
*
|
|
308
|
-
* If a function is passed as the first argument, it will be used as the callback
|
|
309
|
-
* function.
|
|
310
|
-
*
|
|
311
|
-
* @param { SyncMapListInstanceOptions } [params] - Options for request
|
|
312
|
-
* @param { function } [callback] - Callback to handle list of records
|
|
313
|
-
*/
|
|
314
|
-
list(callback?: (error: Error | null, items: SyncMapInstance[]) => any): Promise<SyncMapInstance[]>;
|
|
315
|
-
list(params: SyncMapListInstanceOptions, callback?: (error: Error | null, items: SyncMapInstance[]) => any): Promise<SyncMapInstance[]>;
|
|
316
|
-
/**
|
|
317
|
-
* Retrieve a single page of SyncMapInstance records from the API.
|
|
318
|
-
*
|
|
319
|
-
* The request is executed immediately.
|
|
320
|
-
*
|
|
321
|
-
* If a function is passed as the first argument, it will be used as the callback
|
|
322
|
-
* function.
|
|
323
|
-
*
|
|
324
|
-
* @param { SyncMapListInstancePageOptions } [params] - Options for request
|
|
325
|
-
* @param { function } [callback] - Callback to handle list of records
|
|
326
|
-
*/
|
|
327
|
-
page(callback?: (error: Error | null, items: SyncMapPage) => any): Promise<SyncMapPage>;
|
|
328
|
-
page(params: SyncMapListInstancePageOptions, callback?: (error: Error | null, items: SyncMapPage) => any): Promise<SyncMapPage>;
|
|
329
|
-
/**
|
|
330
|
-
* Provide a user-friendly representation
|
|
331
|
-
*/
|
|
332
|
-
toJSON(): any;
|
|
333
|
-
[inspect.custom](_depth: any, options: InspectOptions): any;
|
|
334
|
-
}
|
|
335
|
-
export declare function SyncMapListInstance(version: V1, serviceSid: string): SyncMapListInstance;
|
|
336
|
-
export declare class SyncMapPage extends Page<V1, SyncMapPayload, SyncMapResource, SyncMapInstance> {
|
|
337
|
-
/**
|
|
338
|
-
* Initialize the SyncMapPage
|
|
339
|
-
*
|
|
340
|
-
* @param version - Version of the resource
|
|
341
|
-
* @param response - Response from the API
|
|
342
|
-
* @param solution - Path solution
|
|
343
|
-
*/
|
|
344
|
-
constructor(version: V1, response: Response<string>, solution: SyncMapSolution);
|
|
345
|
-
/**
|
|
346
|
-
* Build an instance of SyncMapInstance
|
|
347
|
-
*
|
|
348
|
-
* @param payload - Payload response from the API
|
|
349
|
-
*/
|
|
350
|
-
getInstance(payload: SyncMapResource): SyncMapInstance;
|
|
351
|
-
[inspect.custom](depth: any, options: InspectOptions): string;
|
|
352
|
-
}
|
|
353
|
-
export {};
|
|
@@ -1,306 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/*
|
|
3
|
-
* This code was generated by
|
|
4
|
-
* ___ _ _ _ _ _ _ ____ ____ ____ _ ____ ____ _ _ ____ ____ ____ ___ __ __
|
|
5
|
-
* | | | | | | | | | __ | | |__| | __ | __ |___ |\ | |___ |__/ |__| | | | |__/
|
|
6
|
-
* | |_|_| | |___ | |__| |__| | | | |__] |___ | \| |___ | \ | | | |__| | \
|
|
7
|
-
*
|
|
8
|
-
* Twilio - Sync
|
|
9
|
-
* This is the public Twilio REST API.
|
|
10
|
-
*
|
|
11
|
-
* NOTE: This class is auto generated by OpenAPI Generator.
|
|
12
|
-
* https://openapi-generator.tech
|
|
13
|
-
* Do not edit the class manually.
|
|
14
|
-
*/
|
|
15
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
16
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
|
-
};
|
|
18
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.SyncMapPage = exports.SyncMapInstance = exports.SyncMapContextImpl = void 0;
|
|
20
|
-
exports.SyncMapListInstance = SyncMapListInstance;
|
|
21
|
-
const util_1 = require("util");
|
|
22
|
-
const Page_1 = __importDefault(require("../../../../base/Page"));
|
|
23
|
-
const deserialize = require("../../../../base/deserialize");
|
|
24
|
-
const serialize = require("../../../../base/serialize");
|
|
25
|
-
const utility_1 = require("../../../../base/utility");
|
|
26
|
-
const syncMapItem_1 = require("./syncMap/syncMapItem");
|
|
27
|
-
const syncMapPermission_1 = require("./syncMap/syncMapPermission");
|
|
28
|
-
class SyncMapContextImpl {
|
|
29
|
-
constructor(_version, serviceSid, sid) {
|
|
30
|
-
this._version = _version;
|
|
31
|
-
if (!(0, utility_1.isValidPathParam)(serviceSid)) {
|
|
32
|
-
throw new Error("Parameter 'serviceSid' is not valid.");
|
|
33
|
-
}
|
|
34
|
-
if (!(0, utility_1.isValidPathParam)(sid)) {
|
|
35
|
-
throw new Error("Parameter 'sid' is not valid.");
|
|
36
|
-
}
|
|
37
|
-
this._solution = { serviceSid, sid };
|
|
38
|
-
this._uri = `/Services/${serviceSid}/Maps/${sid}`;
|
|
39
|
-
}
|
|
40
|
-
get syncMapItems() {
|
|
41
|
-
this._syncMapItems =
|
|
42
|
-
this._syncMapItems ||
|
|
43
|
-
(0, syncMapItem_1.SyncMapItemListInstance)(this._version, this._solution.serviceSid, this._solution.sid);
|
|
44
|
-
return this._syncMapItems;
|
|
45
|
-
}
|
|
46
|
-
get syncMapPermissions() {
|
|
47
|
-
this._syncMapPermissions =
|
|
48
|
-
this._syncMapPermissions ||
|
|
49
|
-
(0, syncMapPermission_1.SyncMapPermissionListInstance)(this._version, this._solution.serviceSid, this._solution.sid);
|
|
50
|
-
return this._syncMapPermissions;
|
|
51
|
-
}
|
|
52
|
-
remove(callback) {
|
|
53
|
-
const headers = {};
|
|
54
|
-
const instance = this;
|
|
55
|
-
let operationVersion = instance._version, operationPromise = operationVersion.remove({
|
|
56
|
-
uri: instance._uri,
|
|
57
|
-
method: "delete",
|
|
58
|
-
headers,
|
|
59
|
-
});
|
|
60
|
-
operationPromise = instance._version.setPromiseCallback(operationPromise, callback);
|
|
61
|
-
return operationPromise;
|
|
62
|
-
}
|
|
63
|
-
fetch(callback) {
|
|
64
|
-
const headers = {};
|
|
65
|
-
headers["Accept"] = "application/json";
|
|
66
|
-
const instance = this;
|
|
67
|
-
let operationVersion = instance._version, operationPromise = operationVersion.fetch({
|
|
68
|
-
uri: instance._uri,
|
|
69
|
-
method: "get",
|
|
70
|
-
headers,
|
|
71
|
-
});
|
|
72
|
-
operationPromise = operationPromise.then((payload) => new SyncMapInstance(operationVersion, payload, instance._solution.serviceSid, instance._solution.sid));
|
|
73
|
-
operationPromise = instance._version.setPromiseCallback(operationPromise, callback);
|
|
74
|
-
return operationPromise;
|
|
75
|
-
}
|
|
76
|
-
update(params, callback) {
|
|
77
|
-
if (params instanceof Function) {
|
|
78
|
-
callback = params;
|
|
79
|
-
params = {};
|
|
80
|
-
}
|
|
81
|
-
else {
|
|
82
|
-
params = params || {};
|
|
83
|
-
}
|
|
84
|
-
let data = {};
|
|
85
|
-
if (params["ttl"] !== undefined)
|
|
86
|
-
data["Ttl"] = params["ttl"];
|
|
87
|
-
if (params["collectionTtl"] !== undefined)
|
|
88
|
-
data["CollectionTtl"] = params["collectionTtl"];
|
|
89
|
-
const headers = {};
|
|
90
|
-
headers["Content-Type"] = "application/x-www-form-urlencoded";
|
|
91
|
-
headers["Accept"] = "application/json";
|
|
92
|
-
const instance = this;
|
|
93
|
-
let operationVersion = instance._version, operationPromise = operationVersion.update({
|
|
94
|
-
uri: instance._uri,
|
|
95
|
-
method: "post",
|
|
96
|
-
data,
|
|
97
|
-
headers,
|
|
98
|
-
});
|
|
99
|
-
operationPromise = operationPromise.then((payload) => new SyncMapInstance(operationVersion, payload, instance._solution.serviceSid, instance._solution.sid));
|
|
100
|
-
operationPromise = instance._version.setPromiseCallback(operationPromise, callback);
|
|
101
|
-
return operationPromise;
|
|
102
|
-
}
|
|
103
|
-
/**
|
|
104
|
-
* Provide a user-friendly representation
|
|
105
|
-
*
|
|
106
|
-
* @returns Object
|
|
107
|
-
*/
|
|
108
|
-
toJSON() {
|
|
109
|
-
return this._solution;
|
|
110
|
-
}
|
|
111
|
-
[util_1.inspect.custom](_depth, options) {
|
|
112
|
-
return (0, util_1.inspect)(this.toJSON(), options);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
exports.SyncMapContextImpl = SyncMapContextImpl;
|
|
116
|
-
class SyncMapInstance {
|
|
117
|
-
constructor(_version, payload, serviceSid, sid) {
|
|
118
|
-
this._version = _version;
|
|
119
|
-
this.sid = payload.sid;
|
|
120
|
-
this.uniqueName = payload.unique_name;
|
|
121
|
-
this.accountSid = payload.account_sid;
|
|
122
|
-
this.serviceSid = payload.service_sid;
|
|
123
|
-
this.url = payload.url;
|
|
124
|
-
this.links = payload.links;
|
|
125
|
-
this.revision = payload.revision;
|
|
126
|
-
this.dateExpires = deserialize.iso8601DateTime(payload.date_expires);
|
|
127
|
-
this.dateCreated = deserialize.iso8601DateTime(payload.date_created);
|
|
128
|
-
this.dateUpdated = deserialize.iso8601DateTime(payload.date_updated);
|
|
129
|
-
this.createdBy = payload.created_by;
|
|
130
|
-
this._solution = { serviceSid, sid: sid || this.sid };
|
|
131
|
-
}
|
|
132
|
-
get _proxy() {
|
|
133
|
-
this._context =
|
|
134
|
-
this._context ||
|
|
135
|
-
new SyncMapContextImpl(this._version, this._solution.serviceSid, this._solution.sid);
|
|
136
|
-
return this._context;
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* Remove a SyncMapInstance
|
|
140
|
-
*
|
|
141
|
-
* @param callback - Callback to handle processed record
|
|
142
|
-
*
|
|
143
|
-
* @returns Resolves to processed boolean
|
|
144
|
-
*/
|
|
145
|
-
remove(callback) {
|
|
146
|
-
return this._proxy.remove(callback);
|
|
147
|
-
}
|
|
148
|
-
/**
|
|
149
|
-
* Fetch a SyncMapInstance
|
|
150
|
-
*
|
|
151
|
-
* @param callback - Callback to handle processed record
|
|
152
|
-
*
|
|
153
|
-
* @returns Resolves to processed SyncMapInstance
|
|
154
|
-
*/
|
|
155
|
-
fetch(callback) {
|
|
156
|
-
return this._proxy.fetch(callback);
|
|
157
|
-
}
|
|
158
|
-
update(params, callback) {
|
|
159
|
-
return this._proxy.update(params, callback);
|
|
160
|
-
}
|
|
161
|
-
/**
|
|
162
|
-
* Access the syncMapItems.
|
|
163
|
-
*/
|
|
164
|
-
syncMapItems() {
|
|
165
|
-
return this._proxy.syncMapItems;
|
|
166
|
-
}
|
|
167
|
-
/**
|
|
168
|
-
* Access the syncMapPermissions.
|
|
169
|
-
*/
|
|
170
|
-
syncMapPermissions() {
|
|
171
|
-
return this._proxy.syncMapPermissions;
|
|
172
|
-
}
|
|
173
|
-
/**
|
|
174
|
-
* Provide a user-friendly representation
|
|
175
|
-
*
|
|
176
|
-
* @returns Object
|
|
177
|
-
*/
|
|
178
|
-
toJSON() {
|
|
179
|
-
return {
|
|
180
|
-
sid: this.sid,
|
|
181
|
-
uniqueName: this.uniqueName,
|
|
182
|
-
accountSid: this.accountSid,
|
|
183
|
-
serviceSid: this.serviceSid,
|
|
184
|
-
url: this.url,
|
|
185
|
-
links: this.links,
|
|
186
|
-
revision: this.revision,
|
|
187
|
-
dateExpires: this.dateExpires,
|
|
188
|
-
dateCreated: this.dateCreated,
|
|
189
|
-
dateUpdated: this.dateUpdated,
|
|
190
|
-
createdBy: this.createdBy,
|
|
191
|
-
};
|
|
192
|
-
}
|
|
193
|
-
[util_1.inspect.custom](_depth, options) {
|
|
194
|
-
return (0, util_1.inspect)(this.toJSON(), options);
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
exports.SyncMapInstance = SyncMapInstance;
|
|
198
|
-
function SyncMapListInstance(version, serviceSid) {
|
|
199
|
-
if (!(0, utility_1.isValidPathParam)(serviceSid)) {
|
|
200
|
-
throw new Error("Parameter 'serviceSid' is not valid.");
|
|
201
|
-
}
|
|
202
|
-
const instance = ((sid) => instance.get(sid));
|
|
203
|
-
instance.get = function get(sid) {
|
|
204
|
-
return new SyncMapContextImpl(version, serviceSid, sid);
|
|
205
|
-
};
|
|
206
|
-
instance._version = version;
|
|
207
|
-
instance._solution = { serviceSid };
|
|
208
|
-
instance._uri = `/Services/${serviceSid}/Maps`;
|
|
209
|
-
instance.create = function create(params, callback) {
|
|
210
|
-
if (params instanceof Function) {
|
|
211
|
-
callback = params;
|
|
212
|
-
params = {};
|
|
213
|
-
}
|
|
214
|
-
else {
|
|
215
|
-
params = params || {};
|
|
216
|
-
}
|
|
217
|
-
let data = {};
|
|
218
|
-
if (params["uniqueName"] !== undefined)
|
|
219
|
-
data["UniqueName"] = params["uniqueName"];
|
|
220
|
-
if (params["ttl"] !== undefined)
|
|
221
|
-
data["Ttl"] = params["ttl"];
|
|
222
|
-
if (params["collectionTtl"] !== undefined)
|
|
223
|
-
data["CollectionTtl"] = params["collectionTtl"];
|
|
224
|
-
const headers = {};
|
|
225
|
-
headers["Content-Type"] = "application/x-www-form-urlencoded";
|
|
226
|
-
headers["Accept"] = "application/json";
|
|
227
|
-
let operationVersion = version, operationPromise = operationVersion.create({
|
|
228
|
-
uri: instance._uri,
|
|
229
|
-
method: "post",
|
|
230
|
-
data,
|
|
231
|
-
headers,
|
|
232
|
-
});
|
|
233
|
-
operationPromise = operationPromise.then((payload) => new SyncMapInstance(operationVersion, payload, instance._solution.serviceSid));
|
|
234
|
-
operationPromise = instance._version.setPromiseCallback(operationPromise, callback);
|
|
235
|
-
return operationPromise;
|
|
236
|
-
};
|
|
237
|
-
instance.page = function page(params, callback) {
|
|
238
|
-
if (params instanceof Function) {
|
|
239
|
-
callback = params;
|
|
240
|
-
params = {};
|
|
241
|
-
}
|
|
242
|
-
else {
|
|
243
|
-
params = params || {};
|
|
244
|
-
}
|
|
245
|
-
let data = {};
|
|
246
|
-
if (params["pageSize"] !== undefined)
|
|
247
|
-
data["PageSize"] = params["pageSize"];
|
|
248
|
-
if (params.pageNumber !== undefined)
|
|
249
|
-
data["Page"] = params.pageNumber;
|
|
250
|
-
if (params.pageToken !== undefined)
|
|
251
|
-
data["PageToken"] = params.pageToken;
|
|
252
|
-
const headers = {};
|
|
253
|
-
headers["Accept"] = "application/json";
|
|
254
|
-
let operationVersion = version, operationPromise = operationVersion.page({
|
|
255
|
-
uri: instance._uri,
|
|
256
|
-
method: "get",
|
|
257
|
-
params: data,
|
|
258
|
-
headers,
|
|
259
|
-
});
|
|
260
|
-
operationPromise = operationPromise.then((payload) => new SyncMapPage(operationVersion, payload, instance._solution));
|
|
261
|
-
operationPromise = instance._version.setPromiseCallback(operationPromise, callback);
|
|
262
|
-
return operationPromise;
|
|
263
|
-
};
|
|
264
|
-
instance.each = instance._version.each;
|
|
265
|
-
instance.list = instance._version.list;
|
|
266
|
-
instance.getPage = function getPage(targetUrl, callback) {
|
|
267
|
-
const operationPromise = instance._version._domain.twilio.request({
|
|
268
|
-
method: "get",
|
|
269
|
-
uri: targetUrl,
|
|
270
|
-
});
|
|
271
|
-
let pagePromise = operationPromise.then((payload) => new SyncMapPage(instance._version, payload, instance._solution));
|
|
272
|
-
pagePromise = instance._version.setPromiseCallback(pagePromise, callback);
|
|
273
|
-
return pagePromise;
|
|
274
|
-
};
|
|
275
|
-
instance.toJSON = function toJSON() {
|
|
276
|
-
return instance._solution;
|
|
277
|
-
};
|
|
278
|
-
instance[util_1.inspect.custom] = function inspectImpl(_depth, options) {
|
|
279
|
-
return (0, util_1.inspect)(instance.toJSON(), options);
|
|
280
|
-
};
|
|
281
|
-
return instance;
|
|
282
|
-
}
|
|
283
|
-
class SyncMapPage extends Page_1.default {
|
|
284
|
-
/**
|
|
285
|
-
* Initialize the SyncMapPage
|
|
286
|
-
*
|
|
287
|
-
* @param version - Version of the resource
|
|
288
|
-
* @param response - Response from the API
|
|
289
|
-
* @param solution - Path solution
|
|
290
|
-
*/
|
|
291
|
-
constructor(version, response, solution) {
|
|
292
|
-
super(version, response, solution);
|
|
293
|
-
}
|
|
294
|
-
/**
|
|
295
|
-
* Build an instance of SyncMapInstance
|
|
296
|
-
*
|
|
297
|
-
* @param payload - Payload response from the API
|
|
298
|
-
*/
|
|
299
|
-
getInstance(payload) {
|
|
300
|
-
return new SyncMapInstance(this._version, payload, this._solution.serviceSid);
|
|
301
|
-
}
|
|
302
|
-
[util_1.inspect.custom](depth, options) {
|
|
303
|
-
return (0, util_1.inspect)(this.toJSON(), options);
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
exports.SyncMapPage = SyncMapPage;
|