twilio 3.73.0 → 3.75.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/Insights.d.ts +2 -0
- package/lib/rest/Insights.js +8 -0
- package/lib/rest/Supersim.d.ts +2 -0
- package/lib/rest/Supersim.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.d.ts +2 -0
- package/lib/rest/api/v2010/account/call/siprec.js +5 -2
- package/lib/rest/api/v2010/account/call/stream.d.ts +778 -0
- package/lib/rest/api/v2010/account/call/stream.js +813 -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/record/allTime.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/daily.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/lastMonth.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/monthly.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/thisMonth.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/today.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/yearly.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record/yesterday.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/record.d.ts +1 -1
- package/lib/rest/api/v2010/account/usage/trigger.d.ts +1 -1
- 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.d.ts +2 -2
- package/lib/rest/flexApi/v1/flexFlow.js +9 -9
- package/lib/rest/flexApi/v1/webChannel.js +8 -8
- package/lib/rest/insights/V1.d.ts +3 -0
- package/lib/rest/insights/V1.js +11 -0
- package/lib/rest/insights/v1/conference/conferenceParticipant.d.ts +383 -0
- package/lib/rest/insights/v1/conference/conferenceParticipant.js +671 -0
- package/lib/rest/insights/v1/conference.d.ts +391 -0
- package/lib/rest/insights/v1/conference.js +683 -0
- 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.d.ts +2 -0
- package/lib/rest/messaging/v1/brandRegistration.js +6 -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.d.ts +3 -0
- package/lib/rest/supersim/V1.js +12 -0
- package/lib/rest/supersim/v1/command.js +4 -4
- package/lib/rest/supersim/v1/esimProfile.d.ts +344 -0
- package/lib/rest/supersim/v1/esimProfile.js +664 -0
- package/lib/rest/supersim/v1/fleet.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/supersim/v1/usageRecord.d.ts +3 -3
- package/lib/rest/supersim/v1/usageRecord.js +3 -3
- 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.d.ts +62 -4
- package/lib/rest/verify/v2/service/accessToken.js +159 -11
- package/lib/rest/verify/v2/service/entity/challenge.js +2 -2
- package/lib/rest/verify/v2/service/entity/factor.d.ts +2 -0
- package/lib/rest/verify/v2/service/entity/factor.js +2 -0
- package/lib/rest/verify/v2/service/entity/newFactor.d.ts +4 -0
- package/lib/rest/verify/v2/service/entity/newFactor.js +13 -7
- 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/lib/twiml/VoiceResponse.d.ts +2 -2
- package/package.json +4 -4
- package/CHANGES.md +0 -2566
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() {
|
package/lib/rest/Insights.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ import Twilio = require('./Twilio');
|
|
|
10
10
|
import V1 = require('./insights/V1');
|
|
11
11
|
import { CallListInstance } from './insights/v1/call';
|
|
12
12
|
import { CallSummariesListInstance } from './insights/v1/callSummaries';
|
|
13
|
+
import { ConferenceListInstance } from './insights/v1/conference';
|
|
13
14
|
import { RoomListInstance } from './insights/v1/room';
|
|
14
15
|
import { SettingListInstance } from './insights/v1/setting';
|
|
15
16
|
|
|
@@ -24,6 +25,7 @@ declare class Insights extends Domain {
|
|
|
24
25
|
|
|
25
26
|
readonly callSummaries: CallSummariesListInstance;
|
|
26
27
|
readonly calls: CallListInstance;
|
|
28
|
+
readonly conferences: ConferenceListInstance;
|
|
27
29
|
readonly rooms: RoomListInstance;
|
|
28
30
|
readonly settings: SettingListInstance;
|
|
29
31
|
readonly v1: V1;
|
package/lib/rest/Insights.js
CHANGED
|
@@ -25,6 +25,7 @@ var V1 = require('./insights/V1'); /* jshint ignore:line */
|
|
|
25
25
|
* @property {Twilio.Insights.V1.CallList} calls - calls resource
|
|
26
26
|
* @property {Twilio.Insights.V1.CallSummariesList} callSummaries -
|
|
27
27
|
* callSummaries resource
|
|
28
|
+
* @property {Twilio.Insights.V1.ConferenceList} conferences - conferences resource
|
|
28
29
|
* @property {Twilio.Insights.V1.RoomList} rooms - rooms resource
|
|
29
30
|
*
|
|
30
31
|
* @param {Twilio} twilio - The twilio client
|
|
@@ -69,6 +70,13 @@ Object.defineProperty(Insights.prototype,
|
|
|
69
70
|
}
|
|
70
71
|
});
|
|
71
72
|
|
|
73
|
+
Object.defineProperty(Insights.prototype,
|
|
74
|
+
'conferences', {
|
|
75
|
+
get: function() {
|
|
76
|
+
return this.v1.conferences;
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
|
|
72
80
|
Object.defineProperty(Insights.prototype,
|
|
73
81
|
'rooms', {
|
|
74
82
|
get: function() {
|
package/lib/rest/Supersim.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ import Domain = require('../base/Domain');
|
|
|
9
9
|
import Twilio = require('./Twilio');
|
|
10
10
|
import V1 = require('./supersim/V1');
|
|
11
11
|
import { CommandListInstance } from './supersim/v1/command';
|
|
12
|
+
import { EsimProfileListInstance } from './supersim/v1/esimProfile';
|
|
12
13
|
import { FleetListInstance } from './supersim/v1/fleet';
|
|
13
14
|
import { IpCommandListInstance } from './supersim/v1/ipCommand';
|
|
14
15
|
import { NetworkAccessProfileListInstance } from './supersim/v1/networkAccessProfile';
|
|
@@ -27,6 +28,7 @@ declare class Supersim extends Domain {
|
|
|
27
28
|
constructor(twilio: Twilio);
|
|
28
29
|
|
|
29
30
|
readonly commands: CommandListInstance;
|
|
31
|
+
readonly esimProfiles: EsimProfileListInstance;
|
|
30
32
|
readonly fleets: FleetListInstance;
|
|
31
33
|
readonly ipCommands: IpCommandListInstance;
|
|
32
34
|
readonly networkAccessProfiles: NetworkAccessProfileListInstance;
|
package/lib/rest/Supersim.js
CHANGED
|
@@ -22,6 +22,8 @@ var V1 = require('./supersim/V1'); /* jshint ignore:line */
|
|
|
22
22
|
*
|
|
23
23
|
* @property {Twilio.Supersim.V1} v1 - v1 version
|
|
24
24
|
* @property {Twilio.Supersim.V1.CommandList} commands - commands resource
|
|
25
|
+
* @property {Twilio.Supersim.V1.EsimProfileList} esimProfiles -
|
|
26
|
+
* esimProfiles resource
|
|
25
27
|
* @property {Twilio.Supersim.V1.FleetList} fleets - fleets resource
|
|
26
28
|
* @property {Twilio.Supersim.V1.IpCommandList} ipCommands - ipCommands resource
|
|
27
29
|
* @property {Twilio.Supersim.V1.NetworkList} networks - networks resource
|
|
@@ -60,6 +62,13 @@ Object.defineProperty(Supersim.prototype,
|
|
|
60
62
|
}
|
|
61
63
|
});
|
|
62
64
|
|
|
65
|
+
Object.defineProperty(Supersim.prototype,
|
|
66
|
+
'esimProfiles', {
|
|
67
|
+
get: function() {
|
|
68
|
+
return this.v1.esimProfiles;
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
|
|
63
72
|
Object.defineProperty(Supersim.prototype,
|
|
64
73
|
'fleets', {
|
|
65
74
|
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();
|
|
@@ -685,6 +685,7 @@ interface SiprecResource {
|
|
|
685
685
|
name: string;
|
|
686
686
|
sid: string;
|
|
687
687
|
status: SiprecStatus;
|
|
688
|
+
uri: string;
|
|
688
689
|
}
|
|
689
690
|
|
|
690
691
|
interface SiprecSolution {
|
|
@@ -748,6 +749,7 @@ declare class SiprecInstance extends SerializableClass {
|
|
|
748
749
|
* @param callback - Callback to handle processed record
|
|
749
750
|
*/
|
|
750
751
|
update(opts: SiprecInstanceUpdateOptions, callback?: (error: Error | null, items: SiprecInstance) => any): Promise<SiprecInstance>;
|
|
752
|
+
uri: string;
|
|
751
753
|
}
|
|
752
754
|
|
|
753
755
|
|
|
@@ -629,6 +629,8 @@ SiprecPage.prototype[util.inspect.custom] = function inspect(depth, options) {
|
|
|
629
629
|
* @property {siprec.status} status - The status - one of `stopped`, `in-progress`
|
|
630
630
|
* @property {Date} dateUpdated -
|
|
631
631
|
* The RFC 2822 date and time in GMT that this resource was last updated
|
|
632
|
+
* @property {string} uri -
|
|
633
|
+
* The URI of the resource, relative to `https://api.twilio.com`
|
|
632
634
|
*
|
|
633
635
|
* @param {V2010} version - Version of the resource
|
|
634
636
|
* @param {SiprecPayload} payload - The instance payload
|
|
@@ -648,6 +650,7 @@ SiprecInstance = function SiprecInstance(version, payload, accountSid, callSid,
|
|
|
648
650
|
this.name = payload.name; // jshint ignore:line
|
|
649
651
|
this.status = payload.status; // jshint ignore:line
|
|
650
652
|
this.dateUpdated = deserialize.rfc2822DateTime(payload.date_updated); // jshint ignore:line
|
|
653
|
+
this.uri = payload.uri; // jshint ignore:line
|
|
651
654
|
|
|
652
655
|
// Context
|
|
653
656
|
this._context = undefined;
|
|
@@ -754,8 +757,8 @@ SiprecContext.prototype.update = function update(opts, callback) {
|
|
|
754
757
|
if (_.isUndefined(opts)) {
|
|
755
758
|
throw new Error('Required parameter "opts" missing.');
|
|
756
759
|
}
|
|
757
|
-
if (_.isUndefined(opts
|
|
758
|
-
throw new Error('Required parameter "opts
|
|
760
|
+
if (_.isUndefined(opts['status'])) {
|
|
761
|
+
throw new Error('Required parameter "opts[\'status\']" missing.');
|
|
759
762
|
}
|
|
760
763
|
|
|
761
764
|
var deferred = Q.defer();
|