purecloud-platform-client-v2 160.0.0 → 161.0.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 +2 -2
- package/dist/node/purecloud-platform-client-v2.js +864 -96
- package/dist/web-amd/purecloud-platform-client-v2.js +864 -96
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +864 -96
- package/dist/web-cjs/purecloud-platform-client-v2.js +1217 -422
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +153 -6
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +789 -42
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +46 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +2 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -26
- package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -401,7 +401,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
401
401
|
|
|
402
402
|
/**
|
|
403
403
|
* @module purecloud-platform-client-v2/ApiClient
|
|
404
|
-
* @version
|
|
404
|
+
* @version 161.0.0
|
|
405
405
|
*/
|
|
406
406
|
class ApiClient {
|
|
407
407
|
/**
|
|
@@ -1491,7 +1491,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1491
1491
|
/**
|
|
1492
1492
|
* Alerting service.
|
|
1493
1493
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1494
|
-
* @version
|
|
1494
|
+
* @version 161.0.0
|
|
1495
1495
|
*/
|
|
1496
1496
|
|
|
1497
1497
|
/**
|
|
@@ -1805,7 +1805,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1805
1805
|
/**
|
|
1806
1806
|
* Analytics service.
|
|
1807
1807
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1808
|
-
* @version
|
|
1808
|
+
* @version 161.0.0
|
|
1809
1809
|
*/
|
|
1810
1810
|
|
|
1811
1811
|
/**
|
|
@@ -3059,7 +3059,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
3059
3059
|
/**
|
|
3060
3060
|
* Architect service.
|
|
3061
3061
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
3062
|
-
* @version
|
|
3062
|
+
* @version 161.0.0
|
|
3063
3063
|
*/
|
|
3064
3064
|
|
|
3065
3065
|
/**
|
|
@@ -6107,7 +6107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6107
6107
|
/**
|
|
6108
6108
|
* Audit service.
|
|
6109
6109
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6110
|
-
* @version
|
|
6110
|
+
* @version 161.0.0
|
|
6111
6111
|
*/
|
|
6112
6112
|
|
|
6113
6113
|
/**
|
|
@@ -6278,7 +6278,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6278
6278
|
/**
|
|
6279
6279
|
* Authorization service.
|
|
6280
6280
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6281
|
-
* @version
|
|
6281
|
+
* @version 161.0.0
|
|
6282
6282
|
*/
|
|
6283
6283
|
|
|
6284
6284
|
/**
|
|
@@ -7506,7 +7506,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7506
7506
|
/**
|
|
7507
7507
|
* Billing service.
|
|
7508
7508
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7509
|
-
* @version
|
|
7509
|
+
* @version 161.0.0
|
|
7510
7510
|
*/
|
|
7511
7511
|
|
|
7512
7512
|
/**
|
|
@@ -7586,7 +7586,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7586
7586
|
/**
|
|
7587
7587
|
* Chat service.
|
|
7588
7588
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7589
|
-
* @version
|
|
7589
|
+
* @version 161.0.0
|
|
7590
7590
|
*/
|
|
7591
7591
|
|
|
7592
7592
|
/**
|
|
@@ -7677,7 +7677,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7677
7677
|
/**
|
|
7678
7678
|
* Coaching service.
|
|
7679
7679
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7680
|
-
* @version
|
|
7680
|
+
* @version 161.0.0
|
|
7681
7681
|
*/
|
|
7682
7682
|
|
|
7683
7683
|
/**
|
|
@@ -8254,7 +8254,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
8254
8254
|
/**
|
|
8255
8255
|
* ContentManagement service.
|
|
8256
8256
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8257
|
-
* @version
|
|
8257
|
+
* @version 161.0.0
|
|
8258
8258
|
*/
|
|
8259
8259
|
|
|
8260
8260
|
/**
|
|
@@ -9394,7 +9394,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9394
9394
|
/**
|
|
9395
9395
|
* Conversations service.
|
|
9396
9396
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9397
|
-
* @version
|
|
9397
|
+
* @version 161.0.0
|
|
9398
9398
|
*/
|
|
9399
9399
|
|
|
9400
9400
|
/**
|
|
@@ -10061,6 +10061,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10061
10061
|
);
|
|
10062
10062
|
}
|
|
10063
10063
|
|
|
10064
|
+
/**
|
|
10065
|
+
* Get the wrap-up for this conversation communication.
|
|
10066
|
+
*
|
|
10067
|
+
* @param {String} conversationId conversationId
|
|
10068
|
+
* @param {String} participantId participantId
|
|
10069
|
+
* @param {String} communicationId communicationId
|
|
10070
|
+
* @param {Object} opts Optional parameters
|
|
10071
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
10072
|
+
*/
|
|
10073
|
+
getConversationsCallParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
10074
|
+
opts = opts || {};
|
|
10075
|
+
|
|
10076
|
+
// verify the required parameter 'conversationId' is set
|
|
10077
|
+
if (conversationId === undefined || conversationId === null) {
|
|
10078
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
10079
|
+
}
|
|
10080
|
+
// verify the required parameter 'participantId' is set
|
|
10081
|
+
if (participantId === undefined || participantId === null) {
|
|
10082
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
10083
|
+
}
|
|
10084
|
+
// verify the required parameter 'communicationId' is set
|
|
10085
|
+
if (communicationId === undefined || communicationId === null) {
|
|
10086
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsCallParticipantCommunicationWrapup';
|
|
10087
|
+
}
|
|
10088
|
+
|
|
10089
|
+
return this.apiClient.callApi(
|
|
10090
|
+
'/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
10091
|
+
'GET',
|
|
10092
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
10093
|
+
{ 'provisional': opts['provisional'] },
|
|
10094
|
+
{ },
|
|
10095
|
+
{ },
|
|
10096
|
+
null,
|
|
10097
|
+
['PureCloud OAuth'],
|
|
10098
|
+
['application/json'],
|
|
10099
|
+
['application/json']
|
|
10100
|
+
);
|
|
10101
|
+
}
|
|
10102
|
+
|
|
10064
10103
|
/**
|
|
10065
10104
|
* Get the wrap-up for this conversation participant.
|
|
10066
10105
|
*
|
|
@@ -10150,6 +10189,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10150
10189
|
);
|
|
10151
10190
|
}
|
|
10152
10191
|
|
|
10192
|
+
/**
|
|
10193
|
+
* Get the wrap-up for this conversation communication.
|
|
10194
|
+
*
|
|
10195
|
+
* @param {String} conversationId conversationId
|
|
10196
|
+
* @param {String} participantId participantId
|
|
10197
|
+
* @param {String} communicationId communicationId
|
|
10198
|
+
* @param {Object} opts Optional parameters
|
|
10199
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
10200
|
+
*/
|
|
10201
|
+
getConversationsCallbackParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
10202
|
+
opts = opts || {};
|
|
10203
|
+
|
|
10204
|
+
// verify the required parameter 'conversationId' is set
|
|
10205
|
+
if (conversationId === undefined || conversationId === null) {
|
|
10206
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
10207
|
+
}
|
|
10208
|
+
// verify the required parameter 'participantId' is set
|
|
10209
|
+
if (participantId === undefined || participantId === null) {
|
|
10210
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
10211
|
+
}
|
|
10212
|
+
// verify the required parameter 'communicationId' is set
|
|
10213
|
+
if (communicationId === undefined || communicationId === null) {
|
|
10214
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsCallbackParticipantCommunicationWrapup';
|
|
10215
|
+
}
|
|
10216
|
+
|
|
10217
|
+
return this.apiClient.callApi(
|
|
10218
|
+
'/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
10219
|
+
'GET',
|
|
10220
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
10221
|
+
{ 'provisional': opts['provisional'] },
|
|
10222
|
+
{ },
|
|
10223
|
+
{ },
|
|
10224
|
+
null,
|
|
10225
|
+
['PureCloud OAuth'],
|
|
10226
|
+
['application/json'],
|
|
10227
|
+
['application/json']
|
|
10228
|
+
);
|
|
10229
|
+
}
|
|
10230
|
+
|
|
10153
10231
|
/**
|
|
10154
10232
|
* Get the wrap-up for this conversation participant.
|
|
10155
10233
|
*
|
|
@@ -10388,6 +10466,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10388
10466
|
);
|
|
10389
10467
|
}
|
|
10390
10468
|
|
|
10469
|
+
/**
|
|
10470
|
+
* Get the wrap-up for this conversation communication.
|
|
10471
|
+
*
|
|
10472
|
+
* @param {String} conversationId conversationId
|
|
10473
|
+
* @param {String} participantId participantId
|
|
10474
|
+
* @param {String} communicationId communicationId
|
|
10475
|
+
* @param {Object} opts Optional parameters
|
|
10476
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
10477
|
+
*/
|
|
10478
|
+
getConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
10479
|
+
opts = opts || {};
|
|
10480
|
+
|
|
10481
|
+
// verify the required parameter 'conversationId' is set
|
|
10482
|
+
if (conversationId === undefined || conversationId === null) {
|
|
10483
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
10484
|
+
}
|
|
10485
|
+
// verify the required parameter 'participantId' is set
|
|
10486
|
+
if (participantId === undefined || participantId === null) {
|
|
10487
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
10488
|
+
}
|
|
10489
|
+
// verify the required parameter 'communicationId' is set
|
|
10490
|
+
if (communicationId === undefined || communicationId === null) {
|
|
10491
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsChatParticipantCommunicationWrapup';
|
|
10492
|
+
}
|
|
10493
|
+
|
|
10494
|
+
return this.apiClient.callApi(
|
|
10495
|
+
'/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
10496
|
+
'GET',
|
|
10497
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
10498
|
+
{ 'provisional': opts['provisional'] },
|
|
10499
|
+
{ },
|
|
10500
|
+
{ },
|
|
10501
|
+
null,
|
|
10502
|
+
['PureCloud OAuth'],
|
|
10503
|
+
['application/json'],
|
|
10504
|
+
['application/json']
|
|
10505
|
+
);
|
|
10506
|
+
}
|
|
10507
|
+
|
|
10391
10508
|
/**
|
|
10392
10509
|
* Get the wrap-up for this conversation participant.
|
|
10393
10510
|
*
|
|
@@ -10497,6 +10614,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10497
10614
|
);
|
|
10498
10615
|
}
|
|
10499
10616
|
|
|
10617
|
+
/**
|
|
10618
|
+
* Get the wrap-up for this conversation communication.
|
|
10619
|
+
*
|
|
10620
|
+
* @param {String} conversationId conversationId
|
|
10621
|
+
* @param {String} participantId participantId
|
|
10622
|
+
* @param {String} communicationId communicationId
|
|
10623
|
+
* @param {Object} opts Optional parameters
|
|
10624
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
10625
|
+
*/
|
|
10626
|
+
getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
10627
|
+
opts = opts || {};
|
|
10628
|
+
|
|
10629
|
+
// verify the required parameter 'conversationId' is set
|
|
10630
|
+
if (conversationId === undefined || conversationId === null) {
|
|
10631
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
10632
|
+
}
|
|
10633
|
+
// verify the required parameter 'participantId' is set
|
|
10634
|
+
if (participantId === undefined || participantId === null) {
|
|
10635
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
10636
|
+
}
|
|
10637
|
+
// verify the required parameter 'communicationId' is set
|
|
10638
|
+
if (communicationId === undefined || communicationId === null) {
|
|
10639
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
10640
|
+
}
|
|
10641
|
+
|
|
10642
|
+
return this.apiClient.callApi(
|
|
10643
|
+
'/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
10644
|
+
'GET',
|
|
10645
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
10646
|
+
{ 'provisional': opts['provisional'] },
|
|
10647
|
+
{ },
|
|
10648
|
+
{ },
|
|
10649
|
+
null,
|
|
10650
|
+
['PureCloud OAuth'],
|
|
10651
|
+
['application/json'],
|
|
10652
|
+
['application/json']
|
|
10653
|
+
);
|
|
10654
|
+
}
|
|
10655
|
+
|
|
10500
10656
|
/**
|
|
10501
10657
|
* Get the wrap-up for this conversation participant.
|
|
10502
10658
|
*
|
|
@@ -10686,6 +10842,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10686
10842
|
);
|
|
10687
10843
|
}
|
|
10688
10844
|
|
|
10845
|
+
/**
|
|
10846
|
+
* Get the wrap-up for this conversation communication.
|
|
10847
|
+
*
|
|
10848
|
+
* @param {String} conversationId conversationId
|
|
10849
|
+
* @param {String} participantId participantId
|
|
10850
|
+
* @param {String} communicationId communicationId
|
|
10851
|
+
* @param {Object} opts Optional parameters
|
|
10852
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
10853
|
+
*/
|
|
10854
|
+
getConversationsEmailParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
10855
|
+
opts = opts || {};
|
|
10856
|
+
|
|
10857
|
+
// verify the required parameter 'conversationId' is set
|
|
10858
|
+
if (conversationId === undefined || conversationId === null) {
|
|
10859
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
10860
|
+
}
|
|
10861
|
+
// verify the required parameter 'participantId' is set
|
|
10862
|
+
if (participantId === undefined || participantId === null) {
|
|
10863
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
10864
|
+
}
|
|
10865
|
+
// verify the required parameter 'communicationId' is set
|
|
10866
|
+
if (communicationId === undefined || communicationId === null) {
|
|
10867
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsEmailParticipantCommunicationWrapup';
|
|
10868
|
+
}
|
|
10869
|
+
|
|
10870
|
+
return this.apiClient.callApi(
|
|
10871
|
+
'/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
10872
|
+
'GET',
|
|
10873
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
10874
|
+
{ 'provisional': opts['provisional'] },
|
|
10875
|
+
{ },
|
|
10876
|
+
{ },
|
|
10877
|
+
null,
|
|
10878
|
+
['PureCloud OAuth'],
|
|
10879
|
+
['application/json'],
|
|
10880
|
+
['application/json']
|
|
10881
|
+
);
|
|
10882
|
+
}
|
|
10883
|
+
|
|
10689
10884
|
/**
|
|
10690
10885
|
* Get the wrap-up for this conversation participant.
|
|
10691
10886
|
*
|
|
@@ -10963,6 +11158,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
10963
11158
|
);
|
|
10964
11159
|
}
|
|
10965
11160
|
|
|
11161
|
+
/**
|
|
11162
|
+
* Get the wrap-up for this conversation communication.
|
|
11163
|
+
*
|
|
11164
|
+
* @param {String} conversationId conversationId
|
|
11165
|
+
* @param {String} participantId participantId
|
|
11166
|
+
* @param {String} communicationId communicationId
|
|
11167
|
+
* @param {Object} opts Optional parameters
|
|
11168
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
11169
|
+
*/
|
|
11170
|
+
getConversationsMessageParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
11171
|
+
opts = opts || {};
|
|
11172
|
+
|
|
11173
|
+
// verify the required parameter 'conversationId' is set
|
|
11174
|
+
if (conversationId === undefined || conversationId === null) {
|
|
11175
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
11176
|
+
}
|
|
11177
|
+
// verify the required parameter 'participantId' is set
|
|
11178
|
+
if (participantId === undefined || participantId === null) {
|
|
11179
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
11180
|
+
}
|
|
11181
|
+
// verify the required parameter 'communicationId' is set
|
|
11182
|
+
if (communicationId === undefined || communicationId === null) {
|
|
11183
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsMessageParticipantCommunicationWrapup';
|
|
11184
|
+
}
|
|
11185
|
+
|
|
11186
|
+
return this.apiClient.callApi(
|
|
11187
|
+
'/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
11188
|
+
'GET',
|
|
11189
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
11190
|
+
{ 'provisional': opts['provisional'] },
|
|
11191
|
+
{ },
|
|
11192
|
+
{ },
|
|
11193
|
+
null,
|
|
11194
|
+
['PureCloud OAuth'],
|
|
11195
|
+
['application/json'],
|
|
11196
|
+
['application/json']
|
|
11197
|
+
);
|
|
11198
|
+
}
|
|
11199
|
+
|
|
10966
11200
|
/**
|
|
10967
11201
|
* Get the wrap-up for this conversation participant.
|
|
10968
11202
|
*
|
|
@@ -11500,6 +11734,143 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
11500
11734
|
);
|
|
11501
11735
|
}
|
|
11502
11736
|
|
|
11737
|
+
/**
|
|
11738
|
+
* Get the wrap-up for this conversation communication.
|
|
11739
|
+
*
|
|
11740
|
+
* @param {String} conversationId conversationId
|
|
11741
|
+
* @param {String} participantId participantId
|
|
11742
|
+
* @param {String} communicationId communicationId
|
|
11743
|
+
* @param {Object} opts Optional parameters
|
|
11744
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
11745
|
+
*/
|
|
11746
|
+
getConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
11747
|
+
opts = opts || {};
|
|
11748
|
+
|
|
11749
|
+
// verify the required parameter 'conversationId' is set
|
|
11750
|
+
if (conversationId === undefined || conversationId === null) {
|
|
11751
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
11752
|
+
}
|
|
11753
|
+
// verify the required parameter 'participantId' is set
|
|
11754
|
+
if (participantId === undefined || participantId === null) {
|
|
11755
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
11756
|
+
}
|
|
11757
|
+
// verify the required parameter 'communicationId' is set
|
|
11758
|
+
if (communicationId === undefined || communicationId === null) {
|
|
11759
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';
|
|
11760
|
+
}
|
|
11761
|
+
|
|
11762
|
+
return this.apiClient.callApi(
|
|
11763
|
+
'/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
11764
|
+
'GET',
|
|
11765
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
11766
|
+
{ 'provisional': opts['provisional'] },
|
|
11767
|
+
{ },
|
|
11768
|
+
{ },
|
|
11769
|
+
null,
|
|
11770
|
+
['PureCloud OAuth'],
|
|
11771
|
+
['application/json'],
|
|
11772
|
+
['application/json']
|
|
11773
|
+
);
|
|
11774
|
+
}
|
|
11775
|
+
|
|
11776
|
+
/**
|
|
11777
|
+
* Get Settings
|
|
11778
|
+
*
|
|
11779
|
+
*/
|
|
11780
|
+
getConversationsSettings() {
|
|
11781
|
+
|
|
11782
|
+
return this.apiClient.callApi(
|
|
11783
|
+
'/api/v2/conversations/settings',
|
|
11784
|
+
'GET',
|
|
11785
|
+
{ },
|
|
11786
|
+
{ },
|
|
11787
|
+
{ },
|
|
11788
|
+
{ },
|
|
11789
|
+
null,
|
|
11790
|
+
['PureCloud OAuth'],
|
|
11791
|
+
['application/json'],
|
|
11792
|
+
['application/json']
|
|
11793
|
+
);
|
|
11794
|
+
}
|
|
11795
|
+
|
|
11796
|
+
/**
|
|
11797
|
+
* Get the wrap-up for this conversation communication.
|
|
11798
|
+
*
|
|
11799
|
+
* @param {String} conversationId conversationId
|
|
11800
|
+
* @param {String} participantId participantId
|
|
11801
|
+
* @param {String} communicationId communicationId
|
|
11802
|
+
* @param {Object} opts Optional parameters
|
|
11803
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
11804
|
+
*/
|
|
11805
|
+
getConversationsSocialParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
11806
|
+
opts = opts || {};
|
|
11807
|
+
|
|
11808
|
+
// verify the required parameter 'conversationId' is set
|
|
11809
|
+
if (conversationId === undefined || conversationId === null) {
|
|
11810
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
11811
|
+
}
|
|
11812
|
+
// verify the required parameter 'participantId' is set
|
|
11813
|
+
if (participantId === undefined || participantId === null) {
|
|
11814
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
11815
|
+
}
|
|
11816
|
+
// verify the required parameter 'communicationId' is set
|
|
11817
|
+
if (communicationId === undefined || communicationId === null) {
|
|
11818
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsSocialParticipantCommunicationWrapup';
|
|
11819
|
+
}
|
|
11820
|
+
|
|
11821
|
+
return this.apiClient.callApi(
|
|
11822
|
+
'/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
11823
|
+
'GET',
|
|
11824
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
11825
|
+
{ 'provisional': opts['provisional'] },
|
|
11826
|
+
{ },
|
|
11827
|
+
{ },
|
|
11828
|
+
null,
|
|
11829
|
+
['PureCloud OAuth'],
|
|
11830
|
+
['application/json'],
|
|
11831
|
+
['application/json']
|
|
11832
|
+
);
|
|
11833
|
+
}
|
|
11834
|
+
|
|
11835
|
+
/**
|
|
11836
|
+
* Get the wrap-up for this conversation communication.
|
|
11837
|
+
*
|
|
11838
|
+
* @param {String} conversationId conversationId
|
|
11839
|
+
* @param {String} participantId participantId
|
|
11840
|
+
* @param {String} communicationId communicationId
|
|
11841
|
+
* @param {Object} opts Optional parameters
|
|
11842
|
+
* @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
|
|
11843
|
+
*/
|
|
11844
|
+
getConversationsVideoParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
11845
|
+
opts = opts || {};
|
|
11846
|
+
|
|
11847
|
+
// verify the required parameter 'conversationId' is set
|
|
11848
|
+
if (conversationId === undefined || conversationId === null) {
|
|
11849
|
+
throw 'Missing the required parameter "conversationId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
11850
|
+
}
|
|
11851
|
+
// verify the required parameter 'participantId' is set
|
|
11852
|
+
if (participantId === undefined || participantId === null) {
|
|
11853
|
+
throw 'Missing the required parameter "participantId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
11854
|
+
}
|
|
11855
|
+
// verify the required parameter 'communicationId' is set
|
|
11856
|
+
if (communicationId === undefined || communicationId === null) {
|
|
11857
|
+
throw 'Missing the required parameter "communicationId" when calling getConversationsVideoParticipantCommunicationWrapup';
|
|
11858
|
+
}
|
|
11859
|
+
|
|
11860
|
+
return this.apiClient.callApi(
|
|
11861
|
+
'/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
11862
|
+
'GET',
|
|
11863
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
11864
|
+
{ 'provisional': opts['provisional'] },
|
|
11865
|
+
{ },
|
|
11866
|
+
{ },
|
|
11867
|
+
null,
|
|
11868
|
+
['PureCloud OAuth'],
|
|
11869
|
+
['application/json'],
|
|
11870
|
+
['application/json']
|
|
11871
|
+
);
|
|
11872
|
+
}
|
|
11873
|
+
|
|
11503
11874
|
/**
|
|
11504
11875
|
* Update a participant.
|
|
11505
11876
|
* Update conversation participant.
|
|
@@ -12646,6 +13017,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
12646
13017
|
);
|
|
12647
13018
|
}
|
|
12648
13019
|
|
|
13020
|
+
/**
|
|
13021
|
+
* Update Settings
|
|
13022
|
+
*
|
|
13023
|
+
* @param {Object} body Settings
|
|
13024
|
+
*/
|
|
13025
|
+
patchConversationsSettings(body) {
|
|
13026
|
+
// verify the required parameter 'body' is set
|
|
13027
|
+
if (body === undefined || body === null) {
|
|
13028
|
+
throw 'Missing the required parameter "body" when calling patchConversationsSettings';
|
|
13029
|
+
}
|
|
13030
|
+
|
|
13031
|
+
return this.apiClient.callApi(
|
|
13032
|
+
'/api/v2/conversations/settings',
|
|
13033
|
+
'PATCH',
|
|
13034
|
+
{ },
|
|
13035
|
+
{ },
|
|
13036
|
+
{ },
|
|
13037
|
+
{ },
|
|
13038
|
+
body,
|
|
13039
|
+
['PureCloud OAuth'],
|
|
13040
|
+
['application/json'],
|
|
13041
|
+
['application/json']
|
|
13042
|
+
);
|
|
13043
|
+
}
|
|
13044
|
+
|
|
12649
13045
|
/**
|
|
12650
13046
|
* Index conversation properties
|
|
12651
13047
|
*
|
|
@@ -13028,6 +13424,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13028
13424
|
);
|
|
13029
13425
|
}
|
|
13030
13426
|
|
|
13427
|
+
/**
|
|
13428
|
+
* Apply wrap-up for this conversation communication
|
|
13429
|
+
*
|
|
13430
|
+
* @param {String} conversationId conversationId
|
|
13431
|
+
* @param {String} participantId participantId
|
|
13432
|
+
* @param {String} communicationId communicationId
|
|
13433
|
+
* @param {Object} opts Optional parameters
|
|
13434
|
+
* @param {Object} opts.body Wrap-up
|
|
13435
|
+
*/
|
|
13436
|
+
postConversationsCallParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
13437
|
+
opts = opts || {};
|
|
13438
|
+
|
|
13439
|
+
// verify the required parameter 'conversationId' is set
|
|
13440
|
+
if (conversationId === undefined || conversationId === null) {
|
|
13441
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
13442
|
+
}
|
|
13443
|
+
// verify the required parameter 'participantId' is set
|
|
13444
|
+
if (participantId === undefined || participantId === null) {
|
|
13445
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
13446
|
+
}
|
|
13447
|
+
// verify the required parameter 'communicationId' is set
|
|
13448
|
+
if (communicationId === undefined || communicationId === null) {
|
|
13449
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsCallParticipantCommunicationWrapup';
|
|
13450
|
+
}
|
|
13451
|
+
|
|
13452
|
+
return this.apiClient.callApi(
|
|
13453
|
+
'/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
13454
|
+
'POST',
|
|
13455
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
13456
|
+
{ },
|
|
13457
|
+
{ },
|
|
13458
|
+
{ },
|
|
13459
|
+
opts['body'],
|
|
13460
|
+
['PureCloud OAuth'],
|
|
13461
|
+
['application/json'],
|
|
13462
|
+
['application/json']
|
|
13463
|
+
);
|
|
13464
|
+
}
|
|
13465
|
+
|
|
13031
13466
|
/**
|
|
13032
13467
|
* Initiate and update consult transfer
|
|
13033
13468
|
*
|
|
@@ -13158,6 +13593,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13158
13593
|
);
|
|
13159
13594
|
}
|
|
13160
13595
|
|
|
13596
|
+
/**
|
|
13597
|
+
* Apply wrap-up for this conversation communication
|
|
13598
|
+
*
|
|
13599
|
+
* @param {String} conversationId conversationId
|
|
13600
|
+
* @param {String} participantId participantId
|
|
13601
|
+
* @param {String} communicationId communicationId
|
|
13602
|
+
* @param {Object} opts Optional parameters
|
|
13603
|
+
* @param {Object} opts.body Wrap-up
|
|
13604
|
+
*/
|
|
13605
|
+
postConversationsCallbackParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
13606
|
+
opts = opts || {};
|
|
13607
|
+
|
|
13608
|
+
// verify the required parameter 'conversationId' is set
|
|
13609
|
+
if (conversationId === undefined || conversationId === null) {
|
|
13610
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
13611
|
+
}
|
|
13612
|
+
// verify the required parameter 'participantId' is set
|
|
13613
|
+
if (participantId === undefined || participantId === null) {
|
|
13614
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
13615
|
+
}
|
|
13616
|
+
// verify the required parameter 'communicationId' is set
|
|
13617
|
+
if (communicationId === undefined || communicationId === null) {
|
|
13618
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsCallbackParticipantCommunicationWrapup';
|
|
13619
|
+
}
|
|
13620
|
+
|
|
13621
|
+
return this.apiClient.callApi(
|
|
13622
|
+
'/api/v2/conversations/callbacks/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
13623
|
+
'POST',
|
|
13624
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
13625
|
+
{ },
|
|
13626
|
+
{ },
|
|
13627
|
+
{ },
|
|
13628
|
+
opts['body'],
|
|
13629
|
+
['PureCloud OAuth'],
|
|
13630
|
+
['application/json'],
|
|
13631
|
+
['application/json']
|
|
13632
|
+
);
|
|
13633
|
+
}
|
|
13634
|
+
|
|
13161
13635
|
/**
|
|
13162
13636
|
* Replace this participant with the specified user and/or address
|
|
13163
13637
|
*
|
|
@@ -13358,6 +13832,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13358
13832
|
);
|
|
13359
13833
|
}
|
|
13360
13834
|
|
|
13835
|
+
/**
|
|
13836
|
+
* Apply wrap-up for this conversation communication
|
|
13837
|
+
*
|
|
13838
|
+
* @param {String} conversationId conversationId
|
|
13839
|
+
* @param {String} participantId participantId
|
|
13840
|
+
* @param {String} communicationId communicationId
|
|
13841
|
+
* @param {Object} opts Optional parameters
|
|
13842
|
+
* @param {Object} opts.body Wrap-up
|
|
13843
|
+
*/
|
|
13844
|
+
postConversationsChatParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
13845
|
+
opts = opts || {};
|
|
13846
|
+
|
|
13847
|
+
// verify the required parameter 'conversationId' is set
|
|
13848
|
+
if (conversationId === undefined || conversationId === null) {
|
|
13849
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
13850
|
+
}
|
|
13851
|
+
// verify the required parameter 'participantId' is set
|
|
13852
|
+
if (participantId === undefined || participantId === null) {
|
|
13853
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
13854
|
+
}
|
|
13855
|
+
// verify the required parameter 'communicationId' is set
|
|
13856
|
+
if (communicationId === undefined || communicationId === null) {
|
|
13857
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsChatParticipantCommunicationWrapup';
|
|
13858
|
+
}
|
|
13859
|
+
|
|
13860
|
+
return this.apiClient.callApi(
|
|
13861
|
+
'/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
13862
|
+
'POST',
|
|
13863
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
13864
|
+
{ },
|
|
13865
|
+
{ },
|
|
13866
|
+
{ },
|
|
13867
|
+
opts['body'],
|
|
13868
|
+
['PureCloud OAuth'],
|
|
13869
|
+
['application/json'],
|
|
13870
|
+
['application/json']
|
|
13871
|
+
);
|
|
13872
|
+
}
|
|
13873
|
+
|
|
13361
13874
|
/**
|
|
13362
13875
|
* Replace this participant with the specified user and/or address
|
|
13363
13876
|
*
|
|
@@ -13418,6 +13931,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13418
13931
|
);
|
|
13419
13932
|
}
|
|
13420
13933
|
|
|
13934
|
+
/**
|
|
13935
|
+
* Apply wrap-up for this conversation communication
|
|
13936
|
+
*
|
|
13937
|
+
* @param {String} conversationId conversationId
|
|
13938
|
+
* @param {String} participantId participantId
|
|
13939
|
+
* @param {String} communicationId communicationId
|
|
13940
|
+
* @param {Object} opts Optional parameters
|
|
13941
|
+
* @param {Object} opts.body Wrap-up
|
|
13942
|
+
*/
|
|
13943
|
+
postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
13944
|
+
opts = opts || {};
|
|
13945
|
+
|
|
13946
|
+
// verify the required parameter 'conversationId' is set
|
|
13947
|
+
if (conversationId === undefined || conversationId === null) {
|
|
13948
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
13949
|
+
}
|
|
13950
|
+
// verify the required parameter 'participantId' is set
|
|
13951
|
+
if (participantId === undefined || participantId === null) {
|
|
13952
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
13953
|
+
}
|
|
13954
|
+
// verify the required parameter 'communicationId' is set
|
|
13955
|
+
if (communicationId === undefined || communicationId === null) {
|
|
13956
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';
|
|
13957
|
+
}
|
|
13958
|
+
|
|
13959
|
+
return this.apiClient.callApi(
|
|
13960
|
+
'/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
13961
|
+
'POST',
|
|
13962
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
13963
|
+
{ },
|
|
13964
|
+
{ },
|
|
13965
|
+
{ },
|
|
13966
|
+
opts['body'],
|
|
13967
|
+
['PureCloud OAuth'],
|
|
13968
|
+
['application/json'],
|
|
13969
|
+
['application/json']
|
|
13970
|
+
);
|
|
13971
|
+
}
|
|
13972
|
+
|
|
13421
13973
|
/**
|
|
13422
13974
|
* Replace this participant with the specified user and/or address
|
|
13423
13975
|
*
|
|
@@ -13542,6 +14094,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13542
14094
|
);
|
|
13543
14095
|
}
|
|
13544
14096
|
|
|
14097
|
+
/**
|
|
14098
|
+
* Apply wrap-up for this conversation communication
|
|
14099
|
+
*
|
|
14100
|
+
* @param {String} conversationId conversationId
|
|
14101
|
+
* @param {String} participantId participantId
|
|
14102
|
+
* @param {String} communicationId communicationId
|
|
14103
|
+
* @param {Object} opts Optional parameters
|
|
14104
|
+
* @param {Object} opts.body Wrap-up
|
|
14105
|
+
*/
|
|
14106
|
+
postConversationsEmailParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
14107
|
+
opts = opts || {};
|
|
14108
|
+
|
|
14109
|
+
// verify the required parameter 'conversationId' is set
|
|
14110
|
+
if (conversationId === undefined || conversationId === null) {
|
|
14111
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
14112
|
+
}
|
|
14113
|
+
// verify the required parameter 'participantId' is set
|
|
14114
|
+
if (participantId === undefined || participantId === null) {
|
|
14115
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
14116
|
+
}
|
|
14117
|
+
// verify the required parameter 'communicationId' is set
|
|
14118
|
+
if (communicationId === undefined || communicationId === null) {
|
|
14119
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsEmailParticipantCommunicationWrapup';
|
|
14120
|
+
}
|
|
14121
|
+
|
|
14122
|
+
return this.apiClient.callApi(
|
|
14123
|
+
'/api/v2/conversations/emails/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
14124
|
+
'POST',
|
|
14125
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
14126
|
+
{ },
|
|
14127
|
+
{ },
|
|
14128
|
+
{ },
|
|
14129
|
+
opts['body'],
|
|
14130
|
+
['PureCloud OAuth'],
|
|
14131
|
+
['application/json'],
|
|
14132
|
+
['application/json']
|
|
14133
|
+
);
|
|
14134
|
+
}
|
|
14135
|
+
|
|
13545
14136
|
/**
|
|
13546
14137
|
* Replace this participant with the specified user and/or address
|
|
13547
14138
|
*
|
|
@@ -13836,6 +14427,45 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13836
14427
|
);
|
|
13837
14428
|
}
|
|
13838
14429
|
|
|
14430
|
+
/**
|
|
14431
|
+
* Apply wrap-up for this conversation communication
|
|
14432
|
+
*
|
|
14433
|
+
* @param {String} conversationId conversationId
|
|
14434
|
+
* @param {String} participantId participantId
|
|
14435
|
+
* @param {String} communicationId communicationId
|
|
14436
|
+
* @param {Object} opts Optional parameters
|
|
14437
|
+
* @param {Object} opts.body Wrap-up
|
|
14438
|
+
*/
|
|
14439
|
+
postConversationsMessageParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
14440
|
+
opts = opts || {};
|
|
14441
|
+
|
|
14442
|
+
// verify the required parameter 'conversationId' is set
|
|
14443
|
+
if (conversationId === undefined || conversationId === null) {
|
|
14444
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
14445
|
+
}
|
|
14446
|
+
// verify the required parameter 'participantId' is set
|
|
14447
|
+
if (participantId === undefined || participantId === null) {
|
|
14448
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
14449
|
+
}
|
|
14450
|
+
// verify the required parameter 'communicationId' is set
|
|
14451
|
+
if (communicationId === undefined || communicationId === null) {
|
|
14452
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsMessageParticipantCommunicationWrapup';
|
|
14453
|
+
}
|
|
14454
|
+
|
|
14455
|
+
return this.apiClient.callApi(
|
|
14456
|
+
'/api/v2/conversations/messages/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
14457
|
+
'POST',
|
|
14458
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
14459
|
+
{ },
|
|
14460
|
+
{ },
|
|
14461
|
+
{ },
|
|
14462
|
+
opts['body'],
|
|
14463
|
+
['PureCloud OAuth'],
|
|
14464
|
+
['application/json'],
|
|
14465
|
+
['application/json']
|
|
14466
|
+
);
|
|
14467
|
+
}
|
|
14468
|
+
|
|
13839
14469
|
/**
|
|
13840
14470
|
* Replace this participant with the specified user and/or address
|
|
13841
14471
|
*
|
|
@@ -14121,6 +14751,123 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14121
14751
|
);
|
|
14122
14752
|
}
|
|
14123
14753
|
|
|
14754
|
+
/**
|
|
14755
|
+
* Apply wrap-up for this conversation communication
|
|
14756
|
+
*
|
|
14757
|
+
* @param {String} conversationId conversationId
|
|
14758
|
+
* @param {String} participantId participantId
|
|
14759
|
+
* @param {String} communicationId communicationId
|
|
14760
|
+
* @param {Object} opts Optional parameters
|
|
14761
|
+
* @param {Object} opts.body Wrap-up
|
|
14762
|
+
*/
|
|
14763
|
+
postConversationsScreenshareParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
14764
|
+
opts = opts || {};
|
|
14765
|
+
|
|
14766
|
+
// verify the required parameter 'conversationId' is set
|
|
14767
|
+
if (conversationId === undefined || conversationId === null) {
|
|
14768
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
14769
|
+
}
|
|
14770
|
+
// verify the required parameter 'participantId' is set
|
|
14771
|
+
if (participantId === undefined || participantId === null) {
|
|
14772
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
14773
|
+
}
|
|
14774
|
+
// verify the required parameter 'communicationId' is set
|
|
14775
|
+
if (communicationId === undefined || communicationId === null) {
|
|
14776
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';
|
|
14777
|
+
}
|
|
14778
|
+
|
|
14779
|
+
return this.apiClient.callApi(
|
|
14780
|
+
'/api/v2/conversations/screenshares/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
14781
|
+
'POST',
|
|
14782
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
14783
|
+
{ },
|
|
14784
|
+
{ },
|
|
14785
|
+
{ },
|
|
14786
|
+
opts['body'],
|
|
14787
|
+
['PureCloud OAuth'],
|
|
14788
|
+
['application/json'],
|
|
14789
|
+
['application/json']
|
|
14790
|
+
);
|
|
14791
|
+
}
|
|
14792
|
+
|
|
14793
|
+
/**
|
|
14794
|
+
* Apply wrap-up for this conversation communication
|
|
14795
|
+
*
|
|
14796
|
+
* @param {String} conversationId conversationId
|
|
14797
|
+
* @param {String} participantId participantId
|
|
14798
|
+
* @param {String} communicationId communicationId
|
|
14799
|
+
* @param {Object} opts Optional parameters
|
|
14800
|
+
* @param {Object} opts.body Wrap-up
|
|
14801
|
+
*/
|
|
14802
|
+
postConversationsSocialParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
14803
|
+
opts = opts || {};
|
|
14804
|
+
|
|
14805
|
+
// verify the required parameter 'conversationId' is set
|
|
14806
|
+
if (conversationId === undefined || conversationId === null) {
|
|
14807
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
14808
|
+
}
|
|
14809
|
+
// verify the required parameter 'participantId' is set
|
|
14810
|
+
if (participantId === undefined || participantId === null) {
|
|
14811
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
14812
|
+
}
|
|
14813
|
+
// verify the required parameter 'communicationId' is set
|
|
14814
|
+
if (communicationId === undefined || communicationId === null) {
|
|
14815
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsSocialParticipantCommunicationWrapup';
|
|
14816
|
+
}
|
|
14817
|
+
|
|
14818
|
+
return this.apiClient.callApi(
|
|
14819
|
+
'/api/v2/conversations/socials/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
14820
|
+
'POST',
|
|
14821
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
14822
|
+
{ },
|
|
14823
|
+
{ },
|
|
14824
|
+
{ },
|
|
14825
|
+
opts['body'],
|
|
14826
|
+
['PureCloud OAuth'],
|
|
14827
|
+
['application/json'],
|
|
14828
|
+
['application/json']
|
|
14829
|
+
);
|
|
14830
|
+
}
|
|
14831
|
+
|
|
14832
|
+
/**
|
|
14833
|
+
* Apply wrap-up for this conversation communication
|
|
14834
|
+
*
|
|
14835
|
+
* @param {String} conversationId conversationId
|
|
14836
|
+
* @param {String} participantId participantId
|
|
14837
|
+
* @param {String} communicationId communicationId
|
|
14838
|
+
* @param {Object} opts Optional parameters
|
|
14839
|
+
* @param {Object} opts.body Wrap-up
|
|
14840
|
+
*/
|
|
14841
|
+
postConversationsVideoParticipantCommunicationWrapup(conversationId, participantId, communicationId, opts) {
|
|
14842
|
+
opts = opts || {};
|
|
14843
|
+
|
|
14844
|
+
// verify the required parameter 'conversationId' is set
|
|
14845
|
+
if (conversationId === undefined || conversationId === null) {
|
|
14846
|
+
throw 'Missing the required parameter "conversationId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
14847
|
+
}
|
|
14848
|
+
// verify the required parameter 'participantId' is set
|
|
14849
|
+
if (participantId === undefined || participantId === null) {
|
|
14850
|
+
throw 'Missing the required parameter "participantId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
14851
|
+
}
|
|
14852
|
+
// verify the required parameter 'communicationId' is set
|
|
14853
|
+
if (communicationId === undefined || communicationId === null) {
|
|
14854
|
+
throw 'Missing the required parameter "communicationId" when calling postConversationsVideoParticipantCommunicationWrapup';
|
|
14855
|
+
}
|
|
14856
|
+
|
|
14857
|
+
return this.apiClient.callApi(
|
|
14858
|
+
'/api/v2/conversations/videos/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup',
|
|
14859
|
+
'POST',
|
|
14860
|
+
{ 'conversationId': conversationId,'participantId': participantId,'communicationId': communicationId },
|
|
14861
|
+
{ },
|
|
14862
|
+
{ },
|
|
14863
|
+
{ },
|
|
14864
|
+
opts['body'],
|
|
14865
|
+
['PureCloud OAuth'],
|
|
14866
|
+
['application/json'],
|
|
14867
|
+
['application/json']
|
|
14868
|
+
);
|
|
14869
|
+
}
|
|
14870
|
+
|
|
14124
14871
|
/**
|
|
14125
14872
|
* Set flagged reason on conversation participant to indicate bad conversation quality.
|
|
14126
14873
|
*
|
|
@@ -14667,7 +15414,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14667
15414
|
/**
|
|
14668
15415
|
* DataExtensions service.
|
|
14669
15416
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
14670
|
-
* @version
|
|
15417
|
+
* @version 161.0.0
|
|
14671
15418
|
*/
|
|
14672
15419
|
|
|
14673
15420
|
/**
|
|
@@ -14753,7 +15500,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14753
15500
|
/**
|
|
14754
15501
|
* Downloads service.
|
|
14755
15502
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
14756
|
-
* @version
|
|
15503
|
+
* @version 161.0.0
|
|
14757
15504
|
*/
|
|
14758
15505
|
|
|
14759
15506
|
/**
|
|
@@ -14805,7 +15552,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14805
15552
|
/**
|
|
14806
15553
|
* Events service.
|
|
14807
15554
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
14808
|
-
* @version
|
|
15555
|
+
* @version 161.0.0
|
|
14809
15556
|
*/
|
|
14810
15557
|
|
|
14811
15558
|
/**
|
|
@@ -14901,7 +15648,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
14901
15648
|
/**
|
|
14902
15649
|
* ExternalContacts service.
|
|
14903
15650
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
14904
|
-
* @version
|
|
15651
|
+
* @version 161.0.0
|
|
14905
15652
|
*/
|
|
14906
15653
|
|
|
14907
15654
|
/**
|
|
@@ -16859,7 +17606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16859
17606
|
/**
|
|
16860
17607
|
* Fax service.
|
|
16861
17608
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
16862
|
-
* @version
|
|
17609
|
+
* @version 161.0.0
|
|
16863
17610
|
*/
|
|
16864
17611
|
|
|
16865
17612
|
/**
|
|
@@ -17030,7 +17777,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17030
17777
|
/**
|
|
17031
17778
|
* Flows service.
|
|
17032
17779
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
17033
|
-
* @version
|
|
17780
|
+
* @version 161.0.0
|
|
17034
17781
|
*/
|
|
17035
17782
|
|
|
17036
17783
|
/**
|
|
@@ -17101,7 +17848,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17101
17848
|
/**
|
|
17102
17849
|
* Gamification service.
|
|
17103
17850
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
17104
|
-
* @version
|
|
17851
|
+
* @version 161.0.0
|
|
17105
17852
|
*/
|
|
17106
17853
|
|
|
17107
17854
|
/**
|
|
@@ -18718,7 +19465,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18718
19465
|
/**
|
|
18719
19466
|
* GeneralDataProtectionRegulation service.
|
|
18720
19467
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
18721
|
-
* @version
|
|
19468
|
+
* @version 161.0.0
|
|
18722
19469
|
*/
|
|
18723
19470
|
|
|
18724
19471
|
/**
|
|
@@ -18848,7 +19595,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18848
19595
|
/**
|
|
18849
19596
|
* Geolocation service.
|
|
18850
19597
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
18851
|
-
* @version
|
|
19598
|
+
* @version 161.0.0
|
|
18852
19599
|
*/
|
|
18853
19600
|
|
|
18854
19601
|
/**
|
|
@@ -18979,7 +19726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18979
19726
|
/**
|
|
18980
19727
|
* Greetings service.
|
|
18981
19728
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
18982
|
-
* @version
|
|
19729
|
+
* @version 161.0.0
|
|
18983
19730
|
*/
|
|
18984
19731
|
|
|
18985
19732
|
/**
|
|
@@ -19434,7 +20181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19434
20181
|
/**
|
|
19435
20182
|
* Groups service.
|
|
19436
20183
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
19437
|
-
* @version
|
|
20184
|
+
* @version 161.0.0
|
|
19438
20185
|
*/
|
|
19439
20186
|
|
|
19440
20187
|
/**
|
|
@@ -19840,7 +20587,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19840
20587
|
/**
|
|
19841
20588
|
* IdentityProvider service.
|
|
19842
20589
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
19843
|
-
* @version
|
|
20590
|
+
* @version 161.0.0
|
|
19844
20591
|
*/
|
|
19845
20592
|
|
|
19846
20593
|
/**
|
|
@@ -20596,7 +21343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20596
21343
|
/**
|
|
20597
21344
|
* InfrastructureAsCode service.
|
|
20598
21345
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
20599
|
-
* @version
|
|
21346
|
+
* @version 161.0.0
|
|
20600
21347
|
*/
|
|
20601
21348
|
|
|
20602
21349
|
/**
|
|
@@ -20698,7 +21445,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20698
21445
|
/**
|
|
20699
21446
|
* Integrations service.
|
|
20700
21447
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
20701
|
-
* @version
|
|
21448
|
+
* @version 161.0.0
|
|
20702
21449
|
*/
|
|
20703
21450
|
|
|
20704
21451
|
/**
|
|
@@ -22298,7 +23045,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22298
23045
|
/**
|
|
22299
23046
|
* Journey service.
|
|
22300
23047
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
22301
|
-
* @version
|
|
23048
|
+
* @version 161.0.0
|
|
22302
23049
|
*/
|
|
22303
23050
|
|
|
22304
23051
|
/**
|
|
@@ -23178,7 +23925,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23178
23925
|
/**
|
|
23179
23926
|
* Knowledge service.
|
|
23180
23927
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
23181
|
-
* @version
|
|
23928
|
+
* @version 161.0.0
|
|
23182
23929
|
*/
|
|
23183
23930
|
|
|
23184
23931
|
/**
|
|
@@ -25610,7 +26357,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25610
26357
|
/**
|
|
25611
26358
|
* LanguageUnderstanding service.
|
|
25612
26359
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
25613
|
-
* @version
|
|
26360
|
+
* @version 161.0.0
|
|
25614
26361
|
*/
|
|
25615
26362
|
|
|
25616
26363
|
/**
|
|
@@ -26623,7 +27370,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26623
27370
|
/**
|
|
26624
27371
|
* Languages service.
|
|
26625
27372
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
26626
|
-
* @version
|
|
27373
|
+
* @version 161.0.0
|
|
26627
27374
|
*/
|
|
26628
27375
|
|
|
26629
27376
|
/**
|
|
@@ -26841,7 +27588,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26841
27588
|
/**
|
|
26842
27589
|
* Learning service.
|
|
26843
27590
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
26844
|
-
* @version
|
|
27591
|
+
* @version 161.0.0
|
|
26845
27592
|
*/
|
|
26846
27593
|
|
|
26847
27594
|
/**
|
|
@@ -27656,7 +28403,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27656
28403
|
/**
|
|
27657
28404
|
* License service.
|
|
27658
28405
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
27659
|
-
* @version
|
|
28406
|
+
* @version 161.0.0
|
|
27660
28407
|
*/
|
|
27661
28408
|
|
|
27662
28409
|
/**
|
|
@@ -27894,7 +28641,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
27894
28641
|
/**
|
|
27895
28642
|
* Locations service.
|
|
27896
28643
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
27897
|
-
* @version
|
|
28644
|
+
* @version 161.0.0
|
|
27898
28645
|
*/
|
|
27899
28646
|
|
|
27900
28647
|
/**
|
|
@@ -28130,7 +28877,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28130
28877
|
/**
|
|
28131
28878
|
* Messaging service.
|
|
28132
28879
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
28133
|
-
* @version
|
|
28880
|
+
* @version 161.0.0
|
|
28134
28881
|
*/
|
|
28135
28882
|
|
|
28136
28883
|
/**
|
|
@@ -28281,7 +29028,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28281
29028
|
/**
|
|
28282
29029
|
* MobileDevices service.
|
|
28283
29030
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
28284
|
-
* @version
|
|
29031
|
+
* @version 161.0.0
|
|
28285
29032
|
*/
|
|
28286
29033
|
|
|
28287
29034
|
/**
|
|
@@ -28432,7 +29179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28432
29179
|
/**
|
|
28433
29180
|
* Notifications service.
|
|
28434
29181
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
28435
|
-
* @version
|
|
29182
|
+
* @version 161.0.0
|
|
28436
29183
|
*/
|
|
28437
29184
|
|
|
28438
29185
|
/**
|
|
@@ -28665,7 +29412,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
28665
29412
|
/**
|
|
28666
29413
|
* OAuth service.
|
|
28667
29414
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
28668
|
-
* @version
|
|
29415
|
+
* @version 161.0.0
|
|
28669
29416
|
*/
|
|
28670
29417
|
|
|
28671
29418
|
/**
|
|
@@ -29031,7 +29778,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29031
29778
|
/**
|
|
29032
29779
|
* Objects service.
|
|
29033
29780
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
29034
|
-
* @version
|
|
29781
|
+
* @version 161.0.0
|
|
29035
29782
|
*/
|
|
29036
29783
|
|
|
29037
29784
|
/**
|
|
@@ -29302,7 +30049,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29302
30049
|
/**
|
|
29303
30050
|
* Organization service.
|
|
29304
30051
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
29305
|
-
* @version
|
|
30052
|
+
* @version 161.0.0
|
|
29306
30053
|
*/
|
|
29307
30054
|
|
|
29308
30055
|
/**
|
|
@@ -29705,7 +30452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29705
30452
|
/**
|
|
29706
30453
|
* OrganizationAuthorization service.
|
|
29707
30454
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
29708
|
-
* @version
|
|
30455
|
+
* @version 161.0.0
|
|
29709
30456
|
*/
|
|
29710
30457
|
|
|
29711
30458
|
/**
|
|
@@ -31000,7 +31747,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31000
31747
|
/**
|
|
31001
31748
|
* Outbound service.
|
|
31002
31749
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
31003
|
-
* @version
|
|
31750
|
+
* @version 161.0.0
|
|
31004
31751
|
*/
|
|
31005
31752
|
|
|
31006
31753
|
/**
|
|
@@ -34596,7 +35343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34596
35343
|
/**
|
|
34597
35344
|
* Presence service.
|
|
34598
35345
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
34599
|
-
* @version
|
|
35346
|
+
* @version 161.0.0
|
|
34600
35347
|
*/
|
|
34601
35348
|
|
|
34602
35349
|
/**
|
|
@@ -34661,6 +35408,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34661
35408
|
);
|
|
34662
35409
|
}
|
|
34663
35410
|
|
|
35411
|
+
/**
|
|
35412
|
+
* Get the presence settings
|
|
35413
|
+
*
|
|
35414
|
+
*/
|
|
35415
|
+
getPresenceSettings() {
|
|
35416
|
+
|
|
35417
|
+
return this.apiClient.callApi(
|
|
35418
|
+
'/api/v2/presence/settings',
|
|
35419
|
+
'GET',
|
|
35420
|
+
{ },
|
|
35421
|
+
{ },
|
|
35422
|
+
{ },
|
|
35423
|
+
{ },
|
|
35424
|
+
null,
|
|
35425
|
+
['PureCloud OAuth'],
|
|
35426
|
+
['application/json'],
|
|
35427
|
+
['application/json']
|
|
35428
|
+
);
|
|
35429
|
+
}
|
|
35430
|
+
|
|
34664
35431
|
/**
|
|
34665
35432
|
* Get a Presence Source
|
|
34666
35433
|
*
|
|
@@ -34981,6 +35748,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
34981
35748
|
);
|
|
34982
35749
|
}
|
|
34983
35750
|
|
|
35751
|
+
/**
|
|
35752
|
+
* Update the presence settings
|
|
35753
|
+
*
|
|
35754
|
+
* @param {Object} body Presence Settings
|
|
35755
|
+
*/
|
|
35756
|
+
putPresenceSettings(body) {
|
|
35757
|
+
// verify the required parameter 'body' is set
|
|
35758
|
+
if (body === undefined || body === null) {
|
|
35759
|
+
throw 'Missing the required parameter "body" when calling putPresenceSettings';
|
|
35760
|
+
}
|
|
35761
|
+
|
|
35762
|
+
return this.apiClient.callApi(
|
|
35763
|
+
'/api/v2/presence/settings',
|
|
35764
|
+
'PUT',
|
|
35765
|
+
{ },
|
|
35766
|
+
{ },
|
|
35767
|
+
{ },
|
|
35768
|
+
{ },
|
|
35769
|
+
body,
|
|
35770
|
+
['PureCloud OAuth'],
|
|
35771
|
+
['application/json'],
|
|
35772
|
+
['application/json']
|
|
35773
|
+
);
|
|
35774
|
+
}
|
|
35775
|
+
|
|
34984
35776
|
/**
|
|
34985
35777
|
* Update a Presence Source
|
|
34986
35778
|
*
|
|
@@ -35102,7 +35894,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35102
35894
|
/**
|
|
35103
35895
|
* ProcessAutomation service.
|
|
35104
35896
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
35105
|
-
* @version
|
|
35897
|
+
* @version 161.0.0
|
|
35106
35898
|
*/
|
|
35107
35899
|
|
|
35108
35900
|
/**
|
|
@@ -35341,7 +36133,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35341
36133
|
/**
|
|
35342
36134
|
* Quality service.
|
|
35343
36135
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
35344
|
-
* @version
|
|
36136
|
+
* @version 161.0.0
|
|
35345
36137
|
*/
|
|
35346
36138
|
|
|
35347
36139
|
/**
|
|
@@ -35734,7 +36526,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
35734
36526
|
* @param {Boolean} opts.agentHasRead agent has the evaluation
|
|
35735
36527
|
* @param {Boolean} opts.expandAnswerTotalScores get the total scores for evaluations
|
|
35736
36528
|
* @param {Number} opts.maximum maximum
|
|
35737
|
-
* @param {String} opts.sortOrder sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending'
|
|
36529
|
+
* @param {String} opts.sortOrder sort order options for agentUserId or evaluatorUserId query. Valid options are 'a', 'asc', 'ascending', 'd', 'desc', 'descending'. Sorts by assigned date when evaluatorUserId or agentTeamId are supplied, and by released date for agentUserId
|
|
35738
36530
|
*/
|
|
35739
36531
|
getQualityEvaluationsQuery(opts) {
|
|
35740
36532
|
opts = opts || {};
|
|
@@ -36920,7 +37712,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36920
37712
|
/**
|
|
36921
37713
|
* Recording service.
|
|
36922
37714
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
36923
|
-
* @version
|
|
37715
|
+
* @version 161.0.0
|
|
36924
37716
|
*/
|
|
36925
37717
|
|
|
36926
37718
|
/**
|
|
@@ -38557,7 +39349,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38557
39349
|
/**
|
|
38558
39350
|
* ResponseManagement service.
|
|
38559
39351
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
38560
|
-
* @version
|
|
39352
|
+
* @version 161.0.0
|
|
38561
39353
|
*/
|
|
38562
39354
|
|
|
38563
39355
|
/**
|
|
@@ -39041,7 +39833,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39041
39833
|
/**
|
|
39042
39834
|
* Routing service.
|
|
39043
39835
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
39044
|
-
* @version
|
|
39836
|
+
* @version 161.0.0
|
|
39045
39837
|
*/
|
|
39046
39838
|
|
|
39047
39839
|
/**
|
|
@@ -40980,6 +41772,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40980
41772
|
* @param {Object} opts.sortBy Sort by (default to name)
|
|
40981
41773
|
* @param {Object} opts.sortOrder Sort order (default to ascending)
|
|
40982
41774
|
* @param {String} opts.name Wrapup code's name ('Sort by' param is ignored unless this field is provided)
|
|
41775
|
+
* @param {Array.<String>} opts.divisionId Filter by division ID(s)
|
|
40983
41776
|
*/
|
|
40984
41777
|
getRoutingWrapupcodes(opts) {
|
|
40985
41778
|
opts = opts || {};
|
|
@@ -40989,7 +41782,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40989
41782
|
'/api/v2/routing/wrapupcodes',
|
|
40990
41783
|
'GET',
|
|
40991
41784
|
{ },
|
|
40992
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
|
|
41785
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'],'divisionId': this.apiClient.buildCollectionParam(opts['divisionId'], 'multi') },
|
|
40993
41786
|
{ },
|
|
40994
41787
|
{ },
|
|
40995
41788
|
null,
|
|
@@ -42541,7 +43334,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42541
43334
|
/**
|
|
42542
43335
|
* SCIM service.
|
|
42543
43336
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
42544
|
-
* @version
|
|
43337
|
+
* @version 161.0.0
|
|
42545
43338
|
*/
|
|
42546
43339
|
|
|
42547
43340
|
/**
|
|
@@ -43418,7 +44211,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43418
44211
|
/**
|
|
43419
44212
|
* Scripts service.
|
|
43420
44213
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
43421
|
-
* @version
|
|
44214
|
+
* @version 161.0.0
|
|
43422
44215
|
*/
|
|
43423
44216
|
|
|
43424
44217
|
/**
|
|
@@ -43837,7 +44630,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43837
44630
|
/**
|
|
43838
44631
|
* Search service.
|
|
43839
44632
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
43840
|
-
* @version
|
|
44633
|
+
* @version 161.0.0
|
|
43841
44634
|
*/
|
|
43842
44635
|
|
|
43843
44636
|
/**
|
|
@@ -44447,7 +45240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
44447
45240
|
/**
|
|
44448
45241
|
* SpeechTextAnalytics service.
|
|
44449
45242
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
44450
|
-
* @version
|
|
45243
|
+
* @version 161.0.0
|
|
44451
45244
|
*/
|
|
44452
45245
|
|
|
44453
45246
|
/**
|
|
@@ -45376,7 +46169,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45376
46169
|
/**
|
|
45377
46170
|
* Stations service.
|
|
45378
46171
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
45379
|
-
* @version
|
|
46172
|
+
* @version 161.0.0
|
|
45380
46173
|
*/
|
|
45381
46174
|
|
|
45382
46175
|
/**
|
|
@@ -45523,7 +46316,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45523
46316
|
/**
|
|
45524
46317
|
* Suggest service.
|
|
45525
46318
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
45526
|
-
* @version
|
|
46319
|
+
* @version 161.0.0
|
|
45527
46320
|
*/
|
|
45528
46321
|
|
|
45529
46322
|
/**
|
|
@@ -45662,7 +46455,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45662
46455
|
/**
|
|
45663
46456
|
* Teams service.
|
|
45664
46457
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
45665
|
-
* @version
|
|
46458
|
+
* @version 161.0.0
|
|
45666
46459
|
*/
|
|
45667
46460
|
|
|
45668
46461
|
/**
|
|
@@ -45933,7 +46726,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45933
46726
|
/**
|
|
45934
46727
|
* Telephony service.
|
|
45935
46728
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
45936
|
-
* @version
|
|
46729
|
+
* @version 161.0.0
|
|
45937
46730
|
*/
|
|
45938
46731
|
|
|
45939
46732
|
/**
|
|
@@ -46061,7 +46854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46061
46854
|
/**
|
|
46062
46855
|
* TelephonyProvidersEdge service.
|
|
46063
46856
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
46064
|
-
* @version
|
|
46857
|
+
* @version 161.0.0
|
|
46065
46858
|
*/
|
|
46066
46859
|
|
|
46067
46860
|
/**
|
|
@@ -49084,31 +49877,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49084
49877
|
);
|
|
49085
49878
|
}
|
|
49086
49879
|
|
|
49087
|
-
/**
|
|
49088
|
-
* Triggers the rebalance operation.
|
|
49089
|
-
*
|
|
49090
|
-
* @param {String} siteId Site ID
|
|
49091
|
-
*/
|
|
49092
|
-
postTelephonyProvidersEdgesSiteRebalance(siteId) {
|
|
49093
|
-
// verify the required parameter 'siteId' is set
|
|
49094
|
-
if (siteId === undefined || siteId === null) {
|
|
49095
|
-
throw 'Missing the required parameter "siteId" when calling postTelephonyProvidersEdgesSiteRebalance';
|
|
49096
|
-
}
|
|
49097
|
-
|
|
49098
|
-
return this.apiClient.callApi(
|
|
49099
|
-
'/api/v2/telephony/providers/edges/sites/{siteId}/rebalance',
|
|
49100
|
-
'POST',
|
|
49101
|
-
{ 'siteId': siteId },
|
|
49102
|
-
{ },
|
|
49103
|
-
{ },
|
|
49104
|
-
{ },
|
|
49105
|
-
null,
|
|
49106
|
-
['PureCloud OAuth'],
|
|
49107
|
-
['application/json'],
|
|
49108
|
-
['application/json']
|
|
49109
|
-
);
|
|
49110
|
-
}
|
|
49111
|
-
|
|
49112
49880
|
/**
|
|
49113
49881
|
* Create a Site.
|
|
49114
49882
|
*
|
|
@@ -49695,7 +50463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49695
50463
|
/**
|
|
49696
50464
|
* Textbots service.
|
|
49697
50465
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
49698
|
-
* @version
|
|
50466
|
+
* @version 161.0.0
|
|
49699
50467
|
*/
|
|
49700
50468
|
|
|
49701
50469
|
/**
|
|
@@ -49823,7 +50591,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49823
50591
|
/**
|
|
49824
50592
|
* Tokens service.
|
|
49825
50593
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
49826
|
-
* @version
|
|
50594
|
+
* @version 161.0.0
|
|
49827
50595
|
*/
|
|
49828
50596
|
|
|
49829
50597
|
/**
|
|
@@ -49929,7 +50697,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
49929
50697
|
/**
|
|
49930
50698
|
* Uploads service.
|
|
49931
50699
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
49932
|
-
* @version
|
|
50700
|
+
* @version 161.0.0
|
|
49933
50701
|
*/
|
|
49934
50702
|
|
|
49935
50703
|
/**
|
|
@@ -50105,7 +50873,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50105
50873
|
/**
|
|
50106
50874
|
* Usage service.
|
|
50107
50875
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
50108
|
-
* @version
|
|
50876
|
+
* @version 161.0.0
|
|
50109
50877
|
*/
|
|
50110
50878
|
|
|
50111
50879
|
/**
|
|
@@ -50176,7 +50944,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50176
50944
|
/**
|
|
50177
50945
|
* UserRecordings service.
|
|
50178
50946
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
50179
|
-
* @version
|
|
50947
|
+
* @version 161.0.0
|
|
50180
50948
|
*/
|
|
50181
50949
|
|
|
50182
50950
|
/**
|
|
@@ -50361,7 +51129,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
50361
51129
|
/**
|
|
50362
51130
|
* Users service.
|
|
50363
51131
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
50364
|
-
* @version
|
|
51132
|
+
* @version 161.0.0
|
|
50365
51133
|
*/
|
|
50366
51134
|
|
|
50367
51135
|
/**
|
|
@@ -52749,7 +53517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52749
53517
|
/**
|
|
52750
53518
|
* Utilities service.
|
|
52751
53519
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
52752
|
-
* @version
|
|
53520
|
+
* @version 161.0.0
|
|
52753
53521
|
*/
|
|
52754
53522
|
|
|
52755
53523
|
/**
|
|
@@ -52860,7 +53628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
52860
53628
|
/**
|
|
52861
53629
|
* Voicemail service.
|
|
52862
53630
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
52863
|
-
* @version
|
|
53631
|
+
* @version 161.0.0
|
|
52864
53632
|
*/
|
|
52865
53633
|
|
|
52866
53634
|
/**
|
|
@@ -53527,7 +54295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
53527
54295
|
/**
|
|
53528
54296
|
* WebChat service.
|
|
53529
54297
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
53530
|
-
* @version
|
|
54298
|
+
* @version 161.0.0
|
|
53531
54299
|
*/
|
|
53532
54300
|
|
|
53533
54301
|
/**
|
|
@@ -54071,7 +54839,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54071
54839
|
/**
|
|
54072
54840
|
* WebDeployments service.
|
|
54073
54841
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
54074
|
-
* @version
|
|
54842
|
+
* @version 161.0.0
|
|
54075
54843
|
*/
|
|
54076
54844
|
|
|
54077
54845
|
/**
|
|
@@ -54593,7 +55361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54593
55361
|
/**
|
|
54594
55362
|
* WebMessaging service.
|
|
54595
55363
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
54596
|
-
* @version
|
|
55364
|
+
* @version 161.0.0
|
|
54597
55365
|
*/
|
|
54598
55366
|
|
|
54599
55367
|
/**
|
|
@@ -54639,7 +55407,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54639
55407
|
/**
|
|
54640
55408
|
* Widgets service.
|
|
54641
55409
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
54642
|
-
* @version
|
|
55410
|
+
* @version 161.0.0
|
|
54643
55411
|
*/
|
|
54644
55412
|
|
|
54645
55413
|
/**
|
|
@@ -54785,7 +55553,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
54785
55553
|
/**
|
|
54786
55554
|
* WorkforceManagement service.
|
|
54787
55555
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
54788
|
-
* @version
|
|
55556
|
+
* @version 161.0.0
|
|
54789
55557
|
*/
|
|
54790
55558
|
|
|
54791
55559
|
/**
|
|
@@ -59529,7 +60297,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
59529
60297
|
* </pre>
|
|
59530
60298
|
* </p>
|
|
59531
60299
|
* @module purecloud-platform-client-v2/index
|
|
59532
|
-
* @version
|
|
60300
|
+
* @version 161.0.0
|
|
59533
60301
|
*/
|
|
59534
60302
|
class platformClient {
|
|
59535
60303
|
constructor() {
|