purecloud-platform-client-v2 192.2.0 → 194.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.
Files changed (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +347 -757
  3. package/dist/web-amd/purecloud-platform-client-v2.js +347 -757
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +240 -361
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +240 -361
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +714 -751
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +40 -346
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +30 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +48 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -286
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +7 -7
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -2
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +21 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +125 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +3 -3
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -2
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -38
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -2
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -2
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +5 -3
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 192.2.0
405
+ * @version 194.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1821,7 +1821,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1821
1821
  /**
1822
1822
  * Alerting service.
1823
1823
  * @module purecloud-platform-client-v2/api/AlertingApi
1824
- * @version 192.2.0
1824
+ * @version 194.0.0
1825
1825
  */
1826
1826
 
1827
1827
  /**
@@ -2482,7 +2482,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2482
2482
  /**
2483
2483
  * Analytics service.
2484
2484
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2485
- * @version 192.2.0
2485
+ * @version 194.0.0
2486
2486
  */
2487
2487
 
2488
2488
  /**
@@ -2522,31 +2522,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2522
2522
  );
2523
2523
  }
2524
2524
 
2525
- /**
2526
- * Delete a scheduled report job.
2527
- *
2528
- * @param {String} scheduleId Schedule ID
2529
- */
2530
- deleteAnalyticsReportingSchedule(scheduleId) {
2531
- // verify the required parameter 'scheduleId' is set
2532
- if (scheduleId === undefined || scheduleId === null) {
2533
- throw 'Missing the required parameter "scheduleId" when calling deleteAnalyticsReportingSchedule';
2534
- }
2535
-
2536
- return this.apiClient.callApi(
2537
- '/api/v2/analytics/reporting/schedules/{scheduleId}',
2538
- 'DELETE',
2539
- { 'scheduleId': scheduleId },
2540
- { },
2541
- { },
2542
- { },
2543
- null,
2544
- ['PureCloud OAuth'],
2545
- ['application/json'],
2546
- ['application/json']
2547
- );
2548
- }
2549
-
2550
2525
  /**
2551
2526
  * Delete/cancel an async request
2552
2527
  *
@@ -2628,9 +2603,44 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2628
2603
  );
2629
2604
  }
2630
2605
 
2606
+ /**
2607
+ * Get Reporting Turns (division aware).
2608
+ * Returns the reporting turns for the specified flow, filtered by the clients divisions and grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
2609
+ * @param {String} botFlowId ID of the bot flow.
2610
+ * @param {Object} opts Optional parameters
2611
+ * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
2612
+ * @param {String} opts.pageSize Max number of entities to return. Maximum of 250 (default to 50)
2613
+ * @param {String} opts.interval Date range filter based on the date the individual resources were completed. UTC is the default if no TZ is supplied, however alternate timezones can be used e.g: '2022-11-22T09:11:11.111+08:00/2022-11-30T07:17:44.586-07'. . Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss
2614
+ * @param {String} opts.actionId Optional action ID to get the reporting turns associated to a particular flow action
2615
+ * @param {String} opts.sessionId Optional session ID to get the reporting turns for a particular session. Specifying a session ID alongside an action ID or a language or any ask action results is not allowed.
2616
+ * @param {String} opts.language Optional language code to get the reporting turns for a particular language
2617
+ * @param {Object} opts.askActionResults Optional case-insensitive comma separated list of ask action results to filter the reporting turns.
2618
+ */
2619
+ getAnalyticsBotflowDivisionsReportingturns(botFlowId, opts) {
2620
+ opts = opts || {};
2621
+
2622
+ // verify the required parameter 'botFlowId' is set
2623
+ if (botFlowId === undefined || botFlowId === null) {
2624
+ throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowDivisionsReportingturns';
2625
+ }
2626
+
2627
+ return this.apiClient.callApi(
2628
+ '/api/v2/analytics/botflows/{botFlowId}/divisions/reportingturns',
2629
+ 'GET',
2630
+ { 'botFlowId': botFlowId },
2631
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'interval': opts['interval'],'actionId': opts['actionId'],'sessionId': opts['sessionId'],'language': opts['language'],'askActionResults': opts['askActionResults'] },
2632
+ { },
2633
+ { },
2634
+ null,
2635
+ ['PureCloud OAuth'],
2636
+ ['application/json'],
2637
+ ['application/json']
2638
+ );
2639
+ }
2640
+
2631
2641
  /**
2632
2642
  * Get Reporting Turns.
2633
- * Returns the reporting turns grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
2643
+ * Deprecated: Please use GET /analytics/botflows/{botFlowId}/divisions/reportingturns instead. Returns the reporting turns grouped by session, in reverse chronological order from the date the session was created, with the reporting turns from the most recent session appearing at the start of the list. For pagination, clients should keep sending requests using the value of nextUri in the response, until its no longer present, only then have all items have been returned. Note: resources returned by this endpoint are not persisted indefinitely, as they are deleted after approximately, but not before, 10 days.
2634
2644
  * @param {String} botFlowId ID of the bot flow.
2635
2645
  * @param {Object} opts Optional parameters
2636
2646
  * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
@@ -2640,6 +2650,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2640
2650
  * @param {String} opts.sessionId Optional session ID to get the reporting turns for a particular session. Specifying a session ID alongside an action ID or a language or any ask action results is not allowed.
2641
2651
  * @param {String} opts.language Optional language code to get the reporting turns for a particular language
2642
2652
  * @param {Object} opts.askActionResults Optional case-insensitive comma separated list of ask action results to filter the reporting turns.
2653
+ * @deprecated
2643
2654
  */
2644
2655
  getAnalyticsBotflowReportingturns(botFlowId, opts) {
2645
2656
  opts = opts || {};
@@ -3330,216 +3341,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3330
3341
  );
3331
3342
  }
3332
3343
 
3333
- /**
3334
- * Get list of reporting metadata.
3335
- *
3336
- * @param {Object} opts Optional parameters
3337
- * @param {Number} opts.pageNumber Page number (default to 1)
3338
- * @param {Number} opts.pageSize Page size (default to 25)
3339
- * @param {String} opts.locale Locale
3340
- */
3341
- getAnalyticsReportingMetadata(opts) {
3342
- opts = opts || {};
3343
-
3344
-
3345
- return this.apiClient.callApi(
3346
- '/api/v2/analytics/reporting/metadata',
3347
- 'GET',
3348
- { },
3349
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'locale': opts['locale'] },
3350
- { },
3351
- { },
3352
- null,
3353
- ['PureCloud OAuth'],
3354
- ['application/json'],
3355
- ['application/json']
3356
- );
3357
- }
3358
-
3359
- /**
3360
- * Get a reporting metadata.
3361
- *
3362
- * @param {String} reportId Report ID
3363
- * @param {Object} opts Optional parameters
3364
- * @param {String} opts.locale Locale
3365
- */
3366
- getAnalyticsReportingReportIdMetadata(reportId, opts) {
3367
- opts = opts || {};
3368
-
3369
- // verify the required parameter 'reportId' is set
3370
- if (reportId === undefined || reportId === null) {
3371
- throw 'Missing the required parameter "reportId" when calling getAnalyticsReportingReportIdMetadata';
3372
- }
3373
-
3374
- return this.apiClient.callApi(
3375
- '/api/v2/analytics/reporting/{reportId}/metadata',
3376
- 'GET',
3377
- { 'reportId': reportId },
3378
- { 'locale': opts['locale'] },
3379
- { },
3380
- { },
3381
- null,
3382
- ['PureCloud OAuth'],
3383
- ['application/json'],
3384
- ['application/json']
3385
- );
3386
- }
3387
-
3388
- /**
3389
- * Get a list of report formats
3390
- * Get a list of report formats.
3391
- */
3392
- getAnalyticsReportingReportformats() {
3393
-
3394
- return this.apiClient.callApi(
3395
- '/api/v2/analytics/reporting/reportformats',
3396
- 'GET',
3397
- { },
3398
- { },
3399
- { },
3400
- { },
3401
- null,
3402
- ['PureCloud OAuth'],
3403
- ['application/json'],
3404
- ['application/json']
3405
- );
3406
- }
3407
-
3408
- /**
3409
- * Get a scheduled report job.
3410
- *
3411
- * @param {String} scheduleId Schedule ID
3412
- */
3413
- getAnalyticsReportingSchedule(scheduleId) {
3414
- // verify the required parameter 'scheduleId' is set
3415
- if (scheduleId === undefined || scheduleId === null) {
3416
- throw 'Missing the required parameter "scheduleId" when calling getAnalyticsReportingSchedule';
3417
- }
3418
-
3419
- return this.apiClient.callApi(
3420
- '/api/v2/analytics/reporting/schedules/{scheduleId}',
3421
- 'GET',
3422
- { 'scheduleId': scheduleId },
3423
- { },
3424
- { },
3425
- { },
3426
- null,
3427
- ['PureCloud OAuth'],
3428
- ['application/json'],
3429
- ['application/json']
3430
- );
3431
- }
3432
-
3433
- /**
3434
- * Get list of completed scheduled report jobs.
3435
- *
3436
- * @param {String} scheduleId Schedule ID
3437
- * @param {Object} opts Optional parameters
3438
- * @param {Number} opts.pageNumber (default to 1)
3439
- * @param {Number} opts.pageSize (default to 25)
3440
- */
3441
- getAnalyticsReportingScheduleHistory(scheduleId, opts) {
3442
- opts = opts || {};
3443
-
3444
- // verify the required parameter 'scheduleId' is set
3445
- if (scheduleId === undefined || scheduleId === null) {
3446
- throw 'Missing the required parameter "scheduleId" when calling getAnalyticsReportingScheduleHistory';
3447
- }
3448
-
3449
- return this.apiClient.callApi(
3450
- '/api/v2/analytics/reporting/schedules/{scheduleId}/history',
3451
- 'GET',
3452
- { 'scheduleId': scheduleId },
3453
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
3454
- { },
3455
- { },
3456
- null,
3457
- ['PureCloud OAuth'],
3458
- ['application/json'],
3459
- ['application/json']
3460
- );
3461
- }
3462
-
3463
- /**
3464
- * Get most recently completed scheduled report job.
3465
- *
3466
- * @param {String} scheduleId Schedule ID
3467
- */
3468
- getAnalyticsReportingScheduleHistoryLatest(scheduleId) {
3469
- // verify the required parameter 'scheduleId' is set
3470
- if (scheduleId === undefined || scheduleId === null) {
3471
- throw 'Missing the required parameter "scheduleId" when calling getAnalyticsReportingScheduleHistoryLatest';
3472
- }
3473
-
3474
- return this.apiClient.callApi(
3475
- '/api/v2/analytics/reporting/schedules/{scheduleId}/history/latest',
3476
- 'GET',
3477
- { 'scheduleId': scheduleId },
3478
- { },
3479
- { },
3480
- { },
3481
- null,
3482
- ['PureCloud OAuth'],
3483
- ['application/json'],
3484
- ['application/json']
3485
- );
3486
- }
3487
-
3488
- /**
3489
- * A completed scheduled report job
3490
- * A completed scheduled report job.
3491
- * @param {String} runId Run ID
3492
- * @param {String} scheduleId Schedule ID
3493
- */
3494
- getAnalyticsReportingScheduleHistoryRunId(runId, scheduleId) {
3495
- // verify the required parameter 'runId' is set
3496
- if (runId === undefined || runId === null) {
3497
- throw 'Missing the required parameter "runId" when calling getAnalyticsReportingScheduleHistoryRunId';
3498
- }
3499
- // verify the required parameter 'scheduleId' is set
3500
- if (scheduleId === undefined || scheduleId === null) {
3501
- throw 'Missing the required parameter "scheduleId" when calling getAnalyticsReportingScheduleHistoryRunId';
3502
- }
3503
-
3504
- return this.apiClient.callApi(
3505
- '/api/v2/analytics/reporting/schedules/{scheduleId}/history/{runId}',
3506
- 'GET',
3507
- { 'runId': runId,'scheduleId': scheduleId },
3508
- { },
3509
- { },
3510
- { },
3511
- null,
3512
- ['PureCloud OAuth'],
3513
- ['application/json'],
3514
- ['application/json']
3515
- );
3516
- }
3517
-
3518
- /**
3519
- * Get a list of scheduled report jobs
3520
- * Get a list of scheduled report jobs.
3521
- * @param {Object} opts Optional parameters
3522
- * @param {Number} opts.pageNumber Page number (default to 1)
3523
- * @param {Number} opts.pageSize Page size (default to 25)
3524
- */
3525
- getAnalyticsReportingSchedules(opts) {
3526
- opts = opts || {};
3527
-
3528
-
3529
- return this.apiClient.callApi(
3530
- '/api/v2/analytics/reporting/schedules',
3531
- 'GET',
3532
- { },
3533
- { 'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'] },
3534
- { },
3535
- { },
3536
- null,
3537
- ['PureCloud OAuth'],
3538
- ['application/json'],
3539
- ['application/json']
3540
- );
3541
- }
3542
-
3543
3344
  /**
3544
3345
  * Get AnalyticsReportingSettings for an organization
3545
3346
  *
@@ -3570,6 +3371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3570
3371
  * @param {Number} opts.pageSize (default to 50)
3571
3372
  * @param {Boolean} opts.publicOnly If true, retrieve only public dashboards
3572
3373
  * @param {Boolean} opts.favoriteOnly If true, retrieve only favorite dashboards
3374
+ * @param {String} opts.name retrieve dashboards that match with given name
3573
3375
  */
