purecloud-platform-client-v2 97.0.0 → 99.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -2
- package/dist/node/purecloud-platform-client-v2.js +72 -196
- package/dist/web-amd/purecloud-platform-client-v2.js +72 -196
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +72 -196
- package/dist/web-cjs/purecloud-platform-client-v2.js +73 -199
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +264 -278
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +2 -2
- 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/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/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 -131
- package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +5 -3
- 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/LicenseApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/LocationsApi.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 +3 -2
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/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 +2 -2
- 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/WidgetsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -3
- package/src/purecloud-platform-client-v2/index.js +1 -1
|
@@ -18,7 +18,7 @@ var PureCloudRegionHosts = {
|
|
|
18
18
|
|
|
19
19
|
/**
|
|
20
20
|
* @module purecloud-platform-client-v2/ApiClient
|
|
21
|
-
* @version
|
|
21
|
+
* @version 99.0.1
|
|
22
22
|
*/
|
|
23
23
|
class ApiClient {
|
|
24
24
|
/**
|
|
@@ -774,7 +774,7 @@ class ApiClient {
|
|
|
774
774
|
|
|
775
775
|
// set header parameters
|
|
776
776
|
request.set(this.defaultHeaders).set(this.normalizeParams(headerParams));
|
|
777
|
-
//request.set({ 'purecloud-sdk': '
|
|
777
|
+
//request.set({ 'purecloud-sdk': '99.0.1' });
|
|
778
778
|
|
|
779
779
|
// set request timeout
|
|
780
780
|
request.timeout(this.timeout);
|
|
@@ -899,7 +899,7 @@ class AlertingApi {
|
|
|
899
899
|
/**
|
|
900
900
|
* Alerting service.
|
|
901
901
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
902
|
-
* @version
|
|
902
|
+
* @version 99.0.1
|
|
903
903
|
*/
|
|
904
904
|
|
|
905
905
|
/**
|
|
@@ -1213,7 +1213,7 @@ class AnalyticsApi {
|
|
|
1213
1213
|
/**
|
|
1214
1214
|
* Analytics service.
|
|
1215
1215
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1216
|
-
* @version
|
|
1216
|
+
* @version 99.0.1
|
|
1217
1217
|
*/
|
|
1218
1218
|
|
|
1219
1219
|
/**
|
|
@@ -2293,7 +2293,7 @@ class ArchitectApi {
|
|
|
2293
2293
|
/**
|
|
2294
2294
|
* Architect service.
|
|
2295
2295
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2296
|
-
* @version
|
|
2296
|
+
* @version 99.0.1
|
|
2297
2297
|
*/
|
|
2298
2298
|
|
|
2299
2299
|
/**
|
|
@@ -5131,7 +5131,7 @@ class AuditApi {
|
|
|
5131
5131
|
/**
|
|
5132
5132
|
* Audit service.
|
|
5133
5133
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5134
|
-
* @version
|
|
5134
|
+
* @version 99.0.1
|
|
5135
5135
|
*/
|
|
5136
5136
|
|
|
5137
5137
|
/**
|
|
@@ -5302,7 +5302,7 @@ class AuthorizationApi {
|
|
|
5302
5302
|
/**
|
|
5303
5303
|
* Authorization service.
|
|
5304
5304
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
5305
|
-
* @version
|
|
5305
|
+
* @version 99.0.1
|
|
5306
5306
|
*/
|
|
5307
5307
|
|
|
5308
5308
|
/**
|
|
@@ -6421,7 +6421,7 @@ class BillingApi {
|
|
|
6421
6421
|
/**
|
|
6422
6422
|
* Billing service.
|
|
6423
6423
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
6424
|
-
* @version
|
|
6424
|
+
* @version 99.0.1
|
|
6425
6425
|
*/
|
|
6426
6426
|
|
|
6427
6427
|
/**
|
|
@@ -6501,7 +6501,7 @@ class CoachingApi {
|
|
|
6501
6501
|
/**
|
|
6502
6502
|
* Coaching service.
|
|
6503
6503
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
6504
|
-
* @version
|
|
6504
|
+
* @version 99.0.1
|
|
6505
6505
|
*/
|
|
6506
6506
|
|
|
6507
6507
|
/**
|
|
@@ -7021,7 +7021,7 @@ class ContentManagementApi {
|
|
|
7021
7021
|
/**
|
|
7022
7022
|
* ContentManagement service.
|
|
7023
7023
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7024
|
-
* @version
|
|
7024
|
+
* @version 99.0.1
|
|
7025
7025
|
*/
|
|
7026
7026
|
|
|
7027
7027
|
/**
|
|
@@ -8161,7 +8161,7 @@ class ConversationsApi {
|
|
|
8161
8161
|
/**
|
|
8162
8162
|
* Conversations service.
|
|
8163
8163
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8164
|
-
* @version
|
|
8164
|
+
* @version 99.0.1
|
|
8165
8165
|
*/
|
|
8166
8166
|
|
|
8167
8167
|
/**
|
|
@@ -12219,7 +12219,7 @@ class DataExtensionsApi {
|
|
|
12219
12219
|
/**
|
|
12220
12220
|
* DataExtensions service.
|
|
12221
12221
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
12222
|
-
* @version
|
|
12222
|
+
* @version 99.0.1
|
|
12223
12223
|
*/
|
|
12224
12224
|
|
|
12225
12225
|
/**
|
|
@@ -12305,7 +12305,7 @@ class ExternalContactsApi {
|
|
|
12305
12305
|
/**
|
|
12306
12306
|
* ExternalContacts service.
|
|
12307
12307
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
12308
|
-
* @version
|
|
12308
|
+
* @version 99.0.1
|
|
12309
12309
|
*/
|
|
12310
12310
|
|
|
12311
12311
|
/**
|
|
@@ -13648,7 +13648,7 @@ class FaxApi {
|
|
|
13648
13648
|
/**
|
|
13649
13649
|
* Fax service.
|
|
13650
13650
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
13651
|
-
* @version
|
|
13651
|
+
* @version 99.0.1
|
|
13652
13652
|
*/
|
|
13653
13653
|
|
|
13654
13654
|
/**
|
|
@@ -13819,7 +13819,7 @@ class FlowsApi {
|
|
|
13819
13819
|
/**
|
|
13820
13820
|
* Flows service.
|
|
13821
13821
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
13822
|
-
* @version
|
|
13822
|
+
* @version 99.0.1
|
|
13823
13823
|
*/
|
|
13824
13824
|
|
|
13825
13825
|
/**
|
|
@@ -13890,7 +13890,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
13890
13890
|
/**
|
|
13891
13891
|
* GeneralDataProtectionRegulation service.
|
|
13892
13892
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
13893
|
-
* @version
|
|
13893
|
+
* @version 99.0.1
|
|
13894
13894
|
*/
|
|
13895
13895
|
|
|
13896
13896
|
/**
|
|
@@ -14020,7 +14020,7 @@ class GeolocationApi {
|
|
|
14020
14020
|
/**
|
|
14021
14021
|
* Geolocation service.
|
|
14022
14022
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
14023
|
-
* @version
|
|
14023
|
+
* @version 99.0.1
|
|
14024
14024
|
*/
|
|
14025
14025
|
|
|
14026
14026
|
/**
|
|
@@ -14151,7 +14151,7 @@ class GreetingsApi {
|
|
|
14151
14151
|
/**
|
|
14152
14152
|
* Greetings service.
|
|
14153
14153
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
14154
|
-
* @version
|
|
14154
|
+
* @version 99.0.1
|
|
14155
14155
|
*/
|
|
14156
14156
|
|
|
14157
14157
|
/**
|
|
@@ -14606,7 +14606,7 @@ class GroupsApi {
|
|
|
14606
14606
|
/**
|
|
14607
14607
|
* Groups service.
|
|
14608
14608
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
14609
|
-
* @version
|
|
14609
|
+
* @version 99.0.1
|
|
14610
14610
|
*/
|
|
14611
14611
|
|
|
14612
14612
|
/**
|
|
@@ -15011,7 +15011,7 @@ class IdentityProviderApi {
|
|
|
15011
15011
|
/**
|
|
15012
15012
|
* IdentityProvider service.
|
|
15013
15013
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
15014
|
-
* @version
|
|
15014
|
+
* @version 99.0.1
|
|
15015
15015
|
*/
|
|
15016
15016
|
|
|
15017
15017
|
/**
|
|
@@ -15767,7 +15767,7 @@ class IntegrationsApi {
|
|
|
15767
15767
|
/**
|
|
15768
15768
|
* Integrations service.
|
|
15769
15769
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
15770
|
-
* @version
|
|
15770
|
+
* @version 99.0.1
|
|
15771
15771
|
*/
|
|
15772
15772
|
|
|
15773
15773
|
/**
|
|
@@ -17259,7 +17259,7 @@ class JourneyApi {
|
|
|
17259
17259
|
/**
|
|
17260
17260
|
* Journey service.
|
|
17261
17261
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
17262
|
-
* @version
|
|
17262
|
+
* @version 99.0.1
|
|
17263
17263
|
*/
|
|
17264
17264
|
|
|
17265
17265
|
/**
|
|
@@ -17324,107 +17324,6 @@ class JourneyApi {
|
|
|
17324
17324
|
);
|
|
17325
17325
|
}
|
|
17326
17326
|
|
|
17327
|
-
/**
|
|
17328
|
-
* Retrieve segment assignments by customer ID.
|
|
17329
|
-
*
|
|
17330
|
-
* @param {String} customerIdType Type of ID used to identify customer (e.g. email, cookie, and phone).
|
|
17331
|
-
* @param {String} customerId Primary identifier of the customer to query for segment assignments.
|
|
17332
|
-
* @param {Object} opts Optional parameters
|
|
17333
|
-
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17334
|
-
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17335
|
-
* @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
|
|
17336
|
-
* @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
|
|
17337
|
-
*/
|
|
17338
|
-
getJourneyCustomerCustomerIdSegments(customerIdType, customerId, opts) {
|
|
17339
|
-
opts = opts || {};
|
|
17340
|
-
|
|
17341
|
-
// verify the required parameter 'customerIdType' is set
|
|
17342
|
-
if (customerIdType === undefined || customerIdType === null) {
|
|
17343
|
-
throw 'Missing the required parameter "customerIdType" when calling getJourneyCustomerCustomerIdSegments';
|
|
17344
|
-
}
|
|
17345
|
-
// verify the required parameter 'customerId' is set
|
|
17346
|
-
if (customerId === undefined || customerId === null) {
|
|
17347
|
-
throw 'Missing the required parameter "customerId" when calling getJourneyCustomerCustomerIdSegments';
|
|
17348
|
-
}
|
|
17349
|
-
|
|
17350
|
-
return this.apiClient.callApi(
|
|
17351
|
-
'/api/v2/journey/customers/{customerIdType}/{customerId}/segments',
|
|
17352
|
-
'GET',
|
|
17353
|
-
{ 'customerIdType': customerIdType,'customerId': customerId },
|
|
17354
|
-
{ 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
|
|
17355
|
-
{ },
|
|
17356
|
-
{ },
|
|
17357
|
-
null,
|
|
17358
|
-
['PureCloud OAuth'],
|
|
17359
|
-
['application/json'],
|
|
17360
|
-
['application/json']
|
|
17361
|
-
);
|
|
17362
|
-
}
|
|
17363
|
-
|
|
17364
|
-
/**
|
|
17365
|
-
* Retrieve segment assignments by external contact ID.
|
|
17366
|
-
*
|
|
17367
|
-
* @param {String} externalContactId ID of the external contact to query for segment assignments.
|
|
17368
|
-
* @param {Object} opts Optional parameters
|
|
17369
|
-
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17370
|
-
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17371
|
-
* @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
|
|
17372
|
-
* @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
|
|
17373
|
-
*/
|
|
17374
|
-
getJourneyExternalcontactSegments(externalContactId, opts) {
|
|
17375
|
-
opts = opts || {};
|
|
17376
|
-
|
|
17377
|
-
// verify the required parameter 'externalContactId' is set
|
|
17378
|
-
if (externalContactId === undefined || externalContactId === null) {
|
|
17379
|
-
throw 'Missing the required parameter "externalContactId" when calling getJourneyExternalcontactSegments';
|
|
17380
|
-
}
|
|
17381
|
-
|
|
17382
|
-
return this.apiClient.callApi(
|
|
17383
|
-
'/api/v2/journey/externalcontacts/{externalContactId}/segments',
|
|
17384
|
-
'GET',
|
|
17385
|
-
{ 'externalContactId': externalContactId },
|
|
17386
|
-
{ 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
|
|
17387
|
-
{ },
|
|
17388
|
-
{ },
|
|
17389
|
-
null,
|
|
17390
|
-
['PureCloud OAuth'],
|
|
17391
|
-
['application/json'],
|
|
17392
|
-
['application/json']
|
|
17393
|
-
);
|
|
17394
|
-
}
|
|
17395
|
-
|
|
17396
|
-
/**
|
|
17397
|
-
* Retrieve segment assignments by session ID.
|
|
17398
|
-
*
|
|
17399
|
-
* @param {String} sessionId ID of the session to query for segment assignments.
|
|
17400
|
-
* @param {Object} opts Optional parameters
|
|
17401
|
-
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17402
|
-
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17403
|
-
* @param {Object} opts.segmentScope Scope to filter on. If not specified, both session-scoped and customer-scoped assignments are returned.
|
|
17404
|
-
* @param {Object} opts.assignmentState Assignment state to filter on. If not specified, both assigned and unassigned assignments are returned.
|
|
17405
|
-
*/
|
|
17406
|
-
getJourneySessionSegments(sessionId, opts) {
|
|
17407
|
-
opts = opts || {};
|
|
17408
|
-
|
|
17409
|
-
// verify the required parameter 'sessionId' is set
|
|
17410
|
-
if (sessionId === undefined || sessionId === null) {
|
|
17411
|
-
throw 'Missing the required parameter "sessionId" when calling getJourneySessionSegments';
|
|
17412
|
-
}
|
|
17413
|
-
|
|
17414
|
-
return this.apiClient.callApi(
|
|
17415
|
-
'/api/v2/journey/sessions/{sessionId}/segments',
|
|
17416
|
-
'GET',
|
|
17417
|
-
{ 'sessionId': sessionId },
|
|
17418
|
-
{ 'pageSize': opts['pageSize'],'after': opts['after'],'segmentScope': opts['segmentScope'],'assignmentState': opts['assignmentState'] },
|
|
17419
|
-
{ },
|
|
17420
|
-
{ },
|
|
17421
|
-
null,
|
|
17422
|
-
['PureCloud OAuth'],
|
|
17423
|
-
['application/json'],
|
|
17424
|
-
['application/json']
|
|
17425
|
-
);
|
|
17426
|
-
}
|
|
17427
|
-
|
|
17428
17327
|
/**
|
|
17429
17328
|
* Update a single action target.
|
|
17430
17329
|
*
|
|
@@ -17479,42 +17378,13 @@ class JourneyApi {
|
|
|
17479
17378
|
);
|
|
17480
17379
|
}
|
|
17481
17380
|
|
|
17482
|
-
/**
|
|
17483
|
-
* Assign/Unassign a segment to/from an external contact or, if a segment is already assigned, update the expiry date of the segment assignment.
|
|
17484
|
-
*
|
|
17485
|
-
* @param {String} externalContactId ID of the external contact to query for segment assignments.
|
|
17486
|
-
* @param {Object} opts Optional parameters
|
|
17487
|
-
* @param {Array.<Object>} opts.body
|
|
17488
|
-
*/
|
|
17489
|
-
postJourneyExternalcontactSegments(externalContactId, opts) {
|
|
17490
|
-
opts = opts || {};
|
|
17491
|
-
|
|
17492
|
-
// verify the required parameter 'externalContactId' is set
|
|
17493
|
-
if (externalContactId === undefined || externalContactId === null) {
|
|
17494
|
-
throw 'Missing the required parameter "externalContactId" when calling postJourneyExternalcontactSegments';
|
|
17495
|
-
}
|
|
17496
|
-
|
|
17497
|
-
return this.apiClient.callApi(
|
|
17498
|
-
'/api/v2/journey/externalcontacts/{externalContactId}/segments',
|
|
17499
|
-
'POST',
|
|
17500
|
-
{ 'externalContactId': externalContactId },
|
|
17501
|
-
{ },
|
|
17502
|
-
{ },
|
|
17503
|
-
{ },
|
|
17504
|
-
opts['body'],
|
|
17505
|
-
['PureCloud OAuth'],
|
|
17506
|
-
['application/json'],
|
|
17507
|
-
['application/json']
|
|
17508
|
-
);
|
|
17509
|
-
}
|
|
17510
|
-
|
|
17511
17381
|
}
|
|
17512
17382
|
|
|
17513
17383
|
class KnowledgeApi {
|
|
17514
17384
|
/**
|
|
17515
17385
|
* Knowledge service.
|
|
17516
17386
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
17517
|
-
* @version
|
|
17387
|
+
* @version 99.0.1
|
|
17518
17388
|
*/
|
|
17519
17389
|
|
|
17520
17390
|
/**
|
|
@@ -17659,6 +17529,7 @@ class KnowledgeApi {
|
|
|
17659
17529
|
* @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
|
|
17660
17530
|
* @param {String} opts.limit Number of entities to return. Maximum of 200.
|
|
17661
17531
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17532
|
+
* @param {String} opts.name Filter to return the categories that starts with the given category name.
|
|
17662
17533
|
*/
|
|
17663
17534
|
getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
|
|
17664
17535
|
opts = opts || {};
|
|
@@ -17676,7 +17547,7 @@ class KnowledgeApi {
|
|
|
17676
17547
|
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories',
|
|
17677
17548
|
'GET',
|
|
17678
17549
|
{ 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
|
|
17679
|
-
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'] },
|
|
17550
|
+
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'name': opts['name'] },
|
|
17680
17551
|
{ },
|
|
17681
17552
|
{ },
|
|
17682
17553
|
null,
|
|
@@ -17767,6 +17638,7 @@ class KnowledgeApi {
|
|
|
17767
17638
|
* @param {String} opts.limit Number of entities to return. Maximum of 200.
|
|
17768
17639
|
* @param {String} opts.pageSize Number of entities to return. Maximum of 200.
|
|
17769
17640
|
* @param {String} opts.categories Filter by categories ids, comma separated values expected.
|
|
17641
|
+
* @param {String} opts.title Filter by document title.
|
|
17770
17642
|
*/
|
|
17771
17643
|
getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
|
|
17772
17644
|
opts = opts || {};
|
|
@@ -17784,7 +17656,7 @@ class KnowledgeApi {
|
|
|
17784
17656
|
'/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents',
|
|
17785
17657
|
'GET',
|
|
17786
17658
|
{ 'knowledgeBaseId': knowledgeBaseId,'languageCode': languageCode },
|
|
17787
|
-
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'] },
|
|
17659
|
+
{ 'before': opts['before'],'after': opts['after'],'limit': opts['limit'],'pageSize': opts['pageSize'],'categories': opts['categories'],'title': opts['title'] },
|
|
17788
17660
|
{ },
|
|
17789
17661
|
{ },
|
|
17790
17662
|
null,
|
|
@@ -18235,7 +18107,7 @@ class LanguageUnderstandingApi {
|
|
|
18235
18107
|
/**
|
|
18236
18108
|
* LanguageUnderstanding service.
|
|
18237
18109
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
18238
|
-
* @version
|
|
18110
|
+
* @version 99.0.1
|
|
18239
18111
|
*/
|
|
18240
18112
|
|
|
18241
18113
|
/**
|
|
@@ -18801,7 +18673,7 @@ class LanguagesApi {
|
|
|
18801
18673
|
/**
|
|
18802
18674
|
* Languages service.
|
|
18803
18675
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
18804
|
-
* @version
|
|
18676
|
+
* @version 99.0.1
|
|
18805
18677
|
*/
|
|
18806
18678
|
|
|
18807
18679
|
/**
|
|
@@ -19069,7 +18941,7 @@ class LicenseApi {
|
|
|
19069
18941
|
/**
|
|
19070
18942
|
* License service.
|
|
19071
18943
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
19072
|
-
* @version
|
|
18944
|
+
* @version 99.0.1
|
|
19073
18945
|
*/
|
|
19074
18946
|
|
|
19075
18947
|
/**
|
|
@@ -19307,7 +19179,7 @@ class LocationsApi {
|
|
|
19307
19179
|
/**
|
|
19308
19180
|
* Locations service.
|
|
19309
19181
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
19310
|
-
* @version
|
|
19182
|
+
* @version 99.0.1
|
|
19311
19183
|
*/
|
|
19312
19184
|
|
|
19313
19185
|
/**
|
|
@@ -19543,7 +19415,7 @@ class MobileDevicesApi {
|
|
|
19543
19415
|
/**
|
|
19544
19416
|
* MobileDevices service.
|
|
19545
19417
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
19546
|
-
* @version
|
|
19418
|
+
* @version 99.0.1
|
|
19547
19419
|
*/
|
|
19548
19420
|
|
|
19549
19421
|
/**
|
|
@@ -19694,7 +19566,7 @@ class NotificationsApi {
|
|
|
19694
19566
|
/**
|
|
19695
19567
|
* Notifications service.
|
|
19696
19568
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
19697
|
-
* @version
|
|
19569
|
+
* @version 99.0.1
|
|
19698
19570
|
*/
|
|
19699
19571
|
|
|
19700
19572
|
/**
|
|
@@ -19893,7 +19765,7 @@ class OAuthApi {
|
|
|
19893
19765
|
/**
|
|
19894
19766
|
* OAuth service.
|
|
19895
19767
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
19896
|
-
* @version
|
|
19768
|
+
* @version 99.0.1
|
|
19897
19769
|
*/
|
|
19898
19770
|
|
|
19899
19771
|
/**
|
|
@@ -20251,7 +20123,7 @@ class ObjectsApi {
|
|
|
20251
20123
|
/**
|
|
20252
20124
|
* Objects service.
|
|
20253
20125
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
20254
|
-
* @version
|
|
20126
|
+
* @version 99.0.1
|
|
20255
20127
|
*/
|
|
20256
20128
|
|
|
20257
20129
|
/**
|
|
@@ -20492,7 +20364,7 @@ class OrganizationApi {
|
|
|
20492
20364
|
/**
|
|
20493
20365
|
* Organization service.
|
|
20494
20366
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
20495
|
-
* @version
|
|
20367
|
+
* @version 99.0.1
|
|
20496
20368
|
*/
|
|
20497
20369
|
|
|
20498
20370
|
/**
|
|
@@ -20747,7 +20619,7 @@ class OrganizationAuthorizationApi {
|
|
|
20747
20619
|
/**
|
|
20748
20620
|
* OrganizationAuthorization service.
|
|
20749
20621
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
20750
|
-
* @version
|
|
20622
|
+
* @version 99.0.1
|
|
20751
20623
|
*/
|
|
20752
20624
|
|
|
20753
20625
|
/**
|
|
@@ -21457,7 +21329,7 @@ class OutboundApi {
|
|
|
21457
21329
|
/**
|
|
21458
21330
|
* Outbound service.
|
|
21459
21331
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
21460
|
-
* @version
|
|
21332
|
+
* @version 99.0.1
|
|
21461
21333
|
*/
|
|
21462
21334
|
|
|
21463
21335
|
/**
|
|
@@ -24431,7 +24303,7 @@ class PresenceApi {
|
|
|
24431
24303
|
/**
|
|
24432
24304
|
* Presence service.
|
|
24433
24305
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
24434
|
-
* @version
|
|
24306
|
+
* @version 99.0.1
|
|
24435
24307
|
*/
|
|
24436
24308
|
|
|
24437
24309
|
/**
|
|
@@ -24778,7 +24650,7 @@ class QualityApi {
|
|
|
24778
24650
|
/**
|
|
24779
24651
|
* Quality service.
|
|
24780
24652
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
24781
|
-
* @version
|
|
24653
|
+
* @version 99.0.1
|
|
24782
24654
|
*/
|
|
24783
24655
|
|
|
24784
24656
|
/**
|
|
@@ -25372,6 +25244,7 @@ class QualityApi {
|
|
|
25372
25244
|
* @param {Object} opts Optional parameters
|
|
25373
25245
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
25374
25246
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
25247
|
+
* @param {String} opts.sortOrder Sort order (default to asc)
|
|
25375
25248
|
*/
|
|
25376
25249
|
getQualityFormsEvaluationVersions(formId, opts) {
|
|
25377
25250
|
opts = opts || {};
|
|
@@ -25385,7 +25258,7 @@ class QualityApi {
|
|
|
25385
25258
|
'/api/v2/quality/forms/evaluations/{formId}/versions',
|
|
25386
25259
|
'GET',
|
|
25387
25260
|
{ 'formId': formId },
|
|
25388
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
25261
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'] },
|
|
25389
25262
|
{ },
|
|
25390
25263
|
{ },
|
|
25391
25264
|
null,
|
|
@@ -26475,7 +26348,7 @@ class RecordingApi {
|
|
|
26475
26348
|
/**
|
|
26476
26349
|
* Recording service.
|
|
26477
26350
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
26478
|
-
* @version
|
|
26351
|
+
* @version 99.0.1
|
|
26479
26352
|
*/
|
|
26480
26353
|
|
|
26481
26354
|
/**
|
|
@@ -27721,7 +27594,7 @@ class ResponseManagementApi {
|
|
|
27721
27594
|
/**
|
|
27722
27595
|
* ResponseManagement service.
|
|
27723
27596
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
27724
|
-
* @version
|
|
27597
|
+
* @version 99.0.1
|
|
27725
27598
|
*/
|
|
27726
27599
|
|
|
27727
27600
|
/**
|
|
@@ -28046,7 +27919,7 @@ class RoutingApi {
|
|
|
28046
27919
|
/**
|
|
28047
27920
|
* Routing service.
|
|
28048
27921
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
28049
|
-
* @version
|
|
27922
|
+
* @version 99.0.1
|
|
28050
27923
|
*/
|
|
28051
27924
|
|
|
28052
27925
|
/**
|
|
@@ -29232,6 +29105,7 @@ class RoutingApi {
|
|
|
29232
29105
|
* @param {Number} opts.pageSize Page size (default to 25)
|
|
29233
29106
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
29234
29107
|
* @param {Object} opts.sortBy Sort by (default to name)
|
|
29108
|
+
* @param {Object} opts.sortOrder Sort order (default to ascending)
|
|
29235
29109
|
* @param {String} opts.name Name
|
|
29236
29110
|
*/
|
|
29237
29111
|
getRoutingWrapupcodes(opts) {
|
|
@@ -29242,7 +29116,7 @@ class RoutingApi {
|
|
|
29242
29116
|
'/api/v2/routing/wrapupcodes',
|
|
29243
29117
|
'GET',
|
|
29244
29118
|
{ },
|
|
29245
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'name': opts['name'] },
|
|
29119
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'name': opts['name'] },
|
|
29246
29120
|
{ },
|
|
29247
29121
|
{ },
|
|
29248
29122
|
null,
|
|
@@ -30344,7 +30218,7 @@ class SCIMApi {
|
|
|
30344
30218
|
/**
|
|
30345
30219
|
* SCIM service.
|
|
30346
30220
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
30347
|
-
* @version
|
|
30221
|
+
* @version 99.0.1
|
|
30348
30222
|
*/
|
|
30349
30223
|
|
|
30350
30224
|
/**
|
|
@@ -31329,7 +31203,7 @@ class ScriptsApi {
|
|
|
31329
31203
|
/**
|
|
31330
31204
|
* Scripts service.
|
|
31331
31205
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
31332
|
-
* @version
|
|
31206
|
+
* @version 99.0.1
|
|
31333
31207
|
*/
|
|
31334
31208
|
|
|
31335
31209
|
/**
|
|
@@ -31682,7 +31556,7 @@ class SearchApi {
|
|
|
31682
31556
|
/**
|
|
31683
31557
|
* Search service.
|
|
31684
31558
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
31685
|
-
* @version
|
|
31559
|
+
* @version 99.0.1
|
|
31686
31560
|
*/
|
|
31687
31561
|
|
|
31688
31562
|
/**
|
|
@@ -32192,7 +32066,7 @@ class SpeechTextAnalyticsApi {
|
|
|
32192
32066
|
/**
|
|
32193
32067
|
* SpeechTextAnalytics service.
|
|
32194
32068
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
32195
|
-
* @version
|
|
32069
|
+
* @version 99.0.1
|
|
32196
32070
|
*/
|
|
32197
32071
|
|
|
32198
32072
|
/**
|
|
@@ -32268,7 +32142,7 @@ class StationsApi {
|
|
|
32268
32142
|
/**
|
|
32269
32143
|
* Stations service.
|
|
32270
32144
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
32271
|
-
* @version
|
|
32145
|
+
* @version 99.0.1
|
|
32272
32146
|
*/
|
|
32273
32147
|
|
|
32274
32148
|
/**
|
|
@@ -32415,7 +32289,7 @@ class SuggestApi {
|
|
|
32415
32289
|
/**
|
|
32416
32290
|
* Suggest service.
|
|
32417
32291
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
32418
|
-
* @version
|
|
32292
|
+
* @version 99.0.1
|
|
32419
32293
|
*/
|
|
32420
32294
|
|
|
32421
32295
|
/**
|
|
@@ -32554,7 +32428,7 @@ class TelephonyApi {
|
|
|
32554
32428
|
/**
|
|
32555
32429
|
* Telephony service.
|
|
32556
32430
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
32557
|
-
* @version
|
|
32431
|
+
* @version 99.0.1
|
|
32558
32432
|
*/
|
|
32559
32433
|
|
|
32560
32434
|
/**
|
|
@@ -32662,7 +32536,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
32662
32536
|
/**
|
|
32663
32537
|
* TelephonyProvidersEdge service.
|
|
32664
32538
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
32665
|
-
* @version
|
|
32539
|
+
* @version 99.0.1
|
|
32666
32540
|
*/
|
|
32667
32541
|
|
|
32668
32542
|
/**
|
|
@@ -36239,7 +36113,7 @@ class TextbotsApi {
|
|
|
36239
36113
|
/**
|
|
36240
36114
|
* Textbots service.
|
|
36241
36115
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
36242
|
-
* @version
|
|
36116
|
+
* @version 99.0.1
|
|
36243
36117
|
*/
|
|
36244
36118
|
|
|
36245
36119
|
/**
|
|
@@ -36285,7 +36159,7 @@ class TokensApi {
|
|
|
36285
36159
|
/**
|
|
36286
36160
|
* Tokens service.
|
|
36287
36161
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
36288
|
-
* @version
|
|
36162
|
+
* @version 99.0.1
|
|
36289
36163
|
*/
|
|
36290
36164
|
|
|
36291
36165
|
/**
|
|
@@ -36371,7 +36245,7 @@ class UploadsApi {
|
|
|
36371
36245
|
/**
|
|
36372
36246
|
* Uploads service.
|
|
36373
36247
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
36374
|
-
* @version
|
|
36248
|
+
* @version 99.0.1
|
|
36375
36249
|
*/
|
|
36376
36250
|
|
|
36377
36251
|
/**
|
|
@@ -36417,7 +36291,7 @@ class UsageApi {
|
|
|
36417
36291
|
/**
|
|
36418
36292
|
* Usage service.
|
|
36419
36293
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
36420
|
-
* @version
|
|
36294
|
+
* @version 99.0.1
|
|
36421
36295
|
*/
|
|
36422
36296
|
|
|
36423
36297
|
/**
|
|
@@ -36488,7 +36362,7 @@ class UserRecordingsApi {
|
|
|
36488
36362
|
/**
|
|
36489
36363
|
* UserRecordings service.
|
|
36490
36364
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
36491
|
-
* @version
|
|
36365
|
+
* @version 99.0.1
|
|
36492
36366
|
*/
|
|
36493
36367
|
|
|
36494
36368
|
/**
|
|
@@ -36672,7 +36546,7 @@ class UsersApi {
|
|
|
36672
36546
|
/**
|
|
36673
36547
|
* Users service.
|
|
36674
36548
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
36675
|
-
* @version
|
|
36549
|
+
* @version 99.0.1
|
|
36676
36550
|
*/
|
|
36677
36551
|
|
|
36678
36552
|
/**
|
|
@@ -37785,7 +37659,7 @@ class UsersApi {
|
|
|
37785
37659
|
|
|
37786
37660
|
/**
|
|
37787
37661
|
* Get a Development Activity
|
|
37788
|
-
*
|
|
37662
|
+
* Permission not required if you are the attendee, creator or facilitator of the coaching appointment or you are the assigned user of the learning assignment.
|
|
37789
37663
|
* @param {String} activityId Specifies the activity ID, maps to either assignment or appointment ID
|
|
37790
37664
|
* @param {Object} type Specifies the activity type.
|
|
37791
37665
|
*/
|
|
@@ -38885,7 +38759,7 @@ class UtilitiesApi {
|
|
|
38885
38759
|
/**
|
|
38886
38760
|
* Utilities service.
|
|
38887
38761
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
38888
|
-
* @version
|
|
38762
|
+
* @version 99.0.1
|
|
38889
38763
|
*/
|
|
38890
38764
|
|
|
38891
38765
|
/**
|
|
@@ -38996,7 +38870,7 @@ class VoicemailApi {
|
|
|
38996
38870
|
/**
|
|
38997
38871
|
* Voicemail service.
|
|
38998
38872
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
38999
|
-
* @version
|
|
38873
|
+
* @version 99.0.1
|
|
39000
38874
|
*/
|
|
39001
38875
|
|
|
39002
38876
|
/**
|
|
@@ -39633,7 +39507,7 @@ class WebChatApi {
|
|
|
39633
39507
|
/**
|
|
39634
39508
|
* WebChat service.
|
|
39635
39509
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
39636
|
-
* @version
|
|
39510
|
+
* @version 99.0.1
|
|
39637
39511
|
*/
|
|
39638
39512
|
|
|
39639
39513
|
/**
|
|
@@ -40177,7 +40051,7 @@ class WidgetsApi {
|
|
|
40177
40051
|
/**
|
|
40178
40052
|
* Widgets service.
|
|
40179
40053
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
40180
|
-
* @version
|
|
40054
|
+
* @version 99.0.1
|
|
40181
40055
|
*/
|
|
40182
40056
|
|
|
40183
40057
|
/**
|
|
@@ -40323,7 +40197,7 @@ class WorkforceManagementApi {
|
|
|
40323
40197
|
/**
|
|
40324
40198
|
* WorkforceManagement service.
|
|
40325
40199
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
40326
|
-
* @version
|
|
40200
|
+
* @version 99.0.1
|
|
40327
40201
|
*/
|
|
40328
40202
|
|
|
40329
40203
|
/**
|
|
@@ -42378,6 +42252,7 @@ class WorkforceManagementApi {
|
|
|
42378
42252
|
* @param {String} workPlanId The ID of the work plan to update
|
|
42379
42253
|
* @param {Object} opts Optional parameters
|
|
42380
42254
|
* @param {Object} opts.body body
|
|
42255
|
+
* @param {Object} opts.validationMode Allows to update work plan even if validation result is invalid
|
|
42381
42256
|
*/
|
|
42382
42257
|
patchWorkforcemanagementManagementunitWorkplan(managementUnitId, workPlanId, opts) {
|
|
42383
42258
|
opts = opts || {};
|
|
@@ -42395,7 +42270,7 @@ class WorkforceManagementApi {
|
|
|
42395
42270
|
'/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans/{workPlanId}',
|
|
42396
42271
|
'PATCH',
|
|
42397
42272
|
{ 'managementUnitId': managementUnitId,'workPlanId': workPlanId },
|
|
42398
|
-
{
|
|
42273
|
+
{ 'validationMode': opts['validationMode'] },
|
|
42399
42274
|
{ },
|
|
42400
42275
|
{ },
|
|
42401
42276
|
opts['body'],
|
|
@@ -43429,6 +43304,7 @@ class WorkforceManagementApi {
|
|
|
43429
43304
|
* @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
|
|
43430
43305
|
* @param {Object} opts Optional parameters
|
|
43431
43306
|
* @param {Object} opts.body body
|
|
43307
|
+
* @param {Object} opts.validationMode Allows to create work plan even if the validation result is invalid
|
|
43432
43308
|
*/
|
|
43433
43309
|
postWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
|
|
43434
43310
|
opts = opts || {};
|
|
@@ -43442,7 +43318,7 @@ class WorkforceManagementApi {
|
|
|
43442
43318
|
'/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans',
|
|
43443
43319
|
'POST',
|
|
43444
43320
|
{ 'managementUnitId': managementUnitId },
|
|
43445
|
-
{
|
|
43321
|
+
{ 'validationMode': opts['validationMode'] },
|
|
43446
43322
|
{ },
|
|
43447
43323
|
{ },
|
|
43448
43324
|
opts['body'],
|
|
@@ -43579,7 +43455,7 @@ class WorkforceManagementApi {
|
|
|
43579
43455
|
* </pre>
|
|
43580
43456
|
* </p>
|
|
43581
43457
|
* @module purecloud-platform-client-v2/index
|
|
43582
|
-
* @version
|
|
43458
|
+
* @version 99.0.1
|
|
43583
43459
|
*/
|
|
43584
43460
|
class platformClient {
|
|
43585
43461
|
constructor() {
|