purecloud-platform-client-v2 139.0.0 → 140.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 +214 -100
- package/dist/web-amd/purecloud-platform-client-v2.js +214 -100
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +214 -100
- package/dist/web-cjs/purecloud-platform-client-v2.js +214 -100
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +180 -10
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- 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 +15 -15
- 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 +5 -5
- 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 +1 -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 +111 -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/MessagingApi.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 +2 -2
- 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 +8 -4
- 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 +1 -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 +15 -15
- 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
|
@@ -7248,7 +7248,7 @@ class Configuration {
|
|
|
7248
7248
|
|
|
7249
7249
|
/**
|
|
7250
7250
|
* @module purecloud-platform-client-v2/ApiClient
|
|
7251
|
-
* @version
|
|
7251
|
+
* @version 140.0.0
|
|
7252
7252
|
*/
|
|
7253
7253
|
class ApiClient {
|
|
7254
7254
|
/**
|
|
@@ -8319,7 +8319,7 @@ class AlertingApi {
|
|
|
8319
8319
|
/**
|
|
8320
8320
|
* Alerting service.
|
|
8321
8321
|
* @module purecloud-platform-client-v2/api/AlertingApi
|
|
8322
|
-
* @version
|
|
8322
|
+
* @version 140.0.0
|
|
8323
8323
|
*/
|
|
8324
8324
|
|
|
8325
8325
|
/**
|
|
@@ -8633,7 +8633,7 @@ class AnalyticsApi {
|
|
|
8633
8633
|
/**
|
|
8634
8634
|
* Analytics service.
|
|
8635
8635
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
8636
|
-
* @version
|
|
8636
|
+
* @version 140.0.0
|
|
8637
8637
|
*/
|
|
8638
8638
|
|
|
8639
8639
|
/**
|
|
@@ -9815,7 +9815,7 @@ class ArchitectApi {
|
|
|
9815
9815
|
/**
|
|
9816
9816
|
* Architect service.
|
|
9817
9817
|
* @module purecloud-platform-client-v2/api/ArchitectApi
|
|
9818
|
-
* @version
|
|
9818
|
+
* @version 140.0.0
|
|
9819
9819
|
*/
|
|
9820
9820
|
|
|
9821
9821
|
/**
|
|
@@ -12860,7 +12860,7 @@ class AuditApi {
|
|
|
12860
12860
|
/**
|
|
12861
12861
|
* Audit service.
|
|
12862
12862
|
* @module purecloud-platform-client-v2/api/AuditApi
|
|
12863
|
-
* @version
|
|
12863
|
+
* @version 140.0.0
|
|
12864
12864
|
*/
|
|
12865
12865
|
|
|
12866
12866
|
/**
|
|
@@ -13031,7 +13031,7 @@ class AuthorizationApi {
|
|
|
13031
13031
|
/**
|
|
13032
13032
|
* Authorization service.
|
|
13033
13033
|
* @module purecloud-platform-client-v2/api/AuthorizationApi
|
|
13034
|
-
* @version
|
|
13034
|
+
* @version 140.0.0
|
|
13035
13035
|
*/
|
|
13036
13036
|
|
|
13037
13037
|
/**
|
|
@@ -13636,18 +13636,18 @@ class AuthorizationApi {
|
|
|
13636
13636
|
/**
|
|
13637
13637
|
* Returns a listing of roles and permissions for a user.
|
|
13638
13638
|
*
|
|
13639
|
-
* @param {String}
|
|
13639
|
+
* @param {String} subjectId User ID
|
|
13640
13640
|
*/
|
|
13641
|
-
getUserRoles(
|
|
13642
|
-
// verify the required parameter '
|
|
13643
|
-
if (
|
|
13644
|
-
throw 'Missing the required parameter "
|
|
13641
|
+
getUserRoles(subjectId) {
|
|
13642
|
+
// verify the required parameter 'subjectId' is set
|
|
13643
|
+
if (subjectId === undefined || subjectId === null) {
|
|
13644
|
+
throw 'Missing the required parameter "subjectId" when calling getUserRoles';
|
|
13645
13645
|
}
|
|
13646
13646
|
|
|
13647
13647
|
return this.apiClient.callApi(
|
|
13648
|
-
'/api/v2/users/{
|
|
13648
|
+
'/api/v2/users/{subjectId}/roles',
|
|
13649
13649
|
'GET',
|
|
13650
|
-
{ '
|
|
13650
|
+
{ 'subjectId': subjectId },
|
|
13651
13651
|
{ },
|
|
13652
13652
|
{ },
|
|
13653
13653
|
{ },
|
|
@@ -14181,13 +14181,13 @@ class AuthorizationApi {
|
|
|
14181
14181
|
/**
|
|
14182
14182
|
* Sets the user's roles
|
|
14183
14183
|
*
|
|
14184
|
-
* @param {String}
|
|
14184
|
+
* @param {String} subjectId User ID
|
|
14185
14185
|
* @param {Array.<String>} body List of roles
|
|
14186
14186
|
*/
|
|
14187
|
-
putUserRoles(
|
|
14188
|
-
// verify the required parameter '
|
|
14189
|
-
if (
|
|
14190
|
-
throw 'Missing the required parameter "
|
|
14187
|
+
putUserRoles(subjectId, body) {
|
|
14188
|
+
// verify the required parameter 'subjectId' is set
|
|
14189
|
+
if (subjectId === undefined || subjectId === null) {
|
|
14190
|
+
throw 'Missing the required parameter "subjectId" when calling putUserRoles';
|
|
14191
14191
|
}
|
|
14192
14192
|
// verify the required parameter 'body' is set
|
|
14193
14193
|
if (body === undefined || body === null) {
|
|
@@ -14195,9 +14195,9 @@ class AuthorizationApi {
|
|
|
14195
14195
|
}
|
|
14196
14196
|
|
|
14197
14197
|
return this.apiClient.callApi(
|
|
14198
|
-
'/api/v2/users/{
|
|
14198
|
+
'/api/v2/users/{subjectId}/roles',
|
|
14199
14199
|
'PUT',
|
|
14200
|
-
{ '
|
|
14200
|
+
{ 'subjectId': subjectId },
|
|
14201
14201
|
{ },
|
|
14202
14202
|
{ },
|
|
14203
14203
|
{ },
|
|
@@ -14214,7 +14214,7 @@ class BillingApi {
|
|
|
14214
14214
|
/**
|
|
14215
14215
|
* Billing service.
|
|
14216
14216
|
* @module purecloud-platform-client-v2/api/BillingApi
|
|
14217
|
-
* @version
|
|
14217
|
+
* @version 140.0.0
|
|
14218
14218
|
*/
|
|
14219
14219
|
|
|
14220
14220
|
/**
|
|
@@ -14294,7 +14294,7 @@ class ChatApi {
|
|
|
14294
14294
|
/**
|
|
14295
14295
|
* Chat service.
|
|
14296
14296
|
* @module purecloud-platform-client-v2/api/ChatApi
|
|
14297
|
-
* @version
|
|
14297
|
+
* @version 140.0.0
|
|
14298
14298
|
*/
|
|
14299
14299
|
|
|
14300
14300
|
/**
|
|
@@ -14385,7 +14385,7 @@ class CoachingApi {
|
|
|
14385
14385
|
/**
|
|
14386
14386
|
* Coaching service.
|
|
14387
14387
|
* @module purecloud-platform-client-v2/api/CoachingApi
|
|
14388
|
-
* @version
|
|
14388
|
+
* @version 140.0.0
|
|
14389
14389
|
*/
|
|
14390
14390
|
|
|
14391
14391
|
/**
|
|
@@ -14962,7 +14962,7 @@ class ContentManagementApi {
|
|
|
14962
14962
|
/**
|
|
14963
14963
|
* ContentManagement service.
|
|
14964
14964
|
* @module purecloud-platform-client-v2/api/ContentManagementApi
|
|
14965
|
-
* @version
|
|
14965
|
+
* @version 140.0.0
|
|
14966
14966
|
*/
|
|
14967
14967
|
|
|
14968
14968
|
/**
|
|
@@ -16102,7 +16102,7 @@ class ConversationsApi {
|
|
|
16102
16102
|
/**
|
|
16103
16103
|
* Conversations service.
|
|
16104
16104
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
16105
|
-
* @version
|
|
16105
|
+
* @version 140.0.0
|
|
16106
16106
|
*/
|
|
16107
16107
|
|
|
16108
16108
|
/**
|
|
@@ -21036,7 +21036,7 @@ class DataExtensionsApi {
|
|
|
21036
21036
|
/**
|
|
21037
21037
|
* DataExtensions service.
|
|
21038
21038
|
* @module purecloud-platform-client-v2/api/DataExtensionsApi
|
|
21039
|
-
* @version
|
|
21039
|
+
* @version 140.0.0
|
|
21040
21040
|
*/
|
|
21041
21041
|
|
|
21042
21042
|
/**
|
|
@@ -21122,7 +21122,7 @@ class ExternalContactsApi {
|
|
|
21122
21122
|
/**
|
|
21123
21123
|
* ExternalContacts service.
|
|
21124
21124
|
* @module purecloud-platform-client-v2/api/ExternalContactsApi
|
|
21125
|
-
* @version
|
|
21125
|
+
* @version 140.0.0
|
|
21126
21126
|
*/
|
|
21127
21127
|
|
|
21128
21128
|
/**
|
|
@@ -22865,7 +22865,7 @@ class FaxApi {
|
|
|
22865
22865
|
/**
|
|
22866
22866
|
* Fax service.
|
|
22867
22867
|
* @module purecloud-platform-client-v2/api/FaxApi
|
|
22868
|
-
* @version
|
|
22868
|
+
* @version 140.0.0
|
|
22869
22869
|
*/
|
|
22870
22870
|
|
|
22871
22871
|
/**
|
|
@@ -23036,7 +23036,7 @@ class FlowsApi {
|
|
|
23036
23036
|
/**
|
|
23037
23037
|
* Flows service.
|
|
23038
23038
|
* @module purecloud-platform-client-v2/api/FlowsApi
|
|
23039
|
-
* @version
|
|
23039
|
+
* @version 140.0.0
|
|
23040
23040
|
*/
|
|
23041
23041
|
|
|
23042
23042
|
/**
|
|
@@ -23107,7 +23107,7 @@ class GamificationApi {
|
|
|
23107
23107
|
/**
|
|
23108
23108
|
* Gamification service.
|
|
23109
23109
|
* @module purecloud-platform-client-v2/api/GamificationApi
|
|
23110
|
-
* @version
|
|
23110
|
+
* @version 140.0.0
|
|
23111
23111
|
*/
|
|
23112
23112
|
|
|
23113
23113
|
/**
|
|
@@ -23252,7 +23252,7 @@ class GamificationApi {
|
|
|
23252
23252
|
|
|
23253
23253
|
/**
|
|
23254
23254
|
* Gamified metric by id
|
|
23255
|
-
*
|
|
23255
|
+
* This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics/{metricId} instead.
|
|
23256
23256
|
* @param {String} metricId metric Id
|
|
23257
23257
|
* @param {Object} opts Optional parameters
|
|
23258
23258
|
* @param {String} opts.workday The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
@@ -23327,7 +23327,7 @@ class GamificationApi {
|
|
|
23327
23327
|
|
|
23328
23328
|
/**
|
|
23329
23329
|
* All gamified metrics for a given profile
|
|
23330
|
-
*
|
|
23330
|
+
* This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
|
|
23331
23331
|
* @param {Object} opts Optional parameters
|
|
23332
23332
|
* @param {String} opts.performanceProfileId The profile id of the metrics you are trying to retrieve. The DEFAULT profile is used if nothing is given.
|
|
23333
23333
|
* @param {String} opts.workday The objective query workday. If not specified, then it retrieves the current objective. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
|
|
@@ -24182,7 +24182,7 @@ class GamificationApi {
|
|
|
24182
24182
|
|
|
24183
24183
|
/**
|
|
24184
24184
|
* Creates a gamified metric with a given metric definition and metric objective
|
|
24185
|
-
*
|
|
24185
|
+
* This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics instead.
|
|
24186
24186
|
* @param {Object} body Metric
|
|
24187
24187
|
*/
|
|
24188
24188
|
postGamificationMetrics(body) {
|
|
@@ -24411,7 +24411,7 @@ class GamificationApi {
|
|
|
24411
24411
|
|
|
24412
24412
|
/**
|
|
24413
24413
|
* Updates a metric
|
|
24414
|
-
*
|
|
24414
|
+
* This API is deprecated. Use /api/v2/gamification/profiles/{profileId}/metrics/{metricId} instead.
|
|
24415
24415
|
* @param {String} metricId metric Id
|
|
24416
24416
|
* @param {Object} body Metric
|
|
24417
24417
|
* @param {Object} opts Optional parameters
|
|
@@ -24538,7 +24538,7 @@ class GeneralDataProtectionRegulationApi {
|
|
|
24538
24538
|
/**
|
|
24539
24539
|
* GeneralDataProtectionRegulation service.
|
|
24540
24540
|
* @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
|
|
24541
|
-
* @version
|
|
24541
|
+
* @version 140.0.0
|
|
24542
24542
|
*/
|
|
24543
24543
|
|
|
24544
24544
|
/**
|
|
@@ -24668,7 +24668,7 @@ class GeolocationApi {
|
|
|
24668
24668
|
/**
|
|
24669
24669
|
* Geolocation service.
|
|
24670
24670
|
* @module purecloud-platform-client-v2/api/GeolocationApi
|
|
24671
|
-
* @version
|
|
24671
|
+
* @version 140.0.0
|
|
24672
24672
|
*/
|
|
24673
24673
|
|
|
24674
24674
|
/**
|
|
@@ -24799,7 +24799,7 @@ class GreetingsApi {
|
|
|
24799
24799
|
/**
|
|
24800
24800
|
* Greetings service.
|
|
24801
24801
|
* @module purecloud-platform-client-v2/api/GreetingsApi
|
|
24802
|
-
* @version
|
|
24802
|
+
* @version 140.0.0
|
|
24803
24803
|
*/
|
|
24804
24804
|
|
|
24805
24805
|
/**
|
|
@@ -25254,7 +25254,7 @@ class GroupsApi {
|
|
|
25254
25254
|
/**
|
|
25255
25255
|
* Groups service.
|
|
25256
25256
|
* @module purecloud-platform-client-v2/api/GroupsApi
|
|
25257
|
-
* @version
|
|
25257
|
+
* @version 140.0.0
|
|
25258
25258
|
*/
|
|
25259
25259
|
|
|
25260
25260
|
/**
|
|
@@ -25659,7 +25659,7 @@ class IdentityProviderApi {
|
|
|
25659
25659
|
/**
|
|
25660
25660
|
* IdentityProvider service.
|
|
25661
25661
|
* @module purecloud-platform-client-v2/api/IdentityProviderApi
|
|
25662
|
-
* @version
|
|
25662
|
+
* @version 140.0.0
|
|
25663
25663
|
*/
|
|
25664
25664
|
|
|
25665
25665
|
/**
|
|
@@ -26415,7 +26415,7 @@ class IntegrationsApi {
|
|
|
26415
26415
|
/**
|
|
26416
26416
|
* Integrations service.
|
|
26417
26417
|
* @module purecloud-platform-client-v2/api/IntegrationsApi
|
|
26418
|
-
* @version
|
|
26418
|
+
* @version 140.0.0
|
|
26419
26419
|
*/
|
|
26420
26420
|
|
|
26421
26421
|
/**
|
|
@@ -28092,7 +28092,7 @@ class JourneyApi {
|
|
|
28092
28092
|
/**
|
|
28093
28093
|
* Journey service.
|
|
28094
28094
|
* @module purecloud-platform-client-v2/api/JourneyApi
|
|
28095
|
-
* @version
|
|
28095
|
+
* @version 140.0.0
|
|
28096
28096
|
*/
|
|
28097
28097
|
|
|
28098
28098
|
/**
|
|
@@ -28803,7 +28803,7 @@ class KnowledgeApi {
|
|
|
28803
28803
|
/**
|
|
28804
28804
|
* Knowledge service.
|
|
28805
28805
|
* @module purecloud-platform-client-v2/api/KnowledgeApi
|
|
28806
|
-
* @version
|
|
28806
|
+
* @version 140.0.0
|
|
28807
28807
|
*/
|
|
28808
28808
|
|
|
28809
28809
|
/**
|
|
@@ -29703,7 +29703,7 @@ class LanguageUnderstandingApi {
|
|
|
29703
29703
|
/**
|
|
29704
29704
|
* LanguageUnderstanding service.
|
|
29705
29705
|
* @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
|
|
29706
|
-
* @version
|
|
29706
|
+
* @version 140.0.0
|
|
29707
29707
|
*/
|
|
29708
29708
|
|
|
29709
29709
|
/**
|
|
@@ -30607,7 +30607,7 @@ class LanguagesApi {
|
|
|
30607
30607
|
/**
|
|
30608
30608
|
* Languages service.
|
|
30609
30609
|
* @module purecloud-platform-client-v2/api/LanguagesApi
|
|
30610
|
-
* @version
|
|
30610
|
+
* @version 140.0.0
|
|
30611
30611
|
*/
|
|
30612
30612
|
|
|
30613
30613
|
/**
|
|
@@ -30875,7 +30875,7 @@ class LearningApi {
|
|
|
30875
30875
|
/**
|
|
30876
30876
|
* Learning service.
|
|
30877
30877
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
30878
|
-
* @version
|
|
30878
|
+
* @version 140.0.0
|
|
30879
30879
|
*/
|
|
30880
30880
|
|
|
30881
30881
|
/**
|
|
@@ -31073,6 +31073,36 @@ class LearningApi {
|
|
|
31073
31073
|
);
|
|
31074
31074
|
}
|
|
31075
31075
|
|
|
31076
|
+
/**
|
|
31077
|
+
* Get a specific Learning Module job status
|
|
31078
|
+
*
|
|
31079
|
+
* @param {String} moduleId The ID of the learning module
|
|
31080
|
+
* @param {String} jobId The ID of the learning module job
|
|
31081
|
+
*/
|
|
31082
|
+
getLearningModuleJob(moduleId, jobId) {
|
|
31083
|
+
// verify the required parameter 'moduleId' is set
|
|
31084
|
+
if (moduleId === undefined || moduleId === null) {
|
|
31085
|
+
throw 'Missing the required parameter "moduleId" when calling getLearningModuleJob';
|
|
31086
|
+
}
|
|
31087
|
+
// verify the required parameter 'jobId' is set
|
|
31088
|
+
if (jobId === undefined || jobId === null) {
|
|
31089
|
+
throw 'Missing the required parameter "jobId" when calling getLearningModuleJob';
|
|
31090
|
+
}
|
|
31091
|
+
|
|
31092
|
+
return this.apiClient.callApi(
|
|
31093
|
+
'/api/v2/learning/modules/{moduleId}/jobs/{jobId}',
|
|
31094
|
+
'GET',
|
|
31095
|
+
{ 'moduleId': moduleId,'jobId': jobId },
|
|
31096
|
+
{ },
|
|
31097
|
+
{ },
|
|
31098
|
+
{ },
|
|
31099
|
+
null,
|
|
31100
|
+
['PureCloud OAuth'],
|
|
31101
|
+
['application/json'],
|
|
31102
|
+
['application/json']
|
|
31103
|
+
);
|
|
31104
|
+
}
|
|
31105
|
+
|
|
31076
31106
|
/**
|
|
31077
31107
|
* Get a learning module rule
|
|
31078
31108
|
*
|
|
@@ -31218,6 +31248,56 @@ class LearningApi {
|
|
|
31218
31248
|
);
|
|
31219
31249
|
}
|
|
31220
31250
|
|
|
31251
|
+
/**
|
|
31252
|
+
* Reassign Learning Assignment
|
|
31253
|
+
* This will reassign the state of the assignment to Assigned and update the assignment to the latest version of the module
|
|
31254
|
+
* @param {String} assignmentId The Learning Assignment ID
|
|
31255
|
+
*/
|
|
31256
|
+
postLearningAssignmentReassign(assignmentId) {
|
|
31257
|
+
// verify the required parameter 'assignmentId' is set
|
|
31258
|
+
if (assignmentId === undefined || assignmentId === null) {
|
|
31259
|
+
throw 'Missing the required parameter "assignmentId" when calling postLearningAssignmentReassign';
|
|
31260
|
+
}
|
|
31261
|
+
|
|
31262
|
+
return this.apiClient.callApi(
|
|
31263
|
+
'/api/v2/learning/assignments/{assignmentId}/reassign',
|
|
31264
|
+
'POST',
|
|
31265
|
+
{ 'assignmentId': assignmentId },
|
|
31266
|
+
{ },
|
|
31267
|
+
{ },
|
|
31268
|
+
{ },
|
|
31269
|
+
null,
|
|
31270
|
+
['PureCloud OAuth'],
|
|
31271
|
+
['application/json'],
|
|
31272
|
+
['application/json']
|
|
31273
|
+
);
|
|
31274
|
+
}
|
|
31275
|
+
|
|
31276
|
+
/**
|
|
31277
|
+
* Reset Learning Assignment
|
|
31278
|
+
* This will reset the state of the assignment to Assigned and remove the version of Learning module associated with the assignment
|
|
31279
|
+
* @param {String} assignmentId The Learning Assignment ID
|
|
31280
|
+
*/
|
|
31281
|
+
postLearningAssignmentReset(assignmentId) {
|
|
31282
|
+
// verify the required parameter 'assignmentId' is set
|
|
31283
|
+
if (assignmentId === undefined || assignmentId === null) {
|
|
31284
|
+
throw 'Missing the required parameter "assignmentId" when calling postLearningAssignmentReset';
|
|
31285
|
+
}
|
|
31286
|
+
|
|
31287
|
+
return this.apiClient.callApi(
|
|
31288
|
+
'/api/v2/learning/assignments/{assignmentId}/reset',
|
|
31289
|
+
'POST',
|
|
31290
|
+
{ 'assignmentId': assignmentId },
|
|
31291
|
+
{ },
|
|
31292
|
+
{ },
|
|
31293
|
+
{ },
|
|
31294
|
+
null,
|
|
31295
|
+
['PureCloud OAuth'],
|
|
31296
|
+
['application/json'],
|
|
31297
|
+
['application/json']
|
|
31298
|
+
);
|
|
31299
|
+
}
|
|
31300
|
+
|
|
31221
31301
|
/**
|
|
31222
31302
|
* Create Learning Assignment
|
|
31223
31303
|
*
|
|
@@ -31315,6 +31395,36 @@ class LearningApi {
|
|
|
31315
31395
|
);
|
|
31316
31396
|
}
|
|
31317
31397
|
|
|
31398
|
+
/**
|
|
31399
|
+
* Starts a specified operation on learning module
|
|
31400
|
+
* This will initiate operation specified in the request body for a learning module
|
|
31401
|
+
* @param {String} moduleId The ID of the learning module
|
|
31402
|
+
* @param {Object} body The learning module job request
|
|
31403
|
+
*/
|
|
31404
|
+
postLearningModuleJobs(moduleId, body) {
|
|
31405
|
+
// verify the required parameter 'moduleId' is set
|
|
31406
|
+
if (moduleId === undefined || moduleId === null) {
|
|
31407
|
+
throw 'Missing the required parameter "moduleId" when calling postLearningModuleJobs';
|
|
31408
|
+
}
|
|
31409
|
+
// verify the required parameter 'body' is set
|
|
31410
|
+
if (body === undefined || body === null) {
|
|
31411
|
+
throw 'Missing the required parameter "body" when calling postLearningModuleJobs';
|
|
31412
|
+
}
|
|
31413
|
+
|
|
31414
|
+
return this.apiClient.callApi(
|
|
31415
|
+
'/api/v2/learning/modules/{moduleId}/jobs',
|
|
31416
|
+
'POST',
|
|
31417
|
+
{ 'moduleId': moduleId },
|
|
31418
|
+
{ },
|
|
31419
|
+
{ },
|
|
31420
|
+
{ },
|
|
31421
|
+
body,
|
|
31422
|
+
['PureCloud OAuth'],
|
|
31423
|
+
['application/json'],
|
|
31424
|
+
['application/json']
|
|
31425
|
+
);
|
|
31426
|
+
}
|
|
31427
|
+
|
|
31318
31428
|
/**
|
|
31319
31429
|
* Publish a Learning module
|
|
31320
31430
|
*
|
|
@@ -31466,7 +31576,7 @@ class LicenseApi {
|
|
|
31466
31576
|
/**
|
|
31467
31577
|
* License service.
|
|
31468
31578
|
* @module purecloud-platform-client-v2/api/LicenseApi
|
|
31469
|
-
* @version
|
|
31579
|
+
* @version 140.0.0
|
|
31470
31580
|
*/
|
|
31471
31581
|
|
|
31472
31582
|
/**
|
|
@@ -31704,7 +31814,7 @@ class LocationsApi {
|
|
|
31704
31814
|
/**
|
|
31705
31815
|
* Locations service.
|
|
31706
31816
|
* @module purecloud-platform-client-v2/api/LocationsApi
|
|
31707
|
-
* @version
|
|
31817
|
+
* @version 140.0.0
|
|
31708
31818
|
*/
|
|
31709
31819
|
|
|
31710
31820
|
/**
|
|
@@ -31940,7 +32050,7 @@ class MessagingApi {
|
|
|
31940
32050
|
/**
|
|
31941
32051
|
* Messaging service.
|
|
31942
32052
|
* @module purecloud-platform-client-v2/api/MessagingApi
|
|
31943
|
-
* @version
|
|
32053
|
+
* @version 140.0.0
|
|
31944
32054
|
*/
|
|
31945
32055
|
|
|
31946
32056
|
/**
|
|
@@ -32091,7 +32201,7 @@ class MobileDevicesApi {
|
|
|
32091
32201
|
/**
|
|
32092
32202
|
* MobileDevices service.
|
|
32093
32203
|
* @module purecloud-platform-client-v2/api/MobileDevicesApi
|
|
32094
|
-
* @version
|
|
32204
|
+
* @version 140.0.0
|
|
32095
32205
|
*/
|
|
32096
32206
|
|
|
32097
32207
|
/**
|
|
@@ -32242,7 +32352,7 @@ class NotificationsApi {
|
|
|
32242
32352
|
/**
|
|
32243
32353
|
* Notifications service.
|
|
32244
32354
|
* @module purecloud-platform-client-v2/api/NotificationsApi
|
|
32245
|
-
* @version
|
|
32355
|
+
* @version 140.0.0
|
|
32246
32356
|
*/
|
|
32247
32357
|
|
|
32248
32358
|
/**
|
|
@@ -32467,7 +32577,7 @@ class OAuthApi {
|
|
|
32467
32577
|
/**
|
|
32468
32578
|
* OAuth service.
|
|
32469
32579
|
* @module purecloud-platform-client-v2/api/OAuthApi
|
|
32470
|
-
* @version
|
|
32580
|
+
* @version 140.0.0
|
|
32471
32581
|
*/
|
|
32472
32582
|
|
|
32473
32583
|
/**
|
|
@@ -32833,7 +32943,7 @@ class ObjectsApi {
|
|
|
32833
32943
|
/**
|
|
32834
32944
|
* Objects service.
|
|
32835
32945
|
* @module purecloud-platform-client-v2/api/ObjectsApi
|
|
32836
|
-
* @version
|
|
32946
|
+
* @version 140.0.0
|
|
32837
32947
|
*/
|
|
32838
32948
|
|
|
32839
32949
|
/**
|
|
@@ -33104,7 +33214,7 @@ class OrganizationApi {
|
|
|
33104
33214
|
/**
|
|
33105
33215
|
* Organization service.
|
|
33106
33216
|
* @module purecloud-platform-client-v2/api/OrganizationApi
|
|
33107
|
-
* @version
|
|
33217
|
+
* @version 140.0.0
|
|
33108
33218
|
*/
|
|
33109
33219
|
|
|
33110
33220
|
/**
|
|
@@ -33507,7 +33617,7 @@ class OrganizationAuthorizationApi {
|
|
|
33507
33617
|
/**
|
|
33508
33618
|
* OrganizationAuthorization service.
|
|
33509
33619
|
* @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
|
|
33510
|
-
* @version
|
|
33620
|
+
* @version 140.0.0
|
|
33511
33621
|
*/
|
|
33512
33622
|
|
|
33513
33623
|
/**
|
|
@@ -34432,7 +34542,7 @@ class OutboundApi {
|
|
|
34432
34542
|
/**
|
|
34433
34543
|
* Outbound service.
|
|
34434
34544
|
* @module purecloud-platform-client-v2/api/OutboundApi
|
|
34435
|
-
* @version
|
|
34545
|
+
* @version 140.0.0
|
|
34436
34546
|
*/
|
|
34437
34547
|
|
|
34438
34548
|
/**
|
|
@@ -37687,7 +37797,7 @@ class PresenceApi {
|
|
|
37687
37797
|
/**
|
|
37688
37798
|
* Presence service.
|
|
37689
37799
|
* @module purecloud-platform-client-v2/api/PresenceApi
|
|
37690
|
-
* @version
|
|
37800
|
+
* @version 140.0.0
|
|
37691
37801
|
*/
|
|
37692
37802
|
|
|
37693
37803
|
/**
|
|
@@ -38009,7 +38119,7 @@ class QualityApi {
|
|
|
38009
38119
|
/**
|
|
38010
38120
|
* Quality service.
|
|
38011
38121
|
* @module purecloud-platform-client-v2/api/QualityApi
|
|
38012
|
-
* @version
|
|
38122
|
+
* @version 140.0.0
|
|
38013
38123
|
*/
|
|
38014
38124
|
|
|
38015
38125
|
/**
|
|
@@ -38767,7 +38877,7 @@ class QualityApi {
|
|
|
38767
38877
|
/**
|
|
38768
38878
|
* Retrieve a list of the latest form versions by context ids
|
|
38769
38879
|
*
|
|
38770
|
-
* @param {Array.<String>} contextId A comma-delimited list of valid survey form context ids
|
|
38880
|
+
* @param {Array.<String>} contextId A comma-delimited list of valid survey form context ids. The maximum number of ids allowed in this list is 100.
|
|
38771
38881
|
* @param {Object} opts Optional parameters
|
|
38772
38882
|
* @param {Boolean} opts.published If true, the latest published version will be included. If false, only the unpublished version will be included. (default to true)
|
|
38773
38883
|
*/
|
|
@@ -39587,7 +39697,7 @@ class RecordingApi {
|
|
|
39587
39697
|
/**
|
|
39588
39698
|
* Recording service.
|
|
39589
39699
|
* @module purecloud-platform-client-v2/api/RecordingApi
|
|
39590
|
-
* @version
|
|
39700
|
+
* @version 140.0.0
|
|
39591
39701
|
*/
|
|
39592
39702
|
|
|
39593
39703
|
/**
|
|
@@ -41240,7 +41350,7 @@ class ResponseManagementApi {
|
|
|
41240
41350
|
/**
|
|
41241
41351
|
* ResponseManagement service.
|
|
41242
41352
|
* @module purecloud-platform-client-v2/api/ResponseManagementApi
|
|
41243
|
-
* @version
|
|
41353
|
+
* @version 140.0.0
|
|
41244
41354
|
*/
|
|
41245
41355
|
|
|
41246
41356
|
/**
|
|
@@ -41724,7 +41834,7 @@ class RoutingApi {
|
|
|
41724
41834
|
/**
|
|
41725
41835
|
* Routing service.
|
|
41726
41836
|
* @module purecloud-platform-client-v2/api/RoutingApi
|
|
41727
|
-
* @version
|
|
41837
|
+
* @version 140.0.0
|
|
41728
41838
|
*/
|
|
41729
41839
|
|
|
41730
41840
|
/**
|
|
@@ -42553,16 +42663,20 @@ class RoutingApi {
|
|
|
42553
42663
|
}
|
|
42554
42664
|
|
|
42555
42665
|
/**
|
|
42556
|
-
* Get a list of Key Performance Indicators
|
|
42666
|
+
* Get a list of Key Performance Indicators
|
|
42557
42667
|
*
|
|
42668
|
+
* @param {Object} opts Optional parameters
|
|
42669
|
+
* @param {Object} opts.kpiGroup The Group of Key Performance Indicators to return
|
|
42558
42670
|
*/
|
|
42559
|
-
getRoutingPredictorsKeyperformanceindicators() {
|
|
42671
|
+
getRoutingPredictorsKeyperformanceindicators(opts) {
|
|
42672
|
+
opts = opts || {};
|
|
42673
|
+
|
|
42560
42674
|
|
|
42561
42675
|
return this.apiClient.callApi(
|
|
42562
42676
|
'/api/v2/routing/predictors/keyperformanceindicators',
|
|
42563
42677
|
'GET',
|
|
42564
42678
|
{ },
|
|
42565
|
-
{
|
|
42679
|
+
{ 'kpiGroup': opts['kpiGroup'] },
|
|
42566
42680
|
{ },
|
|
42567
42681
|
{ },
|
|
42568
42682
|
null,
|
|
@@ -44639,7 +44753,7 @@ class SCIMApi {
|
|
|
44639
44753
|
/**
|
|
44640
44754
|
* SCIM service.
|
|
44641
44755
|
* @module purecloud-platform-client-v2/api/SCIMApi
|
|
44642
|
-
* @version
|
|
44756
|
+
* @version 140.0.0
|
|
44643
44757
|
*/
|
|
44644
44758
|
|
|
44645
44759
|
/**
|
|
@@ -45516,7 +45630,7 @@ class ScriptsApi {
|
|
|
45516
45630
|
/**
|
|
45517
45631
|
* Scripts service.
|
|
45518
45632
|
* @module purecloud-platform-client-v2/api/ScriptsApi
|
|
45519
|
-
* @version
|
|
45633
|
+
* @version 140.0.0
|
|
45520
45634
|
*/
|
|
45521
45635
|
|
|
45522
45636
|
/**
|
|
@@ -45935,7 +46049,7 @@ class SearchApi {
|
|
|
45935
46049
|
/**
|
|
45936
46050
|
* Search service.
|
|
45937
46051
|
* @module purecloud-platform-client-v2/api/SearchApi
|
|
45938
|
-
* @version
|
|
46052
|
+
* @version 140.0.0
|
|
45939
46053
|
*/
|
|
45940
46054
|
|
|
45941
46055
|
/**
|
|
@@ -46470,7 +46584,7 @@ class SpeechTextAnalyticsApi {
|
|
|
46470
46584
|
/**
|
|
46471
46585
|
* SpeechTextAnalytics service.
|
|
46472
46586
|
* @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
|
|
46473
|
-
* @version
|
|
46587
|
+
* @version 140.0.0
|
|
46474
46588
|
*/
|
|
46475
46589
|
|
|
46476
46590
|
/**
|
|
@@ -47323,7 +47437,7 @@ class StationsApi {
|
|
|
47323
47437
|
/**
|
|
47324
47438
|
* Stations service.
|
|
47325
47439
|
* @module purecloud-platform-client-v2/api/StationsApi
|
|
47326
|
-
* @version
|
|
47440
|
+
* @version 140.0.0
|
|
47327
47441
|
*/
|
|
47328
47442
|
|
|
47329
47443
|
/**
|
|
@@ -47470,7 +47584,7 @@ class SuggestApi {
|
|
|
47470
47584
|
/**
|
|
47471
47585
|
* Suggest service.
|
|
47472
47586
|
* @module purecloud-platform-client-v2/api/SuggestApi
|
|
47473
|
-
* @version
|
|
47587
|
+
* @version 140.0.0
|
|
47474
47588
|
*/
|
|
47475
47589
|
|
|
47476
47590
|
/**
|
|
@@ -47609,7 +47723,7 @@ class TelephonyApi {
|
|
|
47609
47723
|
/**
|
|
47610
47724
|
* Telephony service.
|
|
47611
47725
|
* @module purecloud-platform-client-v2/api/TelephonyApi
|
|
47612
|
-
* @version
|
|
47726
|
+
* @version 140.0.0
|
|
47613
47727
|
*/
|
|
47614
47728
|
|
|
47615
47729
|
/**
|
|
@@ -47717,7 +47831,7 @@ class TelephonyProvidersEdgeApi {
|
|
|
47717
47831
|
/**
|
|
47718
47832
|
* TelephonyProvidersEdge service.
|
|
47719
47833
|
* @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
|
|
47720
|
-
* @version
|
|
47834
|
+
* @version 140.0.0
|
|
47721
47835
|
*/
|
|
47722
47836
|
|
|
47723
47837
|
/**
|
|
@@ -51350,7 +51464,7 @@ class TextbotsApi {
|
|
|
51350
51464
|
/**
|
|
51351
51465
|
* Textbots service.
|
|
51352
51466
|
* @module purecloud-platform-client-v2/api/TextbotsApi
|
|
51353
|
-
* @version
|
|
51467
|
+
* @version 140.0.0
|
|
51354
51468
|
*/
|
|
51355
51469
|
|
|
51356
51470
|
/**
|
|
@@ -51478,7 +51592,7 @@ class TokensApi {
|
|
|
51478
51592
|
/**
|
|
51479
51593
|
* Tokens service.
|
|
51480
51594
|
* @module purecloud-platform-client-v2/api/TokensApi
|
|
51481
|
-
* @version
|
|
51595
|
+
* @version 140.0.0
|
|
51482
51596
|
*/
|
|
51483
51597
|
|
|
51484
51598
|
/**
|
|
@@ -51584,7 +51698,7 @@ class UploadsApi {
|
|
|
51584
51698
|
/**
|
|
51585
51699
|
* Uploads service.
|
|
51586
51700
|
* @module purecloud-platform-client-v2/api/UploadsApi
|
|
51587
|
-
* @version
|
|
51701
|
+
* @version 140.0.0
|
|
51588
51702
|
*/
|
|
51589
51703
|
|
|
51590
51704
|
/**
|
|
@@ -51735,7 +51849,7 @@ class UsageApi {
|
|
|
51735
51849
|
/**
|
|
51736
51850
|
* Usage service.
|
|
51737
51851
|
* @module purecloud-platform-client-v2/api/UsageApi
|
|
51738
|
-
* @version
|
|
51852
|
+
* @version 140.0.0
|
|
51739
51853
|
*/
|
|
51740
51854
|
|
|
51741
51855
|
/**
|
|
@@ -51806,7 +51920,7 @@ class UserRecordingsApi {
|
|
|
51806
51920
|
/**
|
|
51807
51921
|
* UserRecordings service.
|
|
51808
51922
|
* @module purecloud-platform-client-v2/api/UserRecordingsApi
|
|
51809
|
-
* @version
|
|
51923
|
+
* @version 140.0.0
|
|
51810
51924
|
*/
|
|
51811
51925
|
|
|
51812
51926
|
/**
|
|
@@ -51990,7 +52104,7 @@ class UsersApi {
|
|
|
51990
52104
|
/**
|
|
51991
52105
|
* Users service.
|
|
51992
52106
|
* @module purecloud-platform-client-v2/api/UsersApi
|
|
51993
|
-
* @version
|
|
52107
|
+
* @version 140.0.0
|
|
51994
52108
|
*/
|
|
51995
52109
|
|
|
51996
52110
|
/**
|
|
@@ -52810,18 +52924,18 @@ class UsersApi {
|
|
|
52810
52924
|
/**
|
|
52811
52925
|
* Returns a listing of roles and permissions for a user.
|
|
52812
52926
|
*
|
|
52813
|
-
* @param {String}
|
|
52927
|
+
* @param {String} subjectId User ID
|
|
52814
52928
|
*/
|
|
52815
|
-
getUserRoles(
|
|
52816
|
-
// verify the required parameter '
|
|
52817
|
-
if (
|
|
52818
|
-
throw 'Missing the required parameter "
|
|
52929
|
+
getUserRoles(subjectId) {
|
|
52930
|
+
// verify the required parameter 'subjectId' is set
|
|
52931
|
+
if (subjectId === undefined || subjectId === null) {
|
|
52932
|
+
throw 'Missing the required parameter "subjectId" when calling getUserRoles';
|
|
52819
52933
|
}
|
|
52820
52934
|
|
|
52821
52935
|
return this.apiClient.callApi(
|
|
52822
|
-
'/api/v2/users/{
|
|
52936
|
+
'/api/v2/users/{subjectId}/roles',
|
|
52823
52937
|
'GET',
|
|
52824
|
-
{ '
|
|
52938
|
+
{ 'subjectId': subjectId },
|
|
52825
52939
|
{ },
|
|
52826
52940
|
{ },
|
|
52827
52941
|
{ },
|
|
@@ -54074,13 +54188,13 @@ class UsersApi {
|
|
|
54074
54188
|
/**
|
|
54075
54189
|
* Sets the user's roles
|
|
54076
54190
|
*
|
|
54077
|
-
* @param {String}
|
|
54191
|
+
* @param {String} subjectId User ID
|
|
54078
54192
|
* @param {Array.<String>} body List of roles
|
|
54079
54193
|
*/
|
|
54080
|
-
putUserRoles(
|
|
54081
|
-
// verify the required parameter '
|
|
54082
|
-
if (
|
|
54083
|
-
throw 'Missing the required parameter "
|
|
54194
|
+
putUserRoles(subjectId, body) {
|
|
54195
|
+
// verify the required parameter 'subjectId' is set
|
|
54196
|
+
if (subjectId === undefined || subjectId === null) {
|
|
54197
|
+
throw 'Missing the required parameter "subjectId" when calling putUserRoles';
|
|
54084
54198
|
}
|
|
54085
54199
|
// verify the required parameter 'body' is set
|
|
54086
54200
|
if (body === undefined || body === null) {
|
|
@@ -54088,9 +54202,9 @@ class UsersApi {
|
|
|
54088
54202
|
}
|
|
54089
54203
|
|
|
54090
54204
|
return this.apiClient.callApi(
|
|
54091
|
-
'/api/v2/users/{
|
|
54205
|
+
'/api/v2/users/{subjectId}/roles',
|
|
54092
54206
|
'PUT',
|
|
54093
|
-
{ '
|
|
54207
|
+
{ 'subjectId': subjectId },
|
|
54094
54208
|
{ },
|
|
54095
54209
|
{ },
|
|
54096
54210
|
{ },
|
|
@@ -54292,7 +54406,7 @@ class UtilitiesApi {
|
|
|
54292
54406
|
/**
|
|
54293
54407
|
* Utilities service.
|
|
54294
54408
|
* @module purecloud-platform-client-v2/api/UtilitiesApi
|
|
54295
|
-
* @version
|
|
54409
|
+
* @version 140.0.0
|
|
54296
54410
|
*/
|
|
54297
54411
|
|
|
54298
54412
|
/**
|
|
@@ -54403,7 +54517,7 @@ class VoicemailApi {
|
|
|
54403
54517
|
/**
|
|
54404
54518
|
* Voicemail service.
|
|
54405
54519
|
* @module purecloud-platform-client-v2/api/VoicemailApi
|
|
54406
|
-
* @version
|
|
54520
|
+
* @version 140.0.0
|
|
54407
54521
|
*/
|
|
54408
54522
|
|
|
54409
54523
|
/**
|
|
@@ -55070,7 +55184,7 @@ class WebChatApi {
|
|
|
55070
55184
|
/**
|
|
55071
55185
|
* WebChat service.
|
|
55072
55186
|
* @module purecloud-platform-client-v2/api/WebChatApi
|
|
55073
|
-
* @version
|
|
55187
|
+
* @version 140.0.0
|
|
55074
55188
|
*/
|
|
55075
55189
|
|
|
55076
55190
|
/**
|
|
@@ -55614,7 +55728,7 @@ class WebDeploymentsApi {
|
|
|
55614
55728
|
/**
|
|
55615
55729
|
* WebDeployments service.
|
|
55616
55730
|
* @module purecloud-platform-client-v2/api/WebDeploymentsApi
|
|
55617
|
-
* @version
|
|
55731
|
+
* @version 140.0.0
|
|
55618
55732
|
*/
|
|
55619
55733
|
|
|
55620
55734
|
/**
|
|
@@ -55969,7 +56083,7 @@ class WebMessagingApi {
|
|
|
55969
56083
|
/**
|
|
55970
56084
|
* WebMessaging service.
|
|
55971
56085
|
* @module purecloud-platform-client-v2/api/WebMessagingApi
|
|
55972
|
-
* @version
|
|
56086
|
+
* @version 140.0.0
|
|
55973
56087
|
*/
|
|
55974
56088
|
|
|
55975
56089
|
/**
|
|
@@ -56015,7 +56129,7 @@ class WidgetsApi {
|
|
|
56015
56129
|
/**
|
|
56016
56130
|
* Widgets service.
|
|
56017
56131
|
* @module purecloud-platform-client-v2/api/WidgetsApi
|
|
56018
|
-
* @version
|
|
56132
|
+
* @version 140.0.0
|
|
56019
56133
|
*/
|
|
56020
56134
|
|
|
56021
56135
|
/**
|
|
@@ -56161,7 +56275,7 @@ class WorkforceManagementApi {
|
|
|
56161
56275
|
/**
|
|
56162
56276
|
* WorkforceManagement service.
|
|
56163
56277
|
* @module purecloud-platform-client-v2/api/WorkforceManagementApi
|
|
56164
|
-
* @version
|
|
56278
|
+
* @version 140.0.0
|
|
56165
56279
|
*/
|
|
56166
56280
|
|
|
56167
56281
|
/**
|
|
@@ -60412,7 +60526,7 @@ class WorkforceManagementApi {
|
|
|
60412
60526
|
* </pre>
|
|
60413
60527
|
* </p>
|
|
60414
60528
|
* @module purecloud-platform-client-v2/index
|
|
60415
|
-
* @version
|
|
60529
|
+
* @version 140.0.0
|
|
60416
60530
|
*/
|
|
60417
60531
|
class platformClient {
|
|
60418
60532
|
constructor() {
|