3574
3376
  getAnalyticsReportingSettingsUserDashboards(userId, opts) {
3575
3377
  opts = opts || {};
@@ -3583,27 +3385,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
3583
3385
  '/api/v2/analytics/reporting/settings/users/{userId}/dashboards',
3584
3386
  'GET',
3585
3387
  { 'userId': userId },
3586
- { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'publicOnly': opts['publicOnly'],'favoriteOnly': opts['favoriteOnly'] },
3587
- { },
3588
- { },
3589
- null,
3590
- ['PureCloud OAuth'],
3591
- ['application/json'],
3592
- ['application/json']
3593
- );
3594
- }
3595
-
3596
- /**
3597
- * Get a list of report time periods.
3598
- *
3599
- */
3600
- getAnalyticsReportingTimeperiods() {
3601
-
3602
- return this.apiClient.callApi(
3603
- '/api/v2/analytics/reporting/timeperiods',
3604
- 'GET',
3605
- { },
3606
- { },
3388
+ { 'sortBy': opts['sortBy'],'pageNumber': opts['pageNumber'],'pageSize': opts['pageSize'],'publicOnly': opts['publicOnly'],'favoriteOnly': opts['favoriteOnly'],'name': opts['name'] },
3607
3389
  { },
3608
3390
  { },
3609
3391
  null,
@@ -4132,7 +3914,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4132
3914
  * @param {Object} opts Optional parameters
4133
3915
  * @param {Number} opts.pageSize The desired page size
4134
3916
  * @param {Number} opts.pageNumber The desired page number
4135
- * postAnalyticsConversationsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4136
3917
  */
4137
3918
  postAnalyticsConversationsActivityQuery(body, opts) {
4138
3919
  opts = opts || {};
@@ -4391,7 +4172,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4391
4172
  * @param {Object} opts Optional parameters
4392
4173
  * @param {Number} opts.pageSize The desired page size
4393
4174
  * @param {Number} opts.pageNumber The desired page number
4394
- * postAnalyticsFlowsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4395
4175
  */
4396
4176
  postAnalyticsFlowsActivityQuery(body, opts) {
4397
4177
  opts = opts || {};
@@ -4693,58 +4473,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4693
4473
  );
4694
4474
  }
4695
4475
 
4696
- /**
4697
- * Place a scheduled report immediately into the reporting queue
4698
- * This route is deprecated, please use POST:api/v2/analytics/reporting/exports/{exportId}/execute instead
4699
- * @param {String} scheduleId Schedule ID
4700
- * @deprecated
4701
- */
4702
- postAnalyticsReportingScheduleRunreport(scheduleId) {
4703
- // verify the required parameter 'scheduleId' is set
4704
- if (scheduleId === undefined || scheduleId === null) {
4705
- throw 'Missing the required parameter "scheduleId" when calling postAnalyticsReportingScheduleRunreport';
4706
- }
4707
-
4708
- return this.apiClient.callApi(
4709
- '/api/v2/analytics/reporting/schedules/{scheduleId}/runreport',
4710
- 'POST',
4711
- { 'scheduleId': scheduleId },
4712
- { },
4713
- { },
4714
- { },
4715
- null,
4716
- ['PureCloud OAuth'],
4717
- ['application/json'],
4718
- ['application/json']
4719
- );
4720
- }
4721
-
4722
- /**
4723
- * Create a scheduled report job
4724
- * This route is deprecated, please use POST:api/v2/analytics/reporting/exports instead
4725
- * @param {Object} body ReportSchedule
4726
- * @deprecated
4727
- */
4728
- postAnalyticsReportingSchedules(body) {
4729
- // verify the required parameter 'body' is set
4730
- if (body === undefined || body === null) {
4731
- throw 'Missing the required parameter "body" when calling postAnalyticsReportingSchedules';
4732
- }
4733
-
4734
- return this.apiClient.callApi(
4735
- '/api/v2/analytics/reporting/schedules',
4736
- 'POST',
4737
- { },
4738
- { },
4739
- { },
4740
- { },
4741
- body,
4742
- ['PureCloud OAuth'],
4743
- ['application/json'],
4744
- ['application/json']
4745
- );
4746
- }
4747
-
4748
4476
  /**
4749
4477
  * Bulk remove dashboard configurations
4750
4478
  *
@@ -4828,7 +4556,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4828
4556
  * @param {Object} opts Optional parameters
4829
4557
  * @param {Number} opts.pageSize The desired page size
4830
4558
  * @param {Number} opts.pageNumber The desired page number
4831
- * postAnalyticsRoutingActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4832
4559
  */
4833
4560
  postAnalyticsRoutingActivityQuery(body, opts) {
4834
4561
  opts = opts || {};
@@ -4962,7 +4689,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4962
4689
  * @param {Object} opts Optional parameters
4963
4690
  * @param {Number} opts.pageSize The desired page size
4964
4691
  * @param {Number} opts.pageNumber The desired page number
4965
- * postAnalyticsTeamsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4966
4692
  */
4967
4693
  postAnalyticsTeamsActivityQuery(body, opts) {
4968
4694
  opts = opts || {};
@@ -5044,7 +4770,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5044
4770
  * @param {Object} opts Optional parameters
5045
4771
  * @param {Number} opts.pageSize The desired page size
5046
4772
  * @param {Number} opts.pageNumber The desired page number
5047
- * postAnalyticsUsersActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5048
4773
  */
5049
4774
  postAnalyticsUsersActivityQuery(body, opts) {
5050
4775
  opts = opts || {};
@@ -5219,44 +4944,13 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
5219
4944
  );
5220
4945
  }
5221
4946
 
5222
- /**
5223
- * Update a scheduled report job.
5224
- * This route is deprecated, please use PATCH:api/v2/analytics/reporting/exports/{exportId}/schedule instead
5225
- * @param {String} scheduleId Schedule ID
5226
- * @param {Object} body ReportSchedule
5227
- * @deprecated
5228
- */
5229
- putAnalyticsReportingSchedule(scheduleId, body) {
5230
- // verify the required parameter 'scheduleId' is set
5231
- if (scheduleId === undefined || scheduleId === null) {
5232
- throw 'Missing the required parameter "scheduleId" when calling putAnalyticsReportingSchedule';
5233
- }
5234
- // verify the required parameter 'body' is set
5235
- if (body === undefined || body === null) {
5236
- throw 'Missing the required parameter "body" when calling putAnalyticsReportingSchedule';
5237
- }
5238
-
5239
- return this.apiClient.callApi(
5240
- '/api/v2/analytics/reporting/schedules/{scheduleId}',
5241
- 'PUT',
5242
- { 'scheduleId': scheduleId },
5243
- { },
5244
- { },
5245
- { },
5246
- body,
5247
- ['PureCloud OAuth'],
5248
- ['application/json'],
5249
- ['application/json']
5250
- );
5251
- }
5252
-
5253
4947
  }
5254
4948
 
5255
4949
  class ArchitectApi {
5256
4950
  /**
5257
4951
  * Architect service.
5258
4952
  * @module purecloud-platform-client-v2/api/ArchitectApi
5259
- * @version 192.2.0
4953
+ * @version 194.0.0
5260
4954
  */
5261
4955
 
5262
4956
  /**
@@ -9402,7 +9096,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9402
9096
  /**
9403
9097
  * Audit service.
9404
9098
  * @module purecloud-platform-client-v2/api/AuditApi
9405
- * @version 192.2.0
9099
+ * @version 194.0.0
9406
9100
  */
9407
9101
 
9408
9102
  /**
@@ -9567,13 +9261,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9567
9261
  );
9568
9262
  }
9569
9263
 
9264
+ /**
9265
+ * Often a single action results in multiple audits. The endpoint retrieves all audits created by the same action as the given audit id.
9266
+ *
9267
+ * @param {Object} body query
9268
+ * @param {Object} opts Optional parameters
9269
+ * @param {Array.<String>} opts.expand Which fields, if any, to expand
9270
+ */
9271
+ postAuditsQueryRealtimeRelated(body, opts) {
9272
+ opts = opts || {};
9273
+
9274
+ // verify the required parameter 'body' is set
9275
+ if (body === undefined || body === null) {
9276
+ throw 'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';
9277
+ }
9278
+
9279
+ return this.apiClient.callApi(
9280
+ '/api/v2/audits/query/realtime/related',
9281
+ 'POST',
9282
+ { },
9283
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
9284
+ { },
9285
+ { },
9286
+ body,
9287
+ ['PureCloud OAuth'],
9288
+ ['application/json'],
9289
+ ['application/json']
9290
+ );
9291
+ }
9292
+
9570
9293
  }
9571
9294
 
9572
9295
  class AuthorizationApi {
9573
9296
  /**
9574
9297
  * Authorization service.
9575
9298
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9576
- * @version 192.2.0
9299
+ * @version 194.0.0
9577
9300
  */
9578
9301
 
9579
9302
  /**
@@ -10811,7 +10534,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10811
10534
  /**
10812
10535
  * Billing service.
10813
10536
  * @module purecloud-platform-client-v2/api/BillingApi
10814
- * @version 192.2.0
10537
+ * @version 194.0.0
10815
10538
  */
10816
10539
 
10817
10540
  /**
@@ -10891,7 +10614,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10891
10614
  /**
10892
10615
  * CarrierServices service.
10893
10616
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10894
- * @version 192.2.0
10617
+ * @version 194.0.0
10895
10618
  */
10896
10619
 
10897
10620
  /**
@@ -10961,7 +10684,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10961
10684
  /**
10962
10685
  * Chat service.
10963
10686
  * @module purecloud-platform-client-v2/api/ChatApi
10964
- * @version 192.2.0
10687
+ * @version 194.0.0
10965
10688
  */
10966
10689
 
10967
10690
  /**
@@ -11457,6 +11180,27 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11457
11180
  );
11458
11181
  }
11459
11182
 
11183
+ /**
11184
+ * Get a user's chat settings
11185
+ *
11186
+ * getChatsUsersMeSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11187
+ */
11188
+ getChatsUsersMeSettings() {
11189
+
11190
+ return this.apiClient.callApi(
11191
+ '/api/v2/chats/users/me/settings',
11192
+ 'GET',
11193
+ { },
11194
+ { },
11195
+ { },
11196
+ { },
11197
+ null,
11198
+ ['PureCloud OAuth'],
11199
+ ['application/json'],
11200
+ ['application/json']
11201
+ );
11202
+ }
11203
+
11460
11204
  /**
11461
11205
  * Set properties for a room
11462
11206
  *
@@ -11613,6 +11357,32 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11613
11357
  );
11614
11358
  }
11615
11359
 
11360
+ /**
11361
+ * Update a user's chat settings
11362
+ *
11363
+ * @param {Object} body
11364
+ * patchChatsUsersMeSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
11365
+ */
11366
+ patchChatsUsersMeSettings(body) {
11367
+ // verify the required parameter 'body' is set
11368
+ if (body === undefined || body === null) {
11369
+ throw 'Missing the required parameter "body" when calling patchChatsUsersMeSettings';
11370
+ }
11371
+
11372
+ return this.apiClient.callApi(
11373
+ '/api/v2/chats/users/me/settings',
11374
+ 'PATCH',
11375
+ { },
11376
+ { },
11377
+ { },
11378
+ { },
11379
+ body,
11380
+ ['PureCloud OAuth'],
11381
+ ['application/json'],
11382
+ ['application/json']
11383
+ );
11384
+ }
11385
+
11616
11386
  /**
11617
11387
  * Send a message to a room
11618
11388
  *
@@ -11850,7 +11620,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11850
11620
  /**
11851
11621
  * Coaching service.
11852
11622
  * @module purecloud-platform-client-v2/api/CoachingApi
11853
- * @version 192.2.0
11623
+ * @version 194.0.0
11854
11624
  */
11855
11625
 
11856
11626
  /**
@@ -12427,7 +12197,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12427
12197
  /**
12428
12198
  * ContentManagement service.
12429
12199
  * @module purecloud-platform-client-v2/api/ContentManagementApi
12430
- * @version 192.2.0
12200
+ * @version 194.0.0
12431
12201
  */
12432
12202
 
12433
12203
  /**
@@ -13509,7 +13279,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13509
13279
  /**
13510
13280
  * Conversations service.
13511
13281
  * @module purecloud-platform-client-v2/api/ConversationsApi
13512
- * @version 192.2.0
13282
+ * @version 194.0.0
13513
13283
  */
13514
13284
 
13515
13285
  /**
@@ -13749,32 +13519,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13749
13519
  );
13750
13520
  }
13751
13521
 
13752
- /**
13753
- * Delete a LINE messenger integration (Deprecated)
13754
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
13755
- * @param {String} integrationId Integration ID
13756
- * @deprecated
13757
- */
13758
- deleteConversationsMessagingIntegrationsLineIntegrationId(integrationId) {
13759
- // verify the required parameter 'integrationId' is set
13760
- if (integrationId === undefined || integrationId === null) {
13761
- throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsLineIntegrationId';
13762
- }
13763
-
13764
- return this.apiClient.callApi(
13765
- '/api/v2/conversations/messaging/integrations/line/{integrationId}',
13766
- 'DELETE',
13767
- { 'integrationId': integrationId },
13768
- { },
13769
- { },
13770
- { },
13771
- null,
13772
- ['PureCloud OAuth'],
13773
- ['application/json'],
13774
- ['application/json']
13775
- );
13776
- }
13777
-
13778
13522
  /**
13779
13523
  * Delete an Open messaging integration
13780
13524
  * See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
@@ -13800,32 +13544,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
13800
13544
  );
13801
13545
  }
13802
13546
 
13803
- /**
13804
- * Delete a Twitter messaging integration
13805
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
13806
- * @param {String} integrationId Integration ID
13807
- * @deprecated
13808
- */
13809
- deleteConversationsMessagingIntegrationsTwitterIntegrationId(integrationId) {
13810
- // verify the required parameter 'integrationId' is set
13811
- if (integrationId === undefined || integrationId === null) {
13812
- throw 'Missing the required parameter "integrationId" when calling deleteConversationsMessagingIntegrationsTwitterIntegrationId';
13813
- }
13814
-
13815
- return this.apiClient.callApi(
13816
- '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
13817
- 'DELETE',
13818
- { 'integrationId': integrationId },
13819
- { },
13820
- { },
13821
- { },
13822
- null,
13823
- ['PureCloud OAuth'],
13824
- ['application/json'],
13825
- ['application/json']
13826
- );
13827
- }
13828
-
13829
13547
  /**
13830
13548
  * Delete a WhatsApp messaging integration
13831
13549
  *
@@ -15785,65 +15503,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15785
15503
  );
15786
15504
  }
15787
15505
 
15788
- /**
15789
- * Get a list of LINE messenger Integrations (Deprecated)
15790
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
15791
- * @param {Object} opts Optional parameters
15792
- * @param {Number} opts.pageSize Page size (default to 25)
15793
- * @param {Number} opts.pageNumber Page number (default to 1)
15794
- * @param {Object} opts.expand Expand instructions for the return value.
15795
- * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
15796
- * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
15797
- * @deprecated
15798
- */
15799
- getConversationsMessagingIntegrationsLine(opts) {
15800
- opts = opts || {};
15801
-
15802
-
15803
- return this.apiClient.callApi(
15804
- '/api/v2/conversations/messaging/integrations/line',
15805
- 'GET',
15806
- { },
15807
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
15808
- { },
15809
- { },
15810
- null,
15811
- ['PureCloud OAuth'],
15812
- ['application/json'],
15813
- ['application/json']
15814
- );
15815
- }
15816
-
15817
- /**
15818
- * Get a LINE messenger integration (Deprecated)
15819
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
15820
- * @param {String} integrationId Integration ID
15821
- * @param {Object} opts Optional parameters
15822
- * @param {Object} opts.expand Expand instructions for the return value.
15823
- * @deprecated
15824
- */
15825
- getConversationsMessagingIntegrationsLineIntegrationId(integrationId, opts) {
15826
- opts = opts || {};
15827
-
15828
- // verify the required parameter 'integrationId' is set
15829
- if (integrationId === undefined || integrationId === null) {
15830
- throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsLineIntegrationId';
15831
- }
15832
-
15833
- return this.apiClient.callApi(
15834
- '/api/v2/conversations/messaging/integrations/line/{integrationId}',
15835
- 'GET',
15836
- { 'integrationId': integrationId },
15837
- { 'expand': opts['expand'] },
15838
- { },
15839
- { },
15840
- null,
15841
- ['PureCloud OAuth'],
15842
- ['application/json'],
15843
- ['application/json']
15844
- );
15845
- }
15846
-
15847
15506
  /**
15848
15507
  * Get a list of Open messaging integrations
15849
15508
  * See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
@@ -15901,65 +15560,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
15901
15560
  );
15902
15561
  }
15903
15562
 
15904
- /**
15905
- * Get a list of Twitter Integrations (Deprecated)
15906
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
15907
- * @param {Object} opts Optional parameters
15908
- * @param {Number} opts.pageSize Page size (default to 25)
15909
- * @param {Number} opts.pageNumber Page number (default to 1)
15910
- * @param {Object} opts.expand Expand instructions for the return value.
15911
- * @param {String} opts.supportedContentId Filter integrations returned based on the supported content ID
15912
- * @param {String} opts.messagingSettingId Filter integrations returned based on the setting ID
15913
- * @deprecated
15914
- */
15915
- getConversationsMessagingIntegrationsTwitter(opts) {
15916
- opts = opts || {};
15917
-
15918
-
15919
- return this.apiClient.callApi(
15920
- '/api/v2/conversations/messaging/integrations/twitter',
15921
- 'GET',
15922
- { },
15923
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'supportedContent.id': opts['supportedContentId'],'messagingSetting.id': opts['messagingSettingId'] },
15924
- { },
15925
- { },
15926
- null,
15927
- ['PureCloud OAuth'],
15928
- ['application/json'],
15929
- ['application/json']
15930
- );
15931
- }
15932
-
15933
- /**
15934
- * Get a Twitter messaging integration (Deprecated)
15935
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
15936
- * @param {String} integrationId Integration ID
15937
- * @param {Object} opts Optional parameters
15938
- * @param {Object} opts.expand Expand instructions for the return value.
15939
- * @deprecated
15940
- */
15941
- getConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, opts) {
15942
- opts = opts || {};
15943
-
15944
- // verify the required parameter 'integrationId' is set
15945
- if (integrationId === undefined || integrationId === null) {
15946
- throw 'Missing the required parameter "integrationId" when calling getConversationsMessagingIntegrationsTwitterIntegrationId';
15947
- }
15948
-
15949
- return this.apiClient.callApi(
15950
- '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
15951
- 'GET',
15952
- { 'integrationId': integrationId },
15953
- { 'expand': opts['expand'] },
15954
- { },
15955
- { },
15956
- null,
15957
- ['PureCloud OAuth'],
15958
- ['application/json'],
15959
- ['application/json']
15960
- );
15961
- }
15962
-
15963
15563
  /**
15964
15564
  * Get a list of WhatsApp Integrations
15965
15565
  *
@@ -17590,37 +17190,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17590
17190
  );
17591
17191
  }
17592
17192
 
17593
- /**
17594
- * Update Twitter messaging integration
17595
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
17596
- * @param {String} integrationId Integration ID
17597
- * @param {Object} body TwitterIntegrationRequest
17598
- * @deprecated
17599
- */
17600
- patchConversationsMessagingIntegrationsTwitterIntegrationId(integrationId, body) {
17601
- // verify the required parameter 'integrationId' is set
17602
- if (integrationId === undefined || integrationId === null) {
17603
- throw 'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
17604
- }
17605
- // verify the required parameter 'body' is set
17606
- if (body === undefined || body === null) {
17607
- throw 'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsTwitterIntegrationId';
17608
- }
17609
-
17610
- return this.apiClient.callApi(
17611
- '/api/v2/conversations/messaging/integrations/twitter/{integrationId}',
17612
- 'PATCH',
17613
- { 'integrationId': integrationId },
17614
- { },
17615
- { },
17616
- { },
17617
- body,
17618
- ['PureCloud OAuth'],
17619
- ['application/json'],
17620
- ['application/json']
17621
- );
17622
- }
17623
-
17624
17193
  /**
17625
17194
  * Activate a WhatsApp messaging integration created using the WhatsApp embedded signup flow
17626
17195
  * Please specify the phone number to associate with this WhatsApp integration from the list of available phone numbers returned to you in the POST call to create the integration. You can then run a GET on the integration to check if its status has been updated to Active
@@ -17803,7 +17372,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
17803
17372
  * @param {Object} opts Optional parameters
17804
17373
  * @param {Number} opts.pageSize The desired page size
17805
17374
  * @param {Number} opts.pageNumber The desired page number
17806
- * postAnalyticsConversationsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
17807
17375
  */
17808
17376
  postAnalyticsConversationsActivityQuery(body, opts) {
17809
17377
  opts = opts || {};
@@ -19831,32 +19399,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19831
19399
  );
19832
19400
  }
