purecloud-platform-client-v2 168.0.0 → 168.2.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 -2
  2. package/dist/node/purecloud-platform-client-v2.js +181 -75
  3. package/dist/web-amd/purecloud-platform-client-v2.js +181 -75
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +181 -75
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +229 -102
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +315 -257
  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 +2 -2
  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 +2 -2
  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 +2 -2
  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 +5 -2
  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 +2 -2
  60. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -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 +2 -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 +70 -7
  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.0.0
9339
+ * @version 168.2.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.0.0
10418
+ * @version 168.2.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.0.0
10732
+ * @version 168.2.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.0.0
11986
+ * @version 168.2.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.0.0
15034
+ * @version 168.2.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.0.0
15205
+ * @version 168.2.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.0.0
16436
+ * @version 168.2.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.0.0
16516
+ * @version 168.2.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.0.0
16586
+ * @version 168.2.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.0.0
16750
+ * @version 168.2.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.0.0
17327
+ * @version 168.2.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.0.0
18468
+ * @version 168.2.0
18442
18469
  */
18443
18470
 
18444
18471
  /**
@@ -24529,7 +24556,7 @@ class DataExtensionsApi {
24529
24556
  /**
24530
24557
  * DataExtensions service.
24531
24558
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
24532
- * @version 168.0.0
24559
+ * @version 168.2.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.0.0
24645
+ * @version 168.2.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.0.0
24697
+ * @version 168.2.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.0.0
24793
+ * @version 168.2.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.0.0
26751
+ * @version 168.2.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.0.0
26922
+ * @version 168.2.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.0.0
26993
+ * @version 168.2.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.0.0
29079
+ * @version 168.2.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.0.0
29209
+ * @version 168.2.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.0.0
29340
+ * @version 168.2.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.0.0
29795
+ * @version 168.2.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.0.0
30204
+ * @version 168.2.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.0.0
30960
+ * @version 168.2.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.0.0
31127
+ * @version 168.2.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.0.0
32727
+ * @version 168.2.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.0.0
33607
+ * @version 168.2.0
33578
33608
  */
33579
33609
 
33580
33610
  /**
@@ -36006,7 +36036,7 @@ class LanguageUnderstandingApi {
36006
36036
  /**
36007
36037
  * LanguageUnderstanding service.
36008
36038
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
36009
- * @version 168.0.0
36039
+ * @version 168.2.0
36010
36040
  */
36011
36041
 
36012
36042
  /**
@@ -37019,7 +37049,7 @@ class LanguagesApi {
37019
37049
  /**
37020
37050
  * Languages service.
37021
37051
  * @module purecloud-platform-client-v2/api/LanguagesApi
37022
- * @version 168.0.0
37052
+ * @version 168.2.0
37023
37053
  */
37024
37054
 
37025
37055
  /**
@@ -37038,6 +37068,7 @@ class LanguagesApi {
37038
37068
  * Delete Language (Deprecated)
37039
37069
  * This endpoint is deprecated. Please see the Routing API (DELETE /api/v2/routing/languages/{languageId})
37040
37070
  * @param {String} languageId Language ID
37071
+ * @deprecated
37041
37072
  */
