purecloud-platform-client-v2 232.0.0 → 233.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 (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +100 -93
  3. package/dist/web-amd/purecloud-platform-client-v2.js +100 -93
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +98 -93
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +165 -215
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +585 -509
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +3 -3
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +11 -5
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +3 -3
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -1,44 +1,4 @@
1
1
  require=(function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
2
- 'use strict';
3
-
4
- /** @type {import('.').AsyncFunctionConstructor | false} */
5
- var cached;
6
-
7
- /** @type {import('.')} */
8
- module.exports = function getAsyncFunction() {
9
- if (typeof cached === 'undefined') {
10
- try {
11
- // eslint-disable-next-line no-new-func
12
- cached = Function('return async function () {}')().constructor;
13
- } catch (e) {
14
- cached = false;
15
- }
16
- }
17
- return cached;
18
- };
19
-
20
-
21
- },{}],2:[function(require,module,exports){
22
- 'use strict';
23
-
24
- /** @type {import('.').AsyncGeneratorFunctionConstructor | false} */
25
- var cached;
26
-
27
- /** @type {import('.')} */
28
- module.exports = function getAsyncGeneratorFunction() {
29
- if (typeof cached === 'undefined') {
30
- try {
31
- // eslint-disable-next-line no-new-func
32
- cached = Function('return async function* () {}')().constructor;
33
- } catch (e) {
34
- cached = false;
35
- }
36
- }
37
- return cached;
38
- };
39
-
40
-
41
- },{}],3:[function(require,module,exports){
42
2
  'use strict'
43
3
 
44
4
  exports.byteLength = byteLength
@@ -190,9 +150,9 @@ function fromByteArray (uint8) {
190
150
  return parts.join('')
191
151
  }
192
152
 
193
- },{}],4:[function(require,module,exports){
153
+ },{}],2:[function(require,module,exports){
194
154
 
195
- },{}],5:[function(require,module,exports){
155
+ },{}],3:[function(require,module,exports){
196
156
  (function (Buffer){(function (){
197
157
  /*!
198
158
  * The buffer module from node.js, for the browser.
@@ -1973,7 +1933,7 @@ function numberIsNaN (obj) {
1973
1933
  }
1974
1934
 
1975
1935
  }).call(this)}).call(this,require("buffer").Buffer)
1976
- },{"base64-js":3,"buffer":5,"ieee754":34}],6:[function(require,module,exports){
1936
+ },{"base64-js":1,"buffer":3,"ieee754":31}],4:[function(require,module,exports){
1977
1937
  'use strict';
1978
1938
 
1979
1939
  var bind = require('function-bind');
@@ -1985,19 +1945,19 @@ var $reflectApply = require('./reflectApply');
1985
1945
  /** @type {import('./actualApply')} */
1986
1946
  module.exports = $reflectApply || bind.call($call, $apply);
1987
1947
 
1988
- },{"./functionApply":7,"./functionCall":8,"./reflectApply":10,"function-bind":23}],7:[function(require,module,exports){
1948
+ },{"./functionApply":5,"./functionCall":6,"./reflectApply":8,"function-bind":21}],5:[function(require,module,exports){
1989
1949
  'use strict';
1990
1950
 
1991
1951
  /** @type {import('./functionApply')} */
1992
1952
  module.exports = Function.prototype.apply;
1993
1953
 
1994
- },{}],8:[function(require,module,exports){
1954
+ },{}],6:[function(require,module,exports){
1995
1955
  'use strict';
1996
1956
 
1997
1957
  /** @type {import('./functionCall')} */
1998
1958
  module.exports = Function.prototype.call;
1999
1959
 
2000
- },{}],9:[function(require,module,exports){
1960
+ },{}],7:[function(require,module,exports){
2001
1961
  'use strict';
2002
1962
 
2003
1963
  var bind = require('function-bind');
@@ -2014,13 +1974,13 @@ module.exports = function callBindBasic(args) {
2014
1974
  return $actualApply(bind, $call, args);
2015
1975
  };
2016
1976
 
2017
- },{"./actualApply":6,"./functionCall":8,"es-errors/type":19,"function-bind":23}],10:[function(require,module,exports){
1977
+ },{"./actualApply":4,"./functionCall":6,"es-errors/type":17,"function-bind":21}],8:[function(require,module,exports){
2018
1978
  'use strict';
2019
1979
 
2020
1980
  /** @type {import('./reflectApply')} */
2021
1981
  module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply;
2022
1982
 
2023
- },{}],11:[function(require,module,exports){
1983
+ },{}],9:[function(require,module,exports){
2024
1984
  'use strict';
2025
1985
 
2026
1986
  var GetIntrinsic = require('get-intrinsic');
@@ -2041,7 +2001,7 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
2041
2001
  return intrinsic;
2042
2002
  };
2043
2003
 
2044
- },{"call-bind-apply-helpers":9,"get-intrinsic":25}],12:[function(require,module,exports){
2004
+ },{"call-bind-apply-helpers":7,"get-intrinsic":22}],10:[function(require,module,exports){
2045
2005
  'use strict';
2046
2006
 
2047
2007
  var callBind = require('call-bind-apply-helpers');
@@ -2073,7 +2033,7 @@ module.exports = desc && typeof desc.get === 'function'
2073
2033
  }
2074
2034
  : false;
2075
2035
 
2076
- },{"call-bind-apply-helpers":9,"gopd":30}],13:[function(require,module,exports){
2036
+ },{"call-bind-apply-helpers":7,"gopd":27}],11:[function(require,module,exports){
2077
2037
  'use strict';
2078
2038
 
2079
2039
  /** @type {import('.')} */
@@ -2089,55 +2049,55 @@ if ($defineProperty) {
2089
2049
 
2090
2050
  module.exports = $defineProperty;
2091
2051
 
2092
- },{}],14:[function(require,module,exports){
2052
+ },{}],12:[function(require,module,exports){
2093
2053
  'use strict';
2094
2054
 
2095
2055
  /** @type {import('./eval')} */
2096
2056
  module.exports = EvalError;
2097
2057
 
2098
- },{}],15:[function(require,module,exports){
2058
+ },{}],13:[function(require,module,exports){
2099
2059
  'use strict';
2100
2060
 
2101
2061
  /** @type {import('.')} */
2102
2062
  module.exports = Error;
2103
2063
 
2104
- },{}],16:[function(require,module,exports){
2064
+ },{}],14:[function(require,module,exports){
2105
2065
  'use strict';
2106
2066
 
2107
2067
  /** @type {import('./range')} */
2108
2068
  module.exports = RangeError;
2109
2069
 
2110
- },{}],17:[function(require,module,exports){
2070
+ },{}],15:[function(require,module,exports){
2111
2071
  'use strict';
2112
2072
 
2113
2073
  /** @type {import('./ref')} */
2114
2074
  module.exports = ReferenceError;
2115
2075
 
2116
- },{}],18:[function(require,module,exports){
2076
+ },{}],16:[function(require,module,exports){
2117
2077
  'use strict';
2118
2078
 
2119
2079
  /** @type {import('./syntax')} */
2120
2080
  module.exports = SyntaxError;
2121
2081
 
2122
- },{}],19:[function(require,module,exports){
2082
+ },{}],17:[function(require,module,exports){
2123
2083
  'use strict';
2124
2084
 
2125
2085
  /** @type {import('./type')} */
2126
2086
  module.exports = TypeError;
2127
2087
 
2128
- },{}],20:[function(require,module,exports){
2088
+ },{}],18:[function(require,module,exports){
2129
2089
  'use strict';
2130
2090
 
2131
2091
  /** @type {import('./uri')} */
2132
2092
  module.exports = URIError;
2133
2093
 
2134
- },{}],21:[function(require,module,exports){
2094
+ },{}],19:[function(require,module,exports){
2135
2095
  'use strict';
2136
2096
 
2137
2097
  /** @type {import('.')} */
2138
2098
  module.exports = Object;
2139
2099
 
2140
- },{}],22:[function(require,module,exports){
2100
+ },{}],20:[function(require,module,exports){
2141
2101
  'use strict';
2142
2102
 
2143
2103
  /* eslint no-invalid-this: 1 */
@@ -2223,34 +2183,14 @@ module.exports = function bind(that) {
2223
2183
  return bound;
2224
2184
  };
2225
2185
 
2226
- },{}],23:[function(require,module,exports){
2186
+ },{}],21:[function(require,module,exports){
2227
2187
  'use strict';
2228
2188
 
2229
2189
  var implementation = require('./implementation');
2230
2190
 
2231
2191
  module.exports = Function.prototype.bind || implementation;
2232
2192
 
2233
- },{"./implementation":22}],24:[function(require,module,exports){
2234
- 'use strict';
2235
-
2236
- /** @type {GeneratorFunctionConstructor | false} */
2237
- var cached;
2238
-
2239
- /** @type {import('./index.js')} */
2240
- module.exports = function getGeneratorFunction() {
2241
- if (typeof cached === 'undefined') {
2242
- try {
2243
- // eslint-disable-next-line no-new-func
2244
- cached = Function('return function* () {}')().constructor;
2245
- } catch (e) {
2246
- cached = false;
2247
- }
2248
- }
2249
- return cached;
2250
- };
2251
-
2252
-
2253
- },{}],25:[function(require,module,exports){
2193
+ },{"./implementation":20}],22:[function(require,module,exports){
2254
2194
  'use strict';
2255
2195
 
2256
2196
  var undefined;
@@ -2273,6 +2213,15 @@ var pow = require('math-intrinsics/pow');
2273
2213
  var round = require('math-intrinsics/round');
2274
2214
  var sign = require('math-intrinsics/sign');
2275
2215
 
2216
+ var $Function = Function;
2217
+
2218
+ // eslint-disable-next-line consistent-return
2219
+ var getEvalledConstructor = function (expressionSyntax) {
2220
+ try {
2221
+ return $Function('"use strict"; return (' + expressionSyntax + ').constructor;')();
2222
+ } catch (e) {}
2223
+ };
2224
+
2276
2225
  var $gOPD = require('gopd');
2277
2226
  var $defineProperty = require('es-define-property');
2278
2227
 
@@ -2338,7 +2287,7 @@ var INTRINSICS = {
2338
2287
  '%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,
2339
2288
  '%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,
2340
2289
  '%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,
2341
- '%Function%': Function,
2290
+ '%Function%': $Function,
2342
2291
  '%GeneratorFunction%': needsEval,
2343
2292
  '%Int8Array%': typeof Int8Array === 'undefined' ? undefined : Int8Array,
2344
2293
  '%Int16Array%': typeof Int16Array === 'undefined' ? undefined : Int16Array,
@@ -2404,18 +2353,14 @@ if (getProto) {
2404
2353
  }
2405
2354
  }
2406
2355
 
2407
- var getAsyncFunction = require('async-function');
2408
- var getGeneratorFunction = require('generator-function');
2409
- var getAsyncGeneratorFunction = require('async-generator-function');
2410
-
2411
2356
  var doEval = function doEval(name) {
2412
2357
  var value;
2413
2358
  if (name === '%AsyncFunction%') {
2414
- value = getAsyncFunction() || void undefined;
2359
+ value = getEvalledConstructor('async function () {}');
2415
2360
  } else if (name === '%GeneratorFunction%') {
2416
- value = getGeneratorFunction() || void undefined;
2361
+ value = getEvalledConstructor('function* () {}');
2417
2362
  } else if (name === '%AsyncGeneratorFunction%') {
2418
- value = getAsyncGeneratorFunction() || void undefined;
2363
+ value = getEvalledConstructor('async function* () {}');
2419
2364
  } else if (name === '%AsyncGenerator%') {
2420
2365
  var fn = doEval('%AsyncGeneratorFunction%');
2421
2366
  if (fn) {
@@ -2625,7 +2570,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
2625
2570
  return value;
2626
2571
  };
2627
2572
 
2628
- },{"async-function":1,"async-generator-function":2,"call-bind-apply-helpers/functionApply":7,"call-bind-apply-helpers/functionCall":8,"es-define-property":13,"es-errors":15,"es-errors/eval":14,"es-errors/range":16,"es-errors/ref":17,"es-errors/syntax":18,"es-errors/type":19,"es-errors/uri":20,"es-object-atoms":21,"function-bind":23,"generator-function":24,"get-proto":28,"get-proto/Object.getPrototypeOf":26,"get-proto/Reflect.getPrototypeOf":27,"gopd":30,"has-symbols":31,"hasown":33,"math-intrinsics/abs":35,"math-intrinsics/floor":36,"math-intrinsics/max":38,"math-intrinsics/min":39,"math-intrinsics/pow":40,"math-intrinsics/round":41,"math-intrinsics/sign":42}],26:[function(require,module,exports){
2573
+ },{"call-bind-apply-helpers/functionApply":5,"call-bind-apply-helpers/functionCall":6,"es-define-property":11,"es-errors":13,"es-errors/eval":12,"es-errors/range":14,"es-errors/ref":15,"es-errors/syntax":16,"es-errors/type":17,"es-errors/uri":18,"es-object-atoms":19,"function-bind":21,"get-proto":25,"get-proto/Object.getPrototypeOf":23,"get-proto/Reflect.getPrototypeOf":24,"gopd":27,"has-symbols":28,"hasown":30,"math-intrinsics/abs":32,"math-intrinsics/floor":33,"math-intrinsics/max":35,"math-intrinsics/min":36,"math-intrinsics/pow":37,"math-intrinsics/round":38,"math-intrinsics/sign":39}],23:[function(require,module,exports){
2629
2574
  'use strict';
2630
2575
 
2631
2576
  var $Object = require('es-object-atoms');
@@ -2633,13 +2578,13 @@ var $Object = require('es-object-atoms');
2633
2578
  /** @type {import('./Object.getPrototypeOf')} */
2634
2579
  module.exports = $Object.getPrototypeOf || null;
2635
2580
 
2636
- },{"es-object-atoms":21}],27:[function(require,module,exports){
2581
+ },{"es-object-atoms":19}],24:[function(require,module,exports){
2637
2582
  'use strict';
2638
2583
 
2639
2584
  /** @type {import('./Reflect.getPrototypeOf')} */
2640
2585
  module.exports = (typeof Reflect !== 'undefined' && Reflect.getPrototypeOf) || null;
2641
2586
 
2642
- },{}],28:[function(require,module,exports){
2587
+ },{}],25:[function(require,module,exports){
2643
2588
  'use strict';
2644
2589
 
2645
2590
  var reflectGetProto = require('./Reflect.getPrototypeOf');
@@ -2668,13 +2613,13 @@ module.exports = reflectGetProto
2668
2613
  }
2669
2614
  : null;
2670
2615
 
2671
- },{"./Object.getPrototypeOf":26,"./Reflect.getPrototypeOf":27,"dunder-proto/get":12}],29:[function(require,module,exports){
2616
+ },{"./Object.getPrototypeOf":23,"./Reflect.getPrototypeOf":24,"dunder-proto/get":10}],26:[function(require,module,exports){
2672
2617
  'use strict';
2673
2618
 
2674
2619
  /** @type {import('./gOPD')} */
2675
2620
  module.exports = Object.getOwnPropertyDescriptor;
2676
2621
 
2677
- },{}],30:[function(require,module,exports){
2622
+ },{}],27:[function(require,module,exports){
2678
2623
  'use strict';
2679
2624
 
2680
2625
  /** @type {import('.')} */
@@ -2691,7 +2636,7 @@ if ($gOPD) {
2691
2636
 
2692
2637
  module.exports = $gOPD;
2693
2638
 
2694
- },{"./gOPD":29}],31:[function(require,module,exports){
2639
+ },{"./gOPD":26}],28:[function(require,module,exports){
2695
2640
  'use strict';
2696
2641
 
2697
2642
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -2707,7 +2652,7 @@ module.exports = function hasNativeSymbols() {
2707
2652
  return hasSymbolSham();
2708
2653
  };
2709
2654
 
2710
- },{"./shams":32}],32:[function(require,module,exports){
2655
+ },{"./shams":29}],29:[function(require,module,exports){
2711
2656
  'use strict';
2712
2657
 
2713
2658
  /** @type {import('./shams')} */
@@ -2754,7 +2699,7 @@ module.exports = function hasSymbols() {
2754
2699
  return true;
2755
2700
  };
2756
2701
 
2757
- },{}],33:[function(require,module,exports){
2702
+ },{}],30:[function(require,module,exports){
2758
2703
  'use strict';
2759
2704
 
2760
2705
  var call = Function.prototype.call;
@@ -2764,7 +2709,7 @@ var bind = require('function-bind');
2764
2709
  /** @type {import('.')} */
2765
2710
  module.exports = bind.call(call, $hasOwn);
2766
2711
 
2767
- },{"function-bind":23}],34:[function(require,module,exports){
2712
+ },{"function-bind":21}],31:[function(require,module,exports){
2768
2713
  /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
2769
2714
  exports.read = function (buffer, offset, isLE, mLen, nBytes) {
2770
2715
  var e, m
@@ -2851,19 +2796,19 @@ exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
2851
2796
  buffer[offset + i - d] |= s * 128
2852
2797
  }
2853
2798
 
2854
- },{}],35:[function(require,module,exports){
2799
+ },{}],32:[function(require,module,exports){
2855
2800
  'use strict';
2856
2801
 
2857
2802
  /** @type {import('./abs')} */
2858
2803
  module.exports = Math.abs;
2859
2804
 
2860
- },{}],36:[function(require,module,exports){
2805
+ },{}],33:[function(require,module,exports){
2861
2806
  'use strict';
2862
2807
 
2863
2808
  /** @type {import('./floor')} */
2864
2809
  module.exports = Math.floor;
2865
2810
 
2866
- },{}],37:[function(require,module,exports){
2811
+ },{}],34:[function(require,module,exports){
2867
2812
  'use strict';
2868
2813
 
2869
2814
  /** @type {import('./isNaN')} */
@@ -2871,31 +2816,31 @@ module.exports = Number.isNaN || function isNaN(a) {
2871
2816
  return a !== a;
2872
2817
  };
2873
2818
 
2874
- },{}],38:[function(require,module,exports){
2819
+ },{}],35:[function(require,module,exports){
2875
2820
  'use strict';
2876
2821
 
2877
2822
  /** @type {import('./max')} */
2878
2823
  module.exports = Math.max;
2879
2824
 
2880
- },{}],39:[function(require,module,exports){
2825
+ },{}],36:[function(require,module,exports){
2881
2826
  'use strict';
2882
2827
 
2883
2828
  /** @type {import('./min')} */
2884
2829
  module.exports = Math.min;
2885
2830
 
2886
- },{}],40:[function(require,module,exports){
2831
+ },{}],37:[function(require,module,exports){
2887
2832
  'use strict';
2888
2833
 
2889
2834
  /** @type {import('./pow')} */
2890
2835
  module.exports = Math.pow;
2891
2836
 
2892
- },{}],41:[function(require,module,exports){
2837
+ },{}],38:[function(require,module,exports){
2893
2838
  'use strict';
2894
2839
 
2895
2840
  /** @type {import('./round')} */
2896
2841
  module.exports = Math.round;
2897
2842
 
2898
- },{}],42:[function(require,module,exports){
2843
+ },{}],39:[function(require,module,exports){
2899
2844
  'use strict';
2900
2845
 
2901
2846
  var $isNaN = require('./isNaN');
@@ -2908,7 +2853,7 @@ module.exports = function sign(number) {
2908
2853
  return number < 0 ? -1 : +1;
2909
2854
  };
2910
2855
 
2911
- },{"./isNaN":37}],43:[function(require,module,exports){
2856
+ },{"./isNaN":34}],40:[function(require,module,exports){
2912
2857
  (function (global){(function (){
2913
2858
  var hasMap = typeof Map === 'function' && Map.prototype;
2914
2859
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
@@ -3456,7 +3401,7 @@ function arrObjKeys(obj, inspect) {
3456
3401
  }
3457
3402
 
3458
3403
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
3459
- },{"./util.inspect":4}],44:[function(require,module,exports){
3404
+ },{"./util.inspect":2}],41:[function(require,module,exports){
3460
3405
  exports.endianness = function () { return 'LE' };
3461
3406
 
3462
3407
  exports.hostname = function () {
@@ -3507,7 +3452,7 @@ exports.homedir = function () {
3507
3452
  return '/'
3508
3453
  };
3509
3454
 
3510
- },{}],45:[function(require,module,exports){
3455
+ },{}],42:[function(require,module,exports){
3511
3456
  (function (process){(function (){
3512
3457
  // 'path' module extracted from Node.js v8.11.1 (only the posix part)
3513
3458
  // transplited with Babel
@@ -4040,7 +3985,7 @@ posix.posix = posix;
4040
3985
  module.exports = posix;
4041
3986
 
4042
3987
  }).call(this)}).call(this,require('_process'))
4043
- },{"_process":46}],46:[function(require,module,exports){
3988
+ },{"_process":43}],43:[function(require,module,exports){
4044
3989
  // shim for using process in browser
4045
3990
  var process = module.exports = {};
4046
3991
 
@@ -4226,7 +4171,7 @@ process.chdir = function (dir) {
4226
4171
  };
4227
4172
  process.umask = function() { return 0; };
4228
4173
 
4229
- },{}],47:[function(require,module,exports){
4174
+ },{}],44:[function(require,module,exports){
4230
4175
  'use strict';
4231
4176
 
4232
4177
  var replace = String.prototype.replace;
@@ -4251,7 +4196,7 @@ module.exports = {
4251
4196
  RFC3986: Format.RFC3986
4252
4197
  };
4253
4198
 
4254
- },{}],48:[function(require,module,exports){
4199
+ },{}],45:[function(require,module,exports){
4255
4200
  'use strict';
4256
4201
 
4257
4202
  var stringify = require('./stringify');
@@ -4264,7 +4209,7 @@ module.exports = {
4264
4209
  stringify: stringify
4265
4210
  };
4266
4211
 
4267
- },{"./formats":47,"./parse":49,"./stringify":50}],49:[function(require,module,exports){
4212
+ },{"./formats":44,"./parse":46,"./stringify":47}],46:[function(require,module,exports){
4268
4213
  'use strict';
4269
4214
 
4270
4215
  var utils = require('./utils');
@@ -4594,7 +4539,7 @@ module.exports = function (str, opts) {
4594
4539
  return utils.compact(obj);
4595
4540
  };
4596
4541
 
4597
- },{"./utils":51}],50:[function(require,module,exports){
4542
+ },{"./utils":48}],47:[function(require,module,exports){
4598
4543
  'use strict';
4599
4544
 
4600
4545
  var getSideChannel = require('side-channel');
@@ -4952,7 +4897,7 @@ module.exports = function (object, opts) {
4952
4897
  return joined.length > 0 ? prefix + joined : '';
4953
4898
  };
4954
4899
 
4955
- },{"./formats":47,"./utils":51,"side-channel":55}],51:[function(require,module,exports){
4900
+ },{"./formats":44,"./utils":48,"side-channel":52}],48:[function(require,module,exports){
4956
4901
  'use strict';
4957
4902
 
4958
4903
  var formats = require('./formats');
@@ -5222,7 +5167,7 @@ module.exports = {
5222
5167
  merge: merge
5223
5168
  };
5224
5169
 
5225
- },{"./formats":47}],52:[function(require,module,exports){
5170
+ },{"./formats":44}],49:[function(require,module,exports){
5226
5171
  'use strict';
5227
5172
 
5228
5173
  var inspect = require('object-inspect');
@@ -5337,7 +5282,7 @@ module.exports = function getSideChannelList() {
5337
5282
  return channel;
5338
5283
  };
5339
5284
 
5340
- },{"es-errors/type":19,"object-inspect":43}],53:[function(require,module,exports){
5285
+ },{"es-errors/type":17,"object-inspect":40}],50:[function(require,module,exports){
5341
5286
  'use strict';
5342
5287
 
5343
5288
  var GetIntrinsic = require('get-intrinsic');
@@ -5407,7 +5352,7 @@ module.exports = !!$Map && /** @type {Exclude<import('.'), false>} */ function g
5407
5352
  return channel;
5408
5353
  };
5409
5354
 
5410
- },{"call-bound":11,"es-errors/type":19,"get-intrinsic":25,"object-inspect":43}],54:[function(require,module,exports){
5355
+ },{"call-bound":9,"es-errors/type":17,"get-intrinsic":22,"object-inspect":40}],51:[function(require,module,exports){
5411
5356
  'use strict';
5412
5357
 
5413
5358
  var GetIntrinsic = require('get-intrinsic');
@@ -5493,7 +5438,7 @@ module.exports = $WeakMap
5493
5438
  }
5494
5439
  : getSideChannelMap;
5495
5440
 
5496
- },{"call-bound":11,"es-errors/type":19,"get-intrinsic":25,"object-inspect":43,"side-channel-map":53}],55:[function(require,module,exports){
5441
+ },{"call-bound":9,"es-errors/type":17,"get-intrinsic":22,"object-inspect":40,"side-channel-map":50}],52:[function(require,module,exports){
5497
5442
  'use strict';
5498
5443
 
5499
5444
  var $TypeError = require('es-errors/type');
@@ -5538,7 +5483,7 @@ module.exports = function getSideChannel() {
5538
5483
  return channel;
5539
5484
  };
5540
5485
 
5541
- },{"es-errors/type":19,"object-inspect":43,"side-channel-list":52,"side-channel-map":53,"side-channel-weakmap":54}],56:[function(require,module,exports){
5486
+ },{"es-errors/type":17,"object-inspect":40,"side-channel-list":49,"side-channel-map":50,"side-channel-weakmap":51}],53:[function(require,module,exports){
5542
5487
  (function (setImmediate,clearImmediate){(function (){
5543
5488
  var nextTick = require('process/browser.js').nextTick;
5544
5489
  var apply = Function.prototype.apply;
@@ -5617,7 +5562,7 @@ exports.clearImmediate = typeof clearImmediate === "function" ? clearImmediate :
5617
5562
  delete immediateIds[id];
5618
5563
  };
5619
5564
  }).call(this)}).call(this,require("timers").setImmediate,require("timers").clearImmediate)
5620
- },{"process/browser.js":46,"timers":56}],"platformClient":[function(require,module,exports){
5565
+ },{"process/browser.js":43,"timers":53}],"platformClient":[function(require,module,exports){
5621
5566
  (function (global,Buffer,setImmediate){(function (){
5622
5567
  'use strict';function _callSuper(t,o,e){return o=_getPrototypeOf(o),_possibleConstructorReturn(t,_isNativeReflectConstruct()?Reflect.construct(o,e||[],_getPrototypeOf(t).constructor):o.apply(t,e));}function _possibleConstructorReturn(t,e){if(e&&("object"==_typeof(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return _assertThisInitialized(t);}function _assertThisInitialized(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e;}function _isNativeReflectConstruct(){try{var t=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));}catch(t){}return(_isNativeReflectConstruct=function _isNativeReflectConstruct(){return!!t;})();}function _getPrototypeOf(t){return _getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t);},_getPrototypeOf(t);}function _inherits(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&_setPrototypeOf(t,e);}function _setPrototypeOf(t,e){return _setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t;},_setPrototypeOf(t,e);}function asyncGeneratorStep(n,t,e,r,o,a,c){try{var i=n[a](c),u=i.value;}catch(n){return void e(n);}i.done?t(u):Promise.resolve(u).then(r,o);}function _asyncToGenerator(n){return function(){var t=this,e=arguments;return new Promise(function(r,o){var a=n.apply(t,e);function _next(n){asyncGeneratorStep(a,r,o,_next,_throw,"next",n);}function _throw(n){asyncGeneratorStep(a,r,o,_next,_throw,"throw",n);}_next(void 0);});};}function _regeneratorValues(e){if(null!=e){var t=e["function"==typeof Symbol&&Symbol.iterator||"@@iterator"],r=0;if(t)return t.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length))return{next:function next(){return e&&r>=e.length&&(e=void 0),{value:e&&e[r++],done:!e};}};}throw new TypeError(_typeof(e)+" is not iterable");}function _regenerator(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */var e,t,r="function"==typeof Symbol?Symbol:{},n=r.iterator||"@@iterator",o=r.toStringTag||"@@toStringTag";function i(r,n,o,i){var c=n&&n.prototype instanceof Generator?n:Generator,u=Object.create(c.prototype);return _regeneratorDefine2(u,"_invoke",function(r,n,o){var i,c,u,f=0,p=o||[],y=!1,G={p:0,n:0,v:e,a:d,f:d.bind(e,4),d:function d(t,r){return i=t,c=0,u=e,G.n=r,a;}};function d(r,n){for(c=r,u=n,t=0;!y&&f&&!o&&t<p.length;t++){var o,i=p[t],d=G.p,l=i[2];r>3?(o=l===n)&&(u=i[(c=i[4])?5:(c=3,3)],i[4]=i[5]=e):i[0]<=d&&((o=r<2&&d<i[1])?(c=0,G.v=n,G.n=i[1]):d<l&&(o=r<3||i[0]>n||n>l)&&(i[4]=r,i[5]=n,G.n=l,c=0));}if(o||r>1)return a;throw y=!0,n;}return function(o,p,l){if(f>1)throw TypeError("Generator is already running");for(y&&1===p&&d(p,l),c=p,u=l;(t=c<2?e:u)||!y;){i||(c?c<3?(c>1&&(G.n=-1),d(c,u)):G.n=u:G.v=u);try{if(f=2,i){if(c||(o="next"),t=i[o]){if(!(t=t.call(i,u)))throw TypeError("iterator result is not an object");if(!t.done)return t;u=t.value,c<2&&(c=0);}else 1===c&&(t=i["return"])&&t.call(i),c<2&&(u=TypeError("The iterator does not provide a '"+o+"' method"),c=1);i=e;}else if((t=(y=G.n<0)?u:r.call(n,G))!==a)break;}catch(t){i=e,c=1,u=t;}finally{f=1;}}return{value:t,done:y};};}(r,o,i),!0),u;}var a={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}t=Object.getPrototypeOf;var c=[][n]?t(t([][n]())):(_regeneratorDefine2(t={},n,function(){return this;}),t),u=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(c);function f(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,GeneratorFunctionPrototype):(e.__proto__=GeneratorFunctionPrototype,_regeneratorDefine2(e,o,"GeneratorFunction")),e.prototype=Object.create(u),e;}return GeneratorFunction.prototype=GeneratorFunctionPrototype,_regeneratorDefine2(u,"constructor",GeneratorFunctionPrototype),_regeneratorDefine2(GeneratorFunctionPrototype,"constructor",GeneratorFunction),GeneratorFunction.displayName="GeneratorFunction",_regeneratorDefine2(GeneratorFunctionPrototype,o,"GeneratorFunction"),_regeneratorDefine2(u),_regeneratorDefine2(u,o,"Generator"),_regeneratorDefine2(u,n,function(){return this;}),_regeneratorDefine2(u,"toString",function(){return"[object Generator]";}),(_regenerator=function _regenerator(){return{w:i,m:f};})();}function _regeneratorDefine2(e,r,n,t){var i=Object.defineProperty;try{i({},"",{});}catch(e){i=0;}_regeneratorDefine2=function _regeneratorDefine(e,r,n,t){function o(r,n){_regeneratorDefine2(e,r,function(e){return this._invoke(r,n,e);});}r?i?i(e,r,{value:n,enumerable:!t,configurable:!t,writable:!t}):e[r]=n:(o("next",0),o("throw",1),o("return",2));},_regeneratorDefine2(e,r,n,t);}function _toConsumableArray(r){return _arrayWithoutHoles(r)||_iterableToArray(r)||_unsupportedIterableToArray(r)||_nonIterableSpread();}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _iterableToArray(r){if("undefined"!=typeof Symbol&&null!=r[Symbol.iterator]||null!=r["@@iterator"])return Array.from(r);}function _arrayWithoutHoles(r){if(Array.isArray(r))return _arrayLikeToArray(r);}function _createForOfIteratorHelper(r,e){var t="undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(!t){if(Array.isArray(r)||(t=_unsupportedIterableToArray(r))||e&&r&&"number"==typeof r.length){t&&(r=t);var _n=0,F=function F(){};return{s:F,n:function n(){return _n>=r.length?{done:!0}:{done:!1,value:r[_n++]};},e:function e(r){throw r;},f:F};}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}var o,a=!0,u=!1;return{s:function s(){t=t.call(r);},n:function n(){var r=t.next();return a=r.done,r;},e:function e(r){u=!0,o=r;},f:function f(){try{a||null==t["return"]||t["return"]();}finally{if(u)throw o;}}};}function ownKeys(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);r&&(o=o.filter(function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable;})),t.push.apply(t,o);}return t;}function _objectSpread(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?ownKeys(Object(t),!0).forEach(function(r){_defineProperty(e,r,t[r]);}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):ownKeys(Object(t)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r));});}return e;}function _defineProperty(e,r,t){return(r=_toPropertyKey(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e;}function _classCallCheck(a,n){if(!(a instanceof n))throw new TypeError("Cannot call a class as a function");}function _defineProperties(e,r){for(var t=0;t<r.length;t++){var o=r[t];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,_toPropertyKey(o.key),o);}}function _createClass(e,r,t){return r&&_defineProperties(e.prototype,r),t&&_defineProperties(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:i+"";}function _toPrimitive(t,r){if("object"!=_typeof(t)||!t)return t;var e=t[Symbol.toPrimitive];if(void 0!==e){var i=e.call(t,r||"default");if("object"!=_typeof(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.");}return("string"===r?String:Number)(t);}function _slicedToArray(r,e){return _arrayWithHoles(r)||_iterableToArrayLimit(r,e)||_unsupportedIterableToArray(r,e)||_nonIterableRest();}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");}function _unsupportedIterableToArray(r,a){if(r){if("string"==typeof r)return _arrayLikeToArray(r,a);var t={}.toString.call(r).slice(8,-1);return"Object"===t&&r.constructor&&(t=r.constructor.name),"Map"===t||"Set"===t?Array.from(r):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?_arrayLikeToArray(r,a):void 0;}}function _arrayLikeToArray(r,a){(null==a||a>r.length)&&(a=r.length);for(var e=0,n=Array(a);e<a;e++)n[e]=r[e];return n;}function _iterableToArrayLimit(r,l){var t=null==r?null:"undefined"!=typeof Symbol&&r[Symbol.iterator]||r["@@iterator"];if(null!=t){var e,n,i,u,a=[],f=!0,o=!1;try{if(i=(t=t.call(r)).next,0===l){if(Object(t)!==t)return;f=!1;}else for(;!(f=(e=i.call(t)).done)&&(a.push(e.value),a.length!==l);f=!0);}catch(r){o=!0,n=r;}finally{try{if(!f&&null!=t["return"]&&(u=t["return"](),Object(u)!==u))return;}finally{if(o)throw n;}}return a;}}function _arrayWithHoles(r){if(Array.isArray(r))return r;}function _typeof(o){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(o){return typeof o;}:function(o){return o&&"function"==typeof Symbol&&o.constructor===Symbol&&o!==Symbol.prototype?"symbol":typeof o;},_typeof(o);}function _wrapAsyncGenerator(e){return function(){return new AsyncGenerator(e.apply(this,arguments));};}function AsyncGenerator(e){var r,t;function resume(r,t){try{var n=e[r](t),o=n.value,u=o instanceof _OverloadYield;Promise.resolve(u?o.v:o).then(function(t){if(u){var i="return"===r?"return":"next";if(!o.k||t.done)return resume(i,t);t=e[i](t).value;}settle(n.done?"return":"normal",t);},function(e){resume("throw",e);});}catch(e){settle("throw",e);}}function settle(e,n){switch(e){case"return":r.resolve({value:n,done:!0});break;case"throw":r.reject(n);break;default:r.resolve({value:n,done:!1});}(r=r.next)?resume(r.key,r.arg):t=null;}this._invoke=function(e,n){return new Promise(function(o,u){var i={key:e,arg:n,resolve:o,reject:u,next:null};t?t=t.next=i:(r=t=i,resume(e,n));});},"function"!=typeof e["return"]&&(this["return"]=void 0);}AsyncGenerator.prototype["function"==typeof Symbol&&Symbol.asyncIterator||"@@asyncIterator"]=function(){return this;},AsyncGenerator.prototype.next=function(e){return this._invoke("next",e);},AsyncGenerator.prototype["throw"]=function(e){return this._invoke("throw",e);},AsyncGenerator.prototype["return"]=function(e){return this._invoke("return",e);};function _awaitAsyncGenerator(e){return new _OverloadYield(e,0);}function _asyncGeneratorDelegate(t){var e={},n=!1;function pump(e,r){return n=!0,r=new Promise(function(n){n(t[e](r));}),{done:!1,value:new _OverloadYield(r,1)};}return e["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this;},e.next=function(t){return n?(n=!1,t):pump("next",t);},"function"==typeof t["throw"]&&(e["throw"]=function(t){if(n)throw n=!1,t;return pump("throw",t);}),"function"==typeof t["return"]&&(e["return"]=function(t){return n?(n=!1,t):pump("return",t);}),e;}function _OverloadYield(e,d){this.v=e,this.k=d;}function _asyncIterator(r){var n,t,o,e=2;for("undefined"!=typeof Symbol&&(t=Symbol.asyncIterator,o=Symbol.iterator);e--;){if(t&&null!=(n=r[t]))return n.call(r);if(o&&null!=(n=r[o]))return new AsyncFromSyncIterator(n.call(r));t="@@asyncIterator",o="@@iterator";}throw new TypeError("Object is not async iterable");}function AsyncFromSyncIterator(r){function AsyncFromSyncIteratorContinuation(r){if(Object(r)!==r)return Promise.reject(new TypeError(r+" is not an object."));var n=r.done;return Promise.resolve(r.value).then(function(r){return{value:r,done:n};});}return AsyncFromSyncIterator=function AsyncFromSyncIterator(r){this.s=r,this.n=r.next;},AsyncFromSyncIterator.prototype={s:null,n:null,next:function next(){return AsyncFromSyncIteratorContinuation(this.n.apply(this.s,arguments));},"return":function _return(r){var n=this.s["return"];return void 0===n?Promise.resolve({value:r,done:!0}):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));},"throw":function _throw(r){var n=this.s["return"];return void 0===n?Promise.reject(r):AsyncFromSyncIteratorContinuation(n.apply(this.s,arguments));}},new AsyncFromSyncIterator(r);}var qs=require('qs');function _interopDefaultLegacy(e){return e&&_typeof(e)==='object'&&'default'in e?e:{'default':e};}var qs__default=/*#__PURE__*/_interopDefaultLegacy(qs);var PureCloudRegionHosts={us_east_1:'mypurecloud.com',eu_west_1:'mypurecloud.ie',ap_southeast_2:'mypurecloud.com.au',ap_northeast_1:'mypurecloud.jp',eu_central_1:'mypurecloud.de',us_west_2:'usw2.pure.cloud',ca_central_1:'cac1.pure.cloud',ap_northeast_2:'apne2.pure.cloud',eu_west_2:'euw2.pure.cloud',ap_south_1:'aps1.pure.cloud',us_east_2:'use2.us-gov-pure.cloud',sa_east_1:'sae1.pure.cloud',me_central_1:'mec1.pure.cloud',ap_northeast_3:'apne3.pure.cloud',eu_central_2:'euc2.pure.cloud',mx_central_1:'mxc1.pure.cloud',ap_southeast_1:'apse1.pure.cloud'};var global$1=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};// shim for using process in browser
5623
5568
  // based off https://github.com/defunctzombie/node-process/blob/master/browser.js
@@ -6532,7 +6477,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
6532
6477
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
6533
6478
  if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfUrl",value:function getConfUrl(pathType,regionUrl){if(!this.gateway)return regionUrl;if(!this.gateway.host)return regionUrl;var url=this.gateway.protocol+'://'+this.gateway.host;if(this.gateway.port>-1)url=url+':'+this.gateway.port.toString();if(pathType==='login'){if(this.gateway.path_params_login){if(this.gateway.path_params_login.startsWith('/'))url=url+this.gateway.path_params_login;else url=url+'/'+this.gateway.path_params_login;}}else{if(this.gateway.path_params_api){if(this.gateway.path_params_api.startsWith('/'))url=url+this.gateway.path_params_api;else url=url+'/'+this.gateway.path_params_api;}}return url;}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
6534
6479
  * @module purecloud-platform-client-v2/ApiClient
6535
- * @version 232.0.0
6480
+ * @version 233.0.0
6536
6481
  */var ApiClient=/*#__PURE__*/function(){/**
6537
6482
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
6538
6483
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6878,7 +6823,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
6878
6823
  that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AIStudioApi=/*#__PURE__*/function(){/**
6879
6824
  * AIStudio service.
6880
6825
  * @module purecloud-platform-client-v2/api/AIStudioApi
6881
- * @version 232.0.0
6826
+ * @version 233.0.0
6882
6827
  *//**
6883
6828
  * Constructs a new AIStudioApi.
6884
6829
  * @alias module:purecloud-platform-client-v2/api/AIStudioApi
@@ -7029,7 +6974,7 @@ if(summarySettingId===undefined||summarySettingId===null||summarySettingId==='')
7029
6974
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','PUT',{'summarySettingId':summarySettingId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
7030
6975
  * AgentAssistants service.
7031
6976
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
7032
- * @version 232.0.0
6977
+ * @version 233.0.0
7033
6978
  *//**
7034
6979
  * Constructs a new AgentAssistantsApi.
7035
6980
  * @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
@@ -7160,7 +7105,7 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
7160
7105
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
7161
7106
  * AgentCopilot service.
7162
7107
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
7163
- * @version 232.0.0
7108
+ * @version 233.0.0
7164
7109
  *//**
7165
7110
  * Constructs a new AgentCopilotApi.
7166
7111
  * @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
@@ -7187,7 +7132,7 @@ if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing
7187
7132
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
7188
7133
  * AgentUI service.
7189
7134
  * @module purecloud-platform-client-v2/api/AgentUIApi
7190
- * @version 232.0.0
7135
+ * @version 233.0.0
7191
7136
  *//**
7192
7137
  * Constructs a new AgentUIApi.
7193
7138
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -7221,7 +7166,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
7221
7166
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
7222
7167
  * Alerting service.
7223
7168
  * @module purecloud-platform-client-v2/api/AlertingApi
7224
- * @version 232.0.0
7169
+ * @version 233.0.0
7225
7170
  *//**
7226
7171
  * Constructs a new AlertingApi.
7227
7172
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -7310,7 +7255,7 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
7310
7255
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
7311
7256
  * Analytics service.
7312
7257
  * @module purecloud-platform-client-v2/api/AnalyticsApi
7313
- * @version 232.0.0
7258
+ * @version 233.0.0
7314
7259
  *//**
7315
7260
  * Constructs a new AnalyticsApi.
7316
7261
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -8086,7 +8031,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8086
8031
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
8087
8032
  * Architect service.
8088
8033
  * @module purecloud-platform-client-v2/api/ArchitectApi
8089
- * @version 232.0.0
8034
+ * @version 233.0.0
8090
8035
  *//**
8091
8036
  * Constructs a new ArchitectApi.
8092
8037
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -9220,7 +9165,7 @@ if(milestoneId===undefined||milestoneId===null||milestoneId===''){throw'Missing
9220
9165
  if(flowOutcomeId===undefined||flowOutcomeId===null||flowOutcomeId===''){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
9221
9166
  * Audit service.
9222
9167
  * @module purecloud-platform-client-v2/api/AuditApi
9223
- * @version 232.0.0
9168
+ * @version 233.0.0
9224
9169
  *//**
9225
9170
  * Constructs a new AuditApi.
9226
9171
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -9270,7 +9215,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9270
9215
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
9271
9216
  * Authorization service.
9272
9217
  * @module purecloud-platform-client-v2/api/AuthorizationApi
9273
- * @version 232.0.0
9218
+ * @version 233.0.0
9274
9219
  *//**
9275
9220
  * Constructs a new AuthorizationApi.
9276
9221
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -9705,7 +9650,7 @@ if(subjectId===undefined||subjectId===null||subjectId===''){throw'Missing the re
9705
9650
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
9706
9651
  * Billing service.
9707
9652
  * @module purecloud-platform-client-v2/api/BillingApi
9708
- * @version 232.0.0
9653
+ * @version 233.0.0
9709
9654
  *//**
9710
9655
  * Constructs a new BillingApi.
9711
9656
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -9782,7 +9727,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
9782
9727
  if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BusinessRulesApi=/*#__PURE__*/function(){/**
9783
9728
  * BusinessRules service.
9784
9729
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
9785
- * @version 232.0.0
9730
+ * @version 233.0.0
9786
9731
  *//**
9787
9732
  * Constructs a new BusinessRulesApi.
9788
9733
  * @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
@@ -9998,7 +9943,7 @@ if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required
9998
9943
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontables';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9999
9944
  * Create a schema
10000
9945
  *
10001
- * @param {Object} body Schema
9946
+ * @param {Object} body Business Rules Schema Create Request
10002
9947
  * postBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10003
9948
  */},{key:"postBusinessrulesSchemas",value:function postBusinessrulesSchemas(body){// verify the required parameter 'body' is set
10004
9949
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesSchemas';}return this.apiClient.callApi('/api/v2/businessrules/schemas','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -10025,14 +9970,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10025
9970
  * Update a schema
10026
9971
  *
10027
9972
  * @param {String} schemaId Schema ID
10028
- * @param {Object} body Data Schema
9973
+ * @param {Object} body Business Rules Schema Update Request
10029
9974
  * putBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10030
9975
  */},{key:"putBusinessrulesSchema",value:function putBusinessrulesSchema(schemaId,body){// verify the required parameter 'schemaId' is set
10031
9976
  if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';}// verify the required parameter 'body' is set
10032
9977
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
10033
9978
  * CarrierServices service.
10034
9979
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
10035
- * @version 232.0.0
9980
+ * @version 233.0.0
10036
9981
  *//**
10037
9982
  * Constructs a new CarrierServicesApi.
10038
9983
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -10052,7 +9997,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
10052
9997
  */},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
10053
9998
  * Chat service.
10054
9999
  * @module purecloud-platform-client-v2/api/ChatApi
10055
- * @version 232.0.0
10000
+ * @version 233.0.0
10056
10001
  *//**
10057
10002
  * Constructs a new ChatApi.
10058
10003
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -10283,7 +10228,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10283
10228
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
10284
10229
  * Coaching service.
10285
10230
  * @module purecloud-platform-client-v2/api/CoachingApi
10286
- * @version 232.0.0
10231
+ * @version 233.0.0
10287
10232
  *//**
10288
10233
  * Constructs a new CoachingApi.
10289
10234
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -10436,7 +10381,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10436
10381
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
10437
10382
  * ContentManagement service.
10438
10383
  * @module purecloud-platform-client-v2/api/ContentManagementApi
10439
- * @version 232.0.0
10384
+ * @version 233.0.0
10440
10385
  *//**
10441
10386
  * Constructs a new ContentManagementApi.
10442
10387
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -10718,7 +10663,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
10718
10663
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
10719
10664
  * Conversations service.
10720
10665
  * @module purecloud-platform-client-v2/api/ConversationsApi
10721
- * @version 232.0.0
10666
+ * @version 233.0.0
10722
10667
  *//**
10723
10668
  * Constructs a new ConversationsApi.
10724
10669
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -12805,7 +12750,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
12805
12750
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
12806
12751
  * DataExtensions service.
12807
12752
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
12808
- * @version 232.0.0
12753
+ * @version 233.0.0
12809
12754
  *//**
12810
12755
  * Constructs a new DataExtensionsApi.
12811
12756
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -12826,7 +12771,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
12826
12771
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataPrivacyApi=/*#__PURE__*/function(){/**
12827
12772
  * DataPrivacy service.
12828
12773
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
12829
- * @version 232.0.0
12774
+ * @version 233.0.0
12830
12775
  *//**
12831
12776
  * Constructs a new DataPrivacyApi.
12832
12777
  * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
@@ -12866,7 +12811,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12866
12811
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';}return this.apiClient.callApi('/api/v2/dataprivacy/maskingrules/validate','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
12867
12812
  * Downloads service.
12868
12813
  * @module purecloud-platform-client-v2/api/DownloadsApi
12869
- * @version 232.0.0
12814
+ * @version 233.0.0
12870
12815
  *//**
12871
12816
  * Constructs a new DownloadsApi.
12872
12817
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -12885,7 +12830,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12885
12830
  if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
12886
12831
  * Emails service.
12887
12832
  * @module purecloud-platform-client-v2/api/EmailsApi
12888
- * @version 232.0.0
12833
+ * @version 233.0.0
12889
12834
  *//**
12890
12835
  * Constructs a new EmailsApi.
12891
12836
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -12914,7 +12859,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
12914
12859
  */},{key:"patchEmailsSettingsThreading",value:function patchEmailsSettingsThreading(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings/threading','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
12915
12860
  * EmployeeEngagement service.
12916
12861
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
12917
- * @version 232.0.0
12862
+ * @version 233.0.0
12918
12863
  *//**
12919
12864
  * Constructs a new EmployeeEngagementApi.
12920
12865
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -12952,7 +12897,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12952
12897
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
12953
12898
  * Events service.
12954
12899
  * @module purecloud-platform-client-v2/api/EventsApi
12955
- * @version 232.0.0
12900
+ * @version 233.0.0
12956
12901
  *//**
12957
12902
  * Constructs a new EventsApi.
12958
12903
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -12977,7 +12922,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12977
12922
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
12978
12923
  * ExternalContacts service.
12979
12924
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
12980
- * @version 232.0.0
12925
+ * @version 233.0.0
12981
12926
  *//**
12982
12927
  * Constructs a new ExternalContactsApi.
12983
12928
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -13727,7 +13672,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
13727
13672
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
13728
13673
  * Fax service.
13729
13674
  * @module purecloud-platform-client-v2/api/FaxApi
13730
- * @version 232.0.0
13675
+ * @version 233.0.0
13731
13676
  *//**
13732
13677
  * Constructs a new FaxApi.
13733
13678
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -13776,7 +13721,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13776
13721
  */},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
13777
13722
  * Flows service.
13778
13723
  * @module purecloud-platform-client-v2/api/FlowsApi
13779
- * @version 232.0.0
13724
+ * @version 233.0.0
13780
13725
  *//**
13781
13726
  * Constructs a new FlowsApi.
13782
13727
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -13830,7 +13775,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13830
13775
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
13831
13776
  * Gamification service.
13832
13777
  * @module purecloud-platform-client-v2/api/GamificationApi
13833
- * @version 232.0.0
13778
+ * @version 233.0.0
13834
13779
  *//**
13835
13780
  * Constructs a new GamificationApi.
13836
13781
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -13938,12 +13883,13 @@ if(prizeImageId===undefined||prizeImageId===null||prizeImageId===''){throw'Missi
13938
13883
  * @param {String} opts.sortMetricId Sort Metric Id
13939
13884
  * @param {Object} opts.sortOrder Sort order (default to asc)
13940
13885
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
13886
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
13941
13887
  */},{key:"getGamificationInsights",value:function getGamificationInsights(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
13942
13888
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsights';}// verify the required parameter 'filterId' is set
13943
13889
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsights';}// verify the required parameter 'granularity' is set
13944
13890
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsights';}// verify the required parameter 'comparativePeriodStartWorkday' is set
13945
13891
  if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsights';}// verify the required parameter 'primaryPeriodStartWorkday' is set
13946
- if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13892
+ if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13947
13893
  * Get insights details for the current user
13948
13894
  *
13949
13895
  * @param {Object} filterType Filter type for the query request.
@@ -13997,11 +13943,13 @@ if(primaryPeriodEndWorkday===undefined||primaryPeriodEndWorkday===null){throw'Mi
13997
13943
  * @param {String} filterId ID for the filter type.
13998
13944
  * @param {Object} granularity Granularity
13999
13945
  * @param {String} startWorkday The start work day. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
14000
- */},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday){// verify the required parameter 'filterType' is set
13946
+ * @param {Object} opts Optional parameters
13947
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
13948
+ */},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
14001
13949
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';}// verify the required parameter 'filterId' is set
14002
13950
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';}// verify the required parameter 'granularity' is set
14003
13951
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsMembers';}// verify the required parameter 'startWorkday' is set
14004
- if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13952
+ if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday,'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14005
13953
  * Get insights rankings
14006
13954
  *
14007
13955
  * @param {Object} filterType Filter type for the query request.
@@ -14014,13 +13962,14 @@ if(startWorkday===undefined||startWorkday===null){throw'Missing the required par
14014
13962
  * @param {String} opts.sortMetricId Sort Metric Id
14015
13963
  * @param {Number} opts.sectionSize The number of top and bottom users to return before ties
14016
13964
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
13965
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
14017
13966
  */},{key:"getGamificationInsightsRankings",value:function getGamificationInsightsRankings(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,sortKey,opts){opts=opts||{};// verify the required parameter 'filterType' is set
14018
13967
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';}// verify the required parameter 'filterId' is set
14019
13968
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';}// verify the required parameter 'granularity' is set
14020
13969
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';}// verify the required parameter 'comparativePeriodStartWorkday' is set
14021
13970
  if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'primaryPeriodStartWorkday' is set
14022
13971
  if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'sortKey' is set
14023
- if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13972
+ if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14024
13973
  * Get insights user trend for the current user
14025
13974
  *
14026
13975
  * @param {Object} filterType Filter type for the query request.
@@ -14483,7 +14432,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14483
14432
  if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
14484
14433
  * GeneralDataProtectionRegulation service.
14485
14434
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
14486
- * @version 232.0.0
14435
+ * @version 233.0.0
14487
14436
  *//**
14488
14437
  * Constructs a new GeneralDataProtectionRegulationApi.
14489
14438
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -14518,7 +14467,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
14518
14467
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
14519
14468
  * Geolocation service.
14520
14469
  * @module purecloud-platform-client-v2/api/GeolocationApi
14521
- * @version 232.0.0
14470
+ * @version 233.0.0
14522
14471
  *//**
14523
14472
  * Constructs a new GeolocationApi.
14524
14473
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -14552,7 +14501,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
14552
14501
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
14553
14502
  * Greetings service.
14554
14503
  * @module purecloud-platform-client-v2/api/GreetingsApi
14555
- * @version 232.0.0
14504
+ * @version 233.0.0
14556
14505
  *//**
14557
14506
  * Constructs a new GreetingsApi.
14558
14507
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -14680,7 +14629,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
14680
14629
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
14681
14630
  * Groups service.
14682
14631
  * @module purecloud-platform-client-v2/api/GroupsApi
14683
- * @version 232.0.0
14632
+ * @version 233.0.0
14684
14633
  *//**
14685
14634
  * Constructs a new GroupsApi.
14686
14635
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -14813,7 +14762,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
14813
14762
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
14814
14763
  * IdentityProvider service.
14815
14764
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
14816
- * @version 232.0.0
14765
+ * @version 233.0.0
14817
14766
  *//**
14818
14767
  * Constructs a new IdentityProviderApi.
14819
14768
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -14969,7 +14918,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14969
14918
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
14970
14919
  * InfrastructureAsCode service.
14971
14920
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
14972
- * @version 232.0.0
14921
+ * @version 233.0.0
14973
14922
  *//**
14974
14923
  * Constructs a new InfrastructureAsCodeApi.
14975
14924
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -15023,7 +14972,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
15023
14972
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
15024
14973
  * Integrations service.
15025
14974
  * @module purecloud-platform-client-v2/api/IntegrationsApi
15026
- * @version 232.0.0
14975
+ * @version 233.0.0
15027
14976
  *//**
15028
14977
  * Constructs a new IntegrationsApi.
15029
14978
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -15713,7 +15662,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
15713
15662
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
15714
15663
  * Journey service.
15715
15664
  * @module purecloud-platform-client-v2/api/JourneyApi
15716
- * @version 232.0.0
15665
+ * @version 233.0.0
15717
15666
  *//**
15718
15667
  * Constructs a new JourneyApi.
15719
15668
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -16222,7 +16171,7 @@ if(versionId===undefined||versionId===null||versionId===''){throw'Missing the re
16222
16171
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putJourneyViewVersion';}return this.apiClient.callApi('/api/v2/journey/views/{viewId}/versions/{versionId}','PUT',{'viewId':viewId,'versionId':versionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
16223
16172
  * Knowledge service.
16224
16173
  * @module purecloud-platform-client-v2/api/KnowledgeApi
16225
- * @version 232.0.0
16174
+ * @version 233.0.0
16226
16175
  *//**
16227
16176
  * Constructs a new KnowledgeApi.
16228
16177
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -17292,7 +17241,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
17292
17241
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
17293
17242
  * LanguageUnderstanding service.
17294
17243
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
17295
- * @version 232.0.0
17244
+ * @version 233.0.0
17296
17245
  *//**
17297
17246
  * Constructs a new LanguageUnderstandingApi.
17298
17247
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -17601,7 +17550,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
17601
17550
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
17602
17551
  * Languages service.
17603
17552
  * @module purecloud-platform-client-v2/api/LanguagesApi
17604
- * @version 232.0.0
17553
+ * @version 233.0.0
17605
17554
  *//**
17606
17555
  * Constructs a new LanguagesApi.
17607
17556
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -17656,7 +17605,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
17656
17605
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
17657
17606
  * Learning service.
17658
17607
  * @module purecloud-platform-client-v2/api/LearningApi
17659
- * @version 232.0.0
17608
+ * @version 233.0.0
17660
17609
  *//**
17661
17610
  * Constructs a new LearningApi.
17662
17611
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -17929,7 +17878,7 @@ if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the requi
17929
17878
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{'assign':opts['assign']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
17930
17879
  * License service.
17931
17880
  * @module purecloud-platform-client-v2/api/LicenseApi
17932
- * @version 232.0.0
17881
+ * @version 233.0.0
17933
17882
  *//**
17934
17883
  * Constructs a new LicenseApi.
17935
17884
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -17983,7 +17932,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
17983
17932
  */},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
17984
17933
  * Locations service.
17985
17934
  * @module purecloud-platform-client-v2/api/LocationsApi
17986
- * @version 232.0.0
17935
+ * @version 233.0.0
17987
17936
  *//**
17988
17937
  * Constructs a new LocationsApi.
17989
17938
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -18042,7 +17991,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18042
17991
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
18043
17992
  * LogCapture service.
18044
17993
  * @module purecloud-platform-client-v2/api/LogCaptureApi
18045
- * @version 232.0.0
17994
+ * @version 233.0.0
18046
17995
  *//**
18047
17996
  * Constructs a new LogCaptureApi.
18048
17997
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -18091,7 +18040,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
18091
18040
  if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
18092
18041
  * Messaging service.
18093
18042
  * @module purecloud-platform-client-v2/api/MessagingApi
18094
- * @version 232.0.0
18043
+ * @version 233.0.0
18095
18044
  *//**
18096
18045
  * Constructs a new MessagingApi.
18097
18046
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -18181,7 +18130,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18181
18130
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
18182
18131
  * MobileDevices service.
18183
18132
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
18184
- * @version 232.0.0
18133
+ * @version 233.0.0
18185
18134
  *//**
18186
18135
  * Constructs a new MobileDevicesApi.
18187
18136
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -18220,7 +18169,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18220
18169
  if(deviceId===undefined||deviceId===null||deviceId===''){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
18221
18170
  * Notifications service.
18222
18171
  * @module purecloud-platform-client-v2/api/NotificationsApi
18223
- * @version 232.0.0
18172
+ * @version 233.0.0
18224
18173
  *//**
18225
18174
  * Constructs a new NotificationsApi.
18226
18175
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -18277,7 +18226,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
18277
18226
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
18278
18227
  * OAuth service.
18279
18228
  * @module purecloud-platform-client-v2/api/OAuthApi
18280
- * @version 232.0.0
18229
+ * @version 233.0.0
18281
18230
  *//**
18282
18231
  * Constructs a new OAuthApi.
18283
18232
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -18362,7 +18311,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
18362
18311
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
18363
18312
  * Objects service.
18364
18313
  * @module purecloud-platform-client-v2/api/ObjectsApi
18365
- * @version 232.0.0
18314
+ * @version 233.0.0
18366
18315
  *//**
18367
18316
  * Constructs a new ObjectsApi.
18368
18317
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -18448,7 +18397,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
18448
18397
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
18449
18398
  * OperationalEvents service.
18450
18399
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
18451
- * @version 232.0.0
18400
+ * @version 233.0.0
18452
18401
  *//**
18453
18402
  * Constructs a new OperationalEventsApi.
18454
18403
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -18479,7 +18428,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
18479
18428
  */},{key:"postUsageEventsQuery",value:function postUsageEventsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/usage/events/query','POST',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
18480
18429
  * Organization service.
18481
18430
  * @module purecloud-platform-client-v2/api/OrganizationApi
18482
- * @version 232.0.0
18431
+ * @version 233.0.0
18483
18432
  *//**
18484
18433
  * Constructs a new OrganizationApi.
18485
18434
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -18584,7 +18533,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18584
18533
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
18585
18534
  * OrganizationAuthorization service.
18586
18535
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
18587
- * @version 232.0.0
18536
+ * @version 233.0.0
18588
18537
  *//**
18589
18538
  * Constructs a new OrganizationAuthorizationApi.
18590
18539
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -18918,7 +18867,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
18918
18867
  if(trusteeUserId===undefined||trusteeUserId===null||trusteeUserId===''){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
18919
18868
  * Outbound service.
18920
18869
  * @module purecloud-platform-client-v2/api/OutboundApi
18921
- * @version 232.0.0
18870
+ * @version 233.0.0
18922
18871
  *//**
18923
18872
  * Constructs a new OutboundApi.
18924
18873
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -20069,7 +20018,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20069
20018
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
20070
20019
  * Presence service.
20071
20020
  * @module purecloud-platform-client-v2/api/PresenceApi
20072
- * @version 232.0.0
20021
+ * @version 233.0.0
20073
20022
  *//**
20074
20023
  * Constructs a new PresenceApi.
20075
20024
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -20242,7 +20191,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20242
20191
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
20243
20192
  * ProcessAutomation service.
20244
20193
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
20245
- * @version 232.0.0
20194
+ * @version 233.0.0
20246
20195
  *//**
20247
20196
  * Constructs a new ProcessAutomationApi.
20248
20197
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -20305,7 +20254,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
20305
20254
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
20306
20255
  * Quality service.
20307
20256
  * @module purecloud-platform-client-v2/api/QualityApi
20308
- * @version 232.0.0
20257
+ * @version 233.0.0
20309
20258
  *//**
20310
20259
  * Constructs a new QualityApi.
20311
20260
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -20823,7 +20772,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
20823
20772
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
20824
20773
  * Recording service.
20825
20774
  * @module purecloud-platform-client-v2/api/RecordingApi
20826
- * @version 232.0.0
20775
+ * @version 233.0.0
20827
20776
  *//**
20828
20777
  * Constructs a new RecordingApi.
20829
20778
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -21222,7 +21171,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21222
21171
  */},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
21223
21172
  * ResponseManagement service.
21224
21173
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
21225
- * @version 232.0.0
21174
+ * @version 233.0.0
21226
21175
  *//**
21227
21176
  * Constructs a new ResponseManagementApi.
21228
21177
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -21343,7 +21292,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
21343
21292
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
21344
21293
  * Routing service.
21345
21294
  * @module purecloud-platform-client-v2/api/RoutingApi
21346
- * @version 232.0.0
21295
+ * @version 233.0.0
21347
21296
  *//**
21348
21297
  * Constructs a new RoutingApi.
21349
21298
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -22402,7 +22351,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
22402
22351
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
22403
22352
  * SCIM service.
22404
22353
  * @module purecloud-platform-client-v2/api/SCIMApi
22405
- * @version 232.0.0
22354
+ * @version 233.0.0
22406
22355
  *//**
22407
22356
  * Constructs a new SCIMApi.
22408
22357
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -22627,7 +22576,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
22627
22576
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
22628
22577
  * ScreenRecording service.
22629
22578
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
22630
- * @version 232.0.0
22579
+ * @version 233.0.0
22631
22580
  *//**
22632
22581
  * Constructs a new ScreenRecordingApi.
22633
22582
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -22642,7 +22591,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22642
22591
  */return _createClass(ScreenRecordingApi,[{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
22643
22592
  * Scripts service.
22644
22593
  * @module purecloud-platform-client-v2/api/ScriptsApi
22645
- * @version 232.0.0
22594
+ * @version 233.0.0
22646
22595
  *//**
22647
22596
  * Constructs a new ScriptsApi.
22648
22597
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -22788,7 +22737,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
22788
22737
  */},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
22789
22738
  * Search service.
22790
22739
  * @module purecloud-platform-client-v2/api/SearchApi
22791
- * @version 232.0.0
22740
+ * @version 233.0.0
22792
22741
  *//**
22793
22742
  * Constructs a new SearchApi.
22794
22743
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -22955,7 +22904,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22955
22904
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
22956
22905
  * Settings service.
22957
22906
  * @module purecloud-platform-client-v2/api/SettingsApi
22958
- * @version 232.0.0
22907
+ * @version 233.0.0
22959
22908
  *//**
22960
22909
  * Constructs a new SettingsApi.
22961
22910
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -23027,7 +22976,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
23027
22976
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SocialMediaApi=/*#__PURE__*/function(){/**
23028
22977
  * SocialMedia service.
23029
22978
  * @module purecloud-platform-client-v2/api/SocialMediaApi
23030
- * @version 232.0.0
22979
+ * @version 233.0.0
23031
22980
  *//**
23032
22981
  * Constructs a new SocialMediaApi.
23033
22982
  * @alias module:purecloud-platform-client-v2/api/SocialMediaApi
@@ -23440,7 +23389,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
23440
23389
  if(twitterIngestionRuleId===undefined||twitterIngestionRuleId===null||twitterIngestionRuleId===''){throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}','PUT',{'topicId':topicId,'twitterIngestionRuleId':twitterIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
23441
23390
  * SpeechTextAnalytics service.
23442
23391
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
23443
- * @version 232.0.0
23392
+ * @version 233.0.0
23444
23393
  *//**
23445
23394
  * Constructs a new SpeechTextAnalyticsApi.
23446
23395
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -23649,13 +23598,14 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
23649
23598
  * @param {Object} opts Optional parameters
23650
23599
  * @param {String} opts.nextPage The key for listing the next page
23651
23600
  * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
23601
+ * @param {Number} opts.pageNumber The page number for the listing
23652
23602
  * @param {Object} opts.state Topic state. Defaults to latest
23653
23603
  * @param {String} opts.name Case insensitive partial name to filter by
23654
23604
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
23655
23605
  * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
23656
23606
  * @param {Object} opts.sortBy Sort results by. Defaults to name
23657
23607
  * @param {Object} opts.sortOrder Sort order. Defaults to asc
23658
- */},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
23608
+ */},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
23659
23609
  * Get list of supported Speech and Text Analytics topics dialects
23660
23610
  *
23661
23611
  */},{key:"getSpeechandtextanalyticsTopicsDialects",value:function getSpeechandtextanalyticsTopicsDialects(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/dialects','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -23809,7 +23759,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
23809
23759
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
23810
23760
  * Stations service.
23811
23761
  * @module purecloud-platform-client-v2/api/StationsApi
23812
- * @version 232.0.0
23762
+ * @version 233.0.0
23813
23763
  *//**
23814
23764
  * Constructs a new StationsApi.
23815
23765
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -23841,7 +23791,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
23841
23791
  */},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
23842
23792
  * Suggest service.
23843
23793
  * @module purecloud-platform-client-v2/api/SuggestApi
23844
- * @version 232.0.0
23794
+ * @version 233.0.0
23845
23795
  *//**
23846
23796
  * Constructs a new SuggestApi.
23847
23797
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -23881,7 +23831,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23881
23831
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
23882
23832
  * TaskManagement service.
23883
23833
  * @module purecloud-platform-client-v2/api/TaskManagementApi
23884
- * @version 232.0.0
23834
+ * @version 233.0.0
23885
23835
  *//**
23886
23836
  * Constructs a new TaskManagementApi.
23887
23837
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -23981,9 +23931,9 @@ if(workbinId===undefined||workbinId===null||workbinId===''){throw'Missing the re
23981
23931
  *
23982
23932
  * @param {String} workitemId Workitem ID
23983
23933
  * @param {Object} opts Optional parameters
23984
- * @param {Object} opts.expands Which fields to expand. Comma separated if more than one.
23934
+ * @param {Array.<String>} opts.expands Which fields to expand. Comma separated if more than one.
23985
23935
  */},{key:"getTaskmanagementWorkitem",value:function getTaskmanagementWorkitem(workitemId,opts){opts=opts||{};// verify the required parameter 'workitemId' is set
23986
- if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':opts['expands']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
23936
+ if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
23987
23937
  * Get a listing of a workitem's attribute change history
23988
23938
  *
23989
23939
  * @param {String} workitemId Workitem ID
@@ -24389,7 +24339,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
24389
24339
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
24390
24340
  * Teams service.
24391
24341
  * @module purecloud-platform-client-v2/api/TeamsApi
24392
- * @version 232.0.0
24342
+ * @version 233.0.0
24393
24343
  *//**
24394
24344
  * Constructs a new TeamsApi.
24395
24345
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -24469,7 +24419,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
24469
24419
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
24470
24420
  * Telephony service.
24471
24421
  * @module purecloud-platform-client-v2/api/TelephonyApi
24472
- * @version 232.0.0
24422
+ * @version 233.0.0
24473
24423
  *//**
24474
24424
  * Constructs a new TelephonyApi.
24475
24425
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -24540,7 +24490,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
24540
24490
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';}return this.apiClient.callApi('/api/v2/telephony/agents/greetings/me','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
24541
24491
  * TelephonyProvidersEdge service.
24542
24492
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
24543
- * @version 232.0.0
24493
+ * @version 233.0.0
24544
24494
  *//**
24545
24495
  * Constructs a new TelephonyProvidersEdgeApi.
24546
24496
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -25388,7 +25338,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
25388
25338
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
25389
25339
  * Textbots service.
25390
25340
  * @module purecloud-platform-client-v2/api/TextbotsApi
25391
- * @version 232.0.0
25341
+ * @version 233.0.0
25392
25342
  *//**
25393
25343
  * Constructs a new TextbotsApi.
25394
25344
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -25424,7 +25374,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
25424
25374
  if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
25425
25375
  * Tokens service.
25426
25376
  * @module purecloud-platform-client-v2/api/TokensApi
25427
- * @version 232.0.0
25377
+ * @version 233.0.0
25428
25378
  *//**
25429
25379
  * Constructs a new TokensApi.
25430
25380
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -25458,7 +25408,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
25458
25408
  */},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
25459
25409
  * Uploads service.
25460
25410
  * @module purecloud-platform-client-v2/api/UploadsApi
25461
- * @version 232.0.0
25411
+ * @version 233.0.0
25462
25412
  *//**
25463
25413
  * Constructs a new UploadsApi.
25464
25414
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -25526,7 +25476,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
25526
25476
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
25527
25477
  * Usage service.
25528
25478
  * @module purecloud-platform-client-v2/api/UsageApi
25529
- * @version 232.0.0
25479
+ * @version 233.0.0
25530
25480
  *//**
25531
25481
  * Constructs a new UsageApi.
25532
25482
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -25610,7 +25560,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
25610
25560
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
25611
25561
  * UserRecordings service.
25612
25562
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
25613
- * @version 232.0.0
25563
+ * @version 233.0.0
25614
25564
  *//**
25615
25565
  * Constructs a new UserRecordingsApi.
25616
25566
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -25658,7 +25608,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
25658
25608
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
25659
25609
  * Users service.
25660
25610
  * @module purecloud-platform-client-v2/api/UsersApi
25661
- * @version 232.0.0
25611
+ * @version 233.0.0
25662
25612
  *//**
25663
25613
  * Constructs a new UsersApi.
25664
25614
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -26402,7 +26352,7 @@ if(verifierId===undefined||verifierId===null||verifierId===''){throw'Missing the
26402
26352
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
26403
26353
  * Utilities service.
26404
26354
  * @module purecloud-platform-client-v2/api/UtilitiesApi
26405
- * @version 232.0.0
26355
+ * @version 233.0.0
26406
26356
  *//**
26407
26357
  * Constructs a new UtilitiesApi.
26408
26358
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -26429,7 +26379,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
26429
26379
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
26430
26380
  * Voicemail service.
26431
26381
  * @module purecloud-platform-client-v2/api/VoicemailApi
26432
- * @version 232.0.0
26382
+ * @version 233.0.0
26433
26383
  *//**
26434
26384
  * Constructs a new VoicemailApi.
26435
26385
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -26591,7 +26541,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
26591
26541
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
26592
26542
  * WebChat service.
26593
26543
  * @module purecloud-platform-client-v2/api/WebChatApi
26594
- * @version 232.0.0
26544
+ * @version 233.0.0
26595
26545
  *//**
26596
26546
  * Constructs a new WebChatApi.
26597
26547
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -26738,7 +26688,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
26738
26688
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
26739
26689
  * WebDeployments service.
26740
26690
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
26741
- * @version 232.0.0
26691
+ * @version 233.0.0
26742
26692
  *//**
26743
26693
  * Constructs a new WebDeploymentsApi.
26744
26694
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -26871,7 +26821,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
26871
26821
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}/identityresolution','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
26872
26822
  * WebMessaging service.
26873
26823
  * @module purecloud-platform-client-v2/api/WebMessagingApi
26874
- * @version 232.0.0
26824
+ * @version 233.0.0
26875
26825
  *//**
26876
26826
  * Constructs a new WebMessagingApi.
26877
26827
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -26912,7 +26862,7 @@ if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required
26912
26862
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','POST',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
26913
26863
  * Widgets service.
26914
26864
  * @module purecloud-platform-client-v2/api/WidgetsApi
26915
- * @version 232.0.0
26865
+ * @version 233.0.0
26916
26866
  *//**
26917
26867
  * Constructs a new WidgetsApi.
26918
26868
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -26952,7 +26902,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
26952
26902
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
26953
26903
  * WorkforceManagement service.
26954
26904
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
26955
- * @version 232.0.0
26905
+ * @version 233.0.0
26956
26906
  *//**
26957
26907
  * Constructs a new WorkforceManagementApi.
26958
26908
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -28912,7 +28862,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
28912
28862
  * </pre>
28913
28863
  * </p>
28914
28864
  * @module purecloud-platform-client-v2/index
28915
- * @version 232.0.0
28865
+ * @version 233.0.0
28916
28866
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
28917
28867
  * The ApiClient constructor.
28918
28868
  * @property {module:purecloud-platform-client-v2/ApiClient}
@@ -29172,4 +29122,4 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
29172
29122
  var index=new platformClient();module.exports=index;
29173
29123
 
29174
29124
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer,require("timers").setImmediate)
29175
- },{"buffer":5,"os":44,"path":45,"qs":48,"timers":56}]},{},[]);
29125
+ },{"buffer":3,"os":41,"path":42,"qs":45,"timers":53}]},{},[]);