19833
19401
 
19834
- /**
19835
- * Create a LINE messenger Integration (Deprecated)
19836
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
19837
- * @param {Object} body LineIntegrationRequest
19838
- * @deprecated
19839
- */
19840
- postConversationsMessagingIntegrationsLine(body) {
19841
- // verify the required parameter 'body' is set
19842
- if (body === undefined || body === null) {
19843
- throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsLine';
19844
- }
19845
-
19846
- return this.apiClient.callApi(
19847
- '/api/v2/conversations/messaging/integrations/line',
19848
- 'POST',
19849
- { },
19850
- { },
19851
- { },
19852
- { },
19853
- body,
19854
- ['PureCloud OAuth'],
19855
- ['application/json'],
19856
- ['application/json']
19857
- );
19858
- }
19859
-
19860
19402
  /**
19861
19403
  * Create an Open messaging integration
19862
19404
  * See https://developer.genesys.cloud/api/digital/openmessaging/ for more information.
@@ -19882,32 +19424,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19882
19424
  );
19883
19425
  }
19884
19426
 
19885
- /**
19886
- * Create a Twitter Integration
19887
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-x-formerly-twitter-third-party-messaging-channel/
19888
- * @param {Object} body TwitterIntegrationRequest
19889
- * @deprecated
19890
- */
19891
- postConversationsMessagingIntegrationsTwitter(body) {
19892
- // verify the required parameter 'body' is set
19893
- if (body === undefined || body === null) {
19894
- throw 'Missing the required parameter "body" when calling postConversationsMessagingIntegrationsTwitter';
19895
- }
19896
-
19897
- return this.apiClient.callApi(
19898
- '/api/v2/conversations/messaging/integrations/twitter',
19899
- 'POST',
19900
- { },
19901
- { },
19902
- { },
19903
- { },
19904
- body,
19905
- ['PureCloud OAuth'],
19906
- ['application/json'],
19907
- ['application/json']
19908
- );
19909
- }
19910
-
19911
19427
  /**
19912
19428
  * [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] Create a WhatsApp Integration
19913
19429
  * [This API is deprecated. Use POST /api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup instead] You must be approved by WhatsApp to use this feature. Your approved e164-formatted phone number and valid WhatsApp certificate for your number are required. Your WhatsApp certificate must have valid base64 encoding. Please paste carefully and do not add any leading or trailing spaces. Do not alter any characters. An integration must be activated within 7 days of certificate generation. If you cannot complete the addition and activation of the number within 7 days, please obtain a new certificate before creating the integration. Integrations created with an invalid number or certificate may immediately incur additional integration fees. Please carefully enter your number and certificate as described.
@@ -20548,37 +20064,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20548
20064
  );
20549
20065
  }
20550
20066
 
20551
- /**
20552
- * Update a LINE messenger integration (Deprecated)
20553
- * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
20554
- * @param {String} integrationId Integration ID
20555
- * @param {Object} body LineIntegrationRequest
20556
- * @deprecated
20557
- */
20558
- putConversationsMessagingIntegrationsLineIntegrationId(integrationId, body) {
20559
- // verify the required parameter 'integrationId' is set
20560
- if (integrationId === undefined || integrationId === null) {
20561
- throw 'Missing the required parameter "integrationId" when calling putConversationsMessagingIntegrationsLineIntegrationId';
20562
- }
20563
- // verify the required parameter 'body' is set
20564
- if (body === undefined || body === null) {
20565
- throw 'Missing the required parameter "body" when calling putConversationsMessagingIntegrationsLineIntegrationId';
20566
- }
20567
-
20568
- return this.apiClient.callApi(
20569
- '/api/v2/conversations/messaging/integrations/line/{integrationId}',
20570
- 'PUT',
20571
- { 'integrationId': integrationId },
20572
- { },
20573
- { },
20574
- { },
20575
- body,
20576
- ['PureCloud OAuth'],
20577
- ['application/json'],
20578
- ['application/json']
20579
- );
20580
- }
20581
-
20582
20067
  /**
20583
20068
  * Set the organization's default setting that may be applied to to integrations without settings
20584
20069
  * When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.
@@ -20751,7 +20236,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20751
20236
  /**
20752
20237
  * DataExtensions service.
20753
20238
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
20754
- * @version 192.2.0
20239
+ * @version 194.0.0
20755
20240
  */
