purecloud-platform-client-v2 196.0.0 → 197.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +649 -116
  3. package/dist/web-amd/purecloud-platform-client-v2.js +649 -116
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +234 -98
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +235 -98
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +271 -92
  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/AgentUIApi.js +136 -0
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +129 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +156 -0
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +8 -4
  29. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/JourneyApi.js +3 -2
  40. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LearningApi.js +3 -2
  44. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OutboundApi.js +31 -35
  56. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RoutingApi.js +3 -2
  62. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SettingsApi.js +111 -1
  67. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/index.js +13 -1
@@ -4171,6 +4171,7 @@ var parseValues = function parseQueryStringValues(str, options) {
4171
4171
  var obj = { __proto__: null };
4172
4172
 
4173
4173
  var cleanStr = options.ignoreQueryPrefix ? str.replace(/^\?/, '') : str;
4174
+ cleanStr = cleanStr.replace(/%5B/gi, '[').replace(/%5D/gi, ']');
4174
4175
  var limit = options.parameterLimit === Infinity ? undefined : options.parameterLimit;
4175
4176
  var parts = cleanStr.split(options.delimiter, limit);
4176
4177
  var skipIndex = -1; // Keep track of where the utf8 sentinel was found
@@ -6057,7 +6058,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
6057
6058
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
6058
6059
  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];}}}]);}();/**
6059
6060
  * @module purecloud-platform-client-v2/ApiClient
6060
- * @version 196.0.0
6061
+ * @version 197.0.0
6061
6062
  */var ApiClient=/*#__PURE__*/function(){/**
6062
6063
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
6063
6064
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6366,10 +6367,44 @@ var formData=new FormData();formData.set(key,_formParams[key]);request.data=form
6366
6367
  var data=that.returnExtended===true?{status:response.status,statusText:response.statusText,headers:response.headers,body:response.data,text:response.text,error:null}:response.data?response.data:response.text;// Debug logging
6367
6368
  that.config.logger.log('trace',response.status,httpMethod,url,request.headers,response.headers,bodyParam,undefined);that.config.logger.log('debug',response.status,httpMethod,url,request.headers,undefined,bodyParam,undefined);// Resolve promise
6368
6369
  resolve(data);})["catch"](function(error){var data=error;if(error.response&&error.response.status==401&&that.config.refresh_access_token&&that.authData.refreshToken!==""){that._handleExpiredAccessToken().then(function(){sendRequest(that);})["catch"](function(err){reject(err);});}else if(error.response){// Log error
6369
- 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(){/**
6370
+ 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 AgentUIApi=/*#__PURE__*/function(){/**
6371
+ * AgentUI service.
6372
+ * @module purecloud-platform-client-v2/api/AgentUIApi
6373
+ * @version 197.0.0
6374
+ */ /**
6375
+ * Constructs a new AgentUIApi.
6376
+ * @alias module:purecloud-platform-client-v2/api/AgentUIApi
6377
+ * @class
6378
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
6379
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
6380
+ */function AgentUIApi(apiClient){_classCallCheck(this,AgentUIApi);this.apiClient=apiClient||ApiClient.instance;}/**
6381
+ * Delete agent auto answer settings
6382
+ *
6383
+ * @param {String} agentId The agent to apply the auto answer settings to
6384
+ */return _createClass(AgentUIApi,[{key:"deleteUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
6385
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','DELETE',{'agentId':agentId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6386
+ * Get agent auto answer settings
6387
+ *
6388
+ * @param {String} agentId The agent to apply the auto answer settings to
6389
+ */},{key:"getUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
6390
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','GET',{'agentId':agentId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6391
+ * Update agent auto answer settings
6392
+ *
6393
+ * @param {String} agentId The agent to apply the auto answer settings to
6394
+ * @param {Object} body AutoAnswerSettings
6395
+ */},{key:"patchUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId,body){// verify the required parameter 'agentId' is set
6396
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';}// verify the required parameter 'body' is set
6397
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PATCH',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6398
+ * Set agent auto answer settings
6399
+ *
6400
+ * @param {String} agentId The agent to apply the auto answer settings to
6401
+ * @param {Object} body AutoAnswerSettings
6402
+ */},{key:"putUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId,body){// verify the required parameter 'agentId' is set
6403
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}// verify the required parameter 'body' is set
6404
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AlertingApi=/*#__PURE__*/function(){/**
6370
6405
  * Alerting service.
6371
6406
  * @module purecloud-platform-client-v2/api/AlertingApi
6372
- * @version 196.0.0
6407
+ * @version 197.0.0
6373
6408
  */ /**
6374
6409
  * Constructs a new AlertingApi.
6375
6410
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -6526,7 +6561,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
6526
6561
  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(){/**
6527
6562
  * Analytics service.
6528
6563
  * @module purecloud-platform-client-v2/api/AnalyticsApi
6529
- * @version 196.0.0
6564
+ * @version 197.0.0
6530
6565
  */ /**
6531
6566
  * Constructs a new AnalyticsApi.
6532
6567
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -7147,7 +7182,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7147
7182
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAnalyticsDataretentionSettings';}return this.apiClient.callApi('/api/v2/analytics/dataretention/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var ArchitectApi=/*#__PURE__*/function(){/**
7148
7183
  * Architect service.
7149
7184
  * @module purecloud-platform-client-v2/api/ArchitectApi
7150
- * @version 196.0.0
7185
+ * @version 197.0.0
7151
7186
  */ /**
7152
7187
  * Constructs a new ArchitectApi.
7153
7188
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -8263,7 +8298,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
8263
8298
  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(){/**
8264
8299
  * Audit service.
8265
8300
  * @module purecloud-platform-client-v2/api/AuditApi
8266
- * @version 196.0.0
8301
+ * @version 197.0.0
8267
8302
  */ /**
8268
8303
  * Constructs a new AuditApi.
8269
8304
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -8312,7 +8347,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8312
8347
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAuditsQueryRealtimeRelated';}return this.apiClient.callApi('/api/v2/audits/query/realtime/related','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuthorizationApi=/*#__PURE__*/function(){/**
8313
8348
  * Authorization service.
8314
8349
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8315
- * @version 196.0.0
8350
+ * @version 197.0.0
8316
8351
  */ /**
8317
8352
  * Constructs a new AuthorizationApi.
8318
8353
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -8627,7 +8662,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
8627
8662
  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(){/**
8628
8663
  * Billing service.
8629
8664
  * @module purecloud-platform-client-v2/api/BillingApi
8630
- * @version 196.0.0
8665
+ * @version 197.0.0
8631
8666
  */ /**
8632
8667
  * Constructs a new BillingApi.
8633
8668
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -8651,7 +8686,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
8651
8686
  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(){/**
8652
8687
  * CarrierServices service.
8653
8688
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8654
- * @version 196.0.0
8689
+ * @version 197.0.0
8655
8690
  */ /**
8656
8691
  * Constructs a new CarrierServicesApi.
8657
8692
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -8671,7 +8706,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8671
8706
  */},{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(){/**
8672
8707
  * Chat service.
8673
8708
  * @module purecloud-platform-client-v2/api/ChatApi
8674
- * @version 196.0.0
8709
+ * @version 197.0.0
8675
8710
  */ /**
8676
8711
  * Constructs a new ChatApi.
8677
8712
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -8896,7 +8931,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8896
8931
  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(){/**
8897
8932
  * Coaching service.
8898
8933
  * @module purecloud-platform-client-v2/api/CoachingApi
8899
- * @version 196.0.0
8934
+ * @version 197.0.0
8900
8935
  */ /**
8901
8936
  * Constructs a new CoachingApi.
8902
8937
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -9049,7 +9084,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9049
9084
  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(){/**
9050
9085
  * ContentManagement service.
9051
9086
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9052
- * @version 196.0.0
9087
+ * @version 197.0.0
9053
9088
  */ /**
9054
9089
  * Constructs a new ContentManagementApi.
9055
9090
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -9332,7 +9367,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
9332
9367
  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(){/**
9333
9368
  * Conversations service.
9334
9369
  * @module purecloud-platform-client-v2/api/ConversationsApi
9335
- * @version 196.0.0
9370
+ * @version 197.0.0
9336
9371
  */ /**
9337
9372
  * Constructs a new ConversationsApi.
9338
9373
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -9495,6 +9530,24 @@ if(participantId===undefined||participantId===null){throw'Missing the required p
9495
9530
  * @param {String} conversationId conversation ID
9496
9531
  */},{key:"getConversationSecureattributes",value:function getConversationSecureattributes(conversationId){// verify the required parameter 'conversationId' is set
9497
9532
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationSecureattributes';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/secureattributes','GET',{'conversationId':conversationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9533
+ * Get Suggestion.
9534
+ *
9535
+ * @param {String} conversationId Conversation ID
9536
+ * @param {String} suggestionId Suggestion ID
9537
+ */},{key:"getConversationSuggestion",value:function getConversationSuggestion(conversationId,suggestionId){// verify the required parameter 'conversationId' is set
9538
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationSuggestion';}// verify the required parameter 'suggestionId' is set
9539
+ if(suggestionId===undefined||suggestionId===null){throw'Missing the required parameter "suggestionId" when calling getConversationSuggestion';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/suggestions/{suggestionId}','GET',{'conversationId':conversationId,'suggestionId':suggestionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9540
+ * Get all suggestions for a conversation.
9541
+ *
9542
+ * @param {String} conversationId Conversation ID
9543
+ * @param {Object} opts Optional parameters
9544
+ * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
9545
+ * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
9546
+ * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
9547
+ * @param {Object} opts.type Suggestion type to filter by.
9548
+ * @param {Object} opts.state Suggestion state to filter Copilot suggestions.
9549
+ */},{key:"getConversationSuggestions",value:function getConversationSuggestions(conversationId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
9550
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationSuggestions';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/suggestions','GET',{'conversationId':conversationId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'type':opts['type'],'state':opts['state']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
9498
9551
  * Get active conversations for the logged in user
9499
9552
  *
9500
9553
  * @param {Object} opts Optional parameters
@@ -10430,6 +10483,22 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
10430
10483
  */},{key:"postConversationParticipantSecureivrsessions",value:function postConversationParticipantSecureivrsessions(conversationId,participantId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
10431
10484
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationParticipantSecureivrsessions';}// verify the required parameter 'participantId' is set
10432
10485
  if(participantId===undefined||participantId===null){throw'Missing the required parameter "participantId" when calling postConversationParticipantSecureivrsessions';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/participants/{participantId}/secureivrsessions','POST',{'conversationId':conversationId,'participantId':participantId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
10486
+ * Save an engagement on the suggestion.
10487
+ *
10488
+ * @param {String} conversationId Conversation ID
10489
+ * @param {String} suggestionId Suggestion ID
10490
+ * @param {Object} body
10491
+ */},{key:"postConversationSuggestionEngagement",value:function postConversationSuggestionEngagement(conversationId,suggestionId,body){// verify the required parameter 'conversationId' is set
10492
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationSuggestionEngagement';}// verify the required parameter 'suggestionId' is set
10493
+ if(suggestionId===undefined||suggestionId===null){throw'Missing the required parameter "suggestionId" when calling postConversationSuggestionEngagement';}// verify the required parameter 'body' is set
10494
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationSuggestionEngagement';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/suggestions/{suggestionId}/engagement','POST',{'conversationId':conversationId,'suggestionId':suggestionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10495
+ * Suggestion feedback.
10496
+ *
10497
+ * @param {String} conversationId Conversation ID
10498
+ * @param {Object} body SuggestionFeedback
10499
+ */},{key:"postConversationSuggestionsFeedback",value:function postConversationSuggestionsFeedback(conversationId,body){// verify the required parameter 'conversationId' is set
10500
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling postConversationSuggestionsFeedback';}// verify the required parameter 'body' is set
10501
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postConversationSuggestionsFeedback';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/suggestions/feedback','POST',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10433
10502
  * Submit feedback for the summary.
10434
10503
  *
10435
10504
  * @param {String} conversationId Conversation ID
@@ -11012,7 +11081,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
11012
11081
  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(){/**
11013
11082
  * DataExtensions service.
11014
11083
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
11015
- * @version 196.0.0
11084
+ * @version 197.0.0
11016
11085
  */ /**
11017
11086
  * Constructs a new DataExtensionsApi.
11018
11087
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -11033,7 +11102,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11033
11102
  */},{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(){/**
11034
11103
  * Downloads service.
11035
11104
  * @module purecloud-platform-client-v2/api/DownloadsApi
11036
- * @version 196.0.0
11105
+ * @version 197.0.0
11037
11106
  */ /**
11038
11107
  * Constructs a new DownloadsApi.
11039
11108
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -11052,7 +11121,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11052
11121
  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(){/**
11053
11122
  * Emails service.
11054
11123
  * @module purecloud-platform-client-v2/api/EmailsApi
11055
- * @version 196.0.0
11124
+ * @version 197.0.0
11056
11125
  */ /**
11057
11126
  * Constructs a new EmailsApi.
11058
11127
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -11067,10 +11136,48 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
11067
11136
  *
11068
11137
  * @param {Object} opts Optional parameters
11069
11138
  * @param {Object} opts.body
11070
- */},{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(){/**
11139
+ */},{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 EmployeeEngagementApi=/*#__PURE__*/function(){/**
11140
+ * EmployeeEngagement service.
11141
+ * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
11142
+ * @version 197.0.0
11143
+ */ /**
11144
+ * Constructs a new EmployeeEngagementApi.
11145
+ * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
11146
+ * @class
11147
+ * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
11148
+ * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
11149
+ */function EmployeeEngagementApi(apiClient){_classCallCheck(this,EmployeeEngagementApi);this.apiClient=apiClient||ApiClient.instance;}/**
11150
+ * Deletes a celebration
11151
+ *
11152
+ * @param {String} celebrationId The ID of the celebration
11153
+ */return _createClass(EmployeeEngagementApi,[{key:"deleteEmployeeengagementCelebration",value:function deleteEmployeeengagementCelebration(celebrationId){// verify the required parameter 'celebrationId' is set
11154
+ if(celebrationId===undefined||celebrationId===null){throw'Missing the required parameter "celebrationId" when calling deleteEmployeeengagementCelebration';}return this.apiClient.callApi('/api/v2/employeeengagement/celebrations/{celebrationId}','DELETE',{'celebrationId':celebrationId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11155
+ * Get all celebrations
11156
+ *
11157
+ * @param {Object} opts Optional parameters
11158
+ * @param {Number} opts.pageNumber (default to 1)
11159
+ * @param {Number} opts.pageSize (default to 25)
11160
+ */},{key:"getEmployeeengagementCelebrations",value:function getEmployeeengagementCelebrations(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/employeeengagement/celebrations','GET',{},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11161
+ * Gets a single recognition
11162
+ *
11163
+ * @param {String} recognitionId The Recognition ID
11164
+ */},{key:"getEmployeeengagementRecognition",value:function getEmployeeengagementRecognition(recognitionId){// verify the required parameter 'recognitionId' is set
11165
+ if(recognitionId===undefined||recognitionId===null){throw'Missing the required parameter "recognitionId" when calling getEmployeeengagementRecognition';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions/{recognitionId}','GET',{'recognitionId':recognitionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11166
+ * Set a state for a celebration
11167
+ *
11168
+ * @param {String} celebrationId The ID of the celebration
11169
+ * @param {Object} body Patch Celebration state
11170
+ */},{key:"patchEmployeeengagementCelebration",value:function patchEmployeeengagementCelebration(celebrationId,body){// verify the required parameter 'celebrationId' is set
11171
+ if(celebrationId===undefined||celebrationId===null){throw'Missing the required parameter "celebrationId" when calling patchEmployeeengagementCelebration';}// verify the required parameter 'body' is set
11172
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchEmployeeengagementCelebration';}return this.apiClient.callApi('/api/v2/employeeengagement/celebrations/{celebrationId}','PATCH',{'celebrationId':celebrationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11173
+ * Creates a recognition
11174
+ *
11175
+ * @param {Object} body Create Recognition
11176
+ */},{key:"postEmployeeengagementRecognitions",value:function postEmployeeengagementRecognitions(body){// verify the required parameter 'body' is set
11177
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postEmployeeengagementRecognitions';}return this.apiClient.callApi('/api/v2/employeeengagement/recognitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EventsApi=/*#__PURE__*/function(){/**
11071
11178
  * Events service.
11072
11179
  * @module purecloud-platform-client-v2/api/EventsApi
11073
- * @version 196.0.0
11180
+ * @version 197.0.0
11074
11181
  */ /**
11075
11182
  * Constructs a new EventsApi.
11076
11183
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -11095,7 +11202,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11095
11202
  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(){/**
11096
11203
  * ExternalContacts service.
11097
11204
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
11098
- * @version 196.0.0
11205
+ * @version 197.0.0
11099
11206
  */ /**
11100
11207
  * Constructs a new ExternalContactsApi.
11101
11208
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11146,7 +11253,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11146
11253
  *
11147
11254
  * @param {String} contactId ExternalContact ID
11148
11255
  * @param {Object} opts Optional parameters
11149
- * @param {Array.<String>} opts.expand which fields, if any, to expand (externalOrganization,externalDataSources)
11256
+ * @param {Array.<String>} opts.expand which fields, if any, to expand (externalOrganization,externalDataSources,identifiers)
11150
11257
  */},{key:"getExternalcontactsContact",value:function getExternalcontactsContact(contactId,opts){opts=opts||{};// verify the required parameter 'contactId' is set
11151
11258
  if(contactId===undefined||contactId===null){throw'Missing the required parameter "contactId" when calling getExternalcontactsContact';}return this.apiClient.callApi('/api/v2/externalcontacts/contacts/{contactId}','GET',{'contactId':contactId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11152
11259
  * List the identifiers for a contact
@@ -11452,8 +11559,10 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11452
11559
  * Fetch a contact using an identifier type and value.
11453
11560
  * Phone number identifier values must be provided with the country code and a leading + symbol. Example: "+1 704 298 4733"
11454
11561
  * @param {Object} identifier
11455
- */},{key:"postExternalcontactsIdentifierlookup",value:function postExternalcontactsIdentifierlookup(identifier){// verify the required parameter 'identifier' is set
11456
- if(identifier===undefined||identifier===null){throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookup';}return this.apiClient.callApi('/api/v2/externalcontacts/identifierlookup','POST',{},{},{},{},identifier,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11562
+ * @param {Object} opts Optional parameters
11563
+ * @param {Array.<String>} opts.expand which field, if any, to expand
11564
+ */},{key:"postExternalcontactsIdentifierlookup",value:function postExternalcontactsIdentifierlookup(identifier,opts){opts=opts||{};// verify the required parameter 'identifier' is set
11565
+ if(identifier===undefined||identifier===null){throw'Missing the required parameter "identifier" when calling postExternalcontactsIdentifierlookup';}return this.apiClient.callApi('/api/v2/externalcontacts/identifierlookup','POST',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},identifier,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11457
11566
  * Merge two contacts into a new contact record
11458
11567
  * Two curated contacts cannot be merged. Refer to the Contact Merging article on the Developer Center for details
11459
11568
  * @param {Object} body MergeRequest
@@ -11550,7 +11659,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11550
11659
  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(){/**
11551
11660
  * Fax service.
11552
11661
  * @module purecloud-platform-client-v2/api/FaxApi
11553
- * @version 196.0.0
11662
+ * @version 197.0.0
11554
11663
  */ /**
11555
11664
  * Constructs a new FaxApi.
11556
11665
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11599,7 +11708,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11599
11708
  */},{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(){/**
11600
11709
  * Flows service.
11601
11710
  * @module purecloud-platform-client-v2/api/FlowsApi
11602
- * @version 196.0.0
11711
+ * @version 197.0.0
11603
11712
  */ /**
11604
11713
  * Constructs a new FlowsApi.
11605
11714
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -11647,7 +11756,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11647
11756
  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(){/**
11648
11757
  * Gamification service.
11649
11758
  * @module purecloud-platform-client-v2/api/GamificationApi
11650
- * @version 196.0.0
11759
+ * @version 197.0.0
11651
11760
  */ /**
11652
11761
  * Constructs a new GamificationApi.
11653
11762
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -12187,7 +12296,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12187
12296
  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(){/**
12188
12297
  * GeneralDataProtectionRegulation service.
12189
12298
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
12190
- * @version 196.0.0
12299
+ * @version 197.0.0
12191
12300
  */ /**
12192
12301
  * Constructs a new GeneralDataProtectionRegulationApi.
12193
12302
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12222,7 +12331,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12222
12331
  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(){/**
12223
12332
  * Geolocation service.
12224
12333
  * @module purecloud-platform-client-v2/api/GeolocationApi
12225
- * @version 196.0.0
12334
+ * @version 197.0.0
12226
12335
  */ /**
12227
12336
  * Constructs a new GeolocationApi.
12228
12337
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12256,7 +12365,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12256
12365
  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(){/**
12257
12366
  * Greetings service.
12258
12367
  * @module purecloud-platform-client-v2/api/GreetingsApi
12259
- * @version 196.0.0
12368
+ * @version 197.0.0
12260
12369
  */ /**
12261
12370
  * Constructs a new GreetingsApi.
12262
12371
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12363,7 +12472,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12363
12472
  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(){/**
12364
12473
  * Groups service.
12365
12474
  * @module purecloud-platform-client-v2/api/GroupsApi
12366
- * @version 196.0.0
12475
+ * @version 197.0.0
12367
12476
  */ /**
12368
12477
  * Constructs a new GroupsApi.
12369
12478
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12496,7 +12605,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12496
12605
  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(){/**
12497
12606
  * IdentityProvider service.
12498
12607
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12499
- * @version 196.0.0
12608
+ * @version 197.0.0
12500
12609
  */ /**
12501
12610
  * Constructs a new IdentityProviderApi.
12502
12611
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -12652,7 +12761,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12652
12761
  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(){/**
12653
12762
  * InfrastructureAsCode service.
12654
12763
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
12655
- * @version 196.0.0
12764
+ * @version 197.0.0
12656
12765
  */ /**
12657
12766
  * Constructs a new InfrastructureAsCodeApi.
12658
12767
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -12706,7 +12815,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
12706
12815
  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(){/**
12707
12816
  * Integrations service.
12708
12817
  * @module purecloud-platform-client-v2/api/IntegrationsApi
12709
- * @version 196.0.0
12818
+ * @version 197.0.0
12710
12819
  */ /**
12711
12820
  * Constructs a new IntegrationsApi.
12712
12821
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -13317,7 +13426,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13317
13426
  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(){/**
13318
13427
  * Journey service.
13319
13428
  * @module purecloud-platform-client-v2/api/JourneyApi
13320
- * @version 196.0.0
13429
+ * @version 197.0.0
13321
13430
  */ /**
13322
13431
  * Constructs a new JourneyApi.
13323
13432
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -13510,9 +13619,10 @@ if(sessionId===undefined||sessionId===null){throw'Missing the required parameter
13510
13619
  * @param {Object} opts Optional parameters
13511
13620
  * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
13512
13621
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
13622
+ * @param {Object} opts.eventType A comma separated list of journey event types to include in the results.
13513
13623
  * getJourneySessionEvents is a preview method and is subject to both breaking and non-breaking changes at any time without notice
13514
13624
  */},{key:"getJourneySessionEvents",value:function getJourneySessionEvents(sessionId,opts){opts=opts||{};// verify the required parameter 'sessionId' is set
13515
- if(sessionId===undefined||sessionId===null){throw'Missing the required parameter "sessionId" when calling getJourneySessionEvents';}return this.apiClient.callApi('/api/v2/journey/sessions/{sessionId}/events','GET',{'sessionId':sessionId},{'pageSize':opts['pageSize'],'after':opts['after']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13625
+ if(sessionId===undefined||sessionId===null){throw'Missing the required parameter "sessionId" when calling getJourneySessionEvents';}return this.apiClient.callApi('/api/v2/journey/sessions/{sessionId}/events','GET',{'sessionId':sessionId},{'pageSize':opts['pageSize'],'after':opts['after'],'eventType':opts['eventType']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13516
13626
  * Retrieve latest outcome score associated with a session for all outcomes.
13517
13627
  *
13518
13628
  * @param {String} sessionId ID of the session.
@@ -13714,7 +13824,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13714
13824
  */},{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(){/**
13715
13825
  * Knowledge service.
13716
13826
  * @module purecloud-platform-client-v2/api/KnowledgeApi
13717
- * @version 196.0.0
13827
+ * @version 197.0.0
13718
13828
  */ /**
13719
13829
  * Constructs a new KnowledgeApi.
13720
13830
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -14627,7 +14737,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14627
14737
  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(){/**
14628
14738
  * LanguageUnderstanding service.
14629
14739
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
14630
- * @version 196.0.0
14740
+ * @version 197.0.0
14631
14741
  */ /**
14632
14742
  * Constructs a new LanguageUnderstandingApi.
14633
14743
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -14887,7 +14997,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
14887
14997
  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
14998
  * Languages service.
14889
14999
  * @module purecloud-platform-client-v2/api/LanguagesApi
14890
- * @version 196.0.0
15000
+ * @version 197.0.0
14891
15001
  */ /**
14892
15002
  * Constructs a new LanguagesApi.
14893
15003
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -14942,7 +15052,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
14942
15052
  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
15053
  * Learning service.
14944
15054
  * @module purecloud-platform-client-v2/api/LearningApi
14945
- * @version 196.0.0
15055
+ * @version 197.0.0
14946
15056
  */ /**
14947
15057
  * Constructs a new LearningApi.
14948
15058
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -14973,10 +15083,11 @@ if(assignmentId===undefined||assignmentId===null){throw'Missing the required par
14973
15083
  * @param {String} stepId The ID of Learning Assignment Step
14974
15084
  * @param {Object} opts Optional parameters
14975
15085
  * @param {String} opts.shareableContentObjectId The ID of SCO to load
15086
+ * @param {Object} opts.defaultShareableContentObject The default SCO to retrieve
14976
15087
  * @param {Array.<String>} opts.expand Fields to expand in response
14977
15088
  */},{key:"getLearningAssignmentStep",value:function getLearningAssignmentStep(assignmentId,stepId,opts){opts=opts||{};// verify the required parameter 'assignmentId' is set
14978
15089
  if(assignmentId===undefined||assignmentId===null){throw'Missing the required parameter "assignmentId" when calling getLearningAssignmentStep';}// verify the required parameter 'stepId' is set
14979
- if(stepId===undefined||stepId===null){throw'Missing the required parameter "stepId" when calling getLearningAssignmentStep';}return this.apiClient.callApi('/api/v2/learning/assignments/{assignmentId}/steps/{stepId}','GET',{'assignmentId':assignmentId,'stepId':stepId},{'shareableContentObjectId':opts['shareableContentObjectId'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15090
+ if(stepId===undefined||stepId===null){throw'Missing the required parameter "stepId" when calling getLearningAssignmentStep';}return this.apiClient.callApi('/api/v2/learning/assignments/{assignmentId}/steps/{stepId}','GET',{'assignmentId':assignmentId,'stepId':stepId},{'shareableContentObjectId':opts['shareableContentObjectId'],'defaultShareableContentObject':opts['defaultShareableContentObject'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14980
15091
  * List of Learning module Assignments
14981
15092
  * Either moduleId or user value is required
14982
15093
  * @param {Object} opts Optional parameters
@@ -15212,7 +15323,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
15212
15323
  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(){/**
15213
15324
  * License service.
15214
15325
  * @module purecloud-platform-client-v2/api/LicenseApi
15215
- * @version 196.0.0
15326
+ * @version 197.0.0
15216
15327
  */ /**
15217
15328
  * Constructs a new LicenseApi.
15218
15329
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -15266,7 +15377,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
15266
15377
  */},{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(){/**
15267
15378
  * Locations service.
15268
15379
  * @module purecloud-platform-client-v2/api/LocationsApi
15269
- * @version 196.0.0
15380
+ * @version 197.0.0
15270
15381
  */ /**
15271
15382
  * Constructs a new LocationsApi.
15272
15383
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -15325,7 +15436,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15325
15436
  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(){/**
15326
15437
  * LogCapture service.
15327
15438
  * @module purecloud-platform-client-v2/api/LogCaptureApi
15328
- * @version 196.0.0
15439
+ * @version 197.0.0
15329
15440
  */ /**
15330
15441
  * Constructs a new LogCaptureApi.
15331
15442
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -15375,7 +15486,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15375
15486
  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(){/**
15376
15487
  * Messaging service.
15377
15488
  * @module purecloud-platform-client-v2/api/MessagingApi
15378
- * @version 196.0.0
15489
+ * @version 197.0.0
15379
15490
  */ /**
15380
15491
  * Constructs a new MessagingApi.
15381
15492
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -15465,7 +15576,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15465
15576
  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(){/**
15466
15577
  * MobileDevices service.
15467
15578
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
15468
- * @version 196.0.0
15579
+ * @version 197.0.0
15469
15580
  */ /**
15470
15581
  * Constructs a new MobileDevicesApi.
15471
15582
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15504,7 +15615,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15504
15615
  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(){/**
15505
15616
  * Notifications service.
15506
15617
  * @module purecloud-platform-client-v2/api/NotificationsApi
15507
- * @version 196.0.0
15618
+ * @version 197.0.0
15508
15619
  */ /**
15509
15620
  * Constructs a new NotificationsApi.
15510
15621
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15561,7 +15672,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15561
15672
  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(){/**
15562
15673
  * OAuth service.
15563
15674
  * @module purecloud-platform-client-v2/api/OAuthApi
15564
- * @version 196.0.0
15675
+ * @version 197.0.0
15565
15676
  */ /**
15566
15677
  * Constructs a new OAuthApi.
15567
15678
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -15646,7 +15757,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
15646
15757
  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(){/**
15647
15758
  * Objects service.
15648
15759
  * @module purecloud-platform-client-v2/api/ObjectsApi
15649
- * @version 196.0.0
15760
+ * @version 197.0.0
15650
15761
  */ /**
15651
15762
  * Constructs a new ObjectsApi.
15652
15763
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -15717,7 +15828,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
15717
15828
  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(){/**
15718
15829
  * OperationalEvents service.
15719
15830
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
15720
- * @version 196.0.0
15831
+ * @version 197.0.0
15721
15832
  */ /**
15722
15833
  * Constructs a new OperationalEventsApi.
15723
15834
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -15735,7 +15846,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
15735
15846
  */},{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(){/**
15736
15847
  * Organization service.
15737
15848
  * @module purecloud-platform-client-v2/api/OrganizationApi
15738
- * @version 196.0.0
15849
+ * @version 197.0.0
15739
15850
  */ /**
15740
15851
  * Constructs a new OrganizationApi.
15741
15852
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -15840,7 +15951,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15840
15951
  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(){/**
15841
15952
  * OrganizationAuthorization service.
15842
15953
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
15843
- * @version 196.0.0
15954
+ * @version 197.0.0
15844
15955
  */ /**
15845
15956
  * Constructs a new OrganizationAuthorizationApi.
15846
15957
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -16163,7 +16274,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
16163
16274
  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(){/**
16164
16275
  * Outbound service.
16165
16276
  * @module purecloud-platform-client-v2/api/OutboundApi
16166
- * @version 196.0.0
16277
+ * @version 197.0.0
16167
16278
  */ /**
16168
16279
  * Constructs a new OutboundApi.
16169
16280
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -16839,6 +16950,13 @@ if(sequenceId===undefined||sequenceId===null){throw'Missing the required paramet
16839
16950
  * Get the Dialer wrap up code mapping.
16840
16951
  *
16841
16952
  */},{key:"getOutboundWrapupcodemappings",value:function getOutboundWrapupcodemappings(){return this.apiClient.callApi('/api/v2/outbound/wrapupcodemappings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16953
+ * Update a campaign.
16954
+ *
16955
+ * @param {String} campaignId Campaign ID
16956
+ * @param {Object} body CampaignPatchRequest
16957
+ */},{key:"patchOutboundCampaign",value:function patchOutboundCampaign(campaignId,body){// verify the required parameter 'campaignId' is set
16958
+ if(campaignId===undefined||campaignId===null){throw'Missing the required parameter "campaignId" when calling patchOutboundCampaign';}// verify the required parameter 'body' is set
16959
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchOutboundCampaign';}return this.apiClient.callApi('/api/v2/outbound/campaigns/{campaignId}','PATCH',{'campaignId':campaignId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16842
16960
  * Add entries to or delete entries from a DNC list.
16843
16961
  * Only Internal DNC lists may be deleted from
16844
16962
  * @param {String} dncListId DncList ID
@@ -16870,18 +16988,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16870
16988
  * @param {Object} body AttemptLimits
16871
16989
  */},{key:"postOutboundAttemptlimits",value:function postOutboundAttemptlimits(body){// verify the required parameter 'body' is set
16872
16990
  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']);}/**
16873
- * Retrieves audits for dialer. (Deprecated)
16874
- * This endpoint is deprecated as a result of this functionality being moved to the Audit Service. Please use "/api/v2/audits/query" instead.
16875
- * @param {Object} body AuditSearch
16876
- * @param {Object} opts Optional parameters
16877
- * @param {Number} opts.pageSize Page size (default to 25)
16878
- * @param {Number} opts.pageNumber Page number (default to 1)
16879
- * @param {String} opts.sortBy Sort by (default to entity.name)
16880
- * @param {String} opts.sortOrder Sort order (default to ascending)
16881
- * @param {Boolean} opts.facetsOnly Facets only (default to false)
16882
- * @deprecated
16883
- */},{key:"postOutboundAudits",value:function postOutboundAudits(body,opts){opts=opts||{};// verify the required parameter 'body' is set
16884
- 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']);}/**
16885
16991
  * Create callable time set
16886
16992
  *
16887
16993
  * @param {Object} body DialerCallableTimeSet
@@ -17235,7 +17341,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17235
17341
  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(){/**
17236
17342
  * Presence service.
17237
17343
  * @module purecloud-platform-client-v2/api/PresenceApi
17238
- * @version 196.0.0
17344
+ * @version 197.0.0
17239
17345
  */ /**
17240
17346
  * Constructs a new PresenceApi.
17241
17347
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -17408,7 +17514,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17408
17514
  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(){/**
17409
17515
  * ProcessAutomation service.
17410
17516
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
17411
- * @version 196.0.0
17517
+ * @version 197.0.0
17412
17518
  */ /**
17413
17519
  * Constructs a new ProcessAutomationApi.
17414
17520
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -17471,7 +17577,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
17471
17577
  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(){/**
17472
17578
  * Quality service.
17473
17579
  * @module purecloud-platform-client-v2/api/QualityApi
17474
- * @version 196.0.0
17580
+ * @version 197.0.0
17475
17581
  */ /**
17476
17582
  * Constructs a new QualityApi.
17477
17583
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -17940,7 +18046,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
17940
18046
  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(){/**
17941
18047
  * Recording service.
17942
18048
  * @module purecloud-platform-client-v2/api/RecordingApi
17943
- * @version 196.0.0
18049
+ * @version 197.0.0
17944
18050
  */ /**
17945
18051
  * Constructs a new RecordingApi.
17946
18052
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -18351,7 +18457,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18351
18457
  */},{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(){/**
18352
18458
  * ResponseManagement service.
18353
18459
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
18354
- * @version 196.0.0
18460
+ * @version 197.0.0
18355
18461
  */ /**
18356
18462
  * Constructs a new ResponseManagementApi.
18357
18463
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -18472,7 +18578,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
18472
18578
  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(){/**
18473
18579
  * Routing service.
18474
18580
  * @module purecloud-platform-client-v2/api/RoutingApi
18475
- * @version 196.0.0
18581
+ * @version 197.0.0
18476
18582
  */ /**
18477
18583
  * Constructs a new RoutingApi.
18478
18584
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -18954,7 +19060,8 @@ if(addressId===undefined||addressId===null){throw'Missing the required parameter
18954
19060
  * @param {Object} opts.sortOrder Sort order
18955
19061
  * @param {String} opts.language A language tag (which is sometimes referred to as a locale identifier) to use to localize country field and sort operations (default to en-US)
18956
19062
  * @param {String} opts.integrationId Filter on the Genesys Cloud integration id to which the phone number belongs to
18957
- */},{key:"getRoutingSmsPhonenumbers",value:function getRoutingSmsPhonenumbers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/sms/phonenumbers','GET',{},{'phoneNumber':opts['phoneNumber'],'phoneNumberType':this.apiClient.buildCollectionParam(opts['phoneNumberType'],'multi'),'phoneNumberStatus':this.apiClient.buildCollectionParam(opts['phoneNumberStatus'],'multi'),'countryCode':this.apiClient.buildCollectionParam(opts['countryCode'],'multi'),'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'language':opts['language'],'integration.id':opts['integrationId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
19063
+ * @param {String} opts.supportedContentId Filter based on the supported content ID
19064
+ */},{key:"getRoutingSmsPhonenumbers",value:function getRoutingSmsPhonenumbers(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/sms/phonenumbers','GET',{},{'phoneNumber':opts['phoneNumber'],'phoneNumberType':this.apiClient.buildCollectionParam(opts['phoneNumberType'],'multi'),'phoneNumberStatus':this.apiClient.buildCollectionParam(opts['phoneNumberStatus'],'multi'),'countryCode':this.apiClient.buildCollectionParam(opts['countryCode'],'multi'),'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'language':opts['language'],'integration.id':opts['integrationId'],'supportedContent.id':opts['supportedContentId']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18958
19065
  * Get the user's max utilization settings. If not configured, the organization-wide default is returned.
18959
19066
  *
18960
19067
  * @param {String} userId User ID
@@ -19440,7 +19547,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19440
19547
  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(){/**
19441
19548
  * SCIM service.
19442
19549
  * @module purecloud-platform-client-v2/api/SCIMApi
19443
- * @version 196.0.0
19550
+ * @version 197.0.0
19444
19551
  */ /**
19445
19552
  * Constructs a new SCIMApi.
19446
19553
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -19665,7 +19772,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19665
19772
  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(){/**
19666
19773
  * ScreenRecording service.
19667
19774
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
19668
- * @version 196.0.0
19775
+ * @version 197.0.0
19669
19776
  */ /**
19670
19777
  * Constructs a new ScreenRecordingApi.
19671
19778
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -19680,7 +19787,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19680
19787
  */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(){/**
19681
19788
  * Scripts service.
19682
19789
  * @module purecloud-platform-client-v2/api/ScriptsApi
19683
- * @version 196.0.0
19790
+ * @version 197.0.0
19684
19791
  */ /**
19685
19792
  * Constructs a new ScriptsApi.
19686
19793
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -19816,7 +19923,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
19816
19923
  */},{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(){/**
19817
19924
  * Search service.
19818
19925
  * @module purecloud-platform-client-v2/api/SearchApi
19819
- * @version 196.0.0
19926
+ * @version 197.0.0
19820
19927
  */ /**
19821
19928
  * Constructs a new SearchApi.
19822
19929
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -19976,7 +20083,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19976
20083
  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(){/**
19977
20084
  * Settings service.
19978
20085
  * @module purecloud-platform-client-v2/api/SettingsApi
19979
- * @version 196.0.0
20086
+ * @version 197.0.0
19980
20087
  */ /**
19981
20088
  * Constructs a new SettingsApi.
19982
20089
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -19984,13 +20091,23 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19984
20091
  * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
19985
20092
  * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
19986
20093
  */function SettingsApi(apiClient){_classCallCheck(this,SettingsApi);this.apiClient=apiClient||ApiClient.instance;}/**
20094
+ * Delete agent auto answer settings
20095
+ *
20096
+ * @param {String} agentId The agent to apply the auto answer settings to
20097
+ */return _createClass(SettingsApi,[{key:"deleteUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
20098
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling deleteUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','DELETE',{'agentId':agentId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
19987
20099
  * Get email Contact Center settings
19988
20100
  *
19989
- */return _createClass(SettingsApi,[{key:"getEmailsSettings",value:function getEmailsSettings(){return this.apiClient.callApi('/api/v2/emails/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20101
+ */},{key:"getEmailsSettings",value:function getEmailsSettings(){return this.apiClient.callApi('/api/v2/emails/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
19990
20102
  * Get the execution history enabled setting.
19991
20103
  * Get the execution history enabled setting.
19992
20104
  * getSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
19993
20105
  */},{key:"getSettingsExecutiondata",value:function getSettingsExecutiondata(){return this.apiClient.callApi('/api/v2/settings/executiondata','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20106
+ * Get agent auto answer settings
20107
+ *
20108
+ * @param {String} agentId The agent to apply the auto answer settings to
20109
+ */},{key:"getUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function getUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
20110
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling getUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','GET',{'agentId':agentId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
19994
20111
  * Patch email Contact Center settings
19995
20112
  *
19996
20113
  * @param {Object} opts Optional parameters
@@ -20001,10 +20118,24 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20001
20118
  * @param {Object} body New Execution Data Setting
20002
20119
  * patchSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
20003
20120
  */},{key:"patchSettingsExecutiondata",value:function patchSettingsExecutiondata(body){// verify the required parameter 'body' is set
20004
- 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(){/**
20121
+ 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']);}/**
20122
+ * Update agent auto answer settings
20123
+ *
20124
+ * @param {String} agentId The agent to apply the auto answer settings to
20125
+ * @param {Object} body AutoAnswerSettings
20126
+ */},{key:"patchUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function patchUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId,body){// verify the required parameter 'agentId' is set
20127
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';}// verify the required parameter 'body' is set
20128
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PATCH',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
20129
+ * Set agent auto answer settings
20130
+ *
20131
+ * @param {String} agentId The agent to apply the auto answer settings to
20132
+ * @param {Object} body AutoAnswerSettings
20133
+ */},{key:"putUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function putUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId,body){// verify the required parameter 'agentId' is set
20134
+ if(agentId===undefined||agentId===null){throw'Missing the required parameter "agentId" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}// verify the required parameter 'body' is set
20135
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
20005
20136
  * SpeechTextAnalytics service.
20006
20137
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
20007
- * @version 196.0.0
20138
+ * @version 197.0.0
20008
20139
  */ /**
20009
20140
  * Constructs a new SpeechTextAnalyticsApi.
20010
20141
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -20288,7 +20419,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20288
20419
  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(){/**
20289
20420
  * Stations service.
20290
20421
  * @module purecloud-platform-client-v2/api/StationsApi
20291
- * @version 196.0.0
20422
+ * @version 197.0.0
20292
20423
  */ /**
20293
20424
  * Constructs a new StationsApi.
20294
20425
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -20320,7 +20451,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
20320
20451
  */},{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(){/**
20321
20452
  * Suggest service.
20322
20453
  * @module purecloud-platform-client-v2/api/SuggestApi
20323
- * @version 196.0.0
20454
+ * @version 197.0.0
20324
20455
  */ /**
20325
20456
  * Constructs a new SuggestApi.
20326
20457
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -20360,7 +20491,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20360
20491
  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(){/**
20361
20492
  * TaskManagement service.
20362
20493
  * @module purecloud-platform-client-v2/api/TaskManagementApi
20363
- * @version 196.0.0
20494
+ * @version 197.0.0
20364
20495
  */ /**
20365
20496
  * Constructs a new TaskManagementApi.
20366
20497
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -20689,7 +20820,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
20689
20820
  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(){/**
20690
20821
  * Teams service.
20691
20822
  * @module purecloud-platform-client-v2/api/TeamsApi
20692
- * @version 196.0.0
20823
+ * @version 197.0.0
20693
20824
  */ /**
20694
20825
  * Constructs a new TeamsApi.
20695
20826
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -20767,7 +20898,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20767
20898
  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(){/**
20768
20899
  * Telephony service.
20769
20900
  * @module purecloud-platform-client-v2/api/TelephonyApi
20770
- * @version 196.0.0
20901
+ * @version 197.0.0
20771
20902
  */ /**
20772
20903
  * Constructs a new TelephonyApi.
20773
20904
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -20814,7 +20945,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
20814
20945
  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(){/**
20815
20946
  * TelephonyProvidersEdge service.
20816
20947
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
20817
- * @version 196.0.0
20948
+ * @version 197.0.0
20818
20949
  */ /**
20819
20950
  * Constructs a new TelephonyProvidersEdgeApi.
20820
20951
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -21624,7 +21755,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
21624
21755
  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(){/**
21625
21756
  * Textbots service.
21626
21757
  * @module purecloud-platform-client-v2/api/TextbotsApi
21627
- * @version 196.0.0
21758
+ * @version 197.0.0
21628
21759
  */ /**
21629
21760
  * Constructs a new TextbotsApi.
21630
21761
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -21659,7 +21790,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
21659
21790
  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(){/**
21660
21791
  * Tokens service.
21661
21792
  * @module purecloud-platform-client-v2/api/TokensApi
21662
- * @version 196.0.0
21793
+ * @version 197.0.0
21663
21794
  */ /**
21664
21795
  * Constructs a new TokensApi.
21665
21796
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -21693,7 +21824,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
21693
21824
  */},{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(){/**
21694
21825
  * Uploads service.
21695
21826
  * @module purecloud-platform-client-v2/api/UploadsApi
21696
- * @version 196.0.0
21827
+ * @version 197.0.0
21697
21828
  */ /**
21698
21829
  * Constructs a new UploadsApi.
21699
21830
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -21759,7 +21890,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21759
21890
  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(){/**
21760
21891
  * Usage service.
21761
21892
  * @module purecloud-platform-client-v2/api/UsageApi
21762
- * @version 196.0.0
21893
+ * @version 197.0.0
21763
21894
  */ /**
21764
21895
  * Constructs a new UsageApi.
21765
21896
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -21813,7 +21944,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21813
21944
  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(){/**
21814
21945
  * UserRecordings service.
21815
21946
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
21816
- * @version 196.0.0
21947
+ * @version 197.0.0
21817
21948
  */ /**
21818
21949
  * Constructs a new UserRecordingsApi.
21819
21950
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -21862,7 +21993,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
21862
21993
  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(){/**
21863
21994
  * Users service.
21864
21995
  * @module purecloud-platform-client-v2/api/UsersApi
21865
- * @version 196.0.0
21996
+ * @version 197.0.0
21866
21997
  */ /**
21867
21998
  * Constructs a new UsersApi.
21868
21999
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -22524,7 +22655,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
22524
22655
  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(){/**
22525
22656
  * Utilities service.
22526
22657
  * @module purecloud-platform-client-v2/api/UtilitiesApi
22527
- * @version 196.0.0
22658
+ * @version 197.0.0
22528
22659
  */ /**
22529
22660
  * Constructs a new UtilitiesApi.
22530
22661
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -22551,7 +22682,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22551
22682
  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(){/**
22552
22683
  * Voicemail service.
22553
22684
  * @module purecloud-platform-client-v2/api/VoicemailApi
22554
- * @version 196.0.0
22685
+ * @version 197.0.0
22555
22686
  */ /**
22556
22687
  * Constructs a new VoicemailApi.
22557
22688
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -22700,7 +22831,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22700
22831
  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(){/**
22701
22832
  * WebChat service.
22702
22833
  * @module purecloud-platform-client-v2/api/WebChatApi
22703
- * @version 196.0.0
22834
+ * @version 197.0.0
22704
22835
  */ /**
22705
22836
  * Constructs a new WebChatApi.
22706
22837
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -22835,7 +22966,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22835
22966
  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(){/**
22836
22967
  * WebDeployments service.
22837
22968
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
22838
- * @version 196.0.0
22969
+ * @version 197.0.0
22839
22970
  */ /**
22840
22971
  * Constructs a new WebDeploymentsApi.
22841
22972
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -22956,7 +23087,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
22956
23087
  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(){/**
22957
23088
  * WebMessaging service.
22958
23089
  * @module purecloud-platform-client-v2/api/WebMessagingApi
22959
- * @version 196.0.0
23090
+ * @version 197.0.0
22960
23091
  */ /**
22961
23092
  * Constructs a new WebMessagingApi.
22962
23093
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -22972,7 +23103,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
22972
23103
  */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(){/**
22973
23104
  * Widgets service.
22974
23105
  * @module purecloud-platform-client-v2/api/WidgetsApi
22975
- * @version 196.0.0
23106
+ * @version 197.0.0
22976
23107
  */ /**
22977
23108
  * Constructs a new WidgetsApi.
22978
23109
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -23007,7 +23138,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23007
23138
  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(){/**
23008
23139
  * WorkforceManagement service.
23009
23140
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
23010
- * @version 196.0.0
23141
+ * @version 197.0.0
23011
23142
  */ /**
23012
23143
  * Constructs a new WorkforceManagementApi.
23013
23144
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -24487,7 +24618,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
24487
24618
  * </pre>
24488
24619
  * </p>
24489
24620
  * @module purecloud-platform-client-v2/index
24490
- * @version 196.0.0
24621
+ * @version 197.0.0
24491
24622
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
24492
24623
  * The ApiClient constructor.
24493
24624
  * @property {module:purecloud-platform-client-v2/ApiClient}
@@ -24495,6 +24626,9 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
24495
24626
  * The ApiClient class.
24496
24627
  * @property {module:purecloud-platform-client-v2/ApiClient}
24497
24628
  */this.ApiClientClass=ApiClient;/**
24629
+ * The AgentUIApi service constructor.
24630
+ * @property {module:purecloud-platform-client-v2/api/AgentUIApi}
24631
+ */this.AgentUIApi=AgentUIApi;/**
24498
24632
  * The AlertingApi service constructor.
24499
24633
  * @property {module:purecloud-platform-client-v2/api/AlertingApi}
24500
24634
  */this.AlertingApi=AlertingApi;/**
@@ -24537,6 +24671,9 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
24537
24671
  * The EmailsApi service constructor.
24538
24672
  * @property {module:purecloud-platform-client-v2/api/EmailsApi}
24539
24673
  */this.EmailsApi=EmailsApi;/**
24674
+ * The EmployeeEngagementApi service constructor.
24675
+ * @property {module:purecloud-platform-client-v2/api/EmployeeEngagementApi}
24676
+ */this.EmployeeEngagementApi=EmployeeEngagementApi;/**
24540
24677
  * The EventsApi service constructor.
24541
24678
  * @property {module:purecloud-platform-client-v2/api/EventsApi}
24542
24679
  */this.EventsApi=EventsApi;/**