twilio 3.73.1 → 3.74.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/README.md +1 -0
- package/lib/rest/Conversations.d.ts +2 -0
- package/lib/rest/Conversations.js +9 -0
- package/lib/rest/accounts/v1/credential/aws.js +2 -2
- package/lib/rest/accounts/v1/credential/publicKey.js +2 -2
- package/lib/rest/api/v2010/account/address.js +12 -12
- package/lib/rest/api/v2010/account/call/feedback.js +2 -2
- package/lib/rest/api/v2010/account/call/feedbackSummary.js +4 -4
- package/lib/rest/api/v2010/account/call/payment.js +8 -8
- package/lib/rest/api/v2010/account/call/recording.js +2 -2
- package/lib/rest/api/v2010/account/call/siprec.js +2 -2
- package/lib/rest/api/v2010/account/call/stream.d.ts +776 -0
- package/lib/rest/api/v2010/account/call/stream.js +810 -0
- package/lib/rest/api/v2010/account/call.d.ts +7 -0
- package/lib/rest/api/v2010/account/call.js +32 -4
- package/lib/rest/api/v2010/account/conference/participant.js +4 -4
- package/lib/rest/api/v2010/account/conference/recording.js +2 -2
- package/lib/rest/api/v2010/account/incomingPhoneNumber/assignedAddOn.js +2 -2
- package/lib/rest/api/v2010/account/incomingPhoneNumber/local.js +2 -2
- package/lib/rest/api/v2010/account/incomingPhoneNumber/mobile.js +2 -2
- package/lib/rest/api/v2010/account/incomingPhoneNumber/tollFree.js +2 -2
- package/lib/rest/api/v2010/account/message.js +2 -2
- package/lib/rest/api/v2010/account/queue/member.js +2 -2
- package/lib/rest/api/v2010/account/queue.js +2 -2
- package/lib/rest/api/v2010/account/sip/credentialList/credential.js +4 -4
- package/lib/rest/api/v2010/account/sip/credentialList.js +4 -4
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsCredentialListMapping.js +2 -2
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authCallsMapping/authCallsIpAccessControlListMapping.js +2 -2
- package/lib/rest/api/v2010/account/sip/domain/authTypes/authRegistrationsMapping/authRegistrationsCredentialListMapping.js +2 -2
- package/lib/rest/api/v2010/account/sip/domain/credentialListMapping.js +2 -2
- package/lib/rest/api/v2010/account/sip/domain/ipAccessControlListMapping.js +2 -2
- package/lib/rest/api/v2010/account/sip/domain.js +2 -2
- package/lib/rest/api/v2010/account/sip/ipAccessControlList/ipAddress.js +4 -4
- package/lib/rest/api/v2010/account/sip/ipAccessControlList.js +4 -4
- package/lib/rest/api/v2010/account/usage/trigger.js +6 -6
- package/lib/rest/api/v2010/account/validationRequest.js +2 -2
- package/lib/rest/autopilot/v1/assistant/fieldType/fieldValue.js +4 -4
- package/lib/rest/autopilot/v1/assistant/fieldType.js +2 -2
- package/lib/rest/autopilot/v1/assistant/query.js +4 -4
- package/lib/rest/autopilot/v1/assistant/task/field.js +4 -4
- package/lib/rest/autopilot/v1/assistant/task/sample.js +4 -4
- package/lib/rest/autopilot/v1/assistant/task.js +2 -2
- package/lib/rest/autopilot/v1/assistant/webhook.js +6 -6
- package/lib/rest/autopilot/v1/restoreAssistant.js +2 -2
- package/lib/rest/bulkexports/v1/export/exportCustomJob.js +6 -6
- package/lib/rest/chat/v1/credential.js +2 -2
- package/lib/rest/chat/v1/service/channel/invite.js +2 -2
- package/lib/rest/chat/v1/service/channel/member.js +2 -2
- package/lib/rest/chat/v1/service/channel/message.js +2 -2
- package/lib/rest/chat/v1/service/role.js +8 -8
- package/lib/rest/chat/v1/service/user.js +2 -2
- package/lib/rest/chat/v1/service.js +2 -2
- package/lib/rest/chat/v2/credential.js +2 -2
- package/lib/rest/chat/v2/service/channel/invite.js +2 -2
- package/lib/rest/chat/v2/service/channel/member.js +2 -2
- package/lib/rest/chat/v2/service/channel/webhook.js +2 -2
- package/lib/rest/chat/v2/service/role.js +8 -8
- package/lib/rest/chat/v2/service/user.js +2 -2
- package/lib/rest/chat/v2/service.js +2 -2
- package/lib/rest/conversations/V1.d.ts +3 -0
- package/lib/rest/conversations/V1.js +13 -0
- package/lib/rest/conversations/v1/addressConfiguration.d.ts +397 -0
- package/lib/rest/conversations/v1/addressConfiguration.js +802 -0
- package/lib/rest/conversations/v1/conversation/webhook.js +2 -2
- package/lib/rest/conversations/v1/credential.js +2 -2
- package/lib/rest/conversations/v1/role.js +8 -8
- package/lib/rest/conversations/v1/service/conversation/webhook.js +2 -2
- package/lib/rest/conversations/v1/service/role.js +8 -8
- package/lib/rest/conversations/v1/service/user.js +2 -2
- package/lib/rest/conversations/v1/service.js +2 -2
- package/lib/rest/conversations/v1/user.js +2 -2
- package/lib/rest/events/v1/sink/sinkValidate.js +2 -2
- package/lib/rest/events/v1/sink.js +8 -8
- package/lib/rest/events/v1/subscription/subscribedEvent.js +2 -2
- package/lib/rest/events/v1/subscription.js +6 -6
- package/lib/rest/fax/v1/fax.d.ts +1 -68
- package/lib/rest/fax/v1/fax.js +0 -123
- package/lib/rest/flexApi/v1/channel.js +8 -8
- package/lib/rest/flexApi/v1/flexFlow.js +6 -6
- package/lib/rest/flexApi/v1/webChannel.js +8 -8
- package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +25 -27
- package/lib/rest/insights/v1/conference/conferenceParticipant.js +60 -52
- package/lib/rest/insights/v1/conference.d.ts +38 -34
- package/lib/rest/insights/v1/conference.js +69 -55
- package/lib/rest/ipMessaging/v1/credential.js +2 -2
- package/lib/rest/ipMessaging/v1/service/channel/invite.js +2 -2
- package/lib/rest/ipMessaging/v1/service/channel/member.js +2 -2
- package/lib/rest/ipMessaging/v1/service/channel/message.js +2 -2
- package/lib/rest/ipMessaging/v1/service/role.js +8 -8
- package/lib/rest/ipMessaging/v1/service/user.js +2 -2
- package/lib/rest/ipMessaging/v1/service.js +2 -2
- package/lib/rest/ipMessaging/v2/credential.js +2 -2
- package/lib/rest/ipMessaging/v2/service/channel/invite.js +2 -2
- package/lib/rest/ipMessaging/v2/service/channel/member.js +2 -2
- package/lib/rest/ipMessaging/v2/service/channel/webhook.js +2 -2
- package/lib/rest/ipMessaging/v2/service/role.js +8 -8
- package/lib/rest/ipMessaging/v2/service/user.js +2 -2
- package/lib/rest/ipMessaging/v2/service.js +2 -2
- package/lib/rest/media/v1/mediaProcessor.js +6 -6
- package/lib/rest/media/v1/playerStreamer.js +2 -2
- package/lib/rest/messaging/v1/brandRegistration/brandVetting.js +2 -2
- package/lib/rest/messaging/v1/brandRegistration.js +4 -4
- package/lib/rest/messaging/v1/externalCampaign.js +4 -4
- package/lib/rest/messaging/v1/service/alphaSender.js +2 -2
- package/lib/rest/messaging/v1/service/phoneNumber.js +2 -2
- package/lib/rest/messaging/v1/service/shortCode.js +2 -2
- package/lib/rest/messaging/v1/service/usAppToPerson.js +12 -12
- package/lib/rest/messaging/v1/service.js +2 -2
- package/lib/rest/notify/v1/credential.js +2 -2
- package/lib/rest/notify/v1/service/binding.js +6 -6
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/itemAssignment.js +2 -2
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle/replaceItems.js +2 -2
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle.d.ts +41 -1
- package/lib/rest/numbers/v2/regulatoryCompliance/bundle.js +47 -4
- package/lib/rest/numbers/v2/regulatoryCompliance/endUser.js +4 -4
- package/lib/rest/numbers/v2/regulatoryCompliance/supportingDocument.js +4 -4
- package/lib/rest/preview/bulk_exports/export/exportCustomJob.js +6 -6
- package/lib/rest/preview/deployed_devices/fleet/certificate.js +2 -2
- package/lib/rest/preview/hosted_numbers/authorizationDocument.js +10 -10
- package/lib/rest/preview/hosted_numbers/hostedNumberOrder.js +4 -4
- package/lib/rest/preview/marketplace/installedAddOn/installedAddOnExtension.js +2 -2
- package/lib/rest/preview/marketplace/installedAddOn.js +4 -4
- package/lib/rest/preview/sync/service/document/documentPermission.js +6 -6
- package/lib/rest/preview/sync/service/document.js +2 -2
- package/lib/rest/preview/sync/service/syncList/syncListItem.js +4 -4
- package/lib/rest/preview/sync/service/syncList/syncListPermission.js +6 -6
- package/lib/rest/preview/sync/service/syncMap/syncMapItem.js +6 -6
- package/lib/rest/preview/sync/service/syncMap/syncMapPermission.js +6 -6
- package/lib/rest/preview/trusted_comms/brandedChannel/channel.js +2 -2
- package/lib/rest/preview/understand/assistant/fieldType/fieldValue.js +4 -4
- package/lib/rest/preview/understand/assistant/fieldType.js +2 -2
- package/lib/rest/preview/understand/assistant/query.js +4 -4
- package/lib/rest/preview/understand/assistant/task/field.js +4 -4
- package/lib/rest/preview/understand/assistant/task/sample.js +4 -4
- package/lib/rest/preview/understand/assistant/task.js +2 -2
- package/lib/rest/preview/wireless/command.js +2 -2
- package/lib/rest/proxy/v1/service/session/participant.js +2 -2
- package/lib/rest/proxy/v1/service/shortCode.js +2 -2
- package/lib/rest/proxy/v1/service.js +2 -2
- package/lib/rest/serverless/v1/service/asset.js +4 -4
- package/lib/rest/serverless/v1/service/environment/variable.js +4 -4
- package/lib/rest/serverless/v1/service/environment.js +2 -2
- package/lib/rest/serverless/v1/service/function.js +4 -4
- package/lib/rest/serverless/v1/service.js +4 -4
- package/lib/rest/studio/v1/flow/engagement.js +4 -4
- package/lib/rest/studio/v1/flow/execution.js +6 -6
- package/lib/rest/studio/v2/flow/execution.js +6 -6
- package/lib/rest/studio/v2/flow/testUser.js +2 -2
- package/lib/rest/studio/v2/flow.js +8 -8
- package/lib/rest/studio/v2/flowValidate.js +6 -6
- package/lib/rest/supersim/v1/command.js +4 -4
- package/lib/rest/supersim/v1/esimProfile.js +2 -2
- package/lib/rest/supersim/v1/fleet.d.ts +17 -5
- package/lib/rest/supersim/v1/fleet.js +34 -22
- package/lib/rest/supersim/v1/ipCommand.js +6 -6
- package/lib/rest/supersim/v1/networkAccessProfile/networkAccessProfileNetwork.js +2 -2
- package/lib/rest/supersim/v1/sim.js +4 -4
- package/lib/rest/supersim/v1/smsCommand.js +4 -4
- package/lib/rest/sync/v1/service/document/documentPermission.js +6 -6
- package/lib/rest/sync/v1/service/syncList/syncListItem.js +2 -2
- package/lib/rest/sync/v1/service/syncList/syncListPermission.js +6 -6
- package/lib/rest/sync/v1/service/syncMap/syncMapItem.js +4 -4
- package/lib/rest/sync/v1/service/syncMap/syncMapPermission.js +6 -6
- package/lib/rest/sync/v1/service/syncStream/streamMessage.js +2 -2
- package/lib/rest/taskrouter/v1/workspace/activity.js +2 -2
- package/lib/rest/taskrouter/v1/workspace/taskChannel.js +4 -4
- package/lib/rest/taskrouter/v1/workspace/taskQueue.js +2 -2
- package/lib/rest/taskrouter/v1/workspace/worker.js +2 -2
- package/lib/rest/taskrouter/v1/workspace/workflow.js +4 -4
- package/lib/rest/taskrouter/v1/workspace.js +2 -2
- package/lib/rest/trunking/v1/trunk/credentialList.js +2 -2
- package/lib/rest/trunking/v1/trunk/ipAccessControlList.js +2 -2
- package/lib/rest/trunking/v1/trunk/originationUrl.js +10 -10
- package/lib/rest/trunking/v1/trunk/phoneNumber.js +2 -2
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesChannelEndpointAssignment.js +4 -4
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEntityAssignments.js +2 -2
- package/lib/rest/trusthub/v1/customerProfiles/customerProfilesEvaluations.js +2 -2
- package/lib/rest/trusthub/v1/customerProfiles.js +6 -6
- package/lib/rest/trusthub/v1/endUser.js +4 -4
- package/lib/rest/trusthub/v1/supportingDocument.js +4 -4
- package/lib/rest/trusthub/v1/trustProducts/trustProductsChannelEndpointAssignment.js +4 -4
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEntityAssignments.js +2 -2
- package/lib/rest/trusthub/v1/trustProducts/trustProductsEvaluations.js +2 -2
- package/lib/rest/trusthub/v1/trustProducts.js +6 -6
- package/lib/rest/verify/v2/service/accessToken.js +4 -4
- package/lib/rest/verify/v2/service/entity/challenge.js +2 -2
- package/lib/rest/verify/v2/service/entity/newFactor.js +4 -4
- package/lib/rest/verify/v2/service/entity.js +2 -2
- package/lib/rest/verify/v2/service/messagingConfiguration.js +6 -6
- package/lib/rest/verify/v2/service/rateLimit/bucket.js +4 -4
- package/lib/rest/verify/v2/service/rateLimit.js +2 -2
- package/lib/rest/verify/v2/service/verification.js +6 -6
- package/lib/rest/verify/v2/service/verificationCheck.js +2 -2
- package/lib/rest/verify/v2/service/webhook.js +6 -6
- package/lib/rest/verify/v2/service.js +2 -2
- package/lib/rest/verify/v2/template.js +1 -1
- package/lib/rest/verify/v2/verificationAttempt.d.ts +50 -10
- package/lib/rest/verify/v2/verificationAttempt.js +59 -15
- package/lib/rest/video/v1/composition.js +2 -2
- package/lib/rest/video/v1/compositionHook.js +4 -4
- package/lib/rest/video/v1/compositionSettings.js +2 -2
- package/lib/rest/video/v1/recordingSettings.js +2 -2
- package/lib/rest/video/v1/room.js +2 -2
- package/lib/rest/voice/v1/connectionPolicy/connectionPolicyTarget.js +2 -2
- package/lib/rest/voice/v1/dialingPermissions/bulkCountryUpdate.js +2 -2
- package/lib/rest/voice/v1/ipRecord.js +2 -2
- package/lib/rest/voice/v1/sourceIpMapping.js +6 -6
- package/lib/rest/wireless/v1/command.js +2 -2
- package/package.json +2 -2
- package/CHANGES.md +0 -2583
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
import Domain = require('../base/Domain');
|
|
9
9
|
import Twilio = require('./Twilio');
|
|
10
10
|
import V1 = require('./conversations/V1');
|
|
11
|
+
import { AddressConfigurationListInstance } from './conversations/v1/addressConfiguration';
|
|
11
12
|
import { ConfigurationListInstance } from './conversations/v1/configuration';
|
|
12
13
|
import { ConversationListInstance } from './conversations/v1/conversation';
|
|
13
14
|
import { CredentialListInstance } from './conversations/v1/credential';
|
|
@@ -25,6 +26,7 @@ declare class Conversations extends Domain {
|
|
|
25
26
|
*/
|
|
26
27
|
constructor(twilio: Twilio);
|
|
27
28
|
|
|
29
|
+
readonly addressConfigurations: AddressConfigurationListInstance;
|
|
28
30
|
readonly configuration: ConfigurationListInstance;
|
|
29
31
|
readonly conversations: ConversationListInstance;
|
|
30
32
|
readonly credentials: CredentialListInstance;
|
|
@@ -23,6 +23,8 @@ var V1 = require('./conversations/V1'); /* jshint ignore:line */
|
|
|
23
23
|
* @property {Twilio.Conversations.V1} v1 - v1 version
|
|
24
24
|
* @property {Twilio.Conversations.V1.ConfigurationList} configuration -
|
|
25
25
|
* configuration resource
|
|
26
|
+
* @property {Twilio.Conversations.V1.AddressConfigurationList} addressConfigurations -
|
|
27
|
+
* addressConfigurations resource
|
|
26
28
|
* @property {Twilio.Conversations.V1.ConversationList} conversations -
|
|
27
29
|
* conversations resource
|
|
28
30
|
* @property {Twilio.Conversations.V1.CredentialList} credentials -
|
|
@@ -61,6 +63,13 @@ Object.defineProperty(Conversations.prototype,
|
|
|
61
63
|
}
|
|
62
64
|
});
|
|
63
65
|
|
|
66
|
+
Object.defineProperty(Conversations.prototype,
|
|
67
|
+
'addressConfigurations', {
|
|
68
|
+
get: function() {
|
|
69
|
+
return this.v1.addressConfigurations;
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
|
|
64
73
|
Object.defineProperty(Conversations.prototype,
|
|
65
74
|
'conversations', {
|
|
66
75
|
get: function() {
|
|
@@ -316,8 +316,8 @@ AwsList = function AwsList(version) {
|
|
|
316
316
|
if (_.isUndefined(opts)) {
|
|
317
317
|
throw new Error('Required parameter "opts" missing.');
|
|
318
318
|
}
|
|
319
|
-
if (_.isUndefined(opts
|
|
320
|
-
throw new Error('Required parameter "opts
|
|
319
|
+
if (_.isUndefined(opts['credentials'])) {
|
|
320
|
+
throw new Error('Required parameter "opts[\'credentials\']" missing.');
|
|
321
321
|
}
|
|
322
322
|
|
|
323
323
|
var deferred = Q.defer();
|
|
@@ -315,8 +315,8 @@ PublicKeyList = function PublicKeyList(version) {
|
|
|
315
315
|
if (_.isUndefined(opts)) {
|
|
316
316
|
throw new Error('Required parameter "opts" missing.');
|
|
317
317
|
}
|
|
318
|
-
if (_.isUndefined(opts
|
|
319
|
-
throw new Error('Required parameter "opts
|
|
318
|
+
if (_.isUndefined(opts['publicKey'])) {
|
|
319
|
+
throw new Error('Required parameter "opts[\'publicKey\']" missing.');
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
var deferred = Q.defer();
|
|
@@ -83,23 +83,23 @@ AddressList = function AddressList(version, accountSid) {
|
|
|
83
83
|
if (_.isUndefined(opts)) {
|
|
84
84
|
throw new Error('Required parameter "opts" missing.');
|
|
85
85
|
}
|
|
86
|
-
if (_.isUndefined(opts
|
|
87
|
-
throw new Error('Required parameter "opts
|
|
86
|
+
if (_.isUndefined(opts['customerName'])) {
|
|
87
|
+
throw new Error('Required parameter "opts[\'customerName\']" missing.');
|
|
88
88
|
}
|
|
89
|
-
if (_.isUndefined(opts
|
|
90
|
-
throw new Error('Required parameter "opts
|
|
89
|
+
if (_.isUndefined(opts['street'])) {
|
|
90
|
+
throw new Error('Required parameter "opts[\'street\']" missing.');
|
|
91
91
|
}
|
|
92
|
-
if (_.isUndefined(opts
|
|
93
|
-
throw new Error('Required parameter "opts
|
|
92
|
+
if (_.isUndefined(opts['city'])) {
|
|
93
|
+
throw new Error('Required parameter "opts[\'city\']" missing.');
|
|
94
94
|
}
|
|
95
|
-
if (_.isUndefined(opts
|
|
96
|
-
throw new Error('Required parameter "opts
|
|
95
|
+
if (_.isUndefined(opts['region'])) {
|
|
96
|
+
throw new Error('Required parameter "opts[\'region\']" missing.');
|
|
97
97
|
}
|
|
98
|
-
if (_.isUndefined(opts
|
|
99
|
-
throw new Error('Required parameter "opts
|
|
98
|
+
if (_.isUndefined(opts['postalCode'])) {
|
|
99
|
+
throw new Error('Required parameter "opts[\'postalCode\']" missing.');
|
|
100
100
|
}
|
|
101
|
-
if (_.isUndefined(opts
|
|
102
|
-
throw new Error('Required parameter "opts
|
|
101
|
+
if (_.isUndefined(opts['isoCountry'])) {
|
|
102
|
+
throw new Error('Required parameter "opts[\'isoCountry\']" missing.');
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
var deferred = Q.defer();
|
|
@@ -367,8 +367,8 @@ FeedbackContext.prototype.create = function create(opts, callback) {
|
|
|
367
367
|
if (_.isUndefined(opts)) {
|
|
368
368
|
throw new Error('Required parameter "opts" missing.');
|
|
369
369
|
}
|
|
370
|
-
if (_.isUndefined(opts
|
|
371
|
-
throw new Error('Required parameter "opts
|
|
370
|
+
if (_.isUndefined(opts['qualityScore'])) {
|
|
371
|
+
throw new Error('Required parameter "opts[\'qualityScore\']" missing.');
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
var deferred = Q.defer();
|
|
@@ -78,11 +78,11 @@ FeedbackSummaryList = function FeedbackSummaryList(version, accountSid) {
|
|
|
78
78
|
if (_.isUndefined(opts)) {
|
|
79
79
|
throw new Error('Required parameter "opts" missing.');
|
|
80
80
|
}
|
|
81
|
-
if (_.isUndefined(opts
|
|
82
|
-
throw new Error('Required parameter "opts
|
|
81
|
+
if (_.isUndefined(opts['startDate'])) {
|
|
82
|
+
throw new Error('Required parameter "opts[\'startDate\']" missing.');
|
|
83
83
|
}
|
|
84
|
-
if (_.isUndefined(opts
|
|
85
|
-
throw new Error('Required parameter "opts
|
|
84
|
+
if (_.isUndefined(opts['endDate'])) {
|
|
85
|
+
throw new Error('Required parameter "opts[\'endDate\']" missing.');
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
var deferred = Q.defer();
|
|
@@ -107,11 +107,11 @@ PaymentList = function PaymentList(version, accountSid, callSid) {
|
|
|
107
107
|
if (_.isUndefined(opts)) {
|
|
108
108
|
throw new Error('Required parameter "opts" missing.');
|
|
109
109
|
}
|
|
110
|
-
if (_.isUndefined(opts
|
|
111
|
-
throw new Error('Required parameter "opts
|
|
110
|
+
if (_.isUndefined(opts['idempotencyKey'])) {
|
|
111
|
+
throw new Error('Required parameter "opts[\'idempotencyKey\']" missing.');
|
|
112
112
|
}
|
|
113
|
-
if (_.isUndefined(opts
|
|
114
|
-
throw new Error('Required parameter "opts
|
|
113
|
+
if (_.isUndefined(opts['statusCallback'])) {
|
|
114
|
+
throw new Error('Required parameter "opts[\'statusCallback\']" missing.');
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
var deferred = Q.defer();
|
|
@@ -431,11 +431,11 @@ PaymentContext.prototype.update = function update(opts, callback) {
|
|
|
431
431
|
if (_.isUndefined(opts)) {
|
|
432
432
|
throw new Error('Required parameter "opts" missing.');
|
|
433
433
|
}
|
|
434
|
-
if (_.isUndefined(opts
|
|
435
|
-
throw new Error('Required parameter "opts
|
|
434
|
+
if (_.isUndefined(opts['idempotencyKey'])) {
|
|
435
|
+
throw new Error('Required parameter "opts[\'idempotencyKey\']" missing.');
|
|
436
436
|
}
|
|
437
|
-
if (_.isUndefined(opts
|
|
438
|
-
throw new Error('Required parameter "opts
|
|
437
|
+
if (_.isUndefined(opts['statusCallback'])) {
|
|
438
|
+
throw new Error('Required parameter "opts[\'statusCallback\']" missing.');
|
|
439
439
|
}
|
|
440
440
|
|
|
441
441
|
var deferred = Q.defer();
|
|
@@ -694,8 +694,8 @@ RecordingContext.prototype.update = function update(opts, callback) {
|
|
|
694
694
|
if (_.isUndefined(opts)) {
|
|
695
695
|
throw new Error('Required parameter "opts" missing.');
|
|
696
696
|
}
|
|
697
|
-
if (_.isUndefined(opts
|
|
698
|
-
throw new Error('Required parameter "opts
|
|
697
|
+
if (_.isUndefined(opts['status'])) {
|
|
698
|
+
throw new Error('Required parameter "opts[\'status\']" missing.');
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
var deferred = Q.defer();
|
|
@@ -754,8 +754,8 @@ SiprecContext.prototype.update = function update(opts, callback) {
|
|
|
754
754
|
if (_.isUndefined(opts)) {
|
|
755
755
|
throw new Error('Required parameter "opts" missing.');
|
|
756
756
|
}
|
|
757
|
-
if (_.isUndefined(opts
|
|
758
|
-
throw new Error('Required parameter "opts
|
|
757
|
+
if (_.isUndefined(opts['status'])) {
|
|
758
|
+
throw new Error('Required parameter "opts[\'status\']" missing.');
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
var deferred = Q.defer();
|