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
|
@@ -400,11 +400,9 @@ class Configuration {
|
|
|
400
400
|
}
|
|
401
401
|
}
|
|
402
402
|
|
|
403
|
-
const { HttpsProxyAgent } = require('hpagent');
|
|
404
|
-
|
|
405
403
|
/**
|
|
406
404
|
* @module purecloud-platform-client-v2/ApiClient
|
|
407
|
-
* @version
|
|
405
|
+
* @version 163.0.0
|
|
408
406
|
*/
|
|
409
407
|
class ApiClient {
|
|
410
408
|
/**
|
|
@@ -676,18 +674,12 @@ class ApiClient {
|
|
|
676
674
|
const headers = {
|
|
677
675
|
'Authorization': `Basic ${authHeader}`
|
|
678
676
|
};
|
|
679
|
-
let httpsAgent;
|
|
680
|
-
if (this.proxy !== undefined){
|
|
681
|
-
httpsAgent = new HttpsProxyAgent({
|
|
682
|
-
proxy : `${this.proxy.protocol}://${this.proxy.host}:${this.proxy.port}`
|
|
683
|
-
});
|
|
684
|
-
}
|
|
685
677
|
axios__default["default"]({
|
|
686
678
|
method: `POST`,
|
|
687
679
|
url: `https://login.${this.config.environment}/oauth/token`,
|
|
688
680
|
headers: headers,
|
|
689
681
|
data: 'grant_type=client_credentials',
|
|
690
|
-
httpsAgent:
|
|
682
|
+
httpsAgent: this.proxyAgent
|
|
691
683
|
})
|
|
692
684
|
.then((response) => {
|
|
693
685
|
// Logging
|
|
@@ -1364,6 +1356,14 @@ class ApiClient {
|
|
|
1364
1356
|
});
|
|
1365
1357
|
}
|
|
1366
1358
|
|
|
1359
|
+
/**
|
|
1360
|
+
* @description Sets the proxy agent axios will use for requests
|
|
1361
|
+
* @param {any} agent - The proxy agent
|
|
1362
|
+
*/
|
|
1363
|
+
setProxyAgent(agent) {
|
|
1364
|
+
this.proxyAgent = agent;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
1367
|
/**
|
|
1368
1368
|
* Invokes the REST service using the supplied settings and parameters.
|
|
1369
1369
|
* @param {String} path The base URL to invoke.
|
|
@@ -1384,16 +1384,10 @@ class ApiClient {
|
|
|
1384
1384
|
sendRequest(this);
|
|
1385
1385
|
function sendRequest(that) {
|
|
1386
1386
|
var url = that.buildUrl(path, pathParams);
|
|
1387
|
-
let httpsAgent;
|
|
1388
|
-
if (that.proxy !== undefined){
|
|
1389
|
-
httpsAgent = new HttpsProxyAgent({
|
|
1390
|
-
proxy : `${that.proxy.protocol}://${that.proxy.host}:${that.proxy.port}`
|
|
1391
|
-
});
|
|
1392
|
-
}
|
|
1393
1387
|
var request = {
|
|
1394
1388
|
method: httpMethod,
|
|
1395
|
-
url: url,
|
|
1396
|
-
|
|
1389
|
+
url: url,
|
|
1390
|
+
httpsAgent: that.proxyAgent,
|
|
1397
1391
|
timeout: that.timeout,
|
|
1398
1392
|
params: that.serialize(queryParams)
|
|
1399
1393
|
};
|
|
@@ -1494,7 +1488,7 @@ class AlertingApi {
|
|
|
1494
1488
|
/**
|
|
1495
1489
|
* Alerting service.
|
|
1496
1490
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1497
|
-
* @version
|
|
1491
|
+
* @version 163.0.0
|
|
1498
1492
|
*/
|
|
1499
1493
|
|
|
1500
1494
|
/**
|
|
@@ -1808,7 +1802,7 @@ class AnalyticsApi {
|
|
|
1808
1802
|
/**
|
|
1809
1803
|
* Analytics service.
|
|
1810
1804
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1811
|
-
* @version
|
|
1805
|
+
* @version 163.0.0
|
|
1812
1806
|
*/
|
|
1813
1807
|
|
|
1814
1808
|
/**
|
|
@@ -1900,7 +1894,7 @@ class AnalyticsApi {
|
|
|
1900
1894
|
|
|
1901
1895
|
/**
|
|
1902
1896
|
* Get Reporting Turns.
|
|
1903
|
-
*
|
|
1897
|
+
* 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.
|
|
1904
1898
|
* @param {String} botFlowId ID of the bot flow.
|
|
1905
1899
|
* @param {Object} opts Optional parameters
|
|
1906
1900
|
* @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
|
|
@@ -3062,7 +3056,7 @@ class ArchitectApi {
|
|
|
3062
3056
|
/**
|
|
3063
3057
|
* Architect service.
|
|
3064
3058
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
3065
|
-
* @version
|
|
3059
|
+
* @version 163.0.0
|
|
3066
3060
|
*/
|
|
3067
3061
|
|
|
3068
3062
|
/**
|
|
@@ -6110,7 +6104,7 @@ class AuditApi {
|
|
|
6110
6104
|
/**
|
|
6111
6105
|
* Audit service.
|
|
6112
6106
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
6113
|
-
* @version
|
|
6107
|
+
* @version 163.0.0
|
|
6114
6108
|
*/
|
|
6115
6109
|
|
|
6116
6110
|
/**
|
|
@@ -6281,7 +6275,7 @@ class AuthorizationApi {
|
|
|
6281
6275
|
/**
|
|
6282
6276
|
* Authorization service.
|
|
6283
6277
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6284
|
-
* @version
|
|
6278
|
+
* @version 163.0.0
|
|
6285
6279
|
*/
|
|
6286
6280
|
|
|
6287
6281
|
/**
|
|
@@ -6662,6 +6656,7 @@ class AuthorizationApi {
|
|
|
6662
6656
|
* Get the organization role specified by its ID.
|
|
6663
6657
|
* @param {String} roleId Role ID
|
|
6664
6658
|
* @param {Object} opts Optional parameters
|
|
6659
|
+
* @param {Object} opts.userCount Fetch the count of users who have this role granted in at least one division (default to true)
|
|
6665
6660
|
* @param {Array.<String>} opts.expand Which fields, if any, to expand. unusedPermissions returns the permissions not used for the role
|
|
6666
6661
|
*/
|
|
6667
6662
|
getAuthorizationRole(roleId, opts) {
|
|
@@ -6676,7 +6671,7 @@ class AuthorizationApi {
|
|
|
6676
6671
|
'/api/v2/authorization/roles/{roleId}',
|
|
6677
6672
|
'GET',
|
|
6678
6673
|
{ 'roleId': roleId },
|
|
6679
|
-
{ 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
6674
|
+
{ 'userCount': opts['userCount'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
|
|
6680
6675
|
{ },
|
|
6681
6676
|
{ },
|
|
6682
6677
|
null,
|
|
@@ -7509,7 +7504,7 @@ class BillingApi {
|
|
|
7509
7504
|
/**
|
|
7510
7505
|
* Billing service.
|
|
7511
7506
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7512
|
-
* @version
|
|
7507
|
+
* @version 163.0.0
|
|
7513
7508
|
*/
|
|
7514
7509
|
|
|
7515
7510
|
/**
|
|
@@ -7589,7 +7584,7 @@ class ChatApi {
|
|
|
7589
7584
|
/**
|
|
7590
7585
|
* Chat service.
|
|
7591
7586
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7592
|
-
* @version
|
|
7587
|
+
* @version 163.0.0
|
|
7593
7588
|
*/
|
|
7594
7589
|
|
|
7595
7590
|
/**
|
|
@@ -7606,7 +7601,7 @@ class ChatApi {
|
|
|
7606
7601
|
|
|
7607
7602
|
/**
|
|
7608
7603
|
* Get Chat Settings.
|
|
7609
|
-
*
|
|
7604
|
+
* This route is deprecated, please use /chats/settings instead
|
|
7610
7605
|
*/
|
|
7611
7606
|
getChatSettings() {
|
|
7612
7607
|
|
|
@@ -7625,8 +7620,28 @@ class ChatApi {
|
|
|
7625
7620
|
}
|
|
7626
7621
|
|
|
7627
7622
|
/**
|
|
7628
|
-
*
|
|
7623
|
+
* Get Chat Settings.
|
|
7629
7624
|
*
|
|
7625
|
+
*/
|
|
7626
|
+
getChatsSettings() {
|
|
7627
|
+
|
|
7628
|
+
return this.apiClient.callApi(
|
|
7629
|
+
'/api/v2/chats/settings',
|
|
7630
|
+
'GET',
|
|
7631
|
+
{ },
|
|
7632
|
+
{ },
|
|
7633
|
+
{ },
|
|
7634
|
+
{ },
|
|
7635
|
+
null,
|
|
7636
|
+
['PureCloud OAuth'],
|
|
7637
|
+
['application/json'],
|
|
7638
|
+
['application/json']
|
|
7639
|
+
);
|
|
7640
|
+
}
|
|
7641
|
+
|
|
7642
|
+
/**
|
|
7643
|
+
* Patch Chat Settings.
|
|
7644
|
+
* This route is deprecated, please use /chats/settings instead
|
|
7630
7645
|
* @param {Object} body Chat
|
|
7631
7646
|
*/
|
|
7632
7647
|
patchChatSettings(body) {
|
|
@@ -7650,10 +7665,35 @@ class ChatApi {
|
|
|
7650
7665
|
}
|
|
7651
7666
|
|
|
7652
7667
|
/**
|
|
7653
|
-
*
|
|
7668
|
+
* Patch Chat Settings.
|
|
7654
7669
|
*
|
|
7655
7670
|
* @param {Object} body Chat
|
|
7656
7671
|
*/
|
|
7672
|
+
patchChatsSettings(body) {
|
|
7673
|
+
// verify the required parameter 'body' is set
|
|
7674
|
+
if (body === undefined || body === null) {
|
|
7675
|
+
throw 'Missing the required parameter "body" when calling patchChatsSettings';
|
|
7676
|
+
}
|
|
7677
|
+
|
|
7678
|
+
return this.apiClient.callApi(
|
|
7679
|
+
'/api/v2/chats/settings',
|
|
7680
|
+
'PATCH',
|
|
7681
|
+
{ },
|
|
7682
|
+
{ },
|
|
7683
|
+
{ },
|
|
7684
|
+
{ },
|
|
7685
|
+
body,
|
|
7686
|
+
['PureCloud OAuth'],
|
|
7687
|
+
['application/json'],
|
|
7688
|
+
['application/json']
|
|
7689
|
+
);
|
|
7690
|
+
}
|
|
7691
|
+
|
|
7692
|
+
/**
|
|
7693
|
+
* Update Chat Settings.
|
|
7694
|
+
* This route is deprecated, please use /chats/settings instead
|
|
7695
|
+
* @param {Object} body Chat
|
|
7696
|
+
*/
|
|
7657
7697
|
putChatSettings(body) {
|
|
7658
7698
|
// verify the required parameter 'body' is set
|
|
7659
7699
|
if (body === undefined || body === null) {
|
|
@@ -7674,13 +7714,38 @@ class ChatApi {
|
|
|
7674
7714
|
);
|
|
7675
7715
|
}
|
|
7676
7716
|
|
|
7717
|
+
/**
|
|
7718
|
+
* Update Chat Settings.
|
|
7719
|
+
*
|
|
7720
|
+
* @param {Object} body Chat
|
|
7721
|
+
*/
|
|
7722
|
+
putChatsSettings(body) {
|
|
7723
|
+
// verify the required parameter 'body' is set
|
|
7724
|
+
if (body === undefined || body === null) {
|
|
7725
|
+
throw 'Missing the required parameter "body" when calling putChatsSettings';
|
|
7726
|
+
}
|
|
7727
|
+
|
|
7728
|
+
return this.apiClient.callApi(
|
|
7729
|
+
'/api/v2/chats/settings',
|
|
7730
|
+
'PUT',
|
|
7731
|
+
{ },
|
|
7732
|
+
{ },
|
|
7733
|
+
{ },
|
|
7734
|
+
{ },
|
|
7735
|
+
body,
|
|
7736
|
+
['PureCloud OAuth'],
|
|
7737
|
+
['application/json'],
|
|
7738
|
+
['application/json']
|
|
7739
|
+
);
|
|
7740
|
+
}
|
|
7741
|
+
|
|
7677
7742
|
}
|
|
7678
7743
|
|
|
7679
7744
|
class CoachingApi {
|
|
7680
7745
|
/**
|
|
7681
7746
|
* Coaching service.
|
|
7682
7747
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7683
|
-
* @version
|
|
7748
|
+
* @version 163.0.0
|
|
7684
7749
|
*/
|
|
7685
7750
|
|
|
7686
7751
|
/**
|
|
@@ -8257,7 +8322,7 @@ class ContentManagementApi {
|
|
|
8257
8322
|
/**
|
|
8258
8323
|
* ContentManagement service.
|
|
8259
8324
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
8260
|
-
* @version
|
|
8325
|
+
* @version 163.0.0
|
|
8261
8326
|
*/
|
|
8262
8327
|
|
|
8263
8328
|
/**
|
|
@@ -9397,7 +9462,7 @@ class ConversationsApi {
|
|
|
9397
9462
|
/**
|
|
9398
9463
|
* Conversations service.
|
|
9399
9464
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9400
|
-
* @version
|
|
9465
|
+
* @version 163.0.0
|
|
9401
9466
|
*/
|
|
9402
9467
|
|
|
9403
9468
|
/**
|
|
@@ -15417,7 +15482,7 @@ class DataExtensionsApi {
|
|
|
15417
15482
|
/**
|
|
15418
15483
|
* DataExtensions service.
|
|
15419
15484
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
15420
|
-
* @version
|
|
15485
|
+
* @version 163.0.0
|
|
15421
15486
|
*/
|
|
15422
15487
|
|
|
15423
15488
|
/**
|
|
@@ -15503,7 +15568,7 @@ class DownloadsApi {
|
|
|
15503
15568
|
/**
|
|
15504
15569
|
* Downloads service.
|
|
15505
15570
|
* @module purecloud-platform-client-v2/api/DownloadsApi
|
|
15506
|
-
* @version
|
|
15571
|
+
* @version 163.0.0
|
|
15507
15572
|
*/
|
|
15508
15573
|
|
|
15509
15574
|
/**
|
|
@@ -15555,7 +15620,7 @@ class EventsApi {
|
|
|
15555
15620
|
/**
|
|
15556
15621
|
* Events service.
|
|
15557
15622
|
* @module purecloud-platform-client-v2/api/EventsApi
|
|
15558
|
-
* @version
|
|
15623
|
+
* @version 163.0.0
|
|
15559
15624
|
*/
|
|
15560
15625
|
|
|
15561
15626
|
/**
|
|
@@ -15651,7 +15716,7 @@ class ExternalContactsApi {
|
|
|
15651
15716
|
/**
|
|
15652
15717
|
* ExternalContacts service.
|
|
15653
15718
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
15654
|
-
* @version
|
|
15719
|
+
* @version 163.0.0
|
|
15655
15720
|
*/
|
|
15656
15721
|
|
|
15657
15722
|
/**
|
|
@@ -17609,7 +17674,7 @@ class FaxApi {
|
|
|
17609
17674
|
/**
|
|
17610
17675
|
* Fax service.
|
|
17611
17676
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
17612
|
-
* @version
|
|
17677
|
+
* @version 163.0.0
|
|
17613
17678
|
*/
|
|
17614
17679
|
|
|
17615
17680
|
/**
|
|
@@ -17780,7 +17845,7 @@ class FlowsApi {
|
|
|
17780
17845
|
/**
|
|
17781
17846
|
* Flows service.
|
|
17782
17847
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
17783
|
-
* @version
|
|
17848
|
+
* @version 163.0.0
|
|
17784
17849
|
*/
|
|
17785
17850
|
|
|
17786
17851
|
/**
|
|
@@ -17851,7 +17916,7 @@ class GamificationApi {
|
|
|
17851
17916
|
/**
|
|
17852
17917
|
* Gamification service.
|
|
17853
17918
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
17854
|
-
* @version
|
|
17919
|
+
* @version 163.0.0
|
|
17855
17920
|
*/
|
|
17856
17921
|
|
|
17857
17922
|
/**
|
|
@@ -19468,7 +19533,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
19468
19533
|
/**
|
|
19469
19534
|
* GeneralDataProtectionRegulation service.
|
|
19470
19535
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
19471
|
-
* @version
|
|
19536
|
+
* @version 163.0.0
|
|
19472
19537
|
*/
|
|
19473
19538
|
|
|
19474
19539
|
/**
|
|
@@ -19598,7 +19663,7 @@ class GeolocationApi {
|
|
|
19598
19663
|
/**
|
|
19599
19664
|
* Geolocation service.
|
|
19600
19665
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
19601
|
-
* @version
|
|
19666
|
+
* @version 163.0.0
|
|
19602
19667
|
*/
|
|
19603
19668
|
|
|
19604
19669
|
/**
|
|
@@ -19729,7 +19794,7 @@ class GreetingsApi {
|
|
|
19729
19794
|
/**
|
|
19730
19795
|
* Greetings service.
|
|
19731
19796
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
19732
|
-
* @version
|
|
19797
|
+
* @version 163.0.0
|
|
19733
19798
|
*/
|
|
19734
19799
|
|
|
19735
19800
|
/**
|
|
@@ -20184,7 +20249,7 @@ class GroupsApi {
|
|
|
20184
20249
|
/**
|
|
20185
20250
|
* Groups service.
|
|
20186
20251
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
20187
|
-
* @version
|
|
20252
|
+
* @version 163.0.0
|
|
20188
20253
|
*/
|
|
20189
20254
|
|
|
20190
20255
|
/**
|
|
@@ -20590,7 +20655,7 @@ class IdentityProviderApi {
|
|
|
20590
20655
|
/**
|
|
20591
20656
|
* IdentityProvider service.
|
|
20592
20657
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
20593
|
-
* @version
|
|
20658
|
+
* @version 163.0.0
|
|
20594
20659
|
*/
|
|
20595
20660
|
|
|
20596
20661
|
/**
|
|
@@ -21346,7 +21411,7 @@ class InfrastructureAsCodeApi {
|
|
|
21346
21411
|
/**
|
|
21347
21412
|
* InfrastructureAsCode service.
|
|
21348
21413
|
* @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
|
|
21349
|
-
* @version
|
|
21414
|
+
* @version 163.0.0
|
|
21350
21415
|
*/
|
|
21351
21416
|
|
|
21352
21417
|
/**
|
|
@@ -21448,7 +21513,7 @@ class IntegrationsApi {
|
|
|
21448
21513
|
/**
|
|
21449
21514
|
* Integrations service.
|
|
21450
21515
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
21451
|
-
* @version
|
|
21516
|
+
* @version 163.0.0
|
|
21452
21517
|
*/
|
|
21453
21518
|
|
|
21454
21519
|
/**
|
|
@@ -23048,7 +23113,7 @@ class JourneyApi {
|
|
|
23048
23113
|
/**
|
|
23049
23114
|
* Journey service.
|
|
23050
23115
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
23051
|
-
* @version
|
|
23116
|
+
* @version 163.0.0
|
|
23052
23117
|
*/
|
|
23053
23118
|
|
|
23054
23119
|
/**
|
|
@@ -23928,7 +23993,7 @@ class KnowledgeApi {
|
|
|
23928
23993
|
/**
|
|
23929
23994
|
* Knowledge service.
|
|
23930
23995
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
23931
|
-
* @version
|
|
23996
|
+
* @version 163.0.0
|
|
23932
23997
|
*/
|
|
23933
23998
|
|
|
23934
23999
|
/**
|
|
@@ -26360,7 +26425,7 @@ class LanguageUnderstandingApi {
|
|
|
26360
26425
|
/**
|
|
26361
26426
|
* LanguageUnderstanding service.
|
|
26362
26427
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
26363
|
-
* @version
|
|
26428
|
+
* @version 163.0.0
|
|
26364
26429
|
*/
|
|
26365
26430
|
|
|
26366
26431
|
/**
|
|
@@ -27373,7 +27438,7 @@ class LanguagesApi {
|
|
|
27373
27438
|
/**
|
|
27374
27439
|
* Languages service.
|
|
27375
27440
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
27376
|
-
* @version
|
|
27441
|
+
* @version 163.0.0
|
|
27377
27442
|
*/
|
|
27378
27443
|
|
|
27379
27444
|
/**
|
|
@@ -27591,7 +27656,7 @@ class LearningApi {
|
|
|
27591
27656
|
/**
|
|
27592
27657
|
* Learning service.
|
|
27593
27658
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
27594
|
-
* @version
|
|
27659
|
+
* @version 163.0.0
|
|
27595
27660
|
*/
|
|
27596
27661
|
|
|
27597
27662
|
/**
|
|
@@ -28406,7 +28471,7 @@ class LicenseApi {
|
|
|
28406
28471
|
/**
|
|
28407
28472
|
* License service.
|
|
28408
28473
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
28409
|
-
* @version
|
|
28474
|
+
* @version 163.0.0
|
|
28410
28475
|
*/
|
|
28411
28476
|
|
|
28412
28477
|
/**
|
|
@@ -28644,7 +28709,7 @@ class LocationsApi {
|
|
|
28644
28709
|
/**
|
|
28645
28710
|
* Locations service.
|
|
28646
28711
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
28647
|
-
* @version
|
|
28712
|
+
* @version 163.0.0
|
|
28648
28713
|
*/
|
|
28649
28714
|
|
|
28650
28715
|
/**
|
|
@@ -28880,7 +28945,7 @@ class MessagingApi {
|
|
|
28880
28945
|
/**
|
|
28881
28946
|
* Messaging service.
|
|
28882
28947
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
28883
|
-
* @version
|
|
28948
|
+
* @version 163.0.0
|
|
28884
28949
|
*/
|
|
28885
28950
|
|
|
28886
28951
|
/**
|
|
@@ -29031,7 +29096,7 @@ class MobileDevicesApi {
|
|
|
29031
29096
|
/**
|
|
29032
29097
|
* MobileDevices service.
|
|
29033
29098
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
29034
|
-
* @version
|
|
29099
|
+
* @version 163.0.0
|
|
29035
29100
|
*/
|
|
29036
29101
|
|
|
29037
29102
|
/**
|
|
@@ -29182,7 +29247,7 @@ class NotificationsApi {
|
|
|
29182
29247
|
/**
|
|
29183
29248
|
* Notifications service.
|
|
29184
29249
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
29185
|
-
* @version
|
|
29250
|
+
* @version 163.0.0
|
|
29186
29251
|
*/
|
|
29187
29252
|
|
|
29188
29253
|
/**
|
|
@@ -29415,7 +29480,7 @@ class OAuthApi {
|
|
|
29415
29480
|
/**
|
|
29416
29481
|
* OAuth service.
|
|
29417
29482
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
29418
|
-
* @version
|
|
29483
|
+
* @version 163.0.0
|
|
29419
29484
|
*/
|
|
29420
29485
|
|
|
29421
29486
|
/**
|
|
@@ -29781,7 +29846,7 @@ class ObjectsApi {
|
|
|
29781
29846
|
/**
|
|
29782
29847
|
* Objects service.
|
|
29783
29848
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
29784
|
-
* @version
|
|
29849
|
+
* @version 163.0.0
|
|
29785
29850
|
*/
|
|
29786
29851
|
|
|
29787
29852
|
/**
|
|
@@ -30052,7 +30117,7 @@ class OrganizationApi {
|
|
|
30052
30117
|
/**
|
|
30053
30118
|
* Organization service.
|
|
30054
30119
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
30055
|
-
* @version
|
|
30120
|
+
* @version 163.0.0
|
|
30056
30121
|
*/
|
|
30057
30122
|
|
|
30058
30123
|
/**
|
|
@@ -30455,7 +30520,7 @@ class OrganizationAuthorizationApi {
|
|
|
30455
30520
|
/**
|
|
30456
30521
|
* OrganizationAuthorization service.
|
|
30457
30522
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
30458
|
-
* @version
|
|
30523
|
+
* @version 163.0.0
|
|
30459
30524
|
*/
|
|
30460
30525
|
|
|
30461
30526
|
/**
|
|
@@ -31750,7 +31815,7 @@ class OutboundApi {
|
|
|
31750
31815
|
/**
|
|
31751
31816
|
* Outbound service.
|
|
31752
31817
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
31753
|
-
* @version
|
|
31818
|
+
* @version 163.0.0
|
|
31754
31819
|
*/
|
|
31755
31820
|
|
|
31756
31821
|
/**
|
|
@@ -35346,7 +35411,7 @@ class PresenceApi {
|
|
|
35346
35411
|
/**
|
|
35347
35412
|
* Presence service.
|
|
35348
35413
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
35349
|
-
* @version
|
|
35414
|
+
* @version 163.0.0
|
|
35350
35415
|
*/
|
|
35351
35416
|
|
|
35352
35417
|
/**
|
|
@@ -35897,7 +35962,7 @@ class ProcessAutomationApi {
|
|
|
35897
35962
|
/**
|
|
35898
35963
|
* ProcessAutomation service.
|
|
35899
35964
|
* @module purecloud-platform-client-v2/api/ProcessAutomationApi
|
|
35900
|
-
* @version
|
|
35965
|
+
* @version 163.0.0
|
|
35901
35966
|
*/
|
|
35902
35967
|
|
|
35903
35968
|
/**
|
|
@@ -36136,7 +36201,7 @@ class QualityApi {
|
|
|
36136
36201
|
/**
|
|
36137
36202
|
* Quality service.
|
|
36138
36203
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
36139
|
-
* @version
|
|
36204
|
+
* @version 163.0.0
|
|
36140
36205
|
*/
|
|
36141
36206
|
|
|
36142
36207
|
/**
|
|
@@ -37715,7 +37780,7 @@ class RecordingApi {
|
|
|
37715
37780
|
/**
|
|
37716
37781
|
* Recording service.
|
|
37717
37782
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
37718
|
-
* @version
|
|
37783
|
+
* @version 163.0.0
|
|
37719
37784
|
*/
|
|
37720
37785
|
|
|
37721
37786
|
/**
|
|
@@ -39352,7 +39417,7 @@ class ResponseManagementApi {
|
|
|
39352
39417
|
/**
|
|
39353
39418
|
* ResponseManagement service.
|
|
39354
39419
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
39355
|
-
* @version
|
|
39420
|
+
* @version 163.0.0
|
|
39356
39421
|
*/
|
|
39357
39422
|
|
|
39358
39423
|
/**
|
|
@@ -39836,7 +39901,7 @@ class RoutingApi {
|
|
|
39836
39901
|
/**
|
|
39837
39902
|
* Routing service.
|
|
39838
39903
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
39839
|
-
* @version
|
|
39904
|
+
* @version 163.0.0
|
|
39840
39905
|
*/
|
|
39841
39906
|
|
|
39842
39907
|
/**
|
|
@@ -40590,6 +40655,7 @@ class RoutingApi {
|
|
|
40590
40655
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
40591
40656
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
40592
40657
|
* @param {Boolean} opts.excludeStatus Exclude MX record data (default to false)
|
|
40658
|
+
* @param {String} opts.filter Optional search filter
|
|
40593
40659
|
*/
|
|
40594
40660
|
getRoutingEmailDomains(opts) {
|
|
40595
40661
|
opts = opts || {};
|
|
@@ -40599,7 +40665,7 @@ class RoutingApi {
|
|
|
40599
40665
|
'/api/v2/routing/email/domains',
|
|
40600
40666
|
'GET',
|
|
40601
40667
|
{ },
|
|
40602
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'] },
|
|
40668
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'excludeStatus': opts['excludeStatus'],'filter': opts['filter'] },
|
|
40603
40669
|
{ },
|
|
40604
40670
|
{ },
|
|
40605
40671
|
null,
|
|
@@ -40687,14 +40753,18 @@ class RoutingApi {
|
|
|
40687
40753
|
/**
|
|
40688
40754
|
* Get outbound domains
|
|
40689
40755
|
*
|
|
40756
|
+
* @param {Object} opts Optional parameters
|
|
40757
|
+
* @param {String} opts.filter Optional search filter
|
|
40690
40758
|
*/
|
|
40691
|
-
getRoutingEmailOutboundDomains() {
|
|
40759
|
+
getRoutingEmailOutboundDomains(opts) {
|
|
40760
|
+
opts = opts || {};
|
|
40761
|
+
|
|
40692
40762
|
|
|
40693
40763
|
return this.apiClient.callApi(
|
|
40694
40764
|
'/api/v2/routing/email/outbound/domains',
|
|
40695
40765
|
'GET',
|
|
40696
40766
|
{ },
|
|
40697
|
-
{
|
|
40767
|
+
{ 'filter': opts['filter'] },
|
|
40698
40768
|
{ },
|
|
40699
40769
|
{ },
|
|
40700
40770
|
null,
|
|
@@ -43337,7 +43407,7 @@ class SCIMApi {
|
|
|
43337
43407
|
/**
|
|
43338
43408
|
* SCIM service.
|
|
43339
43409
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
43340
|
-
* @version
|
|
43410
|
+
* @version 163.0.0
|
|
43341
43411
|
*/
|
|
43342
43412
|
|
|
43343
43413
|
/**
|
|
@@ -44214,7 +44284,7 @@ class ScriptsApi {
|
|
|
44214
44284
|
/**
|
|
44215
44285
|
* Scripts service.
|
|
44216
44286
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
44217
|
-
* @version
|
|
44287
|
+
* @version 163.0.0
|
|
44218
44288
|
*/
|
|
44219
44289
|
|
|
44220
44290
|
/**
|
|
@@ -44633,7 +44703,7 @@ class SearchApi {
|
|
|
44633
44703
|
/**
|
|
44634
44704
|
* Search service.
|
|
44635
44705
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
44636
|
-
* @version
|
|
44706
|
+
* @version 163.0.0
|
|
44637
44707
|
*/
|
|
44638
44708
|
|
|
44639
44709
|
/**
|
|
@@ -45243,7 +45313,7 @@ class SpeechTextAnalyticsApi {
|
|
|
45243
45313
|
/**
|
|
45244
45314
|
* SpeechTextAnalytics service.
|
|
45245
45315
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
45246
|
-
* @version
|
|
45316
|
+
* @version 163.0.0
|
|
45247
45317
|
*/
|
|
45248
45318
|
|
|
45249
45319
|
/**
|
|
@@ -46172,7 +46242,7 @@ class StationsApi {
|
|
|
46172
46242
|
/**
|
|
46173
46243
|
* Stations service.
|
|
46174
46244
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
46175
|
-
* @version
|
|
46245
|
+
* @version 163.0.0
|
|
46176
46246
|
*/
|
|
46177
46247
|
|
|
46178
46248
|
/**
|
|
@@ -46319,7 +46389,7 @@ class SuggestApi {
|
|
|
46319
46389
|
/**
|
|
46320
46390
|
* Suggest service.
|
|
46321
46391
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
46322
|
-
* @version
|
|
46392
|
+
* @version 163.0.0
|
|
46323
46393
|
*/
|
|
46324
46394
|
|
|
46325
46395
|
/**
|
|
@@ -46458,7 +46528,7 @@ class TeamsApi {
|
|
|
46458
46528
|
/**
|
|
46459
46529
|
* Teams service.
|
|
46460
46530
|
* @module purecloud-platform-client-v2/api/TeamsApi
|
|
46461
|
-
* @version
|
|
46531
|
+
* @version 163.0.0
|
|
46462
46532
|
*/
|
|
46463
46533
|
|
|
46464
46534
|
/**
|
|
@@ -46729,7 +46799,7 @@ class TelephonyApi {
|
|
|
46729
46799
|
/**
|
|
46730
46800
|
* Telephony service.
|
|
46731
46801
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
46732
|
-
* @version
|
|
46802
|
+
* @version 163.0.0
|
|
46733
46803
|
*/
|
|
46734
46804
|
|
|
46735
46805
|
/**
|
|
@@ -46857,7 +46927,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
46857
46927
|
/**
|
|
46858
46928
|
* TelephonyProvidersEdge service.
|
|
46859
46929
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
46860
|
-
* @version
|
|
46930
|
+
* @version 163.0.0
|
|
46861
46931
|
*/
|
|
46862
46932
|
|
|
46863
46933
|
/**
|
|
@@ -50466,7 +50536,7 @@ class TextbotsApi {
|
|
|
50466
50536
|
/**
|
|
50467
50537
|
* Textbots service.
|
|
50468
50538
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
50469
|
-
* @version
|
|
50539
|
+
* @version 163.0.0
|
|
50470
50540
|
*/
|
|
50471
50541
|
|
|
50472
50542
|
/**
|
|
@@ -50594,7 +50664,7 @@ class TokensApi {
|
|
|
50594
50664
|
/**
|
|
50595
50665
|
* Tokens service.
|
|
50596
50666
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
50597
|
-
* @version
|
|
50667
|
+
* @version 163.0.0
|
|
50598
50668
|
*/
|
|
50599
50669
|
|
|
50600
50670
|
/**
|
|
@@ -50700,7 +50770,7 @@ class UploadsApi {
|
|
|
50700
50770
|
/**
|
|
50701
50771
|
* Uploads service.
|
|
50702
50772
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
50703
|
-
* @version
|
|
50773
|
+
* @version 163.0.0
|
|
50704
50774
|
*/
|
|
50705
50775
|
|
|
50706
50776
|
/**
|
|
@@ -50876,7 +50946,7 @@ class UsageApi {
|
|
|
50876
50946
|
/**
|
|
50877
50947
|
* Usage service.
|
|
50878
50948
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
50879
|
-
* @version
|
|
50949
|
+
* @version 163.0.0
|
|
50880
50950
|
*/
|
|
50881
50951
|
|
|
50882
50952
|
/**
|
|
@@ -50947,7 +51017,7 @@ class UserRecordingsApi {
|
|
|
50947
51017
|
/**
|
|
50948
51018
|
* UserRecordings service.
|
|
50949
51019
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
50950
|
-
* @version
|
|
51020
|
+
* @version 163.0.0
|
|
50951
51021
|
*/
|
|
50952
51022
|
|
|
50953
51023
|
/**
|
|
@@ -51132,7 +51202,7 @@ class UsersApi {
|
|
|
51132
51202
|
/**
|
|
51133
51203
|
* Users service.
|
|
51134
51204
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
51135
|
-
* @version
|
|
51205
|
+
* @version 163.0.0
|
|
51136
51206
|
*/
|
|
51137
51207
|
|
|
51138
51208
|
/**
|
|
@@ -53520,7 +53590,7 @@ class UtilitiesApi {
|
|
|
53520
53590
|
/**
|
|
53521
53591
|
* Utilities service.
|
|
53522
53592
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
53523
|
-
* @version
|
|
53593
|
+
* @version 163.0.0
|
|
53524
53594
|
*/
|
|
53525
53595
|
|
|
53526
53596
|
/**
|
|
@@ -53631,7 +53701,7 @@ class VoicemailApi {
|
|
|
53631
53701
|
/**
|
|
53632
53702
|
* Voicemail service.
|
|
53633
53703
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
53634
|
-
* @version
|
|
53704
|
+
* @version 163.0.0
|
|
53635
53705
|
*/
|
|
53636
53706
|
|
|
53637
53707
|
/**
|
|
@@ -54298,7 +54368,7 @@ class WebChatApi {
|
|
|
54298
54368
|
/**
|
|
54299
54369
|
* WebChat service.
|
|
54300
54370
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
54301
|
-
* @version
|
|
54371
|
+
* @version 163.0.0
|
|
54302
54372
|
*/
|
|
54303
54373
|
|
|
54304
54374
|
/**
|
|
@@ -54842,7 +54912,7 @@ class WebDeploymentsApi {
|
|
|
54842
54912
|
/**
|
|
54843
54913
|
* WebDeployments service.
|
|
54844
54914
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
54845
|
-
* @version
|
|
54915
|
+
* @version 163.0.0
|
|
54846
54916
|
*/
|
|
54847
54917
|
|
|
54848
54918
|
/**
|
|
@@ -55364,7 +55434,7 @@ class WebMessagingApi {
|
|
|
55364
55434
|
/**
|
|
55365
55435
|
* WebMessaging service.
|
|
55366
55436
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
55367
|
-
* @version
|
|
55437
|
+
* @version 163.0.0
|
|
55368
55438
|
*/
|
|
55369
55439
|
|
|
55370
55440
|
/**
|
|
@@ -55410,7 +55480,7 @@ class WidgetsApi {
|
|
|
55410
55480
|
/**
|
|
55411
55481
|
* Widgets service.
|
|
55412
55482
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
55413
|
-
* @version
|
|
55483
|
+
* @version 163.0.0
|
|
55414
55484
|
*/
|
|
55415
55485
|
|
|
55416
55486
|
/**
|
|
@@ -55556,7 +55626,7 @@ class WorkforceManagementApi {
|
|
|
55556
55626
|
/**
|
|
55557
55627
|
* WorkforceManagement service.
|
|
55558
55628
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
55559
|
-
* @version
|
|
55629
|
+
* @version 163.0.0
|
|
55560
55630
|
*/
|
|
55561
55631
|
|
|
55562
55632
|
/**
|
|
@@ -60300,7 +60370,7 @@ class WorkforceManagementApi {
|
|
|
60300
60370
|
* </pre>
|
|
60301
60371
|
* </p>
|
|
60302
60372
|
* @module purecloud-platform-client-v2/index
|
|
60303
|
-
* @version
|
|
60373
|
+
* @version 163.0.0
|
|
60304
60374
|
*/
|
|
60305
60375
|
class platformClient {
|
|
60306
60376
|
constructor() {
|