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
|
@@ -6873,7 +6873,7 @@ class Configuration {
|
|
|
6873
6873
|
|
|
6874
6874
|
/**
|
|
6875
6875
|
* @module purecloud-platform-client-v2/ApiClient
|
|
6876
|
-
* @version
|
|
6876
|
+
* @version 129.0.0
|
|
6877
6877
|
*/
|
|
6878
6878
|
class ApiClient {
|
|
6879
6879
|
/**
|
|
@@ -7813,7 +7813,7 @@ class ApiClient {
|
|
|
7813
7813
|
|
|
7814
7814
|
// set header parameters
|
|
7815
7815
|
request.set(that.defaultHeaders).set(that.normalizeParams(headerParams));
|
|
7816
|
-
//request.set({ 'purecloud-sdk': '
|
|
7816
|
+
//request.set({ 'purecloud-sdk': '129.0.0' });
|
|
7817
7817
|
|
|
7818
7818
|
// set request timeout
|
|
7819
7819
|
request.timeout(that.timeout);
|
|
@@ -7913,7 +7913,7 @@ class AlertingApi {
|
|
|
7913
7913
|
/**
|
|
7914
7914
|
* Alerting service.
|
|
7915
7915
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
7916
|
-
* @version
|
|
7916
|
+
* @version 129.0.0
|
|
7917
7917
|
*/
|
|
7918
7918
|
|
|
7919
7919
|
/**
|
|
@@ -8227,7 +8227,7 @@ class AnalyticsApi {
|
|
|
8227
8227
|
/**
|
|
8228
8228
|
* Analytics service.
|
|
8229
8229
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
8230
|
-
* @version
|
|
8230
|
+
* @version 129.0.0
|
|
8231
8231
|
*/
|
|
8232
8232
|
|
|
8233
8233
|
/**
|
|
@@ -9364,7 +9364,7 @@ class ArchitectApi {
|
|
|
9364
9364
|
/**
|
|
9365
9365
|
* Architect service.
|
|
9366
9366
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
9367
|
-
* @version
|
|
9367
|
+
* @version 129.0.0
|
|
9368
9368
|
*/
|
|
9369
9369
|
|
|
9370
9370
|
/**
|
|
@@ -12360,7 +12360,7 @@ class AuditApi {
|
|
|
12360
12360
|
/**
|
|
12361
12361
|
* Audit service.
|
|
12362
12362
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
12363
|
-
* @version
|
|
12363
|
+
* @version 129.0.0
|
|
12364
12364
|
*/
|
|
12365
12365
|
|
|
12366
12366
|
/**
|
|
@@ -12531,7 +12531,7 @@ class AuthorizationApi {
|
|
|
12531
12531
|
/**
|
|
12532
12532
|
* Authorization service.
|
|
12533
12533
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
12534
|
-
* @version
|
|
12534
|
+
* @version 129.0.0
|
|
12535
12535
|
*/
|
|
12536
12536
|
|
|
12537
12537
|
/**
|
|
@@ -13714,7 +13714,7 @@ class BillingApi {
|
|
|
13714
13714
|
/**
|
|
13715
13715
|
* Billing service.
|
|
13716
13716
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
13717
|
-
* @version
|
|
13717
|
+
* @version 129.0.0
|
|
13718
13718
|
*/
|
|
13719
13719
|
|
|
13720
13720
|
/**
|
|
@@ -13794,7 +13794,7 @@ class ChatApi {
|
|
|
13794
13794
|
/**
|
|
13795
13795
|
* Chat service.
|
|
13796
13796
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
13797
|
-
* @version
|
|
13797
|
+
* @version 129.0.0
|
|
13798
13798
|
*/
|
|
13799
13799
|
|
|
13800
13800
|
/**
|
|
@@ -13885,7 +13885,7 @@ class CoachingApi {
|
|
|
13885
13885
|
/**
|
|
13886
13886
|
* Coaching service.
|
|
13887
13887
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
13888
|
-
* @version
|
|
13888
|
+
* @version 129.0.0
|
|
13889
13889
|
*/
|
|
13890
13890
|
|
|
13891
13891
|
/**
|
|
@@ -14460,7 +14460,7 @@ class ContentManagementApi {
|
|
|
14460
14460
|
/**
|
|
14461
14461
|
* ContentManagement service.
|
|
14462
14462
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
14463
|
-
* @version
|
|
14463
|
+
* @version 129.0.0
|
|
14464
14464
|
*/
|
|
14465
14465
|
|
|
14466
14466
|
/**
|
|
@@ -15600,7 +15600,7 @@ class ConversationsApi {
|
|
|
15600
15600
|
/**
|
|
15601
15601
|
* Conversations service.
|
|
15602
15602
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
15603
|
-
* @version
|
|
15603
|
+
* @version 129.0.0
|
|
15604
15604
|
*/
|
|
15605
15605
|
|
|
15606
15606
|
/**
|
|
@@ -19989,7 +19989,7 @@ class DataExtensionsApi {
|
|
|
19989
19989
|
/**
|
|
19990
19990
|
* DataExtensions service.
|
|
19991
19991
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
19992
|
-
* @version
|
|
19992
|
+
* @version 129.0.0
|
|
19993
19993
|
*/
|
|
19994
19994
|
|
|
19995
19995
|
/**
|
|
@@ -20075,7 +20075,7 @@ class ExternalContactsApi {
|
|
|
20075
20075
|
/**
|
|
20076
20076
|
* ExternalContacts service.
|
|
20077
20077
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
20078
|
-
* @version
|
|
20078
|
+
* @version 129.0.0
|
|
20079
20079
|
*/
|
|
20080
20080
|
|
|
20081
20081
|
/**
|
|
@@ -21818,7 +21818,7 @@ class FaxApi {
|
|
|
21818
21818
|
/**
|
|
21819
21819
|
* Fax service.
|
|
21820
21820
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
21821
|
-
* @version
|
|
21821
|
+
* @version 129.0.0
|
|
21822
21822
|
*/
|
|
21823
21823
|
|
|
21824
21824
|
/**
|
|
@@ -21989,7 +21989,7 @@ class FlowsApi {
|
|
|
21989
21989
|
/**
|
|
21990
21990
|
* Flows service.
|
|
21991
21991
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
21992
|
-
* @version
|
|
21992
|
+
* @version 129.0.0
|
|
21993
21993
|
*/
|
|
21994
21994
|
|
|
21995
21995
|
/**
|
|
@@ -22060,7 +22060,7 @@ class GamificationApi {
|
|
|
22060
22060
|
/**
|
|
22061
22061
|
* Gamification service.
|
|
22062
22062
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
22063
|
-
* @version
|
|
22063
|
+
* @version 129.0.0
|
|
22064
22064
|
*/
|
|
22065
22065
|
|
|
22066
22066
|
/**
|
|
@@ -22328,6 +22328,31 @@ class GamificationApi {
|
|
|
22328
22328
|
);
|
|
22329
22329
|
}
|
|
22330
22330
|
|
|
22331
|
+
/**
|
|
22332
|
+
* Members of a given performance profile
|
|
22333
|
+
*
|
|
22334
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
22335
|
+
*/
|
|
22336
|
+
getGamificationProfileMembers(performanceProfileId) {
|
|
22337
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
22338
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
22339
|
+
throw 'Missing the required parameter "performanceProfileId" when calling getGamificationProfileMembers';
|
|
22340
|
+
}
|
|
22341
|
+
|
|
22342
|
+
return this.apiClient.callApi(
|
|
22343
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
22344
|
+
'GET',
|
|
22345
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
22346
|
+
{ },
|
|
22347
|
+
{ },
|
|
22348
|
+
{ },
|
|
22349
|
+
null,
|
|
22350
|
+
['PureCloud OAuth'],
|
|
22351
|
+
['application/json'],
|
|
22352
|
+
['application/json']
|
|
22353
|
+
);
|
|
22354
|
+
}
|
|
22355
|
+
|
|
22331
22356
|
/**
|
|
22332
22357
|
* Performance profile gamified metric by id
|
|
22333
22358
|
*
|
|
@@ -23182,6 +23207,101 @@ class GamificationApi {
|
|
|
23182
23207
|
);
|
|
23183
23208
|
}
|
|
23184
23209
|
|
|
23210
|
+
/**
|
|
23211
|
+
* Assign members to a given performance profile
|
|
23212
|
+
*
|
|
23213
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
23214
|
+
* @param {Object} body assignUsers
|
|
23215
|
+
*/
|
|
23216
|
+
postGamificationProfileMembers(performanceProfileId, body) {
|
|
23217
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
23218
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
23219
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembers';
|
|
23220
|
+
}
|
|
23221
|
+
// verify the required parameter 'body' is set
|
|
23222
|
+
if (body === undefined || body === null) {
|
|
23223
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembers';
|
|
23224
|
+
}
|
|
23225
|
+
|
|
23226
|
+
return this.apiClient.callApi(
|
|
23227
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members',
|
|
23228
|
+
'POST',
|
|
23229
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
23230
|
+
{ },
|
|
23231
|
+
{ },
|
|
23232
|
+
{ },
|
|
23233
|
+
body,
|
|
23234
|
+
['PureCloud OAuth'],
|
|
23235
|
+
['application/json'],
|
|
23236
|
+
['application/json']
|
|
23237
|
+
);
|
|
23238
|
+
}
|
|
23239
|
+
|
|
23240
|
+
/**
|
|
23241
|
+
* Validate member assignment
|
|
23242
|
+
*
|
|
23243
|
+
* @param {String} performanceProfileId Performance Profile Id
|
|
23244
|
+
* @param {Object} body memberAssignments
|
|
23245
|
+
*/
|
|
23246
|
+
postGamificationProfileMembersValidate(performanceProfileId, body) {
|
|
23247
|
+
// verify the required parameter 'performanceProfileId' is set
|
|
23248
|
+
if (performanceProfileId === undefined || performanceProfileId === null) {
|
|
23249
|
+
throw 'Missing the required parameter "performanceProfileId" when calling postGamificationProfileMembersValidate';
|
|
23250
|
+
}
|
|
23251
|
+
// verify the required parameter 'body' is set
|
|
23252
|
+
if (body === undefined || body === null) {
|
|
23253
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMembersValidate';
|
|
23254
|
+
}
|
|
23255
|
+
|
|
23256
|
+
return this.apiClient.callApi(
|
|
23257
|
+
'/api/v2/gamification/profiles/{performanceProfileId}/members/validate',
|
|
23258
|
+
'POST',
|
|
23259
|
+
{ 'performanceProfileId': performanceProfileId },
|
|
23260
|
+
{ },
|
|
23261
|
+
{ },
|
|
23262
|
+
{ },
|
|
23263
|
+
body,
|
|
23264
|
+
['PureCloud OAuth'],
|
|
23265
|
+
['application/json'],
|
|
23266
|
+
['application/json']
|
|
23267
|
+
);
|
|
23268
|
+
}
|
|
23269
|
+
|
|
23270
|
+
/**
|
|
23271
|
+
* Creates a linked metric
|
|
23272
|
+
*
|
|
23273
|
+
* @param {String} sourceProfileId Source Performance Profile Id
|
|
23274
|
+
* @param {String} sourceMetricId Source Metric Id
|
|
23275
|
+
* @param {Object} body linkedMetric
|
|
23276
|
+
*/
|
|
23277
|
+
postGamificationProfileMetricLink(sourceProfileId, sourceMetricId, body) {
|
|
23278
|
+
// verify the required parameter 'sourceProfileId' is set
|
|
23279
|
+
if (sourceProfileId === undefined || sourceProfileId === null) {
|
|
23280
|
+
throw 'Missing the required parameter "sourceProfileId" when calling postGamificationProfileMetricLink';
|
|
23281
|
+
}
|
|
23282
|
+
// verify the required parameter 'sourceMetricId' is set
|
|
23283
|
+
if (sourceMetricId === undefined || sourceMetricId === null) {
|
|
23284
|
+
throw 'Missing the required parameter "sourceMetricId" when calling postGamificationProfileMetricLink';
|
|
23285
|
+
}
|
|
23286
|
+
// verify the required parameter 'body' is set
|
|
23287
|
+
if (body === undefined || body === null) {
|
|
23288
|
+
throw 'Missing the required parameter "body" when calling postGamificationProfileMetricLink';
|
|
23289
|
+
}
|
|
23290
|
+
|
|
23291
|
+
return this.apiClient.callApi(
|
|
23292
|
+
'/api/v2/gamification/profiles/{sourceProfileId}/metrics/{sourceMetricId}/link',
|
|
23293
|
+
'POST',
|
|
23294
|
+
{ 'sourceProfileId': sourceProfileId,'sourceMetricId': sourceMetricId },
|
|
23295
|
+
{ },
|
|
23296
|
+
{ },
|
|
23297
|
+
{ },
|
|
23298
|
+
body,
|
|
23299
|
+
['PureCloud OAuth'],
|
|
23300
|
+
['application/json'],
|
|
23301
|
+
['application/json']
|
|
23302
|
+
);
|
|
23303
|
+
}
|
|
23304
|
+
|
|
23185
23305
|
/**
|
|
23186
23306
|
* Creates a gamified metric with a given metric definition and metric objective under in a performance profile
|
|
23187
23307
|
*
|
|
@@ -23366,7 +23486,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
23366
23486
|
/**
|
|
23367
23487
|
* GeneralDataProtectionRegulation service.
|
|
23368
23488
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
23369
|
-
* @version
|
|
23489
|
+
* @version 129.0.0
|
|
23370
23490
|
*/
|
|
23371
23491
|
|
|
23372
23492
|
/**
|
|
@@ -23496,7 +23616,7 @@ class GeolocationApi {
|
|
|
23496
23616
|
/**
|
|
23497
23617
|
* Geolocation service.
|
|
23498
23618
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
23499
|
-
* @version
|
|
23619
|
+
* @version 129.0.0
|
|
23500
23620
|
*/
|
|
23501
23621
|
|
|
23502
23622
|
/**
|
|
@@ -23627,7 +23747,7 @@ class GreetingsApi {
|
|
|
23627
23747
|
/**
|
|
23628
23748
|
* Greetings service.
|
|
23629
23749
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
23630
|
-
* @version
|
|
23750
|
+
* @version 129.0.0
|
|
23631
23751
|
*/
|
|
23632
23752
|
|
|
23633
23753
|
/**
|
|
@@ -24082,7 +24202,7 @@ class GroupsApi {
|
|
|
24082
24202
|
/**
|
|
24083
24203
|
* Groups service.
|
|
24084
24204
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
24085
|
-
* @version
|
|
24205
|
+
* @version 129.0.0
|
|
24086
24206
|
*/
|
|
24087
24207
|
|
|
24088
24208
|
/**
|
|
@@ -24487,7 +24607,7 @@ class IdentityProviderApi {
|
|
|
24487
24607
|
/**
|
|
24488
24608
|
* IdentityProvider service.
|
|
24489
24609
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
24490
|
-
* @version
|
|
24610
|
+
* @version 129.0.0
|
|
24491
24611
|
*/
|
|
24492
24612
|
|
|
24493
24613
|
/**
|
|
@@ -25243,7 +25363,7 @@ class IntegrationsApi {
|
|
|
25243
25363
|
/**
|
|
25244
25364
|
* Integrations service.
|
|
25245
25365
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
25246
|
-
* @version
|
|
25366
|
+
* @version 129.0.0
|
|
25247
25367
|
*/
|
|
25248
25368
|
|
|
25249
25369
|
/**
|
|
@@ -25900,6 +26020,35 @@ class IntegrationsApi {
|
|
|
25900
26020
|
);
|
|
25901
26021
|
}
|
|
25902
26022
|
|
|
26023
|
+
/**
|
|
26024
|
+
* UC integration client application configuration.
|
|
26025
|
+
* This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
|
|
26026
|
+
* @param {Object} opts Optional parameters
|
|
26027
|
+
* @param {Number} opts.pageSize The total page size requested (default to 25)
|
|
26028
|
+
* @param {Number} opts.pageNumber The page number requested (default to 1)
|
|
26029
|
+
* @param {String} opts.sortBy variable name requested to sort by
|
|
26030
|
+
* @param {Array.<String>} opts.expand variable name requested by expand list
|
|
26031
|
+
* @param {String} opts.nextPage next page token
|
|
26032
|
+
* @param {String} opts.previousPage Previous page token
|
|
26033
|
+
*/
|
|
26034
|
+
getIntegrationsClientappsUnifiedcommunications(opts) {
|
|
26035
|
+
opts = opts || {};
|
|
26036
|
+
|
|
26037
|
+
|
|
26038
|
+
return this.apiClient.callApi(
|
|
26039
|
+
'/api/v2/integrations/clientapps/unifiedcommunications',
|
|
26040
|
+
'GET',
|
|
26041
|
+
{ },
|
|
26042
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'] },
|
|
26043
|
+
{ },
|
|
26044
|
+
{ },
|
|
26045
|
+
null,
|
|
26046
|
+
['PureCloud OAuth'],
|
|
26047
|
+
['application/json'],
|
|
26048
|
+
['application/json']
|
|
26049
|
+
);
|
|
26050
|
+
}
|
|
26051
|
+
|
|
25903
26052
|
/**
|
|
25904
26053
|
* Get a single credential with sensitive fields redacted
|
|
25905
26054
|
*
|
|
@@ -26889,7 +27038,7 @@ class JourneyApi {
|
|
|
26889
27038
|
/**
|
|
26890
27039
|
* Journey service.
|
|
26891
27040
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
26892
|
-
* @version
|
|
27041
|
+
* @version 129.0.0
|
|
26893
27042
|
*/
|
|
26894
27043
|
|
|
26895
27044
|
/**
|
|
@@ -27600,7 +27749,7 @@ class KnowledgeApi {
|
|
|
27600
27749
|
/**
|
|
27601
27750
|
* Knowledge service.
|
|
27602
27751
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
27603
|
-
* @version
|
|
27752
|
+
* @version 129.0.0
|
|
27604
27753
|
*/
|
|
27605
27754
|
|
|
27606
27755
|
/**
|
|
@@ -28500,7 +28649,7 @@ class LanguageUnderstandingApi {
|
|
|
28500
28649
|
/**
|
|
28501
28650
|
* LanguageUnderstanding service.
|
|
28502
28651
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
28503
|
-
* @version
|
|
28652
|
+
* @version 129.0.0
|
|
28504
28653
|
*/
|
|
28505
28654
|
|
|
28506
28655
|
/**
|
|
@@ -29404,7 +29553,7 @@ class LanguagesApi {
|
|
|
29404
29553
|
/**
|
|
29405
29554
|
* Languages service.
|
|
29406
29555
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
29407
|
-
* @version
|
|
29556
|
+
* @version 129.0.0
|
|
29408
29557
|
*/
|
|
29409
29558
|
|
|
29410
29559
|
/**
|
|
@@ -29672,7 +29821,7 @@ class LearningApi {
|
|
|
29672
29821
|
/**
|
|
29673
29822
|
* Learning service.
|
|
29674
29823
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
29675
|
-
* @version
|
|
29824
|
+
* @version 129.0.0
|
|
29676
29825
|
*/
|
|
29677
29826
|
|
|
29678
29827
|
/**
|
|
@@ -30263,7 +30412,7 @@ class LicenseApi {
|
|
|
30263
30412
|
/**
|
|
30264
30413
|
* License service.
|
|
30265
30414
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
30266
|
-
* @version
|
|
30415
|
+
* @version 129.0.0
|
|
30267
30416
|
*/
|
|
30268
30417
|
|
|
30269
30418
|
/**
|
|
@@ -30501,7 +30650,7 @@ class LocationsApi {
|
|
|
30501
30650
|
/**
|
|
30502
30651
|
* Locations service.
|
|
30503
30652
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
30504
|
-
* @version
|
|
30653
|
+
* @version 129.0.0
|
|
30505
30654
|
*/
|
|
30506
30655
|
|
|
30507
30656
|
/**
|
|
@@ -30737,7 +30886,7 @@ class MobileDevicesApi {
|
|
|
30737
30886
|
/**
|
|
30738
30887
|
* MobileDevices service.
|
|
30739
30888
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
30740
|
-
* @version
|
|
30889
|
+
* @version 129.0.0
|
|
30741
30890
|
*/
|
|
30742
30891
|
|
|
30743
30892
|
/**
|
|
@@ -30888,7 +31037,7 @@ class NotificationsApi {
|
|
|
30888
31037
|
/**
|
|
30889
31038
|
* Notifications service.
|
|
30890
31039
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
30891
|
-
* @version
|
|
31040
|
+
* @version 129.0.0
|
|
30892
31041
|
*/
|
|
30893
31042
|
|
|
30894
31043
|
/**
|
|
@@ -31113,7 +31262,7 @@ class OAuthApi {
|
|
|
31113
31262
|
/**
|
|
31114
31263
|
* OAuth service.
|
|
31115
31264
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
31116
|
-
* @version
|
|
31265
|
+
* @version 129.0.0
|
|
31117
31266
|
*/
|
|
31118
31267
|
|
|
31119
31268
|
/**
|
|
@@ -31471,7 +31620,7 @@ class ObjectsApi {
|
|
|
31471
31620
|
/**
|
|
31472
31621
|
* Objects service.
|
|
31473
31622
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
31474
|
-
* @version
|
|
31623
|
+
* @version 129.0.0
|
|
31475
31624
|
*/
|
|
31476
31625
|
|
|
31477
31626
|
/**
|
|
@@ -31742,7 +31891,7 @@ class OrganizationApi {
|
|
|
31742
31891
|
/**
|
|
31743
31892
|
* Organization service.
|
|
31744
31893
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
31745
|
-
* @version
|
|
31894
|
+
* @version 129.0.0
|
|
31746
31895
|
*/
|
|
31747
31896
|
|
|
31748
31897
|
/**
|
|
@@ -32145,7 +32294,7 @@ class OrganizationAuthorizationApi {
|
|
|
32145
32294
|
/**
|
|
32146
32295
|
* OrganizationAuthorization service.
|
|
32147
32296
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
32148
|
-
* @version
|
|
32297
|
+
* @version 129.0.0
|
|
32149
32298
|
*/
|
|
32150
32299
|
|
|
32151
32300
|
/**
|
|
@@ -33070,7 +33219,7 @@ class OutboundApi {
|
|
|
33070
33219
|
/**
|
|
33071
33220
|
* Outbound service.
|
|
33072
33221
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
33073
|
-
* @version
|
|
33222
|
+
* @version 129.0.0
|
|
33074
33223
|
*/
|
|
33075
33224
|
|
|
33076
33225
|
/**
|
|
@@ -36096,7 +36245,7 @@ class PresenceApi {
|
|
|
36096
36245
|
/**
|
|
36097
36246
|
* Presence service.
|
|
36098
36247
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
36099
|
-
* @version
|
|
36248
|
+
* @version 129.0.0
|
|
36100
36249
|
*/
|
|
36101
36250
|
|
|
36102
36251
|
/**
|
|
@@ -36468,7 +36617,7 @@ class QualityApi {
|
|
|
36468
36617
|
/**
|
|
36469
36618
|
* Quality service.
|
|
36470
36619
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
36471
|
-
* @version
|
|
36620
|
+
* @version 129.0.0
|
|
36472
36621
|
*/
|
|
36473
36622
|
|
|
36474
36623
|
/**
|
|
@@ -37996,7 +38145,7 @@ class RecordingApi {
|
|
|
37996
38145
|
/**
|
|
37997
38146
|
* Recording service.
|
|
37998
38147
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
37999
|
-
* @version
|
|
38148
|
+
* @version 129.0.0
|
|
38000
38149
|
*/
|
|
38001
38150
|
|
|
38002
38151
|
/**
|
|
@@ -38592,6 +38741,8 @@ class RecordingApi {
|
|
|
38592
38741
|
* @param {Object} opts Optional parameters
|
|
38593
38742
|
* @param {Number} opts.pageSize Page size. Maximum is 100. (default to 25)
|
|
38594
38743
|
* @param {Number} opts.pageNumber Page number (default to 1)
|
|
38744
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
38745
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
38595
38746
|
*/
|
|
38596
38747
|
getRecordingJobFailedrecordings(jobId, opts) {
|
|
38597
38748
|
opts = opts || {};
|
|
@@ -38605,7 +38756,7 @@ class RecordingApi {
|
|
|
38605
38756
|
'/api/v2/recording/jobs/{jobId}/failedrecordings',
|
|
38606
38757
|
'GET',
|
|
38607
38758
|
{ 'jobId': jobId },
|
|
38608
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'] },
|
|
38759
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
38609
38760
|
{ },
|
|
38610
38761
|
{ },
|
|
38611
38762
|
null,
|
|
@@ -38625,6 +38776,8 @@ class RecordingApi {
|
|
|
38625
38776
|
* @param {Object} opts.state Filter by state
|
|
38626
38777
|
* @param {Boolean} opts.showOnlyMyJobs Show only my jobs
|
|
38627
38778
|
* @param {Object} opts.jobType Job Type (Can be left empty for both)
|
|
38779
|
+
* @param {Boolean} opts.includeTotal If false, cursor will be used to locate the page instead of pageNumber.
|
|
38780
|
+
* @param {String} opts.cursor Indicates where to resume query results (not required for first page)
|
|
38628
38781
|
*/
|
|
38629
38782
|
getRecordingJobs(opts) {
|
|
38630
38783
|
opts = opts || {};
|
|
@@ -38634,7 +38787,7 @@ class RecordingApi {
|
|
|
38634
38787
|
'/api/v2/recording/jobs',
|
|
38635
38788
|
'GET',
|
|
38636
38789
|
{ },
|
|
38637
|
-
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'] },
|
|
38790
|
+
{ 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'state': opts['state'],'showOnlyMyJobs': opts['showOnlyMyJobs'],'jobType': opts['jobType'],'includeTotal': opts['includeTotal'],'cursor': opts['cursor'] },
|
|
38638
38791
|
{ },
|
|
38639
38792
|
{ },
|
|
38640
38793
|
null,
|
|
@@ -39515,7 +39668,7 @@ class ResponseManagementApi {
|
|
|
39515
39668
|
/**
|
|
39516
39669
|
* ResponseManagement service.
|
|
39517
39670
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
39518
|
-
* @version
|
|
39671
|
+
* @version 129.0.0
|
|
39519
39672
|
*/
|
|
39520
39673
|
|
|
39521
39674
|
/**
|
|
@@ -39840,7 +39993,7 @@ class RoutingApi {
|
|
|
39840
39993
|
/**
|
|
39841
39994
|
* Routing service.
|
|
39842
39995
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
39843
|
-
* @version
|
|
39996
|
+
* @version 129.0.0
|
|
39844
39997
|
*/
|
|
39845
39998
|
|
|
39846
39999
|
/**
|
|
@@ -42759,7 +42912,7 @@ class SCIMApi {
|
|
|
42759
42912
|
/**
|
|
42760
42913
|
* SCIM service.
|
|
42761
42914
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
42762
|
-
* @version
|
|
42915
|
+
* @version 129.0.0
|
|
42763
42916
|
*/
|
|
42764
42917
|
|
|
42765
42918
|
/**
|
|
@@ -43636,7 +43789,7 @@ class ScriptsApi {
|
|
|
43636
43789
|
/**
|
|
43637
43790
|
* Scripts service.
|
|
43638
43791
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
43639
|
-
* @version
|
|
43792
|
+
* @version 129.0.0
|
|
43640
43793
|
*/
|
|
43641
43794
|
|
|
43642
43795
|
/**
|
|
@@ -43989,7 +44142,7 @@ class SearchApi {
|
|
|
43989
44142
|
/**
|
|
43990
44143
|
* Search service.
|
|
43991
44144
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
43992
|
-
* @version
|
|
44145
|
+
* @version 129.0.0
|
|
43993
44146
|
*/
|
|
43994
44147
|
|
|
43995
44148
|
/**
|
|
@@ -44524,7 +44677,7 @@ class SpeechTextAnalyticsApi {
|
|
|
44524
44677
|
/**
|
|
44525
44678
|
* SpeechTextAnalytics service.
|
|
44526
44679
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
44527
|
-
* @version
|
|
44680
|
+
* @version 129.0.0
|
|
44528
44681
|
*/
|
|
44529
44682
|
|
|
44530
44683
|
/**
|
|
@@ -44888,6 +45041,26 @@ class SpeechTextAnalyticsApi {
|
|
|
44888
45041
|
);
|
|
44889
45042
|
}
|
|
44890
45043
|
|
|
45044
|
+
/**
|
|
45045
|
+
* Get the list of Speech & Text Analytics sentiment supported dialects
|
|
45046
|
+
*
|
|
45047
|
+
*/
|
|
45048
|
+
getSpeechandtextanalyticsSentimentDialects() {
|
|
45049
|
+
|
|
45050
|
+
return this.apiClient.callApi(
|
|
45051
|
+
'/api/v2/speechandtextanalytics/sentiment/dialects',
|
|
45052
|
+
'GET',
|
|
45053
|
+
{ },
|
|
45054
|
+
{ },
|
|
45055
|
+
{ },
|
|
45056
|
+
{ },
|
|
45057
|
+
null,
|
|
45058
|
+
['PureCloud OAuth'],
|
|
45059
|
+
['application/json'],
|
|
45060
|
+
['application/json']
|
|
45061
|
+
);
|
|
45062
|
+
}
|
|
45063
|
+
|
|
44891
45064
|
/**
|
|
44892
45065
|
* Get the list of Speech & Text Analytics SentimentFeedback
|
|
44893
45066
|
*
|
|
@@ -45377,7 +45550,7 @@ class StationsApi {
|
|
|
45377
45550
|
/**
|
|
45378
45551
|
* Stations service.
|
|
45379
45552
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
45380
|
-
* @version
|
|
45553
|
+
* @version 129.0.0
|
|
45381
45554
|
*/
|
|
45382
45555
|
|
|
45383
45556
|
/**
|
|
@@ -45524,7 +45697,7 @@ class SuggestApi {
|
|
|
45524
45697
|
/**
|
|
45525
45698
|
* Suggest service.
|
|
45526
45699
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
45527
|
-
* @version
|
|
45700
|
+
* @version 129.0.0
|
|
45528
45701
|
*/
|
|
45529
45702
|
|
|
45530
45703
|
/**
|
|
@@ -45663,7 +45836,7 @@ class TelephonyApi {
|
|
|
45663
45836
|
/**
|
|
45664
45837
|
* Telephony service.
|
|
45665
45838
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
45666
|
-
* @version
|
|
45839
|
+
* @version 129.0.0
|
|
45667
45840
|
*/
|
|
45668
45841
|
|
|
45669
45842
|
/**
|
|
@@ -45771,7 +45944,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
45771
45944
|
/**
|
|
45772
45945
|
* TelephonyProvidersEdge service.
|
|
45773
45946
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
45774
|
-
* @version
|
|
45947
|
+
* @version 129.0.0
|
|
45775
45948
|
*/
|
|
45776
45949
|
|
|
45777
45950
|
/**
|
|
@@ -47109,6 +47282,26 @@ class TelephonyProvidersEdgeApi {
|
|
|
47109
47282
|
);
|
|
47110
47283
|
}
|
|
47111
47284
|
|
|
47285
|
+
/**
|
|
47286
|
+
* List of edges more than 4 edge versions behind the latest software.
|
|
47287
|
+
*
|
|
47288
|
+
*/
|
|
47289
|
+
getTelephonyProvidersEdgesExpired() {
|
|
47290
|
+
|
|
47291
|
+
return this.apiClient.callApi(
|
|
47292
|
+
'/api/v2/telephony/providers/edges/expired',
|
|
47293
|
+
'GET',
|
|
47294
|
+
{ },
|
|
47295
|
+
{ },
|
|
47296
|
+
{ },
|
|
47297
|
+
{ },
|
|
47298
|
+
null,
|
|
47299
|
+
['PureCloud OAuth'],
|
|
47300
|
+
['application/json'],
|
|
47301
|
+
['application/json']
|
|
47302
|
+
);
|
|
47303
|
+
}
|
|
47304
|
+
|
|
47112
47305
|
/**
|
|
47113
47306
|
* Get an extension by ID.
|
|
47114
47307
|
*
|
|
@@ -49384,7 +49577,7 @@ class TextbotsApi {
|
|
|
49384
49577
|
/**
|
|
49385
49578
|
* Textbots service.
|
|
49386
49579
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
49387
|
-
* @version
|
|
49580
|
+
* @version 129.0.0
|
|
49388
49581
|
*/
|
|
49389
49582
|
|
|
49390
49583
|
/**
|
|
@@ -49399,6 +49592,33 @@ class TextbotsApi {
|
|
|
49399
49592
|
}
|
|
49400
49593
|
|
|
49401
49594
|
|
|
49595
|
+
/**
|
|
49596
|
+
* Find bots using the currently configured friendly name or ID.
|
|
49597
|
+
* 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
|
|
49598
|
+
* @param {Object} opts Optional parameters
|
|
49599
|
+
* @param {Array.<String>} opts.botType Bot types
|
|
49600
|
+
* @param {String} opts.botName Bot name
|
|
49601
|
+
* @param {Array.<String>} opts.botId Bot IDs
|
|
49602
|
+
* @param {Number} opts.pageSize The maximum results to return (default to 25)
|
|
49603
|
+
*/
|
|
49604
|
+
getTextbotsBotsSearch(opts) {
|
|
49605
|
+
opts = opts || {};
|
|
49606
|
+
|
|
49607
|
+
|
|
49608
|
+
return this.apiClient.callApi(
|
|
49609
|
+
'/api/v2/textbots/bots/search',
|
|
49610
|
+
'GET',
|
|
49611
|
+
{ },
|
|
49612
|
+
{ 'botType': this.apiClient.buildCollectionParam(opts['botType'], 'multi'),'botName': opts['botName'],'botId': this.apiClient.buildCollectionParam(opts['botId'], 'multi'),'pageSize': opts['pageSize'] },
|
|
49613
|
+
{ },
|
|
49614
|
+
{ },
|
|
49615
|
+
null,
|
|
49616
|
+
['PureCloud OAuth'],
|
|
49617
|
+
['application/json'],
|
|
49618
|
+
['application/json']
|
|
49619
|
+
);
|
|
49620
|
+
}
|
|
49621
|
+
|
|
49402
49622
|
/**
|
|
49403
49623
|
* Issue a bot flow turn event
|
|
49404
49624
|
* Send a turn event to an executing bot flow and produce the next action to take.
|
|
@@ -49485,7 +49705,7 @@ class TokensApi {
|
|
|
49485
49705
|
/**
|
|
49486
49706
|
* Tokens service.
|
|
49487
49707
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
49488
|
-
* @version
|
|
49708
|
+
* @version 129.0.0
|
|
49489
49709
|
*/
|
|
49490
49710
|
|
|
49491
49711
|
/**
|
|
@@ -49591,7 +49811,7 @@ class UploadsApi {
|
|
|
49591
49811
|
/**
|
|
49592
49812
|
* Uploads service.
|
|
49593
49813
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
49594
|
-
* @version
|
|
49814
|
+
* @version 129.0.0
|
|
49595
49815
|
*/
|
|
49596
49816
|
|
|
49597
49817
|
/**
|
|
@@ -49767,7 +49987,7 @@ class UsageApi {
|
|
|
49767
49987
|
/**
|
|
49768
49988
|
* Usage service.
|
|
49769
49989
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
49770
|
-
* @version
|
|
49990
|
+
* @version 129.0.0
|
|
49771
49991
|
*/
|
|
49772
49992
|
|
|
49773
49993
|
/**
|
|
@@ -49838,7 +50058,7 @@ class UserRecordingsApi {
|
|
|
49838
50058
|
/**
|
|
49839
50059
|
* UserRecordings service.
|
|
49840
50060
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
49841
|
-
* @version
|
|
50061
|
+
* @version 129.0.0
|
|
49842
50062
|
*/
|
|
49843
50063
|
|
|
49844
50064
|
/**
|
|
@@ -50022,7 +50242,7 @@ class UsersApi {
|
|
|
50022
50242
|
/**
|
|
50023
50243
|
* Users service.
|
|
50024
50244
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
50025
|
-
* @version
|
|
50245
|
+
* @version 129.0.0
|
|
50026
50246
|
*/
|
|
50027
50247
|
|
|
50028
50248
|
/**
|
|
@@ -52324,7 +52544,7 @@ class UtilitiesApi {
|
|
|
52324
52544
|
/**
|
|
52325
52545
|
* Utilities service.
|
|
52326
52546
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
52327
|
-
* @version
|
|
52547
|
+
* @version 129.0.0
|
|
52328
52548
|
*/
|
|
52329
52549
|
|
|
52330
52550
|
/**
|
|
@@ -52435,7 +52655,7 @@ class VoicemailApi {
|
|
|
52435
52655
|
/**
|
|
52436
52656
|
* Voicemail service.
|
|
52437
52657
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
52438
|
-
* @version
|
|
52658
|
+
* @version 129.0.0
|
|
52439
52659
|
*/
|
|
52440
52660
|
|
|
52441
52661
|
/**
|
|
@@ -53102,7 +53322,7 @@ class WebChatApi {
|
|
|
53102
53322
|
/**
|
|
53103
53323
|
* WebChat service.
|
|
53104
53324
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
53105
|
-
* @version
|
|
53325
|
+
* @version 129.0.0
|
|
53106
53326
|
*/
|
|
53107
53327
|
|
|
53108
53328
|
/**
|
|
@@ -53646,7 +53866,7 @@ class WebDeploymentsApi {
|
|
|
53646
53866
|
/**
|
|
53647
53867
|
* WebDeployments service.
|
|
53648
53868
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
53649
|
-
* @version
|
|
53869
|
+
* @version 129.0.0
|
|
53650
53870
|
*/
|
|
53651
53871
|
|
|
53652
53872
|
/**
|
|
@@ -54001,7 +54221,7 @@ class WebMessagingApi {
|
|
|
54001
54221
|
/**
|
|
54002
54222
|
* WebMessaging service.
|
|
54003
54223
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
54004
|
-
* @version
|
|
54224
|
+
* @version 129.0.0
|
|
54005
54225
|
*/
|
|
54006
54226
|
|
|
54007
54227
|
/**
|
|
@@ -54047,7 +54267,7 @@ class WidgetsApi {
|
|
|
54047
54267
|
/**
|
|
54048
54268
|
* Widgets service.
|
|
54049
54269
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
54050
|
-
* @version
|
|
54270
|
+
* @version 129.0.0
|
|
54051
54271
|
*/
|
|
54052
54272
|
|
|
54053
54273
|
/**
|
|
@@ -54193,7 +54413,7 @@ class WorkforceManagementApi {
|
|
|
54193
54413
|
/**
|
|
54194
54414
|
* WorkforceManagement service.
|
|
54195
54415
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
54196
|
-
* @version
|
|
54416
|
+
* @version 129.0.0
|
|
54197
54417
|
*/
|
|
54198
54418
|
|
|
54199
54419
|
/**
|
|
@@ -58224,7 +58444,7 @@ class WorkforceManagementApi {
|
|
|
58224
58444
|
* </pre>
|
|
58225
58445
|
* </p>
|
|
58226
58446
|
* @module purecloud-platform-client-v2/index
|
|
58227
|
-
* @version
|
|
58447
|
+
* @version 129.0.0
|
|
58228
58448
|
*/
|
|
58229
58449
|
class platformClient {
|
|
58230
58450
|
constructor() {
|