purecloud-platform-client-v2 253.0.0 → 254.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 +3 -3
- package/dist/node/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.js +1159 -304
- package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
- package/dist/web-cjs/bundle.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.js +438 -304
- package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
- package/index.d.ts +462 -15
- package/package.json +1 -1
- package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
- package/src/purecloud-platform-client-v2/api/AIStudioApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -62
- package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/AssistantCopilotVariationsApi.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/BackgroundAssistantApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +435 -1
- package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/CaseManagementApi.js +207 -125
- 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 +2 -6
- package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/DataPrivacyApi.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/EmployeeEngagementApi.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 -5
- 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/IntentsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -5
- 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/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 -9
- 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 +155 -3
- 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/SettingsApi.js +1 -1
- package/src/purecloud-platform-client-v2/api/SocialMediaApi.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 +268 -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 +1 -5
- package/src/purecloud-platform-client-v2/api/UsersRulesApi.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 +10 -5
- 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 254.0.0
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
11
|
/**
|
|
@@ -26,7 +26,6 @@ class AnalyticsApi {
|
|
|
26
26
|
* @param {String} jobId jobId
|
|
27
27
|
* @param {Object} opts Optional parameters
|
|
28
28
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
29
|
-
* deleteAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
30
29
|
*/
|
|
31
30
|
deleteAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
32
31
|
opts = opts || {};
|
|
@@ -119,7 +118,6 @@ class AnalyticsApi {
|
|
|
119
118
|
* @param {String} jobId jobId
|
|
120
119
|
* @param {Object} opts Optional parameters
|
|
121
120
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
122
|
-
* deleteAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
123
121
|
*/
|
|
124
122
|
deleteAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
125
123
|
opts = opts || {};
|
|
@@ -150,7 +148,6 @@ class AnalyticsApi {
|
|
|
150
148
|
* @param {String} jobId jobId
|
|
151
149
|
* @param {Object} opts Optional parameters
|
|
152
150
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
153
|
-
* deleteAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
154
151
|
*/
|
|
155
152
|
deleteAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
156
153
|
opts = opts || {};
|
|
@@ -181,7 +178,6 @@ class AnalyticsApi {
|
|
|
181
178
|
* @param {String} jobId jobId
|
|
182
179
|
* @param {Object} opts Optional parameters
|
|
183
180
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
184
|
-
* deleteAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
185
181
|
*/
|
|
186
182
|
deleteAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
187
183
|
opts = opts || {};
|
|
@@ -273,7 +269,6 @@ class AnalyticsApi {
|
|
|
273
269
|
* @param {String} jobId jobId
|
|
274
270
|
* @param {Object} opts Optional parameters
|
|
275
271
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
276
|
-
* deleteAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
277
272
|
*/
|
|
278
273
|
deleteAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
279
274
|
opts = opts || {};
|
|
@@ -304,7 +299,6 @@ class AnalyticsApi {
|
|
|
304
299
|
* @param {String} jobId jobId
|
|
305
300
|
* @param {Object} opts Optional parameters
|
|
306
301
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
307
|
-
* deleteAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
308
302
|
*/
|
|
309
303
|
deleteAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
310
304
|
opts = opts || {};
|
|
@@ -335,7 +329,6 @@ class AnalyticsApi {
|
|
|
335
329
|
* @param {String} jobId jobId
|
|
336
330
|
* @param {Object} opts Optional parameters
|
|
337
331
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
338
|
-
* deleteAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
339
332
|
*/
|
|
340
333
|
deleteAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
341
334
|
opts = opts || {};
|
|
@@ -366,7 +359,6 @@ class AnalyticsApi {
|
|
|
366
359
|
* @param {String} jobId jobId
|
|
367
360
|
* @param {Object} opts Optional parameters
|
|
368
361
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
369
|
-
* deleteAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
370
362
|
*/
|
|
371
363
|
deleteAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
372
364
|
opts = opts || {};
|
|
@@ -397,7 +389,6 @@ class AnalyticsApi {
|
|
|
397
389
|
* @param {String} jobId jobId
|
|
398
390
|
* @param {Object} opts Optional parameters
|
|
399
391
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
400
|
-
* deleteAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
401
392
|
*/
|
|
402
393
|
deleteAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
403
394
|
opts = opts || {};
|
|
@@ -428,7 +419,6 @@ class AnalyticsApi {
|
|
|
428
419
|
* @param {String} jobId jobId
|
|
429
420
|
* @param {Object} opts Optional parameters
|
|
430
421
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
431
|
-
* deleteAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
432
422
|
*/
|
|
433
423
|
deleteAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
434
424
|
opts = opts || {};
|
|
@@ -459,7 +449,6 @@ class AnalyticsApi {
|
|
|
459
449
|
* @param {String} jobId jobId
|
|
460
450
|
* @param {Object} opts Optional parameters
|
|
461
451
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
462
|
-
* deleteAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
463
452
|
*/
|
|
464
453
|
deleteAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
465
454
|
opts = opts || {};
|
|
@@ -490,7 +479,6 @@ class AnalyticsApi {
|
|
|
490
479
|
* @param {String} jobId jobId
|
|
491
480
|
* @param {Object} opts Optional parameters
|
|
492
481
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
493
|
-
* deleteAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
494
482
|
*/
|
|
495
483
|
deleteAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
496
484
|
opts = opts || {};
|
|
@@ -521,7 +509,6 @@ class AnalyticsApi {
|
|
|
521
509
|
* @param {String} jobId jobId
|
|
522
510
|
* @param {Object} opts Optional parameters
|
|
523
511
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
524
|
-
* deleteAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
525
512
|
*/
|
|
526
513
|
deleteAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
527
514
|
opts = opts || {};
|
|
@@ -552,7 +539,6 @@ class AnalyticsApi {
|
|
|
552
539
|
* @param {String} jobId jobId
|
|
553
540
|
* @param {Object} opts Optional parameters
|
|
554
541
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
555
|
-
* deleteAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
556
542
|
*/
|
|
557
543
|
deleteAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
558
544
|
opts = opts || {};
|
|
@@ -583,7 +569,6 @@ class AnalyticsApi {
|
|
|
583
569
|
* @param {String} jobId jobId
|
|
584
570
|
* @param {Object} opts Optional parameters
|
|
585
571
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
586
|
-
* deleteAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
587
572
|
*/
|
|
588
573
|
deleteAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
589
574
|
opts = opts || {};
|
|
@@ -644,7 +629,6 @@ class AnalyticsApi {
|
|
|
644
629
|
* @param {String} jobId jobId
|
|
645
630
|
* @param {Object} opts Optional parameters
|
|
646
631
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
647
|
-
* getAnalyticsActionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
648
632
|
*/
|
|
649
633
|
getAnalyticsActionsAggregatesJob(jobId, opts) {
|
|
650
634
|
opts = opts || {};
|
|
@@ -676,7 +660,6 @@ class AnalyticsApi {
|
|
|
676
660
|
* @param {Object} opts Optional parameters
|
|
677
661
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
678
662
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
679
|
-
* getAnalyticsActionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
680
663
|
*/
|
|
681
664
|
getAnalyticsActionsAggregatesJobResults(jobId, opts) {
|
|
682
665
|
opts = opts || {};
|
|
@@ -973,7 +956,6 @@ class AnalyticsApi {
|
|
|
973
956
|
* @param {String} jobId jobId
|
|
974
957
|
* @param {Object} opts Optional parameters
|
|
975
958
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
976
|
-
* getAnalyticsBotsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
977
959
|
*/
|
|
978
960
|
getAnalyticsBotsAggregatesJob(jobId, opts) {
|
|
979
961
|
opts = opts || {};
|
|
@@ -1005,7 +987,6 @@ class AnalyticsApi {
|
|
|
1005
987
|
* @param {Object} opts Optional parameters
|
|
1006
988
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1007
989
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1008
|
-
* getAnalyticsBotsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1009
990
|
*/
|
|
1010
991
|
getAnalyticsBotsAggregatesJobResults(jobId, opts) {
|
|
1011
992
|
opts = opts || {};
|
|
@@ -1036,7 +1017,6 @@ class AnalyticsApi {
|
|
|
1036
1017
|
* @param {String} jobId jobId
|
|
1037
1018
|
* @param {Object} opts Optional parameters
|
|
1038
1019
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1039
|
-
* getAnalyticsCasemanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1040
1020
|
*/
|
|
1041
1021
|
getAnalyticsCasemanagementAggregatesJob(jobId, opts) {
|
|
1042
1022
|
opts = opts || {};
|
|
@@ -1068,7 +1048,6 @@ class AnalyticsApi {
|
|
|
1068
1048
|
* @param {Object} opts Optional parameters
|
|
1069
1049
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1070
1050
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1071
|
-
* getAnalyticsCasemanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1072
1051
|
*/
|
|
1073
1052
|
getAnalyticsCasemanagementAggregatesJobResults(jobId, opts) {
|
|
1074
1053
|
opts = opts || {};
|
|
@@ -1129,7 +1108,6 @@ class AnalyticsApi {
|
|
|
1129
1108
|
* @param {String} jobId jobId
|
|
1130
1109
|
* @param {Object} opts Optional parameters
|
|
1131
1110
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1132
|
-
* getAnalyticsConversationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1133
1111
|
*/
|
|
1134
1112
|
getAnalyticsConversationsAggregatesJob(jobId, opts) {
|
|
1135
1113
|
opts = opts || {};
|
|
@@ -1161,7 +1139,6 @@ class AnalyticsApi {
|
|
|
1161
1139
|
* @param {Object} opts Optional parameters
|
|
1162
1140
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1163
1141
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1164
|
-
* getAnalyticsConversationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1165
1142
|
*/
|
|
1166
1143
|
getAnalyticsConversationsAggregatesJobResults(jobId, opts) {
|
|
1167
1144
|
opts = opts || {};
|
|
@@ -1456,7 +1433,6 @@ class AnalyticsApi {
|
|
|
1456
1433
|
* @param {String} jobId jobId
|
|
1457
1434
|
* @param {Object} opts Optional parameters
|
|
1458
1435
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1459
|
-
* getAnalyticsEvaluationsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1460
1436
|
*/
|
|
1461
1437
|
getAnalyticsEvaluationsAggregatesJob(jobId, opts) {
|
|
1462
1438
|
opts = opts || {};
|
|
@@ -1488,7 +1464,6 @@ class AnalyticsApi {
|
|
|
1488
1464
|
* @param {Object} opts Optional parameters
|
|
1489
1465
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1490
1466
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1491
|
-
* getAnalyticsEvaluationsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1492
1467
|
*/
|
|
1493
1468
|
getAnalyticsEvaluationsAggregatesJobResults(jobId, opts) {
|
|
1494
1469
|
opts = opts || {};
|
|
@@ -1519,7 +1494,6 @@ class AnalyticsApi {
|
|
|
1519
1494
|
* @param {String} jobId jobId
|
|
1520
1495
|
* @param {Object} opts Optional parameters
|
|
1521
1496
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1522
|
-
* getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1523
1497
|
*/
|
|
1524
1498
|
getAnalyticsFlowexecutionsAggregatesJob(jobId, opts) {
|
|
1525
1499
|
opts = opts || {};
|
|
@@ -1551,7 +1525,6 @@ class AnalyticsApi {
|
|
|
1551
1525
|
* @param {Object} opts Optional parameters
|
|
1552
1526
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1553
1527
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1554
|
-
* getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1555
1528
|
*/
|
|
1556
1529
|
getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
|
|
1557
1530
|
opts = opts || {};
|
|
@@ -1582,7 +1555,6 @@ class AnalyticsApi {
|
|
|
1582
1555
|
* @param {String} jobId jobId
|
|
1583
1556
|
* @param {Object} opts Optional parameters
|
|
1584
1557
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1585
|
-
* getAnalyticsFlowsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1586
1558
|
*/
|
|
1587
1559
|
getAnalyticsFlowsAggregatesJob(jobId, opts) {
|
|
1588
1560
|
opts = opts || {};
|
|
@@ -1614,7 +1586,6 @@ class AnalyticsApi {
|
|
|
1614
1586
|
* @param {Object} opts Optional parameters
|
|
1615
1587
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1616
1588
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1617
|
-
* getAnalyticsFlowsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1618
1589
|
*/
|
|
1619
1590
|
getAnalyticsFlowsAggregatesJobResults(jobId, opts) {
|
|
1620
1591
|
opts = opts || {};
|
|
@@ -1645,7 +1616,6 @@ class AnalyticsApi {
|
|
|
1645
1616
|
* @param {String} jobId jobId
|
|
1646
1617
|
* @param {Object} opts Optional parameters
|
|
1647
1618
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1648
|
-
* getAnalyticsJourneysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1649
1619
|
*/
|
|
1650
1620
|
getAnalyticsJourneysAggregatesJob(jobId, opts) {
|
|
1651
1621
|
opts = opts || {};
|
|
@@ -1677,7 +1647,6 @@ class AnalyticsApi {
|
|
|
1677
1647
|
* @param {Object} opts Optional parameters
|
|
1678
1648
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1679
1649
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1680
|
-
* getAnalyticsJourneysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1681
1650
|
*/
|
|
1682
1651
|
getAnalyticsJourneysAggregatesJobResults(jobId, opts) {
|
|
1683
1652
|
opts = opts || {};
|
|
@@ -1708,7 +1677,6 @@ class AnalyticsApi {
|
|
|
1708
1677
|
* @param {String} jobId jobId
|
|
1709
1678
|
* @param {Object} opts Optional parameters
|
|
1710
1679
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1711
|
-
* getAnalyticsKnowledgeAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1712
1680
|
*/
|
|
1713
1681
|
getAnalyticsKnowledgeAggregatesJob(jobId, opts) {
|
|
1714
1682
|
opts = opts || {};
|
|
@@ -1740,7 +1708,6 @@ class AnalyticsApi {
|
|
|
1740
1708
|
* @param {Object} opts Optional parameters
|
|
1741
1709
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
1742
1710
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1743
|
-
* getAnalyticsKnowledgeAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1744
1711
|
*/
|
|
1745
1712
|
getAnalyticsKnowledgeAggregatesJobResults(jobId, opts) {
|
|
1746
1713
|
opts = opts || {};
|
|
@@ -1986,7 +1953,6 @@ class AnalyticsApi {
|
|
|
1986
1953
|
* @param {String} jobId jobId
|
|
1987
1954
|
* @param {Object} opts Optional parameters
|
|
1988
1955
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
1989
|
-
* getAnalyticsResolutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
1990
1956
|
*/
|
|
1991
1957
|
getAnalyticsResolutionsAggregatesJob(jobId, opts) {
|
|
1992
1958
|
opts = opts || {};
|
|
@@ -2018,7 +1984,6 @@ class AnalyticsApi {
|
|
|
2018
1984
|
* @param {Object} opts Optional parameters
|
|
2019
1985
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2020
1986
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2021
|
-
* getAnalyticsResolutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2022
1987
|
*/
|
|
2023
1988
|
getAnalyticsResolutionsAggregatesJobResults(jobId, opts) {
|
|
2024
1989
|
opts = opts || {};
|
|
@@ -2049,7 +2014,6 @@ class AnalyticsApi {
|
|
|
2049
2014
|
* @param {String} jobId jobId
|
|
2050
2015
|
* @param {Object} opts Optional parameters
|
|
2051
2016
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2052
|
-
* getAnalyticsSummariesAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2053
2017
|
*/
|
|
2054
2018
|
getAnalyticsSummariesAggregatesJob(jobId, opts) {
|
|
2055
2019
|
opts = opts || {};
|
|
@@ -2081,7 +2045,6 @@ class AnalyticsApi {
|
|
|
2081
2045
|
* @param {Object} opts Optional parameters
|
|
2082
2046
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2083
2047
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2084
|
-
* getAnalyticsSummariesAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2085
2048
|
*/
|
|
2086
2049
|
getAnalyticsSummariesAggregatesJobResults(jobId, opts) {
|
|
2087
2050
|
opts = opts || {};
|
|
@@ -2112,7 +2075,6 @@ class AnalyticsApi {
|
|
|
2112
2075
|
* @param {String} jobId jobId
|
|
2113
2076
|
* @param {Object} opts Optional parameters
|
|
2114
2077
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2115
|
-
* getAnalyticsSurveysAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2116
2078
|
*/
|
|
2117
2079
|
getAnalyticsSurveysAggregatesJob(jobId, opts) {
|
|
2118
2080
|
opts = opts || {};
|
|
@@ -2144,7 +2106,6 @@ class AnalyticsApi {
|
|
|
2144
2106
|
* @param {Object} opts Optional parameters
|
|
2145
2107
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2146
2108
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2147
|
-
* getAnalyticsSurveysAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2148
2109
|
*/
|
|
2149
2110
|
getAnalyticsSurveysAggregatesJobResults(jobId, opts) {
|
|
2150
2111
|
opts = opts || {};
|
|
@@ -2175,7 +2136,6 @@ class AnalyticsApi {
|
|
|
2175
2136
|
* @param {String} jobId jobId
|
|
2176
2137
|
* @param {Object} opts Optional parameters
|
|
2177
2138
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2178
|
-
* getAnalyticsTaskmanagementAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2179
2139
|
*/
|
|
2180
2140
|
getAnalyticsTaskmanagementAggregatesJob(jobId, opts) {
|
|
2181
2141
|
opts = opts || {};
|
|
@@ -2207,7 +2167,6 @@ class AnalyticsApi {
|
|
|
2207
2167
|
* @param {Object} opts Optional parameters
|
|
2208
2168
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2209
2169
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2210
|
-
* getAnalyticsTaskmanagementAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2211
2170
|
*/
|
|
2212
2171
|
getAnalyticsTaskmanagementAggregatesJobResults(jobId, opts) {
|
|
2213
2172
|
opts = opts || {};
|
|
@@ -2238,7 +2197,6 @@ class AnalyticsApi {
|
|
|
2238
2197
|
* @param {String} jobId jobId
|
|
2239
2198
|
* @param {Object} opts Optional parameters
|
|
2240
2199
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2241
|
-
* getAnalyticsTranscriptsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2242
2200
|
*/
|
|
2243
2201
|
getAnalyticsTranscriptsAggregatesJob(jobId, opts) {
|
|
2244
2202
|
opts = opts || {};
|
|
@@ -2270,7 +2228,6 @@ class AnalyticsApi {
|
|
|
2270
2228
|
* @param {Object} opts Optional parameters
|
|
2271
2229
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2272
2230
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2273
|
-
* getAnalyticsTranscriptsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2274
2231
|
*/
|
|
2275
2232
|
getAnalyticsTranscriptsAggregatesJobResults(jobId, opts) {
|
|
2276
2233
|
opts = opts || {};
|
|
@@ -2301,7 +2258,6 @@ class AnalyticsApi {
|
|
|
2301
2258
|
* @param {String} jobId jobId
|
|
2302
2259
|
* @param {Object} opts Optional parameters
|
|
2303
2260
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2304
|
-
* getAnalyticsUsersAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2305
2261
|
*/
|
|
2306
2262
|
getAnalyticsUsersAggregatesJob(jobId, opts) {
|
|
2307
2263
|
opts = opts || {};
|
|
@@ -2333,7 +2289,6 @@ class AnalyticsApi {
|
|
|
2333
2289
|
* @param {Object} opts Optional parameters
|
|
2334
2290
|
* @param {String} opts.cursor Cursor token to retrieve next page
|
|
2335
2291
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2336
|
-
* getAnalyticsUsersAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2337
2292
|
*/
|
|
2338
2293
|
getAnalyticsUsersAggregatesJobResults(jobId, opts) {
|
|
2339
2294
|
opts = opts || {};
|
|
@@ -2481,7 +2436,6 @@ class AnalyticsApi {
|
|
|
2481
2436
|
* @param {Object} body query
|
|
2482
2437
|
* @param {Object} opts Optional parameters
|
|
2483
2438
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2484
|
-
* postAnalyticsActionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2485
2439
|
*/
|
|
2486
2440
|
postAnalyticsActionsAggregatesJobs(body, opts) {
|
|
2487
2441
|
opts = opts || {};
|
|
@@ -2726,7 +2680,6 @@ class AnalyticsApi {
|
|
|
2726
2680
|
* @param {Object} body query
|
|
2727
2681
|
* @param {Object} opts Optional parameters
|
|
2728
2682
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2729
|
-
* postAnalyticsBotsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2730
2683
|
*/
|
|
2731
2684
|
postAnalyticsBotsAggregatesJobs(body, opts) {
|
|
2732
2685
|
opts = opts || {};
|
|
@@ -2787,7 +2740,6 @@ class AnalyticsApi {
|
|
|
2787
2740
|
* @param {Object} body query
|
|
2788
2741
|
* @param {Object} opts Optional parameters
|
|
2789
2742
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2790
|
-
* postAnalyticsCasemanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2791
2743
|
*/
|
|
2792
2744
|
postAnalyticsCasemanagementAggregatesJobs(body, opts) {
|
|
2793
2745
|
opts = opts || {};
|
|
@@ -2818,7 +2770,6 @@ class AnalyticsApi {
|
|
|
2818
2770
|
* @param {Object} body query
|
|
2819
2771
|
* @param {Object} opts Optional parameters
|
|
2820
2772
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2821
|
-
* postAnalyticsCasemanagementAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2822
2773
|
*/
|
|
2823
2774
|
postAnalyticsCasemanagementAggregatesQuery(body, opts) {
|
|
2824
2775
|
opts = opts || {};
|
|
@@ -2916,7 +2867,6 @@ class AnalyticsApi {
|
|
|
2916
2867
|
* @param {Object} body query
|
|
2917
2868
|
* @param {Object} opts Optional parameters
|
|
2918
2869
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
2919
|
-
* postAnalyticsConversationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
2920
2870
|
*/
|
|
2921
2871
|
postAnalyticsConversationsAggregatesJobs(body, opts) {
|
|
2922
2872
|
opts = opts || {};
|
|
@@ -3130,7 +3080,6 @@ class AnalyticsApi {
|
|
|
3130
3080
|
* @param {Object} body query
|
|
3131
3081
|
* @param {Object} opts Optional parameters
|
|
3132
3082
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3133
|
-
* postAnalyticsEvaluationsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3134
3083
|
*/
|
|
3135
3084
|
postAnalyticsEvaluationsAggregatesJobs(body, opts) {
|
|
3136
3085
|
opts = opts || {};
|
|
@@ -3191,7 +3140,6 @@ class AnalyticsApi {
|
|
|
3191
3140
|
* @param {Object} body query
|
|
3192
3141
|
* @param {Object} opts Optional parameters
|
|
3193
3142
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3194
|
-
* postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3195
3143
|
*/
|
|
3196
3144
|
postAnalyticsFlowexecutionsAggregatesJobs(body, opts) {
|
|
3197
3145
|
opts = opts || {};
|
|
@@ -3284,7 +3232,6 @@ class AnalyticsApi {
|
|
|
3284
3232
|
* @param {Object} body query
|
|
3285
3233
|
* @param {Object} opts Optional parameters
|
|
3286
3234
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3287
|
-
* postAnalyticsFlowsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3288
3235
|
*/
|
|
3289
3236
|
postAnalyticsFlowsAggregatesJobs(body, opts) {
|
|
3290
3237
|
opts = opts || {};
|
|
@@ -3375,7 +3322,6 @@ class AnalyticsApi {
|
|
|
3375
3322
|
* @param {Object} body query
|
|
3376
3323
|
* @param {Object} opts Optional parameters
|
|
3377
3324
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3378
|
-
* postAnalyticsJourneysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3379
3325
|
*/
|
|
3380
3326
|
postAnalyticsJourneysAggregatesJobs(body, opts) {
|
|
3381
3327
|
opts = opts || {};
|
|
@@ -3436,7 +3382,6 @@ class AnalyticsApi {
|
|
|
3436
3382
|
* @param {Object} body query
|
|
3437
3383
|
* @param {Object} opts Optional parameters
|
|
3438
3384
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3439
|
-
* postAnalyticsKnowledgeAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3440
3385
|
*/
|
|
3441
3386
|
postAnalyticsKnowledgeAggregatesJobs(body, opts) {
|
|
3442
3387
|
opts = opts || {};
|
|
@@ -3677,7 +3622,6 @@ class AnalyticsApi {
|
|
|
3677
3622
|
* @param {Object} body query
|
|
3678
3623
|
* @param {Object} opts Optional parameters
|
|
3679
3624
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3680
|
-
* postAnalyticsResolutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3681
3625
|
*/
|
|
3682
3626
|
postAnalyticsResolutionsAggregatesJobs(body, opts) {
|
|
3683
3627
|
opts = opts || {};
|
|
@@ -3770,7 +3714,6 @@ class AnalyticsApi {
|
|
|
3770
3714
|
* @param {Object} body query
|
|
3771
3715
|
* @param {Object} opts Optional parameters
|
|
3772
3716
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3773
|
-
* postAnalyticsSummariesAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3774
3717
|
*/
|
|
3775
3718
|
postAnalyticsSummariesAggregatesJobs(body, opts) {
|
|
3776
3719
|
opts = opts || {};
|
|
@@ -3831,7 +3774,6 @@ class AnalyticsApi {
|
|
|
3831
3774
|
* @param {Object} body query
|
|
3832
3775
|
* @param {Object} opts Optional parameters
|
|
3833
3776
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3834
|
-
* postAnalyticsSurveysAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3835
3777
|
*/
|
|
3836
3778
|
postAnalyticsSurveysAggregatesJobs(body, opts) {
|
|
3837
3779
|
opts = opts || {};
|
|
@@ -3892,7 +3834,6 @@ class AnalyticsApi {
|
|
|
3892
3834
|
* @param {Object} body query
|
|
3893
3835
|
* @param {Object} opts Optional parameters
|
|
3894
3836
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
3895
|
-
* postAnalyticsTaskmanagementAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
3896
3837
|
*/
|
|
3897
3838
|
postAnalyticsTaskmanagementAggregatesJobs(body, opts) {
|
|
3898
3839
|
opts = opts || {};
|
|
@@ -4017,7 +3958,6 @@ class AnalyticsApi {
|
|
|
4017
3958
|
* @param {Object} body query
|
|
4018
3959
|
* @param {Object} opts Optional parameters
|
|
4019
3960
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4020
|
-
* postAnalyticsTranscriptsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4021
3961
|
*/
|
|
4022
3962
|
postAnalyticsTranscriptsAggregatesJobs(body, opts) {
|
|
4023
3963
|
opts = opts || {};
|
|
@@ -4110,7 +4050,6 @@ class AnalyticsApi {
|
|
|
4110
4050
|
* @param {Object} body query
|
|
4111
4051
|
* @param {Object} opts Optional parameters
|
|
4112
4052
|
* @param {Object.<string, string>} opts.customHeaders Per-request HTTP headers
|
|
4113
|
-
* postAnalyticsUsersAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
|
|
4114
4053
|
*/
|
|
4115
4054
|
postAnalyticsUsersAggregatesJobs(body, opts) {
|
|
4116
4055
|
opts = opts || {};
|