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
package/dist/web-cjs/bundle.js
CHANGED
|
@@ -2263,7 +2263,7 @@ class Configuration {
|
|
|
2263
2263
|
|
|
2264
2264
|
/**
|
|
2265
2265
|
* @module purecloud-platform-client-v2/ApiClient
|
|
2266
|
-
* @version
|
|
2266
|
+
* @version 129.0.0
|
|
2267
2267
|
*/
|
|
2268
2268
|
class ApiClient {
|
|
2269
2269
|
/**
|
|
@@ -3203,7 +3203,7 @@ class ApiClient {
|
|
|
3203
3203
|
|
|
3204
3204
|
// set header parameters
|
|
3205
3205
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
3206
|
-
//request.set({ 'purecloud-sdk': '
|
|
3206
|
+
//request.set({ 'purecloud-sdk': '129.0.0' });
|
|
3207
3207
|
|
|
3208
3208
|
// set request timeout
|
|
3209
3209
|
request.timeout(that.timeout);
|
|
@@ -3303,7 +3303,7 @@ class AlertingApi {
|
|
|
3303
3303
|
/**
|
|
3304
3304
|
* Alerting service.
|
|
3305
3305
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
3306
|
-
* @version
|
|
3306
|
+
* @version 129.0.0
|
|
3307
3307
|
*/
|
|
3308
3308
|
|
|
3309
3309
|
/**
|
|
@@ -3617,7 +3617,7 @@ class AnalyticsApi {
|
|
|
3617
3617
|
/**
|
|
3618
3618
|
* Analytics service.
|
|
3619
3619
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
3620
|
-
* @version
|
|
3620
|
+
* @version 129.0.0
|
|
3621
3621
|
*/
|
|
3622
3622
|
|
|
3623
3623
|
/**
|
|
@@ -4754,7 +4754,7 @@ class ArchitectApi {
|
|
|
4754
4754
|
/**
|
|
4755
4755
|
* Architect service.
|
|
4756
4756
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
4757
|
-
* @version
|
|
4757
|
+
* @version 129.0.0
|
|
4758
4758
|
*/
|
|
4759
4759
|
|
|
4760
4760
|
/**
|
|
@@ -7750,7 +7750,7 @@ class AuditApi {
|
|
|
7750
7750
|
/**
|
|
7751
7751
|
* Audit service.
|
|
7752
7752
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
7753
|
-
* @version
|
|
7753
|
+
* @version 129.0.0
|
|
7754
7754
|
*/
|
|
7755
7755
|
|
|
7756
7756
|
/**
|
|
@@ -7921,7 +7921,7 @@ class AuthorizationApi {
|
|
|
7921
7921
|
/**
|
|
7922
7922
|
* Authorization service.
|
|
7923
7923
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
7924
|
-
* @version
|
|
7924
|
+
* @version 129.0.0
|
|
7925
7925
|
*/
|
|
7926
7926
|
|
|
7927
7927
|
/**
|
|
@@ -9104,7 +9104,7 @@ class BillingApi {
|
|
|
9104
9104
|
/**
|
|
9105
9105
|
* Billing service.
|
|
9106
9106
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
9107
|
-
* @version
|
|
9107
|
+
* @version 129.0.0
|
|
9108
9108
|
*/
|
|
9109
9109
|
|
|
9110
9110
|
/**
|
|
@@ -9184,7 +9184,7 @@ class ChatApi {
|
|
|
9184
9184
|
/**
|
|
9185
9185
|
* Chat service.
|
|
9186
9186
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
9187
|
-
* @version
|
|
9187
|
+
* @version 129.0.0
|
|
9188
9188
|
*/
|
|
9189
9189
|
|
|
9190
9190
|
/**
|
|
@@ -9275,7 +9275,7 @@ class CoachingApi {
|
|
|
9275
9275
|
/**
|
|
9276
9276
|
* Coaching service.
|
|
9277
9277
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
9278
|
-
* @version
|
|
9278
|
+
* @version 129.0.0
|
|
9279
9279
|
*/
|
|
9280
9280
|
|
|
9281
9281
|
/**
|
|
@@ -9850,7 +9850,7 @@ class ContentManagementApi {
|
|
|
9850
9850
|
/**
|
|
9851
9851
|
* ContentManagement service.
|
|
9852
9852
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
9853
|
-
* @version
|
|
9853
|
+
* @version 129.0.0
|
|
9854
9854
|
*/
|
|
9855
9855
|
|
|
9856
9856
|
/**
|
|
@@ -10990,7 +10990,7 @@ class ConversationsApi {
|
|
|
10990
10990
|
/**
|
|
10991
10991
|
* Conversations service.
|
|
10992
10992
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
10993
|
-
* @version
|
|
10993
|
+
* @version 129.0.0
|
|
10994
10994
|
*/
|
|
10995
10995
|
|
|
10996
10996
|
/**
|
|
@@ -15379,7 +15379,7 @@ class DataExtensionsApi {
|
|
|
15379
15379
|
/**
|
|
15380
15380
|
* DataExtensions service.
|
|
15381
15381
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
15382
|
-
* @version
|
|
15382
|
+
* @version 129.0.0
|
|
15383
15383
|
*/
|
|
15384
15384
|
|
|
15385
15385
|
/**
|
|
@@ -15465,7 +15465,7 @@ class ExternalContactsApi {
|
|
|
15465
15465
|
/**
|
|
15466
15466
|
* ExternalContacts service.
|
|
15467
15467
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
15468
|
-
* @version
|
|
15468
|
+
* @version 129.0.0
|
|
15469
15469
|
*/
|
|
15470
15470
|
|
|
15471
15471
|
/**
|
|
@@ -17208,7 +17208,7 @@ class FaxApi {
|
|
|
17208
17208
|
/**
|
|
17209
17209
|
* Fax service.
|
|
17210
17210
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
17211
|
-
* @version
|
|
17211
|
+
* @version 129.0.0
|
|
17212
17212
|
*/
|
|
17213
17213
|
|
|
17214
17214
|
/**
|
|
@@ -17379,7 +17379,7 @@ class FlowsApi {
|
|
|
17379
17379
|
/**
|
|
17380
17380
|
* Flows service.
|
|
17381
17381
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
17382
|
-
* @version
|
|
17382
|
+
* @version 129.0.0
|
|
17383
17383
|
*/
|
|
17384
17384
|
|
|
17385
17385
|
/**
|
|
@@ -17450,7 +17450,7 @@ class GamificationApi {
|
|
|
17450
17450
|
/**
|
|
17451
17451
|
* Gamification service.
|
|
17452
17452
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
17453
|
-
* @version
|
|
17453
|
+
* @version 129.0.0
|
|
17454
17454
|
*/
|
|
17455
17455
|
|
|
17456
17456
|
/**
|
|
@@ -17718,6 +17718,31 @@ class GamificationApi {
|
|
|
17718
17718
|
);
|
|
17719
17719
|
}
|
|
17720
17720
|
|
|
17721
|
+
/**
|
|
17722
|
+
* Members of a given performance profile
|
|
17723
|
+
*
|
|
17724
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
17725
|
+
*/
|
|
17726
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
17727
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
17728
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
17729
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
17730
|
+
}
|
|
17731
|
+
|
|
17732
|
+
return this.apiClient.callApi(
|
|
17733
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
17734
|
+
'GET',
|
|
17735
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
17736
|
+
{ },
|
|
17737
|
+
{ },
|
|
17738
|
+
{ },
|
|
17739
|
+
null,
|
|
17740
|
+
['PureCloud OAuth'],
|
|
17741
|
+
['application/json'],
|
|
17742
|
+
['application/json']
|
|
17743
|
+
);
|
|
17744
|
+
}
|
|
17745
|
+
|
|
17721
17746
|
/**
|
|
17722
17747
|
* Performance profile gamified metric by id
|
|
17723
17748
|
*
|
|
@@ -18572,6 +18597,101 @@ class GamificationApi {
|
|
|
18572
18597
|
);
|
|
18573
18598
|
}
|
|
18574
18599
|
|
|
18600
|
+
/**
|
|
18601
|
+
* Assign members to a given performance profile
|
|
18602
|
+
*
|
|
18603
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
18604
|
+
* @param {Object} body assignUsers
|
|
18605
|
+
*/
|
|
18606
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
18607
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
18608
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
18609
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
18610
|
+
}
|
|
18611
|
+
// verify the required parameter 'body' is set
|
|
18612
|
+
if (body === undefined || body === null) {
|
|
18613
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
18614
|
+
}
|
|
18615
|
+
|
|
18616
|
+
return this.apiClient.callApi(
|
|
18617
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
18618
|
+
'POST',
|
|
18619
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
18620
|
+
{ },
|
|
18621
|
+
{ },
|
|
18622
|
+
{ },
|
|
18623
|
+
body,
|
|
18624
|
+
['PureCloud OAuth'],
|
|
18625
|
+
['application/json'],
|
|
18626
|
+
['application/json']
|
|
18627
|
+
);
|
|
18628
|
+
}
|
|
18629
|
+
|
|
18630
|
+
/**
|
|
18631
|
+
* Validate member assignment
|
|
18632
|
+
*
|
|
18633
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
18634
|
+
* @param {Object} body memberAssignments
|
|
18635
|
+
*/
|
|
18636
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
18637
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
18638
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
18639
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
18640
|
+
}
|
|
18641
|
+
// verify the required parameter 'body' is set
|
|
18642
|
+
if (body === undefined || body === null) {
|
|
18643
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
18644
|
+
}
|
|
18645
|
+
|
|
18646
|
+
return this.apiClient.callApi(
|
|
18647
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
18648
|
+
'POST',
|
|
18649
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
18650
|
+
{ },
|
|
18651
|
+
{ },
|
|
18652
|
+
{ },
|
|
18653
|
+
body,
|
|
18654
|
+
['PureCloud OAuth'],
|
|
18655
|
+
['application/json'],
|
|
18656
|
+
['application/json']
|
|
18657
|
+
);
|
|
18658
|
+
}
|
|
18659
|
+
|
|
18660
|
+
/**
|
|
18661
|
+
* Creates a linked metric
|
|
18662
|
+
*
|
|
18663
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
18664
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
18665
|
+
* @param {Object} body linkedMetric
|
|
18666
|
+
*/
|
|
18667
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
18668
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
18669
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
18670
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
18671
|
+
}
|
|
18672
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
18673
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
18674
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
18675
|
+
}
|
|
18676
|
+
// verify the required parameter 'body' is set
|
|
18677
|
+
if (body === undefined || body === null) {
|
|
18678
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
18679
|
+
}
|
|
18680
|
+
|
|
18681
|
+
return this.apiClient.callApi(
|
|
18682
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
18683
|
+
'POST',
|
|
18684
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
18685
|
+
{ },
|
|
18686
|
+
{ },
|
|
18687
|
+
{ },
|
|
18688
|
+
body,
|
|
18689
|
+
['PureCloud OAuth'],
|
|
18690
|
+
['application/json'],
|
|
18691
|
+
['application/json']
|
|
18692
|
+
);
|
|
18693
|
+
}
|
|
18694
|
+
|
|
18575
18695
|
/**
|
|
18576
18696
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
18577
18697
|
*
|
|
@@ -18756,7 +18876,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
18756
18876
|
/**
|
|
18757
18877
|
* GeneralDataProtectionRegulation service.
|
|
18758
18878
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
18759
|
-
* @version
|
|
18879
|
+
* @version 129.0.0
|
|
18760
18880
|
*/
|
|
18761
18881
|
|
|
18762
18882
|
/**
|
|
@@ -18886,7 +19006,7 @@ class GeolocationApi {
|
|
|
18886
19006
|
/**
|
|
18887
19007
|
* Geolocation service.
|
|
18888
19008
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
18889
|
-
* @version
|
|
19009
|
+
* @version 129.0.0
|
|
18890
19010
|
*/
|
|
18891
19011
|
|
|
18892
19012
|
/**
|
|
@@ -19017,7 +19137,7 @@ class GreetingsApi {
|
|
|
19017
19137
|
/**
|
|
19018
19138
|
* Greetings service.
|
|
19019
19139
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
19020
|
-
* @version
|
|
19140
|
+
* @version 129.0.0
|
|
19021
19141
|
*/
|
|
19022
19142
|
|
|
19023
19143
|
/**
|
|
@@ -19472,7 +19592,7 @@ class GroupsApi {
|
|
|
19472
19592
|
/**
|
|
19473
19593
|
* Groups service.
|
|
19474
19594
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
19475
|
-
* @version
|
|
19595
|
+
* @version 129.0.0
|
|
19476
19596
|
*/
|
|
19477
19597
|
|
|
19478
19598
|
/**
|
|
@@ -19877,7 +19997,7 @@ class IdentityProviderApi {
|
|
|
19877
19997
|
/**
|
|
19878
19998
|
* IdentityProvider service.
|
|
19879
19999
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
19880
|
-
* @version
|
|
20000
|
+
* @version 129.0.0
|
|
19881
20001
|
*/
|
|
19882
20002
|
|
|
19883
20003
|
/**
|
|
@@ -20633,7 +20753,7 @@ class IntegrationsApi {
|
|
|
20633
20753
|
/**
|
|
20634
20754
|
* Integrations service.
|
|
20635
20755
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
20636
|
-
* @version
|
|
20756
|
+
* @version 129.0.0
|
|
20637
20757
|
*/
|
|
20638
20758
|
|
|
20639
20759
|
/**
|
|
@@ -21290,6 +21410,35 @@ class IntegrationsApi {
|
|
|
21290
21410
|
);
|
|
21291
21411
|
}
|
|
21292
21412
|
|
|
21413
|
+
/**
|
|
21414
|
+
* UC integration client application configuration.
|
|
21415
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
21416
|
+
* @param {Object} opts Optional parameters
|
|
21417
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
21418
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
21419
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
21420
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
21421
|
+
* @param {String} opts.nextPage next page token
|
|
21422
|
+
* @param {String} opts.previousPage Previous page token
|
|
21423
|
+
*/
|
|
21424
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
21425
|
+
opts = opts || {};
|
|
21426
|
+
|
|
21427
|
+
|
|
21428
|
+
return this.apiClient.callApi(
|
|
21429
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
21430
|
+
'GET',
|
|
21431
|
+
{ },
|
|
21432
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
21433
|
+
{ },
|
|
21434
|
+
{ },
|
|
21435
|
+
null,
|
|
21436
|
+
['PureCloud OAuth'],
|
|
21437
|
+
['application/json'],
|
|
21438
|
+
['application/json']
|
|
21439
|
+
);
|
|
21440
|
+
}
|
|
21441
|
+
|
|
21293
21442
|
/**
|
|
21294
21443
|
* Get a single credential with sensitive fields redacted
|
|
21295
21444
|
*
|
|
@@ -22279,7 +22428,7 @@ class JourneyApi {
|
|
|
22279
22428
|
/**
|
|
22280
22429
|
* Journey service.
|
|
22281
22430
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
22282
|
-
* @version
|
|
22431
|
+
* @version 129.0.0
|
|
22283
22432
|
*/
|
|
22284
22433
|
|
|
22285
22434
|
/**
|
|
@@ -22990,7 +23139,7 @@ class KnowledgeApi {
|
|
|
22990
23139
|
/**
|
|
22991
23140
|
* Knowledge service.
|
|
22992
23141
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
22993
|
-
* @version
|
|
23142
|
+
* @version 129.0.0
|
|
22994
23143
|
*/
|
|
22995
23144
|
|
|
22996
23145
|
/**
|
|
@@ -23890,7 +24039,7 @@ class LanguageUnderstandingApi {
|
|
|
23890
24039
|
/**
|
|
23891
24040
|
* LanguageUnderstanding service.
|
|
23892
24041
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
23893
|
-
* @version
|
|
24042
|
+
* @version 129.0.0
|
|
23894
24043
|
*/
|
|
23895
24044
|
|
|
23896
24045
|
/**
|
|
@@ -24794,7 +24943,7 @@ class LanguagesApi {
|
|
|
24794
24943
|
/**
|
|
24795
24944
|
* Languages service.
|
|
24796
24945
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
24797
|
-
* @version
|
|
24946
|
+
* @version 129.0.0
|
|
24798
24947
|
*/
|
|
24799
24948
|
|
|
24800
24949
|
/**
|
|
@@ -25062,7 +25211,7 @@ class LearningApi {
|
|
|
25062
25211
|
/**
|
|
25063
25212
|
* Learning service.
|
|
25064
25213
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
25065
|
-
* @version
|
|
25214
|
+
* @version 129.0.0
|
|
25066
25215
|
*/
|
|
25067
25216
|
|
|
25068
25217
|
/**
|
|
@@ -25653,7 +25802,7 @@ class LicenseApi {
|
|
|
25653
25802
|
/**
|
|
25654
25803
|
* License service.
|
|
25655
25804
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
25656
|
-
* @version
|
|
25805
|
+
* @version 129.0.0
|
|
25657
25806
|
*/
|
|
25658
25807
|
|
|
25659
25808
|
/**
|
|
@@ -25891,7 +26040,7 @@ class LocationsApi {
|
|
|
25891
26040
|
/**
|
|
25892
26041
|
* Locations service.
|
|
25893
26042
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
25894
|
-
* @version
|
|
26043
|
+
* @version 129.0.0
|
|
25895
26044
|
*/
|
|
25896
26045
|
|
|
25897
26046
|
/**
|
|
@@ -26127,7 +26276,7 @@ class MobileDevicesApi {
|
|
|
26127
26276
|
/**
|
|
26128
26277
|
* MobileDevices service.
|
|
26129
26278
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
26130
|
-
* @version
|
|
26279
|
+
* @version 129.0.0
|
|
26131
26280
|
*/
|
|
26132
26281
|
|
|
26133
26282
|
/**
|
|
@@ -26278,7 +26427,7 @@ class NotificationsApi {
|
|
|
26278
26427
|
/**
|
|
26279
26428
|
* Notifications service.
|
|
26280
26429
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
26281
|
-
* @version
|
|
26430
|
+
* @version 129.0.0
|
|
26282
26431
|
*/
|
|
26283
26432
|
|
|
26284
26433
|
/**
|
|
@@ -26503,7 +26652,7 @@ class OAuthApi {
|
|
|
26503
26652
|
/**
|
|
26504
26653
|
* OAuth service.
|
|
26505
26654
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
26506
|
-
* @version
|
|
26655
|
+
* @version 129.0.0
|
|
26507
26656
|
*/
|
|
26508
26657
|
|
|
26509
26658
|
/**
|
|
@@ -26861,7 +27010,7 @@ class ObjectsApi {
|
|
|
26861
27010
|
/**
|
|
26862
27011
|
* Objects service.
|
|
26863
27012
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
26864
|
-
* @version
|
|
27013
|
+
* @version 129.0.0
|
|
26865
27014
|
*/
|
|
26866
27015
|
|
|
26867
27016
|
/**
|
|
@@ -27132,7 +27281,7 @@ class OrganizationApi {
|
|
|
27132
27281
|
/**
|
|
27133
27282
|
* Organization service.
|
|
27134
27283
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
27135
|
-
* @version
|
|
27284
|
+
* @version 129.0.0
|
|
27136
27285
|
*/
|
|
27137
27286
|
|
|
27138
27287
|
/**
|
|
@@ -27535,7 +27684,7 @@ class OrganizationAuthorizationApi {
|
|
|
27535
27684
|
/**
|
|
27536
27685
|
* OrganizationAuthorization service.
|
|
27537
27686
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
27538
|
-
* @version
|
|
27687
|
+
* @version 129.0.0
|
|
27539
27688
|
*/
|
|
27540
27689
|
|
|
27541
27690
|
/**
|
|
@@ -28460,7 +28609,7 @@ class OutboundApi {
|
|
|
28460
28609
|
/**
|
|
28461
28610
|
* Outbound service.
|
|
28462
28611
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
28463
|
-
* @version
|
|
28612
|
+
* @version 129.0.0
|
|
28464
28613
|
*/
|
|
28465
28614
|
|
|
28466
28615
|
/**
|
|
@@ -31486,7 +31635,7 @@ class PresenceApi {
|
|
|
31486
31635
|
/**
|
|
31487
31636
|
* Presence service.
|
|
31488
31637
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
31489
|
-
* @version
|
|
31638
|
+
* @version 129.0.0
|
|
31490
31639
|
*/
|
|
31491
31640
|
|
|
31492
31641
|
/**
|
|
@@ -31858,7 +32007,7 @@ class QualityApi {
|
|
|
31858
32007
|
/**
|
|
31859
32008
|
* Quality service.
|
|
31860
32009
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
31861
|
-
* @version
|
|
32010
|
+
* @version 129.0.0
|
|
31862
32011
|
*/
|
|
31863
32012
|
|
|
31864
32013
|
/**
|
|
@@ -33386,7 +33535,7 @@ class RecordingApi {
|
|
|
33386
33535
|
/**
|
|
33387
33536
|
* Recording service.
|
|
33388
33537
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
33389
|
-
* @version
|
|
33538
|
+
* @version 129.0.0
|
|
33390
33539
|
*/
|
|
33391
33540
|
|
|
33392
33541
|
/**
|
|
@@ -34909,7 +35058,7 @@ class ResponseManagementApi {
|
|
|
34909
35058
|
/**
|
|
34910
35059
|
* ResponseManagement service.
|
|
34911
35060
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
34912
|
-
* @version
|
|
35061
|
+
* @version 129.0.0
|
|
34913
35062
|
*/
|
|
34914
35063
|
|
|
34915
35064
|
/**
|
|
@@ -35234,7 +35383,7 @@ class RoutingApi {
|
|
|
35234
35383
|
/**
|
|
35235
35384
|
* Routing service.
|
|
35236
35385
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
35237
|
-
* @version
|
|
35386
|
+
* @version 129.0.0
|
|
35238
35387
|
*/
|
|
35239
35388
|
|
|
35240
35389
|
/**
|
|
@@ -38153,7 +38302,7 @@ class SCIMApi {
|
|
|
38153
38302
|
/**
|
|
38154
38303
|
* SCIM service.
|
|
38155
38304
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
38156
|
-
* @version
|
|
38305
|
+
* @version 129.0.0
|
|
38157
38306
|
*/
|
|
38158
38307
|
|
|
38159
38308
|
/**
|
|
@@ -39030,7 +39179,7 @@ class ScriptsApi {
|
|
|
39030
39179
|
/**
|
|
39031
39180
|
* Scripts service.
|
|
39032
39181
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
39033
|
-
* @version
|
|
39182
|
+
* @version 129.0.0
|
|
39034
39183
|
*/
|
|
39035
39184
|
|
|
39036
39185
|
/**
|
|
@@ -39383,7 +39532,7 @@ class SearchApi {
|
|
|
39383
39532
|
/**
|
|
39384
39533
|
* Search service.
|
|
39385
39534
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
39386
|
-
* @version
|
|
39535
|
+
* @version 129.0.0
|
|
39387
39536
|
*/
|
|
39388
39537
|
|
|
39389
39538
|
/**
|
|
@@ -39918,7 +40067,7 @@ class SpeechTextAnalyticsApi {
|
|
|
39918
40067
|
/**
|
|
39919
40068
|
* SpeechTextAnalytics service.
|
|
39920
40069
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
39921
|
-
* @version
|
|
40070
|
+
* @version 129.0.0
|
|
39922
40071
|
*/
|
|
39923
40072
|
|
|
39924
40073
|
/**
|
|
@@ -40791,7 +40940,7 @@ class StationsApi {
|
|
|
40791
40940
|
/**
|
|
40792
40941
|
* Stations service.
|
|
40793
40942
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
40794
|
-
* @version
|
|
40943
|
+
* @version 129.0.0
|
|
40795
40944
|
*/
|
|
40796
40945
|
|
|
40797
40946
|
/**
|
|
@@ -40938,7 +41087,7 @@ class SuggestApi {
|
|
|
40938
41087
|
/**
|
|
40939
41088
|
* Suggest service.
|
|
40940
41089
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
40941
|
-
* @version
|
|
41090
|
+
* @version 129.0.0
|
|
40942
41091
|
*/
|
|
40943
41092
|
|
|
40944
41093
|
/**
|
|
@@ -41077,7 +41226,7 @@ class TelephonyApi {
|
|
|
41077
41226
|
/**
|
|
41078
41227
|
* Telephony service.
|
|
41079
41228
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
41080
|
-
* @version
|
|
41229
|
+
* @version 129.0.0
|
|
41081
41230
|
*/
|
|
41082
41231
|
|
|
41083
41232
|
/**
|
|
@@ -41185,7 +41334,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
41185
41334
|
/**
|
|
41186
41335
|
* TelephonyProvidersEdge service.
|
|
41187
41336
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
41188
|
-
* @version
|
|
41337
|
+
* @version 129.0.0
|
|
41189
41338
|
*/
|
|
41190
41339
|
|
|
41191
41340
|
/**
|
|
@@ -42523,6 +42672,26 @@ class TelephonyProvidersEdgeApi {
|
|
|
42523
42672
|
);
|
|
42524
42673
|
}
|
|
42525
42674
|
|
|
42675
|
+
/**
|
|
42676
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
42677
|
+
*
|
|
42678
|
+
*/
|
|
42679
|
+
getTelephonyProvidersEdgesExpired() {
|
|
42680
|
+
|
|
42681
|
+
return this.apiClient.callApi(
|
|
42682
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
42683
|
+
'GET',
|
|
42684
|
+
{ },
|
|
42685
|
+
{ },
|
|
42686
|
+
{ },
|
|
42687
|
+
{ },
|
|
42688
|
+
null,
|
|
42689
|
+
['PureCloud OAuth'],
|
|
42690
|
+
['application/json'],
|
|
42691
|
+
['application/json']
|
|
42692
|
+
);
|
|
42693
|
+
}
|
|
42694
|
+
|
|
42526
42695
|
/**
|
|
42527
42696
|
* Get an extension by ID.
|
|
42528
42697
|
*
|
|
@@ -44798,7 +44967,7 @@ class TextbotsApi {
|
|
|
44798
44967
|
/**
|
|
44799
44968
|
* Textbots service.
|
|
44800
44969
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
44801
|
-
* @version
|
|
44970
|
+
* @version 129.0.0
|
|
44802
44971
|
*/
|
|
44803
44972
|
|
|
44804
44973
|
/**
|
|
@@ -44926,7 +45095,7 @@ class TokensApi {
|
|
|
44926
45095
|
/**
|
|
44927
45096
|
* Tokens service.
|
|
44928
45097
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
44929
|
-
* @version
|
|
45098
|
+
* @version 129.0.0
|
|
44930
45099
|
*/
|
|
44931
45100
|
|
|
44932
45101
|
/**
|
|
@@ -45032,7 +45201,7 @@ class UploadsApi {
|
|
|
45032
45201
|
/**
|
|
45033
45202
|
* Uploads service.
|
|
45034
45203
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
45035
|
-
* @version
|
|
45204
|
+
* @version 129.0.0
|
|
45036
45205
|
*/
|
|
45037
45206
|
|
|
45038
45207
|
/**
|
|
@@ -45208,7 +45377,7 @@ class UsageApi {
|
|
|
45208
45377
|
/**
|
|
45209
45378
|
* Usage service.
|
|
45210
45379
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
45211
|
-
* @version
|
|
45380
|
+
* @version 129.0.0
|
|
45212
45381
|
*/
|
|
45213
45382
|
|
|
45214
45383
|
/**
|
|
@@ -45279,7 +45448,7 @@ class UserRecordingsApi {
|
|
|
45279
45448
|
/**
|
|
45280
45449
|
* UserRecordings service.
|
|
45281
45450
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
45282
|
-
* @version
|
|
45451
|
+
* @version 129.0.0
|
|
45283
45452
|
*/
|
|
45284
45453
|
|
|
45285
45454
|
/**
|
|
@@ -45463,7 +45632,7 @@ class UsersApi {
|
|
|
45463
45632
|
/**
|
|
45464
45633
|
* Users service.
|
|
45465
45634
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
45466
|
-
* @version
|
|
45635
|
+
* @version 129.0.0
|
|
45467
45636
|
*/
|
|
45468
45637
|
|
|
45469
45638
|
/**
|
|
@@ -47765,7 +47934,7 @@ class UtilitiesApi {
|
|
|
47765
47934
|
/**
|
|
47766
47935
|
* Utilities service.
|
|
47767
47936
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
47768
|
-
* @version
|
|
47937
|
+
* @version 129.0.0
|
|
47769
47938
|
*/
|
|
47770
47939
|
|
|
47771
47940
|
/**
|
|
@@ -47876,7 +48045,7 @@ class VoicemailApi {
|
|
|
47876
48045
|
/**
|
|
47877
48046
|
* Voicemail service.
|
|
47878
48047
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
47879
|
-
* @version
|
|
48048
|
+
* @version 129.0.0
|
|
47880
48049
|
*/
|
|
47881
48050
|
|
|
47882
48051
|
/**
|
|
@@ -48543,7 +48712,7 @@ class WebChatApi {
|
|
|
48543
48712
|
/**
|
|
48544
48713
|
* WebChat service.
|
|
48545
48714
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
48546
|
-
* @version
|
|
48715
|
+
* @version 129.0.0
|
|
48547
48716
|
*/
|
|
48548
48717
|
|
|
48549
48718
|
/**
|
|
@@ -49087,7 +49256,7 @@ class WebDeploymentsApi {
|
|
|
49087
49256
|
/**
|
|
49088
49257
|
* WebDeployments service.
|
|
49089
49258
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
49090
|
-
* @version
|
|
49259
|
+
* @version 129.0.0
|
|
49091
49260
|
*/
|
|
49092
49261
|
|
|
49093
49262
|
/**
|
|
@@ -49442,7 +49611,7 @@ class WebMessagingApi {
|
|
|
49442
49611
|
/**
|
|
49443
49612
|
* WebMessaging service.
|
|
49444
49613
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
49445
|
-
* @version
|
|
49614
|
+
* @version 129.0.0
|
|
49446
49615
|
*/
|
|
49447
49616
|
|
|
49448
49617
|
/**
|
|
@@ -49488,7 +49657,7 @@ class WidgetsApi {
|
|
|
49488
49657
|
/**
|
|
49489
49658
|
* Widgets service.
|
|
49490
49659
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
49491
|
-
* @version
|
|
49660
|
+
* @version 129.0.0
|
|
49492
49661
|
*/
|
|
49493
49662
|
|
|
49494
49663
|
/**
|
|
@@ -49634,7 +49803,7 @@ class WorkforceManagementApi {
|
|
|
49634
49803
|
/**
|
|
49635
49804
|
* WorkforceManagement service.
|
|
49636
49805
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
49637
|
-
* @version
|
|
49806
|
+
* @version 129.0.0
|
|
49638
49807
|
*/
|
|
49639
49808
|
|
|
49640
49809
|
/**
|
|
@@ -53665,7 +53834,7 @@ class WorkforceManagementApi {
|
|
|
53665
53834
|
* </pre>
|
|
53666
53835
|
* </p>
|
|
53667
53836
|
* @module purecloud-platform-client-v2/index
|
|
53668
|
-
* @version
|
|
53837
|
+
* @version 129.0.0
|
|
53669
53838
|
*/
|
|
53670
53839
|
class platformClient {
|
|
53671
53840
|
constructor() {
|