purecloud-platform-client-v2 191.0.0 → 192.1.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 (85) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +448 -170
  3. package/dist/web-amd/purecloud-platform-client-v2.js +448 -170
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +211 -128
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +259 -163
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +528 -258
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +13 -5
  16. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/ChatApi.js +127 -39
  19. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +61 -16
  22. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/FaxApi.js +45 -1
  28. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +3 -2
  37. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -2
  38. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +22 -1
  40. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OutboundApi.js +4 -3
  54. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/QualityApi.js +3 -3
  57. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -2
  58. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +2 -2
  66. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +79 -1
  69. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -22
  72. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/UsageApi.js +8 -3
  76. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsersApi.js +13 -5
  78. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/WebChatApi.js +5 -3
  81. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -4127,7 +4127,7 @@ var defaults = {
4127
4127
  charset: 'utf-8',
4128
4128
  charsetSentinel: false,
4129
4129
  comma: false,
4130
- decodeDotInKeys: true,
4130
+ decodeDotInKeys: false,
4131
4131
  decoder: utils.decode,
4132
4132
  delimiter: '&',
4133
4133
  depth: 5,
@@ -4878,6 +4878,10 @@ var decode = function (str, decoder, charset) {
4878
4878
  }
4879
4879
  };
4880
4880
 
