purecloud-platform-client-v2 126.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 +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.js +286 -66
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.js +286 -66
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +294 -223
- 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 +7 -3
- 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 +21 -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 +28 -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
|
/**
|
|
@@ -33982,6 +34131,8 @@ class RecordingApi {
|
|
|
33982
34131
|
* @param {Object} opts Optional parameters
|
|
33983
34132
|
* @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
|
|
33984
34133
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
34134
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
34135
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
33985
34136
|
*/
|
|
33986
34137
|
getRecordingJobFailedrecordings(jobId, opts) {
|
|
33987
34138
|
opts = opts || {};
|
|
@@ -33995,7 +34146,7 @@ class RecordingApi {
|
|
|
33995
34146
|
'/api/v2/recording/jobs/{jobId}/failedrecordings',
|
|
33996
34147
|
'GET',
|
|
33997
34148
|
{ 'jobId': jobId },
|
|
33998
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
34149
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
33999
34150
|
{ },
|
|
34000
34151
|
{ },
|
|
34001
34152
|
null,
|
|
@@ -34015,6 +34166,8 @@ class RecordingApi {
|
|
|
34015
34166
|
* @param {Object} opts.state Filter by state
|
|
34016
34167
|
* @param {Boolean} opts.showOnlyMyJobs Show only my jobs
|
|
34017
34168
|
* @param {Object} opts.jobType Job Type (Can be left empty for both)
|
|
34169
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
34170
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
34018
34171
|
*/
|
|
34019
34172
|
getRecordingJobs(opts) {
|
|
34020
34173
|
opts = opts || {};
|
|
@@ -34024,7 +34177,7 @@ class RecordingApi {
|
|
|
34024
34177
|
'/api/v2/recording/jobs',
|
|
34025
34178
|
'GET',
|
|
34026
34179
|
{ },
|
|
34027
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
|
|
34180
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
34028
34181
|
{ },
|
|
34029
34182
|
{ },
|
|
34030
34183
|
null,
|
|
@@ -34905,7 +35058,7 @@ class ResponseManagementApi {
|
|
|
34905
35058
|
/**
|
|
34906
35059
|
* ResponseManagement service.
|
|
34907
35060
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
34908
|
-
* @version
|
|
35061
|
+
* @version 129.0.0
|
|
34909
35062
|
*/
|
|
34910
35063
|
|
|
34911
35064
|
/**
|
|
@@ -35230,7 +35383,7 @@ class RoutingApi {
|
|
|
35230
35383
|
/**
|
|
35231
35384
|
* Routing service.
|
|
35232
35385
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
35233
|
-
* @version
|
|
35386
|
+
* @version 129.0.0
|
|
35234
35387
|
*/
|
|
35235
35388
|
|
|
35236
35389
|
/**
|
|
@@ -38149,7 +38302,7 @@ class SCIMApi {
|
|
|
38149
38302
|
/**
|
|
38150
38303
|
* SCIM service.
|
|
38151
38304
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
38152
|
-
* @version
|
|
38305
|
+
* @version 129.0.0
|
|
38153
38306
|
*/
|
|
38154
38307
|
|
|
38155
38308
|
/**
|
|
@@ -39026,7 +39179,7 @@ class ScriptsApi {
|
|
|
39026
39179
|
/**
|
|
39027
39180
|
* Scripts service.
|
|
39028
39181
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
39029
|
-
* @version
|
|
39182
|
+
* @version 129.0.0
|
|
39030
39183
|
*/
|
|
39031
39184
|
|
|
39032
39185
|
/**
|
|
@@ -39379,7 +39532,7 @@ class SearchApi {
|
|
|
39379
39532
|
/**
|
|
39380
39533
|
* Search service.
|
|
39381
39534
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
39382
|
-
* @version
|
|
39535
|
+
* @version 129.0.0
|
|
39383
39536
|
*/
|
|
39384
39537
|
|
|
39385
39538
|
/**
|
|
@@ -39914,7 +40067,7 @@ class SpeechTextAnalyticsApi {
|
|
|
39914
40067
|
/**
|
|
39915
40068
|
* SpeechTextAnalytics service.
|
|
39916
40069
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
39917
|
-
* @version
|
|
40070
|
+
* @version 129.0.0
|
|
39918
40071
|
*/
|
|
39919
40072
|
|
|
39920
40073
|
/**
|
|
@@ -40278,6 +40431,26 @@ class SpeechTextAnalyticsApi {
|
|
|
40278
40431
|
);
|
|
40279
40432
|
}
|
|
40280
40433
|
|
|
40434
|
+
/**
|
|
40435
|
+
* Get the list of Speech & Text Analytics sentiment supported dialects
|
|
40436
|
+
*
|
|
40437
|
+
*/
|
|
40438
|
+
getSpeechandtextanalyticsSentimentDialects() {
|
|
40439
|
+
|
|
40440
|
+
return this.apiClient.callApi(
|
|
40441
|
+
'/api/v2/speechandtextanalytics/sentiment/dialects',
|
|
40442
|
+
'GET',
|
|
40443
|
+
{ },
|
|
40444
|
+
{ },
|
|
40445
|
+
{ },
|
|
40446
|
+
{ },
|
|
40447
|
+
null,
|
|
40448
|
+
['PureCloud OAuth'],
|
|
40449
|
+
['application/json'],
|
|
40450
|
+
['application/json']
|
|
40451
|
+
);
|
|
40452
|
+
}
|
|
40453
|
+
|
|
40281
40454
|
/**
|
|
40282
40455
|
* Get the list of Speech & Text Analytics SentimentFeedback
|
|
40283
40456
|
*
|
|
@@ -40767,7 +40940,7 @@ class StationsApi {
|
|
|
40767
40940
|
/**
|
|
40768
40941
|
* Stations service.
|
|
40769
40942
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
40770
|
-
* @version
|
|
40943
|
+
* @version 129.0.0
|
|
40771
40944
|
*/
|
|
40772
40945
|
|
|
40773
40946
|
/**
|
|
@@ -40914,7 +41087,7 @@ class SuggestApi {
|
|
|
40914
41087
|
/**
|
|
40915
41088
|
* Suggest service.
|
|
40916
41089
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
40917
|
-
* @version
|
|
41090
|
+
* @version 129.0.0
|
|
40918
41091
|
*/
|
|
40919
41092
|
|
|
40920
41093
|
/**
|
|
@@ -41053,7 +41226,7 @@ class TelephonyApi {
|
|
|
41053
41226
|
/**
|
|
41054
41227
|
* Telephony service.
|
|
41055
41228
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
41056
|
-
* @version
|
|
41229
|
+
* @version 129.0.0
|
|
41057
41230
|
*/
|
|
41058
41231
|
|
|
41059
41232
|
/**
|
|
@@ -41161,7 +41334,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
41161
41334
|
/**
|
|
41162
41335
|
* TelephonyProvidersEdge service.
|
|
41163
41336
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
41164
|
-
* @version
|
|
41337
|
+
* @version 129.0.0
|
|
41165
41338
|
*/
|
|
41166
41339
|
|
|
41167
41340
|
/**
|
|
@@ -42499,6 +42672,26 @@ class TelephonyProvidersEdgeApi {
|
|
|
42499
42672
|
);
|
|
42500
42673
|
}
|
|
42501
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
|
+
|
|
42502
42695
|
/**
|
|
42503
42696
|
* Get an extension by ID.
|
|
42504
42697
|
*
|
|
@@ -44774,7 +44967,7 @@ class TextbotsApi {
|
|
|
44774
44967
|
/**
|
|
44775
44968
|
* Textbots service.
|
|
44776
44969
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
44777
|
-
* @version
|
|
44970
|
+
* @version 129.0.0
|
|
44778
44971
|
*/
|
|
44779
44972
|
|
|
44780
44973
|
/**
|
|
@@ -44789,6 +44982,33 @@ class TextbotsApi {
|
|
|
44789
44982
|
}
|
|
44790
44983
|
|
|
44791
44984
|
|
|
44985
|
+
/**
|
|
44986
|
+
* Find bots using the currently configured friendly name or ID.
|
|
44987
|
+
* The name does allow case-insensitive partial string matches or by IDs (up to 50), but not both at the same time. Optionally you can limit the scope of the search by providing one or more bot types. You can specify the maximum results to return, up to a limit of 100
|
|
44988
|
+
* @param {Object} opts Optional parameters
|
|
44989
|
+
* @param {Array.<String>} opts.botType Bot types
|
|
44990
|
+
* @param {String} opts.botName Bot name
|
|
44991
|
+
* @param {Array.<String>} opts.botId Bot IDs
|
|
44992
|
+
* @param {Number} opts.pageSize The maximum results to return (default to 25)
|
|
44993
|
+
*/
|
|
44994
|
+
getTextbotsBotsSearch(opts) {
|
|
44995
|
+
opts = opts || {};
|
|
44996
|
+
|
|
44997
|
+
|
|
44998
|
+
return this.apiClient.callApi(
|
|
44999
|
+
'/api/v2/textbots/bots/search',
|
|
45000
|
+
'GET',
|
|
45001
|
+
{ },
|
|
45002
|
+
{ 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
|
|
45003
|
+
{ },
|
|
45004
|
+
{ },
|
|
45005
|
+
null,
|
|
45006
|
+
['PureCloud OAuth'],
|
|
45007
|
+
['application/json'],
|
|
45008
|
+
['application/json']
|
|
45009
|
+
);
|
|
45010
|
+
}
|
|
45011
|
+
|
|
44792
45012
|
/**
|
|
44793
45013
|
* Issue a bot flow turn event
|
|
44794
45014
|
* Send a turn event to an executing bot flow and produce the next action to take.
|
|
@@ -44875,7 +45095,7 @@ class TokensApi {
|
|
|
44875
45095
|
/**
|
|
44876
45096
|
* Tokens service.
|
|
44877
45097
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
44878
|
-
* @version
|
|
45098
|
+
* @version 129.0.0
|
|
44879
45099
|
*/
|
|
44880
45100
|
|
|
44881
45101
|
/**
|
|
@@ -44981,7 +45201,7 @@ class UploadsApi {
|
|
|
44981
45201
|
/**
|
|
44982
45202
|
* Uploads service.
|
|
44983
45203
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
44984
|
-
* @version
|
|
45204
|
+
* @version 129.0.0
|
|
44985
45205
|
*/
|
|
44986
45206
|
|
|
44987
45207
|
/**
|
|
@@ -45157,7 +45377,7 @@ class UsageApi {
|
|
|
45157
45377
|
/**
|
|
45158
45378
|
* Usage service.
|
|
45159
45379
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
45160
|
-
* @version
|
|
45380
|
+
* @version 129.0.0
|
|
45161
45381
|
*/
|
|
45162
45382
|
|
|
45163
45383
|
/**
|
|
@@ -45228,7 +45448,7 @@ class UserRecordingsApi {
|
|
|
45228
45448
|
/**
|
|
45229
45449
|
* UserRecordings service.
|
|
45230
45450
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
45231
|
-
* @version
|
|
45451
|
+
* @version 129.0.0
|
|
45232
45452
|
*/
|
|
45233
45453
|
|
|
45234
45454
|
/**
|
|
@@ -45412,7 +45632,7 @@ class UsersApi {
|
|
|
45412
45632
|
/**
|
|
45413
45633
|
* Users service.
|
|
45414
45634
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
45415
|
-
* @version
|
|
45635
|
+
* @version 129.0.0
|
|
45416
45636
|
*/
|
|
45417
45637
|
|
|
45418
45638
|
/**
|
|
@@ -47714,7 +47934,7 @@ class UtilitiesApi {
|
|
|
47714
47934
|
/**
|
|
47715
47935
|
* Utilities service.
|
|
47716
47936
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
47717
|
-
* @version
|
|
47937
|
+
* @version 129.0.0
|
|
47718
47938
|
*/
|
|
47719
47939
|
|
|
47720
47940
|
/**
|
|
@@ -47825,7 +48045,7 @@ class VoicemailApi {
|
|
|
47825
48045
|
/**
|
|
47826
48046
|
* Voicemail service.
|
|
47827
48047
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
47828
|
-
* @version
|
|
48048
|
+
* @version 129.0.0
|
|
47829
48049
|
*/
|
|
47830
48050
|
|
|
47831
48051
|
/**
|
|
@@ -48492,7 +48712,7 @@ class WebChatApi {
|
|
|
48492
48712
|
/**
|
|
48493
48713
|
* WebChat service.
|
|
48494
48714
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
48495
|
-
* @version
|
|
48715
|
+
* @version 129.0.0
|
|
48496
48716
|
*/
|
|
48497
48717
|
|
|
48498
48718
|
/**
|
|
@@ -49036,7 +49256,7 @@ class WebDeploymentsApi {
|
|
|
49036
49256
|
/**
|
|
49037
49257
|
* WebDeployments service.
|
|
49038
49258
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
49039
|
-
* @version
|
|
49259
|
+
* @version 129.0.0
|
|
49040
49260
|
*/
|
|
49041
49261
|
|
|
49042
49262
|
/**
|
|
@@ -49391,7 +49611,7 @@ class WebMessagingApi {
|
|
|
49391
49611
|
/**
|
|
49392
49612
|
* WebMessaging service.
|
|
49393
49613
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
49394
|
-
* @version
|
|
49614
|
+
* @version 129.0.0
|
|
49395
49615
|
*/
|
|
49396
49616
|
|
|
49397
49617
|
/**
|
|
@@ -49437,7 +49657,7 @@ class WidgetsApi {
|
|
|
49437
49657
|
/**
|
|
49438
49658
|
* Widgets service.
|
|
49439
49659
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
49440
|
-
* @version
|
|
49660
|
+
* @version 129.0.0
|
|
49441
49661
|
*/
|
|
49442
49662
|
|
|
49443
49663
|
/**
|
|
@@ -49583,7 +49803,7 @@ class WorkforceManagementApi {
|
|
|
49583
49803
|
/**
|
|
49584
49804
|
* WorkforceManagement service.
|
|
49585
49805
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
49586
|
-
* @version
|
|
49806
|
+
* @version 129.0.0
|
|
49587
49807
|
*/
|
|
49588
49808
|
|
|
49589
49809
|
/**
|
|
@@ -53614,7 +53834,7 @@ class WorkforceManagementApi {
|
|
|
53614
53834
|
* </pre>
|
|
53615
53835
|
* </p>
|
|
53616
53836
|
* @module purecloud-platform-client-v2/index
|
|
53617
|
-
* @version
|
|
53837
|
+
* @version 129.0.0
|
|
53618
53838
|
*/
|
|
53619
53839
|
class platformClient {
|
|
53620
53840
|
constructor() {
|