20756
20241
 
20757
20242
  /**
@@ -20837,7 +20322,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20837
20322
  /**
20838
20323
  * Downloads service.
20839
20324
  * @module purecloud-platform-client-v2/api/DownloadsApi
20840
- * @version 192.2.0
20325
+ * @version 194.0.0
20841
20326
  */
20842
20327
 
20843
20328
  /**
@@ -20889,7 +20374,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20889
20374
  /**
20890
20375
  * Emails service.
20891
20376
  * @module purecloud-platform-client-v2/api/EmailsApi
20892
- * @version 192.2.0
20377
+ * @version 194.0.0
20893
20378
  */
20894
20379
 
20895
20380
  /**
@@ -20954,7 +20439,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
20954
20439
  /**
20955
20440
  * Events service.
20956
20441
  * @module purecloud-platform-client-v2/api/EventsApi
20957
- * @version 192.2.0
20442
+ * @version 194.0.0
20958
20443
  */
20959
20444
 
20960
20445
  /**
@@ -21050,7 +20535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21050
20535
  /**
21051
20536
  * ExternalContacts service.
21052
20537
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
21053
- * @version 192.2.0
20538
+ * @version 194.0.0
21054
20539
  */
21055
20540
 
21056
20541
  /**
@@ -21563,7 +21048,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21563
21048
  *
21564
21049
  * @param {String} externalOrganizationId External Organization ID
21565
21050
  * @param {Object} opts Optional parameters
21566
- * @param {Object} opts.expand which fields, if any, to expand (externalDataSources)
21051
+ * @param {Array.<String>} opts.expand which fields, if any, to expand (externalDataSources)
21567
21052
  * @param {Boolean} opts.includeTrustors (true or false) whether or not to include trustor information embedded in the externalOrganization
21568
21053
  */
21569
21054
  getExternalcontactsOrganization(externalOrganizationId, opts) {
@@ -21578,7 +21063,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21578
21063
  '/api/v2/externalcontacts/organizations/{externalOrganizationId}',
21579
21064
  'GET',
21580
21065
  { 'externalOrganizationId': externalOrganizationId },
21581
- { 'expand': opts['expand'],'includeTrustors': opts['includeTrustors'] },
21066
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'includeTrustors': opts['includeTrustors'] },
21582
21067
  { },
21583
21068
  { },
21584
21069
  null,
@@ -21694,7 +21179,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21694
21179
  * @param {Object} opts Optional parameters
21695
21180
  * @param {Number} opts.pageSize Page size (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 20)
21696
21181
  * @param {Number} opts.pageNumber Page number (limited to fetching first 1,000 records; pageNumber * pageSize must be <= 1,000) (default to 1)
21697
- * @param {Object} opts.expand which fields, if any, to expand
21182
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
21698
21183
  * @param {String} opts.sortOrder The Relationship field to sort by. Any of: [createDate, relationship]. Direction: [asc, desc]. e.g. createDate:asc, relationship:desc
21699
21184
  */
21700
21185
  getExternalcontactsOrganizationRelationships(externalOrganizationId, opts) {
@@ -21709,7 +21194,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21709
21194
  '/api/v2/externalcontacts/organizations/{externalOrganizationId}/relationships',
21710
21195
  'GET',
21711
21196
  { 'externalOrganizationId': externalOrganizationId },
21712
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': opts['expand'],'sortOrder': opts['sortOrder'] },
21197
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'sortOrder': opts['sortOrder'] },
21713
21198
  { },
21714
21199
  { },
21715
21200
  null,
@@ -21854,7 +21339,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21854
21339
  *
21855
21340
  * @param {String} relationshipId Relationship Id
21856
21341
  * @param {Object} opts Optional parameters
21857
- * @param {Object} opts.expand which fields, if any, to expand
21342
+ * @param {Array.<String>} opts.expand which fields, if any, to expand
21858
21343
  */
