purecloud-platform-client-v2 190.0.0 → 191.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 +313 -81
- package/dist/web-amd/purecloud-platform-client-v2.js +313 -81
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +293 -239
- package/dist/web-cjs/purecloud-platform-client-v2.js +293 -239
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +410 -45
- 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 +162 -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/CarrierServicesApi.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 +21 -1
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/EventsApi.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 +1 -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/InfrastructureAsCodeApi.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 +1 -2
- 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/LogCaptureApi.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/OperationalEventsApi.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/ProcessAutomationApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/RecordingApi.js +3 -2
- package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +26 -1
- package/src/purecloud-platform-client-v2/api/RoutingApi.js +27 -1
- package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.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/SettingsApi.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/TaskManagementApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/TeamsApi.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 +4 -4
- 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/package.json
CHANGED
|
@@ -5,7 +5,7 @@ class AnalyticsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Analytics service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/AnalyticsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 191.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -755,6 +755,59 @@ class AnalyticsApi {
|
|
|
755
755
|
);
|
|
756
756
|
}
|
|
757
757
|
|
|
758
|
+
/**
|
|
759
|
+
* Get dashboards summary for a user
|
|
760
|
+
*
|
|
761
|
+
* @param {String} userId User ID
|
|
762
|
+
*/
|
|
763
|
+
getAnalyticsReportingDashboardsUser(userId) {
|
|
764
|
+
// verify the required parameter 'userId' is set
|
|
765
|
+
if (userId === undefined || userId === null) {
|
|
766
|
+
throw 'Missing the required parameter "userId" when calling getAnalyticsReportingDashboardsUser';
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
return this.apiClient.callApi(
|
|
770
|
+
'/api/v2/analytics/reporting/dashboards/users/{userId}',
|
|
771
|
+
'GET',
|
|
772
|
+
{ 'userId': userId },
|
|
773
|
+
{ },
|
|
774
|
+
{ },
|
|
775
|
+
{ },
|
|
776
|
+
null,
|
|
777
|
+
['PureCloud OAuth'],
|
|
778
|
+
['application/json'],
|
|
779
|
+
['application/json']
|
|
780
|
+
);
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* Get dashboards summary for users in a org
|
|
785
|
+
*
|
|
786
|
+
* @param {Object} opts Optional parameters
|
|
787
|
+
* @param {String} opts.sortBy (default to asc)
|
|
788
|
+
* @param {Number} opts.pageNumber (default to 1)
|
|
789
|
+
* @param {Number} opts.pageSize (default to 25)
|
|
790
|
+
* @param {Array.<String>} opts.id A list of user IDs to fetch by bulk
|
|
791
|
+
* @param {Object} opts.state Only list users of this state
|
|
792
|
+
*/
|
|
793
|
+
getAnalyticsReportingDashboardsUsers(opts) {
|
|
794
|
+
opts = opts || {};
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
return this.apiClient.callApi(
|
|
798
|
+
'/api/v2/analytics/reporting/dashboards/users',
|
|
799
|
+
'GET',
|
|
800
|
+
{ },
|
|
801
|
+
{ 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'id': this.apiClient.buildCollectionParam(opts['id'], 'multi'),'state': opts['state'] },
|
|
802
|
+
{ },
|
|
803
|
+
{ },
|
|
804
|
+
null,
|
|
805
|
+
['PureCloud OAuth'],
|
|
806
|
+
['application/json'],
|
|
807
|
+
['application/json']
|
|
808
|
+
);
|
|
809
|
+
}
|
|
810
|
+
|
|
758
811
|
/**
|
|
759
812
|
* Get all view export requests for a user
|
|
760
813
|
*
|
|
@@ -1030,6 +1083,39 @@ class AnalyticsApi {
|
|
|
1030
1083
|
);
|
|
1031
1084
|
}
|
|
1032
1085
|
|
|
1086
|
+
/**
|
|
1087
|
+
* Get list of dashboards for an user
|
|
1088
|
+
*
|
|
1089
|
+
* @param {String} userId User ID
|
|
1090
|
+
* @param {Object} opts Optional parameters
|
|
1091
|
+
* @param {String} opts.sortBy (default to asc)
|
|
1092
|
+
* @param {Number} opts.pageNumber (default to 1)
|
|
1093
|
+
* @param {Number} opts.pageSize (default to 50)
|
|
1094
|
+
* @param {Boolean} opts.publicOnly If true, retrieve only public dashboards
|
|
1095
|
+
* @param {Boolean} opts.favoriteOnly If true, retrieve only favorite dashboards
|
|
1096
|
+
*/
|
|
1097
|
+
getAnalyticsReportingSettingsUserDashboards(userId, opts) {
|
|
1098
|
+
opts = opts || {};
|
|
1099
|
+
|
|
1100
|
+
// verify the required parameter 'userId' is set
|
|
1101
|
+
if (userId === undefined || userId === null) {
|
|
1102
|
+
throw 'Missing the required parameter "userId" when calling getAnalyticsReportingSettingsUserDashboards';
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
return this.apiClient.callApi(
|
|
1106
|
+
'/api/v2/analytics/reporting/settings/users/{userId}/dashboards',
|
|
1107
|
+
'GET',
|
|
1108
|
+
{ 'userId': userId },
|
|
1109
|
+
{ 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'publicOnly': opts['publicOnly'],'favoriteOnly': opts['favoriteOnly'] },
|
|
1110
|
+
{ },
|
|
1111
|
+
{ },
|
|
1112
|
+
null,
|
|
1113
|
+
['PureCloud OAuth'],
|
|
1114
|
+
['application/json'],
|
|
1115
|
+
['application/json']
|
|
1116
|
+
);
|
|
1117
|
+
}
|
|
1118
|
+
|
|
1033
1119
|
/**
|
|
1034
1120
|
* Get a list of report time periods.
|
|
1035
1121
|
*
|
|
@@ -2080,6 +2166,31 @@ class AnalyticsApi {
|
|
|
2080
2166
|
);
|
|
2081
2167
|
}
|
|
2082
2168
|
|
|
2169
|
+
/**
|
|
2170
|
+
* Bulk delete dashboards owned by other user(s)
|
|
2171
|
+
*
|
|
2172
|
+
* @param {Array.<String>} body List of userIds
|
|
2173
|
+
*/
|
|
2174
|
+
postAnalyticsReportingDashboardsUsersBulkRemove(body) {
|
|
2175
|
+
// verify the required parameter 'body' is set
|
|
2176
|
+
if (body === undefined || body === null) {
|
|
2177
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsReportingDashboardsUsersBulkRemove';
|
|
2178
|
+
}
|
|
2179
|
+
|
|
2180
|
+
return this.apiClient.callApi(
|
|
2181
|
+
'/api/v2/analytics/reporting/dashboards/users/bulk/remove',
|
|
2182
|
+
'POST',
|
|
2183
|
+
{ },
|
|
2184
|
+
{ },
|
|
2185
|
+
{ },
|
|
2186
|
+
{ },
|
|
2187
|
+
body,
|
|
2188
|
+
['PureCloud OAuth'],
|
|
2189
|
+
['application/json'],
|
|
2190
|
+
['application/json']
|
|
2191
|
+
);
|
|
2192
|
+
}
|
|
2193
|
+
|
|
2083
2194
|
/**
|
|
2084
2195
|
* Generate a view export request
|
|
2085
2196
|
* This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
|
|
@@ -2157,6 +2268,56 @@ class AnalyticsApi {
|
|
|
2157
2268
|
);
|
|
2158
2269
|
}
|
|
2159
2270
|
|
|
2271
|
+
/**
|
|
2272
|
+
* Bulk remove dashboard configurations
|
|
2273
|
+
*
|
|
2274
|
+
* @param {Object} body
|
|
2275
|
+
*/
|
|
2276
|
+
postAnalyticsReportingSettingsDashboardsBulkRemove(body) {
|
|
2277
|
+
// verify the required parameter 'body' is set
|
|
2278
|
+
if (body === undefined || body === null) {
|
|
2279
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsBulkRemove';
|
|
2280
|
+
}
|
|
2281
|
+
|
|
2282
|
+
return this.apiClient.callApi(
|
|
2283
|
+
'/api/v2/analytics/reporting/settings/dashboards/bulk/remove',
|
|
2284
|
+
'POST',
|
|
2285
|
+
{ },
|
|
2286
|
+
{ },
|
|
2287
|
+
{ },
|
|
2288
|
+
{ },
|
|
2289
|
+
body,
|
|
2290
|
+
['PureCloud OAuth'],
|
|
2291
|
+
['application/json'],
|
|
2292
|
+
['application/json']
|
|
2293
|
+
);
|
|
2294
|
+
}
|
|
2295
|
+
|
|
2296
|
+
/**
|
|
2297
|
+
* Query dashboard configurations
|
|
2298
|
+
*
|
|
2299
|
+
* @param {Object} body
|
|
2300
|
+
*/
|
|
2301
|
+
postAnalyticsReportingSettingsDashboardsQuery(body) {
|
|
2302
|
+
// verify the required parameter 'body' is set
|
|
2303
|
+
if (body === undefined || body === null) {
|
|
2304
|
+
throw 'Missing the required parameter "body" when calling postAnalyticsReportingSettingsDashboardsQuery';
|
|
2305
|
+
}
|
|
2306
|
+
|
|
2307
|
+
return this.apiClient.callApi(
|
|
2308
|
+
'/api/v2/analytics/reporting/settings/dashboards/query',
|
|
2309
|
+
'POST',
|
|
2310
|
+
{ },
|
|
2311
|
+
{ },
|
|
2312
|
+
{ },
|
|
2313
|
+
{ },
|
|
2314
|
+
body,
|
|
2315
|
+
['PureCloud OAuth'],
|
|
2316
|
+
['application/json'],
|
|
2317
|
+
['application/json']
|
|
2318
|
+
);
|
|
2319
|
+
}
|
|
2320
|
+
|
|
2160
2321
|
/**
|
|
2161
2322
|
* Query for resolution aggregates asynchronously
|
|
2162
2323
|
*
|
|
@@ -5,7 +5,7 @@ class ConversationsApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Conversations service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/ConversationsApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 191.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -2116,6 +2116,26 @@ class ConversationsApi {
|
|
|
2116
2116
|
);
|
|
2117
2117
|
}
|
|
2118
2118
|
|
|
2119
|
+
/**
|
|
2120
|
+
* Get a list of Facebook Permissions
|
|
2121
|
+
*
|
|
2122
|
+
*/
|
|
2123
|
+
getConversationsMessagingFacebookPermissions() {
|
|
2124
|
+
|
|
2125
|
+
return this.apiClient.callApi(
|
|
2126
|
+
'/api/v2/conversations/messaging/facebook/permissions',
|
|
2127
|
+
'GET',
|
|
2128
|
+
{ },
|
|
2129
|
+
{ },
|
|
2130
|
+
{ },
|
|
2131
|
+
{ },
|
|
2132
|
+
null,
|
|
2133
|
+
['PureCloud OAuth'],
|
|
2134
|
+
['application/json'],
|
|
2135
|
+
['application/json']
|
|
2136
|
+
);
|
|
2137
|
+
}
|
|
2138
|
+
|
|
2119
2139
|
/**
|
|
2120
2140
|
* Get a list of Integrations
|
|
2121
2141
|
*
|
|
@@ -5,7 +5,7 @@ class LearningApi {
|
|
|
5
5
|
/**
|
|
6
6
|
* Learning service.
|
|
7
7
|
* @module purecloud-platform-client-v2/api/LearningApi
|
|
8
|
-
* @version
|
|
8
|
+
* @version 191.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -449,7 +449,6 @@ class LearningApi {
|
|
|
449
449
|
* @param {String} moduleId Key identifier for the module
|
|
450
450
|
* @param {String} userId Key identifier for the user
|
|
451
451
|
* @param {Object} body The learning request for updating the assignment
|
|
452
|
-
* patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
453
452
|
*/
|
|
454
453
|
patchLearningModuleUserAssignments(moduleId, userId, body) {
|
|
455
454
|
// verify the required parameter 'moduleId' is set
|