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
|
@@ -393,7 +393,7 @@ class Configuration {
|
|
|
393
393
|
|
|
394
394
|
/**
|
|
395
395
|
* @module purecloud-platform-client-v2/ApiClient
|
|
396
|
-
* @version
|
|
396
|
+
* @version 129.0.0
|
|
397
397
|
*/
|
|
398
398
|
class ApiClient {
|
|
399
399
|
/**
|
|
@@ -1340,7 +1340,7 @@ class ApiClient {
|
|
|
1340
1340
|
|
|
1341
1341
|
// set header parameters
|
|
1342
1342
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
1343
|
-
//request.set({ 'purecloud-sdk': '
|
|
1343
|
+
//request.set({ 'purecloud-sdk': '129.0.0' });
|
|
1344
1344
|
|
|
1345
1345
|
// set request timeout
|
|
1346
1346
|
request.timeout(that.timeout);
|
|
@@ -1440,7 +1440,7 @@ class AlertingApi {
|
|
|
1440
1440
|
/**
|
|
1441
1441
|
* Alerting service.
|
|
1442
1442
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
1443
|
-
* @version
|
|
1443
|
+
* @version 129.0.0
|
|
1444
1444
|
*/
|
|
1445
1445
|
|
|
1446
1446
|
/**
|
|
@@ -1754,7 +1754,7 @@ class AnalyticsApi {
|
|
|
1754
1754
|
/**
|
|
1755
1755
|
* Analytics service.
|
|
1756
1756
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
1757
|
-
* @version
|
|
1757
|
+
* @version 129.0.0
|
|
1758
1758
|
*/
|
|
1759
1759
|
|
|
1760
1760
|
/**
|
|
@@ -2891,7 +2891,7 @@ class ArchitectApi {
|
|
|
2891
2891
|
/**
|
|
2892
2892
|
* Architect service.
|
|
2893
2893
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
2894
|
-
* @version
|
|
2894
|
+
* @version 129.0.0
|
|
2895
2895
|
*/
|
|
2896
2896
|
|
|
2897
2897
|
/**
|
|
@@ -5887,7 +5887,7 @@ class AuditApi {
|
|
|
5887
5887
|
/**
|
|
5888
5888
|
* Audit service.
|
|
5889
5889
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
5890
|
-
* @version
|
|
5890
|
+
* @version 129.0.0
|
|
5891
5891
|
*/
|
|
5892
5892
|
|
|
5893
5893
|
/**
|
|
@@ -6058,7 +6058,7 @@ class AuthorizationApi {
|
|
|
6058
6058
|
/**
|
|
6059
6059
|
* Authorization service.
|
|
6060
6060
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
6061
|
-
* @version
|
|
6061
|
+
* @version 129.0.0
|
|
6062
6062
|
*/
|
|
6063
6063
|
|
|
6064
6064
|
/**
|
|
@@ -7241,7 +7241,7 @@ class BillingApi {
|
|
|
7241
7241
|
/**
|
|
7242
7242
|
* Billing service.
|
|
7243
7243
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
7244
|
-
* @version
|
|
7244
|
+
* @version 129.0.0
|
|
7245
7245
|
*/
|
|
7246
7246
|
|
|
7247
7247
|
/**
|
|
@@ -7321,7 +7321,7 @@ class ChatApi {
|
|
|
7321
7321
|
/**
|
|
7322
7322
|
* Chat service.
|
|
7323
7323
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
7324
|
-
* @version
|
|
7324
|
+
* @version 129.0.0
|
|
7325
7325
|
*/
|
|
7326
7326
|
|
|
7327
7327
|
/**
|
|
@@ -7412,7 +7412,7 @@ class CoachingApi {
|
|
|
7412
7412
|
/**
|
|
7413
7413
|
* Coaching service.
|
|
7414
7414
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
7415
|
-
* @version
|
|
7415
|
+
* @version 129.0.0
|
|
7416
7416
|
*/
|
|
7417
7417
|
|
|
7418
7418
|
/**
|
|
@@ -7987,7 +7987,7 @@ class ContentManagementApi {
|
|
|
7987
7987
|
/**
|
|
7988
7988
|
* ContentManagement service.
|
|
7989
7989
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
7990
|
-
* @version
|
|
7990
|
+
* @version 129.0.0
|
|
7991
7991
|
*/
|
|
7992
7992
|
|
|
7993
7993
|
/**
|
|
@@ -9127,7 +9127,7 @@ class ConversationsApi {
|
|
|
9127
9127
|
/**
|
|
9128
9128
|
* Conversations service.
|
|
9129
9129
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
9130
|
-
* @version
|
|
9130
|
+
* @version 129.0.0
|
|
9131
9131
|
*/
|
|
9132
9132
|
|
|
9133
9133
|
/**
|
|
@@ -13516,7 +13516,7 @@ class DataExtensionsApi {
|
|
|
13516
13516
|
/**
|
|
13517
13517
|
* DataExtensions service.
|
|
13518
13518
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
13519
|
-
* @version
|
|
13519
|
+
* @version 129.0.0
|
|
13520
13520
|
*/
|
|
13521
13521
|
|
|
13522
13522
|
/**
|
|
@@ -13602,7 +13602,7 @@ class ExternalContactsApi {
|
|
|
13602
13602
|
/**
|
|
13603
13603
|
* ExternalContacts service.
|
|
13604
13604
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
13605
|
-
* @version
|
|
13605
|
+
* @version 129.0.0
|
|
13606
13606
|
*/
|
|
13607
13607
|
|
|
13608
13608
|
/**
|
|
@@ -15345,7 +15345,7 @@ class FaxApi {
|
|
|
15345
15345
|
/**
|
|
15346
15346
|
* Fax service.
|
|
15347
15347
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
15348
|
-
* @version
|
|
15348
|
+
* @version 129.0.0
|
|
15349
15349
|
*/
|
|
15350
15350
|
|
|
15351
15351
|
/**
|
|
@@ -15516,7 +15516,7 @@ class FlowsApi {
|
|
|
15516
15516
|
/**
|
|
15517
15517
|
* Flows service.
|
|
15518
15518
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
15519
|
-
* @version
|
|
15519
|
+
* @version 129.0.0
|
|
15520
15520
|
*/
|
|
15521
15521
|
|
|
15522
15522
|
/**
|
|
@@ -15587,7 +15587,7 @@ class GamificationApi {
|
|
|
15587
15587
|
/**
|
|
15588
15588
|
* Gamification service.
|
|
15589
15589
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
15590
|
-
* @version
|
|
15590
|
+
* @version 129.0.0
|
|
15591
15591
|
*/
|
|
15592
15592
|
|
|
15593
15593
|
/**
|
|
@@ -15855,6 +15855,31 @@ class GamificationApi {
|
|
|
15855
15855
|
);
|
|
15856
15856
|
}
|
|
15857
15857
|
|
|
15858
|
+
/**
|
|
15859
|
+
* Members of a given performance profile
|
|
15860
|
+
*
|
|
15861
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
15862
|
+
*/
|
|
15863
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
15864
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
15865
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
15866
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
15867
|
+
}
|
|
15868
|
+
|
|
15869
|
+
return this.apiClient.callApi(
|
|
15870
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
15871
|
+
'GET',
|
|
15872
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
15873
|
+
{ },
|
|
15874
|
+
{ },
|
|
15875
|
+
{ },
|
|
15876
|
+
null,
|
|
15877
|
+
['PureCloud OAuth'],
|
|
15878
|
+
['application/json'],
|
|
15879
|
+
['application/json']
|
|
15880
|
+
);
|
|
15881
|
+
}
|
|
15882
|
+
|
|
15858
15883
|
/**
|
|
15859
15884
|
* Performance profile gamified metric by id
|
|
15860
15885
|
*
|
|
@@ -16709,6 +16734,101 @@ class GamificationApi {
|
|
|
16709
16734
|
);
|
|
16710
16735
|
}
|
|
16711
16736
|
|
|
16737
|
+
/**
|
|
16738
|
+
* Assign members to a given performance profile
|
|
16739
|
+
*
|
|
16740
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16741
|
+
* @param {Object} body assignUsers
|
|
16742
|
+
*/
|
|
16743
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
16744
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16745
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16746
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
16747
|
+
}
|
|
16748
|
+
// verify the required parameter 'body' is set
|
|
16749
|
+
if (body === undefined || body === null) {
|
|
16750
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
16751
|
+
}
|
|
16752
|
+
|
|
16753
|
+
return this.apiClient.callApi(
|
|
16754
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
16755
|
+
'POST',
|
|
16756
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16757
|
+
{ },
|
|
16758
|
+
{ },
|
|
16759
|
+
{ },
|
|
16760
|
+
body,
|
|
16761
|
+
['PureCloud OAuth'],
|
|
16762
|
+
['application/json'],
|
|
16763
|
+
['application/json']
|
|
16764
|
+
);
|
|
16765
|
+
}
|
|
16766
|
+
|
|
16767
|
+
/**
|
|
16768
|
+
* Validate member assignment
|
|
16769
|
+
*
|
|
16770
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
16771
|
+
* @param {Object} body memberAssignments
|
|
16772
|
+
*/
|
|
16773
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
16774
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
16775
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
16776
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
16777
|
+
}
|
|
16778
|
+
// verify the required parameter 'body' is set
|
|
16779
|
+
if (body === undefined || body === null) {
|
|
16780
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
16781
|
+
}
|
|
16782
|
+
|
|
16783
|
+
return this.apiClient.callApi(
|
|
16784
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
16785
|
+
'POST',
|
|
16786
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
16787
|
+
{ },
|
|
16788
|
+
{ },
|
|
16789
|
+
{ },
|
|
16790
|
+
body,
|
|
16791
|
+
['PureCloud OAuth'],
|
|
16792
|
+
['application/json'],
|
|
16793
|
+
['application/json']
|
|
16794
|
+
);
|
|
16795
|
+
}
|
|
16796
|
+
|
|
16797
|
+
/**
|
|
16798
|
+
* Creates a linked metric
|
|
16799
|
+
*
|
|
16800
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
16801
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
16802
|
+
* @param {Object} body linkedMetric
|
|
16803
|
+
*/
|
|
16804
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
16805
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
16806
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
16807
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
16808
|
+
}
|
|
16809
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
16810
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
16811
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
16812
|
+
}
|
|
16813
|
+
// verify the required parameter 'body' is set
|
|
16814
|
+
if (body === undefined || body === null) {
|
|
16815
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
16816
|
+
}
|
|
16817
|
+
|
|
16818
|
+
return this.apiClient.callApi(
|
|
16819
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
16820
|
+
'POST',
|
|
16821
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
16822
|
+
{ },
|
|
16823
|
+
{ },
|
|
16824
|
+
{ },
|
|
16825
|
+
body,
|
|
16826
|
+
['PureCloud OAuth'],
|
|
16827
|
+
['application/json'],
|
|
16828
|
+
['application/json']
|
|
16829
|
+
);
|
|
16830
|
+
}
|
|
16831
|
+
|
|
16712
16832
|
/**
|
|
16713
16833
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
16714
16834
|
*
|
|
@@ -16893,7 +17013,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
16893
17013
|
/**
|
|
16894
17014
|
* GeneralDataProtectionRegulation service.
|
|
16895
17015
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
16896
|
-
* @version
|
|
17016
|
+
* @version 129.0.0
|
|
16897
17017
|
*/
|
|
16898
17018
|
|
|
16899
17019
|
/**
|
|
@@ -17023,7 +17143,7 @@ class GeolocationApi {
|
|
|
17023
17143
|
/**
|
|
17024
17144
|
* Geolocation service.
|
|
17025
17145
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
17026
|
-
* @version
|
|
17146
|
+
* @version 129.0.0
|
|
17027
17147
|
*/
|
|
17028
17148
|
|
|
17029
17149
|
/**
|
|
@@ -17154,7 +17274,7 @@ class GreetingsApi {
|
|
|
17154
17274
|
/**
|
|
17155
17275
|
* Greetings service.
|
|
17156
17276
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
17157
|
-
* @version
|
|
17277
|
+
* @version 129.0.0
|
|
17158
17278
|
*/
|
|
17159
17279
|
|
|
17160
17280
|
/**
|
|
@@ -17609,7 +17729,7 @@ class GroupsApi {
|
|
|
17609
17729
|
/**
|
|
17610
17730
|
* Groups service.
|
|
17611
17731
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
17612
|
-
* @version
|
|
17732
|
+
* @version 129.0.0
|
|
17613
17733
|
*/
|
|
17614
17734
|
|
|
17615
17735
|
/**
|
|
@@ -18014,7 +18134,7 @@ class IdentityProviderApi {
|
|
|
18014
18134
|
/**
|
|
18015
18135
|
* IdentityProvider service.
|
|
18016
18136
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
18017
|
-
* @version
|
|
18137
|
+
* @version 129.0.0
|
|
18018
18138
|
*/
|
|
18019
18139
|
|
|
18020
18140
|
/**
|
|
@@ -18770,7 +18890,7 @@ class IntegrationsApi {
|
|
|
18770
18890
|
/**
|
|
18771
18891
|
* Integrations service.
|
|
18772
18892
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
18773
|
-
* @version
|
|
18893
|
+
* @version 129.0.0
|
|
18774
18894
|
*/
|
|
18775
18895
|
|
|
18776
18896
|
/**
|
|
@@ -19427,6 +19547,35 @@ class IntegrationsApi {
|
|
|
19427
19547
|
);
|
|
19428
19548
|
}
|
|
19429
19549
|
|
|
19550
|
+
/**
|
|
19551
|
+
* UC integration client application configuration.
|
|
19552
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
19553
|
+
* @param {Object} opts Optional parameters
|
|
19554
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
19555
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
19556
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
19557
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
19558
|
+
* @param {String} opts.nextPage next page token
|
|
19559
|
+
* @param {String} opts.previousPage Previous page token
|
|
19560
|
+
*/
|
|
19561
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
19562
|
+
opts = opts || {};
|
|
19563
|
+
|
|
19564
|
+
|
|
19565
|
+
return this.apiClient.callApi(
|
|
19566
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
19567
|
+
'GET',
|
|
19568
|
+
{ },
|
|
19569
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
19570
|
+
{ },
|
|
19571
|
+
{ },
|
|
19572
|
+
null,
|
|
19573
|
+
['PureCloud OAuth'],
|
|
19574
|
+
['application/json'],
|
|
19575
|
+
['application/json']
|
|
19576
|
+
);
|
|
19577
|
+
}
|
|
19578
|
+
|
|
19430
19579
|
/**
|
|
19431
19580
|
* Get a single credential with sensitive fields redacted
|
|
19432
19581
|
*
|
|
@@ -20416,7 +20565,7 @@ class JourneyApi {
|
|
|
20416
20565
|
/**
|
|
20417
20566
|
* Journey service.
|
|
20418
20567
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
20419
|
-
* @version
|
|
20568
|
+
* @version 129.0.0
|
|
20420
20569
|
*/
|
|
20421
20570
|
|
|
20422
20571
|
/**
|
|
@@ -21127,7 +21276,7 @@ class KnowledgeApi {
|
|
|
21127
21276
|
/**
|
|
21128
21277
|
* Knowledge service.
|
|
21129
21278
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
21130
|
-
* @version
|
|
21279
|
+
* @version 129.0.0
|
|
21131
21280
|
*/
|
|
21132
21281
|
|
|
21133
21282
|
/**
|
|
@@ -22027,7 +22176,7 @@ class LanguageUnderstandingApi {
|
|
|
22027
22176
|
/**
|
|
22028
22177
|
* LanguageUnderstanding service.
|
|
22029
22178
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
22030
|
-
* @version
|
|
22179
|
+
* @version 129.0.0
|
|
22031
22180
|
*/
|
|
22032
22181
|
|
|
22033
22182
|
/**
|
|
@@ -22931,7 +23080,7 @@ class LanguagesApi {
|
|
|
22931
23080
|
/**
|
|
22932
23081
|
* Languages service.
|
|
22933
23082
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
22934
|
-
* @version
|
|
23083
|
+
* @version 129.0.0
|
|
22935
23084
|
*/
|
|
22936
23085
|
|
|
22937
23086
|
/**
|
|
@@ -23199,7 +23348,7 @@ class LearningApi {
|
|
|
23199
23348
|
/**
|
|
23200
23349
|
* Learning service.
|
|
23201
23350
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
23202
|
-
* @version
|
|
23351
|
+
* @version 129.0.0
|
|
23203
23352
|
*/
|
|
23204
23353
|
|
|
23205
23354
|
/**
|
|
@@ -23790,7 +23939,7 @@ class LicenseApi {
|
|
|
23790
23939
|
/**
|
|
23791
23940
|
* License service.
|
|
23792
23941
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
23793
|
-
* @version
|
|
23942
|
+
* @version 129.0.0
|
|
23794
23943
|
*/
|
|
23795
23944
|
|
|
23796
23945
|
/**
|
|
@@ -24028,7 +24177,7 @@ class LocationsApi {
|
|
|
24028
24177
|
/**
|
|
24029
24178
|
* Locations service.
|
|
24030
24179
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
24031
|
-
* @version
|
|
24180
|
+
* @version 129.0.0
|
|
24032
24181
|
*/
|
|
24033
24182
|
|
|
24034
24183
|
/**
|
|
@@ -24264,7 +24413,7 @@ class MobileDevicesApi {
|
|
|
24264
24413
|
/**
|
|
24265
24414
|
* MobileDevices service.
|
|
24266
24415
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
24267
|
-
* @version
|
|
24416
|
+
* @version 129.0.0
|
|
24268
24417
|
*/
|
|
24269
24418
|
|
|
24270
24419
|
/**
|
|
@@ -24415,7 +24564,7 @@ class NotificationsApi {
|
|
|
24415
24564
|
/**
|
|
24416
24565
|
* Notifications service.
|
|
24417
24566
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
24418
|
-
* @version
|
|
24567
|
+
* @version 129.0.0
|
|
24419
24568
|
*/
|
|
24420
24569
|
|
|
24421
24570
|
/**
|
|
@@ -24640,7 +24789,7 @@ class OAuthApi {
|
|
|
24640
24789
|
/**
|
|
24641
24790
|
* OAuth service.
|
|
24642
24791
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
24643
|
-
* @version
|
|
24792
|
+
* @version 129.0.0
|
|
24644
24793
|
*/
|
|
24645
24794
|
|
|
24646
24795
|
/**
|
|
@@ -24998,7 +25147,7 @@ class ObjectsApi {
|
|
|
24998
25147
|
/**
|
|
24999
25148
|
* Objects service.
|
|
25000
25149
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
25001
|
-
* @version
|
|
25150
|
+
* @version 129.0.0
|
|
25002
25151
|
*/
|
|
25003
25152
|
|
|
25004
25153
|
/**
|
|
@@ -25269,7 +25418,7 @@ class OrganizationApi {
|
|
|
25269
25418
|
/**
|
|
25270
25419
|
* Organization service.
|
|
25271
25420
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
25272
|
-
* @version
|
|
25421
|
+
* @version 129.0.0
|
|
25273
25422
|
*/
|
|
25274
25423
|
|
|
25275
25424
|
/**
|
|
@@ -25672,7 +25821,7 @@ class OrganizationAuthorizationApi {
|
|
|
25672
25821
|
/**
|
|
25673
25822
|
* OrganizationAuthorization service.
|
|
25674
25823
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
25675
|
-
* @version
|
|
25824
|
+
* @version 129.0.0
|
|
25676
25825
|
*/
|
|
25677
25826
|
|
|
25678
25827
|
/**
|
|
@@ -26597,7 +26746,7 @@ class OutboundApi {
|
|
|
26597
26746
|
/**
|
|
26598
26747
|
* Outbound service.
|
|
26599
26748
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
26600
|
-
* @version
|
|
26749
|
+
* @version 129.0.0
|
|
26601
26750
|
*/
|
|
26602
26751
|
|
|
26603
26752
|
/**
|
|
@@ -29623,7 +29772,7 @@ class PresenceApi {
|
|
|
29623
29772
|
/**
|
|
29624
29773
|
* Presence service.
|
|
29625
29774
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
29626
|
-
* @version
|
|
29775
|
+
* @version 129.0.0
|
|
29627
29776
|
*/
|
|
29628
29777
|
|
|
29629
29778
|
/**
|
|
@@ -29995,7 +30144,7 @@ class QualityApi {
|
|
|
29995
30144
|
/**
|
|
29996
30145
|
* Quality service.
|
|
29997
30146
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
29998
|
-
* @version
|
|
30147
|
+
* @version 129.0.0
|
|
29999
30148
|
*/
|
|
30000
30149
|
|
|
30001
30150
|
/**
|
|
@@ -31523,7 +31672,7 @@ class RecordingApi {
|
|
|
31523
31672
|
/**
|
|
31524
31673
|
* Recording service.
|
|
31525
31674
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
31526
|
-
* @version
|
|
31675
|
+
* @version 129.0.0
|
|
31527
31676
|
*/
|
|
31528
31677
|
|
|
31529
31678
|
/**
|
|
@@ -33046,7 +33195,7 @@ class ResponseManagementApi {
|
|
|
33046
33195
|
/**
|
|
33047
33196
|
* ResponseManagement service.
|
|
33048
33197
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
33049
|
-
* @version
|
|
33198
|
+
* @version 129.0.0
|
|
33050
33199
|
*/
|
|
33051
33200
|
|
|
33052
33201
|
/**
|
|
@@ -33371,7 +33520,7 @@ class RoutingApi {
|
|
|
33371
33520
|
/**
|
|
33372
33521
|
* Routing service.
|
|
33373
33522
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
33374
|
-
* @version
|
|
33523
|
+
* @version 129.0.0
|
|
33375
33524
|
*/
|
|
33376
33525
|
|
|
33377
33526
|
/**
|
|
@@ -36290,7 +36439,7 @@ class SCIMApi {
|
|
|
36290
36439
|
/**
|
|
36291
36440
|
* SCIM service.
|
|
36292
36441
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
36293
|
-
* @version
|
|
36442
|
+
* @version 129.0.0
|
|
36294
36443
|
*/
|
|
36295
36444
|
|
|
36296
36445
|
/**
|
|
@@ -37167,7 +37316,7 @@ class ScriptsApi {
|
|
|
37167
37316
|
/**
|
|
37168
37317
|
* Scripts service.
|
|
37169
37318
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
37170
|
-
* @version
|
|
37319
|
+
* @version 129.0.0
|
|
37171
37320
|
*/
|
|
37172
37321
|
|
|
37173
37322
|
/**
|
|
@@ -37520,7 +37669,7 @@ class SearchApi {
|
|
|
37520
37669
|
/**
|
|
37521
37670
|
* Search service.
|
|
37522
37671
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
37523
|
-
* @version
|
|
37672
|
+
* @version 129.0.0
|
|
37524
37673
|
*/
|
|
37525
37674
|
|
|
37526
37675
|
/**
|
|
@@ -38055,7 +38204,7 @@ class SpeechTextAnalyticsApi {
|
|
|
38055
38204
|
/**
|
|
38056
38205
|
* SpeechTextAnalytics service.
|
|
38057
38206
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
38058
|
-
* @version
|
|
38207
|
+
* @version 129.0.0
|
|
38059
38208
|
*/
|
|
38060
38209
|
|
|
38061
38210
|
/**
|
|
@@ -38928,7 +39077,7 @@ class StationsApi {
|
|
|
38928
39077
|
/**
|
|
38929
39078
|
* Stations service.
|
|
38930
39079
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
38931
|
-
* @version
|
|
39080
|
+
* @version 129.0.0
|
|
38932
39081
|
*/
|
|
38933
39082
|
|
|
38934
39083
|
/**
|
|
@@ -39075,7 +39224,7 @@ class SuggestApi {
|
|
|
39075
39224
|
/**
|
|
39076
39225
|
* Suggest service.
|
|
39077
39226
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
39078
|
-
* @version
|
|
39227
|
+
* @version 129.0.0
|
|
39079
39228
|
*/
|
|
39080
39229
|
|
|
39081
39230
|
/**
|
|
@@ -39214,7 +39363,7 @@ class TelephonyApi {
|
|
|
39214
39363
|
/**
|
|
39215
39364
|
* Telephony service.
|
|
39216
39365
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
39217
|
-
* @version
|
|
39366
|
+
* @version 129.0.0
|
|
39218
39367
|
*/
|
|
39219
39368
|
|
|
39220
39369
|
/**
|
|
@@ -39322,7 +39471,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
39322
39471
|
/**
|
|
39323
39472
|
* TelephonyProvidersEdge service.
|
|
39324
39473
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
39325
|
-
* @version
|
|
39474
|
+
* @version 129.0.0
|
|
39326
39475
|
*/
|
|
39327
39476
|
|
|
39328
39477
|
/**
|
|
@@ -40660,6 +40809,26 @@ class TelephonyProvidersEdgeApi {
|
|
|
40660
40809
|
);
|
|
40661
40810
|
}
|
|
40662
40811
|
|
|
40812
|
+
/**
|
|
40813
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
40814
|
+
*
|
|
40815
|
+
*/
|
|
40816
|
+
getTelephonyProvidersEdgesExpired() {
|
|
40817
|
+
|
|
40818
|
+
return this.apiClient.callApi(
|
|
40819
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
40820
|
+
'GET',
|
|
40821
|
+
{ },
|
|
40822
|
+
{ },
|
|
40823
|
+
{ },
|
|
40824
|
+
{ },
|
|
40825
|
+
null,
|
|
40826
|
+
['PureCloud OAuth'],
|
|
40827
|
+
['application/json'],
|
|
40828
|
+
['application/json']
|
|
40829
|
+
);
|
|
40830
|
+
}
|
|
40831
|
+
|
|
40663
40832
|
/**
|
|
40664
40833
|
* Get an extension by ID.
|
|
40665
40834
|
*
|
|
@@ -42935,7 +43104,7 @@ class TextbotsApi {
|
|
|
42935
43104
|
/**
|
|
42936
43105
|
* Textbots service.
|
|
42937
43106
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
42938
|
-
* @version
|
|
43107
|
+
* @version 129.0.0
|
|
42939
43108
|
*/
|
|
42940
43109
|
|
|
42941
43110
|
/**
|
|
@@ -43063,7 +43232,7 @@ class TokensApi {
|
|
|
43063
43232
|
/**
|
|
43064
43233
|
* Tokens service.
|
|
43065
43234
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
43066
|
-
* @version
|
|
43235
|
+
* @version 129.0.0
|
|
43067
43236
|
*/
|
|
43068
43237
|
|
|
43069
43238
|
/**
|
|
@@ -43169,7 +43338,7 @@ class UploadsApi {
|
|
|
43169
43338
|
/**
|
|
43170
43339
|
* Uploads service.
|
|
43171
43340
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
43172
|
-
* @version
|
|
43341
|
+
* @version 129.0.0
|
|
43173
43342
|
*/
|
|
43174
43343
|
|
|
43175
43344
|
/**
|
|
@@ -43345,7 +43514,7 @@ class UsageApi {
|
|
|
43345
43514
|
/**
|
|
43346
43515
|
* Usage service.
|
|
43347
43516
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
43348
|
-
* @version
|
|
43517
|
+
* @version 129.0.0
|
|
43349
43518
|
*/
|
|
43350
43519
|
|
|
43351
43520
|
/**
|
|
@@ -43416,7 +43585,7 @@ class UserRecordingsApi {
|
|
|
43416
43585
|
/**
|
|
43417
43586
|
* UserRecordings service.
|
|
43418
43587
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
43419
|
-
* @version
|
|
43588
|
+
* @version 129.0.0
|
|
43420
43589
|
*/
|
|
43421
43590
|
|
|
43422
43591
|
/**
|
|
@@ -43600,7 +43769,7 @@ class UsersApi {
|
|
|
43600
43769
|
/**
|
|
43601
43770
|
* Users service.
|
|
43602
43771
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
43603
|
-
* @version
|
|
43772
|
+
* @version 129.0.0
|
|
43604
43773
|
*/
|
|
43605
43774
|
|
|
43606
43775
|
/**
|
|
@@ -45902,7 +46071,7 @@ class UtilitiesApi {
|
|
|
45902
46071
|
/**
|
|
45903
46072
|
* Utilities service.
|
|
45904
46073
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
45905
|
-
* @version
|
|
46074
|
+
* @version 129.0.0
|
|
45906
46075
|
*/
|
|
45907
46076
|
|
|
45908
46077
|
/**
|
|
@@ -46013,7 +46182,7 @@ class VoicemailApi {
|
|
|
46013
46182
|
/**
|
|
46014
46183
|
* Voicemail service.
|
|
46015
46184
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
46016
|
-
* @version
|
|
46185
|
+
* @version 129.0.0
|
|
46017
46186
|
*/
|
|
46018
46187
|
|
|
46019
46188
|
/**
|
|
@@ -46680,7 +46849,7 @@ class WebChatApi {
|
|
|
46680
46849
|
/**
|
|
46681
46850
|
* WebChat service.
|
|
46682
46851
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
46683
|
-
* @version
|
|
46852
|
+
* @version 129.0.0
|
|
46684
46853
|
*/
|
|
46685
46854
|
|
|
46686
46855
|
/**
|
|
@@ -47224,7 +47393,7 @@ class WebDeploymentsApi {
|
|
|
47224
47393
|
/**
|
|
47225
47394
|
* WebDeployments service.
|
|
47226
47395
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
47227
|
-
* @version
|
|
47396
|
+
* @version 129.0.0
|
|
47228
47397
|
*/
|
|
47229
47398
|
|
|
47230
47399
|
/**
|
|
@@ -47579,7 +47748,7 @@ class WebMessagingApi {
|
|
|
47579
47748
|
/**
|
|
47580
47749
|
* WebMessaging service.
|
|
47581
47750
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
47582
|
-
* @version
|
|
47751
|
+
* @version 129.0.0
|
|
47583
47752
|
*/
|
|
47584
47753
|
|
|
47585
47754
|
/**
|
|
@@ -47625,7 +47794,7 @@ class WidgetsApi {
|
|
|
47625
47794
|
/**
|
|
47626
47795
|
* Widgets service.
|
|
47627
47796
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
47628
|
-
* @version
|
|
47797
|
+
* @version 129.0.0
|
|
47629
47798
|
*/
|
|
47630
47799
|
|
|
47631
47800
|
/**
|
|
@@ -47771,7 +47940,7 @@ class WorkforceManagementApi {
|
|
|
47771
47940
|
/**
|
|
47772
47941
|
* WorkforceManagement service.
|
|
47773
47942
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
47774
|
-
* @version
|
|
47943
|
+
* @version 129.0.0
|
|
47775
47944
|
*/
|
|
47776
47945
|
|
|
47777
47946
|
/**
|
|
@@ -51802,7 +51971,7 @@ class WorkforceManagementApi {
|
|
|
51802
51971
|
* </pre>
|
|
51803
51972
|
* </p>
|
|
51804
51973
|
* @module purecloud-platform-client-v2/index
|
|
51805
|
-
* @version
|
|
51974
|
+
* @version 129.0.0
|
|
51806
51975
|
*/
|
|
51807
51976
|
class platformClient {
|
|
51808
51977
|
constructor() {
|