purecloud-platform-client-v2 218.0.0 → 218.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +346 -96
  3. package/dist/web-amd/purecloud-platform-client-v2.js +346 -96
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +149 -99
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +149 -99
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +216 -7
  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/AgentAssistantsApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -4
  16. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +61 -1
  17. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +36 -1
  25. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/EmailsApi.js +65 -1
  29. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +31 -1
  42. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/PresenceApi.js +11 -11
  60. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/RecordingApi.js +2 -2
  63. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SettingsApi.js +65 -1
  70. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  90. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -892,7 +892,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
892
892
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
893
893
  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:"getConfUrl",value:function getConfUrl(pathType,regionUrl){if(!this.gateway)return regionUrl;if(!this.gateway.host)return regionUrl;var url=this.gateway.protocol+'://'+this.gateway.host;if(this.gateway.port>-1)url=url+':'+this.gateway.port.toString();if(pathType==='login'){if(this.gateway.path_params_login){if(this.gateway.path_params_login.startsWith('/'))url=url+this.gateway.path_params_login;else url=url+'/'+this.gateway.path_params_login;}}else{if(this.gateway.path_params_api){if(this.gateway.path_params_api.startsWith('/'))url=url+this.gateway.path_params_api;else url=url+'/'+this.gateway.path_params_api;}}return url;}},{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];}}}]);}();/**
894
894
  * @module purecloud-platform-client-v2/ApiClient
895
- * @version 218.0.0
895
+ * @version 218.1.0
896
896
  */var ApiClient=/*#__PURE__*/function(){/**
897
897
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
898
898
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -1235,7 +1235,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
1235
1235
  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 AgentAssistantsApi=/*#__PURE__*/function(){/**
1236
1236
  * AgentAssistants service.
1237
1237
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1238
- * @version 218.0.0
1238
+ * @version 218.1.0
1239
1239
  *//**
1240
1240
  * Constructs a new AgentAssistantsApi.
1241
1241
  * @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
@@ -1336,7 +1336,7 @@ if(queueId===undefined||queueId===null){throw'Missing the required parameter "qu
1336
1336
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantQueue';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/queues/{queueId}','PUT',{'assistantId':assistantId,'queueId':queueId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentCopilotApi=/*#__PURE__*/function(){/**
1337
1337
  * AgentCopilot service.
1338
1338
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
1339
- * @version 218.0.0
1339
+ * @version 218.1.0
1340
1340
  *//**
1341
1341
  * Constructs a new AgentCopilotApi.
1342
1342
  * @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
@@ -1358,7 +1358,7 @@ if(assistantId===undefined||assistantId===null){throw'Missing the required param
1358
1358
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAssistantCopilot';}return this.apiClient.callApi('/api/v2/assistants/{assistantId}/copilot','PUT',{'assistantId':assistantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
1359
1359
  * AgentUI service.
1360
1360
  * @module purecloud-platform-client-v2/api/AgentUIApi
1361
- * @version 218.0.0
1361
+ * @version 218.1.0
1362
1362
  *//**
1363
1363
  * Constructs a new AgentUIApi.
1364
1364
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -1392,7 +1392,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
1392
1392
  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(){/**
1393
1393
  * Alerting service.
1394
1394
  * @module purecloud-platform-client-v2/api/AlertingApi
1395
- * @version 218.0.0
1395
+ * @version 218.1.0
1396
1396
  *//**
1397
1397
  * Constructs a new AlertingApi.
1398
1398
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -1481,7 +1481,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
1481
1481
  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(){/**
1482
1482
  * Analytics service.
1483
1483
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1484
- * @version 218.0.0
1484
+ * @version 218.1.0
1485
1485
  *//**
1486
1486
  * Constructs a new AnalyticsApi.
1487
1487
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -1516,7 +1516,6 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
1516
1516
  * Get an agent and their active sessions by user ID
1517
1517
  *
1518
1518
  * @param {String} userId userId
1519
- * getAnalyticsAgentStatus is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1520
1519
  */},{key:"getAnalyticsAgentStatus",value:function getAnalyticsAgentStatus(userId){// verify the required parameter 'userId' is set
1521
1520
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling getAnalyticsAgentStatus';}return this.apiClient.callApi('/api/v2/analytics/agents/{userId}/status','GET',{'userId':userId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1522
1521
  * Get status for async query for agent copilot aggregates
@@ -1881,13 +1880,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
1881
1880
  * Count agents by segment type
1882
1881
  *
1883
1882
  * @param {Object} body query
1884
- * postAnalyticsAgentsStatusCounts is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1885
1883
  */},{key:"postAnalyticsAgentsStatusCounts",value:function postAnalyticsAgentsStatusCounts(body){// verify the required parameter 'body' is set
1886
1884
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusCounts';}return this.apiClient.callApi('/api/v2/analytics/agents/status/counts','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1887
1885
  * Retrieve the top 50 agents matching the query filters
1888
1886
  *
1889
1887
  * @param {Object} body query
1890
- * postAnalyticsAgentsStatusQuery is a preview method and is subject to both breaking and non-breaking changes at any time without notice
1891
1888
  */},{key:"postAnalyticsAgentsStatusQuery",value:function postAnalyticsAgentsStatusQuery(body){// verify the required parameter 'body' is set
1892
1889
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postAnalyticsAgentsStatusQuery';}return this.apiClient.callApi('/api/v2/analytics/agents/status/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
1893
1890
  * Query for bot aggregates asynchronously
@@ -2152,7 +2149,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2152
2149
  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(){/**
2153
2150
  * Architect service.
2154
2151
  * @module purecloud-platform-client-v2/api/ArchitectApi
2155
- * @version 218.0.0
2152
+ * @version 218.1.0
2156
2153
  *//**
2157
2154
  * Constructs a new ArchitectApi.
2158
2155
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -2996,6 +2993,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2996
2993
  * @param {String} promptId Prompt ID
2997
2994
  */},{key:"postArchitectPromptHistory",value:function postArchitectPromptHistory(promptId){// verify the required parameter 'promptId' is set
2998
2995
  if(promptId===undefined||promptId===null){throw'Missing the required parameter "promptId" when calling postArchitectPromptHistory';}return this.apiClient.callApi('/api/v2/architect/prompts/{promptId}/history','POST',{'promptId':promptId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2996
+ * Creates a presigned URL for uploading a user prompt file
2997
+ *
2998
+ * @param {String} promptId Prompt ID
2999
+ * @param {String} languageCode Language
3000
+ */},{key:"postArchitectPromptResourceUploads",value:function postArchitectPromptResourceUploads(promptId,languageCode){// verify the required parameter 'promptId' is set
3001
+ if(promptId===undefined||promptId===null){throw'Missing the required parameter "promptId" when calling postArchitectPromptResourceUploads';}// verify the required parameter 'languageCode' is set
3002
+ if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectPromptResourceUploads';}return this.apiClient.callApi('/api/v2/architect/prompts/{promptId}/resources/{languageCode}/uploads','POST',{'promptId':promptId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
2999
3003
  * Create a new user prompt resource
3000
3004
  *
3001
3005
  * @param {String} promptId Prompt ID
@@ -3023,6 +3027,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3023
3027
  * @param {String} promptId promptId
3024
3028
  */},{key:"postArchitectSystempromptHistory",value:function postArchitectSystempromptHistory(promptId){// verify the required parameter 'promptId' is set
3025
3029
  if(promptId===undefined||promptId===null){throw'Missing the required parameter "promptId" when calling postArchitectSystempromptHistory';}return this.apiClient.callApi('/api/v2/architect/systemprompts/{promptId}/history','POST',{'promptId':promptId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
3030
+ * Creates a presigned URL for uploading a system prompt file
3031
+ *
3032
+ * @param {String} promptId Prompt ID
3033
+ * @param {String} languageCode Language
3034
+ */},{key:"postArchitectSystempromptResourceUploads",value:function postArchitectSystempromptResourceUploads(promptId,languageCode){// verify the required parameter 'promptId' is set
3035
+ if(promptId===undefined||promptId===null){throw'Missing the required parameter "promptId" when calling postArchitectSystempromptResourceUploads';}// verify the required parameter 'languageCode' is set
3036
+ if(languageCode===undefined||languageCode===null){throw'Missing the required parameter "languageCode" when calling postArchitectSystempromptResourceUploads';}return this.apiClient.callApi('/api/v2/architect/systemprompts/{promptId}/resources/{languageCode}/uploads','POST',{'promptId':promptId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
3026
3037
  * Create system prompt resource override.
3027
3038
  *
3028
3039
  * @param {String} promptId Prompt ID
@@ -3270,7 +3281,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
3270
3281
  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(){/**
3271
3282
  * Audit service.
3272
3283
  * @module purecloud-platform-client-v2/api/AuditApi
3273
- * @version 218.0.0
3284
+ * @version 218.1.0
3274
3285
  *//**
3275
3286
  * Constructs a new AuditApi.
3276
3287
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -3320,7 +3331,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3320
3331
  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(){/**
3321
3332
  * Authorization service.
3322
3333
  * @module purecloud-platform-client-v2/api/AuthorizationApi
3323
- * @version 218.0.0
3334
+ * @version 218.1.0
3324
3335
  *//**
3325
3336
  * Constructs a new AuthorizationApi.
3326
3337
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -3740,7 +3751,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
3740
3751
  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(){/**
3741
3752
  * Billing service.
3742
3753
  * @module purecloud-platform-client-v2/api/BillingApi
3743
- * @version 218.0.0
3754
+ * @version 218.1.0
3744
3755
  *//**
3745
3756
  * Constructs a new BillingApi.
3746
3757
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -3764,7 +3775,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
3764
3775
  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(){/**
3765
3776
  * CarrierServices service.
3766
3777
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
3767
- * @version 218.0.0
3778
+ * @version 218.1.0
3768
3779
  *//**
3769
3780
  * Constructs a new CarrierServicesApi.
3770
3781
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -3784,7 +3795,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
3784
3795
  */},{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(){/**
3785
3796
  * Chat service.
3786
3797
  * @module purecloud-platform-client-v2/api/ChatApi
3787
- * @version 218.0.0
3798
+ * @version 218.1.0
3788
3799
  *//**
3789
3800
  * Constructs a new ChatApi.
3790
3801
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -4002,7 +4013,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4002
4013
  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(){/**
4003
4014
  * Coaching service.
4004
4015
  * @module purecloud-platform-client-v2/api/CoachingApi
4005
- * @version 218.0.0
4016
+ * @version 218.1.0
4006
4017
  *//**
4007
4018
  * Constructs a new CoachingApi.
4008
4019
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -4155,7 +4166,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4155
4166
  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(){/**
4156
4167
  * ContentManagement service.
4157
4168
  * @module purecloud-platform-client-v2/api/ContentManagementApi
4158
- * @version 218.0.0
4169
+ * @version 218.1.0
4159
4170
  *//**
4160
4171
  * Constructs a new ContentManagementApi.
4161
4172
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -4437,7 +4448,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
4437
4448
  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(){/**
4438
4449
  * Conversations service.
4439
4450
  * @module purecloud-platform-client-v2/api/ConversationsApi
4440
- * @version 218.0.0
4451
+ * @version 218.1.0
4441
4452
  *//**
4442
4453
  * Constructs a new ConversationsApi.
4443
4454
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -5174,6 +5185,16 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
5174
5185
  */},{key:"patchConversationSecureattributes",value:function patchConversationSecureattributes(conversationId,body){// verify the required parameter 'conversationId' is set
5175
5186
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationSecureattributes';}// verify the required parameter 'body' is set
5176
5187
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationSecureattributes';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/secureattributes','PATCH',{'conversationId':conversationId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
5188
+ * Update the feedback for the summary.
5189
+ *
5190
+ * @param {String} conversationId Conversation ID
5191
+ * @param {String} summaryId Summary ID
5192
+ * @param {Object} opts Optional parameters
5193
+ * @param {Object} opts.body
5194
+ * patchConversationSummaryFeedback is a preview method and is subject to both breaking and non-breaking changes at any time without notice
5195
+ */},{key:"patchConversationSummaryFeedback",value:function patchConversationSummaryFeedback(conversationId,summaryId,opts){opts=opts||{};// verify the required parameter 'conversationId' is set
5196
+ if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling patchConversationSummaryFeedback';}// verify the required parameter 'summaryId' is set
5197
+ if(summaryId===undefined||summaryId===null){throw'Missing the required parameter "summaryId" when calling patchConversationSummaryFeedback';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/summaries/{summaryId}/feedback','PATCH',{'conversationId':conversationId,'summaryId':summaryId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
5177
5198
  * Update the utilization label on a conversation. When there is no value provided, the system default label is applied
5178
5199
  *
5179
5200
  * @param {String} conversationId conversation ID
@@ -6276,7 +6297,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
6276
6297
  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(){/**
6277
6298
  * DataExtensions service.
6278
6299
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
6279
- * @version 218.0.0
6300
+ * @version 218.1.0
6280
6301
  *//**
6281
6302
  * Constructs a new DataExtensionsApi.
6282
6303
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -6297,7 +6318,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
6297
6318
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DataPrivacyApi=/*#__PURE__*/function(){/**
6298
6319
  * DataPrivacy service.
6299
6320
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
6300
- * @version 218.0.0
6321
+ * @version 218.1.0
6301
6322
  *//**
6302
6323
  * Constructs a new DataPrivacyApi.
6303
6324
  * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
@@ -6337,7 +6358,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6337
6358
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postDataprivacyMaskingrulesValidate';}return this.apiClient.callApi('/api/v2/dataprivacy/maskingrules/validate','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
6338
6359
  * Downloads service.
6339
6360
  * @module purecloud-platform-client-v2/api/DownloadsApi
6340
- * @version 218.0.0
6361
+ * @version 218.1.0
6341
6362
  *//**
6342
6363
  * Constructs a new DownloadsApi.
6343
6364
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -6356,7 +6377,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6356
6377
  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(){/**
6357
6378
  * Emails service.
6358
6379
  * @module purecloud-platform-client-v2/api/EmailsApi
6359
- * @version 218.0.0
6380
+ * @version 218.1.0
6360
6381
  *//**
6361
6382
  * Constructs a new EmailsApi.
6362
6383
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -6364,17 +6385,28 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
6364
6385
  * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
6365
6386
  * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
6366
6387
  */function EmailsApi(apiClient){_classCallCheck(this,EmailsApi);this.apiClient=apiClient||ApiClient.instance;}/**
6388
+ * Reset email threading settings to default
6389
+ *
6390
+ */return _createClass(EmailsApi,[{key:"deleteEmailsSettingsThreading",value:function deleteEmailsSettingsThreading(){return this.apiClient.callApi('/api/v2/emails/settings/threading','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6367
6391
  * Get email Contact Center settings
6368
6392
  *
6369
- */return _createClass(EmailsApi,[{key:"getEmailsSettings",value:function getEmailsSettings(){return this.apiClient.callApi('/api/v2/emails/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6393
+ */},{key:"getEmailsSettings",value:function getEmailsSettings(){return this.apiClient.callApi('/api/v2/emails/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6394
+ * Get email threading settings
6395
+ *
6396
+ */},{key:"getEmailsSettingsThreading",value:function getEmailsSettingsThreading(){return this.apiClient.callApi('/api/v2/emails/settings/threading','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6370
6397
  * Patch email Contact Center settings
6371
6398
  *
6372
6399
  * @param {Object} opts Optional parameters
6373
6400
  * @param {Object} opts.body
6374
- */},{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(){/**
6401
+ */},{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']);}/**
6402
+ * Patch email threading settings
6403
+ *
6404
+ * @param {Object} opts Optional parameters
6405
+ * @param {Object} opts.body
6406
+ */},{key:"patchEmailsSettingsThreading",value:function patchEmailsSettingsThreading(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings/threading','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
6375
6407
  * EmployeeEngagement service.
6376
6408
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
6377
- * @version 218.0.0
6409
+ * @version 218.1.0
6378
6410
  *//**
6379
6411
  * Constructs a new EmployeeEngagementApi.
6380
6412
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -6412,7 +6444,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6412
6444
  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(){/**
6413
6445
  * Events service.
6414
6446
  * @module purecloud-platform-client-v2/api/EventsApi
6415
- * @version 218.0.0
6447
+ * @version 218.1.0
6416
6448
  *//**
6417
6449
  * Constructs a new EventsApi.
6418
6450
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -6437,7 +6469,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6437
6469
  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(){/**
6438
6470
  * ExternalContacts service.
6439
6471
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
6440
- * @version 218.0.0
6472
+ * @version 218.1.0
6441
6473
  *//**
6442
6474
  * Constructs a new ExternalContactsApi.
6443
6475
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -7096,7 +7128,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
7096
7128
  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(){/**
7097
7129
  * Fax service.
7098
7130
  * @module purecloud-platform-client-v2/api/FaxApi
7099
- * @version 218.0.0
7131
+ * @version 218.1.0
7100
7132
  *//**
7101
7133
  * Constructs a new FaxApi.
7102
7134
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -7145,7 +7177,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7145
7177
  */},{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(){/**
7146
7178
  * Flows service.
7147
7179
  * @module purecloud-platform-client-v2/api/FlowsApi
7148
- * @version 218.0.0
7180
+ * @version 218.1.0
7149
7181
  *//**
7150
7182
  * Constructs a new FlowsApi.
7151
7183
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -7193,7 +7225,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7193
7225
  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(){/**
7194
7226
  * Gamification service.
7195
7227
  * @module purecloud-platform-client-v2/api/GamificationApi
7196
- * @version 218.0.0
7228
+ * @version 218.1.0
7197
7229
  *//**
7198
7230
  * Constructs a new GamificationApi.
7199
7231
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -7752,7 +7784,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7752
7784
  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(){/**
7753
7785
  * GeneralDataProtectionRegulation service.
7754
7786
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
7755
- * @version 218.0.0
7787
+ * @version 218.1.0
7756
7788
  *//**
7757
7789
  * Constructs a new GeneralDataProtectionRegulationApi.
7758
7790
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -7787,7 +7819,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
7787
7819
  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(){/**
7788
7820
  * Geolocation service.
7789
7821
  * @module purecloud-platform-client-v2/api/GeolocationApi
7790
- * @version 218.0.0
7822
+ * @version 218.1.0
7791
7823
  *//**
7792
7824
  * Constructs a new GeolocationApi.
7793
7825
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -7821,7 +7853,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
7821
7853
  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(){/**
7822
7854
  * Greetings service.
7823
7855
  * @module purecloud-platform-client-v2/api/GreetingsApi
7824
- * @version 218.0.0
7856
+ * @version 218.1.0
7825
7857
  *//**
7826
7858
  * Constructs a new GreetingsApi.
7827
7859
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -7928,7 +7960,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
7928
7960
  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(){/**
7929
7961
  * Groups service.
7930
7962
  * @module purecloud-platform-client-v2/api/GroupsApi
7931
- * @version 218.0.0
7963
+ * @version 218.1.0
7932
7964
  *//**
7933
7965
  * Constructs a new GroupsApi.
7934
7966
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -8061,7 +8093,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
8061
8093
  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(){/**
8062
8094
  * IdentityProvider service.
8063
8095
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
8064
- * @version 218.0.0
8096
+ * @version 218.1.0
8065
8097
  *//**
8066
8098
  * Constructs a new IdentityProviderApi.
8067
8099
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -8217,7 +8249,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8217
8249
  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(){/**
8218
8250
  * InfrastructureAsCode service.
8219
8251
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
8220
- * @version 218.0.0
8252
+ * @version 218.1.0
8221
8253
  *//**
8222
8254
  * Constructs a new InfrastructureAsCodeApi.
8223
8255
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -8271,7 +8303,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
8271
8303
  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(){/**
8272
8304
  * Integrations service.
8273
8305
  * @module purecloud-platform-client-v2/api/IntegrationsApi
8274
- * @version 218.0.0
8306
+ * @version 218.1.0
8275
8307
  *//**
8276
8308
  * Constructs a new IntegrationsApi.
8277
8309
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -8854,6 +8886,13 @@ if(nuanceIntegrationId===undefined||nuanceIntegrationId===null){throw'Missing th
8854
8886
  */},{key:"postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate",value:function postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate(nuanceIntegrationId,settings){// verify the required parameter 'nuanceIntegrationId' is set
8855
8887
  if(nuanceIntegrationId===undefined||nuanceIntegrationId===null){throw'Missing the required parameter "nuanceIntegrationId" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';}// verify the required parameter 'settings' is set
8856
8888
  if(settings===undefined||settings===null){throw'Missing the required parameter "settings" when calling postIntegrationsSpeechNuanceNuanceIntegrationIdBotsLaunchValidate';}return this.apiClient.callApi('/api/v2/integrations/speech/nuance/{nuanceIntegrationId}/bots/launch/validate','POST',{'nuanceIntegrationId':nuanceIntegrationId},{},{},{},settings,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8889
+ * Invoke Webhook
8890
+ *
8891
+ * @param {String} tokenId The token of the webhook to be invoked
8892
+ * @param {Object.<String, {String: Object}>} body Webhook Invocation Payload
8893
+ */},{key:"postIntegrationsWebhookEvents",value:function postIntegrationsWebhookEvents(tokenId,body){// verify the required parameter 'tokenId' is set
8894
+ if(tokenId===undefined||tokenId===null){throw'Missing the required parameter "tokenId" when calling postIntegrationsWebhookEvents';}// verify the required parameter 'body' is set
8895
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postIntegrationsWebhookEvents';}return this.apiClient.callApi('/api/v2/integrations/webhooks/{tokenId}/events','POST',{'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8857
8896
  * Update integration configuration.
8858
8897
  *
8859
8898
  * @param {String} integrationId Integration Id
@@ -8903,7 +8942,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
8903
8942
  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(){/**
8904
8943
  * Journey service.
8905
8944
  * @module purecloud-platform-client-v2/api/JourneyApi
8906
- * @version 218.0.0
8945
+ * @version 218.1.0
8907
8946
  *//**
8908
8947
  * Constructs a new JourneyApi.
8909
8948
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -9383,7 +9422,7 @@ if(versionId===undefined||versionId===null){throw'Missing the required parameter
9383
9422
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putJourneyViewVersion';}return this.apiClient.callApi('/api/v2/journey/views/{viewId}/versions/{versionId}','PUT',{'viewId':viewId,'versionId':versionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
9384
9423
  * Knowledge service.
9385
9424
  * @module purecloud-platform-client-v2/api/KnowledgeApi
9386
- * @version 218.0.0
9425
+ * @version 218.1.0
9387
9426
  *//**
9388
9427
  * Constructs a new KnowledgeApi.
9389
9428
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -10446,7 +10485,7 @@ if(sourceId===undefined||sourceId===null){throw'Missing the required parameter "
10446
10485
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putKnowledgeKnowledgebaseSourcesServicenowSourceId';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/sources/servicenow/{sourceId}','PUT',{'knowledgeBaseId':knowledgeBaseId,'sourceId':sourceId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
10447
10486
  * LanguageUnderstanding service.
10448
10487
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
10449
- * @version 218.0.0
10488
+ * @version 218.1.0
10450
10489
  *//**
10451
10490
  * Constructs a new LanguageUnderstandingApi.
10452
10491
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -10705,7 +10744,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
10705
10744
  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(){/**
10706
10745
  * Languages service.
10707
10746
  * @module purecloud-platform-client-v2/api/LanguagesApi
10708
- * @version 218.0.0
10747
+ * @version 218.1.0
10709
10748
  *//**
10710
10749
  * Constructs a new LanguagesApi.
10711
10750
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -10760,7 +10799,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
10760
10799
  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(){/**
10761
10800
  * Learning service.
10762
10801
  * @module purecloud-platform-client-v2/api/LearningApi
10763
- * @version 218.0.0
10802
+ * @version 218.1.0
10764
10803
  *//**
10765
10804
  * Constructs a new LearningApi.
10766
10805
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -11031,7 +11070,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
11031
11070
  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(){/**
11032
11071
  * License service.
11033
11072
  * @module purecloud-platform-client-v2/api/LicenseApi
11034
- * @version 218.0.0
11073
+ * @version 218.1.0
11035
11074
  *//**
11036
11075
  * Constructs a new LicenseApi.
11037
11076
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -11085,7 +11124,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
11085
11124
  */},{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(){/**
11086
11125
  * Locations service.
11087
11126
  * @module purecloud-platform-client-v2/api/LocationsApi
11088
- * @version 218.0.0
11127
+ * @version 218.1.0
11089
11128
  *//**
11090
11129
  * Constructs a new LocationsApi.
11091
11130
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -11144,7 +11183,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11144
11183
  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(){/**
11145
11184
  * LogCapture service.
11146
11185
  * @module purecloud-platform-client-v2/api/LogCaptureApi
11147
- * @version 218.0.0
11186
+ * @version 218.1.0
11148
11187
  *//**
11149
11188
  * Constructs a new LogCaptureApi.
11150
11189
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -11194,7 +11233,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
11194
11233
  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(){/**
11195
11234
  * Messaging service.
11196
11235
  * @module purecloud-platform-client-v2/api/MessagingApi
11197
- * @version 218.0.0
11236
+ * @version 218.1.0
11198
11237
  *//**
11199
11238
  * Constructs a new MessagingApi.
11200
11239
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -11284,7 +11323,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11284
11323
  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(){/**
11285
11324
  * MobileDevices service.
11286
11325
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
11287
- * @version 218.0.0
11326
+ * @version 218.1.0
11288
11327
  *//**
11289
11328
  * Constructs a new MobileDevicesApi.
11290
11329
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -11323,7 +11362,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11323
11362
  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(){/**
11324
11363
  * Notifications service.
11325
11364
  * @module purecloud-platform-client-v2/api/NotificationsApi
11326
- * @version 218.0.0
11365
+ * @version 218.1.0
11327
11366
  *//**
11328
11367
  * Constructs a new NotificationsApi.
11329
11368
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -11380,7 +11419,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
11380
11419
  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(){/**
11381
11420
  * OAuth service.
11382
11421
  * @module purecloud-platform-client-v2/api/OAuthApi
11383
- * @version 218.0.0
11422
+ * @version 218.1.0
11384
11423
  *//**
11385
11424
  * Constructs a new OAuthApi.
11386
11425
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -11465,7 +11504,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
11465
11504
  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(){/**
11466
11505
  * Objects service.
11467
11506
  * @module purecloud-platform-client-v2/api/ObjectsApi
11468
- * @version 218.0.0
11507
+ * @version 218.1.0
11469
11508
  *//**
11470
11509
  * Constructs a new ObjectsApi.
11471
11510
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -11536,7 +11575,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
11536
11575
  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(){/**
11537
11576
  * OperationalEvents service.
11538
11577
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
11539
- * @version 218.0.0
11578
+ * @version 218.1.0
11540
11579
  *//**
11541
11580
  * Constructs a new OperationalEventsApi.
11542
11581
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -11567,7 +11606,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
11567
11606
  */},{key:"postUsageEventsQuery",value:function postUsageEventsQuery(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/usage/events/query','POST',{},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize']},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
11568
11607
  * Organization service.
11569
11608
  * @module purecloud-platform-client-v2/api/OrganizationApi
11570
- * @version 218.0.0
11609
+ * @version 218.1.0
11571
11610
  *//**
11572
11611
  * Constructs a new OrganizationApi.
11573
11612
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -11672,7 +11711,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11672
11711
  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(){/**
11673
11712
  * OrganizationAuthorization service.
11674
11713
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
11675
- * @version 218.0.0
11714
+ * @version 218.1.0
11676
11715
  *//**
11677
11716
  * Constructs a new OrganizationAuthorizationApi.
11678
11717
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -12006,7 +12045,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
12006
12045
  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(){/**
12007
12046
  * Outbound service.
12008
12047
  * @module purecloud-platform-client-v2/api/OutboundApi
12009
- * @version 218.0.0
12048
+ * @version 218.1.0
12010
12049
  *//**
12011
12050
  * Constructs a new OutboundApi.
12012
12051
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -13123,7 +13162,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13123
13162
  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(){/**
13124
13163
  * Presence service.
13125
13164
  * @module purecloud-platform-client-v2/api/PresenceApi
13126
- * @version 218.0.0
13165
+ * @version 218.1.0
13127
13166
  *//**
13128
13167
  * Constructs a new PresenceApi.
13129
13168
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -13134,8 +13173,8 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13134
13173
  * Delete a Presence Definition
13135
13174
  *
13136
13175
  * @param {String} definitionId Presence Definition ID
13137
- */return _createClass(PresenceApi,[{key:"deletePresenceDefinition0",value:function deletePresenceDefinition0(definitionId){// verify the required parameter 'definitionId' is set
13138
- if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling deletePresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','DELETE',{'definitionId':definitionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13176
+ */return _createClass(PresenceApi,[{key:"deleteDivisionBasedPresenceDefinition",value:function deleteDivisionBasedPresenceDefinition(definitionId){// verify the required parameter 'definitionId' is set
13177
+ if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling deleteDivisionBasedPresenceDefinition';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','DELETE',{'definitionId':definitionId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13139
13178
  * Delete a Presence Source
13140
13179
  *
13141
13180
  * @param {String} sourceId Presence Source ID
@@ -13152,15 +13191,15 @@ if(presenceId===undefined||presenceId===null){throw'Missing the required paramet
13152
13191
  * @param {String} definitionId Presence Definition ID
13153
13192
  * @param {Object} opts Optional parameters
13154
13193
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
13155
- */},{key:"getPresenceDefinition0",value:function getPresenceDefinition0(definitionId,opts){opts=opts||{};// verify the required parameter 'definitionId' is set
13156
- if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling getPresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','GET',{'definitionId':definitionId},{'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13194
+ */},{key:"getDivisionBasedPresenceDefinition",value:function getDivisionBasedPresenceDefinition(definitionId,opts){opts=opts||{};// verify the required parameter 'definitionId' is set
13195
+ if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling getDivisionBasedPresenceDefinition';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','GET',{'definitionId':definitionId},{'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13157
13196
  * Get a list of Presence Definitions
13158
13197
  *
13159
13198
  * @param {Object} opts Optional parameters
13160
13199
  * @param {String} opts.deactivated Deactivated query can be TRUE or FALSE (default to false)
13161
13200
  * @param {Array.<String>} opts.divisionId One or more division IDs. If nothing is provided, the definitions associated withthe list of divisions that the user has access to will be returned.
13162
13201
  * @param {Object} opts.localeCode The locale code to fetch for the presence definition. Use ALL to fetch everything.
13163
- */},{key:"getPresenceDefinitions0",value:function getPresenceDefinitions0(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/presence/definitions','GET',{},{'deactivated':opts['deactivated'],'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi'),'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13202
+ */},{key:"getDivisionBasedPresenceDefinitions",value:function getDivisionBasedPresenceDefinitions(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/presence/definitions','GET',{},{'deactivated':opts['deactivated'],'divisionId':this.apiClient.buildCollectionParam(opts['divisionId'],'multi'),'localeCode':opts['localeCode']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13164
13203
  * Get the presence settings
13165
13204
  *
13166
13205
  */},{key:"getPresenceSettings",value:function getPresenceSettings(){return this.apiClient.callApi('/api/v2/presence/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -13242,8 +13281,8 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13242
13281
  * Create a Presence Definition
13243
13282
  *
13244
13283
  * @param {Object} body The Presence Definition to create
13245
- */},{key:"postPresenceDefinitions0",value:function postPresenceDefinitions0(body){// verify the required parameter 'body' is set
13246
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postPresenceDefinitions0';}return this.apiClient.callApi('/api/v2/presence/definitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13284
+ */},{key:"postDivisionBasedPresenceDefinitions",value:function postDivisionBasedPresenceDefinitions(body){// verify the required parameter 'body' is set
13285
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postDivisionBasedPresenceDefinitions';}return this.apiClient.callApi('/api/v2/presence/definitions','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13247
13286
  * Create a Presence Source
13248
13287
  *
13249
13288
  * @param {Object} body The Presence Source to create
@@ -13259,9 +13298,9 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13259
13298
  *
13260
13299
  * @param {String} definitionId Presence Definition ID
13261
13300
  * @param {Object} body The updated Presence Definition
13262
- */},{key:"putPresenceDefinition0",value:function putPresenceDefinition0(definitionId,body){// verify the required parameter 'definitionId' is set
13263
- if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling putPresenceDefinition0';}// verify the required parameter 'body' is set
13264
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putPresenceDefinition0';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','PUT',{'definitionId':definitionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13301
+ */},{key:"putDivisionBasedPresenceDefinition",value:function putDivisionBasedPresenceDefinition(definitionId,body){// verify the required parameter 'definitionId' is set
13302
+ if(definitionId===undefined||definitionId===null){throw'Missing the required parameter "definitionId" when calling putDivisionBasedPresenceDefinition';}// verify the required parameter 'body' is set
13303
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putDivisionBasedPresenceDefinition';}return this.apiClient.callApi('/api/v2/presence/definitions/{definitionId}','PUT',{'definitionId':definitionId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13265
13304
  * Update the presence settings
13266
13305
  *
13267
13306
  * @param {Object} body Presence Settings
@@ -13296,7 +13335,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13296
13335
  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(){/**
13297
13336
  * ProcessAutomation service.
13298
13337
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
13299
- * @version 218.0.0
13338
+ * @version 218.1.0
13300
13339
  *//**
13301
13340
  * Constructs a new ProcessAutomationApi.
13302
13341
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -13359,7 +13398,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
13359
13398
  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(){/**
13360
13399
  * Quality service.
13361
13400
  * @module purecloud-platform-client-v2/api/QualityApi
13362
- * @version 218.0.0
13401
+ * @version 218.1.0
13363
13402
  *//**
13364
13403
  * Constructs a new QualityApi.
13365
13404
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -13837,7 +13876,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
13837
13876
  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(){/**
13838
13877
  * Recording service.
13839
13878
  * @module purecloud-platform-client-v2/api/RecordingApi
13840
- * @version 218.0.0
13879
+ * @version 218.1.0
13841
13880
  *//**
13842
13881
  * Constructs a new RecordingApi.
13843
13882
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -13916,7 +13955,7 @@ if(annotationId===undefined||annotationId===null){throw'Missing the required par
13916
13955
  */},{key:"getConversationRecordingAnnotations",value:function getConversationRecordingAnnotations(conversationId,recordingId){// verify the required parameter 'conversationId' is set
13917
13956
  if(conversationId===undefined||conversationId===null){throw'Missing the required parameter "conversationId" when calling getConversationRecordingAnnotations';}// verify the required parameter 'recordingId' is set
13918
13957
  if(recordingId===undefined||recordingId===null){throw'Missing the required parameter "recordingId" when calling getConversationRecordingAnnotations';}return this.apiClient.callApi('/api/v2/conversations/{conversationId}/recordings/{recordingId}/annotations','GET',{'conversationId':conversationId,'recordingId':recordingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13919
- * Get recording metadata for a conversation. Does not return playable media. Annotations won't be included in the response if either recording:recording:view or recording:annotation:view permission is missing.
13958
+ * Get recording metadata for a conversation. Does not return playable media nor system annotations. Bookmark annotations will be excluded if either recording:recording:view or recording:annotation:view permission is missing.
13920
13959
  *
13921
13960
  * @param {String} conversationId Conversation ID
13922
13961
  */},{key:"getConversationRecordingmetadata",value:function getConversationRecordingmetadata(conversationId){// verify the required parameter 'conversationId' is set
@@ -14236,7 +14275,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14236
14275
  */},{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(){/**
14237
14276
  * ResponseManagement service.
14238
14277
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
14239
- * @version 218.0.0
14278
+ * @version 218.1.0
14240
14279
  *//**
14241
14280
  * Constructs a new ResponseManagementApi.
14242
14281
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -14357,7 +14396,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
14357
14396
  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(){/**
14358
14397
  * Routing service.
14359
14398
  * @module purecloud-platform-client-v2/api/RoutingApi
14360
- * @version 218.0.0
14399
+ * @version 218.1.0
14361
14400
  *//**
14362
14401
  * Constructs a new RoutingApi.
14363
14402
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -15402,7 +15441,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15402
15441
  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(){/**
15403
15442
  * SCIM service.
15404
15443
  * @module purecloud-platform-client-v2/api/SCIMApi
15405
- * @version 218.0.0
15444
+ * @version 218.1.0
15406
15445
  *//**
15407
15446
  * Constructs a new SCIMApi.
15408
15447
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -15627,7 +15666,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15627
15666
  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(){/**
15628
15667
  * ScreenRecording service.
15629
15668
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
15630
- * @version 218.0.0
15669
+ * @version 218.1.0
15631
15670
  *//**
15632
15671
  * Constructs a new ScreenRecordingApi.
15633
15672
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -15642,7 +15681,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15642
15681
  */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(){/**
15643
15682
  * Scripts service.
15644
15683
  * @module purecloud-platform-client-v2/api/ScriptsApi
15645
- * @version 218.0.0
15684
+ * @version 218.1.0
15646
15685
  *//**
15647
15686
  * Constructs a new ScriptsApi.
15648
15687
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -15778,7 +15817,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
15778
15817
  */},{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(){/**
15779
15818
  * Search service.
15780
15819
  * @module purecloud-platform-client-v2/api/SearchApi
15781
- * @version 218.0.0
15820
+ * @version 218.1.0
15782
15821
  *//**
15783
15822
  * Constructs a new SearchApi.
15784
15823
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -15950,7 +15989,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15950
15989
  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(){/**
15951
15990
  * Settings service.
15952
15991
  * @module purecloud-platform-client-v2/api/SettingsApi
15953
- * @version 218.0.0
15992
+ * @version 218.1.0
15954
15993
  *//**
15955
15994
  * Constructs a new SettingsApi.
15956
15995
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -15958,14 +15997,20 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15958
15997
  * @param {module:purecloud-platform-client-v2/ApiClient} apiClient Optional API client implementation to use,
15959
15998
  * default to {@link module:purecloud-platform-client-v2/ApiClient#instance} if unspecified.
15960
15999
  */function SettingsApi(apiClient){_classCallCheck(this,SettingsApi);this.apiClient=apiClient||ApiClient.instance;}/**
16000
+ * Reset email threading settings to default
16001
+ *
16002
+ */return _createClass(SettingsApi,[{key:"deleteEmailsSettingsThreading",value:function deleteEmailsSettingsThreading(){return this.apiClient.callApi('/api/v2/emails/settings/threading','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15961
16003
  * Delete agent auto answer settings
15962
16004
  *
15963
16005
  * @param {String} agentId The agent to apply the auto answer settings to
15964
- */return _createClass(SettingsApi,[{key:"deleteUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
16006
+ */},{key:"deleteUsersAgentuiAgentsAutoanswerAgentIdSettings",value:function deleteUsersAgentuiAgentsAutoanswerAgentIdSettings(agentId){// verify the required parameter 'agentId' is set
15965
16007
  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']);}/**
15966
16008
  * Get email Contact Center settings
15967
16009
  *
15968
16010
  */},{key:"getEmailsSettings",value:function getEmailsSettings(){return this.apiClient.callApi('/api/v2/emails/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16011
+ * Get email threading settings
16012
+ *
16013
+ */},{key:"getEmailsSettingsThreading",value:function getEmailsSettingsThreading(){return this.apiClient.callApi('/api/v2/emails/settings/threading','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15969
16014
  * Get the execution history enabled setting.
15970
16015
  * Get the execution history enabled setting.
15971
16016
  */},{key:"getSettingsExecutiondata",value:function getSettingsExecutiondata(){return this.apiClient.callApi('/api/v2/settings/executiondata','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -15979,6 +16024,11 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
15979
16024
  * @param {Object} opts Optional parameters
15980
16025
  * @param {Object} opts.body
15981
16026
  */},{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']);}/**
16027
+ * Patch email threading settings
16028
+ *
16029
+ * @param {Object} opts Optional parameters
16030
+ * @param {Object} opts.body
16031
+ */},{key:"patchEmailsSettingsThreading",value:function patchEmailsSettingsThreading(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings/threading','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
15982
16032
  * Edit the execution history on off setting.
15983
16033
  * Edit the execution history on off setting.
15984
16034
  * @param {Object} body New Execution Data Setting
@@ -16000,7 +16050,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
16000
16050
  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 SocialMediaApi=/*#__PURE__*/function(){/**
16001
16051
  * SocialMedia service.
16002
16052
  * @module purecloud-platform-client-v2/api/SocialMediaApi
16003
- * @version 218.0.0
16053
+ * @version 218.1.0
16004
16054
  *//**
16005
16055
  * Constructs a new SocialMediaApi.
16006
16056
  * @alias module:purecloud-platform-client-v2/api/SocialMediaApi
@@ -16337,7 +16387,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
16337
16387
  if(twitterIngestionRuleId===undefined||twitterIngestionRuleId===null){throw'Missing the required parameter "twitterIngestionRuleId" when calling putSocialmediaTopicDataingestionrulesTwitterTwitterIngestionRuleId';}return this.apiClient.callApi('/api/v2/socialmedia/topics/{topicId}/dataingestionrules/twitter/{twitterIngestionRuleId}','PUT',{'topicId':topicId,'twitterIngestionRuleId':twitterIngestionRuleId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
16338
16388
  * SpeechTextAnalytics service.
16339
16389
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
16340
- * @version 218.0.0
16390
+ * @version 218.1.0
16341
16391
  *//**
16342
16392
  * Constructs a new SpeechTextAnalyticsApi.
16343
16393
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -16660,7 +16710,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
16660
16710
  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(){/**
16661
16711
  * Stations service.
16662
16712
  * @module purecloud-platform-client-v2/api/StationsApi
16663
- * @version 218.0.0
16713
+ * @version 218.1.0
16664
16714
  *//**
16665
16715
  * Constructs a new StationsApi.
16666
16716
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -16692,7 +16742,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
16692
16742
  */},{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(){/**
16693
16743
  * Suggest service.
16694
16744
  * @module purecloud-platform-client-v2/api/SuggestApi
16695
- * @version 218.0.0
16745
+ * @version 218.1.0
16696
16746
  *//**
16697
16747
  * Constructs a new SuggestApi.
16698
16748
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -16732,7 +16782,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16732
16782
  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(){/**
16733
16783
  * TaskManagement service.
16734
16784
  * @module purecloud-platform-client-v2/api/TaskManagementApi
16735
- * @version 218.0.0
16785
+ * @version 218.1.0
16736
16786
  *//**
16737
16787
  * Constructs a new TaskManagementApi.
16738
16788
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -17238,7 +17288,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
17238
17288
  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(){/**
17239
17289
  * Teams service.
17240
17290
  * @module purecloud-platform-client-v2/api/TeamsApi
17241
- * @version 218.0.0
17291
+ * @version 218.1.0
17242
17292
  *//**
17243
17293
  * Constructs a new TeamsApi.
17244
17294
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -17318,7 +17368,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17318
17368
  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(){/**
17319
17369
  * Telephony service.
17320
17370
  * @module purecloud-platform-client-v2/api/TelephonyApi
17321
- * @version 218.0.0
17371
+ * @version 218.1.0
17322
17372
  *//**
17323
17373
  * Constructs a new TelephonyApi.
17324
17374
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -17365,7 +17415,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
17365
17415
  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(){/**
17366
17416
  * TelephonyProvidersEdge service.
17367
17417
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
17368
- * @version 218.0.0
17418
+ * @version 218.1.0
17369
17419
  *//**
17370
17420
  * Constructs a new TelephonyProvidersEdgeApi.
17371
17421
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -18201,7 +18251,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
18201
18251
  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(){/**
18202
18252
  * Textbots service.
18203
18253
  * @module purecloud-platform-client-v2/api/TextbotsApi
18204
- * @version 218.0.0
18254
+ * @version 218.1.0
18205
18255
  *//**
18206
18256
  * Constructs a new TextbotsApi.
18207
18257
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -18236,7 +18286,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
18236
18286
  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(){/**
18237
18287
  * Tokens service.
18238
18288
  * @module purecloud-platform-client-v2/api/TokensApi
18239
- * @version 218.0.0
18289
+ * @version 218.1.0
18240
18290
  *//**
18241
18291
  * Constructs a new TokensApi.
18242
18292
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -18270,7 +18320,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
18270
18320
  */},{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(){/**
18271
18321
  * Uploads service.
18272
18322
  * @module purecloud-platform-client-v2/api/UploadsApi
18273
- * @version 218.0.0
18323
+ * @version 218.1.0
18274
18324
  *//**
18275
18325
  * Constructs a new UploadsApi.
18276
18326
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -18333,7 +18383,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18333
18383
  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(){/**
18334
18384
  * Usage service.
18335
18385
  * @module purecloud-platform-client-v2/api/UsageApi
18336
- * @version 218.0.0
18386
+ * @version 218.1.0
18337
18387
  *//**
18338
18388
  * Constructs a new UsageApi.
18339
18389
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -18387,7 +18437,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18387
18437
  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(){/**
18388
18438
  * UserRecordings service.
18389
18439
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
18390
- * @version 218.0.0
18440
+ * @version 218.1.0
18391
18441
  *//**
18392
18442
  * Constructs a new UserRecordingsApi.
18393
18443
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -18444,7 +18494,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
18444
18494
  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(){/**
18445
18495
  * Users service.
18446
18496
  * @module purecloud-platform-client-v2/api/UsersApi
18447
- * @version 218.0.0
18497
+ * @version 218.1.0
18448
18498
  *//**
18449
18499
  * Constructs a new UsersApi.
18450
18500
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -19171,7 +19221,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
19171
19221
  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(){/**
19172
19222
  * Utilities service.
19173
19223
  * @module purecloud-platform-client-v2/api/UtilitiesApi
19174
- * @version 218.0.0
19224
+ * @version 218.1.0
19175
19225
  *//**
19176
19226
  * Constructs a new UtilitiesApi.
19177
19227
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -19198,7 +19248,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19198
19248
  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(){/**
19199
19249
  * Voicemail service.
19200
19250
  * @module purecloud-platform-client-v2/api/VoicemailApi
19201
- * @version 218.0.0
19251
+ * @version 218.1.0
19202
19252
  *//**
19203
19253
  * Constructs a new VoicemailApi.
19204
19254
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -19360,7 +19410,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19360
19410
  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(){/**
19361
19411
  * WebChat service.
19362
19412
  * @module purecloud-platform-client-v2/api/WebChatApi
19363
- * @version 218.0.0
19413
+ * @version 218.1.0
19364
19414
  *//**
19365
19415
  * Constructs a new WebChatApi.
19366
19416
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -19504,7 +19554,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19504
19554
  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(){/**
19505
19555
  * WebDeployments service.
19506
19556
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
19507
- * @version 218.0.0
19557
+ * @version 218.1.0
19508
19558
  *//**
19509
19559
  * Constructs a new WebDeploymentsApi.
19510
19560
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -19639,7 +19689,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
19639
19689
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putWebdeploymentsDeploymentIdentityresolution';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}/identityresolution','PUT',{'deploymentId':deploymentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
19640
19690
  * WebMessaging service.
19641
19691
  * @module purecloud-platform-client-v2/api/WebMessagingApi
19642
- * @version 218.0.0
19692
+ * @version 218.1.0
19643
19693
  *//**
19644
19694
  * Constructs a new WebMessagingApi.
19645
19695
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -19655,7 +19705,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19655
19705
  */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(){/**
19656
19706
  * Widgets service.
19657
19707
  * @module purecloud-platform-client-v2/api/WidgetsApi
19658
- * @version 218.0.0
19708
+ * @version 218.1.0
19659
19709
  *//**
19660
19710
  * Constructs a new WidgetsApi.
19661
19711
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -19695,7 +19745,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
19695
19745
  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(){/**
19696
19746
  * WorkforceManagement service.
19697
19747
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
19698
- * @version 218.0.0
19748
+ * @version 218.1.0
19699
19749
  *//**
19700
19750
  * Constructs a new WorkforceManagementApi.
19701
19751
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -21514,7 +21564,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
21514
21564
  * </pre>
21515
21565
  * </p>
21516
21566
  * @module purecloud-platform-client-v2/index
21517
- * @version 218.0.0
21567
+ * @version 218.1.0
21518
21568
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
21519
21569
  * The ApiClient constructor.
21520
21570
  * @property {module:purecloud-platform-client-v2/ApiClient}