purecloud-platform-client-v2 161.0.1 → 163.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 +13 -14
- package/dist/node/purecloud-platform-client-v2.js +164 -94
- package/dist/web-amd/purecloud-platform-client-v2.js +164 -94
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +164 -94
- package/dist/web-cjs/purecloud-platform-client-v2.js +479 -6655
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +38 -8
- package/package.json +2 -3
- package/src/purecloud-platform-client-v2/ApiClient.js +12 -17
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
- 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 +3 -2
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ChatApi.js +74 -4
- 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/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 +1 -1
- package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.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 +9 -4
- 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 -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 +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
package/dist/web-cjs/bundle.js
CHANGED
|
@@ -2277,11 +2277,9 @@ class Configuration {
|
|
|
2277
2277
|
}
|
|
2278
2278
|
}
|
|
2279
2279
|
|
|
2280
|
-
const { HttpsProxyAgent } = require('hpagent');
|
|
2281
|
-
|
|
2282
2280
|
/**
|
|
2283
2281
|
* @module purecloud-platform-client-v2/ApiClient
|
|
2284
|
-
* @version
|
|
2282
|
+
* @version 163.0.0
|
|
2285
2283
|
*/
|
|
2286
2284
|
class ApiClient {
|
|
2287
2285
|
/**
|
|
@@ -2553,18 +2551,12 @@ class ApiClient {
|
|
|
2553
2551
|
const headers = {
|
|
2554
2552
|
'Authorization': `Basic ${authHeader}`
|
|
2555
2553
|
};
|
|
2556
|
-
let httpsAgent;
|
|
2557
|
-
if (this.proxy !== undefined){
|
|
2558
|
-
httpsAgent = new HttpsProxyAgent({
|
|
2559
|
-
proxy : `${this.proxy.protocol}://${this.proxy.host}:${this.proxy.port}`
|
|
2560
|
-
});
|
|
2561
|
-
}
|
|
2562
2554
|
axios__default["default"]({
|
|
2563
2555
|
method: `POST`,
|
|
2564
2556
|
url: `https://login.${this.config.environment}/oauth/token`,
|
|
2565
2557
|
headers: headers,
|
|
2566
2558
|
data: 'grant_type=client_credentials',
|
|
2567
|
-
httpsAgent:
|
|
2559
|
+
httpsAgent: this.proxyAgent
|
|
2568
2560
|
})
|
|
2569
2561
|
.then((response) => {
|
|
2570
2562
|
// Logging
|
|
@@ -3234,6 +3226,14 @@ class ApiClient {
|
|
|
3234
3226
|
});
|
|
3235
3227
|
}
|
|
3236
3228
|
|
|
3229
|
+
/**
|
|
3230
|
+
* @description Sets the proxy agent axios will use for requests
|
|
3231
|
+
* @param {any} agent - The proxy agent
|
|
3232
|
+
*/
|
|
3233
|
+
setProxyAgent(agent) {
|
|
3234
|
+
this.proxyAgent = agent;
|
|
3235
|
+
}
|
|
3236
|
+
|
|
3237
3237
|
/**
|
|
3238
3238
|
* Invokes the REST service using the supplied settings and parameters.
|
|
3239
3239
|
* @param {String} path The base URL to invoke.
|
|
@@ -3254,16 +3254,10 @@ class ApiClient {
|
|
|
3254
3254
|
sendRequest(this);
|
|
3255
3255
|
function sendRequest(that) {
|
|
3256
3256
|
var url = that.buildUrl(path, pathParams);
|
|
3257
|
-
let httpsAgent;
|
|
3258
|
-
if (that.proxy !== undefined){
|
|
3259
|
-
httpsAgent = new HttpsProxyAgent({
|
|
3260
|
-
proxy : `${that.proxy.protocol}://${that.proxy.host}:${that.proxy.port}`
|
|
3261
|
-
});
|
|
3262
|
-
}
|
|
3263
3257
|
var request = {
|
|
3264
3258
|
method: httpMethod,
|
|
3265
|
-
url: url,
|
|
3266
|
-
|
|
3259
|
+
url: url,
|
|
3260
|
+
httpsAgent: that.proxyAgent,
|
|
3267
3261
|
timeout: that.timeout,
|
|
3268
3262
|
params: that.serialize(queryParams)
|
|
3269
3263
|
};
|
|
@@ -3364,7 +3358,7 @@ class AlertingApi {
|
|
|
3364
3358
|
/**
|
|
3365
3359
|
* Alerting service.
|
|
3366
3360
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3367
|
-
* @version
|
|
3361
|
+
* @version 163.0.0
|
|
3368
3362
|
*/
|
|
3369
3363
|
|
|
3370
3364
|
/**
|
|
@@ -3678,7 +3672,7 @@ class AnalyticsApi {
|
|
|
3678
3672
|
/**
|
|
3679
3673
|
* Analytics service.
|
|
3680
3674
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
3681
|
-
* @version
|
|
3675
|
+
* @version 163.0.0
|
|
3682
3676
|
*/
|
|
3683
3677
|
|
|
3684
3678
|
/**
|
|
@@ -3770,7 +3764,7 @@ class AnalyticsApi {
|
|
|
3770
3764
|
|
|
3771
3765
|
/**
|
|
3772
3766
|
* Get Reporting Turns.
|
|
3773
|
-
*
|
|
3767
|
+
* Returns the reporting turns grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list.
|
|
3774
3768
|
* @param {String} botFlowId ID of the bot flow.
|
|
3775
3769
|
* @param {Object} opts Optional parameters
|
|
3776
3770
|
* @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
|
|
@@ -4932,7 +4926,7 @@ class ArchitectApi {
|
|
|
4932
4926
|
/**
|
|
4933
4927
|
* Architect service.
|
|
4934
4928
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
4935
|
-
* @version
|
|
4929
|
+
* @version 163.0.0
|
|
4936
4930
|
*/
|
|
4937
4931
|
|
|
4938
4932
|
/**
|
|
@@ -7980,7 +7974,7 @@ class AuditApi {
|
|
|
7980
7974
|
/**
|
|
7981
7975
|
* Audit service.
|
|
7982
7976
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
7983
|
-
* @version
|
|
7977
|
+
* @version 163.0.0
|
|
7984
7978
|
*/
|
|
7985
7979
|
|
|
7986
7980
|
/**
|
|
@@ -8151,7 +8145,7 @@ class AuthorizationApi {
|
|
|
8151
8145
|
/**
|
|
8152
8146
|
* Authorization service.
|
|
8153
8147
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
8154
|
-
* @version
|
|
8148
|
+
* @version 163.0.0
|
|
8155
8149
|
*/
|
|
8156
8150
|
|
|
8157
8151
|
/**
|
|
@@ -8532,6 +8526,7 @@ class AuthorizationApi {
|
|
|
8532
8526
|
* Get the organization role specified by its ID.
|
|
8533
8527
|
* @param {String} roleId Role ID
|
|
8534
8528
|
* @param {Object} opts Optional parameters
|
|
8529
|
+
* @param {Object} opts.userCount Fetch the count of users who have this role granted in at least one division (default to true)
|
|
8535
8530
|
* @param {Array.<String>} opts.expand Which fields, if any, to expand. unusedPermissions returns the permissions not used for the role
|
|
8536
8531
|
*/
|
|
8537
8532
|
getAuthorizationRole(roleId, opts) {
|
|
@@ -8546,7 +8541,7 @@ class AuthorizationApi {
|
|
|
8546
8541
|
'/api/v2/authorization/roles/{roleId}',
|
|
8547
8542
|
'GET',
|
|
8548
8543
|
{ 'roleId': roleId },
|
|
8549
|
-
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
8544
|
+
{ 'userCount': opts['userCount'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
8550
8545
|
{ },
|
|
8551
8546
|
{ },
|
|
8552
8547
|
null,
|
|
@@ -9379,7 +9374,7 @@ class BillingApi {
|
|
|
9379
9374
|
/**
|
|
9380
9375
|
* Billing service.
|
|
9381
9376
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
9382
|
-
* @version
|
|
9377
|
+
* @version 163.0.0
|
|
9383
9378
|
*/
|
|
9384
9379
|
|
|
9385
9380
|
/**
|
|
@@ -9459,7 +9454,7 @@ class ChatApi {
|
|
|
9459
9454
|
/**
|
|
9460
9455
|
* Chat service.
|
|
9461
9456
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
9462
|
-
* @version
|
|
9457
|
+
* @version 163.0.0
|
|
9463
9458
|
*/
|
|
9464
9459
|
|
|
9465
9460
|
/**
|
|
@@ -9476,7 +9471,7 @@ class ChatApi {
|
|
|
9476
9471
|
|
|
9477
9472
|
/**
|
|
9478
9473
|
* Get Chat Settings.
|
|
9479
|
-
*
|
|
9474
|
+
* This route is deprecated, please use /chats/settings instead
|
|
9480
9475
|
*/
|
|
9481
9476
|
getChatSettings() {
|
|
9482
9477
|
|
|
@@ -9495,8 +9490,28 @@ class ChatApi {
|
|
|
9495
9490
|
}
|
|
9496
9491
|
|
|
9497
9492
|
/**
|
|
9498
|
-
*
|
|
9493
|
+
* Get Chat Settings.
|
|
9499
9494
|
*
|
|
9495
|
+
*/
|
|
9496
|
+
getChatsSettings() {
|
|
9497
|
+
|
|
9498
|
+
return this.apiClient.callApi(
|
|
9499
|
+
'/api/v2/chats/settings',
|
|
9500
|
+
'GET',
|
|
9501
|
+
{ },
|
|
9502
|
+
{ },
|
|
9503
|
+
{ },
|
|
9504
|
+
{ },
|
|
9505
|
+
null,
|
|
9506
|
+
['PureCloud OAuth'],
|
|
9507
|
+
['application/json'],
|
|
9508
|
+
['application/json']
|
|
9509
|
+
);
|
|
9510
|
+
}
|
|
9511
|
+
|
|
9512
|
+
/**
|
|
9513
|
+
* Patch Chat Settings.
|
|
9514
|
+
* This route is deprecated, please use /chats/settings instead
|
|
9500
9515
|
* @param {Object} body Chat
|
|
9501
9516
|
*/
|
|
9502
9517
|
patchChatSettings(body) {
|
|
@@ -9520,10 +9535,35 @@ class ChatApi {
|
|
|
9520
9535
|
}
|
|
9521
9536
|
|
|
9522
9537
|
/**
|
|
9523
|
-
*
|
|
9538
|
+
* Patch Chat Settings.
|
|
9524
9539
|
*
|
|
9525
9540
|
* @param {Object} body Chat
|
|
9526
9541
|
*/
|
|
9542
|
+
patchChatsSettings(body) {
|
|
9543
|
+
// verify the required parameter 'body' is set
|
|
9544
|
+
if (body === undefined || body === null) {
|
|
9545
|
+
throw 'Missing the required parameter "body" when calling patchChatsSettings';
|
|
9546
|
+
}
|
|
9547
|
+
|
|
9548
|
+
return this.apiClient.callApi(
|
|
9549
|
+
'/api/v2/chats/settings',
|
|
9550
|
+
'PATCH',
|
|
9551
|
+
{ },
|
|
9552
|
+
{ },
|
|
9553
|
+
{ },
|
|
9554
|
+
{ },
|
|
9555
|
+
body,
|
|
9556
|
+
['PureCloud OAuth'],
|
|
9557
|
+
['application/json'],
|
|
9558
|
+
['application/json']
|
|
9559
|
+
);
|
|
9560
|
+
}
|
|
9561
|
+
|
|
9562
|
+
/**
|
|
9563
|
+
* Update Chat Settings.
|
|
9564
|
+
* This route is deprecated, please use /chats/settings instead
|
|
9565
|
+
* @param {Object} body Chat
|
|
9566
|
+
*/
|
|
9527
9567
|
putChatSettings(body) {
|
|
9528
9568
|
// verify the required parameter 'body' is set
|
|
9529
9569
|
if (body === undefined || body === null) {
|
|
@@ -9544,13 +9584,38 @@ class ChatApi {
|
|
|
9544
9584
|
);
|
|
9545
9585
|
}
|
|
9546
9586
|
|
|
9587
|
+
/**
|
|
9588
|
+
* Update Chat Settings.
|
|
9589
|
+
*
|
|
9590
|
+
* @param {Object} body Chat
|
|
9591
|
+
*/
|
|
9592
|
+
putChatsSettings(body) {
|
|
9593
|
+
// verify the required parameter 'body' is set
|
|
9594
|
+
if (body === undefined || body === null) {
|
|
9595
|
+
throw 'Missing the required parameter "body" when calling putChatsSettings';
|
|
9596
|
+
}
|
|
9597
|
+
|
|
9598
|
+
return this.apiClient.callApi(
|
|
9599
|
+
'/api/v2/chats/settings',
|
|
9600
|
+
'PUT',
|
|
9601
|
+
{ },
|
|
9602
|
+
{ },
|
|
9603
|
+
{ },
|
|
9604
|
+
{ },
|
|
9605
|
+
body,
|
|
9606
|
+
['PureCloud OAuth'],
|
|
9607
|
+
['application/json'],
|
|
9608
|
+
['application/json']
|
|
9609
|
+
);
|
|
9610
|
+
}
|
|
9611
|
+
|
|
9547
9612
|
}
|
|
9548
9613
|
|
|
9549
9614
|
class CoachingApi {
|
|
9550
9615
|
/**
|
|
9551
9616
|
* Coaching service.
|
|
9552
9617
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
9553
|
-
* @version
|
|
9618
|
+
* @version 163.0.0
|
|
9554
9619
|
*/
|
|
9555
9620
|
|
|
9556
9621
|
/**
|
|
@@ -10127,7 +10192,7 @@ class ContentManagementApi {
|
|
|
10127
10192
|
/**
|
|
10128
10193
|
* ContentManagement service.
|
|
10129
10194
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
10130
|
-
* @version
|
|
10195
|
+
* @version 163.0.0
|
|
10131
10196
|
*/
|
|
10132
10197
|
|
|
10133
10198
|
/**
|
|
@@ -11267,7 +11332,7 @@ class ConversationsApi {
|
|
|
11267
11332
|
/**
|
|
11268
11333
|
* Conversations service.
|
|
11269
11334
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
11270
|
-
* @version
|
|
11335
|
+
* @version 163.0.0
|
|
11271
11336
|
*/
|
|
11272
11337
|
|
|
11273
11338
|
/**
|
|
@@ -17287,7 +17352,7 @@ class DataExtensionsApi {
|
|
|
17287
17352
|
/**
|
|
17288
17353
|
* DataExtensions service.
|
|
17289
17354
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
17290
|
-
* @version
|
|
17355
|
+
* @version 163.0.0
|
|
17291
17356
|
*/
|
|
17292
17357
|
|
|
17293
17358
|
/**
|
|
@@ -17373,7 +17438,7 @@ class DownloadsApi {
|
|
|
17373
17438
|
/**
|
|
17374
17439
|
* Downloads service.
|
|
17375
17440
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
17376
|
-
* @version
|
|
17441
|
+
* @version 163.0.0
|
|
17377
17442
|
*/
|
|
17378
17443
|
|
|
17379
17444
|
/**
|
|
@@ -17425,7 +17490,7 @@ class EventsApi {
|
|
|
17425
17490
|
/**
|
|
17426
17491
|
* Events service.
|
|
17427
17492
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
17428
|
-
* @version
|
|
17493
|
+
* @version 163.0.0
|
|
17429
17494
|
*/
|
|
17430
17495
|
|
|
17431
17496
|
/**
|
|
@@ -17521,7 +17586,7 @@ class ExternalContactsApi {
|
|
|
17521
17586
|
/**
|
|
17522
17587
|
* ExternalContacts service.
|
|
17523
17588
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
17524
|
-
* @version
|
|
17589
|
+
* @version 163.0.0
|
|
17525
17590
|
*/
|
|
17526
17591
|
|
|
17527
17592
|
/**
|
|
@@ -19479,7 +19544,7 @@ class FaxApi {
|
|
|
19479
19544
|
/**
|
|
19480
19545
|
* Fax service.
|
|
19481
19546
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
19482
|
-
* @version
|
|
19547
|
+
* @version 163.0.0
|
|
19483
19548
|
*/
|
|
19484
19549
|
|
|
19485
19550
|
/**
|
|
@@ -19650,7 +19715,7 @@ class FlowsApi {
|
|
|
19650
19715
|
/**
|
|
19651
19716
|
* Flows service.
|
|
19652
19717
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
19653
|
-
* @version
|
|
19718
|
+
* @version 163.0.0
|
|
19654
19719
|
*/
|
|
19655
19720
|
|
|
19656
19721
|
/**
|
|
@@ -19721,7 +19786,7 @@ class GamificationApi {
|
|
|
19721
19786
|
/**
|
|
19722
19787
|
* Gamification service.
|
|
19723
19788
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
19724
|
-
* @version
|
|
19789
|
+
* @version 163.0.0
|
|
19725
19790
|
*/
|
|
19726
19791
|
|
|
19727
19792
|
/**
|
|
@@ -21338,7 +21403,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
21338
21403
|
/**
|
|
21339
21404
|
* GeneralDataProtectionRegulation service.
|
|
21340
21405
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
21341
|
-
* @version
|
|
21406
|
+
* @version 163.0.0
|
|
21342
21407
|
*/
|
|
21343
21408
|
|
|
21344
21409
|
/**
|
|
@@ -21468,7 +21533,7 @@ class GeolocationApi {
|
|
|
21468
21533
|
/**
|
|
21469
21534
|
* Geolocation service.
|
|
21470
21535
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
21471
|
-
* @version
|
|
21536
|
+
* @version 163.0.0
|
|
21472
21537
|
*/
|
|
21473
21538
|
|
|
21474
21539
|
/**
|
|
@@ -21599,7 +21664,7 @@ class GreetingsApi {
|
|
|
21599
21664
|
/**
|
|
21600
21665
|
* Greetings service.
|
|
21601
21666
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
21602
|
-
* @version
|
|
21667
|
+
* @version 163.0.0
|
|
21603
21668
|
*/
|
|
21604
21669
|
|
|
21605
21670
|
/**
|
|
@@ -22054,7 +22119,7 @@ class GroupsApi {
|
|
|
22054
22119
|
/**
|
|
22055
22120
|
* Groups service.
|
|
22056
22121
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
22057
|
-
* @version
|
|
22122
|
+
* @version 163.0.0
|
|
22058
22123
|
*/
|
|
22059
22124
|
|
|
22060
22125
|
/**
|
|
@@ -22460,7 +22525,7 @@ class IdentityProviderApi {
|
|
|
22460
22525
|
/**
|
|
22461
22526
|
* IdentityProvider service.
|
|
22462
22527
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
22463
|
-
* @version
|
|
22528
|
+
* @version 163.0.0
|
|
22464
22529
|
*/
|
|
22465
22530
|
|
|
22466
22531
|
/**
|
|
@@ -23216,7 +23281,7 @@ class InfrastructureAsCodeApi {
|
|
|
23216
23281
|
/**
|
|
23217
23282
|
* InfrastructureAsCode service.
|
|
23218
23283
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
23219
|
-
* @version
|
|
23284
|
+
* @version 163.0.0
|
|
23220
23285
|
*/
|
|
23221
23286
|
|
|
23222
23287
|
/**
|
|
@@ -23318,7 +23383,7 @@ class IntegrationsApi {
|
|
|
23318
23383
|
/**
|
|
23319
23384
|
* Integrations service.
|
|
23320
23385
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
23321
|
-
* @version
|
|
23386
|
+
* @version 163.0.0
|
|
23322
23387
|
*/
|
|
23323
23388
|
|
|
23324
23389
|
/**
|
|
@@ -24918,7 +24983,7 @@ class JourneyApi {
|
|
|
24918
24983
|
/**
|
|
24919
24984
|
* Journey service.
|
|
24920
24985
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
24921
|
-
* @version
|
|
24986
|
+
* @version 163.0.0
|
|
24922
24987
|
*/
|
|
24923
24988
|
|
|
24924
24989
|
/**
|
|
@@ -25798,7 +25863,7 @@ class KnowledgeApi {
|
|
|
25798
25863
|
/**
|
|
25799
25864
|
* Knowledge service.
|
|
25800
25865
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
25801
|
-
* @version
|
|
25866
|
+
* @version 163.0.0
|
|
25802
25867
|
*/
|
|
25803
25868
|
|
|
25804
25869
|
/**
|
|
@@ -28230,7 +28295,7 @@ class LanguageUnderstandingApi {
|
|
|
28230
28295
|
/**
|
|
28231
28296
|
* LanguageUnderstanding service.
|
|
28232
28297
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
28233
|
-
* @version
|
|
28298
|
+
* @version 163.0.0
|
|
28234
28299
|
*/
|
|
28235
28300
|
|
|
28236
28301
|
/**
|
|
@@ -29243,7 +29308,7 @@ class LanguagesApi {
|
|
|
29243
29308
|
/**
|
|
29244
29309
|
* Languages service.
|
|
29245
29310
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
29246
|
-
* @version
|
|
29311
|
+
* @version 163.0.0
|
|
29247
29312
|
*/
|
|
29248
29313
|
|
|
29249
29314
|
/**
|
|
@@ -29461,7 +29526,7 @@ class LearningApi {
|
|
|
29461
29526
|
/**
|
|
29462
29527
|
* Learning service.
|
|
29463
29528
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
29464
|
-
* @version
|
|
29529
|
+
* @version 163.0.0
|
|
29465
29530
|
*/
|
|
29466
29531
|
|
|
29467
29532
|
/**
|
|
@@ -30276,7 +30341,7 @@ class LicenseApi {
|
|
|
30276
30341
|
/**
|
|
30277
30342
|
* License service.
|
|
30278
30343
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
30279
|
-
* @version
|
|
30344
|
+
* @version 163.0.0
|
|
30280
30345
|
*/
|
|
30281
30346
|
|
|
30282
30347
|
/**
|
|
@@ -30514,7 +30579,7 @@ class LocationsApi {
|
|
|
30514
30579
|
/**
|
|
30515
30580
|
* Locations service.
|
|
30516
30581
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
30517
|
-
* @version
|
|
30582
|
+
* @version 163.0.0
|
|
30518
30583
|
*/
|
|
30519
30584
|
|
|
30520
30585
|
/**
|
|
@@ -30750,7 +30815,7 @@ class MessagingApi {
|
|
|
30750
30815
|
/**
|
|
30751
30816
|
* Messaging service.
|
|
30752
30817
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
30753
|
-
* @version
|
|
30818
|
+
* @version 163.0.0
|
|
30754
30819
|
*/
|
|
30755
30820
|
|
|
30756
30821
|
/**
|
|
@@ -30901,7 +30966,7 @@ class MobileDevicesApi {
|
|
|
30901
30966
|
/**
|
|
30902
30967
|
* MobileDevices service.
|
|
30903
30968
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
30904
|
-
* @version
|
|
30969
|
+
* @version 163.0.0
|
|
30905
30970
|
*/
|
|
30906
30971
|
|
|
30907
30972
|
/**
|
|
@@ -31052,7 +31117,7 @@ class NotificationsApi {
|
|
|
31052
31117
|
/**
|
|
31053
31118
|
* Notifications service.
|
|
31054
31119
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
31055
|
-
* @version
|
|
31120
|
+
* @version 163.0.0
|
|
31056
31121
|
*/
|
|
31057
31122
|
|
|
31058
31123
|
/**
|
|
@@ -31285,7 +31350,7 @@ class OAuthApi {
|
|
|
31285
31350
|
/**
|
|
31286
31351
|
* OAuth service.
|
|
31287
31352
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
31288
|
-
* @version
|
|
31353
|
+
* @version 163.0.0
|
|
31289
31354
|
*/
|
|
31290
31355
|
|
|
31291
31356
|
/**
|
|
@@ -31651,7 +31716,7 @@ class ObjectsApi {
|
|
|
31651
31716
|
/**
|
|
31652
31717
|
* Objects service.
|
|
31653
31718
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
31654
|
-
* @version
|
|
31719
|
+
* @version 163.0.0
|
|
31655
31720
|
*/
|
|
31656
31721
|
|
|
31657
31722
|
/**
|
|
@@ -31922,7 +31987,7 @@ class OrganizationApi {
|
|
|
31922
31987
|
/**
|
|
31923
31988
|
* Organization service.
|
|
31924
31989
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
31925
|
-
* @version
|
|
31990
|
+
* @version 163.0.0
|
|
31926
31991
|
*/
|
|
31927
31992
|
|
|
31928
31993
|
/**
|
|
@@ -32325,7 +32390,7 @@ class OrganizationAuthorizationApi {
|
|
|
32325
32390
|
/**
|
|
32326
32391
|
* OrganizationAuthorization service.
|
|
32327
32392
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
32328
|
-
* @version
|
|
32393
|
+
* @version 163.0.0
|
|
32329
32394
|
*/
|
|
32330
32395
|
|
|
32331
32396
|
/**
|
|
@@ -33620,7 +33685,7 @@ class OutboundApi {
|
|
|
33620
33685
|
/**
|
|
33621
33686
|
* Outbound service.
|
|
33622
33687
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
33623
|
-
* @version
|
|
33688
|
+
* @version 163.0.0
|
|
33624
33689
|
*/
|
|
33625
33690
|
|
|
33626
33691
|
/**
|
|
@@ -37216,7 +37281,7 @@ class PresenceApi {
|
|
|
37216
37281
|
/**
|
|
37217
37282
|
* Presence service.
|
|
37218
37283
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
37219
|
-
* @version
|
|
37284
|
+
* @version 163.0.0
|
|
37220
37285
|
*/
|
|
37221
37286
|
|
|
37222
37287
|
/**
|
|
@@ -37767,7 +37832,7 @@ class ProcessAutomationApi {
|
|
|
37767
37832
|
/**
|
|
37768
37833
|
* ProcessAutomation service.
|
|
37769
37834
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
37770
|
-
* @version
|
|
37835
|
+
* @version 163.0.0
|
|
37771
37836
|
*/
|
|
37772
37837
|
|
|
37773
37838
|
/**
|
|
@@ -38006,7 +38071,7 @@ class QualityApi {
|
|
|
38006
38071
|
/**
|
|
38007
38072
|
* Quality service.
|
|
38008
38073
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
38009
|
-
* @version
|
|
38074
|
+
* @version 163.0.0
|
|
38010
38075
|
*/
|
|
38011
38076
|
|
|
38012
38077
|
/**
|
|
@@ -39585,7 +39650,7 @@ class RecordingApi {
|
|
|
39585
39650
|
/**
|
|
39586
39651
|
* Recording service.
|
|
39587
39652
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
39588
|
-
* @version
|
|
39653
|
+
* @version 163.0.0
|
|
39589
39654
|
*/
|
|
39590
39655
|
|
|
39591
39656
|
/**
|
|
@@ -41222,7 +41287,7 @@ class ResponseManagementApi {
|
|
|
41222
41287
|
/**
|
|
41223
41288
|
* ResponseManagement service.
|
|
41224
41289
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
41225
|
-
* @version
|
|
41290
|
+
* @version 163.0.0
|
|
41226
41291
|
*/
|
|
41227
41292
|
|
|
41228
41293
|
/**
|
|
@@ -41706,7 +41771,7 @@ class RoutingApi {
|
|
|
41706
41771
|
/**
|
|
41707
41772
|
* Routing service.
|
|
41708
41773
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
41709
|
-
* @version
|
|
41774
|
+
* @version 163.0.0
|
|
41710
41775
|
*/
|
|
41711
41776
|
|
|
41712
41777
|
/**
|
|
@@ -42460,6 +42525,7 @@ class RoutingApi {
|
|
|
42460
42525
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
42461
42526
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
42462
42527
|
* @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
|
|
42528
|
+
* @param {String} opts.filter Optional search filter
|
|
42463
42529
|
*/
|
|
42464
42530
|
getRoutingEmailDomains(opts) {
|
|
42465
42531
|
opts = opts || {};
|
|
@@ -42469,7 +42535,7 @@ class RoutingApi {
|
|
|
42469
42535
|
'/api/v2/routing/email/domains',
|
|
42470
42536
|
'GET',
|
|
42471
42537
|
{ },
|
|
42472
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'] },
|
|
42538
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'] },
|
|
42473
42539
|
{ },
|
|
42474
42540
|
{ },
|
|
42475
42541
|
null,
|
|
@@ -42557,14 +42623,18 @@ class RoutingApi {
|
|
|
42557
42623
|
/**
|
|
42558
42624
|
* Get outbound domains
|
|
42559
42625
|
*
|
|
42626
|
+
* @param {Object} opts Optional parameters
|
|
42627
|
+
* @param {String} opts.filter Optional search filter
|
|
42560
42628
|
*/
|
|
42561
|
-
getRoutingEmailOutboundDomains() {
|
|
42629
|
+
getRoutingEmailOutboundDomains(opts) {
|
|
42630
|
+
opts = opts || {};
|
|
42631
|
+
|
|
42562
42632
|
|
|
42563
42633
|
return this.apiClient.callApi(
|
|
42564
42634
|
'/api/v2/routing/email/outbound/domains',
|
|
42565
42635
|
'GET',
|
|
42566
42636
|
{ },
|
|
42567
|
-
{
|
|
42637
|
+
{ 'filter': opts['filter'] },
|
|
42568
42638
|
{ },
|
|
42569
42639
|
{ },
|
|
42570
42640
|
null,
|
|
@@ -45207,7 +45277,7 @@ class SCIMApi {
|
|
|
45207
45277
|
/**
|
|
45208
45278
|
* SCIM service.
|
|
45209
45279
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
45210
|
-
* @version
|
|
45280
|
+
* @version 163.0.0
|
|
45211
45281
|
*/
|
|
45212
45282
|
|
|
45213
45283
|
/**
|
|
@@ -46084,7 +46154,7 @@ class ScriptsApi {
|
|
|
46084
46154
|
/**
|
|
46085
46155
|
* Scripts service.
|
|
46086
46156
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
46087
|
-
* @version
|
|
46157
|
+
* @version 163.0.0
|
|
46088
46158
|
*/
|
|
46089
46159
|
|
|
46090
46160
|
/**
|
|
@@ -46503,7 +46573,7 @@ class SearchApi {
|
|
|
46503
46573
|
/**
|
|
46504
46574
|
* Search service.
|
|
46505
46575
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
46506
|
-
* @version
|
|
46576
|
+
* @version 163.0.0
|
|
46507
46577
|
*/
|
|
46508
46578
|
|
|
46509
46579
|
/**
|
|
@@ -47113,7 +47183,7 @@ class SpeechTextAnalyticsApi {
|
|
|
47113
47183
|
/**
|
|
47114
47184
|
* SpeechTextAnalytics service.
|
|
47115
47185
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
47116
|
-
* @version
|
|
47186
|
+
* @version 163.0.0
|
|
47117
47187
|
*/
|
|
47118
47188
|
|
|
47119
47189
|
/**
|
|
@@ -48042,7 +48112,7 @@ class StationsApi {
|
|
|
48042
48112
|
/**
|
|
48043
48113
|
* Stations service.
|
|
48044
48114
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
48045
|
-
* @version
|
|
48115
|
+
* @version 163.0.0
|
|
48046
48116
|
*/
|
|
48047
48117
|
|
|
48048
48118
|
/**
|
|
@@ -48189,7 +48259,7 @@ class SuggestApi {
|
|
|
48189
48259
|
/**
|
|
48190
48260
|
* Suggest service.
|
|
48191
48261
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
48192
|
-
* @version
|
|
48262
|
+
* @version 163.0.0
|
|
48193
48263
|
*/
|
|
48194
48264
|
|
|
48195
48265
|
/**
|
|
@@ -48328,7 +48398,7 @@ class TeamsApi {
|
|
|
48328
48398
|
/**
|
|
48329
48399
|
* Teams service.
|
|
48330
48400
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
48331
|
-
* @version
|
|
48401
|
+
* @version 163.0.0
|
|
48332
48402
|
*/
|
|
48333
48403
|
|
|
48334
48404
|
/**
|
|
@@ -48599,7 +48669,7 @@ class TelephonyApi {
|
|
|
48599
48669
|
/**
|
|
48600
48670
|
* Telephony service.
|
|
48601
48671
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
48602
|
-
* @version
|
|
48672
|
+
* @version 163.0.0
|
|
48603
48673
|
*/
|
|
48604
48674
|
|
|
48605
48675
|
/**
|
|
@@ -48727,7 +48797,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
48727
48797
|
/**
|
|
48728
48798
|
* TelephonyProvidersEdge service.
|
|
48729
48799
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
48730
|
-
* @version
|
|
48800
|
+
* @version 163.0.0
|
|
48731
48801
|
*/
|
|
48732
48802
|
|
|
48733
48803
|
/**
|
|
@@ -52336,7 +52406,7 @@ class TextbotsApi {
|
|
|
52336
52406
|
/**
|
|
52337
52407
|
* Textbots service.
|
|
52338
52408
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
52339
|
-
* @version
|
|
52409
|
+
* @version 163.0.0
|
|
52340
52410
|
*/
|
|
52341
52411
|
|
|
52342
52412
|
/**
|
|
@@ -52464,7 +52534,7 @@ class TokensApi {
|
|
|
52464
52534
|
/**
|
|
52465
52535
|
* Tokens service.
|
|
52466
52536
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
52467
|
-
* @version
|
|
52537
|
+
* @version 163.0.0
|
|
52468
52538
|
*/
|
|
52469
52539
|
|
|
52470
52540
|
/**
|
|
@@ -52570,7 +52640,7 @@ class UploadsApi {
|
|
|
52570
52640
|
/**
|
|
52571
52641
|
* Uploads service.
|
|
52572
52642
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
52573
|
-
* @version
|
|
52643
|
+
* @version 163.0.0
|
|
52574
52644
|
*/
|
|
52575
52645
|
|
|
52576
52646
|
/**
|
|
@@ -52746,7 +52816,7 @@ class UsageApi {
|
|
|
52746
52816
|
/**
|
|
52747
52817
|
* Usage service.
|
|
52748
52818
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
52749
|
-
* @version
|
|
52819
|
+
* @version 163.0.0
|
|
52750
52820
|
*/
|
|
52751
52821
|
|
|
52752
52822
|
/**
|
|
@@ -52817,7 +52887,7 @@ class UserRecordingsApi {
|
|
|
52817
52887
|
/**
|
|
52818
52888
|
* UserRecordings service.
|
|
52819
52889
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
52820
|
-
* @version
|
|
52890
|
+
* @version 163.0.0
|
|
52821
52891
|
*/
|
|
52822
52892
|
|
|
52823
52893
|
/**
|
|
@@ -53002,7 +53072,7 @@ class UsersApi {
|
|
|
53002
53072
|
/**
|
|
53003
53073
|
* Users service.
|
|
53004
53074
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
53005
|
-
* @version
|
|
53075
|
+
* @version 163.0.0
|
|
53006
53076
|
*/
|
|
53007
53077
|
|
|
53008
53078
|
/**
|
|
@@ -55390,7 +55460,7 @@ class UtilitiesApi {
|
|
|
55390
55460
|
/**
|
|
55391
55461
|
* Utilities service.
|
|
55392
55462
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
55393
|
-
* @version
|
|
55463
|
+
* @version 163.0.0
|
|
55394
55464
|
*/
|
|
55395
55465
|
|
|
55396
55466
|
/**
|
|
@@ -55501,7 +55571,7 @@ class VoicemailApi {
|
|
|
55501
55571
|
/**
|
|
55502
55572
|
* Voicemail service.
|
|
55503
55573
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
55504
|
-
* @version
|
|
55574
|
+
* @version 163.0.0
|
|
55505
55575
|
*/
|
|
55506
55576
|
|
|
55507
55577
|
/**
|
|
@@ -56168,7 +56238,7 @@ class WebChatApi {
|
|
|
56168
56238
|
/**
|
|
56169
56239
|
* WebChat service.
|
|
56170
56240
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
56171
|
-
* @version
|
|
56241
|
+
* @version 163.0.0
|
|
56172
56242
|
*/
|
|
56173
56243
|
|
|
56174
56244
|
/**
|
|
@@ -56712,7 +56782,7 @@ class WebDeploymentsApi {
|
|
|
56712
56782
|
/**
|
|
56713
56783
|
* WebDeployments service.
|
|
56714
56784
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
56715
|
-
* @version
|
|
56785
|
+
* @version 163.0.0
|
|
56716
56786
|
*/
|
|
56717
56787
|
|
|
56718
56788
|
/**
|
|
@@ -57234,7 +57304,7 @@ class WebMessagingApi {
|
|
|
57234
57304
|
/**
|
|
57235
57305
|
* WebMessaging service.
|
|
57236
57306
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
57237
|
-
* @version
|
|
57307
|
+
* @version 163.0.0
|
|
57238
57308
|
*/
|
|
57239
57309
|
|
|
57240
57310
|
/**
|
|
@@ -57280,7 +57350,7 @@ class WidgetsApi {
|
|
|
57280
57350
|
/**
|
|
57281
57351
|
* Widgets service.
|
|
57282
57352
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
57283
|
-
* @version
|
|
57353
|
+
* @version 163.0.0
|
|
57284
57354
|
*/
|
|
57285
57355
|
|
|
57286
57356
|
/**
|
|
@@ -57426,7 +57496,7 @@ class WorkforceManagementApi {
|
|
|
57426
57496
|
/**
|
|
57427
57497
|
* WorkforceManagement service.
|
|
57428
57498
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
57429
|
-
* @version
|
|
57499
|
+
* @version 163.0.0
|
|
57430
57500
|
*/
|
|
57431
57501
|
|
|
57432
57502
|
/**
|
|
@@ -62170,7 +62240,7 @@ class WorkforceManagementApi {
|
|
|
62170
62240
|
* </pre>
|
|
62171
62241
|
* </p>
|
|
62172
62242
|
* @module purecloud-platform-client-v2/index
|
|
62173
|
-
* @version
|
|
62243
|
+
* @version 163.0.0
|
|
62174
62244
|
*/
|
|
62175
62245
|
class platformClient {
|
|
62176
62246
|
constructor() {
|