purecloud-platform-client-v2 182.0.0 → 183.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 (83) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +191 -113
  3. package/dist/web-amd/purecloud-platform-client-v2.js +191 -113
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +218 -950
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +4384 -20978
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +304 -214
  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 +41 -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 +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 +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/MessagingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -6
  54. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/QualityApi.js +7 -4
  56. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -402,7 +402,7 @@ class Configuration {
402
402
 
403
403
  /**
404
404
  * @module purecloud-platform-client-v2/ApiClient
405
- * @version 182.0.0
405
+ * @version 183.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.0.0
1491
+ * @version 183.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.0.0
2152
+ * @version 183.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
  *
@@ -4076,8 +4120,9 @@ class AnalyticsApi {
4076
4120
 
4077
4121
  /**
4078
4122
  * Place a scheduled report immediately into the reporting queue
4079
- *
4123
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports/{exportId}/execute instead
4080
4124
  * @param {String} scheduleId Schedule ID
4125
+ * @deprecated
4081
4126
  */
4082
4127
  postAnalyticsReportingScheduleRunreport(scheduleId) {
4083
4128
  // verify the required parameter 'scheduleId' is set
@@ -4101,8 +4146,9 @@ class AnalyticsApi {
4101
4146
 
4102
4147
  /**
4103
4148
  * Create a scheduled report job
4104
- * Create a scheduled report job.
4149
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports instead
4105
4150
  * @param {Object} body ReportSchedule
4151
+ * @deprecated
4106
4152
  */
4107
4153
  postAnalyticsReportingSchedules(body) {
4108
4154
  // verify the required parameter 'body' is set
@@ -4550,9 +4596,10 @@ class AnalyticsApi {
4550
4596
 
4551
4597
  /**
4552
4598
  * Update a scheduled report job.
4553
- *
4599
+ * This route is deprecated, please use PATCH:api/v2/analytics/reporting/exports/{exportId}/schedule instead
4554
4600
  * @param {String} scheduleId Schedule ID
4555
4601
  * @param {Object} body ReportSchedule
4602
+ * @deprecated
4556
4603
  */
4557
4604
  putAnalyticsReportingSchedule(scheduleId, body) {
4558
4605
  // verify the required parameter 'scheduleId' is set
@@ -4584,7 +4631,7 @@ class ArchitectApi {
4584
4631
  /**
4585
4632
  * Architect service.
4586
4633
  * @module purecloud-platform-client-v2/api/ArchitectApi
4587
- * @version 182.0.0
4634
+ * @version 183.0.0
4588
4635
  */
4589
4636
 
4590
4637
  /**
@@ -8419,7 +8466,7 @@ class AuditApi {
8419
8466
  /**
8420
8467
  * Audit service.
8421
8468
  * @module purecloud-platform-client-v2/api/AuditApi
8422
- * @version 182.0.0
8469
+ * @version 183.0.0
8423
8470
  */
8424
8471
 
8425
8472
  /**
@@ -8590,7 +8637,7 @@ class AuthorizationApi {
8590
8637
  /**
8591
8638
  * Authorization service.
8592
8639
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8593
- * @version 182.0.0
8640
+ * @version 183.0.0
8594
8641
  */
8595
8642
 
8596
8643
  /**
@@ -9821,7 +9868,7 @@ class BillingApi {
9821
9868
  /**
9822
9869
  * Billing service.
9823
9870
  * @module purecloud-platform-client-v2/api/BillingApi
9824
- * @version 182.0.0
9871
+ * @version 183.0.0
9825
9872
  */
9826
9873
 
9827
9874
  /**
@@ -9901,7 +9948,7 @@ class CarrierServicesApi {
9901
9948
  /**
9902
9949
  * CarrierServices service.
9903
9950
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9904
- * @version 182.0.0
9951
+ * @version 183.0.0
9905
9952
  */
9906
9953
 
9907
9954
  /**
@@ -9971,7 +10018,7 @@ class ChatApi {
9971
10018
  /**
9972
10019
  * Chat service.
9973
10020
  * @module purecloud-platform-client-v2/api/ChatApi
9974
- * @version 182.0.0
10021
+ * @version 183.0.0
9975
10022
  */
9976
10023
 
9977
10024
  /**
@@ -10667,7 +10714,7 @@ class CoachingApi {
10667
10714
  /**
10668
10715
  * Coaching service.
10669
10716
  * @module purecloud-platform-client-v2/api/CoachingApi
10670
- * @version 182.0.0
10717
+ * @version 183.0.0
10671
10718
  */
10672
10719
 
10673
10720
  /**
@@ -11244,7 +11291,7 @@ class ContentManagementApi {
11244
11291
  /**
11245
11292
  * ContentManagement service.
11246
11293
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11247
- * @version 182.0.0
11294
+ * @version 183.0.0
11248
11295
  */
11249
11296
 
11250
11297
  /**
@@ -12387,7 +12434,7 @@ class ConversationsApi {
12387
12434
  /**
12388
12435
  * Conversations service.
12389
12436
  * @module purecloud-platform-client-v2/api/ConversationsApi
12390
- * @version 182.0.0
12437
+ * @version 183.0.0
12391
12438
  */
12392
12439
 
12393
12440
  /**
@@ -19527,7 +19574,7 @@ class DataExtensionsApi {
19527
19574
  /**
19528
19575
  * DataExtensions service.
19529
19576
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19530
- * @version 182.0.0
19577
+ * @version 183.0.0
19531
19578
  */
19532
19579
 
19533
19580
  /**
@@ -19613,7 +19660,7 @@ class DownloadsApi {
19613
19660
  /**
19614
19661
  * Downloads service.
19615
19662
  * @module purecloud-platform-client-v2/api/DownloadsApi
19616
- * @version 182.0.0
19663
+ * @version 183.0.0
19617
19664
  */
19618
19665
 
19619
19666
  /**
@@ -19665,7 +19712,7 @@ class EmailsApi {
19665
19712
  /**
19666
19713
  * Emails service.
19667
19714
  * @module purecloud-platform-client-v2/api/EmailsApi
19668
- * @version 182.0.0
19715
+ * @version 183.0.0
19669
19716
  */
19670
19717
 
19671
19718
  /**
@@ -19730,7 +19777,7 @@ class EventsApi {
19730
19777
  /**
19731
19778
  * Events service.
19732
19779
  * @module purecloud-platform-client-v2/api/EventsApi
19733
- * @version 182.0.0
19780
+ * @version 183.0.0
19734
19781
  */
19735
19782
 
19736
19783
  /**
@@ -19826,7 +19873,7 @@ class ExternalContactsApi {
19826
19873
  /**
19827
19874
  * ExternalContacts service.
19828
19875
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19829
- * @version 182.0.0
19876
+ * @version 183.0.0
19830
19877
  */
19831
19878
 
19832
19879
  /**
@@ -21784,7 +21831,7 @@ class FaxApi {
21784
21831
  /**
21785
21832
  * Fax service.
21786
21833
  * @module purecloud-platform-client-v2/api/FaxApi
21787
- * @version 182.0.0
21834
+ * @version 183.0.0
21788
21835
  */
21789
21836
 
21790
21837
  /**
@@ -21955,7 +22002,7 @@ class FlowsApi {
21955
22002
  /**
21956
22003
  * Flows service.
21957
22004
  * @module purecloud-platform-client-v2/api/FlowsApi
21958
- * @version 182.0.0
22005
+ * @version 183.0.0
21959
22006
  */
21960
22007
 
21961
22008
  /**
@@ -22139,7 +22186,7 @@ class GamificationApi {
22139
22186
  /**
22140
22187
  * Gamification service.
22141
22188
  * @module purecloud-platform-client-v2/api/GamificationApi
22142
- * @version 182.0.0
22189
+ * @version 183.0.0
22143
22190
  */
22144
22191
 
22145
22192
  /**
@@ -24225,7 +24272,7 @@ class GeneralDataProtectionRegulationApi {
24225
24272
  /**
24226
24273
  * GeneralDataProtectionRegulation service.
24227
24274
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24228
- * @version 182.0.0
24275
+ * @version 183.0.0
24229
24276
  */
24230
24277
 
24231
24278
  /**
@@ -24355,7 +24402,7 @@ class GeolocationApi {
24355
24402
  /**
24356
24403
  * Geolocation service.
24357
24404
  * @module purecloud-platform-client-v2/api/GeolocationApi
24358
- * @version 182.0.0
24405
+ * @version 183.0.0
24359
24406
  */
24360
24407
 
24361
24408
  /**
@@ -24486,7 +24533,7 @@ class GreetingsApi {
24486
24533
  /**
24487
24534
  * Greetings service.
24488
24535
  * @module purecloud-platform-client-v2/api/GreetingsApi
24489
- * @version 182.0.0
24536
+ * @version 183.0.0
24490
24537
  */
24491
24538
 
24492
24539
  /**
@@ -24941,7 +24988,7 @@ class GroupsApi {
24941
24988
  /**
24942
24989
  * Groups service.
24943
24990
  * @module purecloud-platform-client-v2/api/GroupsApi
24944
- * @version 182.0.0
24991
+ * @version 183.0.0
24945
24992
  */
24946
24993
 
24947
24994
  /**
@@ -25460,7 +25507,7 @@ class IdentityProviderApi {
25460
25507
  /**
25461
25508
  * IdentityProvider service.
25462
25509
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25463
- * @version 182.0.0
25510
+ * @version 183.0.0
25464
25511
  */
25465
25512
 
25466
25513
  /**
@@ -26216,7 +26263,7 @@ class InfrastructureAsCodeApi {
26216
26263
  /**
26217
26264
  * InfrastructureAsCode service.
26218
26265
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26219
- * @version 182.0.0
26266
+ * @version 183.0.0
26220
26267
  */
26221
26268
 
26222
26269
  /**
@@ -26383,7 +26430,7 @@ class IntegrationsApi {
26383
26430
  /**
26384
26431
  * Integrations service.
26385
26432
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26386
- * @version 182.0.0
26433
+ * @version 183.0.0
26387
26434
  */
26388
26435
 
26389
26436
  /**
@@ -27993,7 +28040,7 @@ class IntegrationsApi {
27993
28040
  }
27994
28041
 
27995
28042
  /**
27996
- * Create a new Action
28043
+ * 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
28044
  *
27998
28045
  * @param {Object} body Input used to create Action.
27999
28046
  */
@@ -28345,7 +28392,7 @@ class JourneyApi {
28345
28392
  /**
28346
28393
  * Journey service.
28347
28394
  * @module purecloud-platform-client-v2/api/JourneyApi
28348
- * @version 182.0.0
28395
+ * @version 183.0.0
28349
28396
  */
28350
28397
 
28351
28398
  /**
@@ -28792,14 +28839,14 @@ class JourneyApi {
28792
28839
  *
28793
28840
  * @param {String} deploymentId The ID of the deployment sending the ping.
28794
28841
  * @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
28842
  * @param {Object} opts Optional parameters
28797
28843
  * @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
28844
  * @param {String} opts.dt Document Title. A human readable name for the page or screen
28799
28845
  * @param {String} opts.appNamespace Namespace of the application (e.g. com.genesys.bancodinero). Used for domain filtering in application sessions
28846
+ * @param {String} opts.sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
28800
28847
  * @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
28848
  */
28802
- getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, sessionId, opts) {
28849
+ getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, opts) {
28803
28850
  opts = opts || {};
28804
28851
 
28805
28852
  // verify the required parameter 'deploymentId' is set
@@ -28810,16 +28857,12 @@ class JourneyApi {
28810
28857
  if (customerCookieId === undefined || customerCookieId === null) {
28811
28858
  throw 'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';
28812
28859
  }
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
28860
 
28818
28861
  return this.apiClient.callApi(
28819
28862
  '/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping',
28820
28863
  'GET',
28821
28864
  { 'deploymentId': deploymentId,'customerCookieId': customerCookieId },
28822
- { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': sessionId,'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28865
+ { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': opts['sessionId'],'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28823
28866
  { },
28824
28867
  { },
28825
28868
  null,
@@ -29580,7 +29623,7 @@ class KnowledgeApi {
29580
29623
  /**
29581
29624
  * Knowledge service.
29582
29625
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29583
- * @version 182.0.0
29626
+ * @version 183.0.0
29584
29627
  */
29585
29628
 
29586
29629
  /**
@@ -32401,7 +32444,7 @@ class LanguageUnderstandingApi {
32401
32444
  /**
32402
32445
  * LanguageUnderstanding service.
32403
32446
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32404
- * @version 182.0.0
32447
+ * @version 183.0.0
32405
32448
  */
32406
32449
 
32407
32450
  /**
@@ -33414,7 +33457,7 @@ class LanguagesApi {
33414
33457
  /**
33415
33458
  * Languages service.
33416
33459
  * @module purecloud-platform-client-v2/api/LanguagesApi
33417
- * @version 182.0.0
33460
+ * @version 183.0.0
33418
33461
  */
33419
33462
 
33420
33463
  /**
@@ -33636,7 +33679,7 @@ class LearningApi {
33636
33679
  /**
33637
33680
  * Learning service.
33638
33681
  * @module purecloud-platform-client-v2/api/LearningApi
33639
- * @version 182.0.0
33682
+ * @version 183.0.0
33640
33683
  */
33641
33684
 
33642
33685
  /**
@@ -33937,6 +33980,7 @@ class LearningApi {
33937
33980
  * @param {Array.<String>} opts.expand Fields to expand in response(case insensitive)
33938
33981
  * @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
33982
  * @param {Array.<String>} opts.statuses Specifies the module statuses to filter by
33983
+ * @param {Array.<String>} opts.externalIds Specifies the module external IDs to filter by. Only one ID is allowed
33940
33984
  */
33941
33985
  getLearningModules(opts) {
33942
33986
  opts = opts || {};
@@ -33946,7 +33990,7 @@ class LearningApi {
33946
33990
  '/api/v2/learning/modules',
33947
33991
  'GET',
33948
33992
  { },
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') },
33993
+ { '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
33994
  { },
33951
33995
  { },
33952
33996
  null,
@@ -34073,6 +34117,42 @@ class LearningApi {
34073
34117
  );
34074
34118
  }
34075
34119
 
34120
+ /**
34121
+ * Update an external assignment for a specific user
34122
+ *
34123
+ * @param {String} moduleId Key identifier for the module
34124
+ * @param {String} userId Key identifier for the user
34125
+ * @param {Object} body The learning request for updating the assignment
34126
+ * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34127
+ */
34128
+ patchLearningModuleUserAssignments(moduleId, userId, body) {
34129
+ // verify the required parameter 'moduleId' is set
34130
+ if (moduleId === undefined || moduleId === null) {
34131
+ throw 'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';
34132
+ }
34133
+ // verify the required parameter 'userId' is set
34134
+ if (userId === undefined || userId === null) {
34135
+ throw 'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';
34136
+ }
34137
+ // verify the required parameter 'body' is set
34138
+ if (body === undefined || body === null) {
34139
+ throw 'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';
34140
+ }
34141
+
34142
+ return this.apiClient.callApi(
34143
+ '/api/v2/learning/modules/{moduleId}/users/{userId}/assignments',
34144
+ 'PATCH',
34145
+ { 'moduleId': moduleId,'userId': userId },
34146
+ { },
34147
+ { },
34148
+ { },
34149
+ body,
34150
+ ['PureCloud OAuth'],
34151
+ ['application/json'],
34152
+ ['application/json']
34153
+ );
34154
+ }
34155
+
34076
34156
  /**
34077
34157
  * Score learning assessment for preview
34078
34158
  *
@@ -34455,7 +34535,7 @@ class LicenseApi {
34455
34535
  /**
34456
34536
  * License service.
34457
34537
  * @module purecloud-platform-client-v2/api/LicenseApi
34458
- * @version 182.0.0
34538
+ * @version 183.0.0
34459
34539
  */
34460
34540
 
34461
34541
  /**
@@ -34693,7 +34773,7 @@ class LocationsApi {
34693
34773
  /**
34694
34774
  * Locations service.
34695
34775
  * @module purecloud-platform-client-v2/api/LocationsApi
34696
- * @version 182.0.0
34776
+ * @version 183.0.0
34697
34777
  */
34698
34778
 
34699
34779
  /**
@@ -34929,7 +35009,7 @@ class MessagingApi {
34929
35009
  /**
34930
35010
  * Messaging service.
34931
35011
  * @module purecloud-platform-client-v2/api/MessagingApi
34932
- * @version 182.0.0
35012
+ * @version 183.0.0
34933
35013
  */
34934
35014
 
34935
35015
  /**
@@ -35288,7 +35368,7 @@ class MobileDevicesApi {
35288
35368
  /**
35289
35369
  * MobileDevices service.
35290
35370
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35291
- * @version 182.0.0
35371
+ * @version 183.0.0
35292
35372
  */
35293
35373
 
35294
35374
  /**
@@ -35439,7 +35519,7 @@ class NotificationsApi {
35439
35519
  /**
35440
35520
  * Notifications service.
35441
35521
  * @module purecloud-platform-client-v2/api/NotificationsApi
35442
- * @version 182.0.0
35522
+ * @version 183.0.0
35443
35523
  */
35444
35524
 
35445
35525
  /**
@@ -35672,7 +35752,7 @@ class OAuthApi {
35672
35752
  /**
35673
35753
  * OAuth service.
35674
35754
  * @module purecloud-platform-client-v2/api/OAuthApi
35675
- * @version 182.0.0
35755
+ * @version 183.0.0
35676
35756
  */
35677
35757
 
35678
35758
  /**
@@ -36038,7 +36118,7 @@ class ObjectsApi {
36038
36118
  /**
36039
36119
  * Objects service.
36040
36120
  * @module purecloud-platform-client-v2/api/ObjectsApi
36041
- * @version 182.0.0
36121
+ * @version 183.0.0
36042
36122
  */
36043
36123
 
36044
36124
  /**
@@ -36309,7 +36389,7 @@ class OperationalEventsApi {
36309
36389
  /**
36310
36390
  * OperationalEvents service.
36311
36391
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36312
- * @version 182.0.0
36392
+ * @version 183.0.0
36313
36393
  */
36314
36394
 
36315
36395
  /**
@@ -36375,7 +36455,7 @@ class OrganizationApi {
36375
36455
  /**
36376
36456
  * Organization service.
36377
36457
  * @module purecloud-platform-client-v2/api/OrganizationApi
36378
- * @version 182.0.0
36458
+ * @version 183.0.0
36379
36459
  */
36380
36460
 
36381
36461
  /**
@@ -36830,7 +36910,7 @@ class OrganizationAuthorizationApi {
36830
36910
  /**
36831
36911
  * OrganizationAuthorization service.
36832
36912
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36833
- * @version 182.0.0
36913
+ * @version 183.0.0
36834
36914
  */
36835
36915
 
36836
36916
  /**
@@ -38177,7 +38257,7 @@ class OutboundApi {
38177
38257
  /**
38178
38258
  * Outbound service.
38179
38259
  * @module purecloud-platform-client-v2/api/OutboundApi
38180
- * @version 182.0.0
38260
+ * @version 183.0.0
38181
38261
  */
38182
38262
 
38183
38263
  /**
@@ -41799,7 +41879,7 @@ class PresenceApi {
41799
41879
  /**
41800
41880
  * Presence service.
41801
41881
  * @module purecloud-platform-client-v2/api/PresenceApi
41802
- * @version 182.0.0
41882
+ * @version 183.0.0
41803
41883
  */
41804
41884
 
41805
41885
  /**
@@ -41818,7 +41898,6 @@ class PresenceApi {
41818
41898
  * Delete a Presence Definition
41819
41899
  *
41820
41900
  * @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
41901
  */
41823
41902
  deletePresenceDefinition0(definitionId) {
41824
41903
  // verify the required parameter 'definitionId' is set
@@ -41896,7 +41975,6 @@ class PresenceApi {
41896
41975
  * @param {String} definitionId Presence Definition ID
41897
41976
  * @param {Object} opts Optional parameters
41898
41977
  * @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
41978
  */
41901
41979
  getPresenceDefinition0(definitionId, opts) {
41902
41980
  opts = opts || {};
@@ -41927,7 +42005,6 @@ class PresenceApi {
41927
42005
  * @param {String} opts.deactivated Deactivated query can be TRUE or FALSE (default to false)
41928
42006
  * @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
42007
  * @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
42008
  */
41932
42009
  getPresenceDefinitions0(opts) {
41933
42010
  opts = opts || {};
@@ -42294,7 +42371,6 @@ class PresenceApi {
42294
42371
  * Create a Presence Definition
42295
42372
  *
42296
42373
  * @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
42374
  */
42299
42375
  postPresenceDefinitions0(body) {
42300
42376
  // verify the required parameter 'body' is set
@@ -42371,7 +42447,6 @@ class PresenceApi {
42371
42447
  *
42372
42448
  * @param {String} definitionId Presence Definition ID
42373
42449
  * @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
42450
  */
42376
42451
  putPresenceDefinition0(definitionId, body) {
42377
42452
  // verify the required parameter 'definitionId' is set
@@ -42543,7 +42618,7 @@ class ProcessAutomationApi {
42543
42618
  /**
42544
42619
  * ProcessAutomation service.
42545
42620
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42546
- * @version 182.0.0
42621
+ * @version 183.0.0
42547
42622
  */
42548
42623
 
42549
42624
  /**
@@ -42782,7 +42857,7 @@ class QualityApi {
42782
42857
  /**
42783
42858
  * Quality service.
42784
42859
  * @module purecloud-platform-client-v2/api/QualityApi
42785
- * @version 182.0.0
42860
+ * @version 183.0.0
42786
42861
  */
42787
42862
 
42788
42863
  /**
@@ -43065,6 +43140,7 @@ class QualityApi {
43065
43140
  * @param {String} opts.evaluatorUserId user id of the evaluator
43066
43141
  * @param {String} opts.name name
43067
43142
  * @param {String} opts.group group id
43143
+ * @param {String} opts.agentTeamId team id of agents requested
43068
43144
  * @param {String} opts.formContextId shared id between form versions
43069
43145
  */
43070
43146
  getQualityAgentsActivity(opts) {
@@ -43075,7 +43151,7 @@ class QualityApi {
43075
43151
  '/api/v2/quality/agents/activity',
43076
43152
  'GET',
43077
43153
  { },
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'] },
43154
+ { '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
43155
  { },
43080
43156
  { },
43081
43157
  null,
@@ -43279,6 +43355,7 @@ class QualityApi {
43279
43355
  * @param {String} opts.previousPage Previous page token
43280
43356
  * @param {String} opts.conversationId conversationId specified
43281
43357
  * @param {String} opts.agentUserId user id of the agent
43358
+ * @param {String} opts.agentTeamId team id of the agent
43282
43359
  * @param {String} opts.evaluatorUserId evaluator user id
43283
43360
  * @param {String} opts.assigneeUserId assignee user id
43284
43361
  * @param {String} opts.queueId queue id
@@ -43300,7 +43377,7 @@ class QualityApi {
43300
43377
  '/api/v2/quality/evaluations/query',
43301
43378
  'GET',
43302
43379
  { },
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'] },
43380
+ { '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
43381
  { },
43305
43382
  { },
43306
43383
  null,
@@ -43325,6 +43402,7 @@ class QualityApi {
43325
43402
  * @param {String} opts.name Evaluator name
43326
43403
  * @param {Array.<String>} opts.permission permission strings
43327
43404
  * @param {String} opts.group group id
43405
+ * @param {String} opts.agentTeamId team id of agents to be considered
43328
43406
  */
43329
43407
  getQualityEvaluatorsActivity(opts) {
43330
43408
  opts = opts || {};
@@ -43334,7 +43412,7 @@ class QualityApi {
43334
43412
  '/api/v2/quality/evaluators/activity',
43335
43413
  'GET',
43336
43414
  { },
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'] },
43415
+ { '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
43416
  { },
43339
43417
  { },
43340
43418
  null,
@@ -44536,7 +44614,7 @@ class RecordingApi {
44536
44614
  /**
44537
44615
  * Recording service.
44538
44616
  * @module purecloud-platform-client-v2/api/RecordingApi
44539
- * @version 182.0.0
44617
+ * @version 183.0.0
44540
44618
  */
44541
44619
 
44542
44620
  /**
@@ -46173,7 +46251,7 @@ class ResponseManagementApi {
46173
46251
  /**
46174
46252
  * ResponseManagement service.
46175
46253
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46176
- * @version 182.0.0
46254
+ * @version 183.0.0
46177
46255
  */
46178
46256
 
46179
46257
  /**
@@ -46658,7 +46736,7 @@ class RoutingApi {
46658
46736
  /**
46659
46737
  * Routing service.
46660
46738
  * @module purecloud-platform-client-v2/api/RoutingApi
46661
- * @version 182.0.0
46739
+ * @version 183.0.0
46662
46740
  */
46663
46741
 
46664
46742
  /**
@@ -50366,7 +50444,7 @@ class SCIMApi {
50366
50444
  /**
50367
50445
  * SCIM service.
50368
50446
  * @module purecloud-platform-client-v2/api/SCIMApi
50369
- * @version 182.0.0
50447
+ * @version 183.0.0
50370
50448
  */
50371
50449
 
50372
50450
  /**
@@ -51243,7 +51321,7 @@ class ScriptsApi {
51243
51321
  /**
51244
51322
  * Scripts service.
51245
51323
  * @module purecloud-platform-client-v2/api/ScriptsApi
51246
- * @version 182.0.0
51324
+ * @version 183.0.0
51247
51325
  */
51248
51326
 
51249
51327
  /**
@@ -51687,7 +51765,7 @@ class SearchApi {
51687
51765
  /**
51688
51766
  * Search service.
51689
51767
  * @module purecloud-platform-client-v2/api/SearchApi
51690
- * @version 182.0.0
51768
+ * @version 183.0.0
51691
51769
  */
51692
51770
 
51693
51771
  /**
@@ -52376,7 +52454,7 @@ class SettingsApi {
52376
52454
  /**
52377
52455
  * Settings service.
52378
52456
  * @module purecloud-platform-client-v2/api/SettingsApi
52379
- * @version 182.0.0
52457
+ * @version 183.0.0
52380
52458
  */
52381
52459
 
52382
52460
  /**
@@ -52441,7 +52519,7 @@ class SpeechTextAnalyticsApi {
52441
52519
  /**
52442
52520
  * SpeechTextAnalytics service.
52443
52521
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52444
- * @version 182.0.0
52522
+ * @version 183.0.0
52445
52523
  */
52446
52524
 
52447
52525
  /**
@@ -53554,7 +53632,7 @@ class StationsApi {
53554
53632
  /**
53555
53633
  * Stations service.
53556
53634
  * @module purecloud-platform-client-v2/api/StationsApi
53557
- * @version 182.0.0
53635
+ * @version 183.0.0
53558
53636
  */
53559
53637
 
53560
53638
  /**
@@ -53656,7 +53734,7 @@ class SuggestApi {
53656
53734
  /**
53657
53735
  * Suggest service.
53658
53736
  * @module purecloud-platform-client-v2/api/SuggestApi
53659
- * @version 182.0.0
53737
+ * @version 183.0.0
53660
53738
  */
53661
53739
 
53662
53740
  /**
@@ -53795,7 +53873,7 @@ class TaskManagementApi {
53795
53873
  /**
53796
53874
  * TaskManagement service.
53797
53875
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53798
- * @version 182.0.0
53876
+ * @version 183.0.0
53799
53877
  */
53800
53878
 
53801
53879
  /**
@@ -55076,7 +55154,7 @@ class TeamsApi {
55076
55154
  /**
55077
55155
  * Teams service.
55078
55156
  * @module purecloud-platform-client-v2/api/TeamsApi
55079
- * @version 182.0.0
55157
+ * @version 183.0.0
55080
55158
  */
55081
55159
 
55082
55160
  /**
@@ -55378,7 +55456,7 @@ class TelephonyApi {
55378
55456
  /**
55379
55457
  * Telephony service.
55380
55458
  * @module purecloud-platform-client-v2/api/TelephonyApi
55381
- * @version 182.0.0
55459
+ * @version 183.0.0
55382
55460
  */
55383
55461
 
55384
55462
  /**
@@ -55562,7 +55640,7 @@ class TelephonyProvidersEdgeApi {
55562
55640
  /**
55563
55641
  * TelephonyProvidersEdge service.
55564
55642
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55565
- * @version 182.0.0
55643
+ * @version 183.0.0
55566
55644
  */
55567
55645
 
55568
55646
  /**
@@ -58936,7 +59014,7 @@ class TextbotsApi {
58936
59014
  /**
58937
59015
  * Textbots service.
58938
59016
  * @module purecloud-platform-client-v2/api/TextbotsApi
58939
- * @version 182.0.0
59017
+ * @version 183.0.0
58940
59018
  */
58941
59019
 
58942
59020
  /**
@@ -59064,7 +59142,7 @@ class TokensApi {
59064
59142
  /**
59065
59143
  * Tokens service.
59066
59144
  * @module purecloud-platform-client-v2/api/TokensApi
59067
- * @version 182.0.0
59145
+ * @version 183.0.0
59068
59146
  */
59069
59147
 
59070
59148
  /**
@@ -59220,7 +59298,7 @@ class UploadsApi {
59220
59298
  /**
59221
59299
  * Uploads service.
59222
59300
  * @module purecloud-platform-client-v2/api/UploadsApi
59223
- * @version 182.0.0
59301
+ * @version 183.0.0
59224
59302
  */
59225
59303
 
59226
59304
  /**
@@ -59396,7 +59474,7 @@ class UsageApi {
59396
59474
  /**
59397
59475
  * Usage service.
59398
59476
  * @module purecloud-platform-client-v2/api/UsageApi
59399
- * @version 182.0.0
59477
+ * @version 183.0.0
59400
59478
  */
59401
59479
 
59402
59480
  /**
@@ -59606,7 +59684,7 @@ class UserRecordingsApi {
59606
59684
  /**
59607
59685
  * UserRecordings service.
59608
59686
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59609
- * @version 182.0.0
59687
+ * @version 183.0.0
59610
59688
  */
59611
59689
 
59612
59690
  /**
@@ -59791,7 +59869,7 @@ class UsersApi {
59791
59869
  /**
59792
59870
  * Users service.
59793
59871
  * @module purecloud-platform-client-v2/api/UsersApi
59794
- * @version 182.0.0
59872
+ * @version 183.0.0
59795
59873
  */
59796
59874
 
59797
59875
  /**
@@ -62442,7 +62520,7 @@ class UtilitiesApi {
62442
62520
  /**
62443
62521
  * Utilities service.
62444
62522
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62445
- * @version 182.0.0
62523
+ * @version 183.0.0
62446
62524
  */
62447
62525
 
62448
62526
  /**
@@ -62553,7 +62631,7 @@ class VoicemailApi {
62553
62631
  /**
62554
62632
  * Voicemail service.
62555
62633
  * @module purecloud-platform-client-v2/api/VoicemailApi
62556
- * @version 182.0.0
62634
+ * @version 183.0.0
62557
62635
  */
62558
62636
 
62559
62637
  /**
@@ -63220,7 +63298,7 @@ class WebChatApi {
63220
63298
  /**
63221
63299
  * WebChat service.
63222
63300
  * @module purecloud-platform-client-v2/api/WebChatApi
63223
- * @version 182.0.0
63301
+ * @version 183.0.0
63224
63302
  */
63225
63303
 
63226
63304
  /**
@@ -63769,7 +63847,7 @@ class WebDeploymentsApi {
63769
63847
  /**
63770
63848
  * WebDeployments service.
63771
63849
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63772
- * @version 182.0.0
63850
+ * @version 183.0.0
63773
63851
  */
63774
63852
 
63775
63853
  /**
@@ -64296,7 +64374,7 @@ class WebMessagingApi {
64296
64374
  /**
64297
64375
  * WebMessaging service.
64298
64376
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64299
- * @version 182.0.0
64377
+ * @version 183.0.0
64300
64378
  */
64301
64379
 
64302
64380
  /**
@@ -64342,7 +64420,7 @@ class WidgetsApi {
64342
64420
  /**
64343
64421
  * Widgets service.
64344
64422
  * @module purecloud-platform-client-v2/api/WidgetsApi
64345
- * @version 182.0.0
64423
+ * @version 183.0.0
64346
64424
  */
64347
64425
 
64348
64426
  /**
@@ -64488,7 +64566,7 @@ class WorkforceManagementApi {
64488
64566
  /**
64489
64567
  * WorkforceManagement service.
64490
64568
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64491
- * @version 182.0.0
64569
+ * @version 183.0.0
64492
64570
  */
64493
64571
 
64494
64572
  /**
@@ -69662,7 +69740,7 @@ class WorkforceManagementApi {
69662
69740
  * </pre>
69663
69741
  * </p>
69664
69742
  * @module purecloud-platform-client-v2/index
69665
- * @version 182.0.0
69743
+ * @version 183.0.0
69666
69744
  */
69667
69745
  class platformClient {
69668
69746
  constructor() {