4881
+ var limit = 1024;
4882
+
4883
+ /* eslint operator-linebreak: [2, "before"] */
4884
+
4881
4885
  var encode = function encode(str, defaultEncoder, charset, kind, format) {
4882
4886
  // This code was originally written by Brian White (mscdex) for the io.js core querystring library.
4883
4887
  // It has been adapted here for stricter adherence to RFC 3986
@@ -4899,45 +4903,54 @@ var encode = function encode(str, defaultEncoder, charset, kind, format) {
4899
4903
  }
4900
4904
 
4901
4905
  var out = '';
4902
- for (var i = 0; i < string.length; ++i) {
4903
- var c = string.charCodeAt(i);
4904
-
4905
- if (
4906
- c === 0x2D // -
4907
- || c === 0x2E // .
4908
- || c === 0x5F // _
4909
- || c === 0x7E // ~
4910
- || (c >= 0x30 && c <= 0x39) // 0-9
4911
- || (c >= 0x41 && c <= 0x5A) // a-z
4912
- || (c >= 0x61 && c <= 0x7A) // A-Z
4913
- || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( )
4914
- ) {
4915
- out += string.charAt(i);
4916
- continue;
4917
- }
4906
+ for (var j = 0; j < string.length; j += limit) {
4907
+ var segment = string.length >= limit ? string.slice(j, j + limit) : string;
4908
+ var arr = [];
4909
+
4910
+ for (var i = 0; i < segment.length; ++i) {
4911
+ var c = segment.charCodeAt(i);
4912
+ if (
4913
+ c === 0x2D // -
4914
+ || c === 0x2E // .
4915
+ || c === 0x5F // _
4916
+ || c === 0x7E // ~
4917
+ || (c >= 0x30 && c <= 0x39) // 0-9
4918
+ || (c >= 0x41 && c <= 0x5A) // a-z
4919
+ || (c >= 0x61 && c <= 0x7A) // A-Z
4920
+ || (format === formats.RFC1738 && (c === 0x28 || c === 0x29)) // ( )
4921
+ ) {
4922
+ arr[arr.length] = segment.charAt(i);
4923
+ continue;
4924
+ }
4918
4925
 
4919
- if (c < 0x80) {
4920
- out = out + hexTable[c];
4921
- continue;
4922
- }
4926
+ if (c < 0x80) {
4927
+ arr[arr.length] = hexTable[c];
4928
+ continue;
4929
+ }
4923
4930
 
4924
- if (c < 0x800) {
4925
- out = out + (hexTable[0xC0 | (c >> 6)] + hexTable[0x80 | (c & 0x3F)]);
4926
- continue;
4927
- }
4931
+ if (c < 0x800) {
4932
+ arr[arr.length] = hexTable[0xC0 | (c >> 6)]
4933
+ + hexTable[0x80 | (c & 0x3F)];
4934
+ continue;
4935
+ }
4928
4936
 
4929
- if (c < 0xD800 || c >= 0xE000) {
4930
- out = out + (hexTable[0xE0 | (c >> 12)] + hexTable[0x80 | ((c >> 6) & 0x3F)] + hexTable[0x80 | (c & 0x3F)]);
4931
- continue;
4937
+ if (c < 0xD800 || c >= 0xE000) {
4938
+ arr[arr.length] = hexTable[0xE0 | (c >> 12)]
4939
+ + hexTable[0x80 | ((c >> 6) & 0x3F)]
4940
+ + hexTable[0x80 | (c & 0x3F)];
4941
+ continue;
4942
+ }
4943
+
4944
+ i += 1;
4945
+ c = 0x10000 + (((c & 0x3FF) << 10) | (segment.charCodeAt(i) & 0x3FF));
4946
+
4947
+ arr[arr.length] = hexTable[0xF0 | (c >> 18)]
4948
+ + hexTable[0x80 | ((c >> 12) & 0x3F)]
4949
+ + hexTable[0x80 | ((c >> 6) & 0x3F)]
4950
+ + hexTable[0x80 | (c & 0x3F)];
4932
4951
  }
4933
4952
 
4934
- i += 1;
4935
- c = 0x10000 + (((c & 0x3FF) << 10) | (string.charCodeAt(i) & 0x3FF));
4936
- /* eslint operator-linebreak: [2, "before"] */
4937
- out += hexTable[0xF0 | (c >> 18)]
4938
- + hexTable[0x80 | ((c >> 12) & 0x3F)]
4939
- + hexTable[0x80 | ((c >> 6) & 0x3F)]
4940
- + hexTable[0x80 | (c & 0x3F)];
4953
+ out += arr.join('');
4941
4954
  }
4942
4955
 
4943
4956
  return out;
@@ -6033,7 +6046,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
6033
6046
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
6034
6047
  if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
6035
6048
  * @module purecloud-platform-client-v2/ApiClient
6036
- * @version 191.0.0
6049
+ * @version 192.1.0
6037
6050
  */var ApiClient=/*#__PURE__*/function(){/**
6038
6051
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
6039
6052
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6345,7 +6358,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
6345
6358
  that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
6346
6359
  * Alerting service.
6347
6360
  * @module purecloud-platform-client-v2/api/AlertingApi
6348
- * @version 191.0.0
6361
+ * @version 192.1.0
6349
6362
  */ /**
6350
6363
  * Constructs a new AlertingApi.
6351
6364
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -6502,7 +6515,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
6502
6515
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAlertingRule';}return this.apiClient.callApi('/api/v2/alerting/rules/{ruleId}','PUT',{'ruleId':ruleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AnalyticsApi=/*#__PURE__*/function(){/**
6503
6516
  * Analytics service.
6504
6517
  * @module purecloud-platform-client-v2/api/AnalyticsApi
6505
- * @version 191.0.0
6518
+ * @version 192.1.0
6506
6519
  */ /**
6507
6520
  * Constructs a new AnalyticsApi.
6508
6521
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -7152,7 +7165,7 @@ if(scheduleId===undefined||scheduleId===null){throw'Missing the required paramet
7152
7165
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsReportingSchedule';}return this.apiClient.callApi('/api/v2/analytics/reporting/schedules/{scheduleId}','PUT',{'scheduleId':scheduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
7153
7166
  * Architect service.
7154
7167
  * @module purecloud-platform-client-v2/api/ArchitectApi
7155
- * @version 191.0.0
7168
+ * @version 192.1.0
7156
7169
  */ /**
7157
7170
  * Constructs a new ArchitectApi.
7158
7171
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -8268,7 +8281,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
8268
8281
  if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
8269
8282
  * Audit service.
8270
8283
  * @module purecloud-platform-client-v2/api/AuditApi
8271
- * @version 191.0.0
8284
+ * @version 192.1.0
8272
8285
  */ /**
8273
8286
  * Constructs a new AuditApi.
8274
8287
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -8310,7 +8323,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8310
8323
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtime';}return this.apiClient.callApi('/api/v2/audits/query/realtime','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
8311
8324
  * Authorization service.
8312
8325
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8313
- * @version 191.0.0
8326
+ * @version 192.1.0
8314
8327
  */ /**
8315
8328
  * Constructs a new AuthorizationApi.
8316
8329
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -8467,11 +8480,15 @@ if(roleId===undefined||roleId===null){throw'Missing the required parameter "role
8467
8480
  * Returns a listing of roles and permissions for a user.
8468
8481
  *
8469
8482
  * @param {String} subjectId Subject ID (user or group)
8470
- */},{key:"getAuthorizationSubject",value:function getAuthorizationSubject(subjectId){// verify the required parameter 'subjectId' is set
8471
- if(subjectId===undefined||subjectId===null){throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';}return this.apiClient.callApi('/api/v2/authorization/subjects/{subjectId}','GET',{'subjectId':subjectId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8483
+ * @param {Object} opts Optional parameters
8484
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
8485
+ */},{key:"getAuthorizationSubject",value:function getAuthorizationSubject(subjectId,opts){opts=opts||{};// verify the required parameter 'subjectId' is set
8486
+ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';}return this.apiClient.callApi('/api/v2/authorization/subjects/{subjectId}','GET',{'subjectId':subjectId},{'includeDuplicates':opts['includeDuplicates']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8472
8487
  * Returns a listing of roles and permissions for the currently authenticated user.
8473
8488
  *
8474
- */},{key:"getAuthorizationSubjectsMe",value:function getAuthorizationSubjectsMe(){return this.apiClient.callApi('/api/v2/authorization/subjects/me','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8489
+ * @param {Object} opts Optional parameters
8490
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
8491
+ */},{key:"getAuthorizationSubjectsMe",value:function getAuthorizationSubjectsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/subjects/me','GET',{},{'includeDuplicates':opts['includeDuplicates']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8475
8492
  * Get the count of roles granted to a list of subjects
8476
8493
  *
8477
8494
  * @param {Object} opts Optional parameters
@@ -8621,7 +8638,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
8621
8638
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoles';}return this.apiClient.callApi('/api/v2/users/{subjectId}/roles','PUT',{'subjectId':subjectId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var BillingApi=/*#__PURE__*/function(){/**
8622
8639
  * Billing service.
8623
8640
  * @module purecloud-platform-client-v2/api/BillingApi
8624
- * @version 191.0.0
8641
+ * @version 192.1.0
8625
8642
  */ /**
8626
8643
  * Constructs a new BillingApi.
8627
8644
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -8645,7 +8662,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
8645
8662
  if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
8646
8663
  * CarrierServices service.
8647
8664
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8648
- * @version 191.0.0
8665
+ * @version 192.1.0
8649
8666
  */ /**
8650
8667
  * Constructs a new CarrierServicesApi.
8651
8668
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -8665,7 +8682,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8665
8682
  */},{key:"postCarrierservicesIntegrationsEmergencylocationsMe",value:function postCarrierservicesIntegrationsEmergencylocationsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/carrierservices/integrations/emergencylocations/me','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ChatApi=/*#__PURE__*/function(){/**
8666
8683
  * Chat service.
8667
8684
  * @module purecloud-platform-client-v2/api/ChatApi
8668
- * @version 191.0.0
8685
+ * @version 192.1.0
8669
8686
  */ /**
8670
8687
  * Constructs a new ChatApi.
8671
8688
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -8680,6 +8697,13 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8680
8697
  */return _createClass(ChatApi,[{key:"deleteChatsRoomMessage",value:function deleteChatsRoomMessage(roomJid,messageId){// verify the required parameter 'roomJid' is set
8681
8698
  if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessage';}// verify the required parameter 'messageId' is set
8682
8699
  if(messageId===undefined||messageId===null){throw'Missing the required parameter "messageId" when calling deleteChatsRoomMessage';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/messages/{messageId}','DELETE',{'roomJid':roomJid,'messageId':messageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8700
+ * Remove a pinned message from a room
8701
+ *
8702
+ * @param {String} roomJid roomJid
8703
+ * @param {String} pinnedMessageId pinnedMessageId
8704
+ */},{key:"deleteChatsRoomMessagesPin",value:function deleteChatsRoomMessagesPin(roomJid,pinnedMessageId){// verify the required parameter 'roomJid' is set
8705
+ if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling deleteChatsRoomMessagesPin';}// verify the required parameter 'pinnedMessageId' is set
8706
+ if(pinnedMessageId===undefined||pinnedMessageId===null){throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomMessagesPin';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/messages/pins/{pinnedMessageId}','DELETE',{'roomJid':roomJid,'pinnedMessageId':pinnedMessageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8683
8707
  * Remove a user from a room.
8684
8708
  *
8685
8709
  * @param {String} roomJid roomJid
@@ -8687,13 +8711,6 @@ if(messageId===undefined||messageId===null){throw'Missing the required parameter
8687
8711
  */},{key:"deleteChatsRoomParticipant",value:function deleteChatsRoomParticipant(roomJid,userId){// verify the required parameter 'roomJid' is set
8688
8712
  if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling deleteChatsRoomParticipant';}// verify the required parameter 'userId' is set
8689
8713
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling deleteChatsRoomParticipant';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/participants/{userId}','DELETE',{'roomJid':roomJid,'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8690
- * Remove a pinned message from a room
8691
- *
8692
- * @param {String} roomJid roomJid
8693
- * @param {String} pinnedMessageId pinnedMessageId
8694
- */},{key:"deleteChatsRoomPinnedmessage",value:function deleteChatsRoomPinnedmessage(roomJid,pinnedMessageId){// verify the required parameter 'roomJid' is set
8695
- if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling deleteChatsRoomPinnedmessage';}// verify the required parameter 'pinnedMessageId' is set
8696
- if(pinnedMessageId===undefined||pinnedMessageId===null){throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsRoomPinnedmessage';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/pinnedmessages/{pinnedMessageId}','DELETE',{'roomJid':roomJid,'pinnedMessageId':pinnedMessageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8697
8714
  * Delete a message to a user
8698
8715
  *
8699
8716
  * @param {String} userId userId
@@ -8701,6 +8718,14 @@ if(pinnedMessageId===undefined||pinnedMessageId===null){throw'Missing the requir
8701
8718
  */},{key:"deleteChatsUserMessage",value:function deleteChatsUserMessage(userId,messageId){// verify the required parameter 'userId' is set
8702
8719
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling deleteChatsUserMessage';}// verify the required parameter 'messageId' is set
8703
8720
  if(messageId===undefined||messageId===null){throw'Missing the required parameter "messageId" when calling deleteChatsUserMessage';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages/{messageId}','DELETE',{'userId':userId,'messageId':messageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8721
+ * Remove a pinned message from a 1on1
8722
+ *
8723
+ * @param {String} userId userId
8724
+ * @param {String} pinnedMessageId pinnedMessageId
8725
+ * deleteChatsUserMessagesPin is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8726
+ */},{key:"deleteChatsUserMessagesPin",value:function deleteChatsUserMessagesPin(userId,pinnedMessageId){// verify the required parameter 'userId' is set
8727
+ if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling deleteChatsUserMessagesPin';}// verify the required parameter 'pinnedMessageId' is set
8728
+ if(pinnedMessageId===undefined||pinnedMessageId===null){throw'Missing the required parameter "pinnedMessageId" when calling deleteChatsUserMessagesPin';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages/pins/{pinnedMessageId}','DELETE',{'userId':userId,'pinnedMessageId':pinnedMessageId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8704
8729
  * Get a message
8705
8730
  *
8706
8731
  * @param {String} messageId messageId
@@ -8751,6 +8776,12 @@ if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "ro
8751
8776
  * @param {String} opts.after The beginning date for messages to retrieve
8752
8777
  */},{key:"getChatsThreadMessages",value:function getChatsThreadMessages(threadId,opts){opts=opts||{};// verify the required parameter 'threadId' is set
8753
8778
  if(threadId===undefined||threadId===null){throw'Missing the required parameter "threadId" when calling getChatsThreadMessages';}return this.apiClient.callApi('/api/v2/chats/threads/{threadId}/messages','GET',{'threadId':threadId},{'limit':opts['limit'],'before':opts['before'],'after':opts['after']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8779
+ * Get information for a 1on1
8780
+ *
8781
+ * @param {String} userId userId
8782
+ * getChatsUser is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8783
+ */},{key:"getChatsUser",value:function getChatsUser(userId){// verify the required parameter 'userId' is set
8784
+ if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling getChatsUser';}return this.apiClient.callApi('/api/v2/chats/users/{userId}','GET',{'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8754
8785
  * Get messages by id(s) from a 1on1
8755
8786
  *
8756
8787
  * @param {String} userId userId
@@ -8818,6 +8849,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8818
8849
  */},{key:"postChatsRoomMessages",value:function postChatsRoomMessages(roomJid,body){// verify the required parameter 'roomJid' is set
8819
8850
  if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling postChatsRoomMessages';}// verify the required parameter 'body' is set
8820
8851
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postChatsRoomMessages';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/messages','POST',{'roomJid':roomJid},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8852
+ * Add pinned messages for a room, up to a maximum of 5 pinned messages
8853
+ *
8854
+ * @param {String} roomJid roomJid
8855
+ * @param {Object} body Pinned Message Ids
8856
+ */},{key:"postChatsRoomMessagesPins",value:function postChatsRoomMessagesPins(roomJid,body){// verify the required parameter 'roomJid' is set
8857
+ if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling postChatsRoomMessagesPins';}// verify the required parameter 'body' is set
8858
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postChatsRoomMessagesPins';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/messages/pins','POST',{'roomJid':roomJid},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8821
8859
  * Join a room
8822
8860
  *
8823
8861
  * @param {String} roomJid roomJid
@@ -8825,13 +8863,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8825
8863
  */},{key:"postChatsRoomParticipant",value:function postChatsRoomParticipant(roomJid,userId){// verify the required parameter 'roomJid' is set
8826
8864
  if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling postChatsRoomParticipant';}// verify the required parameter 'userId' is set
8827
8865
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postChatsRoomParticipant';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/participants/{userId}','POST',{'roomJid':roomJid,'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8828
- * Add pinned messages for a room, up to a maximum of 5 pinned messages
8829
- *
8830
- * @param {String} roomJid roomJid
8831
- * @param {Object} body Pinned Message Ids
8832
- */},{key:"postChatsRoomPinnedmessages",value:function postChatsRoomPinnedmessages(roomJid,body){// verify the required parameter 'roomJid' is set
8833
- if(roomJid===undefined||roomJid===null){throw'Missing the required parameter "roomJid" when calling postChatsRoomPinnedmessages';}// verify the required parameter 'body' is set
8834
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postChatsRoomPinnedmessages';}return this.apiClient.callApi('/api/v2/chats/rooms/{roomJid}/pinnedmessages','POST',{'roomJid':roomJid},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8835
8866
  * Create an adhoc room
8836
8867
  *
8837
8868
  * @param {Object} body Room properties
@@ -8844,6 +8875,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8844
8875
  */},{key:"postChatsUserMessages",value:function postChatsUserMessages(userId,body){// verify the required parameter 'userId' is set
8845
8876
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postChatsUserMessages';}// verify the required parameter 'body' is set
8846
8877
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postChatsUserMessages';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages','POST',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8878
+ * Add pinned messages for a 1on1, up to a maximum of 5 pinned messages
8879
+ *
8880
+ * @param {String} userId userId
8881
+ * @param {Object} body Pinned Message Ids
8882
+ * postChatsUserMessagesPins is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8883
+ */},{key:"postChatsUserMessagesPins",value:function postChatsUserMessagesPins(userId,body){// verify the required parameter 'userId' is set
8884
+ if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postChatsUserMessagesPins';}// verify the required parameter 'body' is set
8885
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postChatsUserMessagesPins';}return this.apiClient.callApi('/api/v2/chats/users/{userId}/messages/pins','POST',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8847
8886
  * Update reactions to a message
8848
8887
  *
8849
8888
  * @param {String} messageId messageId
@@ -8858,7 +8897,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8858
8897
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putChatsSettings';}return this.apiClient.callApi('/api/v2/chats/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CoachingApi=/*#__PURE__*/function(){/**
8859
8898
  * Coaching service.
8860
8899
  * @module purecloud-platform-client-v2/api/CoachingApi
8861
- * @version 191.0.0
8900
+ * @version 192.1.0
8862
8901
  */ /**
8863
8902
  * Constructs a new CoachingApi.
8864
8903
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -9011,7 +9050,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9011
9050
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCoachingScheduleslotsQuery';}return this.apiClient.callApi('/api/v2/coaching/scheduleslots/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ContentManagementApi=/*#__PURE__*/function(){/**
9012
9051
  * ContentManagement service.
9013
9052
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9014
- * @version 191.0.0
9053
+ * @version 192.1.0
9015
9054
  */ /**
9016
9055
  * Constructs a new ContentManagementApi.
9017
9056
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -9294,7 +9333,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
9294
9333
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putContentmanagementWorkspaceTagvalue';}return this.apiClient.callApi('/api/v2/contentmanagement/workspaces/{workspaceId}/tagvalues/{tagId}','PUT',{'workspaceId':workspaceId,'tagId':tagId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ConversationsApi=/*#__PURE__*/function(){/**
9295
9334
  * Conversations service.
9296
9335
  * @module purecloud-platform-client-v2/api/ConversationsApi
9297
- * @version 191.0.0
9336
+ * @version 192.1.0
9298
9337
  */ /**
9299
9338
  * Constructs a new ConversationsApi.
9300
9339
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -9613,29 +9652,32 @@ if(participantId===undefined||participantId===null){throw'Missing the required p
9613
9652
  */},{key:"getConversationsCobrowsesession",value:function getConversationsCobrowsesession(conversationId){// verify the required parameter 'conversationId' is set
9614
9653
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesession';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}','GET',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9615
9654
  * Get the wrap-up for this conversation communication.
9616
- *
9655
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
9617
9656
  * @param {String} conversationId conversationId
9618
9657
  * @param {String} participantId participantId
9619
9658
  * @param {String} communicationId communicationId
9620
9659
  * @param {Object} opts Optional parameters
9621
9660
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
9661
+ * @deprecated
9622
9662
  */},{key:"getConversationsCobrowsesessionParticipantCommunicationWrapup",value:function getConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId,participantId,communicationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
9623
9663
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';}// verify the required parameter 'participantId' is set
9624
9664
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';}// verify the required parameter 'communicationId' is set
9625
9665
  if(communicationId===undefined||communicationId===null){throw'Missing the required parameter "communicationId" when calling getConversationsCobrowsesessionParticipantCommunicationWrapup';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup','GET',{'conversationId':conversationId,'participantId':participantId,'communicationId':communicationId},{'provisional':opts['provisional']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9626
9666
  * Get the wrap-up for this conversation participant.
9627
- *
9667
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
9628
9668
  * @param {String} conversationId conversationId
9629
9669
  * @param {String} participantId participantId
9630
9670
  * @param {Object} opts Optional parameters
9631
9671
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
9672
+ * @deprecated
9632
9673
  */},{key:"getConversationsCobrowsesessionParticipantWrapup",value:function getConversationsCobrowsesessionParticipantWrapup(conversationId,participantId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
9633
9674
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapup';}// verify the required parameter 'participantId' is set
9634
9675
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapup';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapup','GET',{'conversationId':conversationId,'participantId':participantId},{'provisional':opts['provisional']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9635
9676
  * Get list of wrapup codes for this conversation participant
9636
- *
9677
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
9637
9678
  * @param {String} conversationId conversationId
9638
9679
  * @param {String} participantId participantId
9680
+ * @deprecated
9639
9681
  */},{key:"getConversationsCobrowsesessionParticipantWrapupcodes",value:function getConversationsCobrowsesessionParticipantWrapupcodes(conversationId,participantId){// verify the required parameter 'conversationId' is set
9640
9682
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';}// verify the required parameter 'participantId' is set
9641
9683
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling getConversationsCobrowsesessionParticipantWrapupcodes';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/wrapupcodes','GET',{'conversationId':conversationId,'participantId':participantId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -9908,12 +9950,13 @@ if(messageSettingId===undefined||messageSettingId===null){throw'Missing the requ
9908
9950
  * Get the organization's default settings that will be used as the default when creating an integration.
9909
9951
  * When an integration is created a settings ID may be assigned to it. If the settings ID is not supplied, the default settings will be assigned to it.
9910
9952
  */},{key:"getConversationsMessagingSettingsDefault",value:function getConversationsMessagingSettingsDefault(){return this.apiClient.callApi('/api/v2/conversations/messaging/settings/default','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9911
- * Get a list of Messaging Stickers
9912
- *
9953
+ * Get a list of Messaging Stickers (Deprecated)
9954
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-native-line-third-party-messaging-channel/
9913
9955
  * @param {Object} messengerType Messenger Type
9914
9956
  * @param {Object} opts Optional parameters
9915
9957
  * @param {Number} opts.pageSize Page size (default to 25)
9916
9958
  * @param {Number} opts.pageNumber Page number (default to 1)
9959
+ * @deprecated
9917
9960
  */},{key:"getConversationsMessagingSticker",value:function getConversationsMessagingSticker(messengerType,opts){opts=opts||{};// verify the required parameter 'messengerType' is set
9918
9961
  if(messengerType===undefined||messengerType===null){throw'Missing the required parameter "messengerType" when calling getConversationsMessagingSticker';}return this.apiClient.callApi('/api/v2/conversations/messaging/stickers/{messengerType}','GET',{'messengerType':messengerType},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9919
9962
  * Get a list of Supported Content profiles
@@ -9934,12 +9977,13 @@ if(supportedContentId===undefined||supportedContentId===null){throw'Missing the
9934
9977
  * Conversation messaging threading timeline is a setting defined for each messenger type in your organization. This setting will dictate whether a new message is added to the most recent existing conversation, or creates a new Conversation. If the existing Conversation is still in a connected state the threading timeline setting will never play a role. After the conversation is disconnected, if an inbound message is received or an outbound message is sent after the setting for threading timeline expires, a new conversation is created.
9935
9978
  */},{key:"getConversationsMessagingThreadingtimeline",value:function getConversationsMessagingThreadingtimeline(){return this.apiClient.callApi('/api/v2/conversations/messaging/threadingtimeline','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9936
9979
  * Get the wrap-up for this conversation communication.
9937
- *
9980
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
9938
9981
  * @param {String} conversationId conversationId
9939
9982
  * @param {String} participantId participantId
9940
9983
  * @param {String} communicationId communicationId
9941
9984
  * @param {Object} opts Optional parameters
9942
9985
  * @param {Boolean} opts.provisional Indicates if the wrap-up code is provisional. (default to false)
9986
+ * @deprecated
9943
9987
  */},{key:"getConversationsScreenshareParticipantCommunicationWrapup",value:function getConversationsScreenshareParticipantCommunicationWrapup(conversationId,participantId,communicationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
9944
9988
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationsScreenshareParticipantCommunicationWrapup';}// verify the required parameter 'participantId' is set
9945
9989
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling getConversationsScreenshareParticipantCommunicationWrapup';}// verify the required parameter 'communicationId' is set
@@ -10006,6 +10050,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10006
10050
  */},{key:"patchConversationSecureattributes",value:function patchConversationSecureattributes(conversationId,body){// verify the required parameter 'conversationId' is set
10007
10051
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';}// verify the required parameter 'body' is set
10008
10052
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationSecureattributes';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/secureattributes','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10053
+ * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
10054
+ *
10055
+ * @param {String} conversationId conversation ID
10056
+ * @param {Object} body Conversation Utilization Label
10057
+ * patchConversationUtilizationlabel is a preview method and is subject to both breaking and non-breaking changes at any time without notice
10058
+ */},{key:"patchConversationUtilizationlabel",value:function patchConversationUtilizationlabel(conversationId,body){// verify the required parameter 'conversationId' is set
10059
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationUtilizationlabel';}// verify the required parameter 'body' is set
10060
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationUtilizationlabel';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/utilizationlabel','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10009
10061
  * Update after-call work for this conversation communication.
10010
10062
  *
10011
10063
  * @param {String} conversationId conversationId
@@ -10140,36 +10192,40 @@ if(participantId===undefined||participantId===null){throw'Missing the required p
10140
10192
  if(communicationId===undefined||communicationId===null){throw'Missing the required parameter "communicationId" when calling patchConversationsChatParticipantCommunication';}// verify the required parameter 'body' is set
10141
10193
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsChatParticipantCommunication';}return this.apiClient.callApi('/api/v2/conversations/chats/{conversationId}/participants/{participantId}/communications/{communicationId}','PATCH',{'conversationId':conversationId,'participantId':participantId,'communicationId':communicationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10142
10194
  * Update a conversation by disconnecting all of the participants
10143
- *
10195
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10144
10196
  * @param {String} conversationId conversationId
10145
10197
  * @param {Object} body Conversation
10198
+ * @deprecated
10146
10199
  */},{key:"patchConversationsCobrowsesession",value:function patchConversationsCobrowsesession(conversationId,body){// verify the required parameter 'conversationId' is set
10147
10200
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesession';}// verify the required parameter 'body' is set
10148
10201
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsCobrowsesession';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10149
10202
  * Update conversation participant
10150
- *
10203
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10151
10204
  * @param {String} conversationId conversationId
10152
10205
  * @param {String} participantId participantId
10153
10206
  * @param {Object} opts Optional parameters
10154
10207
  * @param {Object} opts.body
10208
+ * @deprecated
10155
10209
  */},{key:"patchConversationsCobrowsesessionParticipant",value:function patchConversationsCobrowsesessionParticipant(conversationId,participantId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10156
10210
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipant';}// verify the required parameter 'participantId' is set
10157
10211
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipant';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}','PATCH',{'conversationId':conversationId,'participantId':participantId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
10158
10212
  * Update the attributes on a conversation participant.
10159
- *
10213
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10160
10214
  * @param {String} conversationId conversationId
10161
10215
  * @param {String} participantId participantId
10162
10216
  * @param {Object} opts Optional parameters
10163
10217
  * @param {Object} opts.body
10218
+ * @deprecated
10164
10219
  */},{key:"patchConversationsCobrowsesessionParticipantAttributes",value:function patchConversationsCobrowsesessionParticipantAttributes(conversationId,participantId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10165
10220
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantAttributes';}// verify the required parameter 'participantId' is set
10166
10221
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantAttributes';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/attributes','PATCH',{'conversationId':conversationId,'participantId':participantId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
10167
10222
  * Update conversation participant's communication by disconnecting it.
10168
- *
10223
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10169
10224
  * @param {String} conversationId conversationId
10170
10225
  * @param {String} participantId participantId
10171
10226
  * @param {String} communicationId communicationId
10172
10227
  * @param {Object} body Participant
10228
+ * @deprecated
10173
10229
  */},{key:"patchConversationsCobrowsesessionParticipantCommunication",value:function patchConversationsCobrowsesessionParticipantCommunication(conversationId,participantId,communicationId,body){// verify the required parameter 'conversationId' is set
10174
10230
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationsCobrowsesessionParticipantCommunication';}// verify the required parameter 'participantId' is set
10175
10231
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling patchConversationsCobrowsesessionParticipantCommunication';}// verify the required parameter 'communicationId' is set
@@ -10624,22 +10680,24 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10624
10680
  */},{key:"postConversationsChats",value:function postConversationsChats(body){// verify the required parameter 'body' is set
10625
10681
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsChats';}return this.apiClient.callApi('/api/v2/conversations/chats','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10626
10682
  * Apply wrap-up for this conversation communication
10627
- *
10683
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10628
10684
  * @param {String} conversationId conversationId
10629
10685
  * @param {String} participantId participantId
10630
10686
  * @param {String} communicationId communicationId
10631
10687
  * @param {Object} opts Optional parameters
10632
10688
  * @param {Object} opts.body Wrap-up
10689
+ * @deprecated
10633
10690
  */},{key:"postConversationsCobrowsesessionParticipantCommunicationWrapup",value:function postConversationsCobrowsesessionParticipantCommunicationWrapup(conversationId,participantId,communicationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10634
10691
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';}// verify the required parameter 'participantId' is set
10635
10692
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';}// verify the required parameter 'communicationId' is set
10636
10693
  if(communicationId===undefined||communicationId===null){throw'Missing the required parameter "communicationId" when calling postConversationsCobrowsesessionParticipantCommunicationWrapup';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/communications/{communicationId}/wrapup','POST',{'conversationId':conversationId,'participantId':participantId,'communicationId':communicationId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
10637
10694
  * Replace this participant with the specified user and/or address
10638
- *
10695
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10639
10696
  * @param {String} conversationId conversationId
10640
10697
  * @param {String} participantId participantId
10641
10698
  * @param {Object} opts Optional parameters
10642
10699
  * @param {Object} opts.body
10700
+ * @deprecated
10643
10701
  */},{key:"postConversationsCobrowsesessionParticipantReplace",value:function postConversationsCobrowsesessionParticipantReplace(conversationId,participantId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10644
10702
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsCobrowsesessionParticipantReplace';}// verify the required parameter 'participantId' is set
10645
10703
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsCobrowsesessionParticipantReplace';}return this.apiClient.callApi('/api/v2/conversations/cobrowsesessions/{conversationId}/participants/{participantId}/replace','POST',{'conversationId':conversationId,'participantId':participantId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -10803,8 +10861,9 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10803
10861
  */},{key:"postConversationsMessagesAgentless",value:function postConversationsMessagesAgentless(body){// verify the required parameter 'body' is set
10804
10862
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsMessagesAgentless';}return this.apiClient.callApi('/api/v2/conversations/messages/agentless','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10805
10863
  * Send an inbound Open Message
10806
- * Send an inbound message to an Open Messaging integration. In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
10864
+ * [This API is deprecated. Instead, use 1. POST /api/v2/conversations/messages/{integrationId}/inbound/open/event, if you want to send an inbound Open Event Message 2. POST /api/v2/conversations/messages/{integrationId}/inbound/open/message, if you want to send an inbound Open Message 3. POST /api/v2/conversations/messages/{integrationId}/inbound/open/receipt, to send an inbound Open Receipt Message] In order to call this endpoint you will need OAuth token generated using OAuth client credentials authorized with at least messaging scope. This will either generate a new Conversation, or be a part of an existing conversation. See https://developer.genesys.cloud/api/digital/openmessaging/ for example usage.
10807
10865
  * @param {Object} body NormalizedMessage
10866
+ * @deprecated
10808
10867
  */},{key:"postConversationsMessagesInboundOpen",value:function postConversationsMessagesInboundOpen(body){// verify the required parameter 'body' is set
10809
10868
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsMessagesInboundOpen';}return this.apiClient.callApi('/api/v2/conversations/messages/inbound/open','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10810
10869
  * Create a Facebook Integration
@@ -10861,12 +10920,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10861
10920
  */},{key:"postConversationsParticipantsAttributesSearch",value:function postConversationsParticipantsAttributesSearch(body){// verify the required parameter 'body' is set
10862
10921
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationsParticipantsAttributesSearch';}return this.apiClient.callApi('/api/v2/conversations/participants/attributes/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10863
10922
  * Apply wrap-up for this conversation communication
10864
- *
10923
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
10865
10924
  * @param {String} conversationId conversationId
10866
10925
  * @param {String} participantId participantId
10867
10926
  * @param {String} communicationId communicationId
10868
10927
  * @param {Object} opts Optional parameters
10869
10928
  * @param {Object} opts.body Wrap-up
10929
+ * @deprecated
10870
10930
  */},{key:"postConversationsScreenshareParticipantCommunicationWrapup",value:function postConversationsScreenshareParticipantCommunicationWrapup(conversationId,participantId,communicationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10871
10931
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationsScreenshareParticipantCommunicationWrapup';}// verify the required parameter 'participantId' is set
10872
10932
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationsScreenshareParticipantCommunicationWrapup';}// verify the required parameter 'communicationId' is set
@@ -11011,9 +11071,10 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11011
11071
  */},{key:"putConversationsMessagingThreadingtimeline",value:function putConversationsMessagingThreadingtimeline(body){// verify the required parameter 'body' is set
11012
11072
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsMessagingThreadingtimeline';}return this.apiClient.callApi('/api/v2/conversations/messaging/threadingtimeline','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11013
11073
  * Update a conversation by setting its recording state
11014
- *
11074
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
11015
11075
  * @param {String} conversationId conversationId
11016
11076
  * @param {Object} body SetRecordingState
11077
+ * @deprecated
11017
11078
  */},{key:"putConversationsScreenshareRecordingstate",value:function putConversationsScreenshareRecordingstate(conversationId,body){// verify the required parameter 'conversationId' is set
11018
11079
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling putConversationsScreenshareRecordingstate';}// verify the required parameter 'body' is set
11019
11080
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsScreenshareRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/screenshares/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -11033,7 +11094,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
11033
11094
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsVideoRecordingstate';}return this.apiClient.callApi('/api/v2/conversations/videos/{conversationId}/recordingstate','PUT',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataExtensionsApi=/*#__PURE__*/function(){/**
11034
11095
  * DataExtensions service.
11035
11096
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
11036
- * @version 191.0.0
11097
+ * @version 192.1.0
11037
11098
  */ /**
11038
11099
  * Constructs a new DataExtensionsApi.
11039
11100
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -11054,7 +11115,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11054
11115
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
11055
11116
  * Downloads service.
11056
11117
  * @module purecloud-platform-client-v2/api/DownloadsApi
11057
- * @version 191.0.0
11118
+ * @version 192.1.0
11058
11119
  */ /**
11059
11120
  * Constructs a new DownloadsApi.
11060
11121
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -11073,7 +11134,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11073
11134
  if(downloadId===undefined||downloadId===null){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
11074
11135
  * Emails service.
11075
11136
  * @module purecloud-platform-client-v2/api/EmailsApi
11076
- * @version 191.0.0
11137
+ * @version 192.1.0
11077
11138
  */ /**
11078
11139
  * Constructs a new EmailsApi.
11079
11140
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -11091,7 +11152,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
11091
11152
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
11092
11153
  * Events service.
11093
11154
  * @module purecloud-platform-client-v2/api/EventsApi
11094
- * @version 191.0.0
11155
+ * @version 192.1.0
11095
11156
  */ /**
11096
11157
  * Constructs a new EventsApi.
11097
11158
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -11116,7 +11177,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11116
11177
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEventsUsersRoutingstatus';}return this.apiClient.callApi('/api/v2/events/users/routingstatus','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ExternalContactsApi=/*#__PURE__*/function(){/**
11117
11178
  * ExternalContacts service.
11118
11179
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
11119
- * @version 191.0.0
11180
+ * @version 192.1.0
11120
11181
  */ /**
11121
11182
  * Constructs a new ExternalContactsApi.
11122
11183
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11571,7 +11632,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11571
11632
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putExternalcontactsRelationship';}return this.apiClient.callApi('/api/v2/externalcontacts/relationships/{relationshipId}','PUT',{'relationshipId':relationshipId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FaxApi=/*#__PURE__*/function(){/**
11572
11633
  * Fax service.
11573
11634
  * @module purecloud-platform-client-v2/api/FaxApi
11574
- * @version 191.0.0
11635
+ * @version 192.1.0
11575
11636
  */ /**
11576
11637
  * Constructs a new FaxApi.
11577
11638
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11600,6 +11661,9 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
11600
11661
  * @param {Number} opts.pageSize Page size (default to 25)
11601
11662
  * @param {Number} opts.pageNumber Page number (default to 1)
11602
11663
  */},{key:"getFaxDocuments",value:function getFaxDocuments(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/documents','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11664
+ * Get organization config for given organization
11665
+ *
11666
+ */},{key:"getFaxSettings",value:function getFaxSettings(){return this.apiClient.callApi('/api/v2/fax/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11603
11667
  * Get fax summary
11604
11668
  *
11605
11669
  */},{key:"getFaxSummary",value:function getFaxSummary(){return this.apiClient.callApi('/api/v2/fax/summary','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -11609,10 +11673,15 @@ if(documentId===undefined||documentId===null){throw'Missing the required paramet
11609
11673
  * @param {Object} body Document
11610
11674
  */},{key:"putFaxDocument",value:function putFaxDocument(documentId,body){// verify the required parameter 'documentId' is set
11611
11675
  if(documentId===undefined||documentId===null){throw'Missing the required parameter "documentId" when calling putFaxDocument';}// verify the required parameter 'body' is set
11612
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFaxDocument';}return this.apiClient.callApi('/api/v2/fax/documents/{documentId}','PUT',{'documentId':documentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
11676
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFaxDocument';}return this.apiClient.callApi('/api/v2/fax/documents/{documentId}','PUT',{'documentId':documentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11677
+ * Update/write organization config for given organization
11678
+ *
11679
+ * @param {Object} opts Optional parameters
11680
+ * @param {Object} opts.body
11681
+ */},{key:"putFaxSettings",value:function putFaxSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/fax/settings','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var FlowsApi=/*#__PURE__*/function(){/**
11613
11682
  * Flows service.
11614
11683
  * @module purecloud-platform-client-v2/api/FlowsApi
11615
- * @version 191.0.0
11684
+ * @version 192.1.0
11616
11685
  */ /**
11617
11686
  * Constructs a new FlowsApi.
11618
11687
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -11661,7 +11730,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11661
11730
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsFlowsObservationsQuery';}return this.apiClient.callApi('/api/v2/analytics/flows/observations/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GamificationApi=/*#__PURE__*/function(){/**
11662
11731
  * Gamification service.
11663
11732
  * @module purecloud-platform-client-v2/api/GamificationApi
11664
- * @version 191.0.0
11733
+ * @version 192.1.0
11665
11734
  */ /**
11666
11735
  * Constructs a new GamificationApi.
11667
11736
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -12201,7 +12270,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12201
12270
  if(status===undefined||status===null){throw'Missing the required parameter "status" when calling putGamificationStatus';}return this.apiClient.callApi('/api/v2/gamification/status','PUT',{},{},{},{},status,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeneralDataProtectionRegulationApi=/*#__PURE__*/function(){/**
12202
12271
  * GeneralDataProtectionRegulation service.
12203
12272
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
12204
- * @version 191.0.0
12273
+ * @version 192.1.0
12205
12274
  */ /**
12206
12275
  * Constructs a new GeneralDataProtectionRegulationApi.
12207
12276
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12236,7 +12305,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12236
12305
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGdprRequests';}return this.apiClient.callApi('/api/v2/gdpr/requests','POST',{},{'deleteConfirmed':opts['deleteConfirmed']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GeolocationApi=/*#__PURE__*/function(){/**
12237
12306
  * Geolocation service.
12238
12307
  * @module purecloud-platform-client-v2/api/GeolocationApi
12239
- * @version 191.0.0
12308
+ * @version 192.1.0
12240
12309
  */ /**
12241
12310
  * Constructs a new GeolocationApi.
12242
12311
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12270,7 +12339,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12270
12339
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUserGeolocation';}return this.apiClient.callApi('/api/v2/users/{userId}/geolocations/{clientId}','PATCH',{'userId':userId,'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GreetingsApi=/*#__PURE__*/function(){/**
12271
12340
  * Greetings service.
12272
12341
  * @module purecloud-platform-client-v2/api/GreetingsApi
12273
- * @version 191.0.0
12342
+ * @version 192.1.0
12274
12343
  */ /**
12275
12344
  * Constructs a new GreetingsApi.
12276
12345
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12377,7 +12446,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12377
12446
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserGreetingsDefaults';}return this.apiClient.callApi('/api/v2/users/{userId}/greetings/defaults','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var GroupsApi=/*#__PURE__*/function(){/**
12378
12447
  * Groups service.
12379
12448
  * @module purecloud-platform-client-v2/api/GroupsApi
12380
- * @version 191.0.0
12449
+ * @version 192.1.0
12381
12450
  */ /**
12382
12451
  * Constructs a new GroupsApi.
12383
12452
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12510,7 +12579,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12510
12579
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putGroupDynamicsettings';}return this.apiClient.callApi('/api/v2/groups/{groupId}/dynamicsettings','PUT',{'groupId':groupId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IdentityProviderApi=/*#__PURE__*/function(){/**
12511
12580
  * IdentityProvider service.
12512
12581
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12513
- * @version 191.0.0
12582
+ * @version 192.1.0
12514
12583
  */ /**
12515
12584
  * Constructs a new IdentityProviderApi.
12516
12585
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -12666,7 +12735,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12666
12735
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIdentityprovidersSalesforce';}return this.apiClient.callApi('/api/v2/identityproviders/salesforce','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var InfrastructureAsCodeApi=/*#__PURE__*/function(){/**
12667
12736
  * InfrastructureAsCode service.
12668
12737
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
12669
- * @version 191.0.0
12738
+ * @version 192.1.0
12670
12739
  */ /**
12671
12740
  * Constructs a new InfrastructureAsCodeApi.
12672
12741
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -12720,7 +12789,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
12720
12789
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postInfrastructureascodeJobs';}return this.apiClient.callApi('/api/v2/infrastructureascode/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var IntegrationsApi=/*#__PURE__*/function(){/**
12721
12790
  * Integrations service.
12722
12791
  * @module purecloud-platform-client-v2/api/IntegrationsApi
12723
- * @version 191.0.0
12792
+ * @version 192.1.0
12724
12793
  */ /**
12725
12794
  * Constructs a new IntegrationsApi.
12726
12795
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -12930,7 +12999,7 @@ if(integrationId===undefined||integrationId===null){throw'Missing the required p
12930
12999
  * @param {String} opts.previousPage Previous page token
12931
13000
  */},{key:"getIntegrationsClientapps",value:function getIntegrationsClientapps(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations/clientapps','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
12932
13001
  * UC integration client application configuration.
12933
- * This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
13002
+ * Deprecated: Please use GET /integrations/unifiedcommunications/clientapps instead. This endpoint returns basic UI configuration data for all Unified Communications integrations client applications enabled for the current organization.
12934
13003
  * @param {Object} opts Optional parameters
12935
13004
  * @param {Number} opts.pageSize The total page size requested (default to 25)
12936
13005
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -12938,6 +13007,7 @@ if(integrationId===undefined||integrationId===null){throw'Missing the required p
12938
13007
  * @param {Array.<String>} opts.expand variable name requested by expand list
12939
13008
  * @param {String} opts.nextPage next page token
12940
13009
  * @param {String} opts.previousPage Previous page token
13010
+ * @deprecated
12941
13011
  */},{key:"getIntegrationsClientappsUnifiedcommunications",value:function getIntegrationsClientappsUnifiedcommunications(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/integrations/clientapps/unifiedcommunications','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
12942
13012
  * Get a single credential with sensitive fields redacted
12943
13013
  *
@@ -13330,7 +13400,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13330
13400
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putIntegrationsUnifiedcommunicationThirdpartypresences';}return this.apiClient.callApi('/api/v2/integrations/unifiedcommunications/{ucIntegrationId}/thirdpartypresences','PUT',{'ucIntegrationId':ucIntegrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var JourneyApi=/*#__PURE__*/function(){/**
13331
13401
  * Journey service.
13332
13402
  * @module purecloud-platform-client-v2/api/JourneyApi
13333
- * @version 191.0.0
13403
+ * @version 192.1.0
13334
13404
  */ /**
13335
13405
  * Constructs a new JourneyApi.
13336
13406
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -13666,7 +13736,6 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
13666
13736
  *
13667
13737
  * @param {Object} opts Optional parameters
13668
13738
  * @param {Object} opts.body
13669
- * postJourneyFlowsPathsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13670
13739
  */},{key:"postJourneyFlowsPathsQuery",value:function postJourneyFlowsPathsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/flows/paths/query','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
13671
13740
  * Create an outcome.
13672
13741
  *
@@ -13719,7 +13788,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13719
13788
  */},{key:"postJourneyViewsEncodingsValidate",value:function postJourneyViewsEncodingsValidate(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/encodings/validate','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
13720
13789
  * Knowledge service.
13721
13790
  * @module purecloud-platform-client-v2/api/KnowledgeApi
13722
- * @version 191.0.0
13791
+ * @version 192.1.0
13723
13792
  */ /**
13724
13793
  * Constructs a new KnowledgeApi.
13725
13794
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -14631,7 +14700,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14631
14700
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
14632
14701
  * LanguageUnderstanding service.
14633
14702
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
14634
- * @version 191.0.0
14703
+ * @version 192.1.0
14635
14704
  */ /**
14636
14705
  * Constructs a new LanguageUnderstandingApi.
14637
14706
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -14797,6 +14866,10 @@ if(minerId===undefined||minerId===null){throw'Missing the required parameter "mi
14797
14866
  * @param {Object} opts Optional parameters
14798
14867
  * @param {String} opts.minerType Type of miner, either intent or topic
14799
14868
  */},{key:"getLanguageunderstandingMiners",value:function getLanguageunderstandingMiners(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/languageunderstanding/miners','GET',{},{'minerType':opts['minerType']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14869
+ * Get Organization Configuration
14870
+ *
14871
+ * getLanguageunderstandingSettings is a preview method and is subject to both breaking and non-breaking changes at any time without notice
14872
+ */},{key:"getLanguageunderstandingSettings",value:function getLanguageunderstandingSettings(){return this.apiClient.callApi('/api/v2/languageunderstanding/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14800
14873
  * Update an NLU Domain.
14801
14874
  *
14802
14875
  * @param {String} domainId ID of the NLU domain.
@@ -14887,7 +14960,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
14887
14960
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLanguageunderstandingDomainVersion';}return this.apiClient.callApi('/api/v2/languageunderstanding/domains/{domainId}/versions/{domainVersionId}','PUT',{'domainId':domainId,'domainVersionId':domainVersionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguagesApi=/*#__PURE__*/function(){/**
14888
14961
  * Languages service.
14889
14962
  * @module purecloud-platform-client-v2/api/LanguagesApi
14890
- * @version 191.0.0
14963
+ * @version 192.1.0
14891
14964
  */ /**
14892
14965
  * Constructs a new LanguagesApi.
14893
14966
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -14942,7 +15015,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14942
15015
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLanguages';}return this.apiClient.callApi('/api/v2/languages','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LearningApi=/*#__PURE__*/function(){/**
14943
15016
  * Learning service.
14944
15017
  * @module purecloud-platform-client-v2/api/LearningApi
14945
- * @version 191.0.0
15018
+ * @version 192.1.0
14946
15019
  */ /**
14947
15020
  * Constructs a new LearningApi.
14948
15021
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -15171,7 +15244,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
15171
15244
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
15172
15245
  * License service.
15173
15246
  * @module purecloud-platform-client-v2/api/LicenseApi
15174
- * @version 191.0.0
15247
+ * @version 192.1.0
15175
15248
  */ /**
15176
15249
  * Constructs a new LicenseApi.
15177
15250
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -15225,7 +15298,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
15225
15298
  */},{key:"postLicenseUsers",value:function postLicenseUsers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/license/users','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LocationsApi=/*#__PURE__*/function(){/**
15226
15299
  * Locations service.
15227
15300
  * @module purecloud-platform-client-v2/api/LocationsApi
15228
- * @version 191.0.0
15301
+ * @version 192.1.0
15229
15302
  */ /**
15230
15303
  * Constructs a new LocationsApi.
15231
15304
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -15284,7 +15357,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15284
15357
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postLocationsSearch';}return this.apiClient.callApi('/api/v2/locations/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LogCaptureApi=/*#__PURE__*/function(){/**
15285
15358
  * LogCapture service.
15286
15359
  * @module purecloud-platform-client-v2/api/LogCaptureApi
15287
- * @version 191.0.0
15360
+ * @version 192.1.0
15288
15361
  */ /**
15289
15362
  * Constructs a new LogCaptureApi.
15290
15363
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -15334,7 +15407,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15334
15407
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
15335
15408
  * Messaging service.
15336
15409
  * @module purecloud-platform-client-v2/api/MessagingApi
15337
- * @version 191.0.0
15410
+ * @version 192.1.0
15338
15411
  */ /**
15339
15412
  * Constructs a new MessagingApi.
15340
15413
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -15424,7 +15497,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15424
15497
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putMessagingSettingsDefault';}return this.apiClient.callApi('/api/v2/messaging/settings/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MobileDevicesApi=/*#__PURE__*/function(){/**
15425
15498
  * MobileDevices service.
15426
15499
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
15427
- * @version 191.0.0
15500
+ * @version 192.1.0
15428
15501
  */ /**
15429
15502
  * Constructs a new MobileDevicesApi.
15430
15503
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15463,7 +15536,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15463
15536
  if(deviceId===undefined||deviceId===null){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
15464
15537
  * Notifications service.
15465
15538
  * @module purecloud-platform-client-v2/api/NotificationsApi
15466
- * @version 191.0.0
15539
+ * @version 192.1.0
15467
15540
  */ /**
15468
15541
  * Constructs a new NotificationsApi.
15469
15542
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15520,7 +15593,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15520
15593
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putNotificationsChannelSubscriptions';}return this.apiClient.callApi('/api/v2/notifications/channels/{channelId}/subscriptions','PUT',{'channelId':channelId},{'ignoreErrors':opts['ignoreErrors']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OAuthApi=/*#__PURE__*/function(){/**
15521
15594
  * OAuth service.
15522
15595
  * @module purecloud-platform-client-v2/api/OAuthApi
15523
- * @version 191.0.0
15596
+ * @version 192.1.0
15524
15597
  */ /**
15525
15598
  * Constructs a new OAuthApi.
15526
15599
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -15605,7 +15678,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
15605
15678
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOauthClient';}return this.apiClient.callApi('/api/v2/oauth/clients/{clientId}','PUT',{'clientId':clientId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ObjectsApi=/*#__PURE__*/function(){/**
15606
15679
  * Objects service.
15607
15680
  * @module purecloud-platform-client-v2/api/ObjectsApi
15608
- * @version 191.0.0
15681
+ * @version 192.1.0
15609
15682
  */ /**
15610
15683
  * Constructs a new ObjectsApi.
15611
15684
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -15676,7 +15749,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
15676
15749
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationDivision';}return this.apiClient.callApi('/api/v2/authorization/divisions/{divisionId}','PUT',{'divisionId':divisionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OperationalEventsApi=/*#__PURE__*/function(){/**
15677
15750
  * OperationalEvents service.
15678
15751
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
15679
- * @version 191.0.0
15752
+ * @version 192.1.0
15680
15753
  */ /**
15681
15754
  * Constructs a new OperationalEventsApi.
15682
15755
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -15694,7 +15767,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
15694
15767
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
15695
15768
  * Organization service.
15696
15769
  * @module purecloud-platform-client-v2/api/OrganizationApi
15697
- * @version 191.0.0
15770
+ * @version 192.1.0
15698
15771
  */ /**
15699
15772
  * Constructs a new OrganizationApi.
15700
15773
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -15796,7 +15869,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15796
15869
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOrganizationsWhitelist';}return this.apiClient.callApi('/api/v2/organizations/whitelist','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationAuthorizationApi=/*#__PURE__*/function(){/**
15797
15870
  * OrganizationAuthorization service.
15798
15871
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
15799
- * @version 191.0.0
15872
+ * @version 192.1.0
15800
15873
  */ /**
15801
15874
  * Constructs a new OrganizationAuthorizationApi.
15802
15875
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -16119,7 +16192,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
16119
16192
  if(trusteeUserId===undefined||trusteeUserId===null){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
16120
16193
  * Outbound service.
16121
16194
  * @module purecloud-platform-client-v2/api/OutboundApi
16122
- * @version 191.0.0
16195
+ * @version 192.1.0
16123
16196
  */ /**
16124
16197
  * Constructs a new OutboundApi.
16125
16198
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -16814,8 +16887,8 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16814
16887
  * @param {Object} body AttemptLimits
16815
16888
  */},{key:"postOutboundAttemptlimits",value:function postOutboundAttemptlimits(body){// verify the required parameter 'body' is set
16816
16889
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundAttemptlimits';}return this.apiClient.callApi('/api/v2/outbound/attemptlimits','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16817
- * Retrieves audits for dialer.
16818
- *
16890
+ * Retrieves audits for dialer. (Deprecated)
16891
+ * This endpoint is deprecated as a result of this functionality being moved to the Audit Service. Please use "/api/v2/audits/query" instead.
16819
16892
  * @param {Object} body AuditSearch
16820
16893
  * @param {Object} opts Optional parameters
16821
16894
  * @param {Number} opts.pageSize Page size (default to 25)
@@ -16823,6 +16896,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16823
16896
  * @param {String} opts.sortBy Sort by (default to entity.name)
16824
16897
  * @param {String} opts.sortOrder Sort order (default to ascending)
16825
16898
  * @param {Boolean} opts.facetsOnly Facets only (default to false)
16899
+ * @deprecated
16826
16900
  */},{key:"postOutboundAudits",value:function postOutboundAudits(body,opts){opts=opts||{};// verify the required parameter 'body' is set
16827
16901
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundAudits';}return this.apiClient.callApi('/api/v2/outbound/audits','POST',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'facetsOnly':opts['facetsOnly']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16828
16902
  * Create callable time set
@@ -17157,7 +17231,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17157
17231
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putOutboundWrapupcodemappings';}return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var PresenceApi=/*#__PURE__*/function(){/**
17158
17232
  * Presence service.
17159
17233
  * @module purecloud-platform-client-v2/api/PresenceApi
17160
- * @version 191.0.0
17234
+ * @version 192.1.0
17161
17235
  */ /**
17162
17236
  * Constructs a new PresenceApi.
17163
17237
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -17330,7 +17404,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17330
17404
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersPresencesBulk';}return this.apiClient.callApi('/api/v2/users/presences/bulk','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ProcessAutomationApi=/*#__PURE__*/function(){/**
17331
17405
  * ProcessAutomation service.
17332
17406
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
17333
- * @version 191.0.0
17407
+ * @version 192.1.0
17334
17408
  */ /**
17335
17409
  * Constructs a new ProcessAutomationApi.
17336
17410
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -17393,7 +17467,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
17393
17467
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putProcessautomationTrigger';}return this.apiClient.callApi('/api/v2/processautomation/triggers/{triggerId}','PUT',{'triggerId':triggerId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var QualityApi=/*#__PURE__*/function(){/**
17394
17468
  * Quality service.
17395
17469
  * @module purecloud-platform-client-v2/api/QualityApi
17396
- * @version 191.0.0
17470
+ * @version 192.1.0
17397
17471
  */ /**
17398
17472
  * Constructs a new QualityApi.
17399
17473
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -17488,7 +17562,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
17488
17562
  */},{key:"getQualityCalibration",value:function getQualityCalibration(calibrationId,opts){opts=opts||{};// verify the required parameter 'calibrationId' is set
17489
17563
  if(calibrationId===undefined||calibrationId===null){throw'Missing the required parameter "calibrationId" when calling getQualityCalibration';}return this.apiClient.callApi('/api/v2/quality/calibrations/{calibrationId}','GET',{'calibrationId':calibrationId},{'calibratorId':opts['calibratorId'],'conversationId':opts['conversationId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17490
17564
  * Get the list of calibrations
17491
- *
17565
+ * NOTE: The count for total and pageCount might not be accurate when querying for a large number of calibrations. nextUri, if present, will indicate that there are more calibrations to fetch.
17492
17566
  * @param {String} calibratorId user id of calibrator
17493
17567
  * @param {Object} opts Optional parameters
17494
17568
  * @param {Number} opts.pageSize The total page size requested (default to 25)
@@ -17531,7 +17605,7 @@ if(transactionId===undefined||transactionId===null){throw'Missing the required p
17531
17605
  */},{key:"getQualityConversationsAuditsQueryTransactionIdResults",value:function getQualityConversationsAuditsQueryTransactionIdResults(transactionId,opts){opts=opts||{};// verify the required parameter 'transactionId' is set
17532
17606
  if(transactionId===undefined||transactionId===null){throw'Missing the required parameter "transactionId" when calling getQualityConversationsAuditsQueryTransactionIdResults';}return this.apiClient.callApi('/api/v2/quality/conversations/audits/query/{transactionId}/results','GET',{'transactionId':transactionId},{'cursor':opts['cursor'],'pageSize':opts['pageSize'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17533
17607
  * Queries Evaluations and returns a paged list
17534
- * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date.
17608
+ * Query params must include one of conversationId, evaluatorUserId, agentUserId or assigneeUserId. When querying by agentUserId (and not conversationId or evaluatorUserId), the results are sorted by release date. Evaluations set to Never Release are omitted in this case. When querying by evaluatorUserId or conversationId (including when combined with agentUserId), the results are sorted by assigned date. NOTE: The count for total and pageCount might not be accurate when querying for a large number of evaluations. nextUri, if present, will indicate that there are more evaluations to fetch.
17535
17609
  * @param {Object} opts Optional parameters
17536
17610
  * @param {Number} opts.pageSize The total page size requested (default to 25)
17537
17611
  * @param {Number} opts.pageNumber The page number requested (default to 1)
@@ -17864,7 +17938,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
17864
17938
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putQualitySurveysScorable';}return this.apiClient.callApi('/api/v2/quality/surveys/scorable','PUT',{},{'customerSurveyUrl':customerSurveyUrl},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RecordingApi=/*#__PURE__*/function(){/**
17865
17939
  * Recording service.
17866
17940
  * @module purecloud-platform-client-v2/api/RecordingApi
17867
- * @version 191.0.0
17941
+ * @version 192.1.0
17868
17942
  */ /**
17869
17943
  * Constructs a new RecordingApi.
17870
17944
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -18111,7 +18185,6 @@ if(retentionThresholdDays===undefined||retentionThresholdDays===null){throw'Miss
18111
18185
  */},{key:"getRecordingsScreensessions",value:function getRecordingsScreensessions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/screensessions','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18112
18186
  * Retrieves an object containing the total number of concurrent active screen recordings
18113
18187
  *
18114
- * getRecordingsScreensessionsDetails is a preview method and is subject to both breaking and non-breaking changes at any time without notice
18115
18188
  */},{key:"getRecordingsScreensessionsDetails",value:function getRecordingsScreensessionsDetails(){return this.apiClient.callApi('/api/v2/recordings/screensessions/details','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18116
18189
  * Patch a media retention policy
18117
18190
  *
@@ -18276,7 +18349,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18276
18349
  */},{key:"putRecordingsDeletionprotection",value:function putRecordingsDeletionprotection(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/recordings/deletionprotection','PUT',{},{'protect':opts['protect']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ResponseManagementApi=/*#__PURE__*/function(){/**
18277
18350
  * ResponseManagement service.
18278
18351
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
18279
- * @version 191.0.0
18352
+ * @version 192.1.0
18280
18353
  */ /**
18281
18354
  * Constructs a new ResponseManagementApi.
18282
18355
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -18397,7 +18470,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
18397
18470
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putResponsemanagementResponseasset';}return this.apiClient.callApi('/api/v2/responsemanagement/responseassets/{responseAssetId}','PUT',{'responseAssetId':responseAssetId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var RoutingApi=/*#__PURE__*/function(){/**
18398
18471
  * Routing service.
18399
18472
  * @module purecloud-platform-client-v2/api/RoutingApi
18400
- * @version 191.0.0
18473
+ * @version 192.1.0
18401
18474
  */ /**
18402
18475
  * Constructs a new RoutingApi.
18403
18476
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -19372,7 +19445,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19372
19445
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserRoutingskillsBulk';}return this.apiClient.callApi('/api/v2/users/{userId}/routingskills/bulk','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SCIMApi=/*#__PURE__*/function(){/**
19373
19446
  * SCIM service.
19374
19447
  * @module purecloud-platform-client-v2/api/SCIMApi
19375
- * @version 191.0.0
19448
+ * @version 192.1.0
19376
19449
  */ /**
19377
19450
  * Constructs a new SCIMApi.
19378
19451
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -19597,7 +19670,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19597
19670
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putScimV2User';}return this.apiClient.callApi('/api/v2/scim/v2/users/{userId}','PUT',{'userId':userId},{},{'If-Match':opts['ifMatch']},{},body,['PureCloud OAuth'],['application/scim+json','application/json'],['application/scim+json','application/json']);}}]);}();var ScreenRecordingApi=/*#__PURE__*/function(){/**
19598
19671
  * ScreenRecording service.
19599
19672
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
19600
- * @version 191.0.0
19673
+ * @version 192.1.0
19601
19674
  */ /**
19602
19675
  * Constructs a new ScreenRecordingApi.
19603
19676
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -19612,7 +19685,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19612
19685
  */return _createClass(ScreenRecordingApi,[{key:"postScreenrecordingToken",value:function postScreenrecordingToken(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/screenrecording/token','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ScriptsApi=/*#__PURE__*/function(){/**
19613
19686
  * Scripts service.
19614
19687
  * @module purecloud-platform-client-v2/api/ScriptsApi
19615
- * @version 191.0.0
19688
+ * @version 192.1.0
19616
19689
  */ /**
19617
19690
  * Constructs a new ScriptsApi.
19618
19691
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -19748,7 +19821,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
19748
19821
  */},{key:"postScriptsPublished",value:function postScriptsPublished(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/scripts/published','POST',{},{'scriptDataVersion':opts['scriptDataVersion']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SearchApi=/*#__PURE__*/function(){/**
19749
19822
  * Search service.
19750
19823
  * @module purecloud-platform-client-v2/api/SearchApi
19751
- * @version 191.0.0
19824
+ * @version 192.1.0
19752
19825
  */ /**
19753
19826
  * Constructs a new SearchApi.
19754
19827
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -19908,7 +19981,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19908
19981
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postVoicemailSearch';}return this.apiClient.callApi('/api/v2/voicemail/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SettingsApi=/*#__PURE__*/function(){/**
19909
19982
  * Settings service.
19910
19983
  * @module purecloud-platform-client-v2/api/SettingsApi
19911
- * @version 191.0.0
19984
+ * @version 192.1.0
19912
19985
  */ /**
19913
19986
  * Constructs a new SettingsApi.
19914
19987
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -19936,7 +20009,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19936
20009
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchSettingsExecutiondata';}return this.apiClient.callApi('/api/v2/settings/executiondata','PATCH',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
19937
20010
  * SpeechTextAnalytics service.
19938
20011
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
19939
- * @version 191.0.0
20012
+ * @version 192.1.0
19940
20013
  */ /**
19941
20014
  * Constructs a new SpeechTextAnalyticsApi.
19942
20015
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -20067,7 +20140,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20067
20140
  *
20068
20141
  * @param {Object} opts Optional parameters
20069
20142
  * @param {String} opts.nextPage The key for listing the next page
20070
- * @param {Number} opts.pageSize The page size for the listing (default to 20)
20143
+ * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
20071
20144
  * @param {Object} opts.state Topic state. Defaults to latest
20072
20145
  * @param {String} opts.name Case insensitive partial name to filter by
20073
20146
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
@@ -20180,7 +20253,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20180
20253
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putSpeechandtextanalyticsTopic';}return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/{topicId}','PUT',{'topicId':topicId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var StationsApi=/*#__PURE__*/function(){/**
20181
20254
  * Stations service.
20182
20255
  * @module purecloud-platform-client-v2/api/StationsApi
20183
- * @version 191.0.0
20256
+ * @version 192.1.0
20184
20257
  */ /**
20185
20258
  * Constructs a new StationsApi.
20186
20259
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -20212,7 +20285,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
20212
20285
  */},{key:"getStations",value:function getStations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/stations','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'name':opts['name'],'userSelectable':opts['userSelectable'],'webRtcUserId':opts['webRtcUserId'],'id':opts['id'],'lineAppearanceId':opts['lineAppearanceId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SuggestApi=/*#__PURE__*/function(){/**
20213
20286
  * Suggest service.
20214
20287
  * @module purecloud-platform-client-v2/api/SuggestApi
20215
- * @version 191.0.0
20288
+ * @version 192.1.0
20216
20289
  */ /**
20217
20290
  * Constructs a new SuggestApi.
20218
20291
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -20252,7 +20325,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20252
20325
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postSearchSuggest';}return this.apiClient.callApi('/api/v2/search/suggest','POST',{},{'profile':opts['profile']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TaskManagementApi=/*#__PURE__*/function(){/**
20253
20326
  * TaskManagement service.
20254
20327
  * @module purecloud-platform-client-v2/api/TaskManagementApi
20255
- * @version 191.0.0
20328
+ * @version 192.1.0
20256
20329
  */ /**
20257
20330
  * Constructs a new TaskManagementApi.
20258
20331
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -20386,6 +20459,18 @@ if(workitemId===undefined||workitemId===null){throw'Missing the required paramet
20386
20459
  * getTaskmanagementWorkitemWrapups is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20387
20460
  */},{key:"getTaskmanagementWorkitemWrapups",value:function getTaskmanagementWorkitemWrapups(workitemId,opts){opts=opts||{};// verify the required parameter 'workitemId' is set
20388
20461
  if(workitemId===undefined||workitemId===null){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitemWrapups';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}/wrapups','GET',{'workitemId':workitemId},{'expands':opts['expands'],'after':opts['after'],'pageSize':opts['pageSize'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20462
+ * Get the workitem query job associated with the job id.
20463
+ *
20464
+ * @param {String} jobId jobId
20465
+ * getTaskmanagementWorkitemsQueryJob is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20466
+ */},{key:"getTaskmanagementWorkitemsQueryJob",value:function getTaskmanagementWorkitemsQueryJob(jobId){// verify the required parameter 'jobId' is set
20467
+ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJob';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/query/jobs/{jobId}','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20468
+ * Get results from for workitem query job
20469
+ *
20470
+ * @param {String} jobId jobId
20471
+ * getTaskmanagementWorkitemsQueryJobResults is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20472
+ */},{key:"getTaskmanagementWorkitemsQueryJobResults",value:function getTaskmanagementWorkitemsQueryJobResults(jobId){// verify the required parameter 'jobId' is set
20473
+ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId" when calling getTaskmanagementWorkitemsQueryJobResults';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/query/jobs/{jobId}/results','GET',{'jobId':jobId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20389
20474
  * Get a schema
20390
20475
  *
20391
20476
  * @param {String} schemaId Schema ID
@@ -20564,6 +20649,12 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20564
20649
  * postTaskmanagementWorkitemsQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20565
20650
  */},{key:"postTaskmanagementWorkitemsQuery",value:function postTaskmanagementWorkitemsQuery(body){// verify the required parameter 'body' is set
20566
20651
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQuery';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20652
+ * Create a workitem query job
20653
+ *
20654
+ * @param {Object} body WorkitemQueryJobCreate
20655
+ * postTaskmanagementWorkitemsQueryJobs is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20656
+ */},{key:"postTaskmanagementWorkitemsQueryJobs",value:function postTaskmanagementWorkitemsQueryJobs(body){// verify the required parameter 'body' is set
20657
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTaskmanagementWorkitemsQueryJobs';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/query/jobs','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20567
20658
  * Create a schema
20568
20659
  *
20569
20660
  * @param {Object} body Schema
@@ -20600,7 +20691,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
20600
20691
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTaskmanagementWorkitemsSchema';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TeamsApi=/*#__PURE__*/function(){/**
20601
20692
  * Teams service.
20602
20693
  * @module purecloud-platform-client-v2/api/TeamsApi
20603
- * @version 191.0.0
20694
+ * @version 192.1.0
20604
20695
  */ /**
20605
20696
  * Constructs a new TeamsApi.
20606
20697
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -20679,7 +20770,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20679
20770
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postTeamsSearch';}return this.apiClient.callApi('/api/v2/teams/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyApi=/*#__PURE__*/function(){/**
20680
20771
  * Telephony service.
20681
20772
  * @module purecloud-platform-client-v2/api/TelephonyApi
20682
- * @version 191.0.0
20773
+ * @version 192.1.0
20683
20774
  */ /**
20684
20775
  * Constructs a new TelephonyApi.
20685
20776
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -20726,7 +20817,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
20726
20817
  if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
20727
20818
  * TelephonyProvidersEdge service.
20728
20819
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
20729
- * @version 191.0.0
20820
+ * @version 192.1.0
20730
20821
  */ /**
20731
20822
  * Constructs a new TelephonyProvidersEdgeApi.
20732
20823
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -20904,10 +20995,6 @@ if(edgeId===undefined||edgeId===null){throw'Missing the required parameter "edge
20904
20995
  * @param {Boolean} opts.managed Filter by managed
20905
20996
  * @param {Boolean} opts.showCloudMedia True to show the cloud media devices in the result. (default to true)
20906
20997
  */},{key:"getTelephonyProvidersEdges",value:function getTelephonyProvidersEdges(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/telephony/providers/edges','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'name':opts['name'],'site.id':opts['siteId'],'edgeGroup.id':opts['edgeGroupId'],'sortBy':opts['sortBy'],'managed':opts['managed'],'showCloudMedia':opts['showCloudMedia']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20907
- * Get the list of available languages. For never released keyword spotting feature. Deprecated, do not use.
20908
- *
20909
- * @deprecated
20910
- */},{key:"getTelephonyProvidersEdgesAvailablelanguages",value:function getTelephonyProvidersEdgesAvailablelanguages(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/availablelanguages','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20911
20998
  * Get the list of certificate authorities.
20912
20999
  *
20913
21000
  */},{key:"getTelephonyProvidersEdgesCertificateauthorities",value:function getTelephonyProvidersEdgesCertificateauthorities(){return this.apiClient.callApi('/api/v2/telephony/providers/edges/certificateauthorities','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -21540,7 +21627,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
21540
21627
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyProvidersEdgesTrunkbasesetting';}return this.apiClient.callApi('/api/v2/telephony/providers/edges/trunkbasesettings/{trunkBaseSettingsId}','PUT',{'trunkBaseSettingsId':trunkBaseSettingsId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TextbotsApi=/*#__PURE__*/function(){/**
21541
21628
  * Textbots service.
21542
21629
  * @module purecloud-platform-client-v2/api/TextbotsApi
21543
- * @version 191.0.0
21630
+ * @version 192.1.0
21544
21631
  */ /**
21545
21632
  * Constructs a new TextbotsApi.
21546
21633
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -21575,7 +21662,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
21575
21662
  if(postTextRequest===undefined||postTextRequest===null){throw'Missing the required parameter "postTextRequest" when calling postTextbotsBotsExecute';}return this.apiClient.callApi('/api/v2/textbots/bots/execute','POST',{},{},{},{},postTextRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TokensApi=/*#__PURE__*/function(){/**
21576
21663
  * Tokens service.
21577
21664
  * @module purecloud-platform-client-v2/api/TokensApi
21578
- * @version 191.0.0
21665
+ * @version 192.1.0
21579
21666
  */ /**
21580
21667
  * Constructs a new TokensApi.
21581
21668
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -21609,7 +21696,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
21609
21696
  */},{key:"putTokensTimeout",value:function putTokensTimeout(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/tokens/timeout','PUT',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UploadsApi=/*#__PURE__*/function(){/**
21610
21697
  * Uploads service.
21611
21698
  * @module purecloud-platform-client-v2/api/UploadsApi
21612
- * @version 191.0.0
21699
+ * @version 192.1.0
21613
21700
  */ /**
21614
21701
  * Constructs a new UploadsApi.
21615
21702
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -21675,7 +21762,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21675
21762
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUploadsWorkforcemanagementHistoricaldataCsv';}return this.apiClient.callApi('/api/v2/uploads/workforcemanagement/historicaldata/csv','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsageApi=/*#__PURE__*/function(){/**
21676
21763
  * Usage service.
21677
21764
  * @module purecloud-platform-client-v2/api/UsageApi
21678
- * @version 191.0.0
21765
+ * @version 192.1.0
21679
21766
  */ /**
21680
21767
  * Constructs a new UsageApi.
21681
21768
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -21705,8 +21792,11 @@ if(executionId===undefined||executionId===null){throw'Missing the required param
21705
21792
  * Get the results of a usage search. Number of records to be returned is limited to 20,000 results.
21706
21793
  *
21707
21794
  * @param {String} executionId ID of the search execution
21708
- */},{key:"getUsageSimplesearchExecutionIdResults",value:function getUsageSimplesearchExecutionIdResults(executionId){// verify the required parameter 'executionId' is set
21709
- if(executionId===undefined||executionId===null){throw'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';}return this.apiClient.callApi('/api/v2/usage/simplesearch/{executionId}/results','GET',{'executionId':executionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21795
+ * @param {Object} opts Optional parameters
21796
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned
21797
+ * @param {Number} opts.pageSize The max number of entities to be returned per request. Maximum page size of 1000
21798
+ */},{key:"getUsageSimplesearchExecutionIdResults",value:function getUsageSimplesearchExecutionIdResults(executionId,opts){opts=opts||{};// verify the required parameter 'executionId' is set
21799
+ if(executionId===undefined||executionId===null){throw'Missing the required parameter "executionId" when calling getUsageSimplesearchExecutionIdResults';}return this.apiClient.callApi('/api/v2/usage/simplesearch/{executionId}/results','GET',{'executionId':executionId},{'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21710
21800
  * Query for OAuth client API usage
21711
21801
  * After calling this method, you will then need to poll for the query results based on the returned execution Id
21712
21802
  * @param {String} clientId Client ID
@@ -21726,7 +21816,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21726
21816
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postUsageSimplesearch';}return this.apiClient.callApi('/api/v2/usage/simplesearch','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UserRecordingsApi=/*#__PURE__*/function(){/**
21727
21817
  * UserRecordings service.
21728
21818
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
21729
- * @version 191.0.0
21819
+ * @version 192.1.0
21730
21820
  */ /**
21731
21821
  * Constructs a new UserRecordingsApi.
21732
21822
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -21775,7 +21865,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
21775
21865
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserrecording';}return this.apiClient.callApi('/api/v2/userrecordings/{recordingId}','PUT',{'recordingId':recordingId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UsersApi=/*#__PURE__*/function(){/**
21776
21866
  * Users service.
21777
21867
  * @module purecloud-platform-client-v2/api/UsersApi
21778
- * @version 191.0.0
21868
+ * @version 192.1.0
21779
21869
  */ /**
21780
21870
  * Constructs a new UsersApi.
21781
21871
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -21898,11 +21988,15 @@ if(permission===undefined||permission===null){throw'Missing the required paramet
21898
21988
  * Returns a listing of roles and permissions for a user.
21899
21989
  *
21900
21990
  * @param {String} subjectId Subject ID (user or group)
21901
- */},{key:"getAuthorizationSubject",value:function getAuthorizationSubject(subjectId){// verify the required parameter 'subjectId' is set
21902
- if(subjectId===undefined||subjectId===null){throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';}return this.apiClient.callApi('/api/v2/authorization/subjects/{subjectId}','GET',{'subjectId':subjectId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21991
+ * @param {Object} opts Optional parameters
21992
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
21993
+ */},{key:"getAuthorizationSubject",value:function getAuthorizationSubject(subjectId,opts){opts=opts||{};// verify the required parameter 'subjectId' is set
21994
+ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter "subjectId" when calling getAuthorizationSubject';}return this.apiClient.callApi('/api/v2/authorization/subjects/{subjectId}','GET',{'subjectId':subjectId},{'includeDuplicates':opts['includeDuplicates']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21903
21995
  * Returns a listing of roles and permissions for the currently authenticated user.
21904
21996
  *
21905
- */},{key:"getAuthorizationSubjectsMe",value:function getAuthorizationSubjectsMe(){return this.apiClient.callApi('/api/v2/authorization/subjects/me','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21997
+ * @param {Object} opts Optional parameters
21998
+ * @param {Object} opts.includeDuplicates Include multiple entries with the same role and division but different subjects (default to false)
21999
+ */},{key:"getAuthorizationSubjectsMe",value:function getAuthorizationSubjectsMe(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/subjects/me','GET',{},{'includeDuplicates':opts['includeDuplicates']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21906
22000
  * Fetch field config for an entity type
21907
22001
  *
21908
22002
  * @param {Object} type Field type
@@ -22434,7 +22528,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
22434
22528
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUserVerifier';}return this.apiClient.callApi('/api/v2/users/{userId}/verifiers/{verifierId}','PUT',{'userId':userId,'verifierId':verifierId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var UtilitiesApi=/*#__PURE__*/function(){/**
22435
22529
  * Utilities service.
22436
22530
  * @module purecloud-platform-client-v2/api/UtilitiesApi
22437
- * @version 191.0.0
22531
+ * @version 192.1.0
22438
22532
  */ /**
22439
22533
  * Constructs a new UtilitiesApi.
22440
22534
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -22461,7 +22555,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22461
22555
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postCertificateDetails';}return this.apiClient.callApi('/api/v2/certificate/details','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var VoicemailApi=/*#__PURE__*/function(){/**
22462
22556
  * Voicemail service.
22463
22557
  * @module purecloud-platform-client-v2/api/VoicemailApi
22464
- * @version 191.0.0
22558
+ * @version 192.1.0
22465
22559
  */ /**
22466
22560
  * Constructs a new VoicemailApi.
22467
22561
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -22610,7 +22704,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22610
22704
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putVoicemailUserpolicy';}return this.apiClient.callApi('/api/v2/voicemail/userpolicies/{userId}','PUT',{'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebChatApi=/*#__PURE__*/function(){/**
22611
22705
  * WebChat service.
22612
22706
  * @module purecloud-platform-client-v2/api/WebChatApi
22613
- * @version 191.0.0
22707
+ * @version 192.1.0
22614
22708
  */ /**
22615
22709
  * Constructs a new WebChatApi.
22616
22710
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -22645,9 +22739,10 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22645
22739
  * @deprecated
22646
22740
  */},{key:"getWebchatDeployments",value:function getWebchatDeployments(){return this.apiClient.callApi('/api/v2/webchat/deployments','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
22647
22741
  * Get a media request in the conversation
22648
- *
22742
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
22649
22743
  * @param {String} conversationId conversationId
22650
22744
  * @param {String} mediaRequestId mediaRequestId
22745
+ * @deprecated
22651
22746
  */},{key:"getWebchatGuestConversationMediarequest",value:function getWebchatGuestConversationMediarequest(conversationId,mediaRequestId){// verify the required parameter 'conversationId' is set
22652
22747
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getWebchatGuestConversationMediarequest';}// verify the required parameter 'mediaRequestId' is set
22653
22748
  if(mediaRequestId===undefined||mediaRequestId===null){throw'Missing the required parameter "mediaRequestId" when calling getWebchatGuestConversationMediarequest';}return this.apiClient.callApi('/api/v2/webchat/guest/conversations/{conversationId}/mediarequests/{mediaRequestId}','GET',{'conversationId':conversationId,'mediaRequestId':mediaRequestId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -22693,10 +22788,11 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
22693
22788
  *
22694
22789
  */},{key:"getWebchatSettings",value:function getWebchatSettings(){return this.apiClient.callApi('/api/v2/webchat/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
22695
22790
  * Update a media request in the conversation, setting the state to ACCEPTED/DECLINED/ERRORED
22696
- *
22791
+ * This endpoint is deprecated. Please see the article https://help.mypurecloud.com/articles/deprecation-legacy-co-browse-and-screenshare/
22697
22792
  * @param {String} conversationId conversationId
22698
22793
  * @param {String} mediaRequestId mediaRequestId
22699
22794
  * @param {Object} body Request
22795
+ * @deprecated
22700
22796
  */},{key:"patchWebchatGuestConversationMediarequest",value:function patchWebchatGuestConversationMediarequest(conversationId,mediaRequestId,body){// verify the required parameter 'conversationId' is set
22701
22797
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchWebchatGuestConversationMediarequest';}// verify the required parameter 'mediaRequestId' is set
22702
22798
  if(mediaRequestId===undefined||mediaRequestId===null){throw'Missing the required parameter "mediaRequestId" when calling patchWebchatGuestConversationMediarequest';}// verify the required parameter 'body' is set
@@ -22743,7 +22839,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22743
22839
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebchatSettings';}return this.apiClient.callApi('/api/v2/webchat/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebDeploymentsApi=/*#__PURE__*/function(){/**
22744
22840
  * WebDeployments service.
22745
22841
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
22746
- * @version 191.0.0
22842
+ * @version 192.1.0
22747
22843
  */ /**
22748
22844
  * Constructs a new WebDeploymentsApi.
22749
22845
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -22864,7 +22960,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22864
22960
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
22865
22961
  * WebMessaging service.
22866
22962
  * @module purecloud-platform-client-v2/api/WebMessagingApi
22867
- * @version 191.0.0
22963
+ * @version 192.1.0
22868
22964
  */ /**
22869
22965
  * Constructs a new WebMessagingApi.
22870
22966
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -22880,7 +22976,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
22880
22976
  */return _createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
22881
22977
  * Widgets service.
22882
22978
  * @module purecloud-platform-client-v2/api/WidgetsApi
22883
- * @version 191.0.0
22979
+ * @version 192.1.0
22884
22980
  */ /**
22885
22981
  * Constructs a new WidgetsApi.
22886
22982
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -22915,7 +23011,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22915
23011
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWidgetsDeployment';}return this.apiClient.callApi('/api/v2/widgets/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WorkforceManagementApi=/*#__PURE__*/function(){/**
22916
23012
  * WorkforceManagement service.
22917
23013
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
22918
- * @version 191.0.0
23014
+ * @version 192.1.0
22919
23015
  */ /**
22920
23016
  * Constructs a new WorkforceManagementApi.
22921
23017
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -24393,7 +24489,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
24393
24489
  * </pre>
24394
24490
  * </p>
24395
24491
  * @module purecloud-platform-client-v2/index
24396
- * @version 191.0.0
24492
+ * @version 192.1.0
24397
24493
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
24398
24494
  * The ApiClient constructor.
24399
24495
  * @property {module:purecloud-platform-client-v2/ApiClient}