purecloud-platform-client-v2 128.0.0 → 129.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/node/purecloud-platform-client-v2.js +233 -64
- package/dist/web-amd/purecloud-platform-client-v2.js +233 -64
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +233 -64
- package/dist/web-cjs/purecloud-platform-client-v2.js +233 -64
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +138 -4
- 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/ChatApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/GamificationApi.js +121 -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 +30 -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/MobileDevicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +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 +21 -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
|
@@ -391,7 +391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
391
391
|
|
|
392
392
|
/**
|
|
393
393
|
* @module purecloud-platform-client-v2/ApiClient
|
|
394
|
-
* @version
|
|
394
|
+
* @version 129.0.0
|
|
395
395
|
*/
|
|
396
396
|
class ApiClient {
|
|
397
397
|
/**
|
|
@@ -1338,7 +1338,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1338
1338
|
|
|
1339
1339
|
// set header parameters
|
|
1340
1340
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
1341
|
-
//request.set({ 'purecloud-sdk': '
|
|
1341
|
+
//request.set({ 'purecloud-sdk': '129.0.0' });
|
|
1342
1342
|
|
|
1343
1343
|
// set request timeout
|
|
1344
1344
|
request.timeout(that.timeout);
|
|
@@ -1438,7 +1438,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1438
1438
|
/**
|
|
1439
1439
|
* Alerting service.
|
|
1440
1440
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1441
|
-
* @version
|
|
1441
|
+
* @version 129.0.0
|
|
1442
1442
|
*/
|
|
1443
1443
|
|
|
1444
1444
|
/**
|
|
@@ -1752,7 +1752,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
1752
1752
|
/**
|
|
1753
1753
|
* Analytics service.
|
|
1754
1754
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1755
|
-
* @version
|
|
1755
|
+
* @version 129.0.0
|
|
1756
1756
|
*/
|
|
1757
1757
|
|
|
1758
1758
|
/**
|
|
@@ -2889,7 +2889,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
2889
2889
|
/**
|
|
2890
2890
|
* Architect service.
|
|
2891
2891
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2892
|
-
* @version
|
|
2892
|
+
* @version 129.0.0
|
|
2893
2893
|
*/
|
|
2894
2894
|
|
|
2895
2895
|
/**
|
|
@@ -5885,7 +5885,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
5885
5885
|
/**
|
|
5886
5886
|
* Audit service.
|
|
5887
5887
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5888
|
-
* @version
|
|
5888
|
+
* @version 129.0.0
|
|
5889
5889
|
*/
|
|
5890
5890
|
|
|
5891
5891
|
/**
|
|
@@ -6056,7 +6056,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
6056
6056
|
/**
|
|
6057
6057
|
* Authorization service.
|
|
6058
6058
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6059
|
-
* @version
|
|
6059
|
+
* @version 129.0.0
|
|
6060
6060
|
*/
|
|
6061
6061
|
|
|
6062
6062
|
/**
|
|
@@ -7239,7 +7239,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7239
7239
|
/**
|
|
7240
7240
|
* Billing service.
|
|
7241
7241
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7242
|
-
* @version
|
|
7242
|
+
* @version 129.0.0
|
|
7243
7243
|
*/
|
|
7244
7244
|
|
|
7245
7245
|
/**
|
|
@@ -7319,7 +7319,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7319
7319
|
/**
|
|
7320
7320
|
* Chat service.
|
|
7321
7321
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7322
|
-
* @version
|
|
7322
|
+
* @version 129.0.0
|
|
7323
7323
|
*/
|
|
7324
7324
|
|
|
7325
7325
|
/**
|
|
@@ -7410,7 +7410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7410
7410
|
/**
|
|
7411
7411
|
* Coaching service.
|
|
7412
7412
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7413
|
-
* @version
|
|
7413
|
+
* @version 129.0.0
|
|
7414
7414
|
*/
|
|
7415
7415
|
|
|
7416
7416
|
/**
|
|
@@ -7985,7 +7985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
7985
7985
|
/**
|
|
7986
7986
|
* ContentManagement service.
|
|
7987
7987
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7988
|
-
* @version
|
|
7988
|
+
* @version 129.0.0
|
|
7989
7989
|
*/
|
|
7990
7990
|
|
|
7991
7991
|
/**
|
|
@@ -9125,7 +9125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
9125
9125
|
/**
|
|
9126
9126
|
* Conversations service.
|
|
9127
9127
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9128
|
-
* @version
|
|
9128
|
+
* @version 129.0.0
|
|
9129
9129
|
*/
|
|
9130
9130
|
|
|
9131
9131
|
/**
|
|
@@ -13514,7 +13514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13514
13514
|
/**
|
|
13515
13515
|
* DataExtensions service.
|
|
13516
13516
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
13517
|
-
* @version
|
|
13517
|
+
* @version 129.0.0
|
|
13518
13518
|
*/
|
|
13519
13519
|
|
|
13520
13520
|
/**
|
|
@@ -13600,7 +13600,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
13600
13600
|
/**
|
|
13601
13601
|
* ExternalContacts service.
|
|
13602
13602
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
13603
|
-
* @version
|
|
13603
|
+
* @version 129.0.0
|
|
13604
13604
|
*/
|
|
13605
13605
|
|
|
13606
13606
|
/**
|
|
@@ -15343,7 +15343,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15343
15343
|
/**
|
|
15344
15344
|
* Fax service.
|
|
15345
15345
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
15346
|
-
* @version
|
|
15346
|
+
* @version 129.0.0
|
|
15347
15347
|
*/
|
|
15348
15348
|
|
|
15349
15349
|
/**
|
|
@@ -15514,7 +15514,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15514
15514
|
/**
|
|
15515
15515
|
* Flows service.
|
|
15516
15516
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
15517
|
-
* @version
|
|
15517
|
+
* @version 129.0.0
|
|
15518
15518
|
*/
|
|
15519
15519
|
|
|
15520
15520
|
/**
|
|
@@ -15585,7 +15585,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15585
15585
|
/**
|
|
15586
15586
|
* Gamification service.
|
|
15587
15587
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
15588
|
-
* @version
|
|
15588
|
+
* @version 129.0.0
|
|
15589
15589
|
*/
|
|
15590
15590
|
|
|
15591
15591
|
/**
|
|
@@ -15853,6 +15853,31 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
15853
15853
|
);
|
|
15854
15854
|
}
|
|
15855
15855
|
|
|
15856
|
+
/**
|
|
15857
|
+
* Members of a given performance profile
|
|
15858
|
+
*
|
|
15859
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
15860
|
+
*/
|
|
15861
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
15862
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
15863
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
15864
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
15865
|
+
}
|
|
15866
|
+
|
|
15867
|
+
return this.apiClient.callApi(
|
|
15868
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
15869
|
+
'GET',
|
|
15870
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
15871
|
+
{ },
|
|
15872
|
+
{ },
|
|
15873
|
+
{ },
|
|
15874
|
+
null,
|
|
15875
|
+
['PureCloud OAuth'],
|
|
15876
|
+
['application/json'],
|
|
15877
|
+
['application/json']
|
|
15878
|
+
);
|
|
15879
|
+
}
|
|
15880
|
+
|
|
15856
15881
|
/**
|
|
15857
15882
|
* Performance profile gamified metric by id
|
|
15858
15883
|
*
|
|
@@ -16707,6 +16732,101 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16707
16732
|
);
|
|
16708
16733
|
}
|
|
16709
16734
|
|
|
16735
|
+
/**
|
|
16736
|
+
* Assign members to a given performance profile
|
|
16737
|
+
*
|
|
16738
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16739
|
+
* @param {Object} body assignUsers
|
|
16740
|
+
*/
|
|
16741
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
16742
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16743
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16744
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
16745
|
+
}
|
|
16746
|
+
// verify the required parameter 'body' is set
|
|
16747
|
+
if (body === undefined || body === null) {
|
|
16748
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
16749
|
+
}
|
|
16750
|
+
|
|
16751
|
+
return this.apiClient.callApi(
|
|
16752
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
16753
|
+
'POST',
|
|
16754
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16755
|
+
{ },
|
|
16756
|
+
{ },
|
|
16757
|
+
{ },
|
|
16758
|
+
body,
|
|
16759
|
+
['PureCloud OAuth'],
|
|
16760
|
+
['application/json'],
|
|
16761
|
+
['application/json']
|
|
16762
|
+
);
|
|
16763
|
+
}
|
|
16764
|
+
|
|
16765
|
+
/**
|
|
16766
|
+
* Validate member assignment
|
|
16767
|
+
*
|
|
16768
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16769
|
+
* @param {Object} body memberAssignments
|
|
16770
|
+
*/
|
|
16771
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
16772
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16773
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16774
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
16775
|
+
}
|
|
16776
|
+
// verify the required parameter 'body' is set
|
|
16777
|
+
if (body === undefined || body === null) {
|
|
16778
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
16779
|
+
}
|
|
16780
|
+
|
|
16781
|
+
return this.apiClient.callApi(
|
|
16782
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
16783
|
+
'POST',
|
|
16784
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16785
|
+
{ },
|
|
16786
|
+
{ },
|
|
16787
|
+
{ },
|
|
16788
|
+
body,
|
|
16789
|
+
['PureCloud OAuth'],
|
|
16790
|
+
['application/json'],
|
|
16791
|
+
['application/json']
|
|
16792
|
+
);
|
|
16793
|
+
}
|
|
16794
|
+
|
|
16795
|
+
/**
|
|
16796
|
+
* Creates a linked metric
|
|
16797
|
+
*
|
|
16798
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
16799
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
16800
|
+
* @param {Object} body linkedMetric
|
|
16801
|
+
*/
|
|
16802
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
16803
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
16804
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
16805
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
16806
|
+
}
|
|
16807
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
16808
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
16809
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
16810
|
+
}
|
|
16811
|
+
// verify the required parameter 'body' is set
|
|
16812
|
+
if (body === undefined || body === null) {
|
|
16813
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
16814
|
+
}
|
|
16815
|
+
|
|
16816
|
+
return this.apiClient.callApi(
|
|
16817
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
16818
|
+
'POST',
|
|
16819
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
16820
|
+
{ },
|
|
16821
|
+
{ },
|
|
16822
|
+
{ },
|
|
16823
|
+
body,
|
|
16824
|
+
['PureCloud OAuth'],
|
|
16825
|
+
['application/json'],
|
|
16826
|
+
['application/json']
|
|
16827
|
+
);
|
|
16828
|
+
}
|
|
16829
|
+
|
|
16710
16830
|
/**
|
|
16711
16831
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
16712
16832
|
*
|
|
@@ -16891,7 +17011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
16891
17011
|
/**
|
|
16892
17012
|
* GeneralDataProtectionRegulation service.
|
|
16893
17013
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
16894
|
-
* @version
|
|
17014
|
+
* @version 129.0.0
|
|
16895
17015
|
*/
|
|
16896
17016
|
|
|
16897
17017
|
/**
|
|
@@ -17021,7 +17141,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17021
17141
|
/**
|
|
17022
17142
|
* Geolocation service.
|
|
17023
17143
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17024
|
-
* @version
|
|
17144
|
+
* @version 129.0.0
|
|
17025
17145
|
*/
|
|
17026
17146
|
|
|
17027
17147
|
/**
|
|
@@ -17152,7 +17272,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17152
17272
|
/**
|
|
17153
17273
|
* Greetings service.
|
|
17154
17274
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17155
|
-
* @version
|
|
17275
|
+
* @version 129.0.0
|
|
17156
17276
|
*/
|
|
17157
17277
|
|
|
17158
17278
|
/**
|
|
@@ -17607,7 +17727,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
17607
17727
|
/**
|
|
17608
17728
|
* Groups service.
|
|
17609
17729
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
17610
|
-
* @version
|
|
17730
|
+
* @version 129.0.0
|
|
17611
17731
|
*/
|
|
17612
17732
|
|
|
17613
17733
|
/**
|
|
@@ -18012,7 +18132,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18012
18132
|
/**
|
|
18013
18133
|
* IdentityProvider service.
|
|
18014
18134
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18015
|
-
* @version
|
|
18135
|
+
* @version 129.0.0
|
|
18016
18136
|
*/
|
|
18017
18137
|
|
|
18018
18138
|
/**
|
|
@@ -18768,7 +18888,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
18768
18888
|
/**
|
|
18769
18889
|
* Integrations service.
|
|
18770
18890
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
18771
|
-
* @version
|
|
18891
|
+
* @version 129.0.0
|
|
18772
18892
|
*/
|
|
18773
18893
|
|
|
18774
18894
|
/**
|
|
@@ -19425,6 +19545,35 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
19425
19545
|
);
|
|
19426
19546
|
}
|
|
19427
19547
|
|
|
19548
|
+
/**
|
|
19549
|
+
* UC integration client application configuration.
|
|
19550
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
19551
|
+
* @param {Object} opts Optional parameters
|
|
19552
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
19553
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
19554
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
19555
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
19556
|
+
* @param {String} opts.nextPage next page token
|
|
19557
|
+
* @param {String} opts.previousPage Previous page token
|
|
19558
|
+
*/
|
|
19559
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
19560
|
+
opts = opts || {};
|
|
19561
|
+
|
|
19562
|
+
|
|
19563
|
+
return this.apiClient.callApi(
|
|
19564
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
19565
|
+
'GET',
|
|
19566
|
+
{ },
|
|
19567
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
19568
|
+
{ },
|
|
19569
|
+
{ },
|
|
19570
|
+
null,
|
|
19571
|
+
['PureCloud OAuth'],
|
|
19572
|
+
['application/json'],
|
|
19573
|
+
['application/json']
|
|
19574
|
+
);
|
|
19575
|
+
}
|
|
19576
|
+
|
|
19428
19577
|
/**
|
|
19429
19578
|
* Get a single credential with sensitive fields redacted
|
|
19430
19579
|
*
|
|
@@ -20414,7 +20563,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
20414
20563
|
/**
|
|
20415
20564
|
* Journey service.
|
|
20416
20565
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
20417
|
-
* @version
|
|
20566
|
+
* @version 129.0.0
|
|
20418
20567
|
*/
|
|
20419
20568
|
|
|
20420
20569
|
/**
|
|
@@ -21125,7 +21274,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
21125
21274
|
/**
|
|
21126
21275
|
* Knowledge service.
|
|
21127
21276
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21128
|
-
* @version
|
|
21277
|
+
* @version 129.0.0
|
|
21129
21278
|
*/
|
|
21130
21279
|
|
|
21131
21280
|
/**
|
|
@@ -22025,7 +22174,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22025
22174
|
/**
|
|
22026
22175
|
* LanguageUnderstanding service.
|
|
22027
22176
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22028
|
-
* @version
|
|
22177
|
+
* @version 129.0.0
|
|
22029
22178
|
*/
|
|
22030
22179
|
|
|
22031
22180
|
/**
|
|
@@ -22929,7 +23078,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
22929
23078
|
/**
|
|
22930
23079
|
* Languages service.
|
|
22931
23080
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
22932
|
-
* @version
|
|
23081
|
+
* @version 129.0.0
|
|
22933
23082
|
*/
|
|
22934
23083
|
|
|
22935
23084
|
/**
|
|
@@ -23197,7 +23346,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23197
23346
|
/**
|
|
23198
23347
|
* Learning service.
|
|
23199
23348
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
23200
|
-
* @version
|
|
23349
|
+
* @version 129.0.0
|
|
23201
23350
|
*/
|
|
23202
23351
|
|
|
23203
23352
|
/**
|
|
@@ -23788,7 +23937,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
23788
23937
|
/**
|
|
23789
23938
|
* License service.
|
|
23790
23939
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
23791
|
-
* @version
|
|
23940
|
+
* @version 129.0.0
|
|
23792
23941
|
*/
|
|
23793
23942
|
|
|
23794
23943
|
/**
|
|
@@ -24026,7 +24175,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24026
24175
|
/**
|
|
24027
24176
|
* Locations service.
|
|
24028
24177
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24029
|
-
* @version
|
|
24178
|
+
* @version 129.0.0
|
|
24030
24179
|
*/
|
|
24031
24180
|
|
|
24032
24181
|
/**
|
|
@@ -24262,7 +24411,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24262
24411
|
/**
|
|
24263
24412
|
* MobileDevices service.
|
|
24264
24413
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
24265
|
-
* @version
|
|
24414
|
+
* @version 129.0.0
|
|
24266
24415
|
*/
|
|
24267
24416
|
|
|
24268
24417
|
/**
|
|
@@ -24413,7 +24562,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24413
24562
|
/**
|
|
24414
24563
|
* Notifications service.
|
|
24415
24564
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
24416
|
-
* @version
|
|
24565
|
+
* @version 129.0.0
|
|
24417
24566
|
*/
|
|
24418
24567
|
|
|
24419
24568
|
/**
|
|
@@ -24638,7 +24787,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24638
24787
|
/**
|
|
24639
24788
|
* OAuth service.
|
|
24640
24789
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
24641
|
-
* @version
|
|
24790
|
+
* @version 129.0.0
|
|
24642
24791
|
*/
|
|
24643
24792
|
|
|
24644
24793
|
/**
|
|
@@ -24996,7 +25145,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
24996
25145
|
/**
|
|
24997
25146
|
* Objects service.
|
|
24998
25147
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
24999
|
-
* @version
|
|
25148
|
+
* @version 129.0.0
|
|
25000
25149
|
*/
|
|
25001
25150
|
|
|
25002
25151
|
/**
|
|
@@ -25267,7 +25416,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25267
25416
|
/**
|
|
25268
25417
|
* Organization service.
|
|
25269
25418
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
25270
|
-
* @version
|
|
25419
|
+
* @version 129.0.0
|
|
25271
25420
|
*/
|
|
25272
25421
|
|
|
25273
25422
|
/**
|
|
@@ -25670,7 +25819,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
25670
25819
|
/**
|
|
25671
25820
|
* OrganizationAuthorization service.
|
|
25672
25821
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
25673
|
-
* @version
|
|
25822
|
+
* @version 129.0.0
|
|
25674
25823
|
*/
|
|
25675
25824
|
|
|
25676
25825
|
/**
|
|
@@ -26595,7 +26744,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
26595
26744
|
/**
|
|
26596
26745
|
* Outbound service.
|
|
26597
26746
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
26598
|
-
* @version
|
|
26747
|
+
* @version 129.0.0
|
|
26599
26748
|
*/
|
|
26600
26749
|
|
|
26601
26750
|
/**
|
|
@@ -29621,7 +29770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29621
29770
|
/**
|
|
29622
29771
|
* Presence service.
|
|
29623
29772
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
29624
|
-
* @version
|
|
29773
|
+
* @version 129.0.0
|
|
29625
29774
|
*/
|
|
29626
29775
|
|
|
29627
29776
|
/**
|
|
@@ -29993,7 +30142,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
29993
30142
|
/**
|
|
29994
30143
|
* Quality service.
|
|
29995
30144
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
29996
|
-
* @version
|
|
30145
|
+
* @version 129.0.0
|
|
29997
30146
|
*/
|
|
29998
30147
|
|
|
29999
30148
|
/**
|
|
@@ -31521,7 +31670,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
31521
31670
|
/**
|
|
31522
31671
|
* Recording service.
|
|
31523
31672
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
31524
|
-
* @version
|
|
31673
|
+
* @version 129.0.0
|
|
31525
31674
|
*/
|
|
31526
31675
|
|
|
31527
31676
|
/**
|
|
@@ -33044,7 +33193,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33044
33193
|
/**
|
|
33045
33194
|
* ResponseManagement service.
|
|
33046
33195
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
33047
|
-
* @version
|
|
33196
|
+
* @version 129.0.0
|
|
33048
33197
|
*/
|
|
33049
33198
|
|
|
33050
33199
|
/**
|
|
@@ -33369,7 +33518,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
33369
33518
|
/**
|
|
33370
33519
|
* Routing service.
|
|
33371
33520
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
33372
|
-
* @version
|
|
33521
|
+
* @version 129.0.0
|
|
33373
33522
|
*/
|
|
33374
33523
|
|
|
33375
33524
|
/**
|
|
@@ -36288,7 +36437,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
36288
36437
|
/**
|
|
36289
36438
|
* SCIM service.
|
|
36290
36439
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
36291
|
-
* @version
|
|
36440
|
+
* @version 129.0.0
|
|
36292
36441
|
*/
|
|
36293
36442
|
|
|
36294
36443
|
/**
|
|
@@ -37165,7 +37314,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37165
37314
|
/**
|
|
37166
37315
|
* Scripts service.
|
|
37167
37316
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
37168
|
-
* @version
|
|
37317
|
+
* @version 129.0.0
|
|
37169
37318
|
*/
|
|
37170
37319
|
|
|
37171
37320
|
/**
|
|
@@ -37518,7 +37667,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
37518
37667
|
/**
|
|
37519
37668
|
* Search service.
|
|
37520
37669
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
37521
|
-
* @version
|
|
37670
|
+
* @version 129.0.0
|
|
37522
37671
|
*/
|
|
37523
37672
|
|
|
37524
37673
|
/**
|
|
@@ -38053,7 +38202,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38053
38202
|
/**
|
|
38054
38203
|
* SpeechTextAnalytics service.
|
|
38055
38204
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
38056
|
-
* @version
|
|
38205
|
+
* @version 129.0.0
|
|
38057
38206
|
*/
|
|
38058
38207
|
|
|
38059
38208
|
/**
|
|
@@ -38926,7 +39075,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
38926
39075
|
/**
|
|
38927
39076
|
* Stations service.
|
|
38928
39077
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
38929
|
-
* @version
|
|
39078
|
+
* @version 129.0.0
|
|
38930
39079
|
*/
|
|
38931
39080
|
|
|
38932
39081
|
/**
|
|
@@ -39073,7 +39222,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39073
39222
|
/**
|
|
39074
39223
|
* Suggest service.
|
|
39075
39224
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
39076
|
-
* @version
|
|
39225
|
+
* @version 129.0.0
|
|
39077
39226
|
*/
|
|
39078
39227
|
|
|
39079
39228
|
/**
|
|
@@ -39212,7 +39361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39212
39361
|
/**
|
|
39213
39362
|
* Telephony service.
|
|
39214
39363
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
39215
|
-
* @version
|
|
39364
|
+
* @version 129.0.0
|
|
39216
39365
|
*/
|
|
39217
39366
|
|
|
39218
39367
|
/**
|
|
@@ -39320,7 +39469,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
39320
39469
|
/**
|
|
39321
39470
|
* TelephonyProvidersEdge service.
|
|
39322
39471
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
39323
|
-
* @version
|
|
39472
|
+
* @version 129.0.0
|
|
39324
39473
|
*/
|
|
39325
39474
|
|
|
39326
39475
|
/**
|
|
@@ -40658,6 +40807,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
40658
40807
|
);
|
|
40659
40808
|
}
|
|
40660
40809
|
|
|
40810
|
+
/**
|
|
40811
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
40812
|
+
*
|
|
40813
|
+
*/
|
|
40814
|
+
getTelephonyProvidersEdgesExpired() {
|
|
40815
|
+
|
|
40816
|
+
return this.apiClient.callApi(
|
|
40817
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
40818
|
+
'GET',
|
|
40819
|
+
{ },
|
|
40820
|
+
{ },
|
|
40821
|
+
{ },
|
|
40822
|
+
{ },
|
|
40823
|
+
null,
|
|
40824
|
+
['PureCloud OAuth'],
|
|
40825
|
+
['application/json'],
|
|
40826
|
+
['application/json']
|
|
40827
|
+
);
|
|
40828
|
+
}
|
|
40829
|
+
|
|
40661
40830
|
/**
|
|
40662
40831
|
* Get an extension by ID.
|
|
40663
40832
|
*
|
|
@@ -42933,7 +43102,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
42933
43102
|
/**
|
|
42934
43103
|
* Textbots service.
|
|
42935
43104
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
42936
|
-
* @version
|
|
43105
|
+
* @version 129.0.0
|
|
42937
43106
|
*/
|
|
42938
43107
|
|
|
42939
43108
|
/**
|
|
@@ -43061,7 +43230,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43061
43230
|
/**
|
|
43062
43231
|
* Tokens service.
|
|
43063
43232
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
43064
|
-
* @version
|
|
43233
|
+
* @version 129.0.0
|
|
43065
43234
|
*/
|
|
43066
43235
|
|
|
43067
43236
|
/**
|
|
@@ -43167,7 +43336,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43167
43336
|
/**
|
|
43168
43337
|
* Uploads service.
|
|
43169
43338
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
43170
|
-
* @version
|
|
43339
|
+
* @version 129.0.0
|
|
43171
43340
|
*/
|
|
43172
43341
|
|
|
43173
43342
|
/**
|
|
@@ -43343,7 +43512,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43343
43512
|
/**
|
|
43344
43513
|
* Usage service.
|
|
43345
43514
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
43346
|
-
* @version
|
|
43515
|
+
* @version 129.0.0
|
|
43347
43516
|
*/
|
|
43348
43517
|
|
|
43349
43518
|
/**
|
|
@@ -43414,7 +43583,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43414
43583
|
/**
|
|
43415
43584
|
* UserRecordings service.
|
|
43416
43585
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
43417
|
-
* @version
|
|
43586
|
+
* @version 129.0.0
|
|
43418
43587
|
*/
|
|
43419
43588
|
|
|
43420
43589
|
/**
|
|
@@ -43598,7 +43767,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
43598
43767
|
/**
|
|
43599
43768
|
* Users service.
|
|
43600
43769
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
43601
|
-
* @version
|
|
43770
|
+
* @version 129.0.0
|
|
43602
43771
|
*/
|
|
43603
43772
|
|
|
43604
43773
|
/**
|
|
@@ -45900,7 +46069,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
45900
46069
|
/**
|
|
45901
46070
|
* Utilities service.
|
|
45902
46071
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
45903
|
-
* @version
|
|
46072
|
+
* @version 129.0.0
|
|
45904
46073
|
*/
|
|
45905
46074
|
|
|
45906
46075
|
/**
|
|
@@ -46011,7 +46180,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46011
46180
|
/**
|
|
46012
46181
|
* Voicemail service.
|
|
46013
46182
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
46014
|
-
* @version
|
|
46183
|
+
* @version 129.0.0
|
|
46015
46184
|
*/
|
|
46016
46185
|
|
|
46017
46186
|
/**
|
|
@@ -46678,7 +46847,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
46678
46847
|
/**
|
|
46679
46848
|
* WebChat service.
|
|
46680
46849
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
46681
|
-
* @version
|
|
46850
|
+
* @version 129.0.0
|
|
46682
46851
|
*/
|
|
46683
46852
|
|
|
46684
46853
|
/**
|
|
@@ -47222,7 +47391,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47222
47391
|
/**
|
|
47223
47392
|
* WebDeployments service.
|
|
47224
47393
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
47225
|
-
* @version
|
|
47394
|
+
* @version 129.0.0
|
|
47226
47395
|
*/
|
|
47227
47396
|
|
|
47228
47397
|
/**
|
|
@@ -47577,7 +47746,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47577
47746
|
/**
|
|
47578
47747
|
* WebMessaging service.
|
|
47579
47748
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
47580
|
-
* @version
|
|
47749
|
+
* @version 129.0.0
|
|
47581
47750
|
*/
|
|
47582
47751
|
|
|
47583
47752
|
/**
|
|
@@ -47623,7 +47792,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47623
47792
|
/**
|
|
47624
47793
|
* Widgets service.
|
|
47625
47794
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
47626
|
-
* @version
|
|
47795
|
+
* @version 129.0.0
|
|
47627
47796
|
*/
|
|
47628
47797
|
|
|
47629
47798
|
/**
|
|
@@ -47769,7 +47938,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
47769
47938
|
/**
|
|
47770
47939
|
* WorkforceManagement service.
|
|
47771
47940
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
47772
|
-
* @version
|
|
47941
|
+
* @version 129.0.0
|
|
47773
47942
|
*/
|
|
47774
47943
|
|
|
47775
47944
|
/**
|
|
@@ -51800,7 +51969,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
|
|
|
51800
51969
|
* </pre>
|
|
51801
51970
|
* </p>
|
|
51802
51971
|
* @module purecloud-platform-client-v2/index
|
|
51803
|
-
* @version
|
|
51972
|
+
* @version 129.0.0
|
|
51804
51973
|
*/
|
|
51805
51974
|
class platformClient {
|
|
51806
51975
|
constructor() {
|