purecloud-platform-client-v2 182.1.0 → 184.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 (84) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +786 -127
  3. package/dist/web-amd/purecloud-platform-client-v2.js +786 -127
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +295 -119
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +295 -119
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +554 -229
  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 +30 -19
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +149 -5
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +7 -8
  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 +1 -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 -1
  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 +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  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 +2 -2
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +4 -8
  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 +39 -2
  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 +75 -0
  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 +7 -8
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +401 -1
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -6
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +7 -4
  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 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/index.js +7 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 182.1.0
405
+ * @version 184.0.0
406
406
  */
407
407
  class ApiClient {
408
408
  /**
@@ -1488,7 +1488,7 @@ class AlertingApi {
1488
1488
  /**
1489
1489
  * Alerting service.
1490
1490
  * @module purecloud-platform-client-v2/api/AlertingApi
1491
- * @version 182.1.0
1491
+ * @version 184.0.0
1492
1492
  */
1493
1493
 
1494
1494
  /**
@@ -1530,8 +1530,9 @@ class AlertingApi {
1530
1530
 
1531
1531
  /**
1532
1532
  * Delete an interaction stats alert
1533
- *
1533
+ * Apps should migrate to use DELETE /api/v2/alerting/alerts/{alertId}.
1534
1534
  * @param {String} alertId Alert ID
1535
+ * @deprecated
1535
1536
  */
1536
1537
  deleteAlertingInteractionstatsAlert(alertId) {
1537
1538
  // verify the required parameter 'alertId' is set
@@ -1554,9 +1555,10 @@ class AlertingApi {
1554
1555
  }
1555
1556
 
1556
1557
  /**
1557
- * Delete an interaction stats rule.
1558
- *
1558
+ * Delete an interaction stats rule
1559
+ * Apps should migrate to use DELETE /api/v2/alerting/rules/{ruleId}.
1559
1560
  * @param {String} ruleId Rule ID
1561
+ * @deprecated
1560
1562
  */
1561
1563
  deleteAlertingInteractionstatsRule(ruleId) {
1562
1564
  // verify the required parameter 'ruleId' is set
@@ -1629,8 +1631,9 @@ class AlertingApi {
1629
1631
  }
1630
1632
 
1631
1633
  /**
1632
- * Gets active alert count for a user.
1633
- *
1634
+ * Gets active alert count for a user
1635
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query with the queryType set to Count and alertStatus to Active in the request body.
1636
+ * @deprecated
1634
1637
  */
1635
1638
  getAlertingAlertsActive() {
1636
1639
 
@@ -1650,10 +1653,11 @@ class AlertingApi {
1650
1653
 
1651
1654
  /**
1652
1655
  * Get an interaction stats alert
1653
- *
1656
+ * Apps should migrate to use GET /api/v2/alerting/alerts/{alertId}.
1654
1657
  * @param {String} alertId Alert ID
1655
1658
  * @param {Object} opts Optional parameters
1656
1659
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1660
+ * @deprecated
1657
1661
  */
1658
1662
  getAlertingInteractionstatsAlert(alertId, opts) {
1659
1663
  opts = opts || {};
@@ -1678,10 +1682,11 @@ class AlertingApi {
1678
1682
  }
1679
1683
 
1680
1684
  /**
1681
- * Get interaction stats alert list.
1682
- *
1685
+ * Get interaction stats alert list
1686
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query.
1683
1687
  * @param {Object} opts Optional parameters
1684
1688
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1689
+ * @deprecated
1685
1690
  */
1686
1691
  getAlertingInteractionstatsAlerts(opts) {
1687
1692
  opts = opts || {};
@@ -1702,8 +1707,9 @@ class AlertingApi {
1702
1707
  }
1703
1708
 
1704
1709
  /**
1705
- * Gets user unread count of interaction stats alerts.
1706
- *
1710
+ * Gets user unread count of interaction stats alerts
1711
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query with the queryType set to Count and viewStatus to Unread in the request body.
1712
+ * @deprecated
1707
1713
  */
1708
1714
  getAlertingInteractionstatsAlertsUnread() {
1709
1715
 
@@ -1722,11 +1728,12 @@ class AlertingApi {
1722
1728
  }
1723
1729
 
1724
1730
  /**
1725
- * Get an interaction stats rule.
1726
- *
1731
+ * Get an interaction stats rule
1732
+ * Apps should migrate to use GET /api/v2/alerting/rules/{ruleId}.
1727
1733
  * @param {String} ruleId Rule ID
1728
1734
  * @param {Object} opts Optional parameters
1729
1735
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1736
+ * @deprecated
1730
1737
  */
1731
1738
  getAlertingInteractionstatsRule(ruleId, opts) {
1732
1739
  opts = opts || {};
@@ -1751,10 +1758,11 @@ class AlertingApi {
1751
1758
  }
1752
1759
 
1753
1760
  /**
1754
- * Get an interaction stats rule list.
1755
- *
1761
+ * Get an interaction stats rule list
1762
+ * Apps should migrate to use POST /api/v2/alerting/rules/query.
1756
1763
  * @param {Object} opts Optional parameters
1757
1764
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1765
+ * @deprecated
1758
1766
  */
1759
1767
  getAlertingInteractionstatsRules(opts) {
1760
1768
  opts = opts || {};
@@ -1903,11 +1911,12 @@ class AlertingApi {
1903
1911
  }
1904
1912
 
1905
1913
  /**
1906
- * Create an interaction stats rule.
1907
- *
1914
+ * Create an interaction stats rule
1915
+ * Apps should migrate to use POST /api/v2/alerting/rules.
1908
1916
  * @param {Object} body AlertingRule
1909
1917
  * @param {Object} opts Optional parameters
1910
1918
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1919
+ * @deprecated
1911
1920
  */
1912
1921
  postAlertingInteractionstatsRules(body, opts) {
1913
1922
  opts = opts || {};
@@ -2036,11 +2045,12 @@ class AlertingApi {
2036
2045
 
2037
2046
  /**
2038
2047
  * Update an interaction stats alert read status
2039
- *
2048
+ * Apps should migrate to use PUT /api/v2/alerting/alerts/{alertId}.
2040
2049
  * @param {String} alertId Alert ID
2041
2050
  * @param {Object} body InteractionStatsAlert
2042
2051
  * @param {Object} opts Optional parameters
2043
2052
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
2053
+ * @deprecated
2044
2054
  */
2045
2055
  putAlertingInteractionstatsAlert(alertId, body, opts) {
2046
2056
  opts = opts || {};
@@ -2070,11 +2080,12 @@ class AlertingApi {
2070
2080
 
2071
2081
  /**
2072
2082
  * Update an interaction stats rule
2073
- *
2083
+ * Apps should migrate to use PUT /api/v2/alerting/rules/{ruleId}.
2074
2084
  * @param {String} ruleId Rule ID
2075
2085
  * @param {Object} body AlertingRule
2076
2086
  * @param {Object} opts Optional parameters
2077
2087
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
2088
+ * @deprecated
2078
2089
  */
2079
2090
  putAlertingInteractionstatsRule(ruleId, body, opts) {
2080
2091
  opts = opts || {};
@@ -2138,7 +2149,7 @@ class AnalyticsApi {
2138
2149
  /**
2139
2150
  * Analytics service.
2140
2151
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2141
- * @version 182.1.0
2152
+ * @version 184.0.0
2142
2153
  */
2143
2154
 
2144
2155
  /**
@@ -2286,7 +2297,7 @@ class AnalyticsApi {
2286
2297
 
2287
2298
  /**
2288
2299
  * Get Reporting Turns.
2289
- * 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 do not persist indefinitely, as they auto delete after a predefined period.
2300
+ * 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.
2290
2301
  * @param {String} botFlowId ID of the bot flow.
2291
2302
  * @param {Object} opts Optional parameters
2292
2303
  * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
@@ -2319,6 +2330,39 @@ class AnalyticsApi {
2319
2330
  );
2320
2331
  }
2321
2332
 
2333
+ /**
2334
+ * Get Bot Flow Sessions.
2335
+ * Returns the bot flow sessions in reverse chronological order from the date they were created. 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.
2336
+ * @param {String} botFlowId ID of the bot flow.
2337
+ * @param {Object} opts Optional parameters
2338
+ * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
2339
+ * @param {String} opts.pageSize Max number of entities to return. Maximum of 250 (default to 50)
2340
+ * @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
2341
+ * @param {Object} opts.botResultCategories Optional case-insensitive comma separated list of Bot Result Categories to filter sessions by.
2342
+ * @param {String} opts.endLanguage Optional case-insensitive language code to filter sessions by the language the sessions ended in.
2343
+ */
2344
+ getAnalyticsBotflowSessions(botFlowId, opts) {
2345
+ opts = opts || {};
2346
+
2347
+ // verify the required parameter 'botFlowId' is set
2348
+ if (botFlowId === undefined || botFlowId === null) {
2349
+ throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';
2350
+ }
2351
+
2352
+ return this.apiClient.callApi(
2353
+ '/api/v2/analytics/botflows/{botFlowId}/sessions',
2354
+ 'GET',
2355
+ { 'botFlowId': botFlowId },
2356
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'interval': opts['interval'],'botResultCategories': opts['botResultCategories'],'endLanguage': opts['endLanguage'] },
2357
+ { },
2358
+ { },
2359
+ null,
2360
+ ['PureCloud OAuth'],
2361
+ ['application/json'],
2362
+ ['application/json']
2363
+ );
2364
+ }
2365
+
2322
2366
  /**
2323
2367
  * Get status for async query for bot aggregates
2324
2368
  *
@@ -2631,6 +2675,62 @@ class AnalyticsApi {
2631
2675
  );
2632
2676
  }
2633
2677
 
2678
+ /**
2679
+ * Get status for async query for flow execution aggregates
2680
+ *
2681
+ * @param {String} jobId jobId
2682
+ * getAnalyticsFlowexecutionsAggregatesJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2683
+ */
2684
+ getAnalyticsFlowexecutionsAggregatesJob(jobId) {
2685
+ // verify the required parameter 'jobId' is set
2686
+ if (jobId === undefined || jobId === null) {
2687
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJob';
2688
+ }
2689
+
2690
+ return this.apiClient.callApi(
2691
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}',
2692
+ 'GET',
2693
+ { 'jobId': jobId },
2694
+ { },
2695
+ { },
2696
+ { },
2697
+ null,
2698
+ ['PureCloud OAuth'],
2699
+ ['application/json'],
2700
+ ['application/json']
2701
+ );
2702
+ }
2703
+
2704
+ /**
2705
+ * Fetch a page of results for an async aggregates query
2706
+ *
2707
+ * @param {String} jobId jobId
2708
+ * @param {Object} opts Optional parameters
2709
+ * @param {String} opts.cursor Cursor token to retrieve next page
2710
+ * getAnalyticsFlowexecutionsAggregatesJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
2711
+ */
2712
+ getAnalyticsFlowexecutionsAggregatesJobResults(jobId, opts) {
2713
+ opts = opts || {};
2714
+
2715
+ // verify the required parameter 'jobId' is set
2716
+ if (jobId === undefined || jobId === null) {
2717
+ throw 'Missing the required parameter "jobId" when calling getAnalyticsFlowexecutionsAggregatesJobResults';
2718
+ }
2719
+
2720
+ return this.apiClient.callApi(
2721
+ '/api/v2/analytics/flowexecutions/aggregates/jobs/{jobId}/results',
2722
+ 'GET',
2723
+ { 'jobId': jobId },
2724
+ { 'cursor': opts['cursor'] },
2725
+ { },
2726
+ { },
2727
+ null,
2728
+ ['PureCloud OAuth'],
2729
+ ['application/json'],
2730
+ ['application/json']
2731
+ );
2732
+ }
2733
+
2634
2734
  /**
2635
2735
  * Get status for async query for Flow aggregates
2636
2736
  *
@@ -3814,6 +3914,58 @@ class AnalyticsApi {
3814
3914
  );
3815
3915
  }
3816
3916
 
3917
+ /**
3918
+ * Query for flow execution aggregates asynchronously
3919
+ *
3920
+ * @param {Object} body query
3921
+ * postAnalyticsFlowexecutionsAggregatesJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3922
+ */
3923
+ postAnalyticsFlowexecutionsAggregatesJobs(body) {
3924
+ // verify the required parameter 'body' is set
3925
+ if (body === undefined || body === null) {
3926
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesJobs';
3927
+ }
3928
+
3929
+ return this.apiClient.callApi(
3930
+ '/api/v2/analytics/flowexecutions/aggregates/jobs',
3931
+ 'POST',
3932
+ { },
3933
+ { },
3934
+ { },
3935
+ { },
3936
+ body,
3937
+ ['PureCloud OAuth'],
3938
+ ['application/json'],
3939
+ ['application/json']
3940
+ );
3941
+ }
3942
+
3943
+ /**
3944
+ * Query for flow execution aggregates
3945
+ *
3946
+ * @param {Object} body query
3947
+ * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
3948
+ */
3949
+ postAnalyticsFlowexecutionsAggregatesQuery(body) {
3950
+ // verify the required parameter 'body' is set
3951
+ if (body === undefined || body === null) {
3952
+ throw 'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';
3953
+ }
3954
+
3955
+ return this.apiClient.callApi(
3956
+ '/api/v2/analytics/flowexecutions/aggregates/query',
3957
+ 'POST',
3958
+ { },
3959
+ { },
3960
+ { },
3961
+ { },
3962
+ body,
3963
+ ['PureCloud OAuth'],
3964
+ ['application/json'],
3965
+ ['application/json']
3966
+ );
3967
+ }
3968
+
3817
3969
  /**
3818
3970
  * Query for flow activity observations
3819
3971
  *
@@ -4076,8 +4228,9 @@ class AnalyticsApi {
4076
4228
 
4077
4229
  /**
4078
4230
  * Place a scheduled report immediately into the reporting queue
4079
- *
4231
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports/{exportId}/execute instead
4080
4232
  * @param {String} scheduleId Schedule ID
4233
+ * @deprecated
4081
4234
  */
4082
4235
  postAnalyticsReportingScheduleRunreport(scheduleId) {
4083
4236
  // verify the required parameter 'scheduleId' is set
@@ -4101,8 +4254,9 @@ class AnalyticsApi {
4101
4254
 
4102
4255
  /**
4103
4256
  * Create a scheduled report job
4104
- * Create a scheduled report job.
4257
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports instead
4105
4258
  * @param {Object} body ReportSchedule
4259
+ * @deprecated
4106
4260
  */
4107
4261
  postAnalyticsReportingSchedules(body) {
4108
4262
  // verify the required parameter 'body' is set
@@ -4550,9 +4704,10 @@ class AnalyticsApi {
4550
4704
 
4551
4705
  /**
4552
4706
  * Update a scheduled report job.
4553
- *
4707
+ * This route is deprecated, please use PATCH:api/v2/analytics/reporting/exports/{exportId}/schedule instead
4554
4708
  * @param {String} scheduleId Schedule ID
4555
4709
  * @param {Object} body ReportSchedule
4710
+ * @deprecated
4556
4711
  */
4557
4712
  putAnalyticsReportingSchedule(scheduleId, body) {
4558
4713
  // verify the required parameter 'scheduleId' is set
@@ -4584,7 +4739,7 @@ class ArchitectApi {
4584
4739
  /**
4585
4740
  * Architect service.
4586
4741
  * @module purecloud-platform-client-v2/api/ArchitectApi
4587
- * @version 182.1.0
4742
+ * @version 184.0.0
4588
4743
  */
4589
4744
 
4590
4745
  /**
@@ -8419,7 +8574,7 @@ class AuditApi {
8419
8574
  /**
8420
8575
  * Audit service.
8421
8576
  * @module purecloud-platform-client-v2/api/AuditApi
8422
- * @version 182.1.0
8577
+ * @version 184.0.0
8423
8578
  */
8424
8579
 
8425
8580
  /**
@@ -8590,7 +8745,7 @@ class AuthorizationApi {
8590
8745
  /**
8591
8746
  * Authorization service.
8592
8747
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8593
- * @version 182.1.0
8748
+ * @version 184.0.0
8594
8749
  */
8595
8750
 
8596
8751
  /**
@@ -9334,17 +9489,16 @@ class AuthorizationApi {
9334
9489
  * Recreate a previously deleted division.
9335
9490
  *
9336
9491
  * @param {String} divisionId Division ID
9337
- * @param {Object} body Recreated division data
9492
+ * @param {Object} opts Optional parameters
9493
+ * @param {Object} opts.body Recreated division data
9338
9494
  */
9339
- postAuthorizationDivisionRestore(divisionId, body) {
9495
+ postAuthorizationDivisionRestore(divisionId, opts) {
9496
+ opts = opts || {};
9497
+
9340
9498
  // verify the required parameter 'divisionId' is set
9341
9499
  if (divisionId === undefined || divisionId === null) {
9342
9500
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
9343
9501
  }
9344
- // verify the required parameter 'body' is set
9345
- if (body === undefined || body === null) {
9346
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
9347
- }
9348
9502
 
9349
9503
  return this.apiClient.callApi(
9350
9504
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -9353,7 +9507,7 @@ class AuthorizationApi {
9353
9507
  { },
9354
9508
  { },
9355
9509
  { },
9356
- body,
9510
+ opts['body'],
9357
9511
  ['PureCloud OAuth'],
9358
9512
  ['application/json'],
9359
9513
  ['application/json']
@@ -9821,7 +9975,7 @@ class BillingApi {
9821
9975
  /**
9822
9976
  * Billing service.
9823
9977
  * @module purecloud-platform-client-v2/api/BillingApi
9824
- * @version 182.1.0
9978
+ * @version 184.0.0
9825
9979
  */
9826
9980
 
9827
9981
  /**
@@ -9901,7 +10055,7 @@ class CarrierServicesApi {
9901
10055
  /**
9902
10056
  * CarrierServices service.
9903
10057
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9904
- * @version 182.1.0
10058
+ * @version 184.0.0
9905
10059
  */
9906
10060
 
9907
10061
  /**
@@ -9971,7 +10125,7 @@ class ChatApi {
9971
10125
  /**
9972
10126
  * Chat service.
9973
10127
  * @module purecloud-platform-client-v2/api/ChatApi
9974
- * @version 182.1.0
10128
+ * @version 184.0.0
9975
10129
  */
9976
10130
 
9977
10131
  /**
@@ -10667,7 +10821,7 @@ class CoachingApi {
10667
10821
  /**
10668
10822
  * Coaching service.
10669
10823
  * @module purecloud-platform-client-v2/api/CoachingApi
10670
- * @version 182.1.0
10824
+ * @version 184.0.0
10671
10825
  */
10672
10826
 
10673
10827
  /**
@@ -11244,7 +11398,7 @@ class ContentManagementApi {
11244
11398
  /**
11245
11399
  * ContentManagement service.
11246
11400
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11247
- * @version 182.1.0
11401
+ * @version 184.0.0
11248
11402
  */
11249
11403
 
11250
11404
  /**
@@ -12387,7 +12541,7 @@ class ConversationsApi {
12387
12541
  /**
12388
12542
  * Conversations service.
12389
12543
  * @module purecloud-platform-client-v2/api/ConversationsApi
12390
- * @version 182.1.0
12544
+ * @version 184.0.0
12391
12545
  */
12392
12546
 
12393
12547
  /**
@@ -19527,7 +19681,7 @@ class DataExtensionsApi {
19527
19681
  /**
19528
19682
  * DataExtensions service.
19529
19683
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19530
- * @version 182.1.0
19684
+ * @version 184.0.0
19531
19685
  */
19532
19686
 
19533
19687
  /**
@@ -19613,7 +19767,7 @@ class DownloadsApi {
19613
19767
  /**
19614
19768
  * Downloads service.
19615
19769
  * @module purecloud-platform-client-v2/api/DownloadsApi
19616
- * @version 182.1.0
19770
+ * @version 184.0.0
19617
19771
  */
19618
19772
 
19619
19773
  /**
@@ -19665,7 +19819,7 @@ class EmailsApi {
19665
19819
  /**
19666
19820
  * Emails service.
19667
19821
  * @module purecloud-platform-client-v2/api/EmailsApi
19668
- * @version 182.1.0
19822
+ * @version 184.0.0
19669
19823
  */
19670
19824
 
19671
19825
  /**
@@ -19730,7 +19884,7 @@ class EventsApi {
19730
19884
  /**
19731
19885
  * Events service.
19732
19886
  * @module purecloud-platform-client-v2/api/EventsApi
19733
- * @version 182.1.0
19887
+ * @version 184.0.0
19734
19888
  */
19735
19889
 
19736
19890
  /**
@@ -19826,7 +19980,7 @@ class ExternalContactsApi {
19826
19980
  /**
19827
19981
  * ExternalContacts service.
19828
19982
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19829
- * @version 182.1.0
19983
+ * @version 184.0.0
19830
19984
  */
19831
19985
 
19832
19986
  /**
@@ -21784,7 +21938,7 @@ class FaxApi {
21784
21938
  /**
21785
21939
  * Fax service.
21786
21940
  * @module purecloud-platform-client-v2/api/FaxApi
21787
- * @version 182.1.0
21941
+ * @version 184.0.0
21788
21942
  */
21789
21943
 
21790
21944
  /**
@@ -21955,7 +22109,7 @@ class FlowsApi {
21955
22109
  /**
21956
22110
  * Flows service.
21957
22111
  * @module purecloud-platform-client-v2/api/FlowsApi
21958
- * @version 182.1.0
22112
+ * @version 184.0.0
21959
22113
  */
21960
22114
 
21961
22115
  /**
@@ -22139,7 +22293,7 @@ class GamificationApi {
22139
22293
  /**
22140
22294
  * Gamification service.
22141
22295
  * @module purecloud-platform-client-v2/api/GamificationApi
22142
- * @version 182.1.0
22296
+ * @version 184.0.0
22143
22297
  */
22144
22298
 
22145
22299
  /**
@@ -24225,7 +24379,7 @@ class GeneralDataProtectionRegulationApi {
24225
24379
  /**
24226
24380
  * GeneralDataProtectionRegulation service.
24227
24381
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24228
- * @version 182.1.0
24382
+ * @version 184.0.0
24229
24383
  */
24230
24384
 
24231
24385
  /**
@@ -24355,7 +24509,7 @@ class GeolocationApi {
24355
24509
  /**
24356
24510
  * Geolocation service.
24357
24511
  * @module purecloud-platform-client-v2/api/GeolocationApi
24358
- * @version 182.1.0
24512
+ * @version 184.0.0
24359
24513
  */
24360
24514
 
24361
24515
  /**
@@ -24486,7 +24640,7 @@ class GreetingsApi {
24486
24640
  /**
24487
24641
  * Greetings service.
24488
24642
  * @module purecloud-platform-client-v2/api/GreetingsApi
24489
- * @version 182.1.0
24643
+ * @version 184.0.0
24490
24644
  */
24491
24645
 
24492
24646
  /**
@@ -24941,7 +25095,7 @@ class GroupsApi {
24941
25095
  /**
24942
25096
  * Groups service.
24943
25097
  * @module purecloud-platform-client-v2/api/GroupsApi
24944
- * @version 182.1.0
25098
+ * @version 184.0.0
24945
25099
  */
24946
25100
 
24947
25101
  /**
@@ -25460,7 +25614,7 @@ class IdentityProviderApi {
25460
25614
  /**
25461
25615
  * IdentityProvider service.
25462
25616
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25463
- * @version 182.1.0
25617
+ * @version 184.0.0
25464
25618
  */
25465
25619
 
25466
25620
  /**
@@ -26216,7 +26370,7 @@ class InfrastructureAsCodeApi {
26216
26370
  /**
26217
26371
  * InfrastructureAsCode service.
26218
26372
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26219
- * @version 182.1.0
26373
+ * @version 184.0.0
26220
26374
  */
26221
26375
 
26222
26376
  /**
@@ -26383,7 +26537,7 @@ class IntegrationsApi {
26383
26537
  /**
26384
26538
  * Integrations service.
26385
26539
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26386
- * @version 182.1.0
26540
+ * @version 184.0.0
26387
26541
  */
26388
26542
 
26389
26543
  /**
@@ -27993,7 +28147,7 @@ class IntegrationsApi {
27993
28147
  }
27994
28148
 
27995
28149
  /**
27996
- * Create a new Action
28150
+ * Create a new Action. Not supported for 'Function Integration' actions. Function integrations must be created as drafts to allow managing of uploading required ZIP function package before they may be used as a published action.
27997
28151
  *
27998
28152
  * @param {Object} body Input used to create Action.
27999
28153
  */
@@ -28345,7 +28499,7 @@ class JourneyApi {
28345
28499
  /**
28346
28500
  * Journey service.
28347
28501
  * @module purecloud-platform-client-v2/api/JourneyApi
28348
- * @version 182.1.0
28502
+ * @version 184.0.0
28349
28503
  */
28350
28504
 
28351
28505
  /**
@@ -28792,14 +28946,14 @@ class JourneyApi {
28792
28946
  *
28793
28947
  * @param {String} deploymentId The ID of the deployment sending the ping.
28794
28948
  * @param {String} customerCookieId ID of the customer associated with the ping.
28795
- * @param {String} sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
28796
28949
  * @param {Object} opts Optional parameters
28797
28950
  * @param {String} opts.dl Document Location: 1) Web Page URL if overridden or URL fragment identifier (window.location.hash). OR 2) Application screen name that the ping request was sent from in the app. e.g. 'home' or 'help. Pings without this parameter will not return actions.
28798
28951
  * @param {String} opts.dt Document Title. A human readable name for the page or screen
28799
28952
  * @param {String} opts.appNamespace Namespace of the application (e.g. com.genesys.bancodinero). Used for domain filtering in application sessions
28953
+ * @param {String} opts.sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
28800
28954
  * @param {Number} opts.sinceLastBeaconMilliseconds How long (milliseconds) since the last app event or beacon was sent. The response may return a pollInternvalMilliseconds to reduce the frequency of pings.
28801
28955
  */
28802
- getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, sessionId, opts) {
28956
+ getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, opts) {
28803
28957
  opts = opts || {};
28804
28958
 
28805
28959
  // verify the required parameter 'deploymentId' is set
@@ -28810,16 +28964,12 @@ class JourneyApi {
28810
28964
  if (customerCookieId === undefined || customerCookieId === null) {
28811
28965
  throw 'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';
28812
28966
  }
28813
- // verify the required parameter 'sessionId' is set
28814
- if (sessionId === undefined || sessionId === null) {
28815
- throw 'Missing the required parameter "sessionId" when calling getJourneyDeploymentCustomerPing';
28816
- }
28817
28967
 
28818
28968
  return this.apiClient.callApi(
28819
28969
  '/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping',
28820
28970
  'GET',
28821
28971
  { 'deploymentId': deploymentId,'customerCookieId': customerCookieId },
28822
- { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': sessionId,'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28972
+ { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': opts['sessionId'],'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28823
28973
  { },
28824
28974
  { },
28825
28975
  null,
@@ -29580,7 +29730,7 @@ class KnowledgeApi {
29580
29730
  /**
29581
29731
  * Knowledge service.
29582
29732
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29583
- * @version 182.1.0
29733
+ * @version 184.0.0
29584
29734
  */
29585
29735
 
29586
29736
  /**
@@ -32401,7 +32551,7 @@ class LanguageUnderstandingApi {
32401
32551
  /**
32402
32552
  * LanguageUnderstanding service.
32403
32553
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32404
- * @version 182.1.0
32554
+ * @version 184.0.0
32405
32555
  */
32406
32556
 
32407
32557
  /**
@@ -33414,7 +33564,7 @@ class LanguagesApi {
33414
33564
  /**
33415
33565
  * Languages service.
33416
33566
  * @module purecloud-platform-client-v2/api/LanguagesApi
33417
- * @version 182.1.0
33567
+ * @version 184.0.0
33418
33568
  */
33419
33569
 
33420
33570
  /**
@@ -33636,7 +33786,7 @@ class LearningApi {
33636
33786
  /**
33637
33787
  * Learning service.
33638
33788
  * @module purecloud-platform-client-v2/api/LearningApi
33639
- * @version 182.1.0
33789
+ * @version 184.0.0
33640
33790
  */
33641
33791
 
33642
33792
  /**
@@ -33937,6 +34087,7 @@ class LearningApi {
33937
34087
  * @param {Array.<String>} opts.expand Fields to expand in response(case insensitive)
33938
34088
  * @param {Object} opts.isPublished Specifies if only the Unpublished (isPublished is False) or Published (isPublished is True) modules are returned. If isPublished is Any or omitted, both types are returned (default to Any)
33939
34089
  * @param {Array.<String>} opts.statuses Specifies the module statuses to filter by
34090
+ * @param {Array.<String>} opts.externalIds Specifies the module external IDs to filter by. Only one ID is allowed
33940
34091
  */
33941
34092
  getLearningModules(opts) {
33942
34093
  opts = opts || {};
@@ -33946,7 +34097,7 @@ class LearningApi {
33946
34097
  '/api/v2/learning/modules',
33947
34098
  'GET',
33948
34099
  { },
33949
- { 'isArchived': opts['isArchived'],'types': this.apiClient.buildCollectionParam(opts['types'], 'multi'),'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'],'searchTerm': opts['searchTerm'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'isPublished': opts['isPublished'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi') },
34100
+ { 'isArchived': opts['isArchived'],'types': this.apiClient.buildCollectionParam(opts['types'], 'multi'),'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortOrder': opts['sortOrder'],'sortBy': opts['sortBy'],'searchTerm': opts['searchTerm'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'isPublished': opts['isPublished'],'statuses': this.apiClient.buildCollectionParam(opts['statuses'], 'multi'),'externalIds': this.apiClient.buildCollectionParam(opts['externalIds'], 'multi') },
33950
34101
  { },
33951
34102
  { },
33952
34103
  null,
@@ -34073,6 +34224,42 @@ class LearningApi {
34073
34224
  );
34074
34225
  }
34075
34226
 
34227
+ /**
34228
+ * Update an external assignment for a specific user
34229
+ *
34230
+ * @param {String} moduleId Key identifier for the module
34231
+ * @param {String} userId Key identifier for the user
34232
+ * @param {Object} body The learning request for updating the assignment
34233
+ * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34234
+ */
34235
+ patchLearningModuleUserAssignments(moduleId, userId, body) {
34236
+ // verify the required parameter 'moduleId' is set
34237
+ if (moduleId === undefined || moduleId === null) {
34238
+ throw 'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';
34239
+ }
34240
+ // verify the required parameter 'userId' is set
34241
+ if (userId === undefined || userId === null) {
34242
+ throw 'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';
34243
+ }
34244
+ // verify the required parameter 'body' is set
34245
+ if (body === undefined || body === null) {
34246
+ throw 'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';
34247
+ }
34248
+
34249
+ return this.apiClient.callApi(
34250
+ '/api/v2/learning/modules/{moduleId}/users/{userId}/assignments',
34251
+ 'PATCH',
34252
+ { 'moduleId': moduleId,'userId': userId },
34253
+ { },
34254
+ { },
34255
+ { },
34256
+ body,
34257
+ ['PureCloud OAuth'],
34258
+ ['application/json'],
34259
+ ['application/json']
34260
+ );
34261
+ }
34262
+
34076
34263
  /**
34077
34264
  * Score learning assessment for preview
34078
34265
  *
@@ -34455,7 +34642,7 @@ class LicenseApi {
34455
34642
  /**
34456
34643
  * License service.
34457
34644
  * @module purecloud-platform-client-v2/api/LicenseApi
34458
- * @version 182.1.0
34645
+ * @version 184.0.0
34459
34646
  */
34460
34647
 
34461
34648
  /**
@@ -34693,7 +34880,7 @@ class LocationsApi {
34693
34880
  /**
34694
34881
  * Locations service.
34695
34882
  * @module purecloud-platform-client-v2/api/LocationsApi
34696
- * @version 182.1.0
34883
+ * @version 184.0.0
34697
34884
  */
34698
34885
 
34699
34886
  /**
@@ -34925,11 +35112,81 @@ class LocationsApi {
34925
35112
 
34926
35113
  }
34927
35114
 
35115
+ class LogCaptureApi {
35116
+ /**
35117
+ * LogCapture service.
35118
+ * @module purecloud-platform-client-v2/api/LogCaptureApi
35119
+ * @version 184.0.0
35120
+ */
35121
+
35122
+ /**
35123
+ * Constructs a new LogCaptureApi.
35124
+ * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
35125
+ * @class
35126
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
35127
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
35128
+ */
35129
+ constructor(apiClient) {
35130
+ this.apiClient = apiClient || ApiClient.instance;
35131
+ }
35132
+
35133
+
35134
+ /**
35135
+ * Gets status of async download execution
35136
+ *
35137
+ * @param {String} jobId Job ID
35138
+ */
35139
+ getDiagnosticsLogcaptureBrowserEntriesDownloadJob(jobId) {
35140
+ // verify the required parameter 'jobId' is set
35141
+ if (jobId === undefined || jobId === null) {
35142
+ throw 'Missing the required parameter "jobId" when calling getDiagnosticsLogcaptureBrowserEntriesDownloadJob';
35143
+ }
35144
+
35145
+ return this.apiClient.callApi(
35146
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs/{jobId}',
35147
+ 'GET',
35148
+ { 'jobId': jobId },
35149
+ { },
35150
+ { },
35151
+ { },
35152
+ null,
35153
+ ['PureCloud OAuth'],
35154
+ ['application/json'],
35155
+ ['application/json']
35156
+ );
35157
+ }
35158
+
35159
+ /**
35160
+ * Creates an async download execution
35161
+ *
35162
+ * @param {Object} opts Optional parameters
35163
+ * @param {Object} opts.body
35164
+ */
35165
+ postDiagnosticsLogcaptureBrowserEntriesDownloadJobs(opts) {
35166
+ opts = opts || {};
35167
+
35168
+
35169
+ return this.apiClient.callApi(
35170
+ '/api/v2/diagnostics/logcapture/browser/entries/download/jobs',
35171
+ 'POST',
35172
+ { },
35173
+ { },
35174
+ { },
35175
+ { },
35176
+ opts['body'],
35177
+ ['PureCloud OAuth'],
35178
+ ['application/json'],
35179
+ ['application/json']
35180
+ );
35181
+ }
35182
+
35183
+ }
35184
+
34928
35185
  class MessagingApi {
34929
35186
  /**
34930
35187
  * Messaging service.
34931
35188
  * @module purecloud-platform-client-v2/api/MessagingApi
34932
- * @version 182.1.0
35189
+ * @version 184.0.0
34933
35190
  */
34934
35191
 
34935
35192
  /**
@@ -35288,7 +35545,7 @@ class MobileDevicesApi {
35288
35545
  /**
35289
35546
  * MobileDevices service.
35290
35547
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35291
- * @version 182.1.0
35548
+ * @version 184.0.0
35292
35549
  */
35293
35550
 
35294
35551
  /**
@@ -35439,7 +35696,7 @@ class NotificationsApi {
35439
35696
  /**
35440
35697
  * Notifications service.
35441
35698
  * @module purecloud-platform-client-v2/api/NotificationsApi
35442
- * @version 182.1.0
35699
+ * @version 184.0.0
35443
35700
  */
35444
35701
 
35445
35702
  /**
@@ -35672,7 +35929,7 @@ class OAuthApi {
35672
35929
  /**
35673
35930
  * OAuth service.
35674
35931
  * @module purecloud-platform-client-v2/api/OAuthApi
35675
- * @version 182.1.0
35932
+ * @version 184.0.0
35676
35933
  */
35677
35934
 
35678
35935
  /**
@@ -36038,7 +36295,7 @@ class ObjectsApi {
36038
36295
  /**
36039
36296
  * Objects service.
36040
36297
  * @module purecloud-platform-client-v2/api/ObjectsApi
36041
- * @version 182.1.0
36298
+ * @version 184.0.0
36042
36299
  */
36043
36300
 
36044
36301
  /**
@@ -36222,17 +36479,16 @@ class ObjectsApi {
36222
36479
  * Recreate a previously deleted division.
36223
36480
  *
36224
36481
  * @param {String} divisionId Division ID
36225
- * @param {Object} body Recreated division data
36482
+ * @param {Object} opts Optional parameters
36483
+ * @param {Object} opts.body Recreated division data
36226
36484
  */
36227
- postAuthorizationDivisionRestore(divisionId, body) {
36485
+ postAuthorizationDivisionRestore(divisionId, opts) {
36486
+ opts = opts || {};
36487
+
36228
36488
  // verify the required parameter 'divisionId' is set
36229
36489
  if (divisionId === undefined || divisionId === null) {
36230
36490
  throw 'Missing the required parameter "divisionId" when calling postAuthorizationDivisionRestore';
36231
36491
  }
36232
- // verify the required parameter 'body' is set
36233
- if (body === undefined || body === null) {
36234
- throw 'Missing the required parameter "body" when calling postAuthorizationDivisionRestore';
36235
- }
36236
36492
 
36237
36493
  return this.apiClient.callApi(
36238
36494
  '/api/v2/authorization/divisions/{divisionId}/restore',
@@ -36241,7 +36497,7 @@ class ObjectsApi {
36241
36497
  { },
36242
36498
  { },
36243
36499
  { },
36244
- body,
36500
+ opts['body'],
36245
36501
  ['PureCloud OAuth'],
36246
36502
  ['application/json'],
36247
36503
  ['application/json']
@@ -36309,7 +36565,7 @@ class OperationalEventsApi {
36309
36565
  /**
36310
36566
  * OperationalEvents service.
36311
36567
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36312
- * @version 182.1.0
36568
+ * @version 184.0.0
36313
36569
  */
36314
36570
 
36315
36571
  /**
@@ -36375,7 +36631,7 @@ class OrganizationApi {
36375
36631
  /**
36376
36632
  * Organization service.
36377
36633
  * @module purecloud-platform-client-v2/api/OrganizationApi
36378
- * @version 182.1.0
36634
+ * @version 184.0.0
36379
36635
  */
36380
36636
 
36381
36637
  /**
@@ -36830,7 +37086,7 @@ class OrganizationAuthorizationApi {
36830
37086
  /**
36831
37087
  * OrganizationAuthorization service.
36832
37088
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36833
- * @version 182.1.0
37089
+ * @version 184.0.0
36834
37090
  */
36835
37091
 
36836
37092
  /**
@@ -38177,7 +38433,7 @@ class OutboundApi {
38177
38433
  /**
38178
38434
  * Outbound service.
38179
38435
  * @module purecloud-platform-client-v2/api/OutboundApi
38180
- * @version 182.1.0
38436
+ * @version 184.0.0
38181
38437
  */
38182
38438
 
38183
38439
  /**
@@ -38477,6 +38733,56 @@ class OutboundApi {
38477
38733
  );
38478
38734
  }
38479
38735
 
38736
+ /**
38737
+ * Delete Contact List Template
38738
+ *
38739
+ * @param {String} contactListTemplateId ContactListTemplate ID
38740
+ */
38741
+ deleteOutboundContactlisttemplate(contactListTemplateId) {
38742
+ // verify the required parameter 'contactListTemplateId' is set
38743
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
38744
+ throw 'Missing the required parameter "contactListTemplateId" when calling deleteOutboundContactlisttemplate';
38745
+ }
38746
+
38747
+ return this.apiClient.callApi(
38748
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
38749
+ 'DELETE',
38750
+ { 'contactListTemplateId': contactListTemplateId },
38751
+ { },
38752
+ { },
38753
+ { },
38754
+ null,
38755
+ ['PureCloud OAuth'],
38756
+ ['application/json'],
38757
+ ['application/json']
38758
+ );
38759
+ }
38760
+
38761
+ /**
38762
+ * Delete multiple contact list templates.
38763
+ *
38764
+ * @param {Array.<String>} id contact list template id(s) to delete
38765
+ */
38766
+ deleteOutboundContactlisttemplates(id) {
38767
+ // verify the required parameter 'id' is set
38768
+ if (id === undefined || id === null) {
38769
+ throw 'Missing the required parameter "id" when calling deleteOutboundContactlisttemplates';
38770
+ }
38771
+
38772
+ return this.apiClient.callApi(
38773
+ '/api/v2/outbound/contactlisttemplates',
38774
+ 'DELETE',
38775
+ { },
38776
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38777
+ { },
38778
+ { },
38779
+ null,
38780
+ ['PureCloud OAuth'],
38781
+ ['application/json'],
38782
+ ['application/json']
38783
+ );
38784
+ }
38785
+
38480
38786
  /**
38481
38787
  * Delete an Outbound Digital Rule Set
38482
38788
  *
@@ -38614,6 +38920,56 @@ class OutboundApi {
38614
38920
  );
38615
38921
  }
38616
38922
 
38923
+ /**
38924
+ * Delete Import Template
38925
+ *
38926
+ * @param {String} importTemplateId Import Template ID
38927
+ */
38928
+ deleteOutboundImporttemplate(importTemplateId) {
38929
+ // verify the required parameter 'importTemplateId' is set
38930
+ if (importTemplateId === undefined || importTemplateId === null) {
38931
+ throw 'Missing the required parameter "importTemplateId" when calling deleteOutboundImporttemplate';
38932
+ }
38933
+
38934
+ return this.apiClient.callApi(
38935
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
38936
+ 'DELETE',
38937
+ { 'importTemplateId': importTemplateId },
38938
+ { },
38939
+ { },
38940
+ { },
38941
+ null,
38942
+ ['PureCloud OAuth'],
38943
+ ['application/json'],
38944
+ ['application/json']
38945
+ );
38946
+ }
38947
+
38948
+ /**
38949
+ * Delete multiple import templates.
38950
+ *
38951
+ * @param {Array.<String>} id import template id(s) to delete
38952
+ */
38953
+ deleteOutboundImporttemplates(id) {
38954
+ // verify the required parameter 'id' is set
38955
+ if (id === undefined || id === null) {
38956
+ throw 'Missing the required parameter "id" when calling deleteOutboundImporttemplates';
38957
+ }
38958
+
38959
+ return this.apiClient.callApi(
38960
+ '/api/v2/outbound/importtemplates',
38961
+ 'DELETE',
38962
+ { },
38963
+ { 'id': this.apiClient.buildCollectionParam(id, 'multi') },
38964
+ { },
38965
+ { },
38966
+ null,
38967
+ ['PureCloud OAuth'],
38968
+ ['application/json'],
38969
+ ['application/json']
38970
+ );
38971
+ }
38972
+
38617
38973
  /**
38618
38974
  * Delete an Outbound Messaging Campaign
38619
38975
  *
@@ -39626,6 +39982,61 @@ class OutboundApi {
39626
39982
  );
39627
39983
  }
39628
39984
 
39985
+ /**
39986
+ * Get Contact List Template
39987
+ *
39988
+ * @param {String} contactListTemplateId ContactListTemplate ID
39989
+ */
39990
+ getOutboundContactlisttemplate(contactListTemplateId) {
39991
+ // verify the required parameter 'contactListTemplateId' is set
39992
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
39993
+ throw 'Missing the required parameter "contactListTemplateId" when calling getOutboundContactlisttemplate';
39994
+ }
39995
+
39996
+ return this.apiClient.callApi(
39997
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
39998
+ 'GET',
39999
+ { 'contactListTemplateId': contactListTemplateId },
40000
+ { },
40001
+ { },
40002
+ { },
40003
+ null,
40004
+ ['PureCloud OAuth'],
40005
+ ['application/json'],
40006
+ ['application/json']
40007
+ );
40008
+ }
40009
+
40010
+ /**
40011
+ * Query a list of contact list templates
40012
+ *
40013
+ * @param {Object} opts Optional parameters
40014
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40015
+ * @param {Number} opts.pageNumber Page number (default to 1)
40016
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40017
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40018
+ * @param {String} opts.name Name
40019
+ * @param {String} opts.sortBy Sort by
40020
+ * @param {Object} opts.sortOrder Sort order (default to a)
40021
+ */
40022
+ getOutboundContactlisttemplates(opts) {
40023
+ opts = opts || {};
40024
+
40025
+
40026
+ return this.apiClient.callApi(
40027
+ '/api/v2/outbound/contactlisttemplates',
40028
+ 'GET',
40029
+ { },
40030
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'] },
40031
+ { },
40032
+ { },
40033
+ null,
40034
+ ['PureCloud OAuth'],
40035
+ ['application/json'],
40036
+ ['application/json']
40037
+ );
40038
+ }
40039
+
39629
40040
  /**
39630
40041
  * Get an Outbound Digital Rule Set
39631
40042
  *
@@ -39916,6 +40327,91 @@ class OutboundApi {
39916
40327
  );
39917
40328
  }
39918
40329
 
40330
+ /**
40331
+ * Get Import Template
40332
+ *
40333
+ * @param {String} importTemplateId Import Template ID
40334
+ */
40335
+ getOutboundImporttemplate(importTemplateId) {
40336
+ // verify the required parameter 'importTemplateId' is set
40337
+ if (importTemplateId === undefined || importTemplateId === null) {
40338
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';
40339
+ }
40340
+
40341
+ return this.apiClient.callApi(
40342
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
40343
+ 'GET',
40344
+ { 'importTemplateId': importTemplateId },
40345
+ { },
40346
+ { },
40347
+ { },
40348
+ null,
40349
+ ['PureCloud OAuth'],
40350
+ ['application/json'],
40351
+ ['application/json']
40352
+ );
40353
+ }
40354
+
40355
+ /**
40356
+ * Get the import status for an import template.
40357
+ *
40358
+ * @param {String} importTemplateId importTemplateId
40359
+ * @param {Object} opts Optional parameters
40360
+ * @param {String} opts.listNamePrefix listNamePrefix
40361
+ */
40362
+ getOutboundImporttemplateImportstatus(importTemplateId, opts) {
40363
+ opts = opts || {};
40364
+
40365
+ // verify the required parameter 'importTemplateId' is set
40366
+ if (importTemplateId === undefined || importTemplateId === null) {
40367
+ throw 'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplateImportstatus';
40368
+ }
40369
+
40370
+ return this.apiClient.callApi(
40371
+ '/api/v2/outbound/importtemplates/{importTemplateId}/importstatus',
40372
+ 'GET',
40373
+ { 'importTemplateId': importTemplateId },
40374
+ { 'listNamePrefix': opts['listNamePrefix'] },
40375
+ { },
40376
+ { },
40377
+ null,
40378
+ ['PureCloud OAuth'],
40379
+ ['application/json'],
40380
+ ['application/json']
40381
+ );
40382
+ }
40383
+
40384
+ /**
40385
+ * Query Import Templates
40386
+ *
40387
+ * @param {Object} opts Optional parameters
40388
+ * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
40389
+ * @param {Number} opts.pageNumber Page number (default to 1)
40390
+ * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
40391
+ * @param {Object} opts.filterType Filter type (default to Prefix)
40392
+ * @param {String} opts.name Name
40393
+ * @param {String} opts.sortBy Sort by
40394
+ * @param {Object} opts.sortOrder Sort order (default to a)
40395
+ * @param {String} opts.contactListTemplateId Contact List Template ID
40396
+ */
40397
+ getOutboundImporttemplates(opts) {
40398
+ opts = opts || {};
40399
+
40400
+
40401
+ return this.apiClient.callApi(
40402
+ '/api/v2/outbound/importtemplates',
40403
+ 'GET',
40404
+ { },
40405
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'allowEmptyResult': opts['allowEmptyResult'],'filterType': opts['filterType'],'name': opts['name'],'sortBy': opts['sortBy'],'sortOrder': opts['sortOrder'],'contactListTemplateId': opts['contactListTemplateId'] },
40406
+ { },
40407
+ { },
40408
+ null,
40409
+ ['PureCloud OAuth'],
40410
+ ['application/json'],
40411
+ ['application/json']
40412
+ );
40413
+ }
40414
+
39919
40415
  /**
39920
40416
  * Get an Outbound Messaging Campaign
39921
40417
  *
@@ -40954,6 +41450,56 @@ class OutboundApi {
40954
41450
  );
40955
41451
  }
40956
41452
 
41453
+ /**
41454
+ * Create Contact List Template
41455
+ *
41456
+ * @param {Object} body ContactListTemplate
41457
+ */
41458
+ postOutboundContactlisttemplates(body) {
41459
+ // verify the required parameter 'body' is set
41460
+ if (body === undefined || body === null) {
41461
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplates';
41462
+ }
41463
+
41464
+ return this.apiClient.callApi(
41465
+ '/api/v2/outbound/contactlisttemplates',
41466
+ 'POST',
41467
+ { },
41468
+ { },
41469
+ { },
41470
+ { },
41471
+ body,
41472
+ ['PureCloud OAuth'],
41473
+ ['application/json'],
41474
+ ['application/json']
41475
+ );
41476
+ }
41477
+
41478
+ /**
41479
+ * Add multiple contact list templates
41480
+ *
41481
+ * @param {Array.<Object>} body contact list template(s) to add
41482
+ */
41483
+ postOutboundContactlisttemplatesBulkAdd(body) {
41484
+ // verify the required parameter 'body' is set
41485
+ if (body === undefined || body === null) {
41486
+ throw 'Missing the required parameter "body" when calling postOutboundContactlisttemplatesBulkAdd';
41487
+ }
41488
+
41489
+ return this.apiClient.callApi(
41490
+ '/api/v2/outbound/contactlisttemplates/bulk/add',
41491
+ 'POST',
41492
+ { },
41493
+ { },
41494
+ { },
41495
+ { },
41496
+ body,
41497
+ ['PureCloud OAuth'],
41498
+ ['application/json'],
41499
+ ['application/json']
41500
+ );
41501
+ }
41502
+
40957
41503
  /**
40958
41504
  * Add phone numbers to a Dialer DNC list.
40959
41505
  *
@@ -41118,6 +41664,56 @@ class OutboundApi {
41118
41664
  );
41119
41665
  }
41120
41666
 
41667
+ /**
41668
+ * Create Import Template
41669
+ *
41670
+ * @param {Object} body ImportTemplate
41671
+ */
41672
+ postOutboundImporttemplates(body) {
41673
+ // verify the required parameter 'body' is set
41674
+ if (body === undefined || body === null) {
41675
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplates';
41676
+ }
41677
+
41678
+ return this.apiClient.callApi(
41679
+ '/api/v2/outbound/importtemplates',
41680
+ 'POST',
41681
+ { },
41682
+ { },
41683
+ { },
41684
+ { },
41685
+ body,
41686
+ ['PureCloud OAuth'],
41687
+ ['application/json'],
41688
+ ['application/json']
41689
+ );
41690
+ }
41691
+
41692
+ /**
41693
+ * Add multiple import templates
41694
+ *
41695
+ * @param {Array.<Object>} body import template(s) to add
41696
+ */
41697
+ postOutboundImporttemplatesBulkAdd(body) {
41698
+ // verify the required parameter 'body' is set
41699
+ if (body === undefined || body === null) {
41700
+ throw 'Missing the required parameter "body" when calling postOutboundImporttemplatesBulkAdd';
41701
+ }
41702
+
41703
+ return this.apiClient.callApi(
41704
+ '/api/v2/outbound/importtemplates/bulk/add',
41705
+ 'POST',
41706
+ { },
41707
+ { },
41708
+ { },
41709
+ { },
41710
+ body,
41711
+ ['PureCloud OAuth'],
41712
+ ['application/json'],
41713
+ ['application/json']
41714
+ );
41715
+ }
41716
+
41121
41717
  /**
41122
41718
  * Create a Messaging Campaign
41123
41719
  *
@@ -41498,6 +42094,36 @@ class OutboundApi {
41498
42094
  );
41499
42095
  }
41500
42096
 
42097
+ /**
42098
+ * Update a contact list template.
42099
+ *
42100
+ * @param {String} contactListTemplateId ContactListTemplate ID
42101
+ * @param {Object} body ContactListTemplate
42102
+ */
42103
+ putOutboundContactlisttemplate(contactListTemplateId, body) {
42104
+ // verify the required parameter 'contactListTemplateId' is set
42105
+ if (contactListTemplateId === undefined || contactListTemplateId === null) {
42106
+ throw 'Missing the required parameter "contactListTemplateId" when calling putOutboundContactlisttemplate';
42107
+ }
42108
+ // verify the required parameter 'body' is set
42109
+ if (body === undefined || body === null) {
42110
+ throw 'Missing the required parameter "body" when calling putOutboundContactlisttemplate';
42111
+ }
42112
+
42113
+ return this.apiClient.callApi(
42114
+ '/api/v2/outbound/contactlisttemplates/{contactListTemplateId}',
42115
+ 'PUT',
42116
+ { 'contactListTemplateId': contactListTemplateId },
42117
+ { },
42118
+ { },
42119
+ { },
42120
+ body,
42121
+ ['PureCloud OAuth'],
42122
+ ['application/json'],
42123
+ ['application/json']
42124
+ );
42125
+ }
42126
+
41501
42127
  /**
41502
42128
  * Update an Outbound Digital Rule Set
41503
42129
  *
@@ -41558,6 +42184,36 @@ class OutboundApi {
41558
42184
  );
41559
42185
  }
41560
42186
 
42187
+ /**
42188
+ * Update Import Template
42189
+ *
42190
+ * @param {String} importTemplateId Import Template ID
42191
+ * @param {Object} body importTemplate
42192
+ */
42193
+ putOutboundImporttemplate(importTemplateId, body) {
42194
+ // verify the required parameter 'importTemplateId' is set
42195
+ if (importTemplateId === undefined || importTemplateId === null) {
42196
+ throw 'Missing the required parameter "importTemplateId" when calling putOutboundImporttemplate';
42197
+ }
42198
+ // verify the required parameter 'body' is set
42199
+ if (body === undefined || body === null) {
42200
+ throw 'Missing the required parameter "body" when calling putOutboundImporttemplate';
42201
+ }
42202
+
42203
+ return this.apiClient.callApi(
42204
+ '/api/v2/outbound/importtemplates/{importTemplateId}',
42205
+ 'PUT',
42206
+ { 'importTemplateId': importTemplateId },
42207
+ { },
42208
+ { },
42209
+ { },
42210
+ body,
42211
+ ['PureCloud OAuth'],
42212
+ ['application/json'],
42213
+ ['application/json']
42214
+ );
42215
+ }
42216
+
41561
42217
  /**
41562
42218
  * Update an Outbound Messaging Campaign
41563
42219
  *
@@ -41799,7 +42455,7 @@ class PresenceApi {
41799
42455
  /**
41800
42456
  * Presence service.
41801
42457
  * @module purecloud-platform-client-v2/api/PresenceApi
41802
- * @version 182.1.0
42458
+ * @version 184.0.0
41803
42459
  */
41804
42460
 
41805
42461
  /**
@@ -41818,7 +42474,6 @@ class PresenceApi {
41818
42474
  * Delete a Presence Definition
41819
42475
  *
41820
42476
  * @param {String} definitionId Presence Definition ID
41821
- * deletePresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41822
42477
  */
41823
42478
  deletePresenceDefinition0(definitionId) {
41824
42479
  // verify the required parameter 'definitionId' is set
@@ -41896,7 +42551,6 @@ class PresenceApi {
41896
42551
  * @param {String} definitionId Presence Definition ID
41897
42552
  * @param {Object} opts Optional parameters
41898
42553
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
41899
- * getPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41900
42554
  */
41901
42555
  getPresenceDefinition0(definitionId, opts) {
41902
42556
  opts = opts || {};
@@ -41927,7 +42581,6 @@ class PresenceApi {
41927
42581
  * @param {String} opts.deactivated Deactivated query can be TRUE or FALSE (default to false)
41928
42582
  * @param {Array.<String>} opts.divisionId One or more division IDs. If nothing is provided, the definitions associated withthe list of divisions that the user has access to will be returned.
41929
42583
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
41930
- * getPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41931
42584
  */
41932
42585
  getPresenceDefinitions0(opts) {
41933
42586
  opts = opts || {};
@@ -42294,7 +42947,6 @@ class PresenceApi {
42294
42947
  * Create a Presence Definition
42295
42948
  *
42296
42949
  * @param {Object} body The Presence Definition to create
42297
- * postPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
42298
42950
  */
42299
42951
  postPresenceDefinitions0(body) {
42300
42952
  // verify the required parameter 'body' is set
@@ -42371,7 +43023,6 @@ class PresenceApi {
42371
43023
  *
42372
43024
  * @param {String} definitionId Presence Definition ID
42373
43025
  * @param {Object} body The updated Presence Definition
42374
- * putPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
42375
43026
  */
42376
43027
  putPresenceDefinition0(definitionId, body) {
42377
43028
  // verify the required parameter 'definitionId' is set
@@ -42543,7 +43194,7 @@ class ProcessAutomationApi {
42543
43194
  /**
42544
43195
  * ProcessAutomation service.
42545
43196
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42546
- * @version 182.1.0
43197
+ * @version 184.0.0
42547
43198
  */
42548
43199
 
42549
43200
  /**
@@ -42782,7 +43433,7 @@ class QualityApi {
42782
43433
  /**
42783
43434
  * Quality service.
42784
43435
  * @module purecloud-platform-client-v2/api/QualityApi
42785
- * @version 182.1.0
43436
+ * @version 184.0.0
42786
43437
  */
42787
43438
 
42788
43439
  /**
@@ -43065,6 +43716,7 @@ class QualityApi {
43065
43716
  * @param {String} opts.evaluatorUserId user id of the evaluator
43066
43717
  * @param {String} opts.name name
43067
43718
  * @param {String} opts.group group id
43719
+ * @param {String} opts.agentTeamId team id of agents requested
43068
43720
  * @param {String} opts.formContextId shared id between form versions
43069
43721
  */
43070
43722
  getQualityAgentsActivity(opts) {
@@ -43075,7 +43727,7 @@ class QualityApi {
43075
43727
  '/api/v2/quality/agents/activity',
43076
43728
  'GET',
43077
43729
  { },
43078
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'startTime': opts['startTime'],'endTime': opts['endTime'],'agentUserId': this.apiClient.buildCollectionParam(opts['agentUserId'], 'multi'),'evaluatorUserId': opts['evaluatorUserId'],'name': opts['name'],'group': opts['group'],'formContextId': opts['formContextId'] },
43730
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'startTime': opts['startTime'],'endTime': opts['endTime'],'agentUserId': this.apiClient.buildCollectionParam(opts['agentUserId'], 'multi'),'evaluatorUserId': opts['evaluatorUserId'],'name': opts['name'],'group': opts['group'],'agentTeamId': opts['agentTeamId'],'formContextId': opts['formContextId'] },
43079
43731
  { },
43080
43732
  { },
43081
43733
  null,
@@ -43279,6 +43931,7 @@ class QualityApi {
43279
43931
  * @param {String} opts.previousPage Previous page token
43280
43932
  * @param {String} opts.conversationId conversationId specified
43281
43933
  * @param {String} opts.agentUserId user id of the agent
43934
+ * @param {String} opts.agentTeamId team id of the agent
43282
43935
  * @param {String} opts.evaluatorUserId evaluator user id
43283
43936
  * @param {String} opts.assigneeUserId assignee user id
43284
43937
  * @param {String} opts.queueId queue id
@@ -43300,7 +43953,7 @@ class QualityApi {
43300
43953
  '/api/v2/quality/evaluations/query',
43301
43954
  'GET',
43302
43955
  { },
43303
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'conversationId': opts['conversationId'],'agentUserId': opts['agentUserId'],'evaluatorUserId': opts['evaluatorUserId'],'assigneeUserId': opts['assigneeUserId'],'queueId': opts['queueId'],'startTime': opts['startTime'],'endTime': opts['endTime'],'formContextId': opts['formContextId'],'evaluationState': this.apiClient.buildCollectionParam(opts['evaluationState'], 'multi'),'isReleased': opts['isReleased'],'agentHasRead': opts['agentHasRead'],'expandAnswerTotalScores': opts['expandAnswerTotalScores'],'maximum': opts['maximum'],'sortOrder': opts['sortOrder'] },
43956
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'conversationId': opts['conversationId'],'agentUserId': opts['agentUserId'],'agentTeamId': opts['agentTeamId'],'evaluatorUserId': opts['evaluatorUserId'],'assigneeUserId': opts['assigneeUserId'],'queueId': opts['queueId'],'startTime': opts['startTime'],'endTime': opts['endTime'],'formContextId': opts['formContextId'],'evaluationState': this.apiClient.buildCollectionParam(opts['evaluationState'], 'multi'),'isReleased': opts['isReleased'],'agentHasRead': opts['agentHasRead'],'expandAnswerTotalScores': opts['expandAnswerTotalScores'],'maximum': opts['maximum'],'sortOrder': opts['sortOrder'] },
43304
43957
  { },
43305
43958
  { },
43306
43959
  null,
@@ -43325,6 +43978,7 @@ class QualityApi {
43325
43978
  * @param {String} opts.name Evaluator name
43326
43979
  * @param {Array.<String>} opts.permission permission strings
43327
43980
  * @param {String} opts.group group id
43981
+ * @param {String} opts.agentTeamId team id of agents to be considered
43328
43982
  */
43329
43983
  getQualityEvaluatorsActivity(opts) {
43330
43984
  opts = opts || {};
@@ -43334,7 +43988,7 @@ class QualityApi {
43334
43988
  '/api/v2/quality/evaluators/activity',
43335
43989
  'GET',
43336
43990
  { },
43337
- { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'startTime': opts['startTime'],'endTime': opts['endTime'],'name': opts['name'],'permission': this.apiClient.buildCollectionParam(opts['permission'], 'multi'),'group': opts['group'] },
43991
+ { 'pageSize': opts['pageSize'],'pageNumber': opts['pageNumber'],'sortBy': opts['sortBy'],'expand': this.apiClient.buildCollectionParam(opts['expand'], 'multi'),'nextPage': opts['nextPage'],'previousPage': opts['previousPage'],'startTime': opts['startTime'],'endTime': opts['endTime'],'name': opts['name'],'permission': this.apiClient.buildCollectionParam(opts['permission'], 'multi'),'group': opts['group'],'agentTeamId': opts['agentTeamId'] },
43338
43992
  { },
43339
43993
  { },
43340
43994
  null,
@@ -44536,7 +45190,7 @@ class RecordingApi {
44536
45190
  /**
44537
45191
  * Recording service.
44538
45192
  * @module purecloud-platform-client-v2/api/RecordingApi
44539
- * @version 182.1.0
45193
+ * @version 184.0.0
44540
45194
  */
44541
45195
 
44542
45196
  /**
@@ -46173,7 +46827,7 @@ class ResponseManagementApi {
46173
46827
  /**
46174
46828
  * ResponseManagement service.
46175
46829
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46176
- * @version 182.1.0
46830
+ * @version 184.0.0
46177
46831
  */
46178
46832
 
46179
46833
  /**
@@ -46658,7 +47312,7 @@ class RoutingApi {
46658
47312
  /**
46659
47313
  * Routing service.
46660
47314
  * @module purecloud-platform-client-v2/api/RoutingApi
46661
- * @version 182.1.0
47315
+ * @version 184.0.0
46662
47316
  */
46663
47317
 
46664
47318
  /**
@@ -50366,7 +51020,7 @@ class SCIMApi {
50366
51020
  /**
50367
51021
  * SCIM service.
50368
51022
  * @module purecloud-platform-client-v2/api/SCIMApi
50369
- * @version 182.1.0
51023
+ * @version 184.0.0
50370
51024
  */
50371
51025
 
50372
51026
  /**
@@ -51243,7 +51897,7 @@ class ScriptsApi {
51243
51897
  /**
51244
51898
  * Scripts service.
51245
51899
  * @module purecloud-platform-client-v2/api/ScriptsApi
51246
- * @version 182.1.0
51900
+ * @version 184.0.0
51247
51901
  */
51248
51902
 
51249
51903
  /**
@@ -51687,7 +52341,7 @@ class SearchApi {
51687
52341
  /**
51688
52342
  * Search service.
51689
52343
  * @module purecloud-platform-client-v2/api/SearchApi
51690
- * @version 182.1.0
52344
+ * @version 184.0.0
51691
52345
  */
51692
52346
 
51693
52347
  /**
@@ -52376,7 +53030,7 @@ class SettingsApi {
52376
53030
  /**
52377
53031
  * Settings service.
52378
53032
  * @module purecloud-platform-client-v2/api/SettingsApi
52379
- * @version 182.1.0
53033
+ * @version 184.0.0
52380
53034
  */
52381
53035
 
52382
53036
  /**
@@ -52441,7 +53095,7 @@ class SpeechTextAnalyticsApi {
52441
53095
  /**
52442
53096
  * SpeechTextAnalytics service.
52443
53097
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52444
- * @version 182.1.0
53098
+ * @version 184.0.0
52445
53099
  */
52446
53100
 
52447
53101
  /**
@@ -53554,7 +54208,7 @@ class StationsApi {
53554
54208
  /**
53555
54209
  * Stations service.
53556
54210
  * @module purecloud-platform-client-v2/api/StationsApi
53557
- * @version 182.1.0
54211
+ * @version 184.0.0
53558
54212
  */
53559
54213
 
53560
54214
  /**
@@ -53656,7 +54310,7 @@ class SuggestApi {
53656
54310
  /**
53657
54311
  * Suggest service.
53658
54312
  * @module purecloud-platform-client-v2/api/SuggestApi
53659
- * @version 182.1.0
54313
+ * @version 184.0.0
53660
54314
  */
53661
54315
 
53662
54316
  /**
@@ -53795,7 +54449,7 @@ class TaskManagementApi {
53795
54449
  /**
53796
54450
  * TaskManagement service.
53797
54451
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53798
- * @version 182.1.0
54452
+ * @version 184.0.0
53799
54453
  */
53800
54454
 
53801
54455
  /**
@@ -55076,7 +55730,7 @@ class TeamsApi {
55076
55730
  /**
55077
55731
  * Teams service.
55078
55732
  * @module purecloud-platform-client-v2/api/TeamsApi
55079
- * @version 182.1.0
55733
+ * @version 184.0.0
55080
55734
  */
55081
55735
 
55082
55736
  /**
@@ -55378,7 +56032,7 @@ class TelephonyApi {
55378
56032
  /**
55379
56033
  * Telephony service.
55380
56034
  * @module purecloud-platform-client-v2/api/TelephonyApi
55381
- * @version 182.1.0
56035
+ * @version 184.0.0
55382
56036
  */
55383
56037
 
55384
56038
  /**
@@ -55562,7 +56216,7 @@ class TelephonyProvidersEdgeApi {
55562
56216
  /**
55563
56217
  * TelephonyProvidersEdge service.
55564
56218
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55565
- * @version 182.1.0
56219
+ * @version 184.0.0
55566
56220
  */
55567
56221
 
55568
56222
  /**
@@ -58936,7 +59590,7 @@ class TextbotsApi {
58936
59590
  /**
58937
59591
  * Textbots service.
58938
59592
  * @module purecloud-platform-client-v2/api/TextbotsApi
58939
- * @version 182.1.0
59593
+ * @version 184.0.0
58940
59594
  */
58941
59595
 
58942
59596
  /**
@@ -59064,7 +59718,7 @@ class TokensApi {
59064
59718
  /**
59065
59719
  * Tokens service.
59066
59720
  * @module purecloud-platform-client-v2/api/TokensApi
59067
- * @version 182.1.0
59721
+ * @version 184.0.0
59068
59722
  */
59069
59723
 
59070
59724
  /**
@@ -59220,7 +59874,7 @@ class UploadsApi {
59220
59874
  /**
59221
59875
  * Uploads service.
59222
59876
  * @module purecloud-platform-client-v2/api/UploadsApi
59223
- * @version 182.1.0
59877
+ * @version 184.0.0
59224
59878
  */
59225
59879
 
59226
59880
  /**
@@ -59396,7 +60050,7 @@ class UsageApi {
59396
60050
  /**
59397
60051
  * Usage service.
59398
60052
  * @module purecloud-platform-client-v2/api/UsageApi
59399
- * @version 182.1.0
60053
+ * @version 184.0.0
59400
60054
  */
59401
60055
 
59402
60056
  /**
@@ -59606,7 +60260,7 @@ class UserRecordingsApi {
59606
60260
  /**
59607
60261
  * UserRecordings service.
59608
60262
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59609
- * @version 182.1.0
60263
+ * @version 184.0.0
59610
60264
  */
59611
60265
 
59612
60266
  /**
@@ -59791,7 +60445,7 @@ class UsersApi {
59791
60445
  /**
59792
60446
  * Users service.
59793
60447
  * @module purecloud-platform-client-v2/api/UsersApi
59794
- * @version 182.1.0
60448
+ * @version 184.0.0
59795
60449
  */
59796
60450
 
59797
60451
  /**
@@ -62442,7 +63096,7 @@ class UtilitiesApi {
62442
63096
  /**
62443
63097
  * Utilities service.
62444
63098
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62445
- * @version 182.1.0
63099
+ * @version 184.0.0
62446
63100
  */
62447
63101
 
62448
63102
  /**
@@ -62553,7 +63207,7 @@ class VoicemailApi {
62553
63207
  /**
62554
63208
  * Voicemail service.
62555
63209
  * @module purecloud-platform-client-v2/api/VoicemailApi
62556
- * @version 182.1.0
63210
+ * @version 184.0.0
62557
63211
  */
62558
63212
 
62559
63213
  /**
@@ -63220,7 +63874,7 @@ class WebChatApi {
63220
63874
  /**
63221
63875
  * WebChat service.
63222
63876
  * @module purecloud-platform-client-v2/api/WebChatApi
63223
- * @version 182.1.0
63877
+ * @version 184.0.0
63224
63878
  */
63225
63879
 
63226
63880
  /**
@@ -63769,7 +64423,7 @@ class WebDeploymentsApi {
63769
64423
  /**
63770
64424
  * WebDeployments service.
63771
64425
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63772
- * @version 182.1.0
64426
+ * @version 184.0.0
63773
64427
  */
63774
64428
 
63775
64429
  /**
@@ -64296,7 +64950,7 @@ class WebMessagingApi {
64296
64950
  /**
64297
64951
  * WebMessaging service.
64298
64952
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64299
- * @version 182.1.0
64953
+ * @version 184.0.0
64300
64954
  */
64301
64955
 
64302
64956
  /**
@@ -64342,7 +64996,7 @@ class WidgetsApi {
64342
64996
  /**
64343
64997
  * Widgets service.
64344
64998
  * @module purecloud-platform-client-v2/api/WidgetsApi
64345
- * @version 182.1.0
64999
+ * @version 184.0.0
64346
65000
  */
64347
65001
 
64348
65002
  /**
@@ -64488,7 +65142,7 @@ class WorkforceManagementApi {
64488
65142
  /**
64489
65143
  * WorkforceManagement service.
64490
65144
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64491
- * @version 182.1.0
65145
+ * @version 184.0.0
64492
65146
  */
64493
65147
 
64494
65148
  /**
@@ -69662,7 +70316,7 @@ class WorkforceManagementApi {
69662
70316
  * </pre>
69663
70317
  * </p>
69664
70318
  * @module purecloud-platform-client-v2/index
69665
- * @version 182.1.0
70319
+ * @version 184.0.0
69666
70320
  */
69667
70321
  class platformClient {
69668
70322
  constructor() {
@@ -69841,6 +70495,11 @@ class platformClient {
69841
70495
  * @property {module:purecloud-platform-client-v2/api/LocationsApi}
69842
70496
  */
69843
70497
  this.LocationsApi = LocationsApi;
70498
+ /**
70499
+ * The LogCaptureApi service constructor.
70500
+ * @property {module:purecloud-platform-client-v2/api/LogCaptureApi}
70501
+ */
70502
+ this.LogCaptureApi = LogCaptureApi;
69844
70503
  /**
69845
70504
  * The MessagingApi service constructor.
69846
70505
  * @property {module:purecloud-platform-client-v2/api/MessagingApi}