purecloud-platform-client-v2 187.0.0 → 188.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +406 -93
  3. package/dist/web-amd/purecloud-platform-client-v2.js +406 -93
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +173 -94
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +291 -179
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +479 -148
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +26 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +3 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +3 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -10
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +201 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +3 -2
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +34 -4
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +63 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -2807,30 +2807,21 @@ module.exports = function callBoundIntrinsic(name, allowMissing) {
2807
2807
  return intrinsic;
2808
2808
  };
2809
2809
 
2810
- },{"./":9,"get-intrinsic":13}],9:[function(require,module,exports){
2810
+ },{"./":9,"get-intrinsic":21}],9:[function(require,module,exports){
2811
2811
  'use strict';
2812
2812
 
2813
2813
  var bind = require('function-bind');
2814
2814
  var GetIntrinsic = require('get-intrinsic');
2815
2815
  var setFunctionLength = require('set-function-length');
2816
2816
 
2817
- var $TypeError = GetIntrinsic('%TypeError%');
2817
+ var $TypeError = require('es-errors/type');
2818
2818
  var $apply = GetIntrinsic('%Function.prototype.apply%');
2819
2819
  var $call = GetIntrinsic('%Function.prototype.call%');
2820
2820
  var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply);
2821
2821
 
2822
- var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
2822
+ var $defineProperty = require('es-define-property');
2823
2823
  var $max = GetIntrinsic('%Math.max%');
2824
2824
 
2825
- if ($defineProperty) {
2826
- try {
2827
- $defineProperty({}, 'a', { value: 1 });
2828
- } catch (e) {
2829
- // IE 8 has a broken defineProperty
2830
- $defineProperty = null;
2831
- }
2832
- }
2833
-
2834
2825
  module.exports = function callBind(originalFunction) {
2835
2826
  if (typeof originalFunction !== 'function') {
2836
2827
  throw new $TypeError('a function is required');
@@ -2853,29 +2844,17 @@ if ($defineProperty) {
2853
2844
  module.exports.apply = applyBind;
2854
2845
  }
2855
2846
 
2856
- },{"function-bind":12,"get-intrinsic":13,"set-function-length":26}],10:[function(require,module,exports){
2847
+ },{"es-define-property":11,"es-errors/type":17,"function-bind":20,"get-intrinsic":21,"set-function-length":34}],10:[function(require,module,exports){
2857
2848
  'use strict';
2858
2849
 
2859
- var hasPropertyDescriptors = require('has-property-descriptors')();
2850
+ var $defineProperty = require('es-define-property');
2860
2851
 
2861
- var GetIntrinsic = require('get-intrinsic');
2862
-
2863
- var $defineProperty = hasPropertyDescriptors && GetIntrinsic('%Object.defineProperty%', true);
2864
- if ($defineProperty) {
2865
- try {
2866
- $defineProperty({}, 'a', { value: 1 });
2867
- } catch (e) {
2868
- // IE 8 has a broken defineProperty
2869
- $defineProperty = false;
2870
- }
2871
- }
2872
-
2873
- var $SyntaxError = GetIntrinsic('%SyntaxError%');
2874
- var $TypeError = GetIntrinsic('%TypeError%');
2852
+ var $SyntaxError = require('es-errors/syntax');
2853
+ var $TypeError = require('es-errors/type');
2875
2854
 
2876
2855
  var gopd = require('gopd');
2877
2856
 
2878
- /** @type {(obj: Record<PropertyKey, unknown>, property: PropertyKey, value: unknown, nonEnumerable?: boolean | null, nonWritable?: boolean | null, nonConfigurable?: boolean | null, loose?: boolean) => void} */
2857
+ /** @type {import('.')} */
2879
2858
  module.exports = function defineDataProperty(
2880
2859
  obj,
2881
2860
  property,
@@ -2923,7 +2902,67 @@ module.exports = function defineDataProperty(
2923
2902
  }
2924
2903
  };
2925
2904
 
2926
- },{"get-intrinsic":13,"gopd":14,"has-property-descriptors":15}],11:[function(require,module,exports){
2905
+ },{"es-define-property":11,"es-errors/syntax":16,"es-errors/type":17,"gopd":22}],11:[function(require,module,exports){
2906
+ 'use strict';
2907
+
2908
+ var GetIntrinsic = require('get-intrinsic');
2909
+
2910
+ /** @type {import('.')} */
2911
+ var $defineProperty = GetIntrinsic('%Object.defineProperty%', true) || false;
2912
+ if ($defineProperty) {
2913
+ try {
2914
+ $defineProperty({}, 'a', { value: 1 });
2915
+ } catch (e) {
2916
+ // IE 8 has a broken defineProperty
2917
+ $defineProperty = false;
2918
+ }
2919
+ }
2920
+
2921
+ module.exports = $defineProperty;
2922
+
2923
+ },{"get-intrinsic":21}],12:[function(require,module,exports){
2924
+ 'use strict';
2925
+
2926
+ /** @type {import('./eval')} */
2927
+ module.exports = EvalError;
2928
+
2929
+ },{}],13:[function(require,module,exports){
2930
+ 'use strict';
2931
+
2932
+ /** @type {import('.')} */
2933
+ module.exports = Error;
2934
+
2935
+ },{}],14:[function(require,module,exports){
2936
+ 'use strict';
2937
+
2938
+ /** @type {import('./range')} */
2939
+ module.exports = RangeError;
2940
+
2941
+ },{}],15:[function(require,module,exports){
2942
+ 'use strict';
2943
+
2944
+ /** @type {import('./ref')} */
2945
+ module.exports = ReferenceError;
2946
+
2947
+ },{}],16:[function(require,module,exports){
2948
+ 'use strict';
2949
+
2950
+ /** @type {import('./syntax')} */
2951
+ module.exports = SyntaxError;
2952
+
2953
+ },{}],17:[function(require,module,exports){
2954
+ 'use strict';
2955
+
2956
+ /** @type {import('./type')} */
2957
+ module.exports = TypeError;
2958
+
2959
+ },{}],18:[function(require,module,exports){
2960
+ 'use strict';
2961
+
2962
+ /** @type {import('./uri')} */
2963
+ module.exports = URIError;
2964
+
2965
+ },{}],19:[function(require,module,exports){
2927
2966
  'use strict';
2928
2967
 
2929
2968
  /* eslint no-invalid-this: 1 */
@@ -3009,21 +3048,27 @@ module.exports = function bind(that) {
3009
3048
  return bound;
3010
3049
  };
3011
3050
 
3012
- },{}],12:[function(require,module,exports){
3051
+ },{}],20:[function(require,module,exports){
3013
3052
  'use strict';
3014
3053
 
3015
3054
  var implementation = require('./implementation');
3016
3055
 
3017
3056
  module.exports = Function.prototype.bind || implementation;
3018
3057
 
3019
- },{"./implementation":11}],13:[function(require,module,exports){
3058
+ },{"./implementation":19}],21:[function(require,module,exports){
3020
3059
  'use strict';
3021
3060
 
3022
3061
  var undefined;
3023
3062
 
3024
- var $SyntaxError = SyntaxError;
3063
+ var $Error = require('es-errors');
3064
+ var $EvalError = require('es-errors/eval');
3065
+ var $RangeError = require('es-errors/range');
3066
+ var $ReferenceError = require('es-errors/ref');
3067
+ var $SyntaxError = require('es-errors/syntax');
3068
+ var $TypeError = require('es-errors/type');
3069
+ var $URIError = require('es-errors/uri');
3070
+
3025
3071
  var $Function = Function;
3026
- var $TypeError = TypeError;
3027
3072
 
3028
3073
  // eslint-disable-next-line consistent-return
3029
3074
  var getEvalledConstructor = function (expressionSyntax) {
@@ -3075,6 +3120,7 @@ var needsEval = {};
3075
3120
  var TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);
3076
3121
 
3077
3122
  var INTRINSICS = {
3123
+ __proto__: null,
3078
3124
  '%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,
3079
3125
  '%Array%': Array,
3080
3126
  '%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,
@@ -3095,9 +3141,9 @@ var INTRINSICS = {
3095
3141
  '%decodeURIComponent%': decodeURIComponent,
3096
3142
  '%encodeURI%': encodeURI,
3097
3143
  '%encodeURIComponent%': encodeURIComponent,
3098
- '%Error%': Error,
3144
+ '%Error%': $Error,
3099
3145
  '%eval%': eval, // eslint-disable-line no-eval
3100
- '%EvalError%': EvalError,
3146
+ '%EvalError%': $EvalError,
3101
3147
  '%Float32Array%': typeof Float32Array === 'undefined' ? undefined : Float32Array,
3102
3148
  '%Float64Array%': typeof Float64Array === 'undefined' ? undefined : Float64Array,
3103
3149
  '%FinalizationRegistry%': typeof FinalizationRegistry === 'undefined' ? undefined : FinalizationRegistry,
@@ -3119,8 +3165,8 @@ var INTRINSICS = {
3119
3165
  '%parseInt%': parseInt,
3120
3166
  '%Promise%': typeof Promise === 'undefined' ? undefined : Promise,
3121
3167
  '%Proxy%': typeof Proxy === 'undefined' ? undefined : Proxy,
3122
- '%RangeError%': RangeError,
3123
- '%ReferenceError%': ReferenceError,
3168
+ '%RangeError%': $RangeError,
3169
+ '%ReferenceError%': $ReferenceError,
3124
3170
  '%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,
3125
3171
  '%RegExp%': RegExp,
3126
3172
  '%Set%': typeof Set === 'undefined' ? undefined : Set,
@@ -3137,7 +3183,7 @@ var INTRINSICS = {
3137
3183
  '%Uint8ClampedArray%': typeof Uint8ClampedArray === 'undefined' ? undefined : Uint8ClampedArray,
3138
3184
  '%Uint16Array%': typeof Uint16Array === 'undefined' ? undefined : Uint16Array,
3139
3185
  '%Uint32Array%': typeof Uint32Array === 'undefined' ? undefined : Uint32Array,
3140
- '%URIError%': URIError,
3186
+ '%URIError%': $URIError,
3141
3187
  '%WeakMap%': typeof WeakMap === 'undefined' ? undefined : WeakMap,
3142
3188
  '%WeakRef%': typeof WeakRef === 'undefined' ? undefined : WeakRef,
3143
3189
  '%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet
@@ -3179,6 +3225,7 @@ var doEval = function doEval(name) {
3179
3225
  };
3180
3226
 
3181
3227
  var LEGACY_ALIASES = {
3228
+ __proto__: null,
3182
3229
  '%ArrayBufferPrototype%': ['ArrayBuffer', 'prototype'],
3183
3230
  '%ArrayPrototype%': ['Array', 'prototype'],
3184
3231
  '%ArrayProto_entries%': ['Array', 'prototype', 'entries'],
@@ -3369,7 +3416,7 @@ module.exports = function GetIntrinsic(name, allowMissing) {
3369
3416
  return value;
3370
3417
  };
3371
3418
 
3372
- },{"function-bind":12,"has-proto":16,"has-symbols":17,"hasown":19}],14:[function(require,module,exports){
3419
+ },{"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,"function-bind":20,"has-proto":24,"has-symbols":25,"hasown":27}],22:[function(require,module,exports){
3373
3420
  'use strict';
3374
3421
 
3375
3422
  var GetIntrinsic = require('get-intrinsic');
@@ -3387,29 +3434,18 @@ if ($gOPD) {
3387
3434
 
3388
3435
  module.exports = $gOPD;
3389
3436
 
3390
- },{"get-intrinsic":13}],15:[function(require,module,exports){
3437
+ },{"get-intrinsic":21}],23:[function(require,module,exports){
3391
3438
  'use strict';
3392
3439
 
3393
- var GetIntrinsic = require('get-intrinsic');
3394
-
3395
- var $defineProperty = GetIntrinsic('%Object.defineProperty%', true);
3440
+ var $defineProperty = require('es-define-property');
3396
3441
 
3397
3442
  var hasPropertyDescriptors = function hasPropertyDescriptors() {
3398
- if ($defineProperty) {
3399
- try {
3400
- $defineProperty({}, 'a', { value: 1 });
3401
- return true;
3402
- } catch (e) {
3403
- // IE 8 has a broken defineProperty
3404
- return false;
3405
- }
3406
- }
3407
- return false;
3443
+ return !!$defineProperty;
3408
3444
  };
3409
3445
 
3410
3446
  hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBug() {
3411
3447
  // node v0.6 has a bug where array lengths can be Set but not Defined
3412
- if (!hasPropertyDescriptors()) {
3448
+ if (!$defineProperty) {
3413
3449
  return null;
3414
3450
  }
3415
3451
  try {
@@ -3422,20 +3458,24 @@ hasPropertyDescriptors.hasArrayLengthDefineBug = function hasArrayLengthDefineBu
3422
3458
 
3423
3459
  module.exports = hasPropertyDescriptors;
3424
3460
 
3425
- },{"get-intrinsic":13}],16:[function(require,module,exports){
3461
+ },{"es-define-property":11}],24:[function(require,module,exports){
3426
3462
  'use strict';
3427
3463
 
3428
3464
  var test = {
3465
+ __proto__: null,
3429
3466
  foo: {}
3430
3467
  };
3431
3468
 
3432
3469
  var $Object = Object;
3433
3470
 
3471
+ /** @type {import('.')} */
3434
3472
  module.exports = function hasProto() {
3435
- return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
3473
+ // @ts-expect-error: TS errors on an inherited property for some reason
3474
+ return { __proto__: test }.foo === test.foo
3475
+ && !(test instanceof $Object);
3436
3476
  };
3437
3477
 
3438
- },{}],17:[function(require,module,exports){
3478
+ },{}],25:[function(require,module,exports){
3439
3479
  'use strict';
3440
3480
 
3441
3481
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -3450,7 +3490,7 @@ module.exports = function hasNativeSymbols() {
3450
3490
  return hasSymbolSham();
3451
3491
  };
3452
3492
 
3453
- },{"./shams":18}],18:[function(require,module,exports){
3493
+ },{"./shams":26}],26:[function(require,module,exports){
3454
3494
  'use strict';
3455
3495
 
3456
3496
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -3494,17 +3534,17 @@ module.exports = function hasSymbols() {
3494
3534
  return true;
3495
3535
  };
3496
3536
 
3497
- },{}],19:[function(require,module,exports){
3537
+ },{}],27:[function(require,module,exports){
3498
3538
  'use strict';
3499
3539
 
3500
3540
  var call = Function.prototype.call;
3501
3541
  var $hasOwn = Object.prototype.hasOwnProperty;
3502
3542
  var bind = require('function-bind');
3503
3543
 
3504
- /** @type {(o: {}, p: PropertyKey) => p is keyof o} */
3544
+ /** @type {import('.')} */
3505
3545
  module.exports = bind.call(call, $hasOwn);
3506
3546
 
3507
- },{"function-bind":12}],20:[function(require,module,exports){
3547
+ },{"function-bind":20}],28:[function(require,module,exports){
3508
3548
  (function (global){(function (){
3509
3549
  var hasMap = typeof Map === 'function' && Map.prototype;
3510
3550
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
@@ -4032,7 +4072,7 @@ function arrObjKeys(obj, inspect) {
4032
4072
  }
4033
4073
 
4034
4074
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
4035
- },{"./util.inspect":2}],21:[function(require,module,exports){
4075
+ },{"./util.inspect":2}],29:[function(require,module,exports){
4036
4076
  'use strict';
4037
4077
 
4038
4078
  var replace = String.prototype.replace;
@@ -4057,7 +4097,7 @@ module.exports = {
4057
4097
  RFC3986: Format.RFC3986
4058
4098
  };
4059
4099
 
4060
- },{}],22:[function(require,module,exports){
4100
+ },{}],30:[function(require,module,exports){
4061
4101
  'use strict';
4062
4102
 
4063
4103
  var stringify = require('./stringify');
@@ -4070,7 +4110,7 @@ module.exports = {
4070
4110
  stringify: stringify
4071
4111
  };
4072
4112
 
4073
- },{"./formats":21,"./parse":23,"./stringify":24}],23:[function(require,module,exports){
4113
+ },{"./formats":29,"./parse":31,"./stringify":32}],31:[function(require,module,exports){
4074
4114
  'use strict';
4075
4115
 
4076
4116
  var utils = require('./utils');
@@ -4336,7 +4376,7 @@ module.exports = function (str, opts) {
4336
4376
  return utils.compact(obj);
4337
4377
  };
4338
4378
 
4339
- },{"./utils":25}],24:[function(require,module,exports){
4379
+ },{"./utils":33}],32:[function(require,module,exports){
4340
4380
  'use strict';
4341
4381
 
4342
4382
  var getSideChannel = require('side-channel');
@@ -4658,7 +4698,7 @@ module.exports = function (object, opts) {
4658
4698
  return joined.length > 0 ? prefix + joined : '';
4659
4699
  };
4660
4700
 
4661
- },{"./formats":21,"./utils":25,"side-channel":27}],25:[function(require,module,exports){
4701
+ },{"./formats":29,"./utils":33,"side-channel":35}],33:[function(require,module,exports){
4662
4702
  'use strict';
4663
4703
 
4664
4704
  var formats = require('./formats');
@@ -4912,7 +4952,7 @@ module.exports = {
4912
4952
  merge: merge
4913
4953
  };
4914
4954
 
4915
- },{"./formats":21}],26:[function(require,module,exports){
4955
+ },{"./formats":29}],34:[function(require,module,exports){
4916
4956
  'use strict';
4917
4957
 
4918
4958
  var GetIntrinsic = require('get-intrinsic');
@@ -4920,7 +4960,7 @@ var define = require('define-data-property');
4920
4960
  var hasDescriptors = require('has-property-descriptors')();
4921
4961
  var gOPD = require('gopd');
4922
4962
 
4923
- var $TypeError = GetIntrinsic('%TypeError%');
4963
+ var $TypeError = require('es-errors/type');
4924
4964
  var $floor = GetIntrinsic('%Math.floor%');
4925
4965
 
4926
4966
  /** @typedef {(...args: unknown[]) => unknown} Func */
@@ -4958,14 +4998,14 @@ module.exports = function setFunctionLength(fn, length) {
4958
4998
  return fn;
4959
4999
  };
4960
5000
 
4961
- },{"define-data-property":10,"get-intrinsic":13,"gopd":14,"has-property-descriptors":15}],27:[function(require,module,exports){
5001
+ },{"define-data-property":10,"es-errors/type":17,"get-intrinsic":21,"gopd":22,"has-property-descriptors":23}],35:[function(require,module,exports){
4962
5002
  'use strict';
4963
5003
 
4964
5004
  var GetIntrinsic = require('get-intrinsic');
4965
5005
  var callBound = require('call-bind/callBound');
4966
5006
  var inspect = require('object-inspect');
4967
5007
 
4968
- var $TypeError = GetIntrinsic('%TypeError%');
5008
+ var $TypeError = require('es-errors/type');
4969
5009
  var $WeakMap = GetIntrinsic('%WeakMap%', true);
4970
5010
  var $Map = GetIntrinsic('%Map%', true);
4971
5011
 
@@ -4977,13 +5017,10 @@ var $mapSet = callBound('Map.prototype.set', true);
4977
5017
  var $mapHas = callBound('Map.prototype.has', true);
4978
5018
 
4979
5019
  /*
4980
- * This function traverses the list returning the node corresponding to the
4981
- * given key.
4982
- *
4983
- * That node is also moved to the head of the list, so that if it's accessed
4984
- * again we don't need to traverse the whole list. By doing so, all the recently
4985
- * used nodes can be accessed relatively quickly.
4986
- */
5020
+ * This function traverses the list returning the node corresponding to the given key.
5021
+ *
5022
+ * That node is also moved to the head of the list, so that if it's accessed again we don't need to traverse the whole list. By doing so, all the recently used nodes can be accessed relatively quickly.
5023
+ */
4987
5024
  var listGetNode = function (list, key) { // eslint-disable-line consistent-return
4988
5025
  for (var prev = list, curr; (curr = prev.next) !== null; prev = curr) {
4989
5026
  if (curr.key === key) {
@@ -5070,11 +5107,7 @@ module.exports = function getSideChannel() {
5070
5107
  $mapSet($m, key, value);
5071
5108
  } else {
5072
5109
  if (!$o) {
5073
- /*
5074
- * Initialize the linked list as an empty node, so that we don't have
5075
- * to special-case handling of the first node: we can always refer to
5076
- * it as (previous node).next, instead of something like (list).head
5077
- */
5110
+ // Initialize the linked list as an empty node, so that we don't have to special-case handling of the first node: we can always refer to it as (previous node).next, instead of something like (list).head
5078
5111
  $o = { key: {}, next: null };
5079
5112
  }
5080
5113
  listSet($o, key, value);
@@ -5084,7 +5117,7 @@ module.exports = function getSideChannel() {
5084
5117
  return channel;
5085
5118
  };
5086
5119
 
5087
- },{"call-bind/callBound":8,"get-intrinsic":13,"object-inspect":20}],"platformClient":[function(require,module,exports){
5120
+ },{"call-bind/callBound":8,"es-errors/type":17,"get-intrinsic":21,"object-inspect":28}],"platformClient":[function(require,module,exports){
5088
5121
  (function (global,Buffer){(function (){
5089
5122
  'use strict';function _regeneratorRuntime(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */_regeneratorRuntime=function _regeneratorRuntime(){return e;};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value;},i="function"==typeof Symbol?Symbol:{},a=i.iterator||"@@iterator",c=i.asyncIterator||"@@asyncIterator",u=i.toStringTag||"@@toStringTag";function define(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e];}try{define({},"");}catch(t){define=function define(t,e,r){return t[e]=r;};}function wrap(t,e,r,n){var i=e&&e.prototype instanceof Generator?e:Generator,a=Object.create(i.prototype),c=new Context(n||[]);return o(a,"_invoke",{value:makeInvokeMethod(t,r,c)}),a;}function tryCatch(t,e,r){try{return{type:"normal",arg:t.call(e,r)};}catch(t){return{type:"throw",arg:t};}}e.wrap=wrap;var h="suspendedStart",l="suspendedYield",f="executing",s="completed",y={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var p={};define(p,a,function(){return this;});var d=Object.getPrototypeOf,v=d&&d(d(values([])));v&&v!==r&&n.call(v,a)&&(p=v);var g=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(p);function defineIteratorMethods(t){["next","throw","return"].forEach(function(e){define(t,e,function(t){return this._invoke(e,t);});});}function AsyncIterator(t,e){function invoke(r,o,i,a){var c=tryCatch(t[r],t,o);if("throw"!==c.type){var u=c.arg,h=u.value;return h&&"object"==_typeof(h)&&n.call(h,"__await")?e.resolve(h.__await).then(function(t){invoke("next",t,i,a);},function(t){invoke("throw",t,i,a);}):e.resolve(h).then(function(t){u.value=t,i(u);},function(t){return invoke("throw",t,i,a);});}a(c.arg);}var r;o(this,"_invoke",{value:function value(t,n){function callInvokeWithMethodAndArg(){return new e(function(e,r){invoke(t,n,e,r);});}return r=r?r.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg();}});}function makeInvokeMethod(e,r,n){var o=h;return function(i,a){if(o===f)throw new Error("Generator is already running");if(o===s){if("throw"===i)throw a;return{value:t,done:!0};}for(n.method=i,n.arg=a;;){var c=n.delegate;if(c){var u=maybeInvokeDelegate(c,n);if(u){if(u===y)continue;return u;}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===h)throw o=s,n.arg;n.dispatchException(n.arg);}else"return"===n.method&&n.abrupt("return",n.arg);o=f;var p=tryCatch(e,r,n);if("normal"===p.type){if(o=n.done?s:l,p.arg===y)continue;return{value:p.arg,done:n.done};}"throw"===p.type&&(o=s,n.method="throw",n.arg=p.arg);}};}function maybeInvokeDelegate(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator["return"]&&(r.method="return",r.arg=t,maybeInvokeDelegate(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),y;var i=tryCatch(o,e.iterator,r.arg);if("throw"===i.type)return r.method="throw",r.arg=i.arg,r.delegate=null,y;var a=i.arg;return a?a.done?(r[e.resultName]=a.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,y):a:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,y);}function pushTryEntry(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e);}function resetTryEntry(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e;}function Context(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(pushTryEntry,this),this.reset(!0);}function values(e){if(e||""===e){var r=e[a];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,i=function next(){for(;++o<e.length;)if(n.call(e,o))return next.value=e[o],next.done=!1,next;return next.value=t,next.done=!0,next;};return i.next=i;}}throw new TypeError(_typeof(e)+" is not iterable");}return GeneratorFunction.prototype=GeneratorFunctionPrototype,o(g,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),o(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===GeneratorFunction||"GeneratorFunction"===(e.displayName||e.name));},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,GeneratorFunctionPrototype):(t.__proto__=GeneratorFunctionPrototype,define(t,u,"GeneratorFunction")),t.prototype=Object.create(g),t;},e.awrap=function(t){return{__await:t};},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,c,function(){return this;}),e.AsyncIterator=AsyncIterator,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new AsyncIterator(wrap(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then(function(t){return t.done?t.value:a.next();});},defineIteratorMethods(g),define(g,u,"Generator"),define(g,a,function(){return this;}),define(g,"toString",function(){return"[object Generator]";}),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function next(){for(;r.length;){var t=r.pop();if(t in e)return next.value=t,next.done=!1,next;}return next.done=!0,next;};},e.values=values,Context.prototype={constructor:Context,reset:function reset(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(resetTryEntry),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t);},stop:function stop(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval;},dispatchException:function dispatchException(e){if(this.done)throw e;var r=this;function handle(n,o){return a.type="throw",a.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o;}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return handle("end");if(i.tryLoc<=this.prev){var c=n.call(i,"catchLoc"),u=n.call(i,"finallyLoc");if(c&&u){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0);if(this.prev<i.finallyLoc)return handle(i.finallyLoc);}else if(c){if(this.prev<i.catchLoc)return handle(i.catchLoc,!0);}else{if(!u)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return handle(i.finallyLoc);}}}},abrupt:function abrupt(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break;}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,y):this.complete(a);},complete:function complete(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),y;},finish:function finish(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),resetTryEntry(r),y;}},"catch":function _catch(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;resetTryEntry(r);}return o;}}throw new Error("illegal catch attempt");},delegateYield:function delegateYield(e,r,n){return this.delegate={iterator:values(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),y;}},e;}function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value;}catch(error){reject(error);return;}if(info.done){resolve(value);}else{Promise.resolve(value).then(_next,_throw);}}function _asyncToGenerator(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value);}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err);}_next(undefined);});};}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_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 _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr);}function _toArray(arr){return _arrayWithHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableRest();}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter);}function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_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(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen);}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2;}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(arr){if(Array.isArray(arr))return arr;}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(obj,key,value){key=_toPropertyKey(key);if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function");}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor);}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor;}function _toPropertyKey(t){var i=_toPrimitive(t,"string");return"symbol"==_typeof(i)?i:String(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 _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);}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'};var global$1=typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{};var lookup=[];var revLookup=[];var Arr=typeof Uint8Array!=='undefined'?Uint8Array:Array;var inited=false;function init(){inited=true;var code='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/';for(var i=0,len=code.length;i<len;++i){lookup[i]=code[i];revLookup[code.charCodeAt(i)]=i;}revLookup['-'.charCodeAt(0)]=62;revLookup['_'.charCodeAt(0)]=63;}function toByteArray(b64){if(!inited){init();}var i,j,l,tmp,placeHolders,arr;var len=b64.length;if(len%4>0){throw new Error('Invalid string. Length must be a multiple of 4');}// the number of equal signs (place holders)
5090
5123
  // if there are two placeholders, than the two characters before it
@@ -5935,7 +5968,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
5935
5968
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
5936
5969
  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:"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];}}}]);return Configuration;}();/**
5937
5970
  * @module purecloud-platform-client-v2/ApiClient
5938
- * @version 187.0.0
5971
+ * @version 188.0.1
5939
5972
  */var ApiClient=/*#__PURE__*/function(){/**
5940
5973
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
5941
5974
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6247,7 +6280,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
6247
6280
  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);});}});}}]);return ApiClient;}();var AlertingApi=/*#__PURE__*/function(){/**
6248
6281
  * Alerting service.
6249
6282
  * @module purecloud-platform-client-v2/api/AlertingApi
6250
- * @version 187.0.0
6283
+ * @version 188.0.1
6251
6284
  */ /**
6252
6285
  * Constructs a new AlertingApi.
6253
6286
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -6404,7 +6437,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
6404
6437
  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']);}}]);return AlertingApi;}();var AnalyticsApi=/*#__PURE__*/function(){/**
6405
6438
  * Analytics service.
6406
6439
  * @module purecloud-platform-client-v2/api/AnalyticsApi
6407
- * @version 187.0.0
6440
+ * @version 188.0.1
6408
6441
  */ /**
6409
6442
  * Constructs a new AnalyticsApi.
6410
6443
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -6830,7 +6863,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6830
6863
  * Query for flow execution aggregates
6831
6864
  *
6832
6865
  * @param {Object} body query
6833
- * postAnalyticsFlowexecutionsAggregatesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
6834
6866
  */},{key:"postAnalyticsFlowexecutionsAggregatesQuery",value:function postAnalyticsFlowexecutionsAggregatesQuery(body){// verify the required parameter 'body' is set
6835
6867
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowexecutionsAggregatesQuery';}return this.apiClient.callApi('/api/v2/analytics/flowexecutions/aggregates/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6836
6868
  * Query for flow activity observations
@@ -6886,6 +6918,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6886
6918
  * @param {Object} body query
6887
6919
  */},{key:"postAnalyticsQueuesObservationsQuery",value:function postAnalyticsQueuesObservationsQuery(body){// verify the required parameter 'body' is set
6888
6920
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsQueuesObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/queues/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6921
+ * Query for limits rate limit aggregates. Data populated when limits are exceeded or are close to being exceeded
6922
+ *
6923
+ * @param {Object} body query
6924
+ */},{key:"postAnalyticsRatelimitsAggregatesQuery",value:function postAnalyticsRatelimitsAggregatesQuery(body){// verify the required parameter 'body' is set
6925
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsRatelimitsAggregatesQuery';}return this.apiClient.callApi('/api/v2/analytics/ratelimits/aggregates/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6889
6926
  * Generate a view export request
6890
6927
  * This API creates a reporting export but the desired way to export analytics data is to use the analytics query APIs instead
6891
6928
  * @param {Object} body ReportingExportJobRequest
@@ -7011,7 +7048,7 @@ if(scheduleId===undefined||scheduleId===null){throw'Missing the required paramet
7011
7048
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsReportingSchedule';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules/{scheduleId}','PUT',{'scheduleId':scheduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AnalyticsApi;}();var ArchitectApi=/*#__PURE__*/function(){/**
7012
7049
  * Architect service.
7013
7050
  * @module purecloud-platform-client-v2/api/ArchitectApi
7014
- * @version 187.0.0
7051
+ * @version 188.0.1
7015
7052
  */ /**
7016
7053
  * Constructs a new ArchitectApi.
7017
7054
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -7947,9 +7984,10 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7947
7984
  * @param {Object} body query
7948
7985
  * @param {Object} opts Optional parameters
7949
7986
  * @param {Boolean} opts.indexOnly indexes only
7987
+ * @param {Number} opts.pageSize number of results to return (default to 50)
7950
7988
  * postFlowsInstancesQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7951
7989
  */},{key:"postFlowsInstancesQuery",value:function postFlowsInstancesQuery(body,opts){opts=opts||{};// verify the required parameter 'body' is set
7952
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postFlowsInstancesQuery';}return this.apiClient.callApi('/api/v2/flows/instances/query','POST',{},{'indexOnly':opts['indexOnly']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7990
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postFlowsInstancesQuery';}return this.apiClient.callApi('/api/v2/flows/instances/query','POST',{},{'indexOnly':opts['indexOnly'],'pageSize':opts['pageSize']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7953
7991
  * Register Architect Job. Returns a URL where a file, such as an Architect flow YAML file, can be PUT which will then initiate the job.
7954
7992
  *
7955
7993
  */},{key:"postFlowsJobs",value:function postFlowsJobs(){return this.apiClient.callApi('/api/v2/flows/jobs','POST',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -8057,7 +8095,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
8057
8095
  if(flowOutcomeId===undefined||flowOutcomeId===null){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']);}}]);return ArchitectApi;}();var AuditApi=/*#__PURE__*/function(){/**
8058
8096
  * Audit service.
8059
8097
  * @module purecloud-platform-client-v2/api/AuditApi
8060
- * @version 187.0.0
8098
+ * @version 188.0.1
8061
8099
  */ /**
8062
8100
  * Constructs a new AuditApi.
8063
8101
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -8099,7 +8137,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8099
8137
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';}return this.apiClient.callApi('/api/v2/audits/query/realtime','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return AuditApi;}();var AuthorizationApi=/*#__PURE__*/function(){/**
8100
8138
  * Authorization service.
8101
8139
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8102
- * @version 187.0.0
8140
+ * @version 188.0.1
8103
8141
  */ /**
8104
8142
  * Constructs a new AuthorizationApi.
8105
8143
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -8153,8 +8191,9 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
8153
8191
  * @param {String} opts.nextPage next page token
8154
8192
  * @param {String} opts.previousPage Previous page token
8155
8193
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
8194
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
8156
8195
  * @param {String} opts.name Search term to filter by division name
8157
- */},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8196
+ */},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8158
8197
  * Retrieve the home division for the organization.
8159
8198
  * Will not include object counts.
8160
8199
  */},{key:"getAuthorizationDivisionsHome",value:function getAuthorizationDivisionsHome(){return this.apiClient.callApi('/api/v2/authorization/divisions/home','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -8409,7 +8448,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
8409
8448
  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']);}}]);return AuthorizationApi;}();var BillingApi=/*#__PURE__*/function(){/**
8410
8449
  * Billing service.
8411
8450
  * @module purecloud-platform-client-v2/api/BillingApi
8412
- * @version 187.0.0
8451
+ * @version 188.0.1
8413
8452
  */ /**
8414
8453
  * Constructs a new BillingApi.
8415
8454
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -8433,7 +8472,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
8433
8472
  if(trustorOrgId===undefined||trustorOrgId===null){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']);}}]);return BillingApi;}();var CarrierServicesApi=/*#__PURE__*/function(){/**
8434
8473
  * CarrierServices service.
8435
8474
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8436
- * @version 187.0.0
8475
+ * @version 188.0.1
8437
8476
  */ /**
8438
8477
  * Constructs a new CarrierServicesApi.
8439
8478
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -8453,7 +8492,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8453
8492
  */},{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']);}}]);return CarrierServicesApi;}();var ChatApi=/*#__PURE__*/function(){/**
8454
8493
  * Chat service.
8455
8494
  * @module purecloud-platform-client-v2/api/ChatApi
8456
- * @version 187.0.0
8495
+ * @version 188.0.1
8457
8496
  */ /**
8458
8497
  * Constructs a new ChatApi.
8459
8498
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -8646,7 +8685,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8646
8685
  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']);}}]);return ChatApi;}();var CoachingApi=/*#__PURE__*/function(){/**
8647
8686
  * Coaching service.
8648
8687
  * @module purecloud-platform-client-v2/api/CoachingApi
8649
- * @version 187.0.0
8688
+ * @version 188.0.1
8650
8689
  */ /**
8651
8690
  * Constructs a new CoachingApi.
8652
8691
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -8799,7 +8838,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8799
8838
  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']);}}]);return CoachingApi;}();var ContentManagementApi=/*#__PURE__*/function(){/**
8800
8839
  * ContentManagement service.
8801
8840
  * @module purecloud-platform-client-v2/api/ContentManagementApi
8802
- * @version 187.0.0
8841
+ * @version 188.0.1
8803
8842
  */ /**
8804
8843
  * Constructs a new ContentManagementApi.
8805
8844
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -9082,7 +9121,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
9082
9121
  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']);}}]);return ContentManagementApi;}();var ConversationsApi=/*#__PURE__*/function(){/**
9083
9122
  * Conversations service.
9084
9123
  * @module purecloud-platform-client-v2/api/ConversationsApi
9085
- * @version 187.0.0
9124
+ * @version 188.0.1
9086
9125
  */ /**
9087
9126
  * Constructs a new ConversationsApi.
9088
9127
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -10070,8 +10109,8 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10070
10109
  */},{key:"patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId",value:function patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId(integrationId,body){// verify the required parameter 'integrationId' is set
10071
10110
  if(integrationId===undefined||integrationId===null){throw'Missing the required parameter "integrationId" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';}// verify the required parameter 'body' is set
10072
10111
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsMessagingIntegrationsWhatsappEmbeddedsignupIntegrationId';}return this.apiClient.callApi('/api/v2/conversations/messaging/integrations/whatsapp/embeddedsignup/{integrationId}','PATCH',{'integrationId':integrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10073
- * Update or activate a WhatsApp messaging integration
10074
- * The following steps are required in order to fully activate a WhatsApp Integration: Initially, you will need to get an activation code by sending: an action set to Activate, and an authenticationMethod choosing from Sms or Voice. Finally, once you have been informed of an activation code on selected authenticationMethod, you will need to confirm the code by sending: an action set to Confirm, and the confirmationCode you have received from Whatsapp.
10112
+ * Update a WhatsApp messaging integration
10113
+ *
10075
10114
  * @param {String} integrationId Integration ID
10076
10115
  * @param {Object} body WhatsAppIntegrationUpdateRequest
10077
10116
  */},{key:"patchConversationsMessagingIntegrationsWhatsappIntegrationId",value:function patchConversationsMessagingIntegrationsWhatsappIntegrationId(integrationId,body){// verify the required parameter 'integrationId' is set
@@ -10188,7 +10227,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10188
10227
  * @param {String} conversationId conversation ID
10189
10228
  * @param {String} participantId participant ID
10190
10229
  * @param {Object} body Transfer request
10191
- * postConversationParticipantReplaceAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10192
10230
  */},{key:"postConversationParticipantReplaceAgent",value:function postConversationParticipantReplaceAgent(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10193
10231
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceAgent';}// verify the required parameter 'participantId' is set
10194
10232
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceAgent';}// verify the required parameter 'body' is set
@@ -10198,7 +10236,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10198
10236
  * @param {String} conversationId conversation ID
10199
10237
  * @param {String} participantId participant ID
10200
10238
  * @param {Object} body Transfer request
10201
- * postConversationParticipantReplaceExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10202
10239
  */},{key:"postConversationParticipantReplaceExternal",value:function postConversationParticipantReplaceExternal(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10203
10240
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceExternal';}// verify the required parameter 'participantId' is set
10204
10241
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceExternal';}// verify the required parameter 'body' is set
@@ -10208,7 +10245,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10208
10245
  * @param {String} conversationId conversation ID
10209
10246
  * @param {String} participantId participant ID
10210
10247
  * @param {Object} body Transfer request
10211
- * postConversationParticipantReplaceQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10212
10248
  */},{key:"postConversationParticipantReplaceQueue",value:function postConversationParticipantReplaceQueue(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10213
10249
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationParticipantReplaceQueue';}// verify the required parameter 'participantId' is set
10214
10250
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationParticipantReplaceQueue';}// verify the required parameter 'body' is set
@@ -10278,7 +10314,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10278
10314
  * @param {String} conversationId conversationId
10279
10315
  * @param {String} participantId participantId
10280
10316
  * @param {Object} body Destination agent and initial speak to
10281
- * postConversationsCallParticipantConsultAgent is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10282
10317
  */},{key:"postConversationsCallParticipantConsultAgent",value:function postConversationsCallParticipantConsultAgent(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10283
10318
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultAgent';}// verify the required parameter 'participantId' is set
10284
10319
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultAgent';}// verify the required parameter 'body' is set
@@ -10288,7 +10323,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10288
10323
  * @param {String} conversationId conversationId
10289
10324
  * @param {String} participantId participantId
10290
10325
  * @param {Object} body Destination address and initial speak to
10291
- * postConversationsCallParticipantConsultExternal is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10292
10326
  */},{key:"postConversationsCallParticipantConsultExternal",value:function postConversationsCallParticipantConsultExternal(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10293
10327
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultExternal';}// verify the required parameter 'participantId' is set
10294
10328
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultExternal';}// verify the required parameter 'body' is set
@@ -10298,7 +10332,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10298
10332
  * @param {String} conversationId conversationId
10299
10333
  * @param {String} participantId participantId
10300
10334
  * @param {Object} body Destination queue and initial speak to
10301
- * postConversationsCallParticipantConsultQueue is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10302
10335
  */},{key:"postConversationsCallParticipantConsultQueue",value:function postConversationsCallParticipantConsultQueue(conversationId,participantId,body){// verify the required parameter 'conversationId' is set
10303
10336
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsCallParticipantConsultQueue';}// verify the required parameter 'participantId' is set
10304
10337
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsCallParticipantConsultQueue';}// verify the required parameter 'body' is set
@@ -10564,7 +10597,6 @@ if(communicationId===undefined||communicationId===null){throw'Missing the requir
10564
10597
  *
10565
10598
  * @param {String} conversationId conversationId
10566
10599
  * @param {String} participantId participantId
10567
- * postConversationsMessageParticipantMonitor is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10568
10600
  */},{key:"postConversationsMessageParticipantMonitor",value:function postConversationsMessageParticipantMonitor(conversationId,participantId){// verify the required parameter 'conversationId' is set
10569
10601
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsMessageParticipantMonitor';}// verify the required parameter 'participantId' is set
10570
10602
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsMessageParticipantMonitor';}return this.apiClient.callApi('/api/v2/conversations/messages/{conversationId}/participants/{participantId}/monitor','POST',{'conversationId':conversationId,'participantId':participantId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -10816,7 +10848,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
10816
10848
  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']);}}]);return ConversationsApi;}();var DataExtensionsApi=/*#__PURE__*/function(){/**
10817
10849
  * DataExtensions service.
10818
10850
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
10819
- * @version 187.0.0
10851
+ * @version 188.0.1
10820
10852
  */ /**
10821
10853
  * Constructs a new DataExtensionsApi.
10822
10854
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -10837,7 +10869,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
10837
10869
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return DataExtensionsApi;}();var DownloadsApi=/*#__PURE__*/function(){/**
10838
10870
  * Downloads service.
10839
10871
  * @module purecloud-platform-client-v2/api/DownloadsApi
10840
- * @version 187.0.0
10872
+ * @version 188.0.1
10841
10873
  */ /**
10842
10874
  * Constructs a new DownloadsApi.
10843
10875
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -10856,7 +10888,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
10856
10888
  if(downloadId===undefined||downloadId===null){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']);}}]);return DownloadsApi;}();var EmailsApi=/*#__PURE__*/function(){/**
10857
10889
  * Emails service.
10858
10890
  * @module purecloud-platform-client-v2/api/EmailsApi
10859
- * @version 187.0.0
10891
+ * @version 188.0.1
10860
10892
  */ /**
10861
10893
  * Constructs a new EmailsApi.
10862
10894
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -10874,7 +10906,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
10874
10906
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return EmailsApi;}();var EventsApi=/*#__PURE__*/function(){/**
10875
10907
  * Events service.
10876
10908
  * @module purecloud-platform-client-v2/api/EventsApi
10877
- * @version 187.0.0
10909
+ * @version 188.0.1
10878
10910
  */ /**
10879
10911
  * Constructs a new EventsApi.
10880
10912
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -10899,7 +10931,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10899
10931
  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']);}}]);return EventsApi;}();var ExternalContactsApi=/*#__PURE__*/function(){/**
10900
10932
  * ExternalContacts service.
10901
10933
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
10902
- * @version 187.0.0
10934
+ * @version 188.0.1
10903
10935
  */ /**
10904
10936
  * Constructs a new ExternalContactsApi.
10905
10937
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11354,7 +11386,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11354
11386
  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']);}}]);return ExternalContactsApi;}();var FaxApi=/*#__PURE__*/function(){/**
11355
11387
  * Fax service.
11356
11388
  * @module purecloud-platform-client-v2/api/FaxApi
11357
- * @version 187.0.0
11389
+ * @version 188.0.1
11358
11390
  */ /**
11359
11391
  * Constructs a new FaxApi.
11360
11392
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11395,7 +11427,7 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
11395
11427
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFaxDocument';}return this.apiClient.callApi('/api/v2/fax/documents/{documentId}','PUT',{'documentId':documentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return FaxApi;}();var FlowsApi=/*#__PURE__*/function(){/**
11396
11428
  * Flows service.
11397
11429
  * @module purecloud-platform-client-v2/api/FlowsApi
11398
- * @version 187.0.0
11430
+ * @version 188.0.1
11399
11431
  */ /**
11400
11432
  * Constructs a new FlowsApi.
11401
11433
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -11444,7 +11476,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11444
11476
  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']);}}]);return FlowsApi;}();var GamificationApi=/*#__PURE__*/function(){/**
11445
11477
  * Gamification service.
11446
11478
  * @module purecloud-platform-client-v2/api/GamificationApi
11447
- * @version 187.0.0
11479
+ * @version 188.0.1
11448
11480
  */ /**
11449
11481
  * Constructs a new GamificationApi.
11450
11482
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -11984,7 +12016,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11984
12016
  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']);}}]);return GamificationApi;}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
11985
12017
  * GeneralDataProtectionRegulation service.
11986
12018
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
11987
- * @version 187.0.0
12019
+ * @version 188.0.1
11988
12020
  */ /**
11989
12021
  * Constructs a new GeneralDataProtectionRegulationApi.
11990
12022
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12019,7 +12051,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12019
12051
  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']);}}]);return GeneralDataProtectionRegulationApi;}();var GeolocationApi=/*#__PURE__*/function(){/**
12020
12052
  * Geolocation service.
12021
12053
  * @module purecloud-platform-client-v2/api/GeolocationApi
12022
- * @version 187.0.0
12054
+ * @version 188.0.1
12023
12055
  */ /**
12024
12056
  * Constructs a new GeolocationApi.
12025
12057
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12053,7 +12085,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12053
12085
  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']);}}]);return GeolocationApi;}();var GreetingsApi=/*#__PURE__*/function(){/**
12054
12086
  * Greetings service.
12055
12087
  * @module purecloud-platform-client-v2/api/GreetingsApi
12056
- * @version 187.0.0
12088
+ * @version 188.0.1
12057
12089
  */ /**
12058
12090
  * Constructs a new GreetingsApi.
12059
12091
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12160,7 +12192,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12160
12192
  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']);}}]);return GreetingsApi;}();var GroupsApi=/*#__PURE__*/function(){/**
12161
12193
  * Groups service.
12162
12194
  * @module purecloud-platform-client-v2/api/GroupsApi
12163
- * @version 187.0.0
12195
+ * @version 188.0.1
12164
12196
  */ /**
12165
12197
  * Constructs a new GroupsApi.
12166
12198
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12293,7 +12325,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12293
12325
  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']);}}]);return GroupsApi;}();var IdentityProviderApi=/*#__PURE__*/function(){/**
12294
12326
  * IdentityProvider service.
12295
12327
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12296
- * @version 187.0.0
12328
+ * @version 188.0.1
12297
12329
  */ /**
12298
12330
  * Constructs a new IdentityProviderApi.
12299
12331
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -12449,7 +12481,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12449
12481
  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']);}}]);return IdentityProviderApi;}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
12450
12482
  * InfrastructureAsCode service.
12451
12483
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
12452
- * @version 187.0.0
12484
+ * @version 188.0.1
12453
12485
  */ /**
12454
12486
  * Constructs a new InfrastructureAsCodeApi.
12455
12487
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -12503,7 +12535,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
12503
12535
  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']);}}]);return InfrastructureAsCodeApi;}();var IntegrationsApi=/*#__PURE__*/function(){/**
12504
12536
  * Integrations service.
12505
12537
  * @module purecloud-platform-client-v2/api/IntegrationsApi
12506
- * @version 187.0.0
12538
+ * @version 188.0.1
12507
12539
  */ /**
12508
12540
  * Constructs a new IntegrationsApi.
12509
12541
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -13062,7 +13094,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13062
13094
  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']);}}]);return IntegrationsApi;}();var JourneyApi=/*#__PURE__*/function(){/**
13063
13095
  * Journey service.
13064
13096
  * @module purecloud-platform-client-v2/api/JourneyApi
13065
- * @version 187.0.0
13097
+ * @version 188.0.1
13066
13098
  */ /**
13067
13099
  * Constructs a new JourneyApi.
13068
13100
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -13355,7 +13387,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
13355
13387
  */},{key:"postJourneySegments",value:function postJourneySegments(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/segments','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return JourneyApi;}();var KnowledgeApi=/*#__PURE__*/function(){/**
13356
13388
  * Knowledge service.
13357
13389
  * @module purecloud-platform-client-v2/api/KnowledgeApi
13358
- * @version 187.0.0
13390
+ * @version 188.0.1
13359
13391
  */ /**
13360
13392
  * Constructs a new KnowledgeApi.
13361
13393
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -13777,6 +13809,16 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
13777
13809
  * getKnowledgeKnowledgebaseOperationsUsersQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13778
13810
  */},{key:"getKnowledgeKnowledgebaseOperationsUsersQuery",value:function getKnowledgeKnowledgebaseOperationsUsersQuery(knowledgeBaseId){// verify the required parameter 'knowledgeBaseId' is set
13779
13811
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseOperationsUsersQuery';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/operations/users/query','GET',{'knowledgeBaseId':knowledgeBaseId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13812
+ * Get parse job report
13813
+ *
13814
+ * @param {String} knowledgeBaseId Knowledge base ID
13815
+ * @param {String} parseJobId Parse job ID
13816
+ * @param {Object} opts Optional parameters
13817
+ * @param {Array.<String>} opts.expand If expand contains 'urls' downloadURL and failedEntitiesURL will be filled.
13818
+ * getKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13819
+ */},{key:"getKnowledgeKnowledgebaseParseJob",value:function getKnowledgeKnowledgebaseParseJob(knowledgeBaseId,parseJobId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
13820
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
13821
+ if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling getKnowledgeKnowledgebaseParseJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}','GET',{'knowledgeBaseId':knowledgeBaseId,'parseJobId':parseJobId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13780
13822
  * Get knowledge base unanswered group for a particular groupId
13781
13823
  *
13782
13824
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -13810,6 +13852,14 @@ if(phraseGroupId===undefined||phraseGroupId===null){throw'Missing the required p
13810
13852
  * @param {String} opts.dateEnd The end date to be used for filtering phrases. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
13811
13853
  */},{key:"getKnowledgeKnowledgebaseUnansweredGroups",value:function getKnowledgeKnowledgebaseUnansweredGroups(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
13812
13854
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUnansweredGroups';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/unanswered/groups','GET',{'knowledgeBaseId':knowledgeBaseId},{'app':opts['app'],'dateStart':opts['dateStart'],'dateEnd':opts['dateEnd']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13855
+ * Get content upload from URL job status
13856
+ *
13857
+ * @param {String} knowledgeBaseId Knowledge base ID
13858
+ * @param {String} jobId Upload job ID
13859
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13860
+ */},{key:"getKnowledgeKnowledgebaseUploadsUrlsJob",value:function getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId,jobId){// verify the required parameter 'knowledgeBaseId' is set
13861
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';}// verify the required parameter 'jobId' is set
13862
+ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}','GET',{'knowledgeBaseId':knowledgeBaseId,'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13813
13863
  * Get knowledge bases
13814
13864
  *
13815
13865
  * @param {Object} opts Optional parameters
@@ -13941,6 +13991,16 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
13941
13991
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
13942
13992
  if(importId===undefined||importId===null){throw'Missing the required parameter "importId" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'body' is set
13943
13993
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports/{importId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'importId':importId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13994
+ * Send update to the parse operation
13995
+ *
13996
+ * @param {String} knowledgeBaseId Knowledge base ID
13997
+ * @param {String} parseJobId Parse job ID
13998
+ * @param {Object} body
13999
+ * patchKnowledgeKnowledgebaseParseJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14000
+ */},{key:"patchKnowledgeKnowledgebaseParseJob",value:function patchKnowledgeKnowledgebaseParseJob(knowledgeBaseId,parseJobId,body){// verify the required parameter 'knowledgeBaseId' is set
14001
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'parseJobId' is set
14002
+ if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling patchKnowledgeKnowledgebaseParseJob';}// verify the required parameter 'body' is set
14003
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseParseJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'parseJobId':parseJobId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13944
14004
  * Update a Knowledge base unanswered phrase group
13945
14005
  *
13946
14006
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -14157,6 +14217,24 @@ if(trainingId===undefined||trainingId===null){throw'Missing the required paramet
14157
14217
  */},{key:"postKnowledgeKnowledgebaseLanguageTrainings",value:function postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId,languageCode){// verify the required parameter 'knowledgeBaseId' is set
14158
14218
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageTrainings';}// verify the required parameter 'languageCode' is set
14159
14219
  if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageTrainings';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/trainings','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14220
+ * Import the parsed articles
14221
+ *
14222
+ * @param {String} knowledgeBaseId Knowledge base ID
14223
+ * @param {String} parseJobId Parse job ID
14224
+ * @param {Object} body
14225
+ * postKnowledgeKnowledgebaseParseJobImport is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14226
+ */},{key:"postKnowledgeKnowledgebaseParseJobImport",value:function postKnowledgeKnowledgebaseParseJobImport(knowledgeBaseId,parseJobId,body){// verify the required parameter 'knowledgeBaseId' is set
14227
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobImport';}// verify the required parameter 'parseJobId' is set
14228
+ if(parseJobId===undefined||parseJobId===null){throw'Missing the required parameter "parseJobId" when calling postKnowledgeKnowledgebaseParseJobImport';}// verify the required parameter 'body' is set
14229
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs/{parseJobId}/import','POST',{'knowledgeBaseId':knowledgeBaseId,'parseJobId':parseJobId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14230
+ * Create parse job
14231
+ *
14232
+ * @param {String} knowledgeBaseId Knowledge base ID
14233
+ * @param {Object} body
14234
+ * postKnowledgeKnowledgebaseParseJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14235
+ */},{key:"postKnowledgeKnowledgebaseParseJobs",value:function postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
14236
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';}// verify the required parameter 'body' is set
14237
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14160
14238
  * Search Documents
14161
14239
  *
14162
14240
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -14165,6 +14243,14 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
14165
14243
  * @deprecated
14166
14244
  */},{key:"postKnowledgeKnowledgebaseSearch",value:function postKnowledgeKnowledgebaseSearch(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14167
14245
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSearch';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/search','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
14246
+ * Create content upload from URL job
14247
+ *
14248
+ * @param {String} knowledgeBaseId Knowledge base ID
14249
+ * @param {Object} body uploadRequest
14250
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14251
+ */},{key:"postKnowledgeKnowledgebaseUploadsUrlsJobs",value:function postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
14252
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';}// verify the required parameter 'body' is set
14253
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14168
14254
  * Create new knowledge base
14169
14255
  *
14170
14256
  * @param {Object} body
@@ -14172,7 +14258,7 @@ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the requir
14172
14258
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return KnowledgeApi;}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
14173
14259
  * LanguageUnderstanding service.
14174
14260
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
14175
- * @version 187.0.0
14261
+ * @version 188.0.1
14176
14262
  */ /**
14177
14263
  * Constructs a new LanguageUnderstandingApi.
14178
14264
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -14428,7 +14514,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
14428
14514
  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']);}}]);return LanguageUnderstandingApi;}();var LanguagesApi=/*#__PURE__*/function(){/**
14429
14515
  * Languages service.
14430
14516
  * @module purecloud-platform-client-v2/api/LanguagesApi
14431
- * @version 187.0.0
14517
+ * @version 188.0.1
14432
14518
  */ /**
14433
14519
  * Constructs a new LanguagesApi.
14434
14520
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -14483,7 +14569,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14483
14569
  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']);}}]);return LanguagesApi;}();var LearningApi=/*#__PURE__*/function(){/**
14484
14570
  * Learning service.
14485
14571
  * @module purecloud-platform-client-v2/api/LearningApi
14486
- * @version 187.0.0
14572
+ * @version 188.0.1
14487
14573
  */ /**
14488
14574
  * Constructs a new LearningApi.
14489
14575
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -14713,7 +14799,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
14713
14799
  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},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return LearningApi;}();var LicenseApi=/*#__PURE__*/function(){/**
14714
14800
  * License service.
14715
14801
  * @module purecloud-platform-client-v2/api/LicenseApi
14716
- * @version 187.0.0
14802
+ * @version 188.0.1
14717
14803
  */ /**
14718
14804
  * Constructs a new LicenseApi.
14719
14805
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -14767,7 +14853,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
14767
14853
  */},{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']);}}]);return LicenseApi;}();var LocationsApi=/*#__PURE__*/function(){/**
14768
14854
  * Locations service.
14769
14855
  * @module purecloud-platform-client-v2/api/LocationsApi
14770
- * @version 187.0.0
14856
+ * @version 188.0.1
14771
14857
  */ /**
14772
14858
  * Constructs a new LocationsApi.
14773
14859
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -14826,7 +14912,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14826
14912
  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']);}}]);return LocationsApi;}();var LogCaptureApi=/*#__PURE__*/function(){/**
14827
14913
  * LogCapture service.
14828
14914
  * @module purecloud-platform-client-v2/api/LogCaptureApi
14829
- * @version 187.0.0
14915
+ * @version 188.0.1
14830
14916
  */ /**
14831
14917
  * Constructs a new LogCaptureApi.
14832
14918
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -14876,7 +14962,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14876
14962
  if(userId===undefined||userId===null){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']);}}]);return LogCaptureApi;}();var MessagingApi=/*#__PURE__*/function(){/**
14877
14963
  * Messaging service.
14878
14964
  * @module purecloud-platform-client-v2/api/MessagingApi
14879
- * @version 187.0.0
14965
+ * @version 188.0.1
14880
14966
  */ /**
14881
14967
  * Constructs a new MessagingApi.
14882
14968
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -14966,7 +15052,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14966
15052
  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']);}}]);return MessagingApi;}();var MobileDevicesApi=/*#__PURE__*/function(){/**
14967
15053
  * MobileDevices service.
14968
15054
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
14969
- * @version 187.0.0
15055
+ * @version 188.0.1
14970
15056
  */ /**
14971
15057
  * Constructs a new MobileDevicesApi.
14972
15058
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15005,7 +15091,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15005
15091
  if(deviceId===undefined||deviceId===null){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']);}}]);return MobileDevicesApi;}();var NotificationsApi=/*#__PURE__*/function(){/**
15006
15092
  * Notifications service.
15007
15093
  * @module purecloud-platform-client-v2/api/NotificationsApi
15008
- * @version 187.0.0
15094
+ * @version 188.0.1
15009
15095
  */ /**
15010
15096
  * Constructs a new NotificationsApi.
15011
15097
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15062,7 +15148,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15062
15148
  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']);}}]);return NotificationsApi;}();var OAuthApi=/*#__PURE__*/function(){/**
15063
15149
  * OAuth service.
15064
15150
  * @module purecloud-platform-client-v2/api/OAuthApi
15065
- * @version 187.0.0
15151
+ * @version 188.0.1
15066
15152
  */ /**
15067
15153
  * Constructs a new OAuthApi.
15068
15154
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -15147,7 +15233,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
15147
15233
  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']);}}]);return OAuthApi;}();var ObjectsApi=/*#__PURE__*/function(){/**
15148
15234
  * Objects service.
15149
15235
  * @module purecloud-platform-client-v2/api/ObjectsApi
15150
- * @version 187.0.0
15236
+ * @version 188.0.1
15151
15237
  */ /**
15152
15238
  * Constructs a new ObjectsApi.
15153
15239
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -15179,8 +15265,9 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
15179
15265
  * @param {String} opts.nextPage next page token
15180
15266
  * @param {String} opts.previousPage Previous page token
15181
15267
  * @param {Boolean} opts.objectCount Include the count of objects contained in the division (default to false)
15268
+ * @param {Array.<String>} opts.id Optionally request specific divisions by their IDs
15182
15269
  * @param {String} opts.name Search term to filter by division name
15183
- */},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15270
+ */},{key:"getAuthorizationDivisions",value:function getAuthorizationDivisions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/divisions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'objectCount':opts['objectCount'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi'),'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15184
15271
  * Retrieve the home division for the organization.
15185
15272
  * Will not include object counts.
15186
15273
  */},{key:"getAuthorizationDivisionsHome",value:function getAuthorizationDivisionsHome(){return this.apiClient.callApi('/api/v2/authorization/divisions/home','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -15217,7 +15304,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
15217
15304
  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']);}}]);return ObjectsApi;}();var OperationalEventsApi=/*#__PURE__*/function(){/**
15218
15305
  * OperationalEvents service.
15219
15306
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
15220
- * @version 187.0.0
15307
+ * @version 188.0.1
15221
15308
  */ /**
15222
15309
  * Constructs a new OperationalEventsApi.
15223
15310
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -15235,7 +15322,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
15235
15322
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return OperationalEventsApi;}();var OrganizationApi=/*#__PURE__*/function(){/**
15236
15323
  * Organization service.
15237
15324
  * @module purecloud-platform-client-v2/api/OrganizationApi
15238
- * @version 187.0.0
15325
+ * @version 188.0.1
15239
15326
  */ /**
15240
15327
  * Constructs a new OrganizationApi.
15241
15328
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -15337,7 +15424,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15337
15424
  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']);}}]);return OrganizationApi;}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
15338
15425
  * OrganizationAuthorization service.
15339
15426
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
15340
- * @version 187.0.0
15427
+ * @version 188.0.1
15341
15428
  */ /**
15342
15429
  * Constructs a new OrganizationAuthorizationApi.
15343
15430
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -15660,7 +15747,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
15660
15747
  if(trusteeUserId===undefined||trusteeUserId===null){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']);}}]);return OrganizationAuthorizationApi;}();var OutboundApi=/*#__PURE__*/function(){/**
15661
15748
  * Outbound service.
15662
15749
  * @module purecloud-platform-client-v2/api/OutboundApi
15663
- * @version 187.0.0
15750
+ * @version 188.0.1
15664
15751
  */ /**
15665
15752
  * Constructs a new OutboundApi.
15666
15753
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -16185,8 +16272,10 @@ if(fileSpecificationTemplateId===undefined||fileSpecificationTemplateId===null){
16185
16272
  * Get Import Template
16186
16273
  *
16187
16274
  * @param {String} importTemplateId Import Template ID
16188
- */},{key:"getOutboundImporttemplate",value:function getOutboundImporttemplate(importTemplateId){// verify the required parameter 'importTemplateId' is set
16189
- if(importTemplateId===undefined||importTemplateId===null){throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';}return this.apiClient.callApi('/api/v2/outbound/importtemplates/{importTemplateId}','GET',{'importTemplateId':importTemplateId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16275
+ * @param {Object} opts Optional parameters
16276
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
16277
+ */},{key:"getOutboundImporttemplate",value:function getOutboundImporttemplate(importTemplateId,opts){opts=opts||{};// verify the required parameter 'importTemplateId' is set
16278
+ if(importTemplateId===undefined||importTemplateId===null){throw'Missing the required parameter "importTemplateId" when calling getOutboundImporttemplate';}return this.apiClient.callApi('/api/v2/outbound/importtemplates/{importTemplateId}','GET',{'importTemplateId':importTemplateId},{'includeImportStatus':opts['includeImportStatus']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16190
16279
  * Get the import status for an import template.
16191
16280
  *
16192
16281
  * @param {String} importTemplateId importTemplateId
@@ -16197,6 +16286,7 @@ if(importTemplateId===undefined||importTemplateId===null){throw'Missing the requ
16197
16286
  * Query Import Templates
16198
16287
  *
16199
16288
  * @param {Object} opts Optional parameters
16289
+ * @param {Boolean} opts.includeImportStatus Import status (default to false)
16200
16290
  * @param {Number} opts.pageSize Page size. The max that will be returned is 100. (default to 25)
16201
16291
  * @param {Number} opts.pageNumber Page number (default to 1)
16202
16292
  * @param {Boolean} opts.allowEmptyResult Whether to return an empty page when there are no results for that page (default to false)
@@ -16205,7 +16295,7 @@ if(importTemplateId===undefined||importTemplateId===null){throw'Missing the requ
16205
16295
  * @param {String} opts.sortBy Sort by
16206
16296
  * @param {Object} opts.sortOrder Sort order (default to a)
16207
16297
  * @param {String} opts.contactListTemplateId Contact List Template ID
16208
- */},{key:"getOutboundImporttemplates",value:function getOutboundImporttemplates(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/outbound/importtemplates','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'allowEmptyResult':opts['allowEmptyResult'],'filterType':opts['filterType'],'name':opts['name'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'contactListTemplateId':opts['contactListTemplateId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16298
+ */},{key:"getOutboundImporttemplates",value:function getOutboundImporttemplates(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/outbound/importtemplates','GET',{},{'includeImportStatus':opts['includeImportStatus'],'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'allowEmptyResult':opts['allowEmptyResult'],'filterType':opts['filterType'],'name':opts['name'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'contactListTemplateId':opts['contactListTemplateId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16209
16299
  * Get an Outbound Messaging Campaign
16210
16300
  *
16211
16301
  * @param {String} messagingCampaignId The Messaging Campaign ID
@@ -16434,6 +16524,11 @@ if(contactListId===undefined||contactListId===null){throw'Missing the required p
16434
16524
  * @param {Object} body ContactListFilter
16435
16525
  */},{key:"postOutboundContactlistfilters",value:function postOutboundContactlistfilters(body){// verify the required parameter 'body' is set
16436
16526
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundContactlistfilters';}return this.apiClient.callApi('/api/v2/outbound/contactlistfilters','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16527
+ * Retrieve multiple contact list filters
16528
+ *
16529
+ * @param {Object} body The contact list filters to retrieve
16530
+ */},{key:"postOutboundContactlistfiltersBulkRetrieve",value:function postOutboundContactlistfiltersBulkRetrieve(body){// verify the required parameter 'body' is set
16531
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundContactlistfiltersBulkRetrieve';}return this.apiClient.callApi('/api/v2/outbound/contactlistfilters/bulk/retrieve','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16437
16532
  * Get a preview of the output of a contact list filter
16438
16533
  *
16439
16534
  * @param {Object} body ContactListFilter
@@ -16688,7 +16783,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16688
16783
  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']);}}]);return OutboundApi;}();var PresenceApi=/*#__PURE__*/function(){/**
16689
16784
  * Presence service.
16690
16785
  * @module purecloud-platform-client-v2/api/PresenceApi
16691
- * @version 187.0.0
16786
+ * @version 188.0.1
16692
16787
  */ /**
16693
16788
  * Constructs a new PresenceApi.
16694
16789
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -16861,7 +16956,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16861
16956
  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']);}}]);return PresenceApi;}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
16862
16957
  * ProcessAutomation service.
16863
16958
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
16864
- * @version 187.0.0
16959
+ * @version 188.0.1
16865
16960
  */ /**
16866
16961
  * Constructs a new ProcessAutomationApi.
16867
16962
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -16924,7 +17019,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
16924
17019
  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']);}}]);return ProcessAutomationApi;}();var QualityApi=/*#__PURE__*/function(){/**
16925
17020
  * Quality service.
16926
17021
  * @module purecloud-platform-client-v2/api/QualityApi
16927
- * @version 187.0.0
17022
+ * @version 188.0.1
16928
17023
  */ /**
16929
17024
  * Constructs a new QualityApi.
16930
17025
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -17395,7 +17490,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
17395
17490
  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']);}}]);return QualityApi;}();var RecordingApi=/*#__PURE__*/function(){/**
17396
17491
  * Recording service.
17397
17492
  * @module purecloud-platform-client-v2/api/RecordingApi
17398
- * @version 187.0.0
17493
+ * @version 188.0.1
17399
17494
  */ /**
17400
17495
  * Constructs a new RecordingApi.
17401
17496
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -17802,7 +17897,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17802
17897
  */},{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']);}}]);return RecordingApi;}();var ResponseManagementApi=/*#__PURE__*/function(){/**
17803
17898
  * ResponseManagement service.
17804
17899
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
17805
- * @version 187.0.0
17900
+ * @version 188.0.1
17806
17901
  */ /**
17807
17902
  * Constructs a new ResponseManagementApi.
17808
17903
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -17918,7 +18013,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
17918
18013
  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']);}}]);return ResponseManagementApi;}();var RoutingApi=/*#__PURE__*/function(){/**
17919
18014
  * Routing service.
17920
18015
  * @module purecloud-platform-client-v2/api/RoutingApi
17921
- * @version 187.0.0
18016
+ * @version 188.0.1
17922
18017
  */ /**
17923
18018
  * Constructs a new RoutingApi.
17924
18019
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -18886,7 +18981,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
18886
18981
  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']);}}]);return RoutingApi;}();var SCIMApi=/*#__PURE__*/function(){/**
18887
18982
  * SCIM service.
18888
18983
  * @module purecloud-platform-client-v2/api/SCIMApi
18889
- * @version 187.0.0
18984
+ * @version 188.0.1
18890
18985
  */ /**
18891
18986
  * Constructs a new SCIMApi.
18892
18987
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -19111,7 +19206,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19111
19206
  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']);}}]);return SCIMApi;}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
19112
19207
  * ScreenRecording service.
19113
19208
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
19114
- * @version 187.0.0
19209
+ * @version 188.0.1
19115
19210
  */ /**
19116
19211
  * Constructs a new ScreenRecordingApi.
19117
19212
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -19126,7 +19221,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19126
19221
  */_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']);}}]);return ScreenRecordingApi;}();var ScriptsApi=/*#__PURE__*/function(){/**
19127
19222
  * Scripts service.
19128
19223
  * @module purecloud-platform-client-v2/api/ScriptsApi
19129
- * @version 187.0.0
19224
+ * @version 188.0.1
19130
19225
  */ /**
19131
19226
  * Constructs a new ScriptsApi.
19132
19227
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -19262,7 +19357,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
19262
19357
  */},{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']);}}]);return ScriptsApi;}();var SearchApi=/*#__PURE__*/function(){/**
19263
19358
  * Search service.
19264
19359
  * @module purecloud-platform-client-v2/api/SearchApi
19265
- * @version 187.0.0
19360
+ * @version 188.0.1
19266
19361
  */ /**
19267
19362
  * Constructs a new SearchApi.
19268
19363
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -19422,7 +19517,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19422
19517
  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']);}}]);return SearchApi;}();var SettingsApi=/*#__PURE__*/function(){/**
19423
19518
  * Settings service.
19424
19519
  * @module purecloud-platform-client-v2/api/SettingsApi
19425
- * @version 187.0.0
19520
+ * @version 188.0.1
19426
19521
  */ /**
19427
19522
  * Constructs a new SettingsApi.
19428
19523
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -19440,7 +19535,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19440
19535
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);return SettingsApi;}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
19441
19536
  * SpeechTextAnalytics service.
19442
19537
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
19443
- * @version 187.0.0
19538
+ * @version 188.0.1
19444
19539
  */ /**
19445
19540
  * Constructs a new SpeechTextAnalyticsApi.
19446
19541
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -19575,9 +19670,10 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
19575
19670
  * @param {Object} opts.state Topic state. Defaults to latest
19576
19671
  * @param {String} opts.name Case insensitive partial name to filter by
19577
19672
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
19673
+ * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
19578
19674
  * @param {Object} opts.sortBy Sort results by. Defaults to name
19579
19675
  * @param {Object} opts.sortOrder Sort order. Defaults to asc
19580
- */},{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'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
19676
+ */},{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']);}/**
19581
19677
  * Get list of supported Speech and Text Analytics topics dialects
19582
19678
  *
19583
19679
  */},{key:"getSpeechandtextanalyticsTopicsDialects",value:function getSpeechandtextanalyticsTopicsDialects(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/dialects','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -19683,7 +19779,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
19683
19779
  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']);}}]);return SpeechTextAnalyticsApi;}();var StationsApi=/*#__PURE__*/function(){/**
19684
19780
  * Stations service.
19685
19781
  * @module purecloud-platform-client-v2/api/StationsApi
19686
- * @version 187.0.0
19782
+ * @version 188.0.1
19687
19783
  */ /**
19688
19784
  * Constructs a new StationsApi.
19689
19785
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -19715,7 +19811,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
19715
19811
  */},{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']);}}]);return StationsApi;}();var SuggestApi=/*#__PURE__*/function(){/**
19716
19812
  * Suggest service.
19717
19813
  * @module purecloud-platform-client-v2/api/SuggestApi
19718
- * @version 187.0.0
19814
+ * @version 188.0.1
19719
19815
  */ /**
19720
19816
  * Constructs a new SuggestApi.
19721
19817
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -19755,7 +19851,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19755
19851
  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']);}}]);return SuggestApi;}();var TaskManagementApi=/*#__PURE__*/function(){/**
19756
19852
  * TaskManagement service.
19757
19853
  * @module purecloud-platform-client-v2/api/TaskManagementApi
19758
- * @version 187.0.0
19854
+ * @version 188.0.1
19759
19855
  */ /**
19760
19856
  * Constructs a new TaskManagementApi.
19761
19857
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -20097,7 +20193,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
20097
20193
  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']);}}]);return TaskManagementApi;}();var TeamsApi=/*#__PURE__*/function(){/**
20098
20194
  * Teams service.
20099
20195
  * @module purecloud-platform-client-v2/api/TeamsApi
20100
- * @version 187.0.0
20196
+ * @version 188.0.1
20101
20197
  */ /**
20102
20198
  * Constructs a new TeamsApi.
20103
20199
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -20176,7 +20272,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20176
20272
  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']);}}]);return TeamsApi;}();var TelephonyApi=/*#__PURE__*/function(){/**
20177
20273
  * Telephony service.
20178
20274
  * @module purecloud-platform-client-v2/api/TelephonyApi
20179
- * @version 187.0.0
20275
+ * @version 188.0.1
20180
20276
  */ /**
20181
20277
  * Constructs a new TelephonyApi.
20182
20278
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -20223,7 +20319,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
20223
20319
  if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return TelephonyApi;}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
20224
20320
  * TelephonyProvidersEdge service.
20225
20321
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
20226
- * @version 187.0.0
20322
+ * @version 188.0.1
20227
20323
  */ /**
20228
20324
  * Constructs a new TelephonyProvidersEdgeApi.
20229
20325
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -21037,7 +21133,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
21037
21133
  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']);}}]);return TelephonyProvidersEdgeApi;}();var TextbotsApi=/*#__PURE__*/function(){/**
21038
21134
  * Textbots service.
21039
21135
  * @module purecloud-platform-client-v2/api/TextbotsApi
21040
- * @version 187.0.0
21136
+ * @version 188.0.1
21041
21137
  */ /**
21042
21138
  * Constructs a new TextbotsApi.
21043
21139
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -21072,7 +21168,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
21072
21168
  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']);}}]);return TextbotsApi;}();var TokensApi=/*#__PURE__*/function(){/**
21073
21169
  * Tokens service.
21074
21170
  * @module purecloud-platform-client-v2/api/TokensApi
21075
- * @version 187.0.0
21171
+ * @version 188.0.1
21076
21172
  */ /**
21077
21173
  * Constructs a new TokensApi.
21078
21174
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -21108,7 +21204,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
21108
21204
  */},{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']);}}]);return TokensApi;}();var UploadsApi=/*#__PURE__*/function(){/**
21109
21205
  * Uploads service.
21110
21206
  * @module purecloud-platform-client-v2/api/UploadsApi
21111
- * @version 187.0.0
21207
+ * @version 188.0.1
21112
21208
  */ /**
21113
21209
  * Constructs a new UploadsApi.
21114
21210
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -21116,12 +21212,20 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
21116
21212
  * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
21117
21213
  * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
21118
21214
  */function UploadsApi(apiClient){_classCallCheck(this,UploadsApi);this.apiClient=apiClient||ApiClient.instance;}/**
21215
+ * Get content upload from URL job status
21216
+ *
21217
+ * @param {String} knowledgeBaseId Knowledge base ID
21218
+ * @param {String} jobId Upload job ID
21219
+ * getKnowledgeKnowledgebaseUploadsUrlsJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21220
+ */_createClass(UploadsApi,[{key:"getKnowledgeKnowledgebaseUploadsUrlsJob",value:function getKnowledgeKnowledgebaseUploadsUrlsJob(knowledgeBaseId,jobId){// verify the required parameter 'knowledgeBaseId' is set
21221
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';}// verify the required parameter 'jobId' is set
21222
+ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getKnowledgeKnowledgebaseUploadsUrlsJob';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs/{jobId}','GET',{'knowledgeBaseId':knowledgeBaseId,'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21119
21223
  * Create upload presigned URL for draft function package file.
21120
21224
  *
21121
21225
  * @param {String} actionId actionId
21122
21226
  * @param {Object} body Input used to request URL upload.
21123
21227
  * postIntegrationsActionDraftFunctionUpload is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21124
- */_createClass(UploadsApi,[{key:"postIntegrationsActionDraftFunctionUpload",value:function postIntegrationsActionDraftFunctionUpload(actionId,body){// verify the required parameter 'actionId' is set
21228
+ */},{key:"postIntegrationsActionDraftFunctionUpload",value:function postIntegrationsActionDraftFunctionUpload(actionId,body){// verify the required parameter 'actionId' is set
21125
21229
  if(actionId===undefined||actionId===null){throw'Missing the required parameter "actionId" when calling postIntegrationsActionDraftFunctionUpload';}// verify the required parameter 'body' is set
21126
21230
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postIntegrationsActionDraftFunctionUpload';}return this.apiClient.callApi('/api/v2/integrations/actions/{actionId}/draft/function/upload','POST',{'actionId':actionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21127
21231
  * Creates a presigned URL for uploading a knowledge import file with a set of documents
@@ -21129,6 +21233,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21129
21233
  * @param {Object} body query
21130
21234
  */},{key:"postKnowledgeDocumentuploads",value:function postKnowledgeDocumentuploads(body){// verify the required parameter 'body' is set
21131
21235
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeDocumentuploads';}return this.apiClient.callApi('/api/v2/knowledge/documentuploads','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21236
+ * Create content upload from URL job
21237
+ *
21238
+ * @param {String} knowledgeBaseId Knowledge base ID
21239
+ * @param {Object} body uploadRequest
21240
+ * postKnowledgeKnowledgebaseUploadsUrlsJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
21241
+ */},{key:"postKnowledgeKnowledgebaseUploadsUrlsJobs",value:function postKnowledgeKnowledgebaseUploadsUrlsJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
21242
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';}// verify the required parameter 'body' is set
21243
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseUploadsUrlsJobs';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/uploads/urls/jobs','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21132
21244
  * Creates a presigned URL for uploading a chat corpus which will be used for mining by intent miner
21133
21245
  *
21134
21246
  * @param {String} minerId Miner ID
@@ -21158,7 +21270,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21158
21270
  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']);}}]);return UploadsApi;}();var UsageApi=/*#__PURE__*/function(){/**
21159
21271
  * Usage service.
21160
21272
  * @module purecloud-platform-client-v2/api/UsageApi
21161
- * @version 187.0.0
21273
+ * @version 188.0.1
21162
21274
  */ /**
21163
21275
  * Constructs a new UsageApi.
21164
21276
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -21209,7 +21321,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21209
21321
  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']);}}]);return UsageApi;}();var UserRecordingsApi=/*#__PURE__*/function(){/**
21210
21322
  * UserRecordings service.
21211
21323
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
21212
- * @version 187.0.0
21324
+ * @version 188.0.1
21213
21325
  */ /**
21214
21326
  * Constructs a new UserRecordingsApi.
21215
21327
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -21258,7 +21370,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
21258
21370
  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']);}}]);return UserRecordingsApi;}();var UsersApi=/*#__PURE__*/function(){/**
21259
21371
  * Users service.
21260
21372
  * @module purecloud-platform-client-v2/api/UsersApi
21261
- * @version 187.0.0
21373
+ * @version 188.0.1
21262
21374
  */ /**
21263
21375
  * Constructs a new UsersApi.
21264
21376
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -21917,7 +22029,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
21917
22029
  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']);}}]);return UsersApi;}();var UtilitiesApi=/*#__PURE__*/function(){/**
21918
22030
  * Utilities service.
21919
22031
  * @module purecloud-platform-client-v2/api/UtilitiesApi
21920
- * @version 187.0.0
22032
+ * @version 188.0.1
21921
22033
  */ /**
21922
22034
  * Constructs a new UtilitiesApi.
21923
22035
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -21944,7 +22056,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21944
22056
  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']);}}]);return UtilitiesApi;}();var VoicemailApi=/*#__PURE__*/function(){/**
21945
22057
  * Voicemail service.
21946
22058
  * @module purecloud-platform-client-v2/api/VoicemailApi
21947
- * @version 187.0.0
22059
+ * @version 188.0.1
21948
22060
  */ /**
21949
22061
  * Constructs a new VoicemailApi.
21950
22062
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -22093,7 +22205,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22093
22205
  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']);}}]);return VoicemailApi;}();var WebChatApi=/*#__PURE__*/function(){/**
22094
22206
  * WebChat service.
22095
22207
  * @module purecloud-platform-client-v2/api/WebChatApi
22096
- * @version 187.0.0
22208
+ * @version 188.0.1
22097
22209
  */ /**
22098
22210
  * Constructs a new WebChatApi.
22099
22211
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -22226,7 +22338,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22226
22338
  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']);}}]);return WebChatApi;}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
22227
22339
  * WebDeployments service.
22228
22340
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
22229
- * @version 187.0.0
22341
+ * @version 188.0.1
22230
22342
  */ /**
22231
22343
  * Constructs a new WebDeploymentsApi.
22232
22344
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -22347,7 +22459,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22347
22459
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebDeploymentsApi;}();var WebMessagingApi=/*#__PURE__*/function(){/**
22348
22460
  * WebMessaging service.
22349
22461
  * @module purecloud-platform-client-v2/api/WebMessagingApi
22350
- * @version 187.0.0
22462
+ * @version 188.0.1
22351
22463
  */ /**
22352
22464
  * Constructs a new WebMessagingApi.
22353
22465
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -22363,7 +22475,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
22363
22475
  */_createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);return WebMessagingApi;}();var WidgetsApi=/*#__PURE__*/function(){/**
22364
22476
  * Widgets service.
22365
22477
  * @module purecloud-platform-client-v2/api/WidgetsApi
22366
- * @version 187.0.0
22478
+ * @version 188.0.1
22367
22479
  */ /**
22368
22480
  * Constructs a new WidgetsApi.
22369
22481
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -22398,7 +22510,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22398
22510
  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']);}}]);return WidgetsApi;}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
22399
22511
  * WorkforceManagement service.
22400
22512
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
22401
- * @version 187.0.0
22513
+ * @version 188.0.1
22402
22514
  */ /**
22403
22515
  * Constructs a new WorkforceManagementApi.
22404
22516
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -23749,7 +23861,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
23749
23861
  * </pre>
23750
23862
  * </p>
23751
23863
  * @module purecloud-platform-client-v2/index
23752
- * @version 187.0.0
23864
+ * @version 188.0.1
23753
23865
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
23754
23866
  * The ApiClient constructor.
23755
23867
  * @property {module:purecloud-platform-client-v2/ApiClient}
@@ -23985,4 +24097,4 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
23985
24097
  var index=new platformClient();module.exports=index;
23986
24098
 
23987
24099
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
23988
- },{"buffer":3,"os":5,"path":6,"qs":22}]},{},[]);
24100
+ },{"buffer":3,"os":5,"path":6,"qs":30}]},{},[]);