purecloud-platform-client-v2 168.1.0 → 169.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/README.md +2 -35
  2. package/dist/node/purecloud-platform-client-v2.js +281 -84
  3. package/dist/web-amd/purecloud-platform-client-v2.js +281 -84
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +281 -84
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +329 -111
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +230 -77
  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 +2 -2
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +2 -2
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +2 -2
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +2 -2
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +4 -2
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +2 -2
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +2 -2
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +5 -2
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +2 -2
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +3 -2
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +3 -3
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +2 -2
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +2 -2
  24. package/src/purecloud-platform-client-v2/api/EventsApi.js +2 -2
  25. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +2 -2
  26. package/src/purecloud-platform-client-v2/api/FaxApi.js +2 -2
  27. package/src/purecloud-platform-client-v2/api/FlowsApi.js +2 -2
  28. package/src/purecloud-platform-client-v2/api/GamificationApi.js +2 -2
  29. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +2 -2
  30. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +2 -2
  31. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +2 -2
  32. package/src/purecloud-platform-client-v2/api/GroupsApi.js +5 -2
  33. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +2 -2
  34. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +2 -2
  35. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +2 -2
  36. package/src/purecloud-platform-client-v2/api/JourneyApi.js +2 -2
  37. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +24 -4
  38. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +2 -2
  39. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +6 -2
  40. package/src/purecloud-platform-client-v2/api/LearningApi.js +2 -2
  41. package/src/purecloud-platform-client-v2/api/LicenseApi.js +2 -2
  42. package/src/purecloud-platform-client-v2/api/LocationsApi.js +2 -2
  43. package/src/purecloud-platform-client-v2/api/MessagingApi.js +12 -7
  44. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +2 -2
  45. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +2 -2
  46. package/src/purecloud-platform-client-v2/api/OAuthApi.js +2 -2
  47. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +2 -2
  48. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +60 -8
  49. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +2 -2
  50. package/src/purecloud-platform-client-v2/api/OutboundApi.js +3 -2
  51. package/src/purecloud-platform-client-v2/api/PresenceApi.js +2 -2
  52. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +2 -2
  53. package/src/purecloud-platform-client-v2/api/QualityApi.js +11 -2
  54. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  55. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +2 -2
  56. package/src/purecloud-platform-client-v2/api/RoutingApi.js +7 -2
  57. package/src/purecloud-platform-client-v2/api/SCIMApi.js +2 -2
  58. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +2 -2
  59. package/src/purecloud-platform-client-v2/api/SearchApi.js +3 -2
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +26 -2
  61. package/src/purecloud-platform-client-v2/api/StationsApi.js +2 -2
  62. package/src/purecloud-platform-client-v2/api/SuggestApi.js +2 -2
  63. package/src/purecloud-platform-client-v2/api/TeamsApi.js +2 -2
  64. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +2 -2
  65. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +3 -2
  66. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +2 -2
  67. package/src/purecloud-platform-client-v2/api/TokensApi.js +2 -2
  68. package/src/purecloud-platform-client-v2/api/UploadsApi.js +2 -2
  69. package/src/purecloud-platform-client-v2/api/UsageApi.js +52 -2
  70. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +2 -2
  71. package/src/purecloud-platform-client-v2/api/UsersApi.js +8 -2
  72. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +2 -2
  73. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +2 -2
  74. package/src/purecloud-platform-client-v2/api/WebChatApi.js +7 -2
  75. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  76. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +2 -2
  77. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +2 -2
  78. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +7 -2
  79. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -5143,18 +5143,23 @@ var ThrowTypeError = $gOPD
5143
5143
  : throwTypeError;
5144
5144
 
5145
5145
  var hasSymbols = require('has-symbols')();
5146
+ var hasProto = require('has-proto')();
5146
5147
 
5147
- var getProto = Object.getPrototypeOf || function (x) { return x.__proto__; }; // eslint-disable-line no-proto
5148
+ var getProto = Object.getPrototypeOf || (
5149
+ hasProto
5150
+ ? function (x) { return x.__proto__; } // eslint-disable-line no-proto
5151
+ : null
5152
+ );
5148
5153
 
5149
5154
  var needsEval = {};
5150
5155
 
5151
- var TypedArray = typeof Uint8Array === 'undefined' ? undefined : getProto(Uint8Array);
5156
+ var TypedArray = typeof Uint8Array === 'undefined' || !getProto ? undefined : getProto(Uint8Array);
5152
5157
 