21859
21344
  getExternalcontactsRelationship(relationshipId, opts) {
21860
21345
  opts = opts || {};
@@ -21868,7 +21353,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21868
21353
  '/api/v2/externalcontacts/relationships/{relationshipId}',
21869
21354
  'GET',
21870
21355
  { 'relationshipId': relationshipId },
21871
- { 'expand': opts['expand'] },
21356
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
21872
21357
  { },
21873
21358
  { },
21874
21359
  null,
@@ -23008,7 +22493,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23008
22493
  /**
23009
22494
  * Fax service.
23010
22495
  * @module purecloud-platform-client-v2/api/FaxApi
23011
- * @version 192.2.0
22496
+ * @version 194.0.0
23012
22497
  */
23013
22498
 
23014
22499
  /**
@@ -23223,7 +22708,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23223
22708
  /**
23224
22709
  * Flows service.
23225
22710
  * @module purecloud-platform-client-v2/api/FlowsApi
23226
- * @version 192.2.0
22711
+ * @version 194.0.0
23227
22712
  */
23228
22713
 
23229
22714
  /**
@@ -23301,7 +22786,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23301
22786
  * @param {Object} opts Optional parameters
23302
22787
  * @param {Number} opts.pageSize The desired page size
23303
22788
  * @param {Number} opts.pageNumber The desired page number
23304
- * postAnalyticsFlowsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
23305
22789
  */
23306
22790
  postAnalyticsFlowsActivityQuery(body, opts) {
23307
22791
  opts = opts || {};
@@ -23407,7 +22891,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
23407
22891
  /**
23408
22892
  * Gamification service.
23409
22893
  * @module purecloud-platform-client-v2/api/GamificationApi
23410
- * @version 192.2.0
22894
+ * @version 194.0.0
23411
22895
  */
23412
22896
 
23413
22897
  /**
@@ -25493,7 +24977,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25493
24977
  /**
25494
24978
  * GeneralDataProtectionRegulation service.
25495
24979
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
25496
- * @version 192.2.0
24980
+ * @version 194.0.0
25497
24981
  */
25498
24982
 
25499
24983
  /**
@@ -25623,7 +25107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25623
25107
  /**
25624
25108
  * Geolocation service.
25625
25109
  * @module purecloud-platform-client-v2/api/GeolocationApi
25626
- * @version 192.2.0
25110
+ * @version 194.0.0
25627
25111
  */
25628
25112
 
25629
25113
  /**
@@ -25754,7 +25238,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25754
25238
  /**
25755
25239
  * Greetings service.
25756
25240
  * @module purecloud-platform-client-v2/api/GreetingsApi
25757
- * @version 192.2.0
25241
+ * @version 194.0.0
25758
25242
  */
25759
25243
 
25760
25244
  /**
@@ -26209,7 +25693,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26209
25693
  /**
26210
25694
  * Groups service.
26211
25695
  * @module purecloud-platform-client-v2/api/GroupsApi
26212
- * @version 192.2.0
25696
+ * @version 194.0.0
26213
25697
  */
26214
25698
 
26215
25699
  /**
@@ -26728,7 +26212,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26728
26212
  /**
26729
26213
  * IdentityProvider service.
26730
26214
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
26731
- * @version 192.2.0
26215
+ * @version 194.0.0
26732
26216
  */
26733
26217
 
26734
26218
  /**
@@ -27589,7 +27073,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27589
27073
  /**
27590
27074
  * InfrastructureAsCode service.
27591
27075
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
27592
- * @version 192.2.0
27076
+ * @version 194.0.0
27593
27077
  */
27594
27078
 
27595
27079
  /**
@@ -27756,7 +27240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27756
27240
  /**
27757
27241
  * Integrations service.
27758
27242
  * @module purecloud-platform-client-v2/api/IntegrationsApi
27759
- * @version 192.2.0
27243
+ * @version 194.0.0
27760
27244
  */
27761
27245
 
27762
27246
  /**
@@ -30108,7 +29592,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
30108
29592
  /**
30109
29593
  * Journey service.
30110
29594
  * @module purecloud-platform-client-v2/api/JourneyApi
30111
- * @version 192.2.0
29595
+ * @version 194.0.0
30112
29596
  */
30113
29597
 
30114
29598
  /**
@@ -31697,7 +31181,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
31697
31181
  /**
31698
31182
  * Knowledge service.
31699
31183
  * @module purecloud-platform-client-v2/api/KnowledgeApi
31700
- * @version 192.2.0
31184
+ * @version 194.0.0
31701
31185
  */
31702
31186
 
31703
31187
  /**
@@ -34940,7 +34424,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34940
34424
  /**
34941
34425
  * LanguageUnderstanding service.
34942
34426
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
34943
- * @version 192.2.0
34427
+ * @version 194.0.0
34944
34428
  */
34945
34429
 
34946
34430
  /**
@@ -35974,7 +35458,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35974
35458
  /**
35975
35459
  * Languages service.
35976
35460
  * @module purecloud-platform-client-v2/api/LanguagesApi
35977
- * @version 192.2.0
35461
+ * @version 194.0.0
35978
35462
  */
35979
35463
 
35980
35464
  /**
@@ -36196,7 +35680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36196
35680
  /**
36197
35681
  * Learning service.
36198
35682
  * @module purecloud-platform-client-v2/api/LearningApi
36199
- * @version 192.2.0
35683
+ * @version 194.0.0
36200
35684
  */
36201
35685
 
36202
35686
  /**
@@ -37051,7 +36535,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37051
36535
  /**
37052
36536
  * License service.
37053
36537
  * @module purecloud-platform-client-v2/api/LicenseApi
37054
- * @version 192.2.0
36538
+ * @version 194.0.0
37055
36539
  */
37056
36540
 
37057
36541
  /**
@@ -37289,7 +36773,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37289
36773
  /**
37290
36774
  * Locations service.
37291
36775
  * @module purecloud-platform-client-v2/api/LocationsApi
37292
- * @version 192.2.0
36776
+ * @version 194.0.0
37293
36777
  */
37294
36778
 
37295
36779
  /**
@@ -37525,7 +37009,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37525
37009
  /**
37526
37010
  * LogCapture service.
37527
37011
  * @module purecloud-platform-client-v2/api/LogCaptureApi
37528
- * @version 192.2.0
37012
+ * @version 194.0.0
37529
37013
  */
37530
37014
 
37531
37015
  /**
@@ -37725,7 +37209,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
37725
37209
  /**
37726
37210
  * Messaging service.
37727
37211
  * @module purecloud-platform-client-v2/api/MessagingApi
37728
- * @version 192.2.0
37212
+ * @version 194.0.0
37729
37213
  */
37730
37214
 
37731
37215
  /**
@@ -38084,7 +37568,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38084
37568
  /**
38085
37569
  * MobileDevices service.
38086
37570
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38087
- * @version 192.2.0
37571
+ * @version 194.0.0
38088
37572
  */
38089
37573
 
38090
37574
  /**
@@ -38235,7 +37719,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38235
37719
  /**
38236
37720
  * Notifications service.
38237
37721
  * @module purecloud-platform-client-v2/api/NotificationsApi
38238
- * @version 192.2.0
37722
+ * @version 194.0.0
38239
37723
  */
38240
37724
 
38241
37725
  /**
@@ -38468,7 +37952,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38468
37952
  /**
38469
37953
  * OAuth service.
38470
37954
  * @module purecloud-platform-client-v2/api/OAuthApi
38471
- * @version 192.2.0
37955
+ * @version 194.0.0
38472
37956
  */
38473
37957
 
38474
37958
  /**
@@ -38834,7 +38318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38834
38318
  /**
38835
38319
  * Objects service.
38836
38320
  * @module purecloud-platform-client-v2/api/ObjectsApi
38837
- * @version 192.2.0
38321
+ * @version 194.0.0
38838
38322
  */
38839
38323
 
38840
38324
  /**
@@ -39104,7 +38588,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39104
38588
  /**
39105
38589
  * OperationalEvents service.
39106
38590
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
39107
- * @version 192.2.0
38591
+ * @version 194.0.0
39108
38592
  */
39109
38593
 
39110
38594
  /**
@@ -39170,7 +38654,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39170
38654
  /**
39171
38655
  * Organization service.
39172
38656
  * @module purecloud-platform-client-v2/api/OrganizationApi
39173
- * @version 192.2.0
38657
+ * @version 194.0.0
39174
38658
  */
39175
38659
 
39176
38660
  /**
@@ -39346,6 +38830,26 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39346
38830
  );
39347
38831
  }
39348
38832
 
38833
+ /**
38834
+ * Get free trial limit documentation
38835
+ *
38836
+ */
38837
+ getOrganizationsLimitsDocsFreetrial() {
38838
+
38839
+ return this.apiClient.callApi(
38840
+ '/api/v2/organizations/limits/docs/freetrial',
38841
+ 'GET',
38842
+ { },
38843
+ { },
38844
+ { },
38845
+ { },
38846
+ null,
38847
+ ['PureCloud OAuth'],
38848
+ ['application/json'],
38849
+ ['application/json']
38850
+ );
38851
+ }
38852
+
39349
38853
  /**
39350
38854
  * Get the effective limits in a namespace for an organization
39351
38855
  *
@@ -39625,7 +39129,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
39625
39129
  /**
39626
39130
  * OrganizationAuthorization service.
39627
39131
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
39628
- * @version 192.2.0
39132
+ * @version 194.0.0
39629
39133
  */
39630
39134
 
39631
39135
  /**
@@ -40972,7 +40476,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
40972
40476
  /**
40973
40477
  * Outbound service.
40974
40478
  * @module purecloud-platform-client-v2/api/OutboundApi
40975
- * @version 192.2.0
40479
+ * @version 194.0.0
40976
40480
  */
40977
40481
 
40978
40482
  /**
@@ -42024,6 +41528,40 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42024
41528
  );
42025
41529
  }
42026
41530
 
41531
+ /**
41532
+ * Get line distribution information for campaigns using same Edge Group or Site as given campaign
41533
+ *
41534
+ * @param {String} campaignId Campaign ID
41535
+ * @param {Object} opts Optional parameters
41536
+ * @param {Boolean} opts.includeOnlyActiveCampaigns If true will return only active Campaigns (default to true)
41537
+ * @param {String} opts.edgeGroupId Edge group to be used in line distribution calculations instead of current Campaign's Edge Group. Campaign's Site and Edge Group are mutually exclusive.
41538
+ * @param {String} opts.siteId Site to be used in line distribution calculations instead of current Campaign's Site. Campaign's Site and Edge Group are mutually exclusive.
41539
+ * @param {Boolean} opts.useWeight Enable usage of weight, this value overrides current Campaign's setting in line distribution calculations
41540
+ * @param {Number} opts.relativeWeight Relative weight to be used in line distribution calculations instead of current Campaign's relative weight
41541
+ * @param {Number} opts.outboundLineCount The number of outbound lines to be used in line distribution calculations, instead of current Campaign's Outbound Lines Count
41542
+ */
41543
+ getOutboundCampaignLinedistribution(campaignId, opts) {
41544
+ opts = opts || {};
41545
+
41546
+ // verify the required parameter 'campaignId' is set
41547
+ if (campaignId === undefined || campaignId === null) {
41548
+ throw 'Missing the required parameter "campaignId" when calling getOutboundCampaignLinedistribution';
41549
+ }
41550
+
41551
+ return this.apiClient.callApi(
41552
+ '/api/v2/outbound/campaigns/{campaignId}/linedistribution',
41553
+ 'GET',
41554
+ { 'campaignId': campaignId },
41555
+ { 'includeOnlyActiveCampaigns': opts['includeOnlyActiveCampaigns'],'edgeGroupId': opts['edgeGroupId'],'siteId': opts['siteId'],'useWeight': opts['useWeight'],'relativeWeight': opts['relativeWeight'],'outboundLineCount': opts['outboundLineCount'] },
41556
+ { },
41557
+ { },
41558
+ null,
41559
+ ['PureCloud OAuth'],
41560
+ ['application/json'],
41561
+ ['application/json']
41562
+ );
41563
+ }
41564
+
42027
41565
  /**
42028
41566
  * Get campaign progress
42029
41567
  *
@@ -44000,6 +43538,96 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44000
43538
  );
44001
43539
  }
44002
43540
 
43541
+ /**
43542
+ * Start an async job to delete contacts using a filter.
43543
+ *
43544
+ * @param {String} contactListId Contact List ID
43545
+ * @param {Object} body Contact filter information.
43546
+ */
43547
+ postOutboundContactlistContactsBulkRemove(contactListId, body) {
43548
+ // verify the required parameter 'contactListId' is set
43549
+ if (contactListId === undefined || contactListId === null) {
43550
+ throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkRemove';
43551
+ }
43552
+ // verify the required parameter 'body' is set
43553
+ if (body === undefined || body === null) {
43554
+ throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkRemove';
43555
+ }
43556
+
43557
+ return this.apiClient.callApi(
43558
+ '/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/remove',
43559
+ 'POST',
43560
+ { 'contactListId': contactListId },
43561
+ { },
43562
+ { },
43563
+ { },
43564
+ body,
43565
+ ['PureCloud OAuth'],
43566
+ ['application/json'],
43567
+ ['application/json']
43568
+ );
43569
+ }
43570
+
43571
+ /**
43572
+ * Start an async job to bulk edit contacts.
43573
+ *
43574
+ * @param {String} contactListId Contact List ID
43575
+ * @param {Object} body Contact bulk edit request information.
43576
+ */
43577
+ postOutboundContactlistContactsBulkUpdate(contactListId, body) {
43578
+ // verify the required parameter 'contactListId' is set
43579
+ if (contactListId === undefined || contactListId === null) {
43580
+ throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsBulkUpdate';
43581
+ }
43582
+ // verify the required parameter 'body' is set
43583
+ if (body === undefined || body === null) {
43584
+ throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsBulkUpdate';
43585
+ }
43586
+
43587
+ return this.apiClient.callApi(
43588
+ '/api/v2/outbound/contactlists/{contactListId}/contacts/bulk/update',
43589
+ 'POST',
43590
+ { 'contactListId': contactListId },
43591
+ { },
43592
+ { },
43593
+ { },
43594
+ body,
43595
+ ['PureCloud OAuth'],
43596
+ ['application/json'],
43597
+ ['application/json']
43598
+ );
43599
+ }
43600
+
43601
+ /**
43602
+ * Query contacts from a contact list.
43603
+ *
43604
+ * @param {String} contactListId Contact List ID
43605
+ * @param {Object} body Contact search parameters.
43606
+ */
43607
+ postOutboundContactlistContactsSearch(contactListId, body) {
43608
+ // verify the required parameter 'contactListId' is set
43609
+ if (contactListId === undefined || contactListId === null) {
43610
+ throw 'Missing the required parameter "contactListId" when calling postOutboundContactlistContactsSearch';
43611
+ }
43612
+ // verify the required parameter 'body' is set
43613
+ if (body === undefined || body === null) {
43614
+ throw 'Missing the required parameter "body" when calling postOutboundContactlistContactsSearch';
43615
+ }
43616
+
43617
+ return this.apiClient.callApi(
43618
+ '/api/v2/outbound/contactlists/{contactListId}/contacts/search',
43619
+ 'POST',
43620
+ { 'contactListId': contactListId },
43621
+ { },
43622
+ { },
43623
+ { },
43624
+ body,
43625
+ ['PureCloud OAuth'],
43626
+ ['application/json'],
43627
+ ['application/json']
43628
+ );
43629
+ }
43630
+
44003
43631
  /**
44004
43632
  * Initiate the export of a contact list.
44005
43633
  * Returns 200 if received OK.
@@ -45214,7 +44842,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45214
44842
  /**
45215
44843
  * Presence service.
45216
44844
  * @module purecloud-platform-client-v2/api/PresenceApi
45217
- * @version 192.2.0
44845
+ * @version 194.0.0
45218
44846
  */
45219
44847
 
45220
44848
  /**
@@ -45958,7 +45586,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
45958
45586
  /**
45959
45587
  * ProcessAutomation service.
45960
45588
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45961
- * @version 192.2.0
45589
+ * @version 194.0.0
45962
45590
  */
45963
45591
 
45964
45592
  /**
@@ -46197,7 +45825,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46197
45825
  /**
46198
45826
  * Quality service.
46199
45827
  * @module purecloud-platform-client-v2/api/QualityApi
46200
- * @version 192.2.0
45828
+ * @version 194.0.0
46201
45829
  */
46202
45830
 
46203
45831
  /**
@@ -46685,7 +46313,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46685
46313
 
46686
46314
  /**
46687
46315
  * Queries Evaluations and returns a paged list
46688
- * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date. NOTE: The count for total and pageCount might not be accurate when querying for a large number of evaluations. nextUri, if present, will indicate that there are more evaluations to fetch.
46316
+ * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date. NOTE: The count for total and pageCount might not be accurate when querying for a large number of evaluations. nextUri, if present, will indicate that there are more evaluations to fetch. The evaluation entities contained in the response might only contain a subset of all the properties listed below. It is often because a given propertys value has not yet been populated or is not applicable in the current state of the evaluation. It might also be because the missing property in the response was not requested by the user.
46689
46317
  * @param {Object} opts Optional parameters
46690
46318
  * @param {Number} opts.pageSize The total page size requested (default to 25)
46691
46319
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -46705,7 +46333,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46705
46333
  * @param {Array.<String>} opts.evaluationState
46706
46334
  * @param {Boolean} opts.isReleased the evaluation has been released
46707
46335
  * @param {Boolean} opts.agentHasRead agent has the evaluation
46708
- * @param {Boolean} opts.expandAnswerTotalScores get the total scores for evaluations
46336
+ * @param {Boolean} opts.expandAnswerTotalScores get the total scores for evaluations. NOTE: The answers will only be populated if this parameter is set to true in the request.
46709
46337
  * @param {Number} opts.maximum the maximum number of results to return
46710
46338
  * @param {String} opts.sortOrder NOTE: Does not work when conversationId is supplied.
46711
46339
  */
@@ -47954,7 +47582,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
47954
47582
  /**
47955
47583
  * Recording service.
47956
47584
  * @module purecloud-platform-client-v2/api/RecordingApi
47957
- * @version 192.2.0
47585
+ * @version 194.0.0
47958
47586
  */
47959
47587
 
47960
47588
  /**
@@ -49612,7 +49240,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
49612
49240
  /**
49613
49241
  * ResponseManagement service.
49614
49242
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49615
- * @version 192.2.0
49243
+ * @version 194.0.0
49616
49244
  */
49617
49245
 
49618
49246
  /**
@@ -50122,7 +49750,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50122
49750
  /**
50123
49751
  * Routing service.
50124
49752
  * @module purecloud-platform-client-v2/api/RoutingApi
50125
- * @version 192.2.0
49753
+ * @version 194.0.0
50126
49754
  */
50127
49755
 
50128
49756
  /**
@@ -53019,7 +52647,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53019
52647
  * @param {Object} opts Optional parameters
53020
52648
  * @param {Number} opts.pageSize The desired page size
53021
52649
  * @param {Number} opts.pageNumber The desired page number
53022
- * postAnalyticsRoutingActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
53023
52650
  */
53024
52651
  postAnalyticsRoutingActivityQuery(body, opts) {
53025
52652
  opts = opts || {};
@@ -54102,7 +53729,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54102
53729
  /**
54103
53730
  * SCIM service.
54104
53731
  * @module purecloud-platform-client-v2/api/SCIMApi
54105
- * @version 192.2.0
53732
+ * @version 194.0.0
54106
53733
  */
54107
53734
 
54108
53735
  /**
@@ -54979,7 +54606,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
54979
54606
  /**
54980
54607
  * ScreenRecording service.
54981
54608
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
54982
- * @version 192.2.0
54609
+ * @version 194.0.0
54983
54610
  */
54984
54611
 
54985
54612
  /**
@@ -55024,7 +54651,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55024
54651
  /**
55025
54652
  * Scripts service.
55026
54653
  * @module purecloud-platform-client-v2/api/ScriptsApi
55027
- * @version 192.2.0
54654
+ * @version 194.0.0
55028
54655
  */
55029
54656
 
55030
54657
  /**
@@ -55468,7 +55095,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55468
55095
  /**
55469
55096
  * Search service.
55470
55097
  * @module purecloud-platform-client-v2/api/SearchApi
55471
- * @version 192.2.0
55098
+ * @version 194.0.0
55472
55099
  */
55473
55100
 
55474
55101
  /**
@@ -56157,7 +55784,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56157
55784
  /**
56158
55785
  * Settings service.
56159
55786
  * @module purecloud-platform-client-v2/api/SettingsApi
56160
- * @version 192.2.0
55787
+ * @version 194.0.0
56161
55788
  */
56162
55789
 
56163
55790
  /**
@@ -56269,7 +55896,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
56269
55896
  /**
56270
55897
  * SpeechTextAnalytics service.
56271
55898
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
56272
- * @version 192.2.0
55899
+ * @version 194.0.0
56273
55900
  */
56274
55901
 
56275
55902
  /**
@@ -57383,7 +57010,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57383
57010
  /**
57384
57011
  * Stations service.
57385
57012
  * @module purecloud-platform-client-v2/api/StationsApi
57386
- * @version 192.2.0
57013
+ * @version 194.0.0
57387
57014
  */
57388
57015
 
57389
57016
  /**
@@ -57485,7 +57112,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57485
57112
  /**
57486
57113
  * Suggest service.
57487
57114
  * @module purecloud-platform-client-v2/api/SuggestApi
57488
- * @version 192.2.0
57115
+ * @version 194.0.0
57489
57116
  */
57490
57117
 
57491
57118
  /**
@@ -57624,7 +57251,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57624
57251
  /**
57625
57252
  * TaskManagement service.
57626
57253
  * @module purecloud-platform-client-v2/api/TaskManagementApi
57627
- * @version 192.2.0
57254
+ * @version 194.0.0
57628
57255
  */
57629
57256
 
57630
57257
  /**
@@ -57643,7 +57270,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57643
57270
  * Delete a workbin
57644
57271
  *
57645
57272
  * @param {String} workbinId Workbin ID
57646
- * deleteTaskmanagementWorkbin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57647
57273
  */
57648
57274
  deleteTaskmanagementWorkbin(workbinId) {
57649
57275
  // verify the required parameter 'workbinId' is set
@@ -57669,7 +57295,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57669
57295
  * Delete a workitem
57670
57296
  *
57671
57297
  * @param {String} workitemId Workitem ID
57672
- * deleteTaskmanagementWorkitem is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57673
57298
  */
57674
57299
  deleteTaskmanagementWorkitem(workitemId) {
57675
57300
  // verify the required parameter 'workitemId' is set
@@ -57695,7 +57320,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57695
57320
  * Delete a schema
57696
57321
  *
57697
57322
  * @param {String} schemaId Schema ID
57698
- * deleteTaskmanagementWorkitemsSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57699
57323
  */
57700
57324
  deleteTaskmanagementWorkitemsSchema(schemaId) {
57701
57325
  // verify the required parameter 'schemaId' is set
@@ -57721,7 +57345,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57721
57345
  * Delete a worktype
57722
57346
  *
57723
57347
  * @param {String} worktypeId Worktype id
57724
- * deleteTaskmanagementWorktype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57725
57348
  */
57726
57349
  deleteTaskmanagementWorktype(worktypeId) {
57727
57350
  // verify the required parameter 'worktypeId' is set
@@ -57748,7 +57371,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57748
57371
  *
57749
57372
  * @param {String} worktypeId Worktype id
57750
57373
  * @param {String} statusId Status id
57751
- * deleteTaskmanagementWorktypeStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57752
57374
  */
57753
57375
  deleteTaskmanagementWorktypeStatus(worktypeId, statusId) {
57754
57376
  // verify the required parameter 'worktypeId' is set
@@ -57778,7 +57400,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57778
57400
  * Get a workbin
57779
57401
  *
57780
57402
  * @param {String} workbinId Workbin ID
57781
- * getTaskmanagementWorkbin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57782
57403
  */
57783
57404
  getTaskmanagementWorkbin(workbinId) {
57784
57405
  // verify the required parameter 'workbinId' is set
@@ -57901,7 +57522,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57901
57522
  * @param {String} workitemId Workitem ID
57902
57523
  * @param {Object} opts Optional parameters
57903
57524
  * @param {Object} opts.expands Which fields to expand. Comma separated if more than one.
57904
- * getTaskmanagementWorkitem is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57905
57525
  */
57906
57526
  getTaskmanagementWorkitem(workitemId, opts) {
57907
57527
  opts = opts || {};
@@ -57967,7 +57587,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
57967
57587
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
57968
57588
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 50. (default to 25)
57969
57589
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
57970
- * getTaskmanagementWorkitemUserWrapups is a preview method and is subject to both breaking and non-breaking changes at any time without notice
57971
57590
  */
57972
57591
  getTaskmanagementWorkitemUserWrapups(workitemId, userId, opts) {
57973
57592
  opts = opts || {};
@@ -58067,7 +57686,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58067
57686
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
58068
57687
  * @param {Number} opts.pageSize Limit the number of entities to return. It is not guaranteed that the requested number of entities will be filled in a single request. If an `after` key is returned as part of the response it is possible that more entities that match the filter criteria exist. Maximum of 50. (default to 25)
58069
57688
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to descending)
58070
- * getTaskmanagementWorkitemWrapups is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58071
57689
  */
58072
57690
  getTaskmanagementWorkitemWrapups(workitemId, opts) {
58073
57691
  opts = opts || {};
@@ -58095,7 +57713,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58095
57713
  * Get the workitem query job associated with the job id.
58096
57714
  *
58097
57715
  * @param {String} jobId jobId
58098
- * getTaskmanagementWorkitemsQueryJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58099
57716
  */
58100
57717
  getTaskmanagementWorkitemsQueryJob(jobId) {
58101
57718
  // verify the required parameter 'jobId' is set
@@ -58121,7 +57738,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58121
57738
  * Get results from for workitem query job
58122
57739
  *
58123
57740
  * @param {String} jobId jobId
58124
- * getTaskmanagementWorkitemsQueryJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58125
57741
  */
58126
57742
  getTaskmanagementWorkitemsQueryJobResults(jobId) {
58127
57743
  // verify the required parameter 'jobId' is set
@@ -58147,7 +57763,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58147
57763
  * Get a schema
58148
57764
  *
58149
57765
  * @param {String} schemaId Schema ID
58150
- * getTaskmanagementWorkitemsSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58151
57766
  */
58152
57767
  getTaskmanagementWorkitemsSchema(schemaId) {
58153
57768
  // verify the required parameter 'schemaId' is set
@@ -58174,7 +57789,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58174
57789
  *
58175
57790
  * @param {String} schemaId Schema ID
58176
57791
  * @param {String} versionId Schema version
58177
- * getTaskmanagementWorkitemsSchemaVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58178
57792
  */
58179
57793
  getTaskmanagementWorkitemsSchemaVersion(schemaId, versionId) {
58180
57794
  // verify the required parameter 'schemaId' is set
@@ -58204,7 +57818,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58204
57818
  * Get all versions of a schema
58205
57819
  *
58206
57820
  * @param {String} schemaId Schema ID
58207
- * getTaskmanagementWorkitemsSchemaVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58208
57821
  */
58209
57822
  getTaskmanagementWorkitemsSchemaVersions(schemaId) {
58210
57823
  // verify the required parameter 'schemaId' is set
@@ -58229,7 +57842,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58229
57842
  /**
58230
57843
  * Get a list of schemas.
58231
57844
  *
58232
- * getTaskmanagementWorkitemsSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58233
57845
  */
58234
57846
  getTaskmanagementWorkitemsSchemas() {
58235
57847
 
@@ -58253,7 +57865,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58253
57865
  * @param {String} worktypeId Worktype id
58254
57866
  * @param {Object} opts Optional parameters
58255
57867
  * @param {Array.<String>} opts.expands Which fields, if any, to expand.
58256
- * getTaskmanagementWorktype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58257
57868
  */
58258
57869
  getTaskmanagementWorktype(worktypeId, opts) {
58259
57870
  opts = opts || {};
@@ -58314,7 +57925,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58314
57925
  *
58315
57926
  * @param {String} worktypeId Worktype id
58316
57927
  * @param {String} statusId Status id
58317
- * getTaskmanagementWorktypeStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58318
57928
  */
58319
57929
  getTaskmanagementWorktypeStatus(worktypeId, statusId) {
58320
57930
  // verify the required parameter 'worktypeId' is set
@@ -58344,7 +57954,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58344
57954
  * Get list of statuses for this worktype.
58345
57955
  *
58346
57956
  * @param {String} worktypeId Worktype id
58347
- * getTaskmanagementWorktypeStatuses is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58348
57957
  */
58349
57958
  getTaskmanagementWorktypeStatuses(worktypeId) {
58350
57959
  // verify the required parameter 'worktypeId' is set
@@ -58434,7 +58043,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58434
58043
  *
58435
58044
  * @param {String} workbinId Workbin ID
58436
58045
  * @param {Object} body Json with attributes and their new values: {description:new description, name:new name}.
58437
- * patchTaskmanagementWorkbin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58438
58046
  */
58439
58047
  patchTaskmanagementWorkbin(workbinId, body) {
58440
58048
  // verify the required parameter 'workbinId' is set
@@ -58465,7 +58073,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58465
58073
  *
58466
58074
  * @param {String} workitemId Workitem ID
58467
58075
  * @param {Object} body Workitem
58468
- * patchTaskmanagementWorkitem is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58469
58076
  */
58470
58077
  patchTaskmanagementWorkitem(workitemId, body) {
58471
58078
  // verify the required parameter 'workitemId' is set
@@ -58496,7 +58103,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58496
58103
  *
58497
58104
  * @param {String} workitemId Workitem ID
58498
58105
  * @param {Object} body Targeted user
58499
- * patchTaskmanagementWorkitemAssignment is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58500
58106
  */
58501
58107
  patchTaskmanagementWorkitemAssignment(workitemId, body) {
58502
58108
  // verify the required parameter 'workitemId' is set
@@ -58528,7 +58134,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58528
58134
  * @param {String} workitemId The ID of the Workitem.
58529
58135
  * @param {String} userId The ID of the user
58530
58136
  * @param {Object} body Request body to add/remove a wrapup code for a workitem
58531
- * patchTaskmanagementWorkitemUserWrapups is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58532
58137
  */
58533
58138
  patchTaskmanagementWorkitemUserWrapups(workitemId, userId, body) {
58534
58139
  // verify the required parameter 'workitemId' is set
@@ -58563,7 +58168,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58563
58168
  *
58564
58169
  * @param {String} workitemId The ID of the Workitem.
58565
58170
  * @param {Object} body Request body to add/remove the wrapup code for workitem
58566
- * patchTaskmanagementWorkitemUsersMeWrapups is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58567
58171
  */
58568
58172
  patchTaskmanagementWorkitemUsersMeWrapups(workitemId, body) {
58569
58173
  // verify the required parameter 'workitemId' is set
@@ -58595,7 +58199,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58595
58199
  * @param {String} worktypeId Worktype id
58596
58200
  * @param {Object} opts Optional parameters
58597
58201
  * @param {Object} opts.body body
58598
- * patchTaskmanagementWorktype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58599
58202
  */
58600
58203
  patchTaskmanagementWorktype(worktypeId, opts) {
58601
58204
  opts = opts || {};
@@ -58626,7 +58229,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58626
58229
  * @param {String} statusId Status id
58627
58230
  * @param {Object} opts Optional parameters
58628
58231
  * @param {Object} opts.body body
58629
- * patchTaskmanagementWorktypeStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58630
58232
  */
58631
58233
  patchTaskmanagementWorktypeStatus(worktypeId, statusId, opts) {
58632
58234
  opts = opts || {};
@@ -58659,7 +58261,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58659
58261
  *
58660
58262
  * @param {Object} opts Optional parameters
58661
58263
  * @param {Object} opts.body body
58662
- * postTaskmanagementWorkbins is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58663
58264
  */
58664
58265
  postTaskmanagementWorkbins(opts) {
58665
58266
  opts = opts || {};
@@ -58683,7 +58284,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58683
58284
  * Query for workbins
58684
58285
  *
58685
58286
  * @param {Object} body QueryPostRequest
58686
- * postTaskmanagementWorkbinsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58687
58287
  */
58688
58288
  postTaskmanagementWorkbinsQuery(body) {
58689
58289
  // verify the required parameter 'body' is set
@@ -58709,7 +58309,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58709
58309
  * Cancel the assignment process for a workitem that is currently queued for assignment through ACD.
58710
58310
  *
58711
58311
  * @param {String} workitemId Workitem ID
58712
- * postTaskmanagementWorkitemAcdCancel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58713
58312
  */
58714
58313
  postTaskmanagementWorkitemAcdCancel(workitemId) {
58715
58314
  // verify the required parameter 'workitemId' is set
@@ -58735,7 +58334,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58735
58334
  * Disconnect the assignee of the workitem
58736
58335
  *
58737
58336
  * @param {String} workitemId Workitem ID
58738
- * postTaskmanagementWorkitemDisconnect is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58739
58337
  */
58740
58338
  postTaskmanagementWorkitemDisconnect(workitemId) {
58741
58339
  // verify the required parameter 'workitemId' is set
@@ -58763,7 +58361,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58763
58361
  * @param {String} workitemId Workitem ID
58764
58362
  * @param {Object} opts Optional parameters
58765
58363
  * @param {Object} opts.body Terminated request
58766
- * postTaskmanagementWorkitemTerminate is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58767
58364
  */
58768
58365
  postTaskmanagementWorkitemTerminate(workitemId, opts) {
58769
58366
  opts = opts || {};
@@ -58791,7 +58388,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58791
58388
  * Create a workitem
58792
58389
  *
58793
58390
  * @param {Object} body Workitem
58794
- * postTaskmanagementWorkitems is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58795
58391
  */
58796
58392
  postTaskmanagementWorkitems(body) {
58797
58393
  // verify the required parameter 'body' is set
@@ -58843,7 +58439,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58843
58439
  * Create a workitem query job
58844
58440
  *
58845
58441
  * @param {Object} body WorkitemQueryJobCreate
58846
- * postTaskmanagementWorkitemsQueryJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58847
58442
  */
58848
58443
  postTaskmanagementWorkitemsQueryJobs(body) {
58849
58444
  // verify the required parameter 'body' is set
@@ -58869,7 +58464,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58869
58464
  * Create a schema
58870
58465
  *
58871
58466
  * @param {Object} body Schema
58872
- * postTaskmanagementWorkitemsSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58873
58467
  */
58874
58468
  postTaskmanagementWorkitemsSchemas(body) {
58875
58469
  // verify the required parameter 'body' is set
@@ -58897,7 +58491,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58897
58491
  * @param {String} worktypeId Worktype id
58898
58492
  * @param {Object} opts Optional parameters
58899
58493
  * @param {Object} opts.body body
58900
- * postTaskmanagementWorktypeStatuses is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58901
58494
  */
58902
58495
  postTaskmanagementWorktypeStatuses(worktypeId, opts) {
58903
58496
  opts = opts || {};
@@ -58926,7 +58519,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58926
58519
  *
58927
58520
  * @param {Object} opts Optional parameters
58928
58521
  * @param {Object} opts.body body
58929
- * postTaskmanagementWorktypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58930
58522
  */
58931
58523
  postTaskmanagementWorktypes(opts) {
58932
58524
  opts = opts || {};
@@ -58950,7 +58542,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58950
58542
  * Query for worktypes
58951
58543
  *
58952
58544
  * @param {Object} body QueryPostRequest
58953
- * postTaskmanagementWorktypesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58954
58545
  */
58955
58546
  postTaskmanagementWorktypesQuery(body) {
58956
58547
  // verify the required parameter 'body' is set
@@ -58977,7 +58568,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58977
58568
  *
58978
58569
  * @param {String} schemaId Schema ID
58979
58570
  * @param {Object} body Data Schema
58980
- * putTaskmanagementWorkitemsSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
58981
58571
  */
58982
58572
  putTaskmanagementWorkitemsSchema(schemaId, body) {
58983
58573
  // verify the required parameter 'schemaId' is set
@@ -59009,7 +58599,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59009
58599
  /**
59010
58600
  * Teams service.
59011
58601
  * @module purecloud-platform-client-v2/api/TeamsApi
59012
- * @version 192.2.0
58602
+ * @version 194.0.0
59013
58603
  */
59014
58604
 
59015
58605
  /**
@@ -59201,7 +58791,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59201
58791
  * @param {Object} opts Optional parameters
59202
58792
  * @param {Number} opts.pageSize The desired page size
59203
58793
  * @param {Number} opts.pageNumber The desired page number
59204
- * postAnalyticsTeamsActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
59205
58794
  */
59206
58795
  postAnalyticsTeamsActivityQuery(body, opts) {
59207
58796
  opts = opts || {};
@@ -59311,7 +58900,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59311
58900
  /**
59312
58901
  * Telephony service.
59313
58902
  * @module purecloud-platform-client-v2/api/TelephonyApi
59314
- * @version 192.2.0
58903
+ * @version 194.0.0
59315
58904
  */
59316
58905
 
59317
58906
  /**
@@ -59493,7 +59082,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59493
59082
  /**
59494
59083
  * TelephonyProvidersEdge service.
59495
59084
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
59496
- * @version 192.2.0
59085
+ * @version 194.0.0
59497
59086
  */
59498
59087
 
59499
59088
  /**
@@ -62821,7 +62410,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62821
62410
  /**
62822
62411
  * Textbots service.
62823
62412
  * @module purecloud-platform-client-v2/api/TextbotsApi
62824
- * @version 192.2.0
62413
+ * @version 194.0.0
62825
62414
  */
62826
62415
 
62827
62416
  /**
@@ -62949,7 +62538,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62949
62538
  /**
62950
62539
  * Tokens service.
62951
62540
  * @module purecloud-platform-client-v2/api/TokensApi
62952
- * @version 192.2.0
62541
+ * @version 194.0.0
62953
62542
  */
62954
62543
 
62955
62544
  /**
@@ -63103,7 +62692,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63103
62692
  /**
63104
62693
  * Uploads service.
63105
62694
  * @module purecloud-platform-client-v2/api/UploadsApi
63106
- * @version 192.2.0
62695
+ * @version 194.0.0
63107
62696
  */
63108
62697
 
63109
62698
  /**
@@ -63372,7 +62961,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63372
62961
  /**
63373
62962
  * Usage service.
63374
62963
  * @module purecloud-platform-client-v2/api/UsageApi
63375
- * @version 192.2.0
62964
+ * @version 194.0.0
63376
62965
  */
63377
62966
 
63378
62967
  /**
@@ -63587,7 +63176,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63587
63176
  /**
63588
63177
  * UserRecordings service.
63589
63178
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
63590
- * @version 192.2.0
63179
+ * @version 194.0.0
63591
63180
  */
63592
63181
 
63593
63182
  /**
@@ -63772,7 +63361,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63772
63361
  /**
63773
63362
  * Users service.
63774
63363
  * @module purecloud-platform-client-v2/api/UsersApi
63775
- * @version 192.2.0
63364
+ * @version 194.0.0
63776
63365
  */
63777
63366
 
63778
63367
  /**
@@ -65442,7 +65031,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
65442
65031
  * @param {Object} opts Optional parameters
65443
65032
  * @param {Number} opts.pageSize The desired page size
65444
65033
  * @param {Number} opts.pageNumber The desired page number
65445
- * postAnalyticsUsersActivityQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
65446
65034
  */
65447
65035
  postAnalyticsUsersActivityQuery(body, opts) {
65448
65036
  opts = opts || {};
@@ -66431,7 +66019,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66431
66019
  /**
66432
66020
  * Utilities service.
66433
66021
  * @module purecloud-platform-client-v2/api/UtilitiesApi
66434
- * @version 192.2.0
66022
+ * @version 194.0.0
66435
66023
  */
66436
66024
 
66437
66025
  /**
@@ -66542,7 +66130,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
66542
66130
  /**
66543
66131
  * Voicemail service.
66544
66132
  * @module purecloud-platform-client-v2/api/VoicemailApi
66545
- * @version 192.2.0
66133
+ * @version 194.0.0
66546
66134
  */
66547
66135
 
66548
66136
  /**
@@ -67209,7 +66797,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67209
66797
  /**
67210
66798
  * WebChat service.
67211
66799
  * @module purecloud-platform-client-v2/api/WebChatApi
67212
- * @version 192.2.0
66800
+ * @version 194.0.0
67213
66801
  */
67214
66802
 
67215
66803
  /**
@@ -67760,7 +67348,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
67760
67348
  /**
67761
67349
  * WebDeployments service.
67762
67350
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
67763
- * @version 192.2.0
67351
+ * @version 194.0.0
67764
67352
  */
67765
67353
 
67766
67354
  /**
@@ -68287,7 +67875,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68287
67875
  /**
68288
67876
  * WebMessaging service.
68289
67877
  * @module purecloud-platform-client-v2/api/WebMessagingApi
68290
- * @version 192.2.0
67878
+ * @version 194.0.0
68291
67879
  */
68292
67880
 
68293
67881
  /**
@@ -68333,7 +67921,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68333
67921
  /**
68334
67922
  * Widgets service.
68335
67923
  * @module purecloud-platform-client-v2/api/WidgetsApi
68336
- * @version 192.2.0
67924
+ * @version 194.0.0
68337
67925
  */
68338
67926
 
68339
67927
  /**
@@ -68479,7 +68067,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
68479
68067
  /**
68480
68068
  * WorkforceManagement service.
68481
68069
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
68482
- * @version 192.2.0
68070
+ * @version 194.0.0
68483
68071
  */
68484
68072
 
68485
68073
  /**
@@ -70519,6 +70107,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70519
70107
  * @param {String} agentId The agent id
70520
70108
  * @param {Object} opts Optional parameters
70521
70109
  * @param {Boolean} opts.excludeCapabilities Excludes all capabilities of the agent such as queues, languages, and skills
70110
+ * @param {Array.<String>} opts.expand
70522
70111
  */
70523
70112
  getWorkforcemanagementManagementunitAgent(managementUnitId, agentId, opts) {
70524
70113
  opts = opts || {};
@@ -70536,7 +70125,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
70536
70125
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/agents/{agentId}',
70537
70126
  'GET',
70538
70127
  { 'managementUnitId': managementUnitId,'agentId': agentId },
70539
- { 'excludeCapabilities': opts['excludeCapabilities'] },
70128
+ { 'excludeCapabilities': opts['excludeCapabilities'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
70540
70129
  { },
70541
70130
  { },
70542
70131
  null,
@@ -71077,6 +70666,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71077
70666
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
71078
70667
  * @param {Object} opts Optional parameters
71079
70668
  * @param {Array.<String>} opts.expand Include to access additional data on the work plans
70669
+ * @param {Array.<String>} opts.exclude Exclude specific data on the work plans from the response
71080
70670
  */
71081
70671
  getWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
71082
70672
  opts = opts || {};
@@ -71090,7 +70680,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
71090
70680
  '/api/v2/workforcemanagement/managementunits/{managementUnitId}/workplans',
71091
70681
  'GET',
71092
70682
  { 'managementUnitId': managementUnitId },
71093
- { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi') },
70683
+ { 'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'exclude': this.apiClient.buildCollectionParam(opts['exclude'], 'multi') },
71094
70684
  { },
71095
70685
  { },
71096
70686
  null,
@@ -74390,7 +73980,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
74390
73980
  * </pre>
74391
73981
  * </p>
74392
73982
  * @module purecloud-platform-client-v2/index
74393
- * @version 192.2.0
73983
+ * @version 194.0.0
74394
73984
  */
74395
73985
  class platformClient {
74396
73986
  constructor() {