purecloud-platform-client-v2 182.1.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 +143 -110
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +143 -110
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +294 -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
@@ -399,7 +399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
399
399
 
400
400
  /**
401
401
  * @module purecloud-platform-client-v2/ApiClient
402
- * @version 182.1.0
402
+ * @version 183.0.0
403
403
  */
404
404
  class ApiClient {
405
405
  /**
@@ -1485,7 +1485,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1485
1485
  /**
1486
1486
  * Alerting service.
1487
1487
  * @module purecloud-platform-client-v2/api/AlertingApi
1488
- * @version 182.1.0
1488
+ * @version 183.0.0
1489
1489
  */
1490
1490
 
1491
1491
  /**
@@ -1527,8 +1527,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1527
1527
 
1528
1528
  /**
1529
1529
  * Delete an interaction stats alert
1530
- *
1530
+ * Apps should migrate to use DELETE /api/v2/alerting/alerts/{alertId}.
1531
1531
  * @param {String} alertId Alert ID
1532
+ * @deprecated
1532
1533
  */
1533
1534
  deleteAlertingInteractionstatsAlert(alertId) {
1534
1535
  // verify the required parameter 'alertId' is set
@@ -1551,9 +1552,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1551
1552
  }
1552
1553
 
1553
1554
  /**
1554
- * Delete an interaction stats rule.
1555
- *
1555
+ * Delete an interaction stats rule
1556
+ * Apps should migrate to use DELETE /api/v2/alerting/rules/{ruleId}.
1556
1557
  * @param {String} ruleId Rule ID
1558
+ * @deprecated
1557
1559
  */
1558
1560
  deleteAlertingInteractionstatsRule(ruleId) {
1559
1561
  // verify the required parameter 'ruleId' is set
@@ -1626,8 +1628,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1626
1628
  }
1627
1629
 
1628
1630
  /**
1629
- * Gets active alert count for a user.
1630
- *
1631
+ * Gets active alert count for a user
1632
+ * 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.
1633
+ * @deprecated
1631
1634
  */
1632
1635
  getAlertingAlertsActive() {
1633
1636
 
@@ -1647,10 +1650,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1647
1650
 
1648
1651
  /**
1649
1652
  * Get an interaction stats alert
1650
- *
1653
+ * Apps should migrate to use GET /api/v2/alerting/alerts/{alertId}.
1651
1654
  * @param {String} alertId Alert ID
1652
1655
  * @param {Object} opts Optional parameters
1653
1656
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1657
+ * @deprecated
1654
1658
  */
1655
1659
  getAlertingInteractionstatsAlert(alertId, opts) {
1656
1660
  opts = opts || {};
@@ -1675,10 +1679,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1675
1679
  }
1676
1680
 
1677
1681
  /**
1678
- * Get interaction stats alert list.
1679
- *
1682
+ * Get interaction stats alert list
1683
+ * Apps should migrate to use POST /api/v2/alerting/alerts/query.
1680
1684
  * @param {Object} opts Optional parameters
1681
1685
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1686
+ * @deprecated
1682
1687
  */
1683
1688
  getAlertingInteractionstatsAlerts(opts) {
1684
1689
  opts = opts || {};
@@ -1699,8 +1704,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1699
1704
  }
1700
1705
 
1701
1706
  /**
1702
- * Gets user unread count of interaction stats alerts.
1703
- *
1707
+ * Gets user unread count of interaction stats alerts
1708
+ * 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.
1709
+ * @deprecated
1704
1710
  */
1705
1711
  getAlertingInteractionstatsAlertsUnread() {
1706
1712
 
@@ -1719,11 +1725,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1719
1725
  }
1720
1726
 
1721
1727
  /**
1722
- * Get an interaction stats rule.
1723
- *
1728
+ * Get an interaction stats rule
1729
+ * Apps should migrate to use GET /api/v2/alerting/rules/{ruleId}.
1724
1730
  * @param {String} ruleId Rule ID
1725
1731
  * @param {Object} opts Optional parameters
1726
1732
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1733
+ * @deprecated
1727
1734
  */
1728
1735
  getAlertingInteractionstatsRule(ruleId, opts) {
1729
1736
  opts = opts || {};
@@ -1748,10 +1755,11 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1748
1755
  }
1749
1756
 
1750
1757
  /**
1751
- * Get an interaction stats rule list.
1752
- *
1758
+ * Get an interaction stats rule list
1759
+ * Apps should migrate to use POST /api/v2/alerting/rules/query.
1753
1760
  * @param {Object} opts Optional parameters
1754
1761
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1762
+ * @deprecated
1755
1763
  */
1756
1764
  getAlertingInteractionstatsRules(opts) {
1757
1765
  opts = opts || {};
@@ -1900,11 +1908,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
1900
1908
  }
1901
1909
 
1902
1910
  /**
1903
- * Create an interaction stats rule.
1904
- *
1911
+ * Create an interaction stats rule
1912
+ * Apps should migrate to use POST /api/v2/alerting/rules.
1905
1913
  * @param {Object} body AlertingRule
1906
1914
  * @param {Object} opts Optional parameters
1907
1915
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
1916
+ * @deprecated
1908
1917
  */
1909
1918
  postAlertingInteractionstatsRules(body, opts) {
1910
1919
  opts = opts || {};
@@ -2033,11 +2042,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2033
2042
 
2034
2043
  /**
2035
2044
  * Update an interaction stats alert read status
2036
- *
2045
+ * Apps should migrate to use PUT /api/v2/alerting/alerts/{alertId}.
2037
2046
  * @param {String} alertId Alert ID
2038
2047
  * @param {Object} body InteractionStatsAlert
2039
2048
  * @param {Object} opts Optional parameters
2040
2049
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
2050
+ * @deprecated
2041
2051
  */
2042
2052
  putAlertingInteractionstatsAlert(alertId, body, opts) {
2043
2053
  opts = opts || {};
@@ -2067,11 +2077,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2067
2077
 
2068
2078
  /**
2069
2079
  * Update an interaction stats rule
2070
- *
2080
+ * Apps should migrate to use PUT /api/v2/alerting/rules/{ruleId}.
2071
2081
  * @param {String} ruleId Rule ID
2072
2082
  * @param {Object} body AlertingRule
2073
2083
  * @param {Object} opts Optional parameters
2074
2084
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
2085
+ * @deprecated
2075
2086
  */
2076
2087
  putAlertingInteractionstatsRule(ruleId, body, opts) {
2077
2088
  opts = opts || {};
@@ -2135,7 +2146,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2135
2146
  /**
2136
2147
  * Analytics service.
2137
2148
  * @module purecloud-platform-client-v2/api/AnalyticsApi
2138
- * @version 182.1.0
2149
+ * @version 183.0.0
2139
2150
  */
2140
2151
 
2141
2152
  /**
@@ -2283,7 +2294,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2283
2294
 
2284
2295
  /**
2285
2296
  * Get Reporting Turns.
2286
- * 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.
2297
+ * 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.
2287
2298
  * @param {String} botFlowId ID of the bot flow.
2288
2299
  * @param {Object} opts Optional parameters
2289
2300
  * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
@@ -2316,6 +2327,39 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
2316
2327
  );
2317
2328
  }
2318
2329
 
2330
+ /**
2331
+ * Get Bot Flow Sessions.
2332
+ * 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.
2333
+ * @param {String} botFlowId ID of the bot flow.
2334
+ * @param {Object} opts Optional parameters
2335
+ * @param {String} opts.after The cursor that points to the ID of the last item in the list of entities that has been returned.
2336
+ * @param {String} opts.pageSize Max number of entities to return. Maximum of 250 (default to 50)
2337
+ * @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
2338
+ * @param {Object} opts.botResultCategories Optional case-insensitive comma separated list of Bot Result Categories to filter sessions by.
2339
+ * @param {String} opts.endLanguage Optional case-insensitive language code to filter sessions by the language the sessions ended in.
2340
+ */
2341
+ getAnalyticsBotflowSessions(botFlowId, opts) {
2342
+ opts = opts || {};
2343
+
2344
+ // verify the required parameter 'botFlowId' is set
2345
+ if (botFlowId === undefined || botFlowId === null) {
2346
+ throw 'Missing the required parameter "botFlowId" when calling getAnalyticsBotflowSessions';
2347
+ }
2348
+
2349
+ return this.apiClient.callApi(
2350
+ '/api/v2/analytics/botflows/{botFlowId}/sessions',
2351
+ 'GET',
2352
+ { 'botFlowId': botFlowId },
2353
+ { 'after': opts['after'],'pageSize': opts['pageSize'],'interval': opts['interval'],'botResultCategories': opts['botResultCategories'],'endLanguage': opts['endLanguage'] },
2354
+ { },
2355
+ { },
2356
+ null,
2357
+ ['PureCloud OAuth'],
2358
+ ['application/json'],
2359
+ ['application/json']
2360
+ );
2361
+ }
2362
+
2319
2363
  /**
2320
2364
  * Get status for async query for bot aggregates
2321
2365
  *
@@ -4073,8 +4117,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4073
4117
 
4074
4118
  /**
4075
4119
  * Place a scheduled report immediately into the reporting queue
4076
- *
4120
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports/{exportId}/execute instead
4077
4121
  * @param {String} scheduleId Schedule ID
4122
+ * @deprecated
4078
4123
  */
4079
4124
  postAnalyticsReportingScheduleRunreport(scheduleId) {
4080
4125
  // verify the required parameter 'scheduleId' is set
@@ -4098,8 +4143,9 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4098
4143
 
4099
4144
  /**
4100
4145
  * Create a scheduled report job
4101
- * Create a scheduled report job.
4146
+ * This route is deprecated, please use POST:api/v2/analytics/reporting/exports instead
4102
4147
  * @param {Object} body ReportSchedule
4148
+ * @deprecated
4103
4149
  */
4104
4150
  postAnalyticsReportingSchedules(body) {
4105
4151
  // verify the required parameter 'body' is set
@@ -4547,9 +4593,10 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4547
4593
 
4548
4594
  /**
4549
4595
  * Update a scheduled report job.
4550
- *
4596
+ * This route is deprecated, please use PATCH:api/v2/analytics/reporting/exports/{exportId}/schedule instead
4551
4597
  * @param {String} scheduleId Schedule ID
4552
4598
  * @param {Object} body ReportSchedule
4599
+ * @deprecated
4553
4600
  */
4554
4601
  putAnalyticsReportingSchedule(scheduleId, body) {
4555
4602
  // verify the required parameter 'scheduleId' is set
@@ -4581,7 +4628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
4581
4628
  /**
4582
4629
  * Architect service.
4583
4630
  * @module purecloud-platform-client-v2/api/ArchitectApi
4584
- * @version 182.1.0
4631
+ * @version 183.0.0
4585
4632
  */
4586
4633
 
4587
4634
  /**
@@ -8416,7 +8463,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8416
8463
  /**
8417
8464
  * Audit service.
8418
8465
  * @module purecloud-platform-client-v2/api/AuditApi
8419
- * @version 182.1.0
8466
+ * @version 183.0.0
8420
8467
  */
8421
8468
 
8422
8469
  /**
@@ -8587,7 +8634,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
8587
8634
  /**
8588
8635
  * Authorization service.
8589
8636
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8590
- * @version 182.1.0
8637
+ * @version 183.0.0
8591
8638
  */
8592
8639
 
8593
8640
  /**
@@ -9818,7 +9865,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9818
9865
  /**
9819
9866
  * Billing service.
9820
9867
  * @module purecloud-platform-client-v2/api/BillingApi
9821
- * @version 182.1.0
9868
+ * @version 183.0.0
9822
9869
  */
9823
9870
 
9824
9871
  /**
@@ -9898,7 +9945,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9898
9945
  /**
9899
9946
  * CarrierServices service.
9900
9947
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
9901
- * @version 182.1.0
9948
+ * @version 183.0.0
9902
9949
  */
9903
9950
 
9904
9951
  /**
@@ -9968,7 +10015,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
9968
10015
  /**
9969
10016
  * Chat service.
9970
10017
  * @module purecloud-platform-client-v2/api/ChatApi
9971
- * @version 182.1.0
10018
+ * @version 183.0.0
9972
10019
  */
9973
10020
 
9974
10021
  /**
@@ -10664,7 +10711,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
10664
10711
  /**
10665
10712
  * Coaching service.
10666
10713
  * @module purecloud-platform-client-v2/api/CoachingApi
10667
- * @version 182.1.0
10714
+ * @version 183.0.0
10668
10715
  */
10669
10716
 
10670
10717
  /**
@@ -11241,7 +11288,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
11241
11288
  /**
11242
11289
  * ContentManagement service.
11243
11290
  * @module purecloud-platform-client-v2/api/ContentManagementApi
11244
- * @version 182.1.0
11291
+ * @version 183.0.0
11245
11292
  */
11246
11293
 
11247
11294
  /**
@@ -12384,7 +12431,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
12384
12431
  /**
12385
12432
  * Conversations service.
12386
12433
  * @module purecloud-platform-client-v2/api/ConversationsApi
12387
- * @version 182.1.0
12434
+ * @version 183.0.0
12388
12435
  */
12389
12436
 
12390
12437
  /**
@@ -19524,7 +19571,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19524
19571
  /**
19525
19572
  * DataExtensions service.
19526
19573
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
19527
- * @version 182.1.0
19574
+ * @version 183.0.0
19528
19575
  */
19529
19576
 
19530
19577
  /**
@@ -19610,7 +19657,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19610
19657
  /**
19611
19658
  * Downloads service.
19612
19659
  * @module purecloud-platform-client-v2/api/DownloadsApi
19613
- * @version 182.1.0
19660
+ * @version 183.0.0
19614
19661
  */
19615
19662
 
19616
19663
  /**
@@ -19662,7 +19709,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19662
19709
  /**
19663
19710
  * Emails service.
19664
19711
  * @module purecloud-platform-client-v2/api/EmailsApi
19665
- * @version 182.1.0
19712
+ * @version 183.0.0
19666
19713
  */
19667
19714
 
19668
19715
  /**
@@ -19727,7 +19774,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19727
19774
  /**
19728
19775
  * Events service.
19729
19776
  * @module purecloud-platform-client-v2/api/EventsApi
19730
- * @version 182.1.0
19777
+ * @version 183.0.0
19731
19778
  */
19732
19779
 
19733
19780
  /**
@@ -19823,7 +19870,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
19823
19870
  /**
19824
19871
  * ExternalContacts service.
19825
19872
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
19826
- * @version 182.1.0
19873
+ * @version 183.0.0
19827
19874
  */
19828
19875
 
19829
19876
  /**
@@ -21781,7 +21828,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21781
21828
  /**
21782
21829
  * Fax service.
21783
21830
  * @module purecloud-platform-client-v2/api/FaxApi
21784
- * @version 182.1.0
21831
+ * @version 183.0.0
21785
21832
  */
21786
21833
 
21787
21834
  /**
@@ -21952,7 +21999,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
21952
21999
  /**
21953
22000
  * Flows service.
21954
22001
  * @module purecloud-platform-client-v2/api/FlowsApi
21955
- * @version 182.1.0
22002
+ * @version 183.0.0
21956
22003
  */
21957
22004
 
21958
22005
  /**
@@ -22136,7 +22183,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
22136
22183
  /**
22137
22184
  * Gamification service.
22138
22185
  * @module purecloud-platform-client-v2/api/GamificationApi
22139
- * @version 182.1.0
22186
+ * @version 183.0.0
22140
22187
  */
22141
22188
 
22142
22189
  /**
@@ -24222,7 +24269,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24222
24269
  /**
24223
24270
  * GeneralDataProtectionRegulation service.
24224
24271
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
24225
- * @version 182.1.0
24272
+ * @version 183.0.0
24226
24273
  */
24227
24274
 
24228
24275
  /**
@@ -24352,7 +24399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24352
24399
  /**
24353
24400
  * Geolocation service.
24354
24401
  * @module purecloud-platform-client-v2/api/GeolocationApi
24355
- * @version 182.1.0
24402
+ * @version 183.0.0
24356
24403
  */
24357
24404
 
24358
24405
  /**
@@ -24483,7 +24530,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24483
24530
  /**
24484
24531
  * Greetings service.
24485
24532
  * @module purecloud-platform-client-v2/api/GreetingsApi
24486
- * @version 182.1.0
24533
+ * @version 183.0.0
24487
24534
  */
24488
24535
 
24489
24536
  /**
@@ -24938,7 +24985,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
24938
24985
  /**
24939
24986
  * Groups service.
24940
24987
  * @module purecloud-platform-client-v2/api/GroupsApi
24941
- * @version 182.1.0
24988
+ * @version 183.0.0
24942
24989
  */
24943
24990
 
24944
24991
  /**
@@ -25457,7 +25504,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
25457
25504
  /**
25458
25505
  * IdentityProvider service.
25459
25506
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
25460
- * @version 182.1.0
25507
+ * @version 183.0.0
25461
25508
  */
25462
25509
 
25463
25510
  /**
@@ -26213,7 +26260,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26213
26260
  /**
26214
26261
  * InfrastructureAsCode service.
26215
26262
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
26216
- * @version 182.1.0
26263
+ * @version 183.0.0
26217
26264
  */
26218
26265
 
26219
26266
  /**
@@ -26380,7 +26427,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
26380
26427
  /**
26381
26428
  * Integrations service.
26382
26429
  * @module purecloud-platform-client-v2/api/IntegrationsApi
26383
- * @version 182.1.0
26430
+ * @version 183.0.0
26384
26431
  */
26385
26432
 
26386
26433
  /**
@@ -27990,7 +28037,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
27990
28037
  }
27991
28038
 
27992
28039
  /**
27993
- * Create a new Action
28040
+ * 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.
27994
28041
  *
27995
28042
  * @param {Object} body Input used to create Action.
27996
28043
  */
@@ -28342,7 +28389,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28342
28389
  /**
28343
28390
  * Journey service.
28344
28391
  * @module purecloud-platform-client-v2/api/JourneyApi
28345
- * @version 182.1.0
28392
+ * @version 183.0.0
28346
28393
  */
28347
28394
 
28348
28395
  /**
@@ -28789,14 +28836,14 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28789
28836
  *
28790
28837
  * @param {String} deploymentId The ID of the deployment sending the ping.
28791
28838
  * @param {String} customerCookieId ID of the customer associated with the ping.
28792
- * @param {String} sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
28793
28839
  * @param {Object} opts Optional parameters
28794
28840
  * @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.
28795
28841
  * @param {String} opts.dt Document Title. A human readable name for the page or screen
28796
28842
  * @param {String} opts.appNamespace Namespace of the application (e.g. com.genesys.bancodinero). Used for domain filtering in application sessions
28843
+ * @param {String} opts.sessionId UUID of the customer session. Use the same Session Id for all pings, AppEvents and ActionEvents in the session
28797
28844
  * @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.
28798
28845
  */
28799
- getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, sessionId, opts) {
28846
+ getJourneyDeploymentCustomerPing(deploymentId, customerCookieId, opts) {
28800
28847
  opts = opts || {};
28801
28848
 
28802
28849
  // verify the required parameter 'deploymentId' is set
@@ -28807,16 +28854,12 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
28807
28854
  if (customerCookieId === undefined || customerCookieId === null) {
28808
28855
  throw 'Missing the required parameter "customerCookieId" when calling getJourneyDeploymentCustomerPing';
28809
28856
  }
28810
- // verify the required parameter 'sessionId' is set
28811
- if (sessionId === undefined || sessionId === null) {
28812
- throw 'Missing the required parameter "sessionId" when calling getJourneyDeploymentCustomerPing';
28813
- }
28814
28857
 
28815
28858
  return this.apiClient.callApi(
28816
28859
  '/api/v2/journey/deployments/{deploymentId}/customers/{customerCookieId}/ping',
28817
28860
  'GET',
28818
28861
  { 'deploymentId': deploymentId,'customerCookieId': customerCookieId },
28819
- { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': sessionId,'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28862
+ { 'dl': opts['dl'],'dt': opts['dt'],'appNamespace': opts['appNamespace'],'sessionId': opts['sessionId'],'sinceLastBeaconMilliseconds': opts['sinceLastBeaconMilliseconds'] },
28820
28863
  { },
28821
28864
  { },
28822
28865
  null,
@@ -29577,7 +29620,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
29577
29620
  /**
29578
29621
  * Knowledge service.
29579
29622
  * @module purecloud-platform-client-v2/api/KnowledgeApi
29580
- * @version 182.1.0
29623
+ * @version 183.0.0
29581
29624
  */
29582
29625
 
29583
29626
  /**
@@ -32398,7 +32441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
32398
32441
  /**
32399
32442
  * LanguageUnderstanding service.
32400
32443
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
32401
- * @version 182.1.0
32444
+ * @version 183.0.0
32402
32445
  */
32403
32446
 
32404
32447
  /**
@@ -33411,7 +33454,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33411
33454
  /**
33412
33455
  * Languages service.
33413
33456
  * @module purecloud-platform-client-v2/api/LanguagesApi
33414
- * @version 182.1.0
33457
+ * @version 183.0.0
33415
33458
  */
33416
33459
 
33417
33460
  /**
@@ -33633,7 +33676,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33633
33676
  /**
33634
33677
  * Learning service.
33635
33678
  * @module purecloud-platform-client-v2/api/LearningApi
33636
- * @version 182.1.0
33679
+ * @version 183.0.0
33637
33680
  */
33638
33681
 
33639
33682
  /**
@@ -33934,6 +33977,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33934
33977
  * @param {Array.<String>} opts.expand Fields to expand in response(case insensitive)
33935
33978
  * @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)
33936
33979
  * @param {Array.<String>} opts.statuses Specifies the module statuses to filter by
33980
+ * @param {Array.<String>} opts.externalIds Specifies the module external IDs to filter by. Only one ID is allowed
33937
33981
  */
33938
33982
  getLearningModules(opts) {
33939
33983
  opts = opts || {};
@@ -33943,7 +33987,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
33943
33987
  '/api/v2/learning/modules',
33944
33988
  'GET',
33945
33989
  { },
33946
- { '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') },
33990
+ { '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') },
33947
33991
  { },
33948
33992
  { },
33949
33993
  null,
@@ -34070,6 +34114,42 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34070
34114
  );
34071
34115
  }
34072
34116
 
34117
+ /**
34118
+ * Update an external assignment for a specific user
34119
+ *
34120
+ * @param {String} moduleId Key identifier for the module
34121
+ * @param {String} userId Key identifier for the user
34122
+ * @param {Object} body The learning request for updating the assignment
34123
+ * patchLearningModuleUserAssignments is a preview method and is subject to both breaking and non-breaking changes at any time without notice
34124
+ */
34125
+ patchLearningModuleUserAssignments(moduleId, userId, body) {
34126
+ // verify the required parameter 'moduleId' is set
34127
+ if (moduleId === undefined || moduleId === null) {
34128
+ throw 'Missing the required parameter "moduleId" when calling patchLearningModuleUserAssignments';
34129
+ }
34130
+ // verify the required parameter 'userId' is set
34131
+ if (userId === undefined || userId === null) {
34132
+ throw 'Missing the required parameter "userId" when calling patchLearningModuleUserAssignments';
34133
+ }
34134
+ // verify the required parameter 'body' is set
34135
+ if (body === undefined || body === null) {
34136
+ throw 'Missing the required parameter "body" when calling patchLearningModuleUserAssignments';
34137
+ }
34138
+
34139
+ return this.apiClient.callApi(
34140
+ '/api/v2/learning/modules/{moduleId}/users/{userId}/assignments',
34141
+ 'PATCH',
34142
+ { 'moduleId': moduleId,'userId': userId },
34143
+ { },
34144
+ { },
34145
+ { },
34146
+ body,
34147
+ ['PureCloud OAuth'],
34148
+ ['application/json'],
34149
+ ['application/json']
34150
+ );
34151
+ }
34152
+
34073
34153
  /**
34074
34154
  * Score learning assessment for preview
34075
34155
  *
@@ -34452,7 +34532,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34452
34532
  /**
34453
34533
  * License service.
34454
34534
  * @module purecloud-platform-client-v2/api/LicenseApi
34455
- * @version 182.1.0
34535
+ * @version 183.0.0
34456
34536
  */
34457
34537
 
34458
34538
  /**
@@ -34690,7 +34770,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34690
34770
  /**
34691
34771
  * Locations service.
34692
34772
  * @module purecloud-platform-client-v2/api/LocationsApi
34693
- * @version 182.1.0
34773
+ * @version 183.0.0
34694
34774
  */
34695
34775
 
34696
34776
  /**
@@ -34926,7 +35006,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
34926
35006
  /**
34927
35007
  * Messaging service.
34928
35008
  * @module purecloud-platform-client-v2/api/MessagingApi
34929
- * @version 182.1.0
35009
+ * @version 183.0.0
34930
35010
  */
34931
35011
 
34932
35012
  /**
@@ -35285,7 +35365,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35285
35365
  /**
35286
35366
  * MobileDevices service.
35287
35367
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
35288
- * @version 182.1.0
35368
+ * @version 183.0.0
35289
35369
  */
35290
35370
 
35291
35371
  /**
@@ -35436,7 +35516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35436
35516
  /**
35437
35517
  * Notifications service.
35438
35518
  * @module purecloud-platform-client-v2/api/NotificationsApi
35439
- * @version 182.1.0
35519
+ * @version 183.0.0
35440
35520
  */
35441
35521
 
35442
35522
  /**
@@ -35669,7 +35749,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
35669
35749
  /**
35670
35750
  * OAuth service.
35671
35751
  * @module purecloud-platform-client-v2/api/OAuthApi
35672
- * @version 182.1.0
35752
+ * @version 183.0.0
35673
35753
  */
35674
35754
 
35675
35755
  /**
@@ -36035,7 +36115,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36035
36115
  /**
36036
36116
  * Objects service.
36037
36117
  * @module purecloud-platform-client-v2/api/ObjectsApi
36038
- * @version 182.1.0
36118
+ * @version 183.0.0
36039
36119
  */
36040
36120
 
36041
36121
  /**
@@ -36306,7 +36386,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36306
36386
  /**
36307
36387
  * OperationalEvents service.
36308
36388
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
36309
- * @version 182.1.0
36389
+ * @version 183.0.0
36310
36390
  */
36311
36391
 
36312
36392
  /**
@@ -36372,7 +36452,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36372
36452
  /**
36373
36453
  * Organization service.
36374
36454
  * @module purecloud-platform-client-v2/api/OrganizationApi
36375
- * @version 182.1.0
36455
+ * @version 183.0.0
36376
36456
  */
36377
36457
 
36378
36458
  /**
@@ -36827,7 +36907,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
36827
36907
  /**
36828
36908
  * OrganizationAuthorization service.
36829
36909
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
36830
- * @version 182.1.0
36910
+ * @version 183.0.0
36831
36911
  */
36832
36912
 
36833
36913
  /**
@@ -38174,7 +38254,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
38174
38254
  /**
38175
38255
  * Outbound service.
38176
38256
  * @module purecloud-platform-client-v2/api/OutboundApi
38177
- * @version 182.1.0
38257
+ * @version 183.0.0
38178
38258
  */
38179
38259
 
38180
38260
  /**
@@ -41796,7 +41876,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41796
41876
  /**
41797
41877
  * Presence service.
41798
41878
  * @module purecloud-platform-client-v2/api/PresenceApi
41799
- * @version 182.1.0
41879
+ * @version 183.0.0
41800
41880
  */
41801
41881
 
41802
41882
  /**
@@ -41815,7 +41895,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41815
41895
  * Delete a Presence Definition
41816
41896
  *
41817
41897
  * @param {String} definitionId Presence Definition ID
41818
- * deletePresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41819
41898
  */
41820
41899
  deletePresenceDefinition0(definitionId) {
41821
41900
  // verify the required parameter 'definitionId' is set
@@ -41893,7 +41972,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41893
41972
  * @param {String} definitionId Presence Definition ID
41894
41973
  * @param {Object} opts Optional parameters
41895
41974
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
41896
- * getPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41897
41975
  */
41898
41976
  getPresenceDefinition0(definitionId, opts) {
41899
41977
  opts = opts || {};
@@ -41924,7 +42002,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
41924
42002
  * @param {String} opts.deactivated Deactivated query can be TRUE or FALSE (default to false)
41925
42003
  * @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.
41926
42004
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
41927
- * getPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
41928
42005
  */
41929
42006
  getPresenceDefinitions0(opts) {
41930
42007
  opts = opts || {};
@@ -42291,7 +42368,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42291
42368
  * Create a Presence Definition
42292
42369
  *
42293
42370
  * @param {Object} body The Presence Definition to create
42294
- * postPresenceDefinitions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
42295
42371
  */
42296
42372
  postPresenceDefinitions0(body) {
42297
42373
  // verify the required parameter 'body' is set
@@ -42368,7 +42444,6 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42368
42444
  *
42369
42445
  * @param {String} definitionId Presence Definition ID
42370
42446
  * @param {Object} body The updated Presence Definition
42371
- * putPresenceDefinition is a preview method and is subject to both breaking and non-breaking changes at any time without notice
42372
42447
  */
42373
42448
  putPresenceDefinition0(definitionId, body) {
42374
42449
  // verify the required parameter 'definitionId' is set
@@ -42540,7 +42615,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42540
42615
  /**
42541
42616
  * ProcessAutomation service.
42542
42617
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
42543
- * @version 182.1.0
42618
+ * @version 183.0.0
42544
42619
  */
42545
42620
 
42546
42621
  /**
@@ -42779,7 +42854,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
42779
42854
  /**
42780
42855
  * Quality service.
42781
42856
  * @module purecloud-platform-client-v2/api/QualityApi
42782
- * @version 182.1.0
42857
+ * @version 183.0.0
42783
42858
  */
42784
42859
 
42785
42860
  /**
@@ -43062,6 +43137,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43062
43137
  * @param {String} opts.evaluatorUserId user id of the evaluator
43063
43138
  * @param {String} opts.name name
43064
43139
  * @param {String} opts.group group id
43140
+ * @param {String} opts.agentTeamId team id of agents requested
43065
43141
  * @param {String} opts.formContextId shared id between form versions
43066
43142
  */
43067
43143
  getQualityAgentsActivity(opts) {
@@ -43072,7 +43148,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43072
43148
  '/api/v2/quality/agents/activity',
43073
43149
  'GET',
43074
43150
  { },
43075
- { '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'] },
43151
+ { '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'] },
43076
43152
  { },
43077
43153
  { },
43078
43154
  null,
@@ -43276,6 +43352,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43276
43352
  * @param {String} opts.previousPage Previous page token
43277
43353
  * @param {String} opts.conversationId conversationId specified
43278
43354
  * @param {String} opts.agentUserId user id of the agent
43355
+ * @param {String} opts.agentTeamId team id of the agent
43279
43356
  * @param {String} opts.evaluatorUserId evaluator user id
43280
43357
  * @param {String} opts.assigneeUserId assignee user id
43281
43358
  * @param {String} opts.queueId queue id
@@ -43297,7 +43374,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43297
43374
  '/api/v2/quality/evaluations/query',
43298
43375
  'GET',
43299
43376
  { },
43300
- { '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'] },
43377
+ { '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'] },
43301
43378
  { },
43302
43379
  { },
43303
43380
  null,
@@ -43322,6 +43399,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43322
43399
  * @param {String} opts.name Evaluator name
43323
43400
  * @param {Array.<String>} opts.permission permission strings
43324
43401
  * @param {String} opts.group group id
43402
+ * @param {String} opts.agentTeamId team id of agents to be considered
43325
43403
  */
43326
43404
  getQualityEvaluatorsActivity(opts) {
43327
43405
  opts = opts || {};
@@ -43331,7 +43409,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
43331
43409
  '/api/v2/quality/evaluators/activity',
43332
43410
  'GET',
43333
43411
  { },
43334
- { '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'] },
43412
+ { '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'] },
43335
43413
  { },
43336
43414
  { },
43337
43415
  null,
@@ -44533,7 +44611,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
44533
44611
  /**
44534
44612
  * Recording service.
44535
44613
  * @module purecloud-platform-client-v2/api/RecordingApi
44536
- * @version 182.1.0
44614
+ * @version 183.0.0
44537
44615
  */
44538
44616
 
44539
44617
  /**
@@ -46170,7 +46248,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46170
46248
  /**
46171
46249
  * ResponseManagement service.
46172
46250
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
46173
- * @version 182.1.0
46251
+ * @version 183.0.0
46174
46252
  */
46175
46253
 
46176
46254
  /**
@@ -46655,7 +46733,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
46655
46733
  /**
46656
46734
  * Routing service.
46657
46735
  * @module purecloud-platform-client-v2/api/RoutingApi
46658
- * @version 182.1.0
46736
+ * @version 183.0.0
46659
46737
  */
46660
46738
 
46661
46739
  /**
@@ -50363,7 +50441,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
50363
50441
  /**
50364
50442
  * SCIM service.
50365
50443
  * @module purecloud-platform-client-v2/api/SCIMApi
50366
- * @version 182.1.0
50444
+ * @version 183.0.0
50367
50445
  */
50368
50446
 
50369
50447
  /**
@@ -51240,7 +51318,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51240
51318
  /**
51241
51319
  * Scripts service.
51242
51320
  * @module purecloud-platform-client-v2/api/ScriptsApi
51243
- * @version 182.1.0
51321
+ * @version 183.0.0
51244
51322
  */
51245
51323
 
51246
51324
  /**
@@ -51684,7 +51762,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
51684
51762
  /**
51685
51763
  * Search service.
51686
51764
  * @module purecloud-platform-client-v2/api/SearchApi
51687
- * @version 182.1.0
51765
+ * @version 183.0.0
51688
51766
  */
51689
51767
 
51690
51768
  /**
@@ -52373,7 +52451,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52373
52451
  /**
52374
52452
  * Settings service.
52375
52453
  * @module purecloud-platform-client-v2/api/SettingsApi
52376
- * @version 182.1.0
52454
+ * @version 183.0.0
52377
52455
  */
52378
52456
 
52379
52457
  /**
@@ -52438,7 +52516,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
52438
52516
  /**
52439
52517
  * SpeechTextAnalytics service.
52440
52518
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
52441
- * @version 182.1.0
52519
+ * @version 183.0.0
52442
52520
  */
52443
52521
 
52444
52522
  /**
@@ -53551,7 +53629,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53551
53629
  /**
53552
53630
  * Stations service.
53553
53631
  * @module purecloud-platform-client-v2/api/StationsApi
53554
- * @version 182.1.0
53632
+ * @version 183.0.0
53555
53633
  */
53556
53634
 
53557
53635
  /**
@@ -53653,7 +53731,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53653
53731
  /**
53654
53732
  * Suggest service.
53655
53733
  * @module purecloud-platform-client-v2/api/SuggestApi
53656
- * @version 182.1.0
53734
+ * @version 183.0.0
53657
53735
  */
53658
53736
 
53659
53737
  /**
@@ -53792,7 +53870,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
53792
53870
  /**
53793
53871
  * TaskManagement service.
53794
53872
  * @module purecloud-platform-client-v2/api/TaskManagementApi
53795
- * @version 182.1.0
53873
+ * @version 183.0.0
53796
53874
  */
53797
53875
 
53798
53876
  /**
@@ -55073,7 +55151,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55073
55151
  /**
55074
55152
  * Teams service.
55075
55153
  * @module purecloud-platform-client-v2/api/TeamsApi
55076
- * @version 182.1.0
55154
+ * @version 183.0.0
55077
55155
  */
55078
55156
 
55079
55157
  /**
@@ -55375,7 +55453,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55375
55453
  /**
55376
55454
  * Telephony service.
55377
55455
  * @module purecloud-platform-client-v2/api/TelephonyApi
55378
- * @version 182.1.0
55456
+ * @version 183.0.0
55379
55457
  */
55380
55458
 
55381
55459
  /**
@@ -55559,7 +55637,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
55559
55637
  /**
55560
55638
  * TelephonyProvidersEdge service.
55561
55639
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
55562
- * @version 182.1.0
55640
+ * @version 183.0.0
55563
55641
  */
55564
55642
 
55565
55643
  /**
@@ -58933,7 +59011,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
58933
59011
  /**
58934
59012
  * Textbots service.
58935
59013
  * @module purecloud-platform-client-v2/api/TextbotsApi
58936
- * @version 182.1.0
59014
+ * @version 183.0.0
58937
59015
  */
58938
59016
 
58939
59017
  /**
@@ -59061,7 +59139,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59061
59139
  /**
59062
59140
  * Tokens service.
59063
59141
  * @module purecloud-platform-client-v2/api/TokensApi
59064
- * @version 182.1.0
59142
+ * @version 183.0.0
59065
59143
  */
59066
59144
 
59067
59145
  /**
@@ -59217,7 +59295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59217
59295
  /**
59218
59296
  * Uploads service.
59219
59297
  * @module purecloud-platform-client-v2/api/UploadsApi
59220
- * @version 182.1.0
59298
+ * @version 183.0.0
59221
59299
  */
59222
59300
 
59223
59301
  /**
@@ -59393,7 +59471,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59393
59471
  /**
59394
59472
  * Usage service.
59395
59473
  * @module purecloud-platform-client-v2/api/UsageApi
59396
- * @version 182.1.0
59474
+ * @version 183.0.0
59397
59475
  */
59398
59476
 
59399
59477
  /**
@@ -59603,7 +59681,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59603
59681
  /**
59604
59682
  * UserRecordings service.
59605
59683
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
59606
- * @version 182.1.0
59684
+ * @version 183.0.0
59607
59685
  */
59608
59686
 
59609
59687
  /**
@@ -59788,7 +59866,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
59788
59866
  /**
59789
59867
  * Users service.
59790
59868
  * @module purecloud-platform-client-v2/api/UsersApi
59791
- * @version 182.1.0
59869
+ * @version 183.0.0
59792
59870
  */
59793
59871
 
59794
59872
  /**
@@ -62439,7 +62517,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62439
62517
  /**
62440
62518
  * Utilities service.
62441
62519
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62442
- * @version 182.1.0
62520
+ * @version 183.0.0
62443
62521
  */
62444
62522
 
62445
62523
  /**
@@ -62550,7 +62628,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
62550
62628
  /**
62551
62629
  * Voicemail service.
62552
62630
  * @module purecloud-platform-client-v2/api/VoicemailApi
62553
- * @version 182.1.0
62631
+ * @version 183.0.0
62554
62632
  */
62555
62633
 
62556
62634
  /**
@@ -63217,7 +63295,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63217
63295
  /**
63218
63296
  * WebChat service.
63219
63297
  * @module purecloud-platform-client-v2/api/WebChatApi
63220
- * @version 182.1.0
63298
+ * @version 183.0.0
63221
63299
  */
63222
63300
 
63223
63301
  /**
@@ -63766,7 +63844,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
63766
63844
  /**
63767
63845
  * WebDeployments service.
63768
63846
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
63769
- * @version 182.1.0
63847
+ * @version 183.0.0
63770
63848
  */
63771
63849
 
63772
63850
  /**
@@ -64293,7 +64371,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64293
64371
  /**
64294
64372
  * WebMessaging service.
64295
64373
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64296
- * @version 182.1.0
64374
+ * @version 183.0.0
64297
64375
  */
64298
64376
 
64299
64377
  /**
@@ -64339,7 +64417,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64339
64417
  /**
64340
64418
  * Widgets service.
64341
64419
  * @module purecloud-platform-client-v2/api/WidgetsApi
64342
- * @version 182.1.0
64420
+ * @version 183.0.0
64343
64421
  */
64344
64422
 
64345
64423
  /**
@@ -64485,7 +64563,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
64485
64563
  /**
64486
64564
  * WorkforceManagement service.
64487
64565
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64488
- * @version 182.1.0
64566
+ * @version 183.0.0
64489
64567
  */
64490
64568
 
64491
64569
  /**
@@ -69659,7 +69737,7 @@ ${this.formatValue('Status', statusCode)}${this.formatValue('Headers', this.form
69659
69737
  * </pre>
69660
69738
  * </p>
69661
69739
  * @module purecloud-platform-client-v2/index
69662
- * @version 182.1.0
69740
+ * @version 183.0.0
69663
69741
  */
69664
69742
  class platformClient {
69665
69743
  constructor() {