5153
5158
  var INTRINSICS = {
5154
5159
  '%AggregateError%': typeof AggregateError === 'undefined' ? undefined : AggregateError,
5155
5160
  '%Array%': Array,
5156
5161
  '%ArrayBuffer%': typeof ArrayBuffer === 'undefined' ? undefined : ArrayBuffer,
5157
- '%ArrayIteratorPrototype%': hasSymbols ? getProto([][Symbol.iterator]()) : undefined,
5162
+ '%ArrayIteratorPrototype%': hasSymbols && getProto ? getProto([][Symbol.iterator]()) : undefined,
5158
5163
  '%AsyncFromSyncIteratorPrototype%': undefined,
5159
5164
  '%AsyncFunction%': needsEval,
5160
5165
  '%AsyncGenerator%': needsEval,
@@ -5184,10 +5189,10 @@ var INTRINSICS = {
5184
5189
  '%Int32Array%': typeof Int32Array === 'undefined' ? undefined : Int32Array,
5185
5190
  '%isFinite%': isFinite,
5186
5191
  '%isNaN%': isNaN,
5187
- '%IteratorPrototype%': hasSymbols ? getProto(getProto([][Symbol.iterator]())) : undefined,
5192
+ '%IteratorPrototype%': hasSymbols && getProto ? getProto(getProto([][Symbol.iterator]())) : undefined,
5188
5193
  '%JSON%': typeof JSON === 'object' ? JSON : undefined,
5189
5194
  '%Map%': typeof Map === 'undefined' ? undefined : Map,
5190
- '%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols ? undefined : getProto(new Map()[Symbol.iterator]()),
5195
+ '%MapIteratorPrototype%': typeof Map === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Map()[Symbol.iterator]()),
5191
5196
  '%Math%': Math,
5192
5197
  '%Number%': Number,
5193
5198
  '%Object%': Object,
@@ -5200,10 +5205,10 @@ var INTRINSICS = {
5200
5205
  '%Reflect%': typeof Reflect === 'undefined' ? undefined : Reflect,
5201
5206
  '%RegExp%': RegExp,
5202
5207
  '%Set%': typeof Set === 'undefined' ? undefined : Set,
5203
- '%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols ? undefined : getProto(new Set()[Symbol.iterator]()),
5208
+ '%SetIteratorPrototype%': typeof Set === 'undefined' || !hasSymbols || !getProto ? undefined : getProto(new Set()[Symbol.iterator]()),
5204
5209
  '%SharedArrayBuffer%': typeof SharedArrayBuffer === 'undefined' ? undefined : SharedArrayBuffer,
5205
5210
  '%String%': String,
5206
- '%StringIteratorPrototype%': hasSymbols ? getProto(''[Symbol.iterator]()) : undefined,
5211
+ '%StringIteratorPrototype%': hasSymbols && getProto ? getProto(''[Symbol.iterator]()) : undefined,
5207
5212
  '%Symbol%': hasSymbols ? Symbol : undefined,
5208
5213
  '%SyntaxError%': $SyntaxError,
5209
5214
  '%ThrowTypeError%': ThrowTypeError,
@@ -5219,12 +5224,14 @@ var INTRINSICS = {
5219
5224
  '%WeakSet%': typeof WeakSet === 'undefined' ? undefined : WeakSet
5220
5225
  };
5221
5226
 
5222
- try {
5223
- null.error; // eslint-disable-line no-unused-expressions
5224
- } catch (e) {
5225
- // https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
5226
- var errorProto = getProto(getProto(e));
5227
- INTRINSICS['%Error.prototype%'] = errorProto;
5227
+ if (getProto) {
5228
+ try {
5229
+ null.error; // eslint-disable-line no-unused-expressions
5230
+ } catch (e) {
5231
+ // https://github.com/tc39/proposal-shadowrealm/pull/384#issuecomment-1364264229
5232
+ var errorProto = getProto(getProto(e));
5233
+ INTRINSICS['%Error.prototype%'] = errorProto;
5234
+ }
5228
5235
  }
5229
5236
 
5230
5237
  var doEval = function doEval(name) {
@@ -5242,7 +5249,7 @@ var doEval = function doEval(name) {
5242
5249
  }
5243
5250
  } else if (name === '%AsyncIteratorPrototype%') {
5244
5251
  var gen = doEval('%AsyncGenerator%');
5245
- if (gen) {
5252
+ if (gen && getProto) {
5246
5253
  value = getProto(gen.prototype);
5247
5254
  }
5248
5255
  }
@@ -5443,7 +5450,20 @@ module.exports = function GetIntrinsic(name, allowMissing) {
5443
5450
  return value;
5444
5451
  };
5445
5452
 
5446
- },{"function-bind":43,"has":47,"has-symbols":45}],45:[function(require,module,exports){
5453
+ },{"function-bind":43,"has":48,"has-proto":45,"has-symbols":46}],45:[function(require,module,exports){
5454
+ 'use strict';
5455
+
5456
+ var test = {
5457
+ foo: {}
5458
+ };
5459
+
5460
+ var $Object = Object;
5461
+
5462
+ module.exports = function hasProto() {
5463
+ return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object);
5464
+ };
5465
+
5466
+ },{}],46:[function(require,module,exports){
5447
5467
  'use strict';
5448
5468
 
5449
5469
  var origSymbol = typeof Symbol !== 'undefined' && Symbol;
@@ -5458,7 +5478,7 @@ module.exports = function hasNativeSymbols() {
5458
5478
  return hasSymbolSham();
5459
5479
  };
5460
5480
 
5461
- },{"./shams":46}],46:[function(require,module,exports){
5481
+ },{"./shams":47}],47:[function(require,module,exports){
5462
5482
  'use strict';
5463
5483
 
5464
5484
  /* eslint complexity: [2, 18], max-statements: [2, 33] */
@@ -5502,14 +5522,14 @@ module.exports = function hasSymbols() {
5502
5522
  return true;
5503
5523
  };
5504
5524
 
5505
- },{}],47:[function(require,module,exports){
5525
+ },{}],48:[function(require,module,exports){
5506
5526
  'use strict';
5507
5527
 
5508
5528
  var bind = require('function-bind');
5509
5529
 
5510
5530
  module.exports = bind.call(Function.call, Object.prototype.hasOwnProperty);
5511
5531
 
5512
- },{"function-bind":43}],48:[function(require,module,exports){
5532
+ },{"function-bind":43}],49:[function(require,module,exports){
5513
5533
  var hasMap = typeof Map === 'function' && Map.prototype;
5514
5534
  var mapSizeDescriptor = Object.getOwnPropertyDescriptor && hasMap ? Object.getOwnPropertyDescriptor(Map.prototype, 'size') : null;
5515
5535
  var mapSize = hasMap && mapSizeDescriptor && typeof mapSizeDescriptor.get === 'function' ? mapSizeDescriptor.get : null;
@@ -6027,7 +6047,7 @@ function arrObjKeys(obj, inspect) {
6027
6047
  return xs;
6028
6048
  }
6029
6049
 
6030
- },{"./util.inspect":2}],49:[function(require,module,exports){
6050
+ },{"./util.inspect":2}],50:[function(require,module,exports){
6031
6051
  'use strict';
6032
6052
 
6033
6053
  var replace = String.prototype.replace;
@@ -6052,7 +6072,7 @@ module.exports = {
6052
6072
  RFC3986: Format.RFC3986
6053
6073
  };
6054
6074
 
6055
- },{}],50:[function(require,module,exports){
6075
+ },{}],51:[function(require,module,exports){
6056
6076
  'use strict';
6057
6077
 
6058
6078
  var stringify = require('./stringify');
@@ -6065,7 +6085,7 @@ module.exports = {
6065
6085
  stringify: stringify
6066
6086
  };
6067
6087
 
6068
- },{"./formats":49,"./parse":51,"./stringify":52}],51:[function(require,module,exports){
6088
+ },{"./formats":50,"./parse":52,"./stringify":53}],52:[function(require,module,exports){
6069
6089
  'use strict';
6070
6090
 
6071
6091
  var utils = require('./utils');
@@ -6117,7 +6137,8 @@ var isoSentinel = 'utf8=%26%2310003%3B'; // encodeURIComponent('✓')
6117
6137
  var charsetSentinel = 'utf8=%E2%9C%93'; // encodeURIComponent('✓')
6118
6138
 
6119
6139
  var parseValues = function parseQueryStringValues(str, options) {
6120
- var obj = {};
6140
+ var obj = { __proto__: null };
6141
+
6121
6142
  var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
6122
6143
  var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
6123
6144
  var parts = cleanStr.split(options.delimiter, limit);
@@ -6330,7 +6351,7 @@ module.exports = function (str, opts) {
6330
6351
  return utils.compact(obj);
6331
6352
  };
6332
6353
 
6333
- },{"./utils":53}],52:[function(require,module,exports){
6354
+ },{"./utils":54}],53:[function(require,module,exports){
6334
6355
  'use strict';
6335
6356
 
6336
6357
  var getSideChannel = require('side-channel');
@@ -6652,7 +6673,7 @@ module.exports = function (object, opts) {
6652
6673
  return joined.length > 0 ? prefix + joined : '';
6653
6674
  };
6654
6675
 
6655
- },{"./formats":49,"./utils":53,"side-channel":54}],53:[function(require,module,exports){
6676
+ },{"./formats":50,"./utils":54,"side-channel":55}],54:[function(require,module,exports){
6656
6677
  'use strict';
6657
6678
 
6658
6679
  var formats = require('./formats');
@@ -6906,7 +6927,7 @@ module.exports = {
6906
6927
  merge: merge
6907
6928
  };
6908
6929
 
6909
- },{"./formats":49}],54:[function(require,module,exports){
6930
+ },{"./formats":50}],55:[function(require,module,exports){
6910
6931
  'use strict';
6911
6932
 
6912
6933
  var GetIntrinsic = require('get-intrinsic');
@@ -7032,7 +7053,7 @@ module.exports = function getSideChannel() {
7032
7053
  return channel;
7033
7054
  };
7034
7055
 
7035
- },{"call-bind/callBound":40,"get-intrinsic":44,"object-inspect":48}],"platformClient":[function(require,module,exports){
7056
+ },{"call-bind/callBound":40,"get-intrinsic":44,"object-inspect":49}],"platformClient":[function(require,module,exports){
7036
7057
  (function (global,Buffer){(function (){
7037
7058
  'use strict';
7038
7059
 
@@ -9315,7 +9336,7 @@ class Configuration {
9315
9336
 
9316
9337
  /**
9317
9338
  * @module purecloud-platform-client-v2/ApiClient
9318
- * @version 168.1.0
9339
+ * @version 169.0.0
9319
9340
  */
9320
9341
  class ApiClient {
9321
9342
  /**
@@ -10394,7 +10415,7 @@ class AlertingApi {
10394
10415
  /**
10395
10416
  * Alerting service.
10396
10417
  * @module purecloud-platform-client-v2/api/AlertingApi
10397
- * @version 168.1.0
10418
+ * @version 169.0.0
10398
10419
  */
10399
10420
 
10400
10421
  /**
@@ -10708,7 +10729,7 @@ class AnalyticsApi {
10708
10729
  /**
10709
10730
  * Analytics service.
10710
10731
  * @module purecloud-platform-client-v2/api/AnalyticsApi
10711
- * @version 168.1.0
10732
+ * @version 169.0.0
10712
10733
  */
10713
10734
 
10714
10735
  /**
@@ -11962,7 +11983,7 @@ class ArchitectApi {
11962
11983
  /**
11963
11984
  * Architect service.
11964
11985
  * @module purecloud-platform-client-v2/api/ArchitectApi
11965
- * @version 168.1.0
11986
+ * @version 169.0.0
11966
11987
  */
11967
11988
 
11968
11989
  /**
@@ -15010,7 +15031,7 @@ class AuditApi {
15010
15031
  /**
15011
15032
  * Audit service.
15012
15033
  * @module purecloud-platform-client-v2/api/AuditApi
15013
- * @version 168.1.0
15034
+ * @version 169.0.0
15014
15035
  */
15015
15036
 
15016
15037
  /**
@@ -15181,7 +15202,7 @@ class AuthorizationApi {
15181
15202
  /**
15182
15203
  * Authorization service.
15183
15204
  * @module purecloud-platform-client-v2/api/AuthorizationApi
15184
- * @version 168.1.0
15205
+ * @version 169.0.0
15185
15206
  */
15186
15207
 
15187
15208
  /**
@@ -15422,6 +15443,7 @@ class AuthorizationApi {
15422
15443
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
15423
15444
  * @param {Object} opts Optional parameters
15424
15445
  * @param {String} opts.name Search term to filter by division name
15446
+ * @deprecated
15425
15447
  */
15426
15448
  getAuthorizationDivisionspermittedMe(permission, opts) {
15427
15449
  opts = opts || {};
@@ -15483,6 +15505,7 @@ class AuthorizationApi {
15483
15505
  * @param {Object} opts Optional parameters
15484
15506
  * @param {Number} opts.pageNumber Page number (default to 1)
15485
15507
  * @param {Number} opts.pageSize Page size (default to 25)
15508
+ * @deprecated
15486
15509
  */
15487
15510
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
15488
15511
  opts = opts || {};
@@ -16410,7 +16433,7 @@ class BillingApi {
16410
16433
  /**
16411
16434
  * Billing service.
16412
16435
  * @module purecloud-platform-client-v2/api/BillingApi
16413
- * @version 168.1.0
16436
+ * @version 169.0.0
16414
16437
  */
16415
16438
 
16416
16439
  /**
@@ -16490,7 +16513,7 @@ class CarrierServicesApi {
16490
16513
  /**
16491
16514
  * CarrierServices service.
16492
16515
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
16493
- * @version 168.1.0
16516
+ * @version 169.0.0
16494
16517
  */
16495
16518
 
16496
16519
  /**
@@ -16560,7 +16583,7 @@ class ChatApi {
16560
16583
  /**
16561
16584
  * Chat service.
16562
16585
  * @module purecloud-platform-client-v2/api/ChatApi
16563
- * @version 168.1.0
16586
+ * @version 169.0.0
16564
16587
  */
16565
16588
 
16566
16589
  /**
@@ -16578,6 +16601,7 @@ class ChatApi {
16578
16601
  /**
16579
16602
  * Get Chat Settings.
16580
16603
  * This route is deprecated, please use /chats/settings instead
16604
+ * @deprecated
16581
16605
  */
16582
16606
  getChatSettings() {
16583
16607
 
@@ -16619,6 +16643,7 @@ class ChatApi {
16619
16643
  * Patch Chat Settings.
16620
16644
  * This route is deprecated, please use /chats/settings instead
16621
16645
  * @param {Object} body Chat
16646
+ * @deprecated
16622
16647
  */
16623
16648
  patchChatSettings(body) {
16624
16649
  // verify the required parameter 'body' is set
@@ -16669,6 +16694,7 @@ class ChatApi {
16669
16694
  * Update Chat Settings.
16670
16695
  * This route is deprecated, please use /chats/settings instead
16671
16696
  * @param {Object} body Chat
16697
+ * @deprecated
16672
16698
  */
16673
16699
  putChatSettings(body) {
16674
16700
  // verify the required parameter 'body' is set
@@ -16721,7 +16747,7 @@ class CoachingApi {
16721
16747
  /**
16722
16748
  * Coaching service.
16723
16749
  * @module purecloud-platform-client-v2/api/CoachingApi
16724
- * @version 168.1.0
16750
+ * @version 169.0.0
16725
16751
  */
16726
16752
 
16727
16753
  /**
@@ -17298,7 +17324,7 @@ class ContentManagementApi {
17298
17324
  /**
17299
17325
  * ContentManagement service.
17300
17326
  * @module purecloud-platform-client-v2/api/ContentManagementApi
17301
- * @version 168.1.0
17327
+ * @version 169.0.0
17302
17328
  */
17303
17329
 
17304
17330
  /**
@@ -17585,6 +17611,7 @@ class ContentManagementApi {
17585
17611
  * @param {Number} opts.pageNumber Page number (default to 1)
17586
17612
  * @param {String} opts.sortBy name or dateCreated
17587
17613
  * @param {String} opts.sortOrder ascending or descending (default to ascending)
17614
+ * @deprecated
17588
17615
  */
17589
17616
  getContentmanagementDocuments(workspaceId, opts) {
17590
17617
  opts = opts || {};
@@ -18438,7 +18465,7 @@ class ConversationsApi {
18438
18465
  /**
18439
18466
  * Conversations service.
18440
18467
  * @module purecloud-platform-client-v2/api/ConversationsApi
18441
- * @version 168.1.0
18468
+ * @version 169.0.0
18442
18469
  */
18443
18470
 
18444
18471
  /**
@@ -23643,7 +23670,7 @@ class ConversationsApi {
23643
23670
 
23644
23671
  /**
23645
23672
  * Send an agentless outbound message
23646
- * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will generate a new Conversation, if there is an existing active Conversation between the fromAddress and toAddress already, then this POST will fail.
23673
+ * Send an agentless (api participant) outbound message using a client credential grant. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. If there is already a connected conversation between the fromAddress and toAddress specified, the useExistingActiveConversation param can be used to barge in to the ongoing conversation.
23647
23674
  * @param {Object} body Create agentless outbound messaging request
23648
23675
  */
23649
23676
  postConversationsMessagesAgentless(body) {
@@ -24529,7 +24556,7 @@ class DataExtensionsApi {
24529
24556
  /**
24530
24557
  * DataExtensions service.
24531
24558
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24532
- * @version 168.1.0
24559
+ * @version 169.0.0
24533
24560
  */
24534
24561
 
24535
24562
  /**
@@ -24615,7 +24642,7 @@ class DownloadsApi {
24615
24642
  /**
24616
24643
  * Downloads service.
24617
24644
  * @module purecloud-platform-client-v2/api/DownloadsApi
24618
- * @version 168.1.0
24645
+ * @version 169.0.0
24619
24646
  */
24620
24647
 
24621
24648
  /**
@@ -24667,7 +24694,7 @@ class EventsApi {
24667
24694
  /**
24668
24695
  * Events service.
24669
24696
  * @module purecloud-platform-client-v2/api/EventsApi
24670
- * @version 168.1.0
24697
+ * @version 169.0.0
24671
24698
  */
24672
24699
 
24673
24700
  /**
@@ -24763,7 +24790,7 @@ class ExternalContactsApi {
24763
24790
  /**
24764
24791
  * ExternalContacts service.
24765
24792
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
24766
- * @version 168.1.0
24793
+ * @version 169.0.0
24767
24794
  */
24768
24795
 
24769
24796
  /**
@@ -26721,7 +26748,7 @@ class FaxApi {
26721
26748
  /**
26722
26749
  * Fax service.
26723
26750
  * @module purecloud-platform-client-v2/api/FaxApi
26724
- * @version 168.1.0
26751
+ * @version 169.0.0
26725
26752
  */
26726
26753
 
26727
26754
  /**
@@ -26892,7 +26919,7 @@ class FlowsApi {
26892
26919
  /**
26893
26920
  * Flows service.
26894
26921
  * @module purecloud-platform-client-v2/api/FlowsApi
26895
- * @version 168.1.0
26922
+ * @version 169.0.0
26896
26923
  */
26897
26924
 
26898
26925
  /**
@@ -26963,7 +26990,7 @@ class GamificationApi {
26963
26990
  /**
26964
26991
  * Gamification service.
26965
26992
  * @module purecloud-platform-client-v2/api/GamificationApi
26966
- * @version 168.1.0
26993
+ * @version 169.0.0
26967
26994
  */
26968
26995
 
26969
26996
  /**
@@ -29049,7 +29076,7 @@ class GeneralDataProtectionRegulationApi {
29049
29076
  /**
29050
29077
  * GeneralDataProtectionRegulation service.
29051
29078
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
29052
- * @version 168.1.0
29079
+ * @version 169.0.0
29053
29080
  */
29054
29081
 
29055
29082
  /**
@@ -29179,7 +29206,7 @@ class GeolocationApi {
29179
29206
  /**
29180
29207
  * Geolocation service.
29181
29208
  * @module purecloud-platform-client-v2/api/GeolocationApi
29182
- * @version 168.1.0
29209
+ * @version 169.0.0
29183
29210
  */
29184
29211
 
29185
29212
  /**
@@ -29310,7 +29337,7 @@ class GreetingsApi {
29310
29337
  /**
29311
29338
  * Greetings service.
29312
29339
  * @module purecloud-platform-client-v2/api/GreetingsApi
29313
- * @version 168.1.0
29340
+ * @version 169.0.0
29314
29341
  */
29315
29342
 
29316
29343
  /**
@@ -29765,7 +29792,7 @@ class GroupsApi {
29765
29792
  /**
29766
29793
  * Groups service.
29767
29794
  * @module purecloud-platform-client-v2/api/GroupsApi
29768
- * @version 168.1.0
29795
+ * @version 169.0.0
29769
29796
  */
29770
29797
 
29771
29798
  /**
@@ -29839,6 +29866,7 @@ class GroupsApi {
29839
29866
  * Fetch field config for an entity type
29840
29867
  *
29841
29868
  * @param {Object} type Field type
29869
+ * @deprecated
29842
29870
  */
29843
29871
  getFieldconfig(type) {
29844
29872
  // verify the required parameter 'type' is set
@@ -29948,6 +29976,7 @@ class GroupsApi {
29948
29976
  * @param {String} groupId groupId
29949
29977
  * @param {Object} opts Optional parameters
29950
29978
  * @param {String} opts.fields Comma separated fields to return. Allowable values can be found by querying /api/v2/fieldconfig?type=group and using the key for the elements returned by the fieldList
29979
+ * @deprecated
29951
29980
  */
29952
29981
  getGroupProfile(groupId, opts) {
29953
29982
  opts = opts || {};
@@ -30037,6 +30066,7 @@ class GroupsApi {
30037
30066
  * @param {Array.<String>} opts.id id
30038
30067
  * @param {Array.<String>} opts.jabberId A list of jabberIds to fetch by bulk (cannot be used with the id parameter)
30039
30068
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
30069
+ * @deprecated
30040
30070
  */
30041
30071
  getProfilesGroups(opts) {
30042
30072
  opts = opts || {};
@@ -30171,7 +30201,7 @@ class IdentityProviderApi {
30171
30201
  /**
30172
30202
  * IdentityProvider service.
30173
30203
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
30174
- * @version 168.1.0
30204
+ * @version 169.0.0
30175
30205
  */
30176
30206
 
30177
30207
  /**
@@ -30927,7 +30957,7 @@ class InfrastructureAsCodeApi {
30927
30957
  /**
30928
30958
  * InfrastructureAsCode service.
30929
30959
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
30930
- * @version 168.1.0
30960
+ * @version 169.0.0
30931
30961
  */
30932
30962
 
30933
30963
  /**
@@ -31094,7 +31124,7 @@ class IntegrationsApi {
31094
31124
  /**
31095
31125
  * Integrations service.
31096
31126
  * @module purecloud-platform-client-v2/api/IntegrationsApi
31097
- * @version 168.1.0
31127
+ * @version 169.0.0
31098
31128
  */
31099
31129
 
31100
31130
  /**
@@ -32694,7 +32724,7 @@ class JourneyApi {
32694
32724
  /**
32695
32725
  * Journey service.
32696
32726
  * @module purecloud-platform-client-v2/api/JourneyApi
32697
- * @version 168.1.0
32727
+ * @version 169.0.0
32698
32728
  */
32699
32729
 
32700
32730
  /**
@@ -33574,7 +33604,7 @@ class KnowledgeApi {
33574
33604
  /**
33575
33605
  * Knowledge service.
33576
33606
  * @module purecloud-platform-client-v2/api/KnowledgeApi
33577
- * @version 168.1.0
33607
+ * @version 169.0.0
33578
33608
  */
33579
33609
 
33580
33610
  /**
@@ -33805,6 +33835,7 @@ class KnowledgeApi {
33805
33835
  * @param {String} categoryId Category ID
33806
33836
  * @param {String} knowledgeBaseId Knowledge base ID
33807
33837
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33838
+ * @deprecated
33808
33839
  */
33809
33840
  deleteKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
33810
33841
  // verify the required parameter 'categoryId' is set
@@ -33840,6 +33871,7 @@ class KnowledgeApi {
33840
33871
  * @param {String} documentId Document ID
33841
33872
  * @param {String} knowledgeBaseId Knowledge base ID
33842
33873
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33874
+ * @deprecated
33843
33875
  */
33844
33876
  deleteKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
33845
33877
  // verify the required parameter 'documentId' is set
@@ -33875,6 +33907,7 @@ class KnowledgeApi {
33875
33907
  * @param {String} knowledgeBaseId Knowledge base ID
33876
33908
  * @param {Object} languageCode Language code, format: iso2-LOCALE
33877
33909
  * @param {String} importId Import ID
33910
+ * @deprecated
33878
33911
  */
33879
33912
  deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
33880
33913
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34533,6 +34566,7 @@ class KnowledgeApi {
34533
34566
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34534
34567
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34535
34568
  * @param {String} opts.name Filter to return the categories that starts with the given category name.
34569
+ * @deprecated
34536
34570
  */
34537
34571
  getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, opts) {
34538
34572
  opts = opts || {};
@@ -34566,6 +34600,7 @@ class KnowledgeApi {
34566
34600
  * @param {String} categoryId Category ID
34567
34601
  * @param {String} knowledgeBaseId Knowledge base ID
34568
34602
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34603
+ * @deprecated
34569
34604
  */
34570
34605
  getKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode) {
34571
34606
  // verify the required parameter 'categoryId' is set
@@ -34601,6 +34636,7 @@ class KnowledgeApi {
34601
34636
  * @param {String} documentId Document ID
34602
34637
  * @param {String} knowledgeBaseId Knowledge base ID
34603
34638
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34639
+ * @deprecated
34604
34640
  */
34605
34641
  getKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode) {
34606
34642
  // verify the required parameter 'documentId' is set
@@ -34645,6 +34681,7 @@ class KnowledgeApi {
34645
34681
  * @param {Object} opts.sortBy Sort by.
34646
34682
  * @param {Object} opts.sortOrder Sort Order.
34647
34683
  * @param {Array.<String>} opts.documentIds Comma-separated list of document identifiers to fetch by.
34684
+ * @deprecated
34648
34685
  */
34649
34686
  getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, opts) {
34650
34687
  opts = opts || {};
@@ -34678,6 +34715,7 @@ class KnowledgeApi {
34678
34715
  * @param {String} knowledgeBaseId Knowledge base ID
34679
34716
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34680
34717
  * @param {String} importId Import ID
34718
+ * @deprecated
34681
34719
  */
34682
34720
  getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId) {
34683
34721
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34713,6 +34751,7 @@ class KnowledgeApi {
34713
34751
  * @param {String} knowledgeBaseId Knowledge base ID
34714
34752
  * @param {Object} languageCode Language code, format: iso2-LOCALE
34715
34753
  * @param {String} trainingId Training ID
34754
+ * @deprecated
34716
34755
  */
34717
34756
  getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId, languageCode, trainingId) {
34718
34757
  // verify the required parameter 'knowledgeBaseId' is set
@@ -34753,6 +34792,7 @@ class KnowledgeApi {
34753
34792
  * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34754
34793
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34755
34794
  * @param {Object} opts.knowledgeDocumentsState Return the training with the specified state of the trained documents.
34795
+ * @deprecated
34756
34796
  */
34757
34797
  getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode, opts) {
34758
34798
  opts = opts || {};
@@ -34888,8 +34928,8 @@ class KnowledgeApi {
34888
34928
  * @param {Object} opts Optional parameters
34889
34929
  * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
34890
34930
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
34891
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
34892
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
34931
+ * @param {String} opts.limit Number of entities to return. Maximum of 100. Deprecated in favour of pageSize
34932
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
34893
34933
  * @param {String} opts.name Filter by Name.
34894
34934
  * @param {Object} opts.coreLanguage Filter by core language.
34895
34935
  * @param {Boolean} opts.published Filter by published status.
@@ -35200,6 +35240,7 @@ class KnowledgeApi {
35200
35240
  * @param {String} knowledgeBaseId Knowledge base ID
35201
35241
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35202
35242
  * @param {Object} body
35243
+ * @deprecated
35203
35244
  */
35204
35245
  patchKnowledgeKnowledgebaseLanguageCategory(categoryId, knowledgeBaseId, languageCode, body) {
35205
35246
  // verify the required parameter 'categoryId' is set
@@ -35240,6 +35281,7 @@ class KnowledgeApi {
35240
35281
  * @param {String} knowledgeBaseId Knowledge base ID
35241
35282
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35242
35283
  * @param {Object} body
35284
+ * @deprecated
35243
35285
  */
35244
35286
  patchKnowledgeKnowledgebaseLanguageDocument(documentId, knowledgeBaseId, languageCode, body) {
35245
35287
  // verify the required parameter 'documentId' is set
@@ -35279,6 +35321,7 @@ class KnowledgeApi {
35279
35321
  * @param {String} knowledgeBaseId Knowledge base ID
35280
35322
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35281
35323
  * @param {Array.<Object>} body
35324
+ * @deprecated
35282
35325
  */
35283
35326
  patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
35284
35327
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35315,6 +35358,7 @@ class KnowledgeApi {
35315
35358
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35316
35359
  * @param {String} importId Import ID
35317
35360
  * @param {Object} body
35361
+ * @deprecated
35318
35362
  */
35319
35363
  patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId, languageCode, importId, body) {
35320
35364
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35782,6 +35826,7 @@ class KnowledgeApi {
35782
35826
  * @param {String} knowledgeBaseId Knowledge base ID
35783
35827
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35784
35828
  * @param {Object} body
35829
+ * @deprecated
35785
35830
  */
35786
35831
  postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId, languageCode, body) {
35787
35832
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35817,6 +35862,7 @@ class KnowledgeApi {
35817
35862
  * @param {String} knowledgeBaseId Knowledge base ID
35818
35863
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35819
35864
  * @param {Object} body
35865
+ * @deprecated
35820
35866
  */
35821
35867
  postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId, languageCode, body) {
35822
35868
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35852,6 +35898,7 @@ class KnowledgeApi {
35852
35898
  * @param {String} knowledgeBaseId Knowledge base ID
35853
35899
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35854
35900
  * @param {Object} body
35901
+ * @deprecated
35855
35902
  */
35856
35903
  postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId, languageCode, body) {
35857
35904
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35887,6 +35934,7 @@ class KnowledgeApi {
35887
35934
  * @param {String} knowledgeBaseId Knowledge base ID
35888
35935
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35889
35936
  * @param {String} trainingId Training ID
35937
+ * @deprecated
35890
35938
  */
35891
35939
  postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId, languageCode, trainingId) {
35892
35940
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35921,6 +35969,7 @@ class KnowledgeApi {
35921
35969
  *
35922
35970
  * @param {String} knowledgeBaseId Knowledge base ID
35923
35971
  * @param {Object} languageCode Language code, format: iso2-LOCALE
35972
+ * @deprecated
35924
35973
  */
35925
35974
  postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId, languageCode) {
35926
35975
  // verify the required parameter 'knowledgeBaseId' is set
@@ -35952,6 +36001,7 @@ class KnowledgeApi {
35952
36001
  * @param {String} knowledgeBaseId Knowledge base ID
35953
36002
  * @param {Object} opts Optional parameters
35954
36003
  * @param {Object} opts.body
36004
+ * @deprecated
35955
36005
  */
35956
36006
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
35957
36007
  opts = opts || {};
@@ -36006,7 +36056,7 @@ class LanguageUnderstandingApi {
36006
36056
  /**
36007
36057
  * LanguageUnderstanding service.
36008
36058
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
36009
- * @version 168.1.0
36059
+ * @version 169.0.0
36010
36060
  */
36011
36061
 
36012
36062
  /**
@@ -37019,7 +37069,7 @@ class LanguagesApi {
37019
37069
  /**
37020
37070
  * Languages service.
37021
37071
  * @module purecloud-platform-client-v2/api/LanguagesApi
37022
- * @version 168.1.0
37072
+ * @version 169.0.0
37023
37073
  */
37024
37074
 
37025
37075
  /**
@@ -37038,6 +37088,7 @@ class LanguagesApi {
37038
37088
  * Delete Language (Deprecated)
37039
37089
  * This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId})
37040
37090
  * @param {String} languageId Language ID
37091
+ * @deprecated
37041
37092
  */
37042
37093
  deleteLanguage(languageId) {
37043
37094
  // verify the required parameter 'languageId' is set
@@ -37063,6 +37114,7 @@ class LanguagesApi {
37063
37114
  * Get Language (Deprecated)
37064
37115
  * This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId})
37065
37116
  * @param {String} languageId Language ID
37117
+ * @deprecated
37066
37118
  */
37067
37119
  getLanguage(languageId) {
37068
37120
  // verify the required parameter 'languageId' is set
@@ -37092,6 +37144,7 @@ class LanguagesApi {
37092
37144
  * @param {Number} opts.pageNumber Page number (default to 1)
37093
37145
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
37094
37146
  * @param {String} opts.name Name
37147
+ * @deprecated
37095
37148
  */
37096
37149
  getLanguages(opts) {
37097
37150
  opts = opts || {};
@@ -37210,6 +37263,7 @@ class LanguagesApi {
37210
37263
  * Create Language (Deprecated)
37211
37264
  * This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages
37212
37265
  * @param {Object} body Language
37266
+ * @deprecated
37213
37267
  */
37214
37268
  postLanguages(body) {
37215
37269
  // verify the required parameter 'body' is set
@@ -37237,7 +37291,7 @@ class LearningApi {
37237
37291
  /**
37238
37292
  * Learning service.
37239
37293
  * @module purecloud-platform-client-v2/api/LearningApi
37240
- * @version 168.1.0
37294
+ * @version 169.0.0
37241
37295
  */
37242
37296
 
37243
37297
  /**
@@ -38052,7 +38106,7 @@ class LicenseApi {
38052
38106
  /**
38053
38107
  * License service.
38054
38108
  * @module purecloud-platform-client-v2/api/LicenseApi
38055
- * @version 168.1.0
38109
+ * @version 169.0.0
38056
38110
  */
38057
38111
 
38058
38112
  /**
@@ -38290,7 +38344,7 @@ class LocationsApi {
38290
38344
  /**
38291
38345
  * Locations service.
38292
38346
  * @module purecloud-platform-client-v2/api/LocationsApi
38293
- * @version 168.1.0
38347
+ * @version 169.0.0
38294
38348
  */
38295
38349
 
38296
38350
  /**
@@ -38526,7 +38580,7 @@ class MessagingApi {
38526
38580
  /**
38527
38581
  * Messaging service.
38528
38582
  * @module purecloud-platform-client-v2/api/MessagingApi
38529
- * @version 168.1.0
38583
+ * @version 169.0.0
38530
38584
  */
38531
38585
 
38532
38586
  /**
@@ -38543,8 +38597,9 @@ class MessagingApi {
38543
38597
 
38544
38598
  /**
38545
38599
  * Delete a supported content profile
38546
- *
38600
+ * Deprecated - use DELETE /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38547
38601
  * @param {String} supportedContentId Supported Content ID
38602
+ * @deprecated
38548
38603
  */
38549
38604
  deleteMessagingSupportedcontentSupportedContentId(supportedContentId) {
38550
38605
  // verify the required parameter 'supportedContentId' is set
@@ -38568,10 +38623,11 @@ class MessagingApi {
38568
38623
 
38569
38624
  /**
38570
38625
  * Get a list of Supported Content profiles
38571
- *
38626
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent as replacement
38572
38627
  * @param {Object} opts Optional parameters
38573
38628
  * @param {Number} opts.pageSize Page size (default to 25)
38574
38629
  * @param {Number} opts.pageNumber Page number (default to 1)
38630
+ * @deprecated
38575
38631
  */
38576
38632
  getMessagingSupportedcontent(opts) {
38577
38633
  opts = opts || {};
@@ -38593,8 +38649,9 @@ class MessagingApi {
38593
38649
 
38594
38650
  /**
38595
38651
  * Get a supported content profile
38596
- *
38652
+ * Deprecated - use GET /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38597
38653
  * @param {String} supportedContentId Supported Content ID
38654
+ * @deprecated
38598
38655
  */
38599
38656
  getMessagingSupportedcontentSupportedContentId(supportedContentId) {
38600
38657
  // verify the required parameter 'supportedContentId' is set
@@ -38618,9 +38675,10 @@ class MessagingApi {
38618
38675
 
38619
38676
  /**
38620
38677
  * Update a supported content profile
38621
- *
38678
+ * Deprecated - use PATCH /api/v2/conversations/messaging/supportedcontent/{supportedContentId} as replacement
38622
38679
  * @param {String} supportedContentId Supported Content ID
38623
38680
  * @param {Object} body SupportedContent
38681
+ * @deprecated
38624
38682
  */
38625
38683
  patchMessagingSupportedcontentSupportedContentId(supportedContentId, body) {
38626
38684
  // verify the required parameter 'supportedContentId' is set
@@ -38648,8 +38706,9 @@ class MessagingApi {
38648
38706
 
38649
38707
  /**
38650
38708
  * Create a Supported Content profile
38651
- *
38709
+ * Deprecated - use POST /api/v2/conversations/messaging/supportedcontent as replacement
38652
38710
  * @param {Object} body SupportedContent
38711
+ * @deprecated
38653
38712
  */
38654
38713
  postMessagingSupportedcontent(body) {
38655
38714
  // verify the required parameter 'body' is set
@@ -38677,7 +38736,7 @@ class MobileDevicesApi {
38677
38736
  /**
38678
38737
  * MobileDevices service.
38679
38738
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38680
- * @version 168.1.0
38739
+ * @version 169.0.0
38681
38740
  */
38682
38741
 
38683
38742
  /**
@@ -38828,7 +38887,7 @@ class NotificationsApi {
38828
38887
  /**
38829
38888
  * Notifications service.
38830
38889
  * @module purecloud-platform-client-v2/api/NotificationsApi
38831
- * @version 168.1.0
38890
+ * @version 169.0.0
38832
38891
  */
38833
38892
 
38834
38893
  /**
@@ -39061,7 +39120,7 @@ class OAuthApi {
39061
39120
  /**
39062
39121
  * OAuth service.
39063
39122
  * @module purecloud-platform-client-v2/api/OAuthApi
39064
- * @version 168.1.0
39123
+ * @version 169.0.0
39065
39124
  */
39066
39125
 
39067
39126
  /**
@@ -39427,7 +39486,7 @@ class ObjectsApi {
39427
39486
  /**
39428
39487
  * Objects service.
39429
39488
  * @module purecloud-platform-client-v2/api/ObjectsApi
39430
- * @version 168.1.0
39489
+ * @version 169.0.0
39431
39490
  */
39432
39491
 
39433
39492
  /**
@@ -39698,7 +39757,7 @@ class OrganizationApi {
39698
39757
  /**
39699
39758
  * Organization service.
39700
39759
  * @module purecloud-platform-client-v2/api/OrganizationApi
39701
- * @version 168.1.0
39760
+ * @version 169.0.0
39702
39761
  */
39703
39762
 
39704
39763
  /**
@@ -39717,6 +39776,7 @@ class OrganizationApi {
39717
39776
  * Fetch field config for an entity type
39718
39777
  *
39719
39778
  * @param {Object} type Field type
39779
+ * @deprecated
39720
39780
  */
39721
39781
  getFieldconfig(type) {
39722
39782
  // verify the required parameter 'type' is set
@@ -39739,9 +39799,30 @@ class OrganizationApi {
39739
39799
  }
39740
39800
 
39741
39801
  /**
39742
- * Get the list of domains that will be allowed to embed PureCloud applications
39802
+ * Gets the organization's settings
39743
39803
  *
39744
39804
  */
39805
+ getOrganizationsAuthenticationSettings() {
39806
+
39807
+ return this.apiClient.callApi(
39808
+ '/api/v2/organizations/authentication/settings',
39809
+ 'GET',
39810
+ { },
39811
+ { },
39812
+ { },
39813
+ { },
39814
+ null,
39815
+ ['PureCloud OAuth'],
39816
+ ['application/json'],
39817
+ ['application/json']
39818
+ );
39819
+ }
39820
+
39821
+ /**
39822
+ * Get the list of domains that will be allowed to embed PureCloud applications
39823
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39824
+ * @deprecated
39825
+ */
39745
39826
  getOrganizationsEmbeddedintegration() {
39746
39827
 
39747
39828
  return this.apiClient.callApi(
@@ -39760,7 +39841,8 @@ class OrganizationApi {
39760
39841
 
39761
39842
  /**
39762
39843
  * Get organization IP address whitelist settings
39763
- *
39844
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39845
+ * @deprecated
39764
39846
  */
39765
39847
  getOrganizationsIpaddressauthentication() {
39766
39848
 
@@ -39947,8 +40029,9 @@ class OrganizationApi {
39947
40029
  }
39948
40030
 
39949
40031
  /**
39950
- * Use PUT /api/v2/organizations/embeddedintegration instead
40032
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
39951
40033
  *
40034
+ * @deprecated
39952
40035
  */
39953
40036
  getOrganizationsWhitelist() {
39954
40037
 
@@ -39966,6 +40049,31 @@ class OrganizationApi {
39966
40049
  );
39967
40050
  }
39968
40051
 
40052
+ /**
40053
+ * Update the organization's settings
40054
+ *
40055
+ * @param {Object} body Org settings
40056
+ */
40057
+ patchOrganizationsAuthenticationSettings(body) {
40058
+ // verify the required parameter 'body' is set
40059
+ if (body === undefined || body === null) {
40060
+ throw 'Missing the required parameter "body" when calling patchOrganizationsAuthenticationSettings';
40061
+ }
40062
+
40063
+ return this.apiClient.callApi(
40064
+ '/api/v2/organizations/authentication/settings',
40065
+ 'PATCH',
40066
+ { },
40067
+ { },
40068
+ { },
40069
+ { },
40070
+ body,
40071
+ ['PureCloud OAuth'],
40072
+ ['application/json'],
40073
+ ['application/json']
40074
+ );
40075
+ }
40076
+
39969
40077
  /**
39970
40078
  * Update organization
39971
40079
  *
@@ -39998,8 +40106,9 @@ class OrganizationApi {
39998
40106
 
39999
40107
  /**
40000
40108
  * Update the list of domains that will be allowed to embed PureCloud applications
40001
- *
40109
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40002
40110
  * @param {Object} body Whitelist settings
40111
+ * @deprecated
40003
40112
  */
40004
40113
  putOrganizationsEmbeddedintegration(body) {
40005
40114
  // verify the required parameter 'body' is set
@@ -40023,8 +40132,9 @@ class OrganizationApi {
40023
40132
 
40024
40133
  /**
40025
40134
  * Update organization IP address whitelist settings
40026
- *
40135
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40027
40136
  * @param {Object} body IP address Whitelist settings
40137
+ * @deprecated
40028
40138
  */
40029
40139
  putOrganizationsIpaddressauthentication(body) {
40030
40140
  // verify the required parameter 'body' is set
@@ -40071,9 +40181,10 @@ class OrganizationApi {
40071
40181
  }
40072
40182
 
40073
40183
  /**
40074
- * Use PUT /api/v2/organizations/embeddedintegration instead
40184
+ * This route is deprecated, please use /api/v2/organizations/authentication/settings instead
40075
40185
  *
40076
40186
  * @param {Object} body Whitelist settings
40187
+ * @deprecated
40077
40188
  */
40078
40189
  putOrganizationsWhitelist(body) {
40079
40190
  // verify the required parameter 'body' is set
@@ -40101,7 +40212,7 @@ class OrganizationAuthorizationApi {
40101
40212
  /**
40102
40213
  * OrganizationAuthorization service.
40103
40214
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40104
- * @version 168.1.0
40215
+ * @version 169.0.0
40105
40216
  */
40106
40217
 
40107
40218
  /**
@@ -41396,7 +41507,7 @@ class OutboundApi {
41396
41507
  /**
41397
41508
  * Outbound service.
41398
41509
  * @module purecloud-platform-client-v2/api/OutboundApi
41399
- * @version 168.1.0
41510
+ * @version 169.0.0
41400
41511
  */
41401
41512
 
41402
41513
  /**
@@ -43881,6 +43992,7 @@ class OutboundApi {
43881
43992
  * This endpoint is deprecated and may have unexpected results. Please use "/conversations/{conversationId}/participants/{participantId}/callbacks instead."
43882
43993
  * @param {String} campaignId Campaign ID
43883
43994
  * @param {Object} body ContactCallbackRequest
43995
+ * @deprecated
43884
43996
  */
43885
43997
  postOutboundCampaignCallbackSchedule(campaignId, body) {
43886
43998
  // verify the required parameter 'campaignId' is set
@@ -45017,7 +45129,7 @@ class PresenceApi {
45017
45129
  /**
45018
45130
  * Presence service.
45019
45131
  * @module purecloud-platform-client-v2/api/PresenceApi
45020
- * @version 168.1.0
45132
+ * @version 169.0.0
45021
45133
  */
45022
45134
 
45023
45135
  /**
@@ -45568,7 +45680,7 @@ class ProcessAutomationApi {
45568
45680
  /**
45569
45681
  * ProcessAutomation service.
45570
45682
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45571
- * @version 168.1.0
45683
+ * @version 169.0.0
45572
45684
  */
45573
45685
 
45574
45686
  /**
@@ -45807,7 +45919,7 @@ class QualityApi {
45807
45919
  /**
45808
45920
  * Quality service.
45809
45921
  * @module purecloud-platform-client-v2/api/QualityApi
45810
- * @version 168.1.0
45922
+ * @version 169.0.0
45811
45923
  */
45812
45924
 
45813
45925
  /**
@@ -45890,6 +46002,7 @@ class QualityApi {
45890
46002
  * Delete an evaluation form.
45891
46003
  *
45892
46004
  * @param {String} formId Form ID
46005
+ * @deprecated
45893
46006
  */
45894
46007
  deleteQualityForm(formId) {
45895
46008
  // verify the required parameter 'formId' is set
@@ -46258,6 +46371,7 @@ class QualityApi {
46258
46371
  * Get an evaluation form
46259
46372
  *
46260
46373
  * @param {String} formId Form ID
46374
+ * @deprecated
46261
46375
  */
46262
46376
  getQualityForm(formId) {
46263
46377
  // verify the required parameter 'formId' is set
@@ -46286,6 +46400,7 @@ class QualityApi {
46286
46400
  * @param {Object} opts Optional parameters
46287
46401
  * @param {Number} opts.pageSize Page size (default to 25)
46288
46402
  * @param {Number} opts.pageNumber Page number (default to 1)
46403
+ * @deprecated
46289
46404
  */
46290
46405
  getQualityFormVersions(formId, opts) {
46291
46406
  opts = opts || {};
@@ -46321,6 +46436,7 @@ class QualityApi {
46321
46436
  * @param {Object} opts.expand If 'expand=publishHistory', then each unpublished evaluation form includes a listing of its published versions
46322
46437
  * @param {String} opts.name Name
46323
46438
  * @param {String} opts.sortOrder Order to sort results, either asc or desc
46439
+ * @deprecated
46324
46440
  */
46325
46441
  getQualityForms(opts) {
46326
46442
  opts = opts || {};
@@ -46596,6 +46712,7 @@ class QualityApi {
46596
46712
  * Get the published evaluation forms.
46597
46713
  *
46598
46714
  * @param {String} formId Form ID
46715
+ * @deprecated
46599
46716
  */
46600
46717
  getQualityPublishedform(formId) {
46601
46718
  // verify the required parameter 'formId' is set
@@ -46625,6 +46742,7 @@ class QualityApi {
46625
46742
  * @param {Number} opts.pageNumber Page number (default to 1)
46626
46743
  * @param {String} opts.name Name
46627
46744
  * @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
46745
+ * @deprecated
46628
46746
  */
46629
46747
  getQualityPublishedforms(opts) {
46630
46748
  opts = opts || {};
@@ -47020,6 +47138,7 @@ class QualityApi {
47020
47138
  * Create an evaluation form.
47021
47139
  *
47022
47140
  * @param {Object} body Evaluation form
47141
+ * @deprecated
47023
47142
  */
47024
47143
  postQualityForms(body) {
47025
47144
  // verify the required parameter 'body' is set
@@ -47095,6 +47214,7 @@ class QualityApi {
47095
47214
  * Publish an evaluation form.
47096
47215
  *
47097
47216
  * @param {Object} body Publish request containing id of form to publish
47217
+ * @deprecated
47098
47218
  */
47099
47219
  postQualityPublishedforms(body) {
47100
47220
  // verify the required parameter 'body' is set
@@ -47265,6 +47385,7 @@ class QualityApi {
47265
47385
  *
47266
47386
  * @param {String} formId Form ID
47267
47387
  * @param {Object} body Evaluation form
47388
+ * @deprecated
47268
47389
  */
47269
47390
  putQualityForm(formId, body) {
47270
47391
  // verify the required parameter 'formId' is set
@@ -47386,7 +47507,7 @@ class RecordingApi {
47386
47507
  /**
47387
47508
  * Recording service.
47388
47509
  * @module purecloud-platform-client-v2/api/RecordingApi
47389
- * @version 168.1.0
47510
+ * @version 169.0.0
47390
47511
  */
47391
47512
 
47392
47513
  /**
@@ -49023,7 +49144,7 @@ class ResponseManagementApi {
49023
49144
  /**
49024
49145
  * ResponseManagement service.
49025
49146
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49026
- * @version 168.1.0
49147
+ * @version 169.0.0
49027
49148
  */
49028
49149
 
49029
49150
  /**
@@ -49508,7 +49629,7 @@ class RoutingApi {
49508
49629
  /**
49509
49630
  * Routing service.
49510
49631
  * @module purecloud-platform-client-v2/api/RoutingApi
49511
- * @version 168.1.0
49632
+ * @version 169.0.0
49512
49633
  */
49513
49634
 
49514
49635
  /**
@@ -49742,6 +49863,7 @@ class RoutingApi {
49742
49863
  *
49743
49864
  * @param {String} queueId Queue ID
49744
49865
  * @param {String} memberId Member ID
49866
+ * @deprecated
49745
49867
  */
49746
49868
  deleteRoutingQueueUser(queueId, memberId) {
49747
49869
  // verify the required parameter 'queueId' is set
@@ -50833,6 +50955,7 @@ class RoutingApi {
50833
50955
  * @param {Array.<String>} opts.languages Filter by language
50834
50956
  * @param {Array.<String>} opts.routingStatus Filter by routing status
50835
50957
  * @param {Array.<String>} opts.presence Filter by presence
50958
+ * @deprecated
50836
50959
  */
50837
50960
  getRoutingQueueUsers(queueId, opts) {
50838
50961
  opts = opts || {};
@@ -51790,6 +51913,7 @@ class RoutingApi {
51790
51913
  * @param {String} queueId Queue ID
51791
51914
  * @param {String} memberId Member ID
51792
51915
  * @param {Object} body Queue Member
51916
+ * @deprecated
51793
51917
  */
51794
51918
  patchRoutingQueueUser(queueId, memberId, body) {
51795
51919
  // verify the required parameter 'queueId' is set
@@ -51824,6 +51948,7 @@ class RoutingApi {
51824
51948
  *
51825
51949
  * @param {String} queueId Queue ID
51826
51950
  * @param {Array.<Object>} body Queue Members
51951
+ * @deprecated
51827
51952
  */
51828
51953
  patchRoutingQueueUsers(queueId, body) {
51829
51954
  // verify the required parameter 'queueId' is set
@@ -52365,6 +52490,7 @@ class RoutingApi {
52365
52490
  * @param {Array.<Object>} body Queue Members
52366
52491
  * @param {Object} opts Optional parameters
52367
52492
  * @param {Boolean} opts._delete True to delete queue members (default to false)
52493
+ * @deprecated
52368
52494
  */
52369
52495
  postRoutingQueueUsers(queueId, body, opts) {
52370
52496
  opts = opts || {};
@@ -53017,7 +53143,7 @@ class SCIMApi {
53017
53143
  /**
53018
53144
  * SCIM service.
53019
53145
  * @module purecloud-platform-client-v2/api/SCIMApi
53020
- * @version 168.1.0
53146
+ * @version 169.0.0
53021
53147
  */
53022
53148
 
53023
53149
  /**
@@ -53894,7 +54020,7 @@ class ScriptsApi {
53894
54020
  /**
53895
54021
  * Scripts service.
53896
54022
  * @module purecloud-platform-client-v2/api/ScriptsApi
53897
- * @version 168.1.0
54023
+ * @version 169.0.0
53898
54024
  */
53899
54025
 
53900
54026
  /**
@@ -54313,7 +54439,7 @@ class SearchApi {
54313
54439
  /**
54314
54440
  * Search service.
54315
54441
  * @module purecloud-platform-client-v2/api/SearchApi
54316
- * @version 168.1.0
54442
+ * @version 169.0.0
54317
54443
  */
54318
54444
 
54319
54445
  /**
@@ -54686,6 +54812,7 @@ class SearchApi {
54686
54812
  * @param {String} knowledgeBaseId Knowledge base ID
54687
54813
  * @param {Object} opts Optional parameters
54688
54814
  * @param {Object} opts.body
54815
+ * @deprecated
54689
54816
  */
54690
54817
  postKnowledgeKnowledgebaseSearch(knowledgeBaseId, opts) {
54691
54818
  opts = opts || {};
@@ -54923,7 +55050,7 @@ class SpeechTextAnalyticsApi {
54923
55050
  /**
54924
55051
  * SpeechTextAnalytics service.
54925
55052
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54926
- * @version 168.1.0
55053
+ * @version 169.0.0
54927
55054
  */
54928
55055
 
54929
55056
  /**
@@ -55476,6 +55603,30 @@ class SpeechTextAnalyticsApi {
55476
55603
  );
55477
55604
  }
55478
55605
 
55606
+ /**
55607
+ * Get the list of general topics from the org and the system with their current status
55608
+ *
55609
+ * @param {Object} opts Optional parameters
55610
+ * @param {Object} opts.dialect The dialect of the general topics, dialect format is {language}-{country} where language follows ISO 639-1 standard and country follows ISO 3166-1 alpha 2 standard
55611
+ */
55612
+ getSpeechandtextanalyticsTopicsGeneralStatus(opts) {
55613
+ opts = opts || {};
55614
+
55615
+
55616
+ return this.apiClient.callApi(
55617
+ '/api/v2/speechandtextanalytics/topics/general/status',
55618
+ 'GET',
55619
+ { },
55620
+ { 'dialect': opts['dialect'] },
55621
+ { },
55622
+ { },
55623
+ null,
55624
+ ['PureCloud OAuth'],
55625
+ ['application/json'],
55626
+ ['application/json']
55627
+ );
55628
+ }
55629
+
55479
55630
  /**
55480
55631
  * Get a Speech and Text Analytics publish topics job by id
55481
55632
  *
@@ -55852,7 +56003,7 @@ class StationsApi {
55852
56003
  /**
55853
56004
  * Stations service.
55854
56005
  * @module purecloud-platform-client-v2/api/StationsApi
55855
- * @version 168.1.0
56006
+ * @version 169.0.0
55856
56007
  */
55857
56008
 
55858
56009
  /**
@@ -55954,7 +56105,7 @@ class SuggestApi {
55954
56105
  /**
55955
56106
  * Suggest service.
55956
56107
  * @module purecloud-platform-client-v2/api/SuggestApi
55957
- * @version 168.1.0
56108
+ * @version 169.0.0
55958
56109
  */
55959
56110
 
55960
56111
  /**
@@ -56093,7 +56244,7 @@ class TeamsApi {
56093
56244
  /**
56094
56245
  * Teams service.
56095
56246
  * @module purecloud-platform-client-v2/api/TeamsApi
56096
- * @version 168.1.0
56247
+ * @version 169.0.0
56097
56248
  */
56098
56249
 
56099
56250
  /**
@@ -56364,7 +56515,7 @@ class TelephonyApi {
56364
56515
  /**
56365
56516
  * Telephony service.
56366
56517
  * @module purecloud-platform-client-v2/api/TelephonyApi
56367
- * @version 168.1.0
56518
+ * @version 169.0.0
56368
56519
  */
56369
56520
 
56370
56521
  /**
@@ -56492,7 +56643,7 @@ class TelephonyProvidersEdgeApi {
56492
56643
  /**
56493
56644
  * TelephonyProvidersEdge service.
56494
56645
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
56495
- * @version 168.1.0
56646
+ * @version 169.0.0
56496
56647
  */
56497
56648
 
56498
56649
  /**
@@ -57886,6 +58037,7 @@ class TelephonyProvidersEdgeApi {
57886
58037
  * Get outbound route
57887
58038
  * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
57888
58039
  * @param {String} outboundRouteId Outbound route ID
58040
+ * @deprecated
57889
58041
  */
57890
58042
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
57891
58043
  // verify the required parameter 'outboundRouteId' is set
@@ -59692,7 +59844,7 @@ class TextbotsApi {
59692
59844
  /**
59693
59845
  * Textbots service.
59694
59846
  * @module purecloud-platform-client-v2/api/TextbotsApi
59695
- * @version 168.1.0
59847
+ * @version 169.0.0
59696
59848
  */
59697
59849
 
59698
59850
  /**
@@ -59820,7 +59972,7 @@ class TokensApi {
59820
59972
  /**
59821
59973
  * Tokens service.
59822
59974
  * @module purecloud-platform-client-v2/api/TokensApi
59823
- * @version 168.1.0
59975
+ * @version 169.0.0
59824
59976
  */
59825
59977
 
59826
59978
  /**
@@ -59926,7 +60078,7 @@ class UploadsApi {
59926
60078
  /**
59927
60079
  * Uploads service.
59928
60080
  * @module purecloud-platform-client-v2/api/UploadsApi
59929
- * @version 168.1.0
60081
+ * @version 169.0.0
59930
60082
  */
59931
60083
 
59932
60084
  /**
@@ -60102,7 +60254,7 @@ class UsageApi {
60102
60254
  /**
60103
60255
  * Usage service.
60104
60256
  * @module purecloud-platform-client-v2/api/UsageApi
60105
- * @version 168.1.0
60257
+ * @version 169.0.0
60106
60258
  */
60107
60259
 
60108
60260
  /**
@@ -60201,6 +60353,31 @@ class UsageApi {
60201
60353
  );
60202
60354
  }
60203
60355
 
60356
+ /**
60357
+ * Get the results of a usage search
60358
+ *
60359
+ * @param {String} executionId ID of the search execution
60360
+ */
60361
+ getUsageSimplesearchExecutionIdResults(executionId) {
60362
+ // verify the required parameter 'executionId' is set
60363
+ if (executionId === undefined || executionId === null) {
60364
+ throw 'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';
60365
+ }
60366
+
60367
+ return this.apiClient.callApi(
60368
+ '/api/v2/usage/simplesearch/{executionId}/results',
60369
+ 'GET',
60370
+ { 'executionId': executionId },
60371
+ { },
60372
+ { },
60373
+ { },
60374
+ null,
60375
+ ['PureCloud OAuth'],
60376
+ ['application/json'],
60377
+ ['application/json']
60378
+ );
60379
+ }
60380
+
60204
60381
  /**
60205
60382
  * Query for OAuth client API usage
60206
60383
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
@@ -60256,13 +60433,38 @@ class UsageApi {
60256
60433
  );
60257
60434
  }
60258
60435
 
60436
+ /**
60437
+ * Search organization API Usage -
60438
+ * After calling this method, you will then need to poll for the query results based on the returned execution Id
60439
+ * @param {Object} body SimpleSearch
60440
+ */
60441
+ postUsageSimplesearch(body) {
60442
+ // verify the required parameter 'body' is set
60443
+ if (body === undefined || body === null) {
60444
+ throw 'Missing the required parameter "body" when calling postUsageSimplesearch';
60445
+ }
60446
+
60447
+ return this.apiClient.callApi(
60448
+ '/api/v2/usage/simplesearch',
60449
+ 'POST',
60450
+ { },
60451
+ { },
60452
+ { },
60453
+ { },
60454
+ body,
60455
+ ['PureCloud OAuth'],
60456
+ ['application/json'],
60457
+ ['application/json']
60458
+ );
60459
+ }
60460
+
60259
60461
  }
60260
60462
 
60261
60463
  class UserRecordingsApi {
60262
60464
  /**
60263
60465
  * UserRecordings service.
60264
60466
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
60265
- * @version 168.1.0
60467
+ * @version 169.0.0
60266
60468
  */
60267
60469
 
60268
60470
  /**
@@ -60447,7 +60649,7 @@ class UsersApi {
60447
60649
  /**
60448
60650
  * Users service.
60449
60651
  * @module purecloud-platform-client-v2/api/UsersApi
60450
- * @version 168.1.0
60652
+ * @version 169.0.0
60451
60653
  */
60452
60654
 
60453
60655
  /**
@@ -60763,6 +60965,7 @@ class UsersApi {
60763
60965
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
60764
60966
  * @param {Object} opts Optional parameters
60765
60967
  * @param {String} opts.name Search term to filter by division name
60968
+ * @deprecated
60766
60969
  */
60767
60970
  getAuthorizationDivisionspermittedMe(permission, opts) {
60768
60971
  opts = opts || {};
@@ -60824,6 +61027,7 @@ class UsersApi {
60824
61027
  * @param {Object} opts Optional parameters
60825
61028
  * @param {Number} opts.pageNumber Page number (default to 1)
60826
61029
  * @param {Number} opts.pageSize Page size (default to 25)
61030
+ * @deprecated
60827
61031
  */
60828
61032
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
60829
61033
  opts = opts || {};
@@ -60900,6 +61104,7 @@ class UsersApi {
60900
61104
  * Fetch field config for an entity type
60901
61105
  *
60902
61106
  * @param {Object} type Field type
61107
+ * @deprecated
60903
61108
  */
60904
61109
  getFieldconfig(type) {
60905
61110
  // verify the required parameter 'type' is set
@@ -60932,6 +61137,7 @@ class UsersApi {
60932
61137
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
60933
61138
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
60934
61139
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for users instead of their defaults. This parameter will only be used when presence is provided as an expand.
61140
+ * @deprecated
60935
61141
  */
60936
61142
  getProfilesUsers(opts) {
60937
61143
  opts = opts || {};
@@ -61099,6 +61305,7 @@ class UsersApi {
61099
61305
  * @param {Number} opts.pageNumber Page number (default to 1)
61100
61306
  * @param {String} opts.sortOrder Sort order (default to ASC)
61101
61307
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
61308
+ * @deprecated
61102
61309
  */
61103
61310
  getUserFavorites(userId, opts) {
61104
61311
  opts = opts || {};
@@ -61184,6 +61391,7 @@ class UsersApi {
61184
61391
  * @param {Object} opts Optional parameters
61185
61392
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
61186
61393
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for a user instead of their default.
61394
+ * @deprecated
61187
61395
  */
61188
61396
  getUserProfile(userId, opts) {
61189
61397
  opts = opts || {};
@@ -62837,7 +63045,7 @@ class UtilitiesApi {
62837
63045
  /**
62838
63046
  * Utilities service.
62839
63047
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62840
- * @version 168.1.0
63048
+ * @version 169.0.0
62841
63049
  */
62842
63050
 
62843
63051
  /**
@@ -62948,7 +63156,7 @@ class VoicemailApi {
62948
63156
  /**
62949
63157
  * Voicemail service.
62950
63158
  * @module purecloud-platform-client-v2/api/VoicemailApi
62951
- * @version 168.1.0
63159
+ * @version 169.0.0
62952
63160
  */
62953
63161
 
62954
63162
  /**
@@ -63615,7 +63823,7 @@ class WebChatApi {
63615
63823
  /**
63616
63824
  * WebChat service.
63617
63825
  * @module purecloud-platform-client-v2/api/WebChatApi
63618
- * @version 168.1.0
63826
+ * @version 169.0.0
63619
63827
  */
63620
63828
 
63621
63829
  /**
@@ -63634,6 +63842,7 @@ class WebChatApi {
63634
63842
  * Delete a WebChat deployment
63635
63843
  *
63636
63844
  * @param {String} deploymentId Deployment Id
63845
+ * @deprecated
63637
63846
  */
63638
63847
  deleteWebchatDeployment(deploymentId) {
63639
63848
  // verify the required parameter 'deploymentId' is set
@@ -63709,6 +63918,7 @@ class WebChatApi {
63709
63918
  * Get a WebChat deployment
63710
63919
  *
63711
63920
  * @param {String} deploymentId Deployment Id
63921
+ * @deprecated
63712
63922
  */
63713
63923
  getWebchatDeployment(deploymentId) {
63714
63924
  // verify the required parameter 'deploymentId' is set
@@ -63733,6 +63943,7 @@ class WebChatApi {
63733
63943
  /**
63734
63944
  * List WebChat deployments
63735
63945
  *
63946
+ * @deprecated
63736
63947
  */
63737
63948
  getWebchatDeployments() {
63738
63949
 
@@ -63987,6 +64198,7 @@ class WebChatApi {
63987
64198
  * Create WebChat deployment
63988
64199
  *
63989
64200
  * @param {Object} body Deployment
64201
+ * @deprecated
63990
64202
  */
63991
64203
  postWebchatDeployments(body) {
63992
64204
  // verify the required parameter 'body' is set
@@ -64103,6 +64315,7 @@ class WebChatApi {
64103
64315
  *
64104
64316
  * @param {String} deploymentId Deployment Id
64105
64317
  * @param {Object} body Deployment
64318
+ * @deprecated
64106
64319
  */
64107
64320
  putWebchatDeployment(deploymentId, body) {
64108
64321
  // verify the required parameter 'deploymentId' is set
@@ -64159,7 +64372,7 @@ class WebDeploymentsApi {
64159
64372
  /**
64160
64373
  * WebDeployments service.
64161
64374
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
64162
- * @version 168.1.0
64375
+ * @version 169.0.0
64163
64376
  */
64164
64377
 
64165
64378
  /**
@@ -64681,7 +64894,7 @@ class WebMessagingApi {
64681
64894
  /**
64682
64895
  * WebMessaging service.
64683
64896
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64684
- * @version 168.1.0
64897
+ * @version 169.0.0
64685
64898
  */
64686
64899
 
64687
64900
  /**
@@ -64727,7 +64940,7 @@ class WidgetsApi {
64727
64940
  /**
64728
64941
  * Widgets service.
64729
64942
  * @module purecloud-platform-client-v2/api/WidgetsApi
64730
- * @version 168.1.0
64943
+ * @version 169.0.0
64731
64944
  */
64732
64945
 
64733
64946
  /**
@@ -64873,7 +65086,7 @@ class WorkforceManagementApi {
64873
65086
  /**
64874
65087
  * WorkforceManagement service.
64875
65088
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64876
- * @version 168.1.0
65089
+ * @version 169.0.0
64877
65090
  */
64878
65091
 
64879
65092
  /**
@@ -66415,6 +66628,7 @@ class WorkforceManagementApi {
66415
66628
  * Get activity codes
66416
66629
  *
66417
66630
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
66631
+ * @deprecated
66418
66632
  */
66419
66633
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId) {
66420
66634
  // verify the required parameter 'managementUnitId' is set
@@ -66827,6 +67041,7 @@ class WorkforceManagementApi {
66827
67041
  * @param {Object} opts Optional parameters
66828
67042
  * @param {Object} opts.expand Which fields, if any, to expand
66829
67043
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
67044
+ * @deprecated
66830
67045
  */
66831
67046
  getWorkforcemanagementManagementunitWeekSchedule(managementUnitId, weekId, scheduleId, opts) {
66832
67047
  opts = opts || {};
@@ -66867,6 +67082,7 @@ class WorkforceManagementApi {
66867
67082
  * @param {Boolean} opts.includeOnlyPublished Return only published schedules
66868
67083
  * @param {String} opts.earliestWeekDate The start date of the earliest week to query in yyyy-MM-dd format
66869
67084
  * @param {String} opts.latestWeekDate The start date of the latest week to query in yyyy-MM-dd format
67085
+ * @deprecated
66870
67086
  */
66871
67087
  getWorkforcemanagementManagementunitWeekSchedules(managementUnitId, weekId, opts) {
66872
67088
  opts = opts || {};
@@ -68825,6 +69041,7 @@ class WorkforceManagementApi {
68825
69041
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
68826
69042
  * @param {Object} opts Optional parameters
68827
69043
  * @param {Object} opts.body body
69044
+ * @deprecated
68828
69045
  */
68829
69046
  postWorkforcemanagementManagementunitSchedulesSearch(managementUnitId, opts) {
68830
69047
  opts = opts || {};
@@ -69485,6 +69702,7 @@ class WorkforceManagementApi {
69485
69702
  *
69486
69703
  * @param {Object} opts Optional parameters
69487
69704
  * @param {Object} opts.body body
69705
+ * @deprecated
69488
69706
  */
69489
69707
  postWorkforcemanagementSchedules(opts) {
69490
69708
  opts = opts || {};
@@ -69675,7 +69893,7 @@ class WorkforceManagementApi {
69675
69893
  * </pre>
69676
69894
  * </p>
69677
69895
  * @module purecloud-platform-client-v2/index
69678
- * @version 168.1.0
69896
+ * @version 169.0.0
69679
69897
  */
69680
69898
  class platformClient {
69681
69899
  constructor() {
@@ -70045,4 +70263,4 @@ var index = new platformClient();
70045
70263
  module.exports = index;
70046
70264
 
70047
70265
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
70048
- },{"axios":8,"buffer":3,"os":5,"path":6,"qs":50}]},{},[]);
70266
+ },{"axios":8,"buffer":3,"os":5,"path":6,"qs":51}]},{},[]);