purecloud-platform-client-v2 184.0.0 → 186.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +68 -2
- package/dist/node/purecloud-platform-client-v2.js +1103 -156
- package/dist/web-amd/purecloud-platform-client-v2.js +1103 -156
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +349 -140
- package/dist/web-cjs/purecloud-platform-client-v2.js +354 -142
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +711 -161
- package/package.json +2 -2
- package/src/purecloud-platform-client-v2/ApiClient.js +334 -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 +3 -3
- package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -4
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +58 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- 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/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
- 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 +26 -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/LogCaptureApi.js +131 -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 +2 -3
- package/src/purecloud-platform-client-v2/api/OperationalEventsApi.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 +1 -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 +247 -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/SettingsApi.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/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -3
- package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +5 -4
- 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 +222 -1
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -5,7 +5,7 @@ class ExternalContactsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* ExternalContacts service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 186.0.1
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -331,7 +331,7 @@ class ExternalContactsApi {
|
|
|
331
331
|
* @param {Object} opts Optional parameters
|
|
332
332
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
333
333
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
334
|
-
* @param {String} opts.sortOrder
|
|
334
|
+
* @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
|
|
335
335
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
336
336
|
*/
|
|
337
337
|
getExternalcontactsContactNotes(contactId, opts) {
|
|
@@ -392,7 +392,7 @@ class ExternalContactsApi {
|
|
|
392
392
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
393
393
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
394
394
|
* @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
|
|
395
|
-
* @param {String} opts.sortOrder
|
|
395
|
+
* @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
|
|
396
396
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
397
397
|
*/
|
|
398
398
|
getExternalcontactsContacts(opts) {
|
|
@@ -551,7 +551,7 @@ class ExternalContactsApi {
|
|
|
551
551
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
552
552
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
553
553
|
* @param {String} opts.q User supplied search keywords (no special syntax is currently supported)
|
|
554
|
-
* @param {String} opts.sortOrder
|
|
554
|
+
* @param {String} opts.sortOrder The External Contact field to sort by. Any of: [firstName, lastName, middleName, title]. Direction: [asc, desc]. e.g. firstName:asc, title:desc
|
|
555
555
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
556
556
|
*/
|
|
557
557
|
getExternalcontactsOrganizationContacts(externalOrganizationId, opts) {
|
|
@@ -617,7 +617,7 @@ class ExternalContactsApi {
|
|
|
617
617
|
* @param {Object} opts Optional parameters
|
|
618
618
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
619
619
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
620
|
-
* @param {String} opts.sortOrder
|
|
620
|
+
* @param {String} opts.sortOrder The Note field to sort by. Any of: [createDate]. Direction: [asc, desc]. e.g. createDate:asc, createDate:desc
|
|
621
621
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
622
622
|
*/
|
|
623
623
|
getExternalcontactsOrganizationNotes(externalOrganizationId, opts) {
|
|
@@ -650,7 +650,7 @@ class ExternalContactsApi {
|
|
|
650
650
|
* @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
|
|
651
651
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
652
652
|
* @param {Object} opts.expand which fields, if any, to expand
|
|
653
|
-
* @param {String} opts.sortOrder
|
|
653
|
+
* @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
|
|
654
654
|
*/
|
|
655
655
|
getExternalcontactsOrganizationRelationships(externalOrganizationId, opts) {
|
|
656
656
|
opts = opts || {};
|
|
@@ -682,7 +682,7 @@ class ExternalContactsApi {
|
|
|
682
682
|
* @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
|
|
683
683
|
* @param {String} opts.q Search query
|
|
684
684
|
* @param {Array.<String>} opts.trustorId Search for external organizations by trustorIds (limit 25). If supplied, the 'q' parameters is ignored. Items are returned in the order requested
|
|
685
|
-
* @param {String} opts.sortOrder
|
|
685
|
+
* @param {String} opts.sortOrder The Organization field to sort by. Any of: [companyType, industry, name]. Direction: [asc, desc]. e.g. companyType:asc, industry:desc
|
|
686
686
|
* @param {Array.<String>} opts.expand which fields, if any, to expand
|
|
687
687
|
* @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
|
|
688
688
|
*/
|
|
@@ -5,7 +5,7 @@ class IntegrationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Integrations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 186.0.1
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -477,6 +477,31 @@ class IntegrationsApi {
|
|
|
477
477
|
);
|
|
478
478
|
}
|
|
479
479
|
|
|
480
|
+
/**
|
|
481
|
+
* Retrieves the available mTLS client certificates in use. This endpoint will return inconsistent results while a certificate rotation is in progress.
|
|
482
|
+
*
|
|
483
|
+
* @param {Object} opts Optional parameters
|
|
484
|
+
* @param {Object} opts.status Indicates the validity of the certificate in question.
|
|
485
|
+
* @param {Object} opts.type Indicates the type of the certificate.
|
|
486
|
+
*/
|
|
487
|
+
getIntegrationsActionsCertificates(opts) {
|
|
488
|
+
opts = opts || {};
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
return this.apiClient.callApi(
|
|
492
|
+
'/api/v2/integrations/actions/certificates',
|
|
493
|
+
'GET',
|
|
494
|
+
{ },
|
|
495
|
+
{ 'status': opts['status'],'type': opts['type'] },
|
|
496
|
+
{ },
|
|
497
|
+
{ },
|
|
498
|
+
null,
|
|
499
|
+
['PureCloud OAuth'],
|
|
500
|
+
['application/json'],
|
|
501
|
+
['application/json']
|
|
502
|
+
);
|
|
503
|
+
}
|
|
504
|
+
|
|
480
505
|
/**
|
|
481
506
|
* Retrieves all action drafts associated with the filters passed in via query param.
|
|
482
507
|
*
|
|
@@ -5,7 +5,7 @@ class LogCaptureApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* LogCapture service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/LogCaptureApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 186.0.1
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -20,6 +20,31 @@ class LogCaptureApi {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
|
|
23
|
+
/**
|
|
24
|
+
* Disable browser log capture for the user
|
|
25
|
+
*
|
|
26
|
+
* @param {String} userId The id of the user to disable browser log capture
|
|
27
|
+
*/
|
|
28
|
+
deleteDiagnosticsLogcaptureBrowserUser(userId) {
|
|
29
|
+
// verify the required parameter 'userId' is set
|
|
30
|
+
if (userId === undefined || userId === null) {
|
|
31
|
+
throw 'Missing the required parameter "userId" when calling deleteDiagnosticsLogcaptureBrowserUser';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
return this.apiClient.callApi(
|
|
35
|
+
'/api/v2/diagnostics/logcapture/browser/users/{userId}',
|
|
36
|
+
'DELETE',
|
|
37
|
+
{ 'userId': userId },
|
|
38
|
+
{ },
|
|
39
|
+
{ },
|
|
40
|
+
{ },
|
|
41
|
+
null,
|
|
42
|
+
['PureCloud OAuth'],
|
|
43
|
+
['application/json'],
|
|
44
|
+
['application/json']
|
|
45
|
+
);
|
|
46
|
+
}
|
|
47
|
+
|
|
23
48
|
/**
|
|
24
49
|
* Gets status of async download execution
|
|
25
50
|
*
|
|
@@ -45,6 +70,55 @@ class LogCaptureApi {
|
|
|
45
70
|
);
|
|
46
71
|
}
|
|
47
72
|
|
|
73
|
+
/**
|
|
74
|
+
* Get log capture configuration for the user
|
|
75
|
+
*
|
|
76
|
+
* @param {String} userId The id of the user to get browser log capture configuration
|
|
77
|
+
*/
|
|
78
|
+
getDiagnosticsLogcaptureBrowserUser(userId) {
|
|
79
|
+
// verify the required parameter 'userId' is set
|
|
80
|
+
if (userId === undefined || userId === null) {
|
|
81
|
+
throw 'Missing the required parameter "userId" when calling getDiagnosticsLogcaptureBrowserUser';
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
return this.apiClient.callApi(
|
|
85
|
+
'/api/v2/diagnostics/logcapture/browser/users/{userId}',
|
|
86
|
+
'GET',
|
|
87
|
+
{ 'userId': userId },
|
|
88
|
+
{ },
|
|
89
|
+
{ },
|
|
90
|
+
{ },
|
|
91
|
+
null,
|
|
92
|
+
['PureCloud OAuth'],
|
|
93
|
+
['application/json'],
|
|
94
|
+
['application/json']
|
|
95
|
+
);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/**
|
|
99
|
+
* Get all log capture enabled users for an org
|
|
100
|
+
*
|
|
101
|
+
* @param {Object} opts Optional parameters
|
|
102
|
+
* @param {Boolean} opts.includeExpired Include expired users with log captures still available for search or download (default to false)
|
|
103
|
+
*/
|
|
104
|
+
getDiagnosticsLogcaptureBrowserUsers(opts) {
|
|
105
|
+
opts = opts || {};
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
return this.apiClient.callApi(
|
|
109
|
+
'/api/v2/diagnostics/logcapture/browser/users',
|
|
110
|
+
'GET',
|
|
111
|
+
{ },
|
|
112
|
+
{ 'includeExpired': opts['includeExpired'] },
|
|
113
|
+
{ },
|
|
114
|
+
{ },
|
|
115
|
+
null,
|
|
116
|
+
['PureCloud OAuth'],
|
|
117
|
+
['application/json'],
|
|
118
|
+
['application/json']
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
|
|
48
122
|
/**
|
|
49
123
|
* Creates an async download execution
|
|
50
124
|
*
|
|
@@ -69,6 +143,62 @@ class LogCaptureApi {
|
|
|
69
143
|
);
|
|
70
144
|
}
|
|
71
145
|
|
|
146
|
+
/**
|
|
147
|
+
* Query collected log entries. It returns a limited amount of records, to get all records use download endpoint.
|
|
148
|
+
*
|
|
149
|
+
* @param {Object} opts Optional parameters
|
|
150
|
+
* @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
|
|
151
|
+
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
152
|
+
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
153
|
+
* @param {Object} opts.body
|
|
154
|
+
*/
|
|
155
|
+
postDiagnosticsLogcaptureBrowserEntriesQuery(opts) {
|
|
156
|
+
opts = opts || {};
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
return this.apiClient.callApi(
|
|
160
|
+
'/api/v2/diagnostics/logcapture/browser/entries/query',
|
|
161
|
+
'POST',
|
|
162
|
+
{ },
|
|
163
|
+
{ 'before': opts['before'],'after': opts['after'],'pageSize': opts['pageSize'] },
|
|
164
|
+
{ },
|
|
165
|
+
{ },
|
|
166
|
+
opts['body'],
|
|
167
|
+
['PureCloud OAuth'],
|
|
168
|
+
['application/json'],
|
|
169
|
+
['application/json']
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* Enable log capture for a user or update expiration
|
|
175
|
+
*
|
|
176
|
+
* @param {String} userId The id of the user to enable browser log capture
|
|
177
|
+
* @param {Object} opts Optional parameters
|
|
178
|
+
* @param {Object} opts.body
|
|
179
|
+
*/
|
|
180
|
+
postDiagnosticsLogcaptureBrowserUser(userId, opts) {
|
|
181
|
+
opts = opts || {};
|
|
182
|
+
|
|
183
|
+
// verify the required parameter 'userId' is set
|
|
184
|
+
if (userId === undefined || userId === null) {
|
|
185
|
+
throw 'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';
|
|
186
|
+
}
|
|
187
|
+
|
|
188
|
+
return this.apiClient.callApi(
|
|
189
|
+
'/api/v2/diagnostics/logcapture/browser/users/{userId}',
|
|
190
|
+
'POST',
|
|
191
|
+
{ 'userId': userId },
|
|
192
|
+
{ },
|
|
193
|
+
{ },
|
|
194
|
+
{ },
|
|
195
|
+
opts['body'],
|
|
196
|
+
['PureCloud OAuth'],
|
|
197
|
+
['application/json'],
|
|
198
|
+
['application/json']
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
|
|
72
202
|
}
|
|
73
203
|
|
|
74
204
|
|
|
@@ -5,7 +5,7 @@ class ObjectsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Objects service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 186.0.1
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -89,7 +89,6 @@ class ObjectsApi {
|
|
|
89
89
|
* @param {String} opts.nextPage next page token
|
|
90
90
|
* @param {String} opts.previousPage Previous page token
|
|
91
91
|
* @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
|
|
92
|
-
* @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
|
|
93
92
|
* @param {String} opts.name Search term to filter by division name
|
|
94
93
|
*/
|
|
95
94
|
getAuthorizationDivisions(opts) {
|
|
@@ -100,7 +99,7 @@ class ObjectsApi {
|
|
|
100
99
|
'/api/v2/authorization/divisions',
|
|
101
100
|
'GET',
|
|
102
101
|
{ },
|
|
103
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'
|
|
102
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'objectCount': opts['objectCount'],'name': opts['name'] },
|
|
104
103
|
{ },
|
|
105
104
|
{ },
|
|
106
105
|
null,
|
|
@@ -5,7 +5,7 @@ class QualityApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Quality service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 186.0.1
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -1598,7 +1598,7 @@ class QualityApi {
|
|
|
1598
1598
|
|
|
1599
1599
|
/**
|
|
1600
1600
|
* Update an evaluation
|
|
1601
|
-
* The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation.
|
|
1601
|
+
* The quality:evaluation:edit permission allows modification of most fields, while the quality:evaluation:editScore permission allows an evaluator to change just the question scores, and the quality:evaluation:editAgentSignoff permission allows an agent to change the agent comments and sign off on the evaluation. authorizedActions is not returned for this PUT request, and is only returned for GET requests to this endpoint.
|
|
1602
1602
|
* @param {String} conversationId conversationId
|
|
1603
1603
|
* @param {String} evaluationId evaluationId
|
|
1604
1604
|
* @param {Object} body evaluation
|