purecloud-platform-client-v2 141.1.0 → 144.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 +274 -73
- package/dist/web-amd/purecloud-platform-client-v2.js +274 -73
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +274 -73
- package/dist/web-cjs/purecloud-platform-client-v2.js +274 -73
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +172 -3
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/PureCloudRegionHosts.js +1 -0
- 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 +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.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 +157 -8
- 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/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 +26 -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 +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- 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 +1 -1
- 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 +3 -2
- 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 -1
- 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 +26 -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
|
@@ -20,6 +20,7 @@ var PureCloudRegionHosts = {
|
|
|
20
20
|
eu_west_2: 'euw2.pure.cloud',
|
|
21
21
|
ap_south_1: 'aps1.pure.cloud',
|
|
22
22
|
us_east_2: 'use2.us-gov-pure.cloud',
|
|
23
|
+
sa_east_1: 'sae1.pure.cloud',
|
|
23
24
|
};
|
|
24
25
|
|
|
25
26
|
const logLevels = {
|
|
@@ -401,7 +402,7 @@ class Configuration {
|
|
|
401
402
|
|
|
402
403
|
/**
|
|
403
404
|
* @module purecloud-platform-client-v2/ApiClient
|
|
404
|
-
* @version
|
|
405
|
+
* @version 144.0.0
|
|
405
406
|
*/
|
|
406
407
|
class ApiClient {
|
|
407
408
|
/**
|
|
@@ -1480,7 +1481,7 @@ class AlertingApi {
|
|
|
1480
1481
|
/**
|
|
1481
1482
|
* Alerting service.
|
|
1482
1483
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1483
|
-
* @version
|
|
1484
|
+
* @version 144.0.0
|
|
1484
1485
|
*/
|
|
1485
1486
|
|
|
1486
1487
|
/**
|
|
@@ -1794,7 +1795,7 @@ class AnalyticsApi {
|
|
|
1794
1795
|
/**
|
|
1795
1796
|
* Analytics service.
|
|
1796
1797
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1797
|
-
* @version
|
|
1798
|
+
* @version 144.0.0
|
|
1798
1799
|
*/
|
|
1799
1800
|
|
|
1800
1801
|
/**
|
|
@@ -2976,7 +2977,7 @@ class ArchitectApi {
|
|
|
2976
2977
|
/**
|
|
2977
2978
|
* Architect service.
|
|
2978
2979
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2979
|
-
* @version
|
|
2980
|
+
* @version 144.0.0
|
|
2980
2981
|
*/
|
|
2981
2982
|
|
|
2982
2983
|
/**
|
|
@@ -6021,7 +6022,7 @@ class AuditApi {
|
|
|
6021
6022
|
/**
|
|
6022
6023
|
* Audit service.
|
|
6023
6024
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6024
|
-
* @version
|
|
6025
|
+
* @version 144.0.0
|
|
6025
6026
|
*/
|
|
6026
6027
|
|
|
6027
6028
|
/**
|
|
@@ -6192,7 +6193,7 @@ class AuthorizationApi {
|
|
|
6192
6193
|
/**
|
|
6193
6194
|
* Authorization service.
|
|
6194
6195
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6195
|
-
* @version
|
|
6196
|
+
* @version 144.0.0
|
|
6196
6197
|
*/
|
|
6197
6198
|
|
|
6198
6199
|
/**
|
|
@@ -7375,7 +7376,7 @@ class BillingApi {
|
|
|
7375
7376
|
/**
|
|
7376
7377
|
* Billing service.
|
|
7377
7378
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7378
|
-
* @version
|
|
7379
|
+
* @version 144.0.0
|
|
7379
7380
|
*/
|
|
7380
7381
|
|
|
7381
7382
|
/**
|
|
@@ -7455,7 +7456,7 @@ class ChatApi {
|
|
|
7455
7456
|
/**
|
|
7456
7457
|
* Chat service.
|
|
7457
7458
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7458
|
-
* @version
|
|
7459
|
+
* @version 144.0.0
|
|
7459
7460
|
*/
|
|
7460
7461
|
|
|
7461
7462
|
/**
|
|
@@ -7546,7 +7547,7 @@ class CoachingApi {
|
|
|
7546
7547
|
/**
|
|
7547
7548
|
* Coaching service.
|
|
7548
7549
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7549
|
-
* @version
|
|
7550
|
+
* @version 144.0.0
|
|
7550
7551
|
*/
|
|
7551
7552
|
|
|
7552
7553
|
/**
|
|
@@ -8123,7 +8124,7 @@ class ContentManagementApi {
|
|
|
8123
8124
|
/**
|
|
8124
8125
|
* ContentManagement service.
|
|
8125
8126
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8126
|
-
* @version
|
|
8127
|
+
* @version 144.0.0
|
|
8127
8128
|
*/
|
|
8128
8129
|
|
|
8129
8130
|
/**
|
|
@@ -9263,7 +9264,7 @@ class ConversationsApi {
|
|
|
9263
9264
|
/**
|
|
9264
9265
|
* Conversations service.
|
|
9265
9266
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9266
|
-
* @version
|
|
9267
|
+
* @version 144.0.0
|
|
9267
9268
|
*/
|
|
9268
9269
|
|
|
9269
9270
|
/**
|
|
@@ -14197,7 +14198,7 @@ class DataExtensionsApi {
|
|
|
14197
14198
|
/**
|
|
14198
14199
|
* DataExtensions service.
|
|
14199
14200
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
14200
|
-
* @version
|
|
14201
|
+
* @version 144.0.0
|
|
14201
14202
|
*/
|
|
14202
14203
|
|
|
14203
14204
|
/**
|
|
@@ -14283,7 +14284,7 @@ class ExternalContactsApi {
|
|
|
14283
14284
|
/**
|
|
14284
14285
|
* ExternalContacts service.
|
|
14285
14286
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
14286
|
-
* @version
|
|
14287
|
+
* @version 144.0.0
|
|
14287
14288
|
*/
|
|
14288
14289
|
|
|
14289
14290
|
/**
|
|
@@ -16026,7 +16027,7 @@ class FaxApi {
|
|
|
16026
16027
|
/**
|
|
16027
16028
|
* Fax service.
|
|
16028
16029
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
16029
|
-
* @version
|
|
16030
|
+
* @version 144.0.0
|
|
16030
16031
|
*/
|
|
16031
16032
|
|
|
16032
16033
|
/**
|
|
@@ -16197,7 +16198,7 @@ class FlowsApi {
|
|
|
16197
16198
|
/**
|
|
16198
16199
|
* Flows service.
|
|
16199
16200
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
16200
|
-
* @version
|
|
16201
|
+
* @version 144.0.0
|
|
16201
16202
|
*/
|
|
16202
16203
|
|
|
16203
16204
|
/**
|
|
@@ -16268,7 +16269,7 @@ class GamificationApi {
|
|
|
16268
16269
|
/**
|
|
16269
16270
|
* Gamification service.
|
|
16270
16271
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
16271
|
-
* @version
|
|
16272
|
+
* @version 144.0.0
|
|
16272
16273
|
*/
|
|
16273
16274
|
|
|
16274
16275
|
/**
|
|
@@ -16283,6 +16284,81 @@ class GamificationApi {
|
|
|
16283
16284
|
}
|
|
16284
16285
|
|
|
16285
16286
|
|
|
16287
|
+
/**
|
|
16288
|
+
* Delete an External Metric Definition
|
|
16289
|
+
*
|
|
16290
|
+
* @param {String} metricId Specifies the External Metric Definition ID
|
|
16291
|
+
*/
|
|
16292
|
+
deleteEmployeeperformanceExternalmetricsDefinition(metricId) {
|
|
16293
|
+
// verify the required parameter 'metricId' is set
|
|
16294
|
+
if (metricId === undefined || metricId === null) {
|
|
16295
|
+
throw 'Missing the required parameter "metricId" when calling deleteEmployeeperformanceExternalmetricsDefinition';
|
|
16296
|
+
}
|
|
16297
|
+
|
|
16298
|
+
return this.apiClient.callApi(
|
|
16299
|
+
'/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
|
|
16300
|
+
'DELETE',
|
|
16301
|
+
{ 'metricId': metricId },
|
|
16302
|
+
{ },
|
|
16303
|
+
{ },
|
|
16304
|
+
{ },
|
|
16305
|
+
null,
|
|
16306
|
+
['PureCloud OAuth'],
|
|
16307
|
+
['application/json'],
|
|
16308
|
+
['application/json']
|
|
16309
|
+
);
|
|
16310
|
+
}
|
|
16311
|
+
|
|
16312
|
+
/**
|
|
16313
|
+
* Get an External Metric Definition
|
|
16314
|
+
*
|
|
16315
|
+
* @param {String} metricId Specifies the External Metric Definition ID
|
|
16316
|
+
*/
|
|
16317
|
+
getEmployeeperformanceExternalmetricsDefinition(metricId) {
|
|
16318
|
+
// verify the required parameter 'metricId' is set
|
|
16319
|
+
if (metricId === undefined || metricId === null) {
|
|
16320
|
+
throw 'Missing the required parameter "metricId" when calling getEmployeeperformanceExternalmetricsDefinition';
|
|
16321
|
+
}
|
|
16322
|
+
|
|
16323
|
+
return this.apiClient.callApi(
|
|
16324
|
+
'/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
|
|
16325
|
+
'GET',
|
|
16326
|
+
{ 'metricId': metricId },
|
|
16327
|
+
{ },
|
|
16328
|
+
{ },
|
|
16329
|
+
{ },
|
|
16330
|
+
null,
|
|
16331
|
+
['PureCloud OAuth'],
|
|
16332
|
+
['application/json'],
|
|
16333
|
+
['application/json']
|
|
16334
|
+
);
|
|
16335
|
+
}
|
|
16336
|
+
|
|
16337
|
+
/**
|
|
16338
|
+
* Get a list of External Metric Definitions of an organization, sorted by name in ascending order
|
|
16339
|
+
*
|
|
16340
|
+
* @param {Object} opts Optional parameters
|
|
16341
|
+
* @param {Number} opts.pageSize Page size (default to 25)
|
|
16342
|
+
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
16343
|
+
*/
|
|
16344
|
+
getEmployeeperformanceExternalmetricsDefinitions(opts) {
|
|
16345
|
+
opts = opts || {};
|
|
16346
|
+
|
|
16347
|
+
|
|
16348
|
+
return this.apiClient.callApi(
|
|
16349
|
+
'/api/v2/employeeperformance/externalmetrics/definitions',
|
|
16350
|
+
'GET',
|
|
16351
|
+
{ },
|
|
16352
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
16353
|
+
{ },
|
|
16354
|
+
{ },
|
|
16355
|
+
null,
|
|
16356
|
+
['PureCloud OAuth'],
|
|
16357
|
+
['application/json'],
|
|
16358
|
+
['application/json']
|
|
16359
|
+
);
|
|
16360
|
+
}
|
|
16361
|
+
|
|
16286
16362
|
/**
|
|
16287
16363
|
* Leaderboard of the requesting user's division or performance profile
|
|
16288
16364
|
*
|
|
@@ -16947,14 +17023,14 @@ class GamificationApi {
|
|
|
16947
17023
|
* @param {String} profileId performanceProfileId
|
|
16948
17024
|
* @param {String} metricId metricId
|
|
16949
17025
|
* @param {Object} filterType Filter type for the query request.
|
|
16950
|
-
* @param {String} filterId ID for the filter type. For example, division Id
|
|
16951
17026
|
* @param {String} startWorkday Start workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
16952
17027
|
* @param {String} endWorkday End workday of querying workdays range. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
16953
17028
|
* @param {Object} opts Optional parameters
|
|
17029
|
+
* @param {String} opts.filterId ID for the filter type. Only required when filterType is Division.
|
|
16954
17030
|
* @param {String} opts.referenceWorkday Reference workday for the trend. Used to determine the associated metric definition. If not set, then the value of endWorkday is used. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
16955
17031
|
* @param {String} opts.timeZone Timezone for the workday. Defaults to UTC (default to UTC)
|
|
16956
17032
|
*/
|
|
16957
|
-
getGamificationScorecardsProfileMetricUsersValuesTrends(profileId, metricId, filterType,
|
|
17033
|
+
getGamificationScorecardsProfileMetricUsersValuesTrends(profileId, metricId, filterType, startWorkday, endWorkday, opts) {
|
|
16958
17034
|
opts = opts || {};
|
|
16959
17035
|
|
|
16960
17036
|
// verify the required parameter 'profileId' is set
|
|
@@ -16969,10 +17045,6 @@ class GamificationApi {
|
|
|
16969
17045
|
if (filterType === undefined || filterType === null) {
|
|
16970
17046
|
throw 'Missing the required parameter "filterType" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
|
|
16971
17047
|
}
|
|
16972
|
-
// verify the required parameter 'filterId' is set
|
|
16973
|
-
if (filterId === undefined || filterId === null) {
|
|
16974
|
-
throw 'Missing the required parameter "filterId" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
|
|
16975
|
-
}
|
|
16976
17048
|
// verify the required parameter 'startWorkday' is set
|
|
16977
17049
|
if (startWorkday === undefined || startWorkday === null) {
|
|
16978
17050
|
throw 'Missing the required parameter "startWorkday" when calling getGamificationScorecardsProfileMetricUsersValuesTrends';
|
|
@@ -16986,7 +17058,7 @@ class GamificationApi {
|
|
|
16986
17058
|
'/api/v2/gamification/scorecards/profiles/{profileId}/metrics/{metricId}/users/values/trends',
|
|
16987
17059
|
'GET',
|
|
16988
17060
|
{ 'profileId': profileId,'metricId': metricId },
|
|
16989
|
-
{ 'filterType': filterType,'filterId': filterId,'startWorkday': startWorkday,'endWorkday': endWorkday,'referenceWorkday': opts['referenceWorkday'],'timeZone': opts['timeZone'] },
|
|
17061
|
+
{ 'filterType': filterType,'filterId': opts['filterId'],'startWorkday': startWorkday,'endWorkday': endWorkday,'referenceWorkday': opts['referenceWorkday'],'timeZone': opts['timeZone'] },
|
|
16990
17062
|
{ },
|
|
16991
17063
|
{ },
|
|
16992
17064
|
null,
|
|
@@ -17492,6 +17564,84 @@ class GamificationApi {
|
|
|
17492
17564
|
);
|
|
17493
17565
|
}
|
|
17494
17566
|
|
|
17567
|
+
/**
|
|
17568
|
+
* Update External Metric Definition
|
|
17569
|
+
*
|
|
17570
|
+
* @param {String} metricId Specifies the metric definition ID
|
|
17571
|
+
* @param {Object} body The External Metric Definition parameters to be updated
|
|
17572
|
+
*/
|
|
17573
|
+
patchEmployeeperformanceExternalmetricsDefinition(metricId, body) {
|
|
17574
|
+
// verify the required parameter 'metricId' is set
|
|
17575
|
+
if (metricId === undefined || metricId === null) {
|
|
17576
|
+
throw 'Missing the required parameter "metricId" when calling patchEmployeeperformanceExternalmetricsDefinition';
|
|
17577
|
+
}
|
|
17578
|
+
// verify the required parameter 'body' is set
|
|
17579
|
+
if (body === undefined || body === null) {
|
|
17580
|
+
throw 'Missing the required parameter "body" when calling patchEmployeeperformanceExternalmetricsDefinition';
|
|
17581
|
+
}
|
|
17582
|
+
|
|
17583
|
+
return this.apiClient.callApi(
|
|
17584
|
+
'/api/v2/employeeperformance/externalmetrics/definitions/{metricId}',
|
|
17585
|
+
'PATCH',
|
|
17586
|
+
{ 'metricId': metricId },
|
|
17587
|
+
{ },
|
|
17588
|
+
{ },
|
|
17589
|
+
{ },
|
|
17590
|
+
body,
|
|
17591
|
+
['PureCloud OAuth'],
|
|
17592
|
+
['application/json'],
|
|
17593
|
+
['application/json']
|
|
17594
|
+
);
|
|
17595
|
+
}
|
|
17596
|
+
|
|
17597
|
+
/**
|
|
17598
|
+
* Write External Metric Data
|
|
17599
|
+
*
|
|
17600
|
+
* @param {Object} opts Optional parameters
|
|
17601
|
+
* @param {Object} opts.body The External Metric Data to be added
|
|
17602
|
+
*/
|
|
17603
|
+
postEmployeeperformanceExternalmetricsData(opts) {
|
|
17604
|
+
opts = opts || {};
|
|
17605
|
+
|
|
17606
|
+
|
|
17607
|
+
return this.apiClient.callApi(
|
|
17608
|
+
'/api/v2/employeeperformance/externalmetrics/data',
|
|
17609
|
+
'POST',
|
|
17610
|
+
{ },
|
|
17611
|
+
{ },
|
|
17612
|
+
{ },
|
|
17613
|
+
{ },
|
|
17614
|
+
opts['body'],
|
|
17615
|
+
['PureCloud OAuth'],
|
|
17616
|
+
['application/json'],
|
|
17617
|
+
['application/json']
|
|
17618
|
+
);
|
|
17619
|
+
}
|
|
17620
|
+
|
|
17621
|
+
/**
|
|
17622
|
+
* Create External Metric Definition
|
|
17623
|
+
*
|
|
17624
|
+
* @param {Object} opts Optional parameters
|
|
17625
|
+
* @param {Object} opts.body The External Metric Definition to be created
|
|
17626
|
+
*/
|
|
17627
|
+
postEmployeeperformanceExternalmetricsDefinitions(opts) {
|
|
17628
|
+
opts = opts || {};
|
|
17629
|
+
|
|
17630
|
+
|
|
17631
|
+
return this.apiClient.callApi(
|
|
17632
|
+
'/api/v2/employeeperformance/externalmetrics/definitions',
|
|
17633
|
+
'POST',
|
|
17634
|
+
{ },
|
|
17635
|
+
{ },
|
|
17636
|
+
{ },
|
|
17637
|
+
{ },
|
|
17638
|
+
opts['body'],
|
|
17639
|
+
['PureCloud OAuth'],
|
|
17640
|
+
['application/json'],
|
|
17641
|
+
['application/json']
|
|
17642
|
+
);
|
|
17643
|
+
}
|
|
17644
|
+
|
|
17495
17645
|
/**
|
|
17496
17646
|
* Creates a gamified metric with a given metric definition and metric objective
|
|
17497
17647
|
* This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
|
|
@@ -17850,7 +18000,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
17850
18000
|
/**
|
|
17851
18001
|
* GeneralDataProtectionRegulation service.
|
|
17852
18002
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
17853
|
-
* @version
|
|
18003
|
+
* @version 144.0.0
|
|
17854
18004
|
*/
|
|
17855
18005
|
|
|
17856
18006
|
/**
|
|
@@ -17980,7 +18130,7 @@ class GeolocationApi {
|
|
|
17980
18130
|
/**
|
|
17981
18131
|
* Geolocation service.
|
|
17982
18132
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17983
|
-
* @version
|
|
18133
|
+
* @version 144.0.0
|
|
17984
18134
|
*/
|
|
17985
18135
|
|
|
17986
18136
|
/**
|
|
@@ -18111,7 +18261,7 @@ class GreetingsApi {
|
|
|
18111
18261
|
/**
|
|
18112
18262
|
* Greetings service.
|
|
18113
18263
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
18114
|
-
* @version
|
|
18264
|
+
* @version 144.0.0
|
|
18115
18265
|
*/
|
|
18116
18266
|
|
|
18117
18267
|
/**
|
|
@@ -18566,7 +18716,7 @@ class GroupsApi {
|
|
|
18566
18716
|
/**
|
|
18567
18717
|
* Groups service.
|
|
18568
18718
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
18569
|
-
* @version
|
|
18719
|
+
* @version 144.0.0
|
|
18570
18720
|
*/
|
|
18571
18721
|
|
|
18572
18722
|
/**
|
|
@@ -18971,7 +19121,7 @@ class IdentityProviderApi {
|
|
|
18971
19121
|
/**
|
|
18972
19122
|
* IdentityProvider service.
|
|
18973
19123
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18974
|
-
* @version
|
|
19124
|
+
* @version 144.0.0
|
|
18975
19125
|
*/
|
|
18976
19126
|
|
|
18977
19127
|
/**
|
|
@@ -19727,7 +19877,7 @@ class IntegrationsApi {
|
|
|
19727
19877
|
/**
|
|
19728
19878
|
* Integrations service.
|
|
19729
19879
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
19730
|
-
* @version
|
|
19880
|
+
* @version 144.0.0
|
|
19731
19881
|
*/
|
|
19732
19882
|
|
|
19733
19883
|
/**
|
|
@@ -21404,7 +21554,7 @@ class JourneyApi {
|
|
|
21404
21554
|
/**
|
|
21405
21555
|
* Journey service.
|
|
21406
21556
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
21407
|
-
* @version
|
|
21557
|
+
* @version 144.0.0
|
|
21408
21558
|
*/
|
|
21409
21559
|
|
|
21410
21560
|
/**
|
|
@@ -22115,7 +22265,7 @@ class KnowledgeApi {
|
|
|
22115
22265
|
/**
|
|
22116
22266
|
* Knowledge service.
|
|
22117
22267
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
22118
|
-
* @version
|
|
22268
|
+
* @version 144.0.0
|
|
22119
22269
|
*/
|
|
22120
22270
|
|
|
22121
22271
|
/**
|
|
@@ -23015,7 +23165,7 @@ class LanguageUnderstandingApi {
|
|
|
23015
23165
|
/**
|
|
23016
23166
|
* LanguageUnderstanding service.
|
|
23017
23167
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
23018
|
-
* @version
|
|
23168
|
+
* @version 144.0.0
|
|
23019
23169
|
*/
|
|
23020
23170
|
|
|
23021
23171
|
/**
|
|
@@ -23919,7 +24069,7 @@ class LanguagesApi {
|
|
|
23919
24069
|
/**
|
|
23920
24070
|
* Languages service.
|
|
23921
24071
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
23922
|
-
* @version
|
|
24072
|
+
* @version 144.0.0
|
|
23923
24073
|
*/
|
|
23924
24074
|
|
|
23925
24075
|
/**
|
|
@@ -24187,7 +24337,7 @@ class LearningApi {
|
|
|
24187
24337
|
/**
|
|
24188
24338
|
* Learning service.
|
|
24189
24339
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
24190
|
-
* @version
|
|
24340
|
+
* @version 144.0.0
|
|
24191
24341
|
*/
|
|
24192
24342
|
|
|
24193
24343
|
/**
|
|
@@ -24540,6 +24690,31 @@ class LearningApi {
|
|
|
24540
24690
|
);
|
|
24541
24691
|
}
|
|
24542
24692
|
|
|
24693
|
+
/**
|
|
24694
|
+
* Get a specific Learning Module cover art using ID
|
|
24695
|
+
*
|
|
24696
|
+
* @param {String} coverArtId Key identifier for the cover art
|
|
24697
|
+
*/
|
|
24698
|
+
getLearningModulesCoverartCoverArtId(coverArtId) {
|
|
24699
|
+
// verify the required parameter 'coverArtId' is set
|
|
24700
|
+
if (coverArtId === undefined || coverArtId === null) {
|
|
24701
|
+
throw 'Missing the required parameter "coverArtId" when calling getLearningModulesCoverartCoverArtId';
|
|
24702
|
+
}
|
|
24703
|
+
|
|
24704
|
+
return this.apiClient.callApi(
|
|
24705
|
+
'/api/v2/learning/modules/coverart/{coverArtId}',
|
|
24706
|
+
'GET',
|
|
24707
|
+
{ 'coverArtId': coverArtId },
|
|
24708
|
+
{ },
|
|
24709
|
+
{ },
|
|
24710
|
+
{ },
|
|
24711
|
+
null,
|
|
24712
|
+
['PureCloud OAuth'],
|
|
24713
|
+
['application/json'],
|
|
24714
|
+
['application/json']
|
|
24715
|
+
);
|
|
24716
|
+
}
|
|
24717
|
+
|
|
24543
24718
|
/**
|
|
24544
24719
|
* Update Learning Assignment
|
|
24545
24720
|
*
|
|
@@ -24922,7 +25097,7 @@ class LicenseApi {
|
|
|
24922
25097
|
/**
|
|
24923
25098
|
* License service.
|
|
24924
25099
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
24925
|
-
* @version
|
|
25100
|
+
* @version 144.0.0
|
|
24926
25101
|
*/
|
|
24927
25102
|
|
|
24928
25103
|
/**
|
|
@@ -25160,7 +25335,7 @@ class LocationsApi {
|
|
|
25160
25335
|
/**
|
|
25161
25336
|
* Locations service.
|
|
25162
25337
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
25163
|
-
* @version
|
|
25338
|
+
* @version 144.0.0
|
|
25164
25339
|
*/
|
|
25165
25340
|
|
|
25166
25341
|
/**
|
|
@@ -25396,7 +25571,7 @@ class MessagingApi {
|
|
|
25396
25571
|
/**
|
|
25397
25572
|
* Messaging service.
|
|
25398
25573
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
25399
|
-
* @version
|
|
25574
|
+
* @version 144.0.0
|
|
25400
25575
|
*/
|
|
25401
25576
|
|
|
25402
25577
|
/**
|
|
@@ -25547,7 +25722,7 @@ class MobileDevicesApi {
|
|
|
25547
25722
|
/**
|
|
25548
25723
|
* MobileDevices service.
|
|
25549
25724
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
25550
|
-
* @version
|
|
25725
|
+
* @version 144.0.0
|
|
25551
25726
|
*/
|
|
25552
25727
|
|
|
25553
25728
|
/**
|
|
@@ -25698,7 +25873,7 @@ class NotificationsApi {
|
|
|
25698
25873
|
/**
|
|
25699
25874
|
* Notifications service.
|
|
25700
25875
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
25701
|
-
* @version
|
|
25876
|
+
* @version 144.0.0
|
|
25702
25877
|
*/
|
|
25703
25878
|
|
|
25704
25879
|
/**
|
|
@@ -25923,7 +26098,7 @@ class OAuthApi {
|
|
|
25923
26098
|
/**
|
|
25924
26099
|
* OAuth service.
|
|
25925
26100
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
25926
|
-
* @version
|
|
26101
|
+
* @version 144.0.0
|
|
25927
26102
|
*/
|
|
25928
26103
|
|
|
25929
26104
|
/**
|
|
@@ -26289,7 +26464,7 @@ class ObjectsApi {
|
|
|
26289
26464
|
/**
|
|
26290
26465
|
* Objects service.
|
|
26291
26466
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
26292
|
-
* @version
|
|
26467
|
+
* @version 144.0.0
|
|
26293
26468
|
*/
|
|
26294
26469
|
|
|
26295
26470
|
/**
|
|
@@ -26560,7 +26735,7 @@ class OrganizationApi {
|
|
|
26560
26735
|
/**
|
|
26561
26736
|
* Organization service.
|
|
26562
26737
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
26563
|
-
* @version
|
|
26738
|
+
* @version 144.0.0
|
|
26564
26739
|
*/
|
|
26565
26740
|
|
|
26566
26741
|
/**
|
|
@@ -26963,7 +27138,7 @@ class OrganizationAuthorizationApi {
|
|
|
26963
27138
|
/**
|
|
26964
27139
|
* OrganizationAuthorization service.
|
|
26965
27140
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
26966
|
-
* @version
|
|
27141
|
+
* @version 144.0.0
|
|
26967
27142
|
*/
|
|
26968
27143
|
|
|
26969
27144
|
/**
|
|
@@ -27888,7 +28063,7 @@ class OutboundApi {
|
|
|
27888
28063
|
/**
|
|
27889
28064
|
* Outbound service.
|
|
27890
28065
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
27891
|
-
* @version
|
|
28066
|
+
* @version 144.0.0
|
|
27892
28067
|
*/
|
|
27893
28068
|
|
|
27894
28069
|
/**
|
|
@@ -31143,7 +31318,7 @@ class PresenceApi {
|
|
|
31143
31318
|
/**
|
|
31144
31319
|
* Presence service.
|
|
31145
31320
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
31146
|
-
* @version
|
|
31321
|
+
* @version 144.0.0
|
|
31147
31322
|
*/
|
|
31148
31323
|
|
|
31149
31324
|
/**
|
|
@@ -31465,7 +31640,7 @@ class QualityApi {
|
|
|
31465
31640
|
/**
|
|
31466
31641
|
* Quality service.
|
|
31467
31642
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
31468
|
-
* @version
|
|
31643
|
+
* @version 144.0.0
|
|
31469
31644
|
*/
|
|
31470
31645
|
|
|
31471
31646
|
/**
|
|
@@ -33043,7 +33218,7 @@ class RecordingApi {
|
|
|
33043
33218
|
/**
|
|
33044
33219
|
* Recording service.
|
|
33045
33220
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
33046
|
-
* @version
|
|
33221
|
+
* @version 144.0.0
|
|
33047
33222
|
*/
|
|
33048
33223
|
|
|
33049
33224
|
/**
|
|
@@ -34696,7 +34871,7 @@ class ResponseManagementApi {
|
|
|
34696
34871
|
/**
|
|
34697
34872
|
* ResponseManagement service.
|
|
34698
34873
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
34699
|
-
* @version
|
|
34874
|
+
* @version 144.0.0
|
|
34700
34875
|
*/
|
|
34701
34876
|
|
|
34702
34877
|
/**
|
|
@@ -35180,7 +35355,7 @@ class RoutingApi {
|
|
|
35180
35355
|
/**
|
|
35181
35356
|
* Routing service.
|
|
35182
35357
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
35183
|
-
* @version
|
|
35358
|
+
* @version 144.0.0
|
|
35184
35359
|
*/
|
|
35185
35360
|
|
|
35186
35361
|
/**
|
|
@@ -38101,7 +38276,7 @@ class SCIMApi {
|
|
|
38101
38276
|
/**
|
|
38102
38277
|
* SCIM service.
|
|
38103
38278
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
38104
|
-
* @version
|
|
38279
|
+
* @version 144.0.0
|
|
38105
38280
|
*/
|
|
38106
38281
|
|
|
38107
38282
|
/**
|
|
@@ -38978,7 +39153,7 @@ class ScriptsApi {
|
|
|
38978
39153
|
/**
|
|
38979
39154
|
* Scripts service.
|
|
38980
39155
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
38981
|
-
* @version
|
|
39156
|
+
* @version 144.0.0
|
|
38982
39157
|
*/
|
|
38983
39158
|
|
|
38984
39159
|
/**
|
|
@@ -39397,7 +39572,7 @@ class SearchApi {
|
|
|
39397
39572
|
/**
|
|
39398
39573
|
* Search service.
|
|
39399
39574
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
39400
|
-
* @version
|
|
39575
|
+
* @version 144.0.0
|
|
39401
39576
|
*/
|
|
39402
39577
|
|
|
39403
39578
|
/**
|
|
@@ -39957,7 +40132,7 @@ class SpeechTextAnalyticsApi {
|
|
|
39957
40132
|
/**
|
|
39958
40133
|
* SpeechTextAnalytics service.
|
|
39959
40134
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
39960
|
-
* @version
|
|
40135
|
+
* @version 144.0.0
|
|
39961
40136
|
*/
|
|
39962
40137
|
|
|
39963
40138
|
/**
|
|
@@ -40182,6 +40357,7 @@ class SpeechTextAnalyticsApi {
|
|
|
40182
40357
|
* @param {Object} opts Optional parameters
|
|
40183
40358
|
* @param {String} opts.nextPage The key for listing the next page
|
|
40184
40359
|
* @param {Number} opts.pageSize The page size for the listing (default to 20)
|
|
40360
|
+
* @param {Object} opts.state Program state. Defaults to Latest
|
|
40185
40361
|
*/
|
|
40186
40362
|
getSpeechandtextanalyticsPrograms(opts) {
|
|
40187
40363
|
opts = opts || {};
|
|
@@ -40191,7 +40367,7 @@ class SpeechTextAnalyticsApi {
|
|
|
40191
40367
|
'/api/v2/speechandtextanalytics/programs',
|
|
40192
40368
|
'GET',
|
|
40193
40369
|
{ },
|
|
40194
|
-
{ 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'] },
|
|
40370
|
+
{ 'nextPage': opts['nextPage'],'pageSize': opts['pageSize'],'state': opts['state'] },
|
|
40195
40371
|
{ },
|
|
40196
40372
|
{ },
|
|
40197
40373
|
null,
|
|
@@ -40810,7 +40986,7 @@ class StationsApi {
|
|
|
40810
40986
|
/**
|
|
40811
40987
|
* Stations service.
|
|
40812
40988
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
40813
|
-
* @version
|
|
40989
|
+
* @version 144.0.0
|
|
40814
40990
|
*/
|
|
40815
40991
|
|
|
40816
40992
|
/**
|
|
@@ -40957,7 +41133,7 @@ class SuggestApi {
|
|
|
40957
41133
|
/**
|
|
40958
41134
|
* Suggest service.
|
|
40959
41135
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
40960
|
-
* @version
|
|
41136
|
+
* @version 144.0.0
|
|
40961
41137
|
*/
|
|
40962
41138
|
|
|
40963
41139
|
/**
|
|
@@ -41096,7 +41272,7 @@ class TeamsApi {
|
|
|
41096
41272
|
/**
|
|
41097
41273
|
* Teams service.
|
|
41098
41274
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
41099
|
-
* @version
|
|
41275
|
+
* @version 144.0.0
|
|
41100
41276
|
*/
|
|
41101
41277
|
|
|
41102
41278
|
/**
|
|
@@ -41275,7 +41451,7 @@ class TelephonyApi {
|
|
|
41275
41451
|
/**
|
|
41276
41452
|
* Telephony service.
|
|
41277
41453
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
41278
|
-
* @version
|
|
41454
|
+
* @version 144.0.0
|
|
41279
41455
|
*/
|
|
41280
41456
|
|
|
41281
41457
|
/**
|
|
@@ -41383,7 +41559,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
41383
41559
|
/**
|
|
41384
41560
|
* TelephonyProvidersEdge service.
|
|
41385
41561
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
41386
|
-
* @version
|
|
41562
|
+
* @version 144.0.0
|
|
41387
41563
|
*/
|
|
41388
41564
|
|
|
41389
41565
|
/**
|
|
@@ -45016,7 +45192,7 @@ class TextbotsApi {
|
|
|
45016
45192
|
/**
|
|
45017
45193
|
* Textbots service.
|
|
45018
45194
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
45019
|
-
* @version
|
|
45195
|
+
* @version 144.0.0
|
|
45020
45196
|
*/
|
|
45021
45197
|
|
|
45022
45198
|
/**
|
|
@@ -45144,7 +45320,7 @@ class TokensApi {
|
|
|
45144
45320
|
/**
|
|
45145
45321
|
* Tokens service.
|
|
45146
45322
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
45147
|
-
* @version
|
|
45323
|
+
* @version 144.0.0
|
|
45148
45324
|
*/
|
|
45149
45325
|
|
|
45150
45326
|
/**
|
|
@@ -45250,7 +45426,7 @@ class UploadsApi {
|
|
|
45250
45426
|
/**
|
|
45251
45427
|
* Uploads service.
|
|
45252
45428
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
45253
|
-
* @version
|
|
45429
|
+
* @version 144.0.0
|
|
45254
45430
|
*/
|
|
45255
45431
|
|
|
45256
45432
|
/**
|
|
@@ -45320,6 +45496,31 @@ class UploadsApi {
|
|
|
45320
45496
|
);
|
|
45321
45497
|
}
|
|
45322
45498
|
|
|
45499
|
+
/**
|
|
45500
|
+
* Generates pre-signed URL to upload cover art for learning modules
|
|
45501
|
+
*
|
|
45502
|
+
* @param {Object} body query
|
|
45503
|
+
*/
|
|
45504
|
+
postUploadsLearningCoverart(body) {
|
|
45505
|
+
// verify the required parameter 'body' is set
|
|
45506
|
+
if (body === undefined || body === null) {
|
|
45507
|
+
throw 'Missing the required parameter "body" when calling postUploadsLearningCoverart';
|
|
45508
|
+
}
|
|
45509
|
+
|
|
45510
|
+
return this.apiClient.callApi(
|
|
45511
|
+
'/api/v2/uploads/learning/coverart',
|
|
45512
|
+
'POST',
|
|
45513
|
+
{ },
|
|
45514
|
+
{ },
|
|
45515
|
+
{ },
|
|
45516
|
+
{ },
|
|
45517
|
+
body,
|
|
45518
|
+
['PureCloud OAuth'],
|
|
45519
|
+
['application/json'],
|
|
45520
|
+
['application/json']
|
|
45521
|
+
);
|
|
45522
|
+
}
|
|
45523
|
+
|
|
45323
45524
|
/**
|
|
45324
45525
|
* Creates presigned url for uploading a public asset image
|
|
45325
45526
|
*
|
|
@@ -45401,7 +45602,7 @@ class UsageApi {
|
|
|
45401
45602
|
/**
|
|
45402
45603
|
* Usage service.
|
|
45403
45604
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
45404
|
-
* @version
|
|
45605
|
+
* @version 144.0.0
|
|
45405
45606
|
*/
|
|
45406
45607
|
|
|
45407
45608
|
/**
|
|
@@ -45472,7 +45673,7 @@ class UserRecordingsApi {
|
|
|
45472
45673
|
/**
|
|
45473
45674
|
* UserRecordings service.
|
|
45474
45675
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
45475
|
-
* @version
|
|
45676
|
+
* @version 144.0.0
|
|
45476
45677
|
*/
|
|
45477
45678
|
|
|
45478
45679
|
/**
|
|
@@ -45656,7 +45857,7 @@ class UsersApi {
|
|
|
45656
45857
|
/**
|
|
45657
45858
|
* Users service.
|
|
45658
45859
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
45659
|
-
* @version
|
|
45860
|
+
* @version 144.0.0
|
|
45660
45861
|
*/
|
|
45661
45862
|
|
|
45662
45863
|
/**
|
|
@@ -47958,7 +48159,7 @@ class UtilitiesApi {
|
|
|
47958
48159
|
/**
|
|
47959
48160
|
* Utilities service.
|
|
47960
48161
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
47961
|
-
* @version
|
|
48162
|
+
* @version 144.0.0
|
|
47962
48163
|
*/
|
|
47963
48164
|
|
|
47964
48165
|
/**
|
|
@@ -48069,7 +48270,7 @@ class VoicemailApi {
|
|
|
48069
48270
|
/**
|
|
48070
48271
|
* Voicemail service.
|
|
48071
48272
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
48072
|
-
* @version
|
|
48273
|
+
* @version 144.0.0
|
|
48073
48274
|
*/
|
|
48074
48275
|
|
|
48075
48276
|
/**
|
|
@@ -48736,7 +48937,7 @@ class WebChatApi {
|
|
|
48736
48937
|
/**
|
|
48737
48938
|
* WebChat service.
|
|
48738
48939
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
48739
|
-
* @version
|
|
48940
|
+
* @version 144.0.0
|
|
48740
48941
|
*/
|
|
48741
48942
|
|
|
48742
48943
|
/**
|
|
@@ -49280,7 +49481,7 @@ class WebDeploymentsApi {
|
|
|
49280
49481
|
/**
|
|
49281
49482
|
* WebDeployments service.
|
|
49282
49483
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
49283
|
-
* @version
|
|
49484
|
+
* @version 144.0.0
|
|
49284
49485
|
*/
|
|
49285
49486
|
|
|
49286
49487
|
/**
|
|
@@ -49635,7 +49836,7 @@ class WebMessagingApi {
|
|
|
49635
49836
|
/**
|
|
49636
49837
|
* WebMessaging service.
|
|
49637
49838
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
49638
|
-
* @version
|
|
49839
|
+
* @version 144.0.0
|
|
49639
49840
|
*/
|
|
49640
49841
|
|
|
49641
49842
|
/**
|
|
@@ -49681,7 +49882,7 @@ class WidgetsApi {
|
|
|
49681
49882
|
/**
|
|
49682
49883
|
* Widgets service.
|
|
49683
49884
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
49684
|
-
* @version
|
|
49885
|
+
* @version 144.0.0
|
|
49685
49886
|
*/
|
|
49686
49887
|
|
|
49687
49888
|
/**
|
|
@@ -49827,7 +50028,7 @@ class WorkforceManagementApi {
|
|
|
49827
50028
|
/**
|
|
49828
50029
|
* WorkforceManagement service.
|
|
49829
50030
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
49830
|
-
* @version
|
|
50031
|
+
* @version 144.0.0
|
|
49831
50032
|
*/
|
|
49832
50033
|
|
|
49833
50034
|
/**
|
|
@@ -54103,7 +54304,7 @@ class WorkforceManagementApi {
|
|
|
54103
54304
|
* </pre>
|
|
54104
54305
|
* </p>
|
|
54105
54306
|
* @module purecloud-platform-client-v2/index
|
|
54106
|
-
* @version
|
|
54307
|
+
* @version 144.0.0
|
|
54107
54308
|
*/
|
|
54108
54309
|
class platformClient {
|
|
54109
54310
|
constructor() {
|