37042
37073
  deleteLanguage(languageId) {
37043
37074
  // verify the required parameter 'languageId' is set
@@ -37063,6 +37094,7 @@ class LanguagesApi {
37063
37094
  * Get Language (Deprecated)
37064
37095
  * This endpoint is deprecated. Please see the Routing API (GET /api/v2/routing/languages/{languageId})
37065
37096
  * @param {String} languageId Language ID
37097
+ * @deprecated
37066
37098
  */
37067
37099
  getLanguage(languageId) {
37068
37100
  // verify the required parameter 'languageId' is set
@@ -37092,6 +37124,7 @@ class LanguagesApi {
37092
37124
  * @param {Number} opts.pageNumber Page number (default to 1)
37093
37125
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
37094
37126
  * @param {String} opts.name Name
37127
+ * @deprecated
37095
37128
  */
37096
37129
  getLanguages(opts) {
37097
37130
  opts = opts || {};
@@ -37210,6 +37243,7 @@ class LanguagesApi {
37210
37243
  * Create Language (Deprecated)
37211
37244
  * This endpoint is deprecated. Please see the Routing API. (POST /api/v2/routing/languages
37212
37245
  * @param {Object} body Language
37246
+ * @deprecated
37213
37247
  */
37214
37248
  postLanguages(body) {
37215
37249
  // verify the required parameter 'body' is set
@@ -37237,7 +37271,7 @@ class LearningApi {
37237
37271
  /**
37238
37272
  * Learning service.
37239
37273
  * @module purecloud-platform-client-v2/api/LearningApi
37240
- * @version 168.0.0
37274
+ * @version 168.2.0
37241
37275
  */
37242
37276
 
37243
37277
  /**
@@ -38052,7 +38086,7 @@ class LicenseApi {
38052
38086
  /**
38053
38087
  * License service.
38054
38088
  * @module purecloud-platform-client-v2/api/LicenseApi
38055
- * @version 168.0.0
38089
+ * @version 168.2.0
38056
38090
  */
38057
38091
 
38058
38092
  /**
@@ -38290,7 +38324,7 @@ class LocationsApi {
38290
38324
  /**
38291
38325
  * Locations service.
38292
38326
  * @module purecloud-platform-client-v2/api/LocationsApi
38293
- * @version 168.0.0
38327
+ * @version 168.2.0
38294
38328
  */
38295
38329
 
38296
38330
  /**
@@ -38526,7 +38560,7 @@ class MessagingApi {
38526
38560
  /**
38527
38561
  * Messaging service.
38528
38562
  * @module purecloud-platform-client-v2/api/MessagingApi
38529
- * @version 168.0.0
38563
+ * @version 168.2.0
38530
38564
  */
38531
38565
 
38532
38566
  /**
@@ -38677,7 +38711,7 @@ class MobileDevicesApi {
38677
38711
  /**
38678
38712
  * MobileDevices service.
38679
38713
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
38680
- * @version 168.0.0
38714
+ * @version 168.2.0
38681
38715
  */
38682
38716
 
38683
38717
  /**
@@ -38828,7 +38862,7 @@ class NotificationsApi {
38828
38862
  /**
38829
38863
  * Notifications service.
38830
38864
  * @module purecloud-platform-client-v2/api/NotificationsApi
38831
- * @version 168.0.0
38865
+ * @version 168.2.0
38832
38866
  */
38833
38867
 
38834
38868
  /**
@@ -39061,7 +39095,7 @@ class OAuthApi {
39061
39095
  /**
39062
39096
  * OAuth service.
39063
39097
  * @module purecloud-platform-client-v2/api/OAuthApi
39064
- * @version 168.0.0
39098
+ * @version 168.2.0
39065
39099
  */
39066
39100
 
39067
39101
  /**
@@ -39427,7 +39461,7 @@ class ObjectsApi {
39427
39461
  /**
39428
39462
  * Objects service.
39429
39463
  * @module purecloud-platform-client-v2/api/ObjectsApi
39430
- * @version 168.0.0
39464
+ * @version 168.2.0
39431
39465
  */
39432
39466
 
39433
39467
  /**
@@ -39698,7 +39732,7 @@ class OrganizationApi {
39698
39732
  /**
39699
39733
  * Organization service.
39700
39734
  * @module purecloud-platform-client-v2/api/OrganizationApi
39701
- * @version 168.0.0
39735
+ * @version 168.2.0
39702
39736
  */
39703
39737
 
39704
39738
  /**
@@ -39717,6 +39751,7 @@ class OrganizationApi {
39717
39751
  * Fetch field config for an entity type
39718
39752
  *
39719
39753
  * @param {Object} type Field type
39754
+ * @deprecated
39720
39755
  */
39721
39756
  getFieldconfig(type) {
39722
39757
  // verify the required parameter 'type' is set
@@ -39949,6 +39984,7 @@ class OrganizationApi {
39949
39984
  /**
39950
39985
  * Use PUT /api/v2/organizations/embeddedintegration instead
39951
39986
  *
39987
+ * @deprecated
39952
39988
  */
39953
39989
  getOrganizationsWhitelist() {
39954
39990
 
@@ -40074,6 +40110,7 @@ class OrganizationApi {
40074
40110
  * Use PUT /api/v2/organizations/embeddedintegration instead
40075
40111
  *
40076
40112
  * @param {Object} body Whitelist settings
40113
+ * @deprecated
40077
40114
  */
40078
40115
  putOrganizationsWhitelist(body) {
40079
40116
  // verify the required parameter 'body' is set
@@ -40101,7 +40138,7 @@ class OrganizationAuthorizationApi {
40101
40138
  /**
40102
40139
  * OrganizationAuthorization service.
40103
40140
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
40104
- * @version 168.0.0
40141
+ * @version 168.2.0
40105
40142
  */
40106
40143
 
40107
40144
  /**
@@ -41396,7 +41433,7 @@ class OutboundApi {
41396
41433
  /**
41397
41434
  * Outbound service.
41398
41435
  * @module purecloud-platform-client-v2/api/OutboundApi
41399
- * @version 168.0.0
41436
+ * @version 168.2.0
41400
41437
  */
41401
41438
 
41402
41439
  /**
@@ -43881,6 +43918,7 @@ class OutboundApi {
43881
43918
  * This endpoint is deprecated and may have unexpected results. Please use "/conversations/{conversationId}/participants/{participantId}/callbacks instead."
43882
43919
  * @param {String} campaignId Campaign ID
43883
43920
  * @param {Object} body ContactCallbackRequest
43921
+ * @deprecated
43884
43922
  */
43885
43923
  postOutboundCampaignCallbackSchedule(campaignId, body) {
43886
43924
  // verify the required parameter 'campaignId' is set
@@ -45017,7 +45055,7 @@ class PresenceApi {
45017
45055
  /**
45018
45056
  * Presence service.
45019
45057
  * @module purecloud-platform-client-v2/api/PresenceApi
45020
- * @version 168.0.0
45058
+ * @version 168.2.0
45021
45059
  */
45022
45060
 
45023
45061
  /**
@@ -45568,7 +45606,7 @@ class ProcessAutomationApi {
45568
45606
  /**
45569
45607
  * ProcessAutomation service.
45570
45608
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
45571
- * @version 168.0.0
45609
+ * @version 168.2.0
45572
45610
  */
45573
45611
 
45574
45612
  /**
@@ -45807,7 +45845,7 @@ class QualityApi {
45807
45845
  /**
45808
45846
  * Quality service.
45809
45847
  * @module purecloud-platform-client-v2/api/QualityApi
45810
- * @version 168.0.0
45848
+ * @version 168.2.0
45811
45849
  */
45812
45850
 
45813
45851
  /**
@@ -45890,6 +45928,7 @@ class QualityApi {
45890
45928
  * Delete an evaluation form.
45891
45929
  *
45892
45930
  * @param {String} formId Form ID
45931
+ * @deprecated
45893
45932
  */
45894
45933
  deleteQualityForm(formId) {
45895
45934
  // verify the required parameter 'formId' is set
@@ -46258,6 +46297,7 @@ class QualityApi {
46258
46297
  * Get an evaluation form
46259
46298
  *
46260
46299
  * @param {String} formId Form ID
46300
+ * @deprecated
46261
46301
  */
46262
46302
  getQualityForm(formId) {
46263
46303
  // verify the required parameter 'formId' is set
@@ -46286,6 +46326,7 @@ class QualityApi {
46286
46326
  * @param {Object} opts Optional parameters
46287
46327
  * @param {Number} opts.pageSize Page size (default to 25)
46288
46328
  * @param {Number} opts.pageNumber Page number (default to 1)
46329
+ * @deprecated
46289
46330
  */
46290
46331
  getQualityFormVersions(formId, opts) {
46291
46332
  opts = opts || {};
@@ -46321,6 +46362,7 @@ class QualityApi {
46321
46362
  * @param {Object} opts.expand If 'expand=publishHistory', then each unpublished evaluation form includes a listing of its published versions
46322
46363
  * @param {String} opts.name Name
46323
46364
  * @param {String} opts.sortOrder Order to sort results, either asc or desc
46365
+ * @deprecated
46324
46366
  */
46325
46367
  getQualityForms(opts) {
46326
46368
  opts = opts || {};
@@ -46596,6 +46638,7 @@ class QualityApi {
46596
46638
  * Get the published evaluation forms.
46597
46639
  *
46598
46640
  * @param {String} formId Form ID
46641
+ * @deprecated
46599
46642
  */
46600
46643
  getQualityPublishedform(formId) {
46601
46644
  // verify the required parameter 'formId' is set
@@ -46625,6 +46668,7 @@ class QualityApi {
46625
46668
  * @param {Number} opts.pageNumber Page number (default to 1)
46626
46669
  * @param {String} opts.name Name
46627
46670
  * @param {Boolean} opts.onlyLatestPerContext onlyLatestPerContext (default to false)
46671
+ * @deprecated
46628
46672
  */
46629
46673
  getQualityPublishedforms(opts) {
46630
46674
  opts = opts || {};
@@ -47020,6 +47064,7 @@ class QualityApi {
47020
47064
  * Create an evaluation form.
47021
47065
  *
47022
47066
  * @param {Object} body Evaluation form
47067
+ * @deprecated
47023
47068
  */
47024
47069
  postQualityForms(body) {
47025
47070
  // verify the required parameter 'body' is set
@@ -47095,6 +47140,7 @@ class QualityApi {
47095
47140
  * Publish an evaluation form.
47096
47141
  *
47097
47142
  * @param {Object} body Publish request containing id of form to publish
47143
+ * @deprecated
47098
47144
  */
47099
47145
  postQualityPublishedforms(body) {
47100
47146
  // verify the required parameter 'body' is set
@@ -47265,6 +47311,7 @@ class QualityApi {
47265
47311
  *
47266
47312
  * @param {String} formId Form ID
47267
47313
  * @param {Object} body Evaluation form
47314
+ * @deprecated
47268
47315
  */
47269
47316
  putQualityForm(formId, body) {
47270
47317
  // verify the required parameter 'formId' is set
@@ -47386,7 +47433,7 @@ class RecordingApi {
47386
47433
  /**
47387
47434
  * Recording service.
47388
47435
  * @module purecloud-platform-client-v2/api/RecordingApi
47389
- * @version 168.0.0
47436
+ * @version 168.2.0
47390
47437
  */
47391
47438
 
47392
47439
  /**
@@ -49023,7 +49070,7 @@ class ResponseManagementApi {
49023
49070
  /**
49024
49071
  * ResponseManagement service.
49025
49072
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
49026
- * @version 168.0.0
49073
+ * @version 168.2.0
49027
49074
  */
49028
49075
 
49029
49076
  /**
@@ -49508,7 +49555,7 @@ class RoutingApi {
49508
49555
  /**
49509
49556
  * Routing service.
49510
49557
  * @module purecloud-platform-client-v2/api/RoutingApi
49511
- * @version 168.0.0
49558
+ * @version 168.2.0
49512
49559
  */
49513
49560
 
49514
49561
  /**
@@ -49742,6 +49789,7 @@ class RoutingApi {
49742
49789
  *
49743
49790
  * @param {String} queueId Queue ID
49744
49791
  * @param {String} memberId Member ID
49792
+ * @deprecated
49745
49793
  */
49746
49794
  deleteRoutingQueueUser(queueId, memberId) {
49747
49795
  // verify the required parameter 'queueId' is set
@@ -50833,6 +50881,7 @@ class RoutingApi {
50833
50881
  * @param {Array.<String>} opts.languages Filter by language
50834
50882
  * @param {Array.<String>} opts.routingStatus Filter by routing status
50835
50883
  * @param {Array.<String>} opts.presence Filter by presence
50884
+ * @deprecated
50836
50885
  */
50837
50886
  getRoutingQueueUsers(queueId, opts) {
50838
50887
  opts = opts || {};
@@ -51790,6 +51839,7 @@ class RoutingApi {
51790
51839
  * @param {String} queueId Queue ID
51791
51840
  * @param {String} memberId Member ID
51792
51841
  * @param {Object} body Queue Member
51842
+ * @deprecated
51793
51843
  */
51794
51844
  patchRoutingQueueUser(queueId, memberId, body) {
51795
51845
  // verify the required parameter 'queueId' is set
@@ -51824,6 +51874,7 @@ class RoutingApi {
51824
51874
  *
51825
51875
  * @param {String} queueId Queue ID
51826
51876
  * @param {Array.<Object>} body Queue Members
51877
+ * @deprecated
51827
51878
  */
51828
51879
  patchRoutingQueueUsers(queueId, body) {
51829
51880
  // verify the required parameter 'queueId' is set
@@ -52365,6 +52416,7 @@ class RoutingApi {
52365
52416
  * @param {Array.<Object>} body Queue Members
52366
52417
  * @param {Object} opts Optional parameters
52367
52418
  * @param {Boolean} opts._delete True to delete queue members (default to false)
52419
+ * @deprecated
52368
52420
  */
52369
52421
  postRoutingQueueUsers(queueId, body, opts) {
52370
52422
  opts = opts || {};
@@ -53017,7 +53069,7 @@ class SCIMApi {
53017
53069
  /**
53018
53070
  * SCIM service.
53019
53071
  * @module purecloud-platform-client-v2/api/SCIMApi
53020
- * @version 168.0.0
53072
+ * @version 168.2.0
53021
53073
  */
53022
53074
 
53023
53075
  /**
@@ -53894,7 +53946,7 @@ class ScriptsApi {
53894
53946
  /**
53895
53947
  * Scripts service.
53896
53948
  * @module purecloud-platform-client-v2/api/ScriptsApi
53897
- * @version 168.0.0
53949
+ * @version 168.2.0
53898
53950
  */
53899
53951
 
53900
53952
  /**
@@ -54313,7 +54365,7 @@ class SearchApi {
54313
54365
  /**
54314
54366
  * Search service.
54315
54367
  * @module purecloud-platform-client-v2/api/SearchApi
54316
- * @version 168.0.0
54368
+ * @version 168.2.0
54317
54369
  */
54318
54370
 
54319
54371
  /**
@@ -54923,7 +54975,7 @@ class SpeechTextAnalyticsApi {
54923
54975
  /**
54924
54976
  * SpeechTextAnalytics service.
54925
54977
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
54926
- * @version 168.0.0
54978
+ * @version 168.2.0
54927
54979
  */
54928
54980
 
54929
54981
  /**
@@ -55852,7 +55904,7 @@ class StationsApi {
55852
55904
  /**
55853
55905
  * Stations service.
55854
55906
  * @module purecloud-platform-client-v2/api/StationsApi
55855
- * @version 168.0.0
55907
+ * @version 168.2.0
55856
55908
  */
55857
55909
 
55858
55910
  /**
@@ -55954,7 +56006,7 @@ class SuggestApi {
55954
56006
  /**
55955
56007
  * Suggest service.
55956
56008
  * @module purecloud-platform-client-v2/api/SuggestApi
55957
- * @version 168.0.0
56009
+ * @version 168.2.0
55958
56010
  */
55959
56011
 
55960
56012
  /**
@@ -56093,7 +56145,7 @@ class TeamsApi {
56093
56145
  /**
56094
56146
  * Teams service.
56095
56147
  * @module purecloud-platform-client-v2/api/TeamsApi
56096
- * @version 168.0.0
56148
+ * @version 168.2.0
56097
56149
  */
56098
56150
 
56099
56151
  /**
@@ -56364,7 +56416,7 @@ class TelephonyApi {
56364
56416
  /**
56365
56417
  * Telephony service.
56366
56418
  * @module purecloud-platform-client-v2/api/TelephonyApi
56367
- * @version 168.0.0
56419
+ * @version 168.2.0
56368
56420
  */
56369
56421
 
56370
56422
  /**
@@ -56492,7 +56544,7 @@ class TelephonyProvidersEdgeApi {
56492
56544
  /**
56493
56545
  * TelephonyProvidersEdge service.
56494
56546
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
56495
- * @version 168.0.0
56547
+ * @version 168.2.0
56496
56548
  */
56497
56549
 
56498
56550
  /**
@@ -57886,6 +57938,7 @@ class TelephonyProvidersEdgeApi {
57886
57938
  * Get outbound route
57887
57939
  * This route is deprecated, use /telephony/providers/edges/sites/{siteId}/outboundroutes/{outboundRouteId} instead.
57888
57940
  * @param {String} outboundRouteId Outbound route ID
57941
+ * @deprecated
57889
57942
  */
57890
57943
  getTelephonyProvidersEdgesOutboundroute(outboundRouteId) {
57891
57944
  // verify the required parameter 'outboundRouteId' is set
@@ -59692,7 +59745,7 @@ class TextbotsApi {
59692
59745
  /**
59693
59746
  * Textbots service.
59694
59747
  * @module purecloud-platform-client-v2/api/TextbotsApi
59695
- * @version 168.0.0
59748
+ * @version 168.2.0
59696
59749
  */
59697
59750
 
59698
59751
  /**
@@ -59820,7 +59873,7 @@ class TokensApi {
59820
59873
  /**
59821
59874
  * Tokens service.
59822
59875
  * @module purecloud-platform-client-v2/api/TokensApi
59823
- * @version 168.0.0
59876
+ * @version 168.2.0
59824
59877
  */
59825
59878
 
59826
59879
  /**
@@ -59926,7 +59979,7 @@ class UploadsApi {
59926
59979
  /**
59927
59980
  * Uploads service.
59928
59981
  * @module purecloud-platform-client-v2/api/UploadsApi
59929
- * @version 168.0.0
59982
+ * @version 168.2.0
59930
59983
  */
59931
59984
 
59932
59985
  /**
@@ -60102,7 +60155,7 @@ class UsageApi {
60102
60155
  /**
60103
60156
  * Usage service.
60104
60157
  * @module purecloud-platform-client-v2/api/UsageApi
60105
- * @version 168.0.0
60158
+ * @version 168.2.0
60106
60159
  */
60107
60160
 
60108
60161
  /**
@@ -60262,7 +60315,7 @@ class UserRecordingsApi {
60262
60315
  /**
60263
60316
  * UserRecordings service.
60264
60317
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
60265
- * @version 168.0.0
60318
+ * @version 168.2.0
60266
60319
  */
60267
60320
 
60268
60321
  /**
@@ -60447,7 +60500,7 @@ class UsersApi {
60447
60500
  /**
60448
60501
  * Users service.
60449
60502
  * @module purecloud-platform-client-v2/api/UsersApi
60450
- * @version 168.0.0
60503
+ * @version 168.2.0
60451
60504
  */
60452
60505
 
60453
60506
  /**
@@ -60763,6 +60816,7 @@ class UsersApi {
60763
60816
  * @param {String} permission The permission string, including the object to access, e.g. routing:queue:view
60764
60817
  * @param {Object} opts Optional parameters
60765
60818
  * @param {String} opts.name Search term to filter by division name
60819
+ * @deprecated
60766
60820
  */
60767
60821
  getAuthorizationDivisionspermittedMe(permission, opts) {
60768
60822
  opts = opts || {};
@@ -60824,6 +60878,7 @@ class UsersApi {
60824
60878
  * @param {Object} opts Optional parameters
60825
60879
  * @param {Number} opts.pageNumber Page number (default to 1)
60826
60880
  * @param {Number} opts.pageSize Page size (default to 25)
60881
+ * @deprecated
60827
60882
  */
60828
60883
  getAuthorizationDivisionspermittedPagedSubjectId(subjectId, permission, opts) {
60829
60884
  opts = opts || {};
@@ -60900,6 +60955,7 @@ class UsersApi {
60900
60955
  * Fetch field config for an entity type
60901
60956
  *
60902
60957
  * @param {Object} type Field type
60958
+ * @deprecated
60903
60959
  */
60904
60960
  getFieldconfig(type) {
60905
60961
  // verify the required parameter 'type' is set
@@ -60932,6 +60988,7 @@ class UsersApi {
60932
60988
  * @param {Object} opts.sortOrder Ascending or descending sort order (default to ASC)
60933
60989
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
60934
60990
  * @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.
60991
+ * @deprecated
60935
60992
  */
60936
60993
  getProfilesUsers(opts) {
60937
60994
  opts = opts || {};
@@ -61099,6 +61156,7 @@ class UsersApi {
61099
61156
  * @param {Number} opts.pageNumber Page number (default to 1)
61100
61157
  * @param {String} opts.sortOrder Sort order (default to ASC)
61101
61158
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
61159
+ * @deprecated
61102
61160
  */
61103
61161
  getUserFavorites(userId, opts) {
61104
61162
  opts = opts || {};
@@ -61184,6 +61242,7 @@ class UsersApi {
61184
61242
  * @param {Object} opts Optional parameters
61185
61243
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
61186
61244
  * @param {Object} opts.integrationPresenceSource Gets an integration presence for a user instead of their default.
61245
+ * @deprecated
61187
61246
  */
61188
61247
  getUserProfile(userId, opts) {
61189
61248
  opts = opts || {};
@@ -62837,7 +62896,7 @@ class UtilitiesApi {
62837
62896
  /**
62838
62897
  * Utilities service.
62839
62898
  * @module purecloud-platform-client-v2/api/UtilitiesApi
62840
- * @version 168.0.0
62899
+ * @version 168.2.0
62841
62900
  */
62842
62901
 
62843
62902
  /**
@@ -62948,7 +63007,7 @@ class VoicemailApi {
62948
63007
  /**
62949
63008
  * Voicemail service.
62950
63009
  * @module purecloud-platform-client-v2/api/VoicemailApi
62951
- * @version 168.0.0
63010
+ * @version 168.2.0
62952
63011
  */
62953
63012
 
62954
63013
  /**
@@ -63615,7 +63674,7 @@ class WebChatApi {
63615
63674
  /**
63616
63675
  * WebChat service.
63617
63676
  * @module purecloud-platform-client-v2/api/WebChatApi
63618
- * @version 168.0.0
63677
+ * @version 168.2.0
63619
63678
  */
63620
63679
 
63621
63680
  /**
@@ -63634,6 +63693,7 @@ class WebChatApi {
63634
63693
  * Delete a WebChat deployment
63635
63694
  *
63636
63695
  * @param {String} deploymentId Deployment Id
63696
+ * @deprecated
63637
63697
  */
63638
63698
  deleteWebchatDeployment(deploymentId) {
63639
63699
  // verify the required parameter 'deploymentId' is set
@@ -63709,6 +63769,7 @@ class WebChatApi {
63709
63769
  * Get a WebChat deployment
63710
63770
  *
63711
63771
  * @param {String} deploymentId Deployment Id
63772
+ * @deprecated
63712
63773
  */
63713
63774
  getWebchatDeployment(deploymentId) {
63714
63775
  // verify the required parameter 'deploymentId' is set
@@ -63733,6 +63794,7 @@ class WebChatApi {
63733
63794
  /**
63734
63795
  * List WebChat deployments
63735
63796
  *
63797
+ * @deprecated
63736
63798
  */
63737
63799
  getWebchatDeployments() {
63738
63800
 
@@ -63987,6 +64049,7 @@ class WebChatApi {
63987
64049
  * Create WebChat deployment
63988
64050
  *
63989
64051
  * @param {Object} body Deployment
64052
+ * @deprecated
63990
64053
  */
63991
64054
  postWebchatDeployments(body) {
63992
64055
  // verify the required parameter 'body' is set
@@ -64103,6 +64166,7 @@ class WebChatApi {
64103
64166
  *
64104
64167
  * @param {String} deploymentId Deployment Id
64105
64168
  * @param {Object} body Deployment
64169
+ * @deprecated
64106
64170
  */
64107
64171
  putWebchatDeployment(deploymentId, body) {
64108
64172
  // verify the required parameter 'deploymentId' is set
@@ -64159,7 +64223,7 @@ class WebDeploymentsApi {
64159
64223
  /**
64160
64224
  * WebDeployments service.
64161
64225
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
64162
- * @version 168.0.0
64226
+ * @version 168.2.0
64163
64227
  */
64164
64228
 
64165
64229
  /**
@@ -64681,7 +64745,7 @@ class WebMessagingApi {
64681
64745
  /**
64682
64746
  * WebMessaging service.
64683
64747
  * @module purecloud-platform-client-v2/api/WebMessagingApi
64684
- * @version 168.0.0
64748
+ * @version 168.2.0
64685
64749
  */
64686
64750
 
64687
64751
  /**
@@ -64727,7 +64791,7 @@ class WidgetsApi {
64727
64791
  /**
64728
64792
  * Widgets service.
64729
64793
  * @module purecloud-platform-client-v2/api/WidgetsApi
64730
- * @version 168.0.0
64794
+ * @version 168.2.0
64731
64795
  */
64732
64796
 
64733
64797
  /**
@@ -64873,7 +64937,7 @@ class WorkforceManagementApi {
64873
64937
  /**
64874
64938
  * WorkforceManagement service.
64875
64939
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
64876
- * @version 168.0.0
64940
+ * @version 168.2.0
64877
64941
  */
64878
64942
 
64879
64943
  /**
@@ -65498,7 +65562,7 @@ class WorkforceManagementApi {
65498
65562
  * Expanding "settings" will retrieve all settings. All other expands will retrieve only the requested settings field(s).
65499
65563
  * @param {String} businessUnitId The ID of the business unit, or 'mine' for the business unit of the logged-in user.
65500
65564
  * @param {Object} opts Optional parameters
65501
- * @param {Array.<String>} opts.expand
65565
+ * @param {Array.<String>} opts.expand Include to access additional data on the business unit
65502
65566
  */
65503
65567
  getWorkforcemanagementBusinessunit(businessUnitId, opts) {
65504
65568
  opts = opts || {};
@@ -66037,7 +66101,7 @@ class WorkforceManagementApi {
66037
66101
  * @param {String} weekDateId The week start date of the forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
66038
66102
  * @param {String} forecastId The ID of the forecast
66039
66103
  * @param {Object} opts Optional parameters
66040
- * @param {Array.<String>} opts.expand
66104
+ * @param {Array.<String>} opts.expand Include to access additional data on the forecast
66041
66105
  */
66042
66106
  getWorkforcemanagementBusinessunitWeekShorttermforecast(businessUnitId, weekDateId, forecastId, opts) {
66043
66107
  opts = opts || {};
@@ -66415,6 +66479,7 @@ class WorkforceManagementApi {
66415
66479
  * Get activity codes
66416
66480
  *
66417
66481
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
66482
+ * @deprecated
66418
66483
  */
66419
66484
  getWorkforcemanagementManagementunitActivitycodes(managementUnitId) {
66420
66485
  // verify the required parameter 'managementUnitId' is set
@@ -66827,6 +66892,7 @@ class WorkforceManagementApi {
66827
66892
  * @param {Object} opts Optional parameters
66828
66893
  * @param {Object} opts.expand Which fields, if any, to expand
66829
66894
  * @param {Boolean} opts.forceDownloadService Force the result of this operation to be sent via download service. For testing/app development purposes
66895
+ * @deprecated
66830
66896
  */
66831
66897
  getWorkforcemanagementManagementunitWeekSchedule(managementUnitId, weekId, scheduleId, opts) {
66832
66898
  opts = opts || {};
@@ -66867,6 +66933,7 @@ class WorkforceManagementApi {
66867
66933
  * @param {Boolean} opts.includeOnlyPublished Return only published schedules
66868
66934
  * @param {String} opts.earliestWeekDate The start date of the earliest week to query in yyyy-MM-dd format
66869
66935
  * @param {String} opts.latestWeekDate The start date of the latest week to query in yyyy-MM-dd format
66936
+ * @deprecated
66870
66937
  */
66871
66938
  getWorkforcemanagementManagementunitWeekSchedules(managementUnitId, weekId, opts) {
66872
66939
  opts = opts || {};
@@ -67026,7 +67093,7 @@ class WorkforceManagementApi {
67026
67093
  * "expand=details" is deprecated
67027
67094
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
67028
67095
  * @param {Object} opts Optional parameters
67029
- * @param {Array.<String>} opts.expand
67096
+ * @param {Array.<String>} opts.expand Include to access additional data on the work plans
67030
67097
  */
67031
67098
  getWorkforcemanagementManagementunitWorkplans(managementUnitId, opts) {
67032
67099
  opts = opts || {};
@@ -68534,7 +68601,7 @@ class WorkforceManagementApi {
68534
68601
  *
68535
68602
  * @param {String} businessUnitId The ID of the business unit to which the forecast belongs
68536
68603
  * @param {String} weekDateId The week start date of the forecast in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
68537
- * @param {Object} body
68604
+ * @param {Object} body body
68538
68605
  * @param {Object} opts Optional parameters
68539
68606
  * @param {Boolean} opts.forceAsync Force the result of this operation to be sent asynchronously via notification. For testing/app development purposes
68540
68607
  */
@@ -68573,7 +68640,7 @@ class WorkforceManagementApi {
68573
68640
  * Call after uploading the forecast data to the url supplied by the /import/uploadurl route
68574
68641
  * @param {String} businessUnitId The ID of the business unit to which the forecast belongs
68575
68642
  * @param {String} weekDateId First day of schedule week in yyyy-MM-dd format. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
68576
- * @param {Object} body
68643
+ * @param {Object} body body
68577
68644
  */
68578
68645
  postWorkforcemanagementBusinessunitWeekShorttermforecastsImport(businessUnitId, weekDateId, body) {
68579
68646
  // verify the required parameter 'businessUnitId' is set
@@ -68825,6 +68892,7 @@ class WorkforceManagementApi {
68825
68892
  * @param {String} managementUnitId The ID of the management unit, or 'mine' for the management unit of the logged-in user.
68826
68893
  * @param {Object} opts Optional parameters
68827
68894
  * @param {Object} opts.body body
68895
+ * @deprecated
68828
68896
  */
68829
68897
  postWorkforcemanagementManagementunitSchedulesSearch(managementUnitId, opts) {
68830
68898
  opts = opts || {};
@@ -69485,6 +69553,7 @@ class WorkforceManagementApi {
69485
69553
  *
69486
69554
  * @param {Object} opts Optional parameters
69487
69555
  * @param {Object} opts.body body
69556
+ * @deprecated
69488
69557
  */
69489
69558
  postWorkforcemanagementSchedules(opts) {
69490
69559
  opts = opts || {};
@@ -69504,6 +69573,64 @@ class WorkforceManagementApi {
69504
69573
  );
69505
69574
  }
69506
69575
 
69576
+ /**
69577
+ * Request a teams historical adherence report
69578
+ * The maximum supported range for historical adherence queries is 31 days, or 7 days with includeExceptions = true
69579
+ * @param {String} teamId The ID of the team
69580
+ * @param {Object} opts Optional parameters
69581
+ * @param {Object} opts.body body
69582
+ */
69583
+ postWorkforcemanagementTeamAdherenceHistorical(teamId, opts) {
69584
+ opts = opts || {};
69585
+
69586
+ // verify the required parameter 'teamId' is set
69587
+ if (teamId === undefined || teamId === null) {
69588
+ throw 'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamAdherenceHistorical';
69589
+ }
69590
+
69591
+ return this.apiClient.callApi(
69592
+ '/api/v2/workforcemanagement/teams/{teamId}/adherence/historical',
69593
+ 'POST',
69594
+ { 'teamId': teamId },
69595
+ { },
69596
+ { },
69597
+ { },
69598
+ opts['body'],
69599
+ ['PureCloud OAuth'],
69600
+ ['application/json'],
69601
+ ['application/json']
69602
+ );
69603
+ }
69604
+
69605
+ /**
69606
+ * Request a historical shrinkage report
69607
+ * The maximum supported range for historical shrinkage queries is up to 32 days
69608
+ * @param {String} teamId The ID of the team
69609
+ * @param {Object} opts Optional parameters
69610
+ * @param {Object} opts.body body
69611
+ */
69612
+ postWorkforcemanagementTeamShrinkageJobs(teamId, opts) {
69613
+ opts = opts || {};
69614
+
69615
+ // verify the required parameter 'teamId' is set
69616
+ if (teamId === undefined || teamId === null) {
69617
+ throw 'Missing the required parameter "teamId" when calling postWorkforcemanagementTeamShrinkageJobs';
69618
+ }
69619
+
69620
+ return this.apiClient.callApi(
69621
+ '/api/v2/workforcemanagement/teams/{teamId}/shrinkage/jobs',
69622
+ 'POST',
69623
+ { 'teamId': teamId },
69624
+ { },
69625
+ { },
69626
+ { },
69627
+ opts['body'],
69628
+ ['PureCloud OAuth'],
69629
+ ['application/json'],
69630
+ ['application/json']
69631
+ );
69632
+ }
69633
+
69507
69634
  /**
69508
69635
  * Queries available time off for the current user
69509
69636
  *
@@ -69617,7 +69744,7 @@ class WorkforceManagementApi {
69617
69744
  * </pre>
69618
69745
  * </p>
69619
69746
  * @module purecloud-platform-client-v2/index
69620
- * @version 168.0.0
69747
+ * @version 168.2.0
69621
69748
  */
69622
69749
  class platformClient {
69623
69750
  constructor() {
@@ -69987,4 +70114,4 @@ var index = new platformClient();
69987
70114
  module.exports = index;
69988
70115
 
69989
70116
  }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {},require("buffer").Buffer)
69990
- },{"axios":8,"buffer":3,"os":5,"path":6,"qs":50}]},{},[]);
70117
+ },{"axios":8,"buffer":3,"os":5,"path":6,"qs":51}]},{},[]);