purecloud-platform-client-v2 232.0.0 → 234.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/README.md +3 -3
  2. package/dist/node/purecloud-platform-client-v2.js +327 -974
  3. package/dist/web-amd/purecloud-platform-client-v2.js +327 -974
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +151 -375
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +218 -497
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +639 -580
  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/AIStudioApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AgentAssistantsApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AgentCopilotApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  15. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  17. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/BusinessRulesApi.js +3 -32
  22. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +41 -1
  27. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/DataPrivacyApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/GamificationApi.js +11 -5
  37. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  41. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +61 -880
  46. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/OutboundApi.js +26 -1
  61. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/RoutingApi.js +156 -1
  67. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -31
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +7 -3
  73. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +3 -2
  74. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +3 -3
  77. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  88. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  89. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +2 -2
  90. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  91. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  92. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  93. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -911,7 +911,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
911
911
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
912
912
  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];}}}]);}();/**
913
913
  * @module purecloud-platform-client-v2/ApiClient
914
- * @version 232.0.0
914
+ * @version 234.0.0
915
915
  */var ApiClient=/*#__PURE__*/function(){/**
916
916
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
917
917
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -1257,7 +1257,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
1257
1257
  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 AIStudioApi=/*#__PURE__*/function(){/**
1258
1258
  * AIStudio service.
1259
1259
  * @module purecloud-platform-client-v2/api/AIStudioApi
1260
- * @version 232.0.0
1260
+ * @version 234.0.0
1261
1261
  *//**
1262
1262
  * Constructs a new AIStudioApi.
1263
1263
  * @alias module:purecloud-platform-client-v2/api/AIStudioApi
@@ -1408,7 +1408,7 @@ if(summarySettingId===undefined||summarySettingId===null||summarySettingId==='')
1408
1408
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putConversationsSummariesSetting';}return this.apiClient.callApi('/api/v2/conversations/summaries/settings/{summarySettingId}','PUT',{'summarySettingId':summarySettingId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AgentAssistantsApi=/*#__PURE__*/function(){/**
1409
1409
  * AgentAssistants service.
1410
1410
  * @module purecloud-platform-client-v2/api/AgentAssistantsApi
1411
- * @version 232.0.0
1411
+ * @version 234.0.0
1412
1412
  *//**
1413
1413
  * Constructs a new AgentAssistantsApi.
1414
1414
  * @alias module:purecloud-platform-client-v2/api/AgentAssistantsApi
@@ -1539,7 +1539,7 @@ if(queueId===undefined||queueId===null||queueId===''){throw'Missing the required
1539
1539
  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(){/**
1540
1540
  * AgentCopilot service.
1541
1541
  * @module purecloud-platform-client-v2/api/AgentCopilotApi
1542
- * @version 232.0.0
1542
+ * @version 234.0.0
1543
1543
  *//**
1544
1544
  * Constructs a new AgentCopilotApi.
1545
1545
  * @alias module:purecloud-platform-client-v2/api/AgentCopilotApi
@@ -1566,7 +1566,7 @@ if(assistantId===undefined||assistantId===null||assistantId===''){throw'Missing
1566
1566
  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(){/**
1567
1567
  * AgentUI service.
1568
1568
  * @module purecloud-platform-client-v2/api/AgentUIApi
1569
- * @version 232.0.0
1569
+ * @version 234.0.0
1570
1570
  *//**
1571
1571
  * Constructs a new AgentUIApi.
1572
1572
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -1600,7 +1600,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
1600
1600
  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(){/**
1601
1601
  * Alerting service.
1602
1602
  * @module purecloud-platform-client-v2/api/AlertingApi
1603
- * @version 232.0.0
1603
+ * @version 234.0.0
1604
1604
  *//**
1605
1605
  * Constructs a new AlertingApi.
1606
1606
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -1689,7 +1689,7 @@ if(ruleId===undefined||ruleId===null||ruleId===''){throw'Missing the required pa
1689
1689
  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(){/**
1690
1690
  * Analytics service.
1691
1691
  * @module purecloud-platform-client-v2/api/AnalyticsApi
1692
- * @version 232.0.0
1692
+ * @version 234.0.0
1693
1693
  *//**
1694
1694
  * Constructs a new AnalyticsApi.
1695
1695
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -2465,7 +2465,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
2465
2465
  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(){/**
2466
2466
  * Architect service.
2467
2467
  * @module purecloud-platform-client-v2/api/ArchitectApi
2468
- * @version 232.0.0
2468
+ * @version 234.0.0
2469
2469
  *//**
2470
2470
  * Constructs a new ArchitectApi.
2471
2471
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -3599,7 +3599,7 @@ if(milestoneId===undefined||milestoneId===null||milestoneId===''){throw'Missing
3599
3599
  if(flowOutcomeId===undefined||flowOutcomeId===null||flowOutcomeId===''){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(){/**
3600
3600
  * Audit service.
3601
3601
  * @module purecloud-platform-client-v2/api/AuditApi
3602
- * @version 232.0.0
3602
+ * @version 234.0.0
3603
3603
  *//**
3604
3604
  * Constructs a new AuditApi.
3605
3605
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -3649,7 +3649,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
3649
3649
  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(){/**
3650
3650
  * Authorization service.
3651
3651
  * @module purecloud-platform-client-v2/api/AuthorizationApi
3652
- * @version 232.0.0
3652
+ * @version 234.0.0
3653
3653
  *//**
3654
3654
  * Constructs a new AuthorizationApi.
3655
3655
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -4084,7 +4084,7 @@ if(subjectId===undefined||subjectId===null||subjectId===''){throw'Missing the re
4084
4084
  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(){/**
4085
4085
  * Billing service.
4086
4086
  * @module purecloud-platform-client-v2/api/BillingApi
4087
- * @version 232.0.0
4087
+ * @version 234.0.0
4088
4088
  *//**
4089
4089
  * Constructs a new BillingApi.
4090
4090
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -4161,7 +4161,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
4161
4161
  if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){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 BusinessRulesApi=/*#__PURE__*/function(){/**
4162
4162
  * BusinessRules service.
4163
4163
  * @module purecloud-platform-client-v2/api/BusinessRulesApi
4164
- * @version 232.0.0
4164
+ * @version 234.0.0
4165
4165
  *//**
4166
4166
  * Constructs a new BusinessRulesApi.
4167
4167
  * @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
@@ -4174,14 +4174,12 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
4174
4174
  * @param {String} tableId Table ID
4175
4175
  * @param {Object} opts Optional parameters
4176
4176
  * @param {Boolean} opts.forceDelete Force delete decision table (under certain conditions) (default to false)
4177
- * deleteBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4178
4177
  */return _createClass(BusinessRulesApi,[{key:"deleteBusinessrulesDecisiontable",value:function deleteBusinessrulesDecisiontable(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
4179
4178
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','DELETE',{'tableId':tableId},{'forceDelete':opts['forceDelete']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4180
4179
  * Delete a decision table version
4181
4180
  *
4182
4181
  * @param {String} tableId Table ID
4183
4182
  * @param {Number} tableVersion Table Version
4184
- * deleteBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4185
4183
  */},{key:"deleteBusinessrulesDecisiontableVersion",value:function deleteBusinessrulesDecisiontableVersion(tableId,tableVersion){// verify the required parameter 'tableId' is set
4186
4184
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersion';}// verify the required parameter 'tableVersion' is set
4187
4185
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersion';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}','DELETE',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4190,7 +4188,6 @@ if(tableVersion===undefined||tableVersion===null){throw'Missing the required par
4190
4188
  * @param {String} tableId Table ID
4191
4189
  * @param {Number} tableVersion Table Version
4192
4190
  * @param {String} rowId Row ID
4193
- * deleteBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4194
4191
  */},{key:"deleteBusinessrulesDecisiontableVersionRow",value:function deleteBusinessrulesDecisiontableVersionRow(tableId,tableVersion,rowId){// verify the required parameter 'tableId' is set
4195
4192
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling deleteBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'tableVersion' is set
4196
4193
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling deleteBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'rowId' is set
@@ -4198,20 +4195,17 @@ if(rowId===undefined||rowId===null||rowId===''){throw'Missing the required param
4198
4195
  * Delete a schema
4199
4196
  *
4200
4197
  * @param {String} schemaId Schema ID
4201
- * deleteBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4202
4198
  */},{key:"deleteBusinessrulesSchema",value:function deleteBusinessrulesSchema(schemaId){// verify the required parameter 'schemaId' is set
4203
4199
  if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling deleteBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','DELETE',{'schemaId':schemaId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4204
4200
  * Get a decision table
4205
4201
  *
4206
4202
  * @param {String} tableId Table ID
4207
- * getBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4208
4203
  */},{key:"getBusinessrulesDecisiontable",value:function getBusinessrulesDecisiontable(tableId){// verify the required parameter 'tableId' is set
4209
4204
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','GET',{'tableId':tableId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4210
4205
  * Get a decision table version
4211
4206
  *
4212
4207
  * @param {String} tableId Table ID
4213
4208
  * @param {Number} tableVersion Table Version
4214
- * getBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4215
4209
  */},{key:"getBusinessrulesDecisiontableVersion",value:function getBusinessrulesDecisiontableVersion(tableId,tableVersion){// verify the required parameter 'tableId' is set
4216
4210
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersion';}// verify the required parameter 'tableVersion' is set
4217
4211
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersion';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}','GET',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4220,7 +4214,6 @@ if(tableVersion===undefined||tableVersion===null){throw'Missing the required par
4220
4214
  * @param {String} tableId Table ID
4221
4215
  * @param {Number} tableVersion Table Version
4222
4216
  * @param {String} rowId Row ID
4223
- * getBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4224
4217
  */},{key:"getBusinessrulesDecisiontableVersionRow",value:function getBusinessrulesDecisiontableVersionRow(tableId,tableVersion,rowId){// verify the required parameter 'tableId' is set
4225
4218
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'tableVersion' is set
4226
4219
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'rowId' is set
@@ -4232,7 +4225,6 @@ if(rowId===undefined||rowId===null||rowId===''){throw'Missing the required param
4232
4225
  * @param {Object} opts Optional parameters
4233
4226
  * @param {String} opts.pageNumber Page number of the entities to return. Defaults to 1.
4234
4227
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100. Defaults to 25.
4235
- * getBusinessrulesDecisiontableVersionRows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4236
4228
  */},{key:"getBusinessrulesDecisiontableVersionRows",value:function getBusinessrulesDecisiontableVersionRows(tableId,tableVersion,opts){opts=opts||{};// verify the required parameter 'tableId' is set
4237
4229
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersionRows';}// verify the required parameter 'tableVersion' is set
4238
4230
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling getBusinessrulesDecisiontableVersionRows';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/rows','GET',{'tableId':tableId,'tableVersion':tableVersion},{'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4242,7 +4234,6 @@ if(tableVersion===undefined||tableVersion===null){throw'Missing the required par
4242
4234
  * @param {Object} opts Optional parameters
4243
4235
  * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
4244
4236
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
4245
- * getBusinessrulesDecisiontableVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4246
4237
  */},{key:"getBusinessrulesDecisiontableVersions",value:function getBusinessrulesDecisiontableVersions(tableId,opts){opts=opts||{};// verify the required parameter 'tableId' is set
4247
4238
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling getBusinessrulesDecisiontableVersions';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions','GET',{'tableId':tableId},{'after':opts['after'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4248
4239
  * Get a list of decision tables.
@@ -4252,7 +4243,6 @@ if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required
4252
4243
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100.
4253
4244
  * @param {Array.<String>} opts.divisionIds One or more comma separated divisions to filters decision tables by. If nothing is provided, the decision tables associated with the list of divisions that the user has access to will be returned.
4254
4245
  * @param {String} opts.name Search for decision tables with a name that contains the given search string. Search is case insensitive and will match any table that contains this string in any part of the name.
4255
- * getBusinessrulesDecisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4256
4246
  */},{key:"getBusinessrulesDecisiontables",value:function getBusinessrulesDecisiontables(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/businessrules/decisiontables','GET',{},{'after':opts['after'],'pageSize':opts['pageSize'],'divisionIds':this.apiClient.buildCollectionParam(opts['divisionIds'],'multi'),'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4257
4247
  * Search for decision tables.
4258
4248
  *
@@ -4264,33 +4254,27 @@ if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required
4264
4254
  * @param {Boolean} opts.withPublishedVersion Filters results to only decision tables that have at least one version in Published status
4265
4255
  * @param {Array.<String>} opts.expand Fields to expand in response
4266
4256
  * @param {Array.<String>} opts.ids Decision table IDs to search for
4267
- * getBusinessrulesDecisiontablesSearch is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4268
4257
  */},{key:"getBusinessrulesDecisiontablesSearch",value:function getBusinessrulesDecisiontablesSearch(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/businessrules/decisiontables/search','GET',{},{'after':opts['after'],'pageSize':opts['pageSize'],'schemaId':opts['schemaId'],'name':opts['name'],'withPublishedVersion':opts['withPublishedVersion'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4269
4258
  * Get a schema
4270
4259
  *
4271
4260
  * @param {String} schemaId Schema ID
4272
- * getBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4273
4261
  */},{key:"getBusinessrulesSchema",value:function getBusinessrulesSchema(schemaId){// verify the required parameter 'schemaId' is set
4274
4262
  if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling getBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','GET',{'schemaId':schemaId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4275
4263
  * Get a list of schemas.
4276
4264
  *
4277
- * getBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4278
4265
  */},{key:"getBusinessrulesSchemas",value:function getBusinessrulesSchemas(){return this.apiClient.callApi('/api/v2/businessrules/schemas','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4279
4266
  * Get a specific named core type.
4280
4267
  *
4281
4268
  * @param {String} coreTypeName The core type's name
4282
- * getBusinessrulesSchemasCoretype is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4283
4269
  */},{key:"getBusinessrulesSchemasCoretype",value:function getBusinessrulesSchemasCoretype(coreTypeName){// verify the required parameter 'coreTypeName' is set
4284
4270
  if(coreTypeName===undefined||coreTypeName===null||coreTypeName===''){throw'Missing the required parameter "coreTypeName" when calling getBusinessrulesSchemasCoretype';}return this.apiClient.callApi('/api/v2/businessrules/schemas/coretypes/{coreTypeName}','GET',{'coreTypeName':coreTypeName},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4285
4271
  * Get the core types from which all schemas are built.
4286
4272
  *
4287
- * getBusinessrulesSchemasCoretypes is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4288
4273
  */},{key:"getBusinessrulesSchemasCoretypes",value:function getBusinessrulesSchemasCoretypes(){return this.apiClient.callApi('/api/v2/businessrules/schemas/coretypes','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4289
4274
  * Update a decision table
4290
4275
  *
4291
4276
  * @param {String} tableId Table ID
4292
4277
  * @param {Object} body Decision Table
4293
- * patchBusinessrulesDecisiontable is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4294
4278
  */},{key:"patchBusinessrulesDecisiontable",value:function patchBusinessrulesDecisiontable(tableId,body){// verify the required parameter 'tableId' is set
4295
4279
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontable';}// verify the required parameter 'body' is set
4296
4280
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchBusinessrulesDecisiontable';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}','PATCH',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4299,7 +4283,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4299
4283
  * @param {String} tableId Table ID
4300
4284
  * @param {Number} tableVersion Table Version
4301
4285
  * @param {Object} body Decision Table
4302
- * patchBusinessrulesDecisiontableVersion is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4303
4286
  */},{key:"patchBusinessrulesDecisiontableVersion",value:function patchBusinessrulesDecisiontableVersion(tableId,tableVersion,body){// verify the required parameter 'tableId' is set
4304
4287
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling patchBusinessrulesDecisiontableVersion';}// verify the required parameter 'tableVersion' is set
4305
4288
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling patchBusinessrulesDecisiontableVersion';}// verify the required parameter 'body' is set
@@ -4308,7 +4291,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4308
4291
  *
4309
4292
  * @param {String} tableId Table ID
4310
4293
  * @param {Object} body Decision Table
4311
- * postBusinessrulesDecisiontableExecute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4312
4294
  */},{key:"postBusinessrulesDecisiontableExecute",value:function postBusinessrulesDecisiontableExecute(tableId,body){// verify the required parameter 'tableId' is set
4313
4295
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableExecute';}// verify the required parameter 'body' is set
4314
4296
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontableExecute';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/execute','POST',{'tableId':tableId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4317,7 +4299,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4317
4299
  * @param {String} tableId Table ID
4318
4300
  * @param {Number} tableVersion Table Version
4319
4301
  * @param {Object} body Decision Table
4320
- * postBusinessrulesDecisiontableVersionCopy is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4321
4302
  */},{key:"postBusinessrulesDecisiontableVersionCopy",value:function postBusinessrulesDecisiontableVersionCopy(tableId,tableVersion,body){// verify the required parameter 'tableId' is set
4322
4303
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionCopy';}// verify the required parameter 'tableVersion' is set
4323
4304
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionCopy';}// verify the required parameter 'body' is set
@@ -4327,7 +4308,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4327
4308
  * @param {String} tableId Table ID
4328
4309
  * @param {Number} tableVersion Table Version
4329
4310
  * @param {Object} body Decision Table
4330
- * postBusinessrulesDecisiontableVersionExecute is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4331
4311
  */},{key:"postBusinessrulesDecisiontableVersionExecute",value:function postBusinessrulesDecisiontableVersionExecute(tableId,tableVersion,body){// verify the required parameter 'tableId' is set
4332
4312
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionExecute';}// verify the required parameter 'tableVersion' is set
4333
4313
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionExecute';}// verify the required parameter 'body' is set
@@ -4337,7 +4317,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4337
4317
  * @param {String} tableId Table ID
4338
4318
  * @param {Number} tableVersion Table Version
4339
4319
  * @param {Object} body Create decision table row request
4340
- * postBusinessrulesDecisiontableVersionRows is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4341
4320
  */},{key:"postBusinessrulesDecisiontableVersionRows",value:function postBusinessrulesDecisiontableVersionRows(tableId,tableVersion,body){// verify the required parameter 'tableId' is set
4342
4321
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRows';}// verify the required parameter 'tableVersion' is set
4343
4322
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRows';}// verify the required parameter 'body' is set
@@ -4350,7 +4329,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4350
4329
  * @param {Object} opts Optional parameters
4351
4330
  * @param {String} opts.pageNumber Page number of the entities to return. Defaults to 1.
4352
4331
  * @param {String} opts.pageSize Number of entities to return. Maximum of 100. Defaults to 25.
4353
- * postBusinessrulesDecisiontableVersionRowsSearch is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4354
4332
  */},{key:"postBusinessrulesDecisiontableVersionRowsSearch",value:function postBusinessrulesDecisiontableVersionRowsSearch(tableId,tableVersion,body,opts){opts=opts||{};// verify the required parameter 'tableId' is set
4355
4333
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionRowsSearch';}// verify the required parameter 'tableVersion' is set
4356
4334
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionRowsSearch';}// verify the required parameter 'body' is set
@@ -4359,33 +4337,28 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4359
4337
  *
4360
4338
  * @param {String} tableId Table ID
4361
4339
  * @param {Number} tableVersion Table Version
4362
- * postBusinessrulesDecisiontableVersionSync is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4363
4340
  */},{key:"postBusinessrulesDecisiontableVersionSync",value:function postBusinessrulesDecisiontableVersionSync(tableId,tableVersion){// verify the required parameter 'tableId' is set
4364
4341
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersionSync';}// verify the required parameter 'tableVersion' is set
4365
4342
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling postBusinessrulesDecisiontableVersionSync';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/sync','POST',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4366
4343
  * Create a new decision table version
4367
4344
  *
4368
4345
  * @param {String} tableId Table ID
4369
- * postBusinessrulesDecisiontableVersions is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4370
4346
  */},{key:"postBusinessrulesDecisiontableVersions",value:function postBusinessrulesDecisiontableVersions(tableId){// verify the required parameter 'tableId' is set
4371
4347
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling postBusinessrulesDecisiontableVersions';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions','POST',{'tableId':tableId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4372
4348
  * Create a decision table
4373
4349
  *
4374
4350
  * @param {Object} body Decision Table
4375
- * postBusinessrulesDecisiontables is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4376
4351
  */},{key:"postBusinessrulesDecisiontables",value:function postBusinessrulesDecisiontables(body){// verify the required parameter 'body' is set
4377
4352
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesDecisiontables';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4378
4353
  * Create a schema
4379
4354
  *
4380
- * @param {Object} body Schema
4381
- * postBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4355
+ * @param {Object} body Business Rules Schema Create Request
4382
4356
  */},{key:"postBusinessrulesSchemas",value:function postBusinessrulesSchemas(body){// verify the required parameter 'body' is set
4383
4357
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postBusinessrulesSchemas';}return this.apiClient.callApi('/api/v2/businessrules/schemas','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
4384
4358
  * Publish a decision table version
4385
4359
  *
4386
4360
  * @param {String} tableId Table ID
4387
4361
  * @param {Number} tableVersion Table Version
4388
- * putBusinessrulesDecisiontableVersionPublish is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4389
4362
  */},{key:"putBusinessrulesDecisiontableVersionPublish",value:function putBusinessrulesDecisiontableVersionPublish(tableId,tableVersion){// verify the required parameter 'tableId' is set
4390
4363
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionPublish';}// verify the required parameter 'tableVersion' is set
4391
4364
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionPublish';}return this.apiClient.callApi('/api/v2/businessrules/decisiontables/{tableId}/versions/{tableVersion}/publish','PUT',{'tableId':tableId,'tableVersion':tableVersion},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -4395,7 +4368,6 @@ if(tableVersion===undefined||tableVersion===null){throw'Missing the required par
4395
4368
  * @param {Number} tableVersion Table Version
4396
4369
  * @param {String} rowId Row ID
4397
4370
  * @param {Object} body Full update decision table row request
4398
- * putBusinessrulesDecisiontableVersionRow is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4399
4371
  */},{key:"putBusinessrulesDecisiontableVersionRow",value:function putBusinessrulesDecisiontableVersionRow(tableId,tableVersion,rowId,body){// verify the required parameter 'tableId' is set
4400
4372
  if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required parameter "tableId" when calling putBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'tableVersion' is set
4401
4373
  if(tableVersion===undefined||tableVersion===null){throw'Missing the required parameter "tableVersion" when calling putBusinessrulesDecisiontableVersionRow';}// verify the required parameter 'rowId' is set
@@ -4404,14 +4376,13 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4404
4376
  * Update a schema
4405
4377
  *
4406
4378
  * @param {String} schemaId Schema ID
4407
- * @param {Object} body Data Schema
4408
- * putBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4379
+ * @param {Object} body Business Rules Schema Update Request
4409
4380
  */},{key:"putBusinessrulesSchema",value:function putBusinessrulesSchema(schemaId,body){// verify the required parameter 'schemaId' is set
4410
4381
  if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';}// verify the required parameter 'body' is set
4411
4382
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putBusinessrulesSchema';}return this.apiClient.callApi('/api/v2/businessrules/schemas/{schemaId}','PUT',{'schemaId':schemaId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
4412
4383
  * CarrierServices service.
4413
4384
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
4414
- * @version 232.0.0
4385
+ * @version 234.0.0
4415
4386
  *//**
4416
4387
  * Constructs a new CarrierServicesApi.
4417
4388
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -4431,7 +4402,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
4431
4402
  */},{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(){/**
4432
4403
  * Chat service.
4433
4404
  * @module purecloud-platform-client-v2/api/ChatApi
4434
- * @version 232.0.0
4405
+ * @version 234.0.0
4435
4406
  *//**
4436
4407
  * Constructs a new ChatApi.
4437
4408
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -4662,7 +4633,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4662
4633
  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(){/**
4663
4634
  * Coaching service.
4664
4635
  * @module purecloud-platform-client-v2/api/CoachingApi
4665
- * @version 232.0.0
4636
+ * @version 234.0.0
4666
4637
  *//**
4667
4638
  * Constructs a new CoachingApi.
4668
4639
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -4815,7 +4786,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4815
4786
  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(){/**
4816
4787
  * ContentManagement service.
4817
4788
  * @module purecloud-platform-client-v2/api/ContentManagementApi
4818
- * @version 232.0.0
4789
+ * @version 234.0.0
4819
4790
  *//**
4820
4791
  * Constructs a new ContentManagementApi.
4821
4792
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -5097,7 +5068,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
5097
5068
  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(){/**
5098
5069
  * Conversations service.
5099
5070
  * @module purecloud-platform-client-v2/api/ConversationsApi
5100
- * @version 232.0.0
5071
+ * @version 234.0.0
5101
5072
  *//**
5102
5073
  * Constructs a new ConversationsApi.
5103
5074
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -6013,6 +5984,17 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
6013
5984
  if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantConsult';}// verify the required parameter 'participantId' is set
6014
5985
  if(participantId===undefined||participantId===null||participantId===''){throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantConsult';}// verify the required parameter 'body' is set
6015
5986
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsCallParticipantConsult';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/participants/{participantId}/consult','PATCH',{'conversationId':conversationId,'participantId':participantId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
5987
+ * Update conversation participant on behalf of a user
5988
+ *
5989
+ * @param {String} conversationId conversationId
5990
+ * @param {String} participantId participantId
5991
+ * @param {String} userId userId
5992
+ * @param {Object} body Participant request
5993
+ */},{key:"patchConversationsCallParticipantUserUserId",value:function patchConversationsCallParticipantUserUserId(conversationId,participantId,userId,body){// verify the required parameter 'conversationId' is set
5994
+ if(conversationId===undefined||conversationId===null||conversationId===''){throw'Missing the required parameter "conversationId" when calling patchConversationsCallParticipantUserUserId';}// verify the required parameter 'participantId' is set
5995
+ if(participantId===undefined||participantId===null||participantId===''){throw'Missing the required parameter "participantId" when calling patchConversationsCallParticipantUserUserId';}// verify the required parameter 'userId' is set
5996
+ if(userId===undefined||userId===null||userId===''){throw'Missing the required parameter "userId" when calling patchConversationsCallParticipantUserUserId';}// verify the required parameter 'body' is set
5997
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchConversationsCallParticipantUserUserId';}return this.apiClient.callApi('/api/v2/conversations/calls/{conversationId}/participants/{participantId}/user/{userId}','PATCH',{'conversationId':conversationId,'participantId':participantId,'userId':userId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
6016
5998
  * Update a conversation by disconnecting all of the participants
6017
5999
  *
6018
6000
  * @param {String} conversationId conversationId
@@ -7184,7 +7166,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
7184
7166
  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(){/**
7185
7167
  * DataExtensions service.
7186
7168
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
7187
- * @version 232.0.0
7169
+ * @version 234.0.0
7188
7170
  *//**
7189
7171
  * Constructs a new DataExtensionsApi.
7190
7172
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -7205,7 +7187,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
7205
7187
  */},{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(){/**
7206
7188
  * DataPrivacy service.
7207
7189
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
7208
- * @version 232.0.0
7190
+ * @version 234.0.0
7209
7191
  *//**
7210
7192
  * Constructs a new DataPrivacyApi.
7211
7193
  * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
@@ -7245,7 +7227,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7245
7227
  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(){/**
7246
7228
  * Downloads service.
7247
7229
  * @module purecloud-platform-client-v2/api/DownloadsApi
7248
- * @version 232.0.0
7230
+ * @version 234.0.0
7249
7231
  *//**
7250
7232
  * Constructs a new DownloadsApi.
7251
7233
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -7264,7 +7246,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7264
7246
  if(downloadId===undefined||downloadId===null||downloadId===''){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(){/**
7265
7247
  * Emails service.
7266
7248
  * @module purecloud-platform-client-v2/api/EmailsApi
7267
- * @version 232.0.0
7249
+ * @version 234.0.0
7268
7250
  *//**
7269
7251
  * Constructs a new EmailsApi.
7270
7252
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -7293,7 +7275,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
7293
7275
  */},{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(){/**
7294
7276
  * EmployeeEngagement service.
7295
7277
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
7296
- * @version 232.0.0
7278
+ * @version 234.0.0
7297
7279
  *//**
7298
7280
  * Constructs a new EmployeeEngagementApi.
7299
7281
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -7331,7 +7313,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7331
7313
  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(){/**
7332
7314
  * Events service.
7333
7315
  * @module purecloud-platform-client-v2/api/EventsApi
7334
- * @version 232.0.0
7316
+ * @version 234.0.0
7335
7317
  *//**
7336
7318
  * Constructs a new EventsApi.
7337
7319
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -7356,7 +7338,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7356
7338
  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(){/**
7357
7339
  * ExternalContacts service.
7358
7340
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
7359
- * @version 232.0.0
7341
+ * @version 234.0.0
7360
7342
  *//**
7361
7343
  * Constructs a new ExternalContactsApi.
7362
7344
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -8106,7 +8088,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
8106
8088
  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(){/**
8107
8089
  * Fax service.
8108
8090
  * @module purecloud-platform-client-v2/api/FaxApi
8109
- * @version 232.0.0
8091
+ * @version 234.0.0
8110
8092
  *//**
8111
8093
  * Constructs a new FaxApi.
8112
8094
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -8155,7 +8137,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8155
8137
  */},{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(){/**
8156
8138
  * Flows service.
8157
8139
  * @module purecloud-platform-client-v2/api/FlowsApi
8158
- * @version 232.0.0
8140
+ * @version 234.0.0
8159
8141
  *//**
8160
8142
  * Constructs a new FlowsApi.
8161
8143
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -8209,7 +8191,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8209
8191
  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(){/**
8210
8192
  * Gamification service.
8211
8193
  * @module purecloud-platform-client-v2/api/GamificationApi
8212
- * @version 232.0.0
8194
+ * @version 234.0.0
8213
8195
  *//**
8214
8196
  * Constructs a new GamificationApi.
8215
8197
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -8317,12 +8299,13 @@ if(prizeImageId===undefined||prizeImageId===null||prizeImageId===''){throw'Missi
8317
8299
  * @param {String} opts.sortMetricId Sort Metric Id
8318
8300
  * @param {Object} opts.sortOrder Sort order (default to asc)
8319
8301
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
8302
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8320
8303
  */},{key:"getGamificationInsights",value:function getGamificationInsights(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8321
8304
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsights';}// verify the required parameter 'filterId' is set
8322
8305
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsights';}// verify the required parameter 'granularity' is set
8323
8306
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsights';}// verify the required parameter 'comparativePeriodStartWorkday' is set
8324
8307
  if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsights';}// verify the required parameter 'primaryPeriodStartWorkday' is set
8325
- if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8308
+ if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsights';}return this.apiClient.callApi('/api/v2/gamification/insights','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortKey':opts['sortKey'],'sortMetricId':opts['sortMetricId'],'sortOrder':opts['sortOrder'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8326
8309
  * Get insights details for the current user
8327
8310
  *
8328
8311
  * @param {Object} filterType Filter type for the query request.
@@ -8376,11 +8359,13 @@ if(primaryPeriodEndWorkday===undefined||primaryPeriodEndWorkday===null){throw'Mi
8376
8359
  * @param {String} filterId ID for the filter type.
8377
8360
  * @param {Object} granularity Granularity
8378
8361
  * @param {String} startWorkday The start work day. Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd
8379
- */},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday){// verify the required parameter 'filterType' is set
8362
+ * @param {Object} opts Optional parameters
8363
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8364
+ */},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8380
8365
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';}// verify the required parameter 'filterId' is set
8381
8366
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';}// verify the required parameter 'granularity' is set
8382
8367
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsMembers';}// verify the required parameter 'startWorkday' is set
8383
- if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8368
+ if(startWorkday===undefined||startWorkday===null){throw'Missing the required parameter "startWorkday" when calling getGamificationInsightsMembers';}return this.apiClient.callApi('/api/v2/gamification/insights/members','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'startWorkday':startWorkday,'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8384
8369
  * Get insights rankings
8385
8370
  *
8386
8371
  * @param {Object} filterType Filter type for the query request.
@@ -8393,13 +8378,14 @@ if(startWorkday===undefined||startWorkday===null){throw'Missing the required par
8393
8378
  * @param {String} opts.sortMetricId Sort Metric Id
8394
8379
  * @param {Number} opts.sectionSize The number of top and bottom users to return before ties
8395
8380
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
8381
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8396
8382
  */},{key:"getGamificationInsightsRankings",value:function getGamificationInsightsRankings(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,sortKey,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8397
8383
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';}// verify the required parameter 'filterId' is set
8398
8384
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';}// verify the required parameter 'granularity' is set
8399
8385
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';}// verify the required parameter 'comparativePeriodStartWorkday' is set
8400
8386
  if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'primaryPeriodStartWorkday' is set
8401
8387
  if(primaryPeriodStartWorkday===undefined||primaryPeriodStartWorkday===null){throw'Missing the required parameter "primaryPeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'sortKey' is set
8402
- if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8388
+ if(sortKey===undefined||sortKey===null){throw'Missing the required parameter "sortKey" when calling getGamificationInsightsRankings';}return this.apiClient.callApi('/api/v2/gamification/insights/rankings','GET',{},{'filterType':filterType,'filterId':filterId,'granularity':granularity,'comparativePeriodStartWorkday':comparativePeriodStartWorkday,'primaryPeriodStartWorkday':primaryPeriodStartWorkday,'sortKey':sortKey,'sortMetricId':opts['sortMetricId'],'sectionSize':opts['sectionSize'],'userIds':opts['userIds'],'reportsTo':opts['reportsTo']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8403
8389
  * Get insights user trend for the current user
8404
8390
  *
8405
8391
  * @param {Object} filterType Filter type for the query request.
@@ -8862,7 +8848,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8862
8848
  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(){/**
8863
8849
  * GeneralDataProtectionRegulation service.
8864
8850
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8865
- * @version 232.0.0
8851
+ * @version 234.0.0
8866
8852
  *//**
8867
8853
  * Constructs a new GeneralDataProtectionRegulationApi.
8868
8854
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -8897,7 +8883,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
8897
8883
  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(){/**
8898
8884
  * Geolocation service.
8899
8885
  * @module purecloud-platform-client-v2/api/GeolocationApi
8900
- * @version 232.0.0
8886
+ * @version 234.0.0
8901
8887
  *//**
8902
8888
  * Constructs a new GeolocationApi.
8903
8889
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -8931,7 +8917,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
8931
8917
  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(){/**
8932
8918
  * Greetings service.
8933
8919
  * @module purecloud-platform-client-v2/api/GreetingsApi
8934
- * @version 232.0.0
8920
+ * @version 234.0.0
8935
8921
  *//**
8936
8922
  * Constructs a new GreetingsApi.
8937
8923
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -9059,7 +9045,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
9059
9045
  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(){/**
9060
9046
  * Groups service.
9061
9047
  * @module purecloud-platform-client-v2/api/GroupsApi
9062
- * @version 232.0.0
9048
+ * @version 234.0.0
9063
9049
  *//**
9064
9050
  * Constructs a new GroupsApi.
9065
9051
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -9192,7 +9178,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
9192
9178
  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(){/**
9193
9179
  * IdentityProvider service.
9194
9180
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
9195
- * @version 232.0.0
9181
+ * @version 234.0.0
9196
9182
  *//**
9197
9183
  * Constructs a new IdentityProviderApi.
9198
9184
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -9348,7 +9334,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9348
9334
  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(){/**
9349
9335
  * InfrastructureAsCode service.
9350
9336
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
9351
- * @version 232.0.0
9337
+ * @version 234.0.0
9352
9338
  *//**
9353
9339
  * Constructs a new InfrastructureAsCodeApi.
9354
9340
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -9402,7 +9388,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
9402
9388
  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(){/**
9403
9389
  * Integrations service.
9404
9390
  * @module purecloud-platform-client-v2/api/IntegrationsApi
9405
- * @version 232.0.0
9391
+ * @version 234.0.0
9406
9392
  *//**
9407
9393
  * Constructs a new IntegrationsApi.
9408
9394
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -10092,7 +10078,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
10092
10078
  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(){/**
10093
10079
  * Journey service.
10094
10080
  * @module purecloud-platform-client-v2/api/JourneyApi
10095
- * @version 232.0.0
10081
+ * @version 234.0.0
10096
10082
  *//**
10097
10083
  * Constructs a new JourneyApi.
10098
10084
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -10601,7 +10587,7 @@ if(versionId===undefined||versionId===null||versionId===''){throw'Missing the re
10601
10587
  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(){/**
10602
10588
  * Knowledge service.
10603
10589
  * @module purecloud-platform-client-v2/api/KnowledgeApi
10604
- * @version 232.0.0
10590
+ * @version 234.0.0
10605
10591
  *//**
10606
10592
  * Constructs a new KnowledgeApi.
10607
10593
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -10658,36 +10644,6 @@ if(importJobId===undefined||importJobId===null||importJobId===''){throw'Missing
10658
10644
  */},{key:"deleteKnowledgeKnowledgebaseLabel",value:function deleteKnowledgeKnowledgebaseLabel(knowledgeBaseId,labelId){// verify the required parameter 'knowledgeBaseId' is set
10659
10645
  if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLabel';}// verify the required parameter 'labelId' is set
10660
10646
  if(labelId===undefined||labelId===null||labelId===''){throw'Missing the required parameter "labelId" when calling deleteKnowledgeKnowledgebaseLabel';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'labelId':labelId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10661
- * Delete category
10662
- *
10663
- * @param {String} categoryId Category ID
10664
- * @param {String} knowledgeBaseId Knowledge base ID
10665
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10666
- * @deprecated
10667
- */},{key:"deleteKnowledgeKnowledgebaseLanguageCategory",value:function deleteKnowledgeKnowledgebaseLanguageCategory(categoryId,knowledgeBaseId,languageCode){// verify the required parameter 'categoryId' is set
10668
- if(categoryId===undefined||categoryId===null||categoryId===''){throw'Missing the required parameter "categoryId" when calling deleteKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'knowledgeBaseId' is set
10669
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'languageCode' is set
10670
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling deleteKnowledgeKnowledgebaseLanguageCategory';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories/{categoryId}','DELETE',{'categoryId':categoryId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10671
- * Delete document
10672
- *
10673
- * @param {String} documentId Document ID
10674
- * @param {String} knowledgeBaseId Knowledge base ID
10675
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10676
- * @deprecated
10677
- */},{key:"deleteKnowledgeKnowledgebaseLanguageDocument",value:function deleteKnowledgeKnowledgebaseLanguageDocument(documentId,knowledgeBaseId,languageCode){// verify the required parameter 'documentId' is set
10678
- if(documentId===undefined||documentId===null||documentId===''){throw'Missing the required parameter "documentId" when calling deleteKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'knowledgeBaseId' is set
10679
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'languageCode' is set
10680
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling deleteKnowledgeKnowledgebaseLanguageDocument';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/{documentId}','DELETE',{'documentId':documentId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10681
- * Delete import operation
10682
- *
10683
- * @param {String} knowledgeBaseId Knowledge base ID
10684
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10685
- * @param {String} importId Import ID
10686
- * @deprecated
10687
- */},{key:"deleteKnowledgeKnowledgebaseLanguageDocumentsImport",value:function deleteKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId,languageCode,importId){// verify the required parameter 'knowledgeBaseId' is set
10688
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'languageCode' is set
10689
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
10690
- if(importId===undefined||importId===null||importId===''){throw'Missing the required parameter "importId" when calling deleteKnowledgeKnowledgebaseLanguageDocumentsImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports/{importId}','DELETE',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'importId':importId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10691
10647
  * Delete Salesforce Knowledge integration source
10692
10648
  *
10693
10649
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -10934,104 +10890,6 @@ if(labelId===undefined||labelId===null||labelId===''){throw'Missing the required
10934
10890
  * @param {Boolean} opts.includeDocumentCount If specified, retrieves the number of documents related to label.
10935
10891
  */},{key:"getKnowledgeKnowledgebaseLabels",value:function getKnowledgeKnowledgebaseLabels(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
10936
10892
  if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLabels';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels','GET',{'knowledgeBaseId':knowledgeBaseId},{'before':opts['before'],'after':opts['after'],'pageSize':opts['pageSize'],'name':opts['name'],'includeDocumentCount':opts['includeDocumentCount']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10937
- * Get categories
10938
- *
10939
- * @param {String} knowledgeBaseId Knowledge base ID
10940
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10941
- * @param {Object} opts Optional parameters
10942
- * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
10943
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
10944
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
10945
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
10946
- * @param {String} opts.name Filter to return the categories that starts with the given category name.
10947
- * @deprecated
10948
- */},{key:"getKnowledgeKnowledgebaseLanguageCategories",value:function getKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId,languageCode,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
10949
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageCategories';}// verify the required parameter 'languageCode' is set
10950
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageCategories';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories','GET',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{'before':opts['before'],'after':opts['after'],'limit':opts['limit'],'pageSize':opts['pageSize'],'name':opts['name']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10951
- * Get category
10952
- *
10953
- * @param {String} categoryId Category ID
10954
- * @param {String} knowledgeBaseId Knowledge base ID
10955
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10956
- * @deprecated
10957
- */},{key:"getKnowledgeKnowledgebaseLanguageCategory",value:function getKnowledgeKnowledgebaseLanguageCategory(categoryId,knowledgeBaseId,languageCode){// verify the required parameter 'categoryId' is set
10958
- if(categoryId===undefined||categoryId===null||categoryId===''){throw'Missing the required parameter "categoryId" when calling getKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'knowledgeBaseId' is set
10959
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'languageCode' is set
10960
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageCategory';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories/{categoryId}','GET',{'categoryId':categoryId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10961
- * Get document
10962
- *
10963
- * @param {String} documentId Document ID
10964
- * @param {String} knowledgeBaseId Knowledge base ID
10965
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10966
- * @deprecated
10967
- */},{key:"getKnowledgeKnowledgebaseLanguageDocument",value:function getKnowledgeKnowledgebaseLanguageDocument(documentId,knowledgeBaseId,languageCode){// verify the required parameter 'documentId' is set
10968
- if(documentId===undefined||documentId===null||documentId===''){throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'knowledgeBaseId' is set
10969
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'languageCode' is set
10970
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageDocument';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/{documentId}','GET',{'documentId':documentId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10971
- * Get document content upload status
10972
- *
10973
- * @param {String} documentId Document ID
10974
- * @param {String} knowledgeBaseId Knowledge base ID
10975
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10976
- * @param {String} uploadId UploadId
10977
- * @deprecated
10978
- */},{key:"getKnowledgeKnowledgebaseLanguageDocumentUpload",value:function getKnowledgeKnowledgebaseLanguageDocumentUpload(documentId,knowledgeBaseId,languageCode,uploadId){// verify the required parameter 'documentId' is set
10979
- if(documentId===undefined||documentId===null||documentId===''){throw'Missing the required parameter "documentId" when calling getKnowledgeKnowledgebaseLanguageDocumentUpload';}// verify the required parameter 'knowledgeBaseId' is set
10980
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageDocumentUpload';}// verify the required parameter 'languageCode' is set
10981
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageDocumentUpload';}// verify the required parameter 'uploadId' is set
10982
- if(uploadId===undefined||uploadId===null||uploadId===''){throw'Missing the required parameter "uploadId" when calling getKnowledgeKnowledgebaseLanguageDocumentUpload';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/{documentId}/uploads/{uploadId}','GET',{'documentId':documentId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'uploadId':uploadId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
10983
- * Get documents
10984
- *
10985
- * @param {String} knowledgeBaseId Knowledge base ID
10986
- * @param {Object} languageCode Language code, format: iso2-LOCALE
10987
- * @param {Object} opts Optional parameters
10988
- * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
10989
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
10990
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
10991
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
10992
- * @param {String} opts.categories Filter by categories ids, comma separated values expected.
10993
- * @param {String} opts.title Filter by document title.
10994
- * @param {Object} opts.sortBy Sort by.
10995
- * @param {Object} opts.sortOrder Sort Order.
10996
- * @param {Array.<String>} opts.documentIds Comma-separated list of document identifiers to fetch by.
10997
- * @deprecated
10998
- */},{key:"getKnowledgeKnowledgebaseLanguageDocuments",value:function getKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId,languageCode,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
10999
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageDocuments';}// verify the required parameter 'languageCode' is set
11000
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageDocuments';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents','GET',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{'before':opts['before'],'after':opts['after'],'limit':opts['limit'],'pageSize':opts['pageSize'],'categories':opts['categories'],'title':opts['title'],'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder'],'documentIds':this.apiClient.buildCollectionParam(opts['documentIds'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11001
- * Get import operation report
11002
- *
11003
- * @param {String} knowledgeBaseId Knowledge base ID
11004
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11005
- * @param {String} importId Import ID
11006
- * @deprecated
11007
- */},{key:"getKnowledgeKnowledgebaseLanguageDocumentsImport",value:function getKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId,languageCode,importId){// verify the required parameter 'knowledgeBaseId' is set
11008
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'languageCode' is set
11009
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
11010
- if(importId===undefined||importId===null||importId===''){throw'Missing the required parameter "importId" when calling getKnowledgeKnowledgebaseLanguageDocumentsImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports/{importId}','GET',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'importId':importId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11011
- * Get training detail
11012
- *
11013
- * @param {String} knowledgeBaseId Knowledge base ID
11014
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11015
- * @param {String} trainingId Training ID
11016
- * @deprecated
11017
- */},{key:"getKnowledgeKnowledgebaseLanguageTraining",value:function getKnowledgeKnowledgebaseLanguageTraining(knowledgeBaseId,languageCode,trainingId){// verify the required parameter 'knowledgeBaseId' is set
11018
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageTraining';}// verify the required parameter 'languageCode' is set
11019
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageTraining';}// verify the required parameter 'trainingId' is set
11020
- if(trainingId===undefined||trainingId===null||trainingId===''){throw'Missing the required parameter "trainingId" when calling getKnowledgeKnowledgebaseLanguageTraining';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/trainings/{trainingId}','GET',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'trainingId':trainingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11021
- * Get all trainings information for a knowledgebase
11022
- *
11023
- * @param {String} knowledgeBaseId Knowledge base ID
11024
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11025
- * @param {Object} opts Optional parameters
11026
- * @param {String} opts.before The cursor that points to the start of the set of entities that has been returned.
11027
- * @param {String} opts.after The cursor that points to the end of the set of entities that has been returned.
11028
- * @param {String} opts.limit Number of entities to return. Maximum of 200. Deprecated in favour of pageSize
11029
- * @param {String} opts.pageSize Number of entities to return. Maximum of 200.
11030
- * @param {Object} opts.knowledgeDocumentsState Return the training with the specified state of the trained documents.
11031
- * @deprecated
11032
- */},{key:"getKnowledgeKnowledgebaseLanguageTrainings",value:function getKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId,languageCode,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
11033
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling getKnowledgeKnowledgebaseLanguageTrainings';}// verify the required parameter 'languageCode' is set
11034
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling getKnowledgeKnowledgebaseLanguageTrainings';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/trainings','GET',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{'before':opts['before'],'after':opts['after'],'limit':opts['limit'],'pageSize':opts['pageSize'],'knowledgeDocumentsState':opts['knowledgeDocumentsState']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11035
10893
  * Get operations
11036
10894
  *
11037
10895
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -11230,52 +11088,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11230
11088
  if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLabel';}// verify the required parameter 'labelId' is set
11231
11089
  if(labelId===undefined||labelId===null||labelId===''){throw'Missing the required parameter "labelId" when calling patchKnowledgeKnowledgebaseLabel';}// verify the required parameter 'body' is set
11232
11090
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLabel';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels/{labelId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'labelId':labelId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11233
- * Update category
11234
- *
11235
- * @param {String} categoryId Category ID
11236
- * @param {String} knowledgeBaseId Knowledge base ID
11237
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11238
- * @param {Object} body
11239
- * @deprecated
11240
- */},{key:"patchKnowledgeKnowledgebaseLanguageCategory",value:function patchKnowledgeKnowledgebaseLanguageCategory(categoryId,knowledgeBaseId,languageCode,body){// verify the required parameter 'categoryId' is set
11241
- if(categoryId===undefined||categoryId===null||categoryId===''){throw'Missing the required parameter "categoryId" when calling patchKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'knowledgeBaseId' is set
11242
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'languageCode' is set
11243
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling patchKnowledgeKnowledgebaseLanguageCategory';}// verify the required parameter 'body' is set
11244
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLanguageCategory';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories/{categoryId}','PATCH',{'categoryId':categoryId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11245
- * Update document
11246
- *
11247
- * @param {String} documentId Document ID
11248
- * @param {String} knowledgeBaseId Knowledge base ID
11249
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11250
- * @param {Object} body
11251
- * @deprecated
11252
- */},{key:"patchKnowledgeKnowledgebaseLanguageDocument",value:function patchKnowledgeKnowledgebaseLanguageDocument(documentId,knowledgeBaseId,languageCode,body){// verify the required parameter 'documentId' is set
11253
- if(documentId===undefined||documentId===null||documentId===''){throw'Missing the required parameter "documentId" when calling patchKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'knowledgeBaseId' is set
11254
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'languageCode' is set
11255
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling patchKnowledgeKnowledgebaseLanguageDocument';}// verify the required parameter 'body' is set
11256
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLanguageDocument';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/{documentId}','PATCH',{'documentId':documentId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11257
- * Update documents collection
11258
- *
11259
- * @param {String} knowledgeBaseId Knowledge base ID
11260
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11261
- * @param {Array.<Object>} body
11262
- * @deprecated
11263
- */},{key:"patchKnowledgeKnowledgebaseLanguageDocuments",value:function patchKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId,languageCode,body){// verify the required parameter 'knowledgeBaseId' is set
11264
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLanguageDocuments';}// verify the required parameter 'languageCode' is set
11265
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling patchKnowledgeKnowledgebaseLanguageDocuments';}// verify the required parameter 'body' is set
11266
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLanguageDocuments';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents','PATCH',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11267
- * Start import operation
11268
- *
11269
- * @param {String} knowledgeBaseId Knowledge base ID
11270
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11271
- * @param {String} importId Import ID
11272
- * @param {Object} body
11273
- * @deprecated
11274
- */},{key:"patchKnowledgeKnowledgebaseLanguageDocumentsImport",value:function patchKnowledgeKnowledgebaseLanguageDocumentsImport(knowledgeBaseId,languageCode,importId,body){// verify the required parameter 'knowledgeBaseId' is set
11275
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'languageCode' is set
11276
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'importId' is set
11277
- if(importId===undefined||importId===null||importId===''){throw'Missing the required parameter "importId" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}// verify the required parameter 'body' is set
11278
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchKnowledgeKnowledgebaseLanguageDocumentsImport';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports/{importId}','PATCH',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'importId':importId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11279
11091
  * Send update to the parse operation
11280
11092
  *
11281
11093
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -11516,66 +11328,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11516
11328
  */},{key:"postKnowledgeKnowledgebaseLabels",value:function postKnowledgeKnowledgebaseLabels(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
11517
11329
  if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLabels';}// verify the required parameter 'body' is set
11518
11330
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLabels';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/labels','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11519
- * Create new category
11520
- *
11521
- * @param {String} knowledgeBaseId Knowledge base ID
11522
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11523
- * @param {Object} body
11524
- * @deprecated
11525
- */},{key:"postKnowledgeKnowledgebaseLanguageCategories",value:function postKnowledgeKnowledgebaseLanguageCategories(knowledgeBaseId,languageCode,body){// verify the required parameter 'knowledgeBaseId' is set
11526
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageCategories';}// verify the required parameter 'languageCode' is set
11527
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageCategories';}// verify the required parameter 'body' is set
11528
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLanguageCategories';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/categories','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11529
- * Upload Article Content
11530
- *
11531
- * @param {String} documentId Document ID
11532
- * @param {String} knowledgeBaseId Knowledge base ID
11533
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11534
- * @param {Object} body
11535
- * @deprecated
11536
- */},{key:"postKnowledgeKnowledgebaseLanguageDocumentUploads",value:function postKnowledgeKnowledgebaseLanguageDocumentUploads(documentId,knowledgeBaseId,languageCode,body){// verify the required parameter 'documentId' is set
11537
- if(documentId===undefined||documentId===null||documentId===''){throw'Missing the required parameter "documentId" when calling postKnowledgeKnowledgebaseLanguageDocumentUploads';}// verify the required parameter 'knowledgeBaseId' is set
11538
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageDocumentUploads';}// verify the required parameter 'languageCode' is set
11539
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageDocumentUploads';}// verify the required parameter 'body' is set
11540
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLanguageDocumentUploads';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/{documentId}/uploads','POST',{'documentId':documentId,'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11541
- * Create document
11542
- *
11543
- * @param {String} knowledgeBaseId Knowledge base ID
11544
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11545
- * @param {Object} body
11546
- * @deprecated
11547
- */},{key:"postKnowledgeKnowledgebaseLanguageDocuments",value:function postKnowledgeKnowledgebaseLanguageDocuments(knowledgeBaseId,languageCode,body){// verify the required parameter 'knowledgeBaseId' is set
11548
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageDocuments';}// verify the required parameter 'languageCode' is set
11549
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageDocuments';}// verify the required parameter 'body' is set
11550
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLanguageDocuments';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11551
- * Create import operation
11552
- *
11553
- * @param {String} knowledgeBaseId Knowledge base ID
11554
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11555
- * @param {Object} body
11556
- * @deprecated
11557
- */},{key:"postKnowledgeKnowledgebaseLanguageDocumentsImports",value:function postKnowledgeKnowledgebaseLanguageDocumentsImports(knowledgeBaseId,languageCode,body){// verify the required parameter 'knowledgeBaseId' is set
11558
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageDocumentsImports';}// verify the required parameter 'languageCode' is set
11559
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageDocumentsImports';}// verify the required parameter 'body' is set
11560
- if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseLanguageDocumentsImports';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/documents/imports','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11561
- * Promote trained documents from draft state to active.
11562
- *
11563
- * @param {String} knowledgeBaseId Knowledge base ID
11564
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11565
- * @param {String} trainingId Training ID
11566
- * @deprecated
11567
- */},{key:"postKnowledgeKnowledgebaseLanguageTrainingPromote",value:function postKnowledgeKnowledgebaseLanguageTrainingPromote(knowledgeBaseId,languageCode,trainingId){// verify the required parameter 'knowledgeBaseId' is set
11568
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageTrainingPromote';}// verify the required parameter 'languageCode' is set
11569
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageTrainingPromote';}// verify the required parameter 'trainingId' is set
11570
- if(trainingId===undefined||trainingId===null||trainingId===''){throw'Missing the required parameter "trainingId" when calling postKnowledgeKnowledgebaseLanguageTrainingPromote';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/trainings/{trainingId}/promote','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode,'trainingId':trainingId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11571
- * Trigger training
11572
- *
11573
- * @param {String} knowledgeBaseId Knowledge base ID
11574
- * @param {Object} languageCode Language code, format: iso2-LOCALE
11575
- * @deprecated
11576
- */},{key:"postKnowledgeKnowledgebaseLanguageTrainings",value:function postKnowledgeKnowledgebaseLanguageTrainings(knowledgeBaseId,languageCode){// verify the required parameter 'knowledgeBaseId' is set
11577
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseLanguageTrainings';}// verify the required parameter 'languageCode' is set
11578
- if(languageCode===undefined||languageCode===null||languageCode===''){throw'Missing the required parameter "languageCode" when calling postKnowledgeKnowledgebaseLanguageTrainings';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/languages/{languageCode}/trainings','POST',{'knowledgeBaseId':knowledgeBaseId,'languageCode':languageCode},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11579
11331
  * Import the parsed articles
11580
11332
  *
11581
11333
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -11592,14 +11344,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11592
11344
  */},{key:"postKnowledgeKnowledgebaseParseJobs",value:function postKnowledgeKnowledgebaseParseJobs(knowledgeBaseId,body){// verify the required parameter 'knowledgeBaseId' is set
11593
11345
  if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseParseJobs';}// verify the required parameter 'body' is set
11594
11346
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebaseParseJobs';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/parse/jobs','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
11595
- * Search Documents
11596
- *
11597
- * @param {String} knowledgeBaseId Knowledge base ID
11598
- * @param {Object} opts Optional parameters
11599
- * @param {Object} opts.body
11600
- * @deprecated
11601
- */},{key:"postKnowledgeKnowledgebaseSearch",value:function postKnowledgeKnowledgebaseSearch(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
11602
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSearch';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/search','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
11603
11347
  * Create Salesforce Knowledge integration source
11604
11348
  *
11605
11349
  * @param {String} knowledgeBaseId Knowledge base ID
@@ -11671,7 +11415,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
11671
11415
  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(){/**
11672
11416
  * LanguageUnderstanding service.
11673
11417
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
11674
- * @version 232.0.0
11418
+ * @version 234.0.0
11675
11419
  *//**
11676
11420
  * Constructs a new LanguageUnderstandingApi.
11677
11421
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -11980,7 +11724,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
11980
11724
  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(){/**
11981
11725
  * Languages service.
11982
11726
  * @module purecloud-platform-client-v2/api/LanguagesApi
11983
- * @version 232.0.0
11727
+ * @version 234.0.0
11984
11728
  *//**
11985
11729
  * Constructs a new LanguagesApi.
11986
11730
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -12035,7 +11779,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
12035
11779
  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(){/**
12036
11780
  * Learning service.
12037
11781
  * @module purecloud-platform-client-v2/api/LearningApi
12038
- * @version 232.0.0
11782
+ * @version 234.0.0
12039
11783
  *//**
12040
11784
  * Constructs a new LearningApi.
12041
11785
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -12308,7 +12052,7 @@ if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the requi
12308
12052
  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},{'assign':opts['assign']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
12309
12053
  * License service.
12310
12054
  * @module purecloud-platform-client-v2/api/LicenseApi
12311
- * @version 232.0.0
12055
+ * @version 234.0.0
12312
12056
  *//**
12313
12057
  * Constructs a new LicenseApi.
12314
12058
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -12362,7 +12106,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
12362
12106
  */},{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(){/**
12363
12107
  * Locations service.
12364
12108
  * @module purecloud-platform-client-v2/api/LocationsApi
12365
- * @version 232.0.0
12109
+ * @version 234.0.0
12366
12110
  *//**
12367
12111
  * Constructs a new LocationsApi.
12368
12112
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -12421,7 +12165,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12421
12165
  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(){/**
12422
12166
  * LogCapture service.
12423
12167
  * @module purecloud-platform-client-v2/api/LogCaptureApi
12424
- * @version 232.0.0
12168
+ * @version 234.0.0
12425
12169
  *//**
12426
12170
  * Constructs a new LogCaptureApi.
12427
12171
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -12470,7 +12214,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
12470
12214
  if(userId===undefined||userId===null||userId===''){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(){/**
12471
12215
  * Messaging service.
12472
12216
  * @module purecloud-platform-client-v2/api/MessagingApi
12473
- * @version 232.0.0
12217
+ * @version 234.0.0
12474
12218
  *//**
12475
12219
  * Constructs a new MessagingApi.
12476
12220
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -12560,7 +12304,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12560
12304
  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(){/**
12561
12305
  * MobileDevices service.
12562
12306
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
12563
- * @version 232.0.0
12307
+ * @version 234.0.0
12564
12308
  *//**
12565
12309
  * Constructs a new MobileDevicesApi.
12566
12310
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -12599,7 +12343,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12599
12343
  if(deviceId===undefined||deviceId===null||deviceId===''){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(){/**
12600
12344
  * Notifications service.
12601
12345
  * @module purecloud-platform-client-v2/api/NotificationsApi
12602
- * @version 232.0.0
12346
+ * @version 234.0.0
12603
12347
  *//**
12604
12348
  * Constructs a new NotificationsApi.
12605
12349
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -12656,7 +12400,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
12656
12400
  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(){/**
12657
12401
  * OAuth service.
12658
12402
  * @module purecloud-platform-client-v2/api/OAuthApi
12659
- * @version 232.0.0
12403
+ * @version 234.0.0
12660
12404
  *//**
12661
12405
  * Constructs a new OAuthApi.
12662
12406
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -12741,7 +12485,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
12741
12485
  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(){/**
12742
12486
  * Objects service.
12743
12487
  * @module purecloud-platform-client-v2/api/ObjectsApi
12744
- * @version 232.0.0
12488
+ * @version 234.0.0
12745
12489
  *//**
12746
12490
  * Constructs a new ObjectsApi.
12747
12491
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -12827,7 +12571,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
12827
12571
  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(){/**
12828
12572
  * OperationalEvents service.
12829
12573
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
12830
- * @version 232.0.0
12574
+ * @version 234.0.0
12831
12575
  *//**
12832
12576
  * Constructs a new OperationalEventsApi.
12833
12577
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -12858,7 +12602,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
12858
12602
  */},{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(){/**
12859
12603
  * Organization service.
12860
12604
  * @module purecloud-platform-client-v2/api/OrganizationApi
12861
- * @version 232.0.0
12605
+ * @version 234.0.0
12862
12606
  *//**
12863
12607
  * Constructs a new OrganizationApi.
12864
12608
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -12963,7 +12707,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12963
12707
  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(){/**
12964
12708
  * OrganizationAuthorization service.
12965
12709
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
12966
- * @version 232.0.0
12710
+ * @version 234.0.0
12967
12711
  *//**
12968
12712
  * Constructs a new OrganizationAuthorizationApi.
12969
12713
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -13297,7 +13041,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
13297
13041
  if(trusteeUserId===undefined||trusteeUserId===null||trusteeUserId===''){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(){/**
13298
13042
  * Outbound service.
13299
13043
  * @module purecloud-platform-client-v2/api/OutboundApi
13300
- * @version 232.0.0
13044
+ * @version 234.0.0
13301
13045
  *//**
13302
13046
  * Constructs a new OutboundApi.
13303
13047
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -14109,6 +13853,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14109
13853
  * @param {Object} opts.useMaxCallsPerAgentDecimal Use maxCallsPerAgent with decimal precision
14110
13854
  */},{key:"postOutboundCampaigns",value:function postOutboundCampaigns(body,opts){opts=opts||{};// verify the required parameter 'body' is set
14111
13855
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundCampaigns';}return this.apiClient.callApi('/api/v2/outbound/campaigns','POST',{},{'useMaxCallsPerAgentDecimal':opts['useMaxCallsPerAgentDecimal']},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
13856
+ * Get performance data for a list of campaigns
13857
+ *
13858
+ * @param {Array.<String>} body Campaign IDs. Maximum of 50 IDs allowed.
13859
+ */},{key:"postOutboundCampaignsPerformanceQuery",value:function postOutboundCampaignsPerformanceQuery(body){// verify the required parameter 'body' is set
13860
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postOutboundCampaignsPerformanceQuery';}return this.apiClient.callApi('/api/v2/outbound/campaigns/performance/query','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
14112
13861
  * Get progress for a list of campaigns
14113
13862
  *
14114
13863
  * @param {Array.<String>} body Campaign IDs
@@ -14448,7 +14197,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14448
14197
  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(){/**
14449
14198
  * Presence service.
14450
14199
  * @module purecloud-platform-client-v2/api/PresenceApi
14451
- * @version 232.0.0
14200
+ * @version 234.0.0
14452
14201
  *//**
14453
14202
  * Constructs a new PresenceApi.
14454
14203
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -14621,7 +14370,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14621
14370
  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(){/**
14622
14371
  * ProcessAutomation service.
14623
14372
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
14624
- * @version 232.0.0
14373
+ * @version 234.0.0
14625
14374
  *//**
14626
14375
  * Constructs a new ProcessAutomationApi.
14627
14376
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -14684,7 +14433,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
14684
14433
  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(){/**
14685
14434
  * Quality service.
14686
14435
  * @module purecloud-platform-client-v2/api/QualityApi
14687
- * @version 232.0.0
14436
+ * @version 234.0.0
14688
14437
  *//**
14689
14438
  * Constructs a new QualityApi.
14690
14439
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -15202,7 +14951,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
15202
14951
  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(){/**
15203
14952
  * Recording service.
15204
14953
  * @module purecloud-platform-client-v2/api/RecordingApi
15205
- * @version 232.0.0
14954
+ * @version 234.0.0
15206
14955
  *//**
15207
14956
  * Constructs a new RecordingApi.
15208
14957
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -15601,7 +15350,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15601
15350
  */},{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(){/**
15602
15351
  * ResponseManagement service.
15603
15352
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
15604
- * @version 232.0.0
15353
+ * @version 234.0.0
15605
15354
  *//**
15606
15355
  * Constructs a new ResponseManagementApi.
15607
15356
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -15722,7 +15471,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
15722
15471
  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(){/**
15723
15472
  * Routing service.
15724
15473
  * @module purecloud-platform-client-v2/api/RoutingApi
15725
- * @version 232.0.0
15474
+ * @version 234.0.0
15726
15475
  *//**
15727
15476
  * Constructs a new RoutingApi.
15728
15477
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -15901,6 +15650,16 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
15901
15650
  * @param {Object} opts.expand Expand options. Valid values: settings
15902
15651
  */},{key:"getRoutingEmailDomain",value:function getRoutingEmailDomain(domainId,opts){opts=opts||{};// verify the required parameter 'domainId' is set
15903
15652
  if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailDomain';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}','GET',{'domainId':domainId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15653
+ * Get domain dkim settings
15654
+ *
15655
+ * @param {String} domainId domain ID
15656
+ */},{key:"getRoutingEmailDomainDkim",value:function getRoutingEmailDomainDkim(domainId){// verify the required parameter 'domainId' is set
15657
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainDkim';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/dkim','GET',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15658
+ * Get domain mail from settings
15659
+ *
15660
+ * @param {String} domainId domain ID
15661
+ */},{key:"getRoutingEmailDomainMailfrom",value:function getRoutingEmailDomainMailfrom(domainId){// verify the required parameter 'domainId' is set
15662
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainMailfrom';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/mailfrom','GET',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15904
15663
  * Get a route
15905
15664
  *
15906
15665
  * @param {String} domainName email domain
@@ -15927,6 +15686,11 @@ if(routeId===undefined||routeId===null||routeId===''){throw'Missing the required
15927
15686
  * @param {Array.<String>} opts.expand Which fields, if any, to expand
15928
15687
  */},{key:"getRoutingEmailDomainRoutes",value:function getRoutingEmailDomainRoutes(domainName,opts){opts=opts||{};// verify the required parameter 'domainName' is set
15929
15688
  if(domainName===undefined||domainName===null||domainName===''){throw'Missing the required parameter "domainName" when calling getRoutingEmailDomainRoutes';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainName}/routes','GET',{'domainName':domainName},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'pattern':opts['pattern'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15689
+ * Get domain verification settings
15690
+ *
15691
+ * @param {String} domainId domain ID
15692
+ */},{key:"getRoutingEmailDomainVerification",value:function getRoutingEmailDomainVerification(domainId){// verify the required parameter 'domainId' is set
15693
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling getRoutingEmailDomainVerification';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/verification','GET',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
15930
15694
  * Get domains
15931
15695
  *
15932
15696
  * @param {Object} opts Optional parameters
@@ -16526,6 +16290,18 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16526
16290
  * @param {Object} opts Optional parameters
16527
16291
  * @param {Object} opts.body
16528
16292
  */},{key:"postRoutingAssessmentsJobs",value:function postRoutingAssessmentsJobs(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/routing/assessments/jobs','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
16293
+ * Restart domain dkim
16294
+ *
16295
+ * @param {String} domainId domain ID
16296
+ */},{key:"postRoutingEmailDomainDkim",value:function postRoutingEmailDomainDkim(domainId){// verify the required parameter 'domainId' is set
16297
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainDkim';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/dkim','POST',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16298
+ * Set domain mail from settings
16299
+ *
16300
+ * @param {String} domainId domain ID
16301
+ * @param {Object} body Mail From Settings
16302
+ */},{key:"postRoutingEmailDomainMailfrom",value:function postRoutingEmailDomainMailfrom(domainId,body){// verify the required parameter 'domainId' is set
16303
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainMailfrom';}// verify the required parameter 'body' is set
16304
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postRoutingEmailDomainMailfrom';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/mailfrom','POST',{'domainId':domainId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16529
16305
  * Create a route
16530
16306
  *
16531
16307
  * @param {String} domainName email domain
@@ -16540,6 +16316,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16540
16316
  * @param {Object} opts.body TestMessage
16541
16317
  */},{key:"postRoutingEmailDomainTestconnection",value:function postRoutingEmailDomainTestconnection(domainId,opts){opts=opts||{};// verify the required parameter 'domainId' is set
16542
16318
  if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainTestconnection';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/testconnection','POST',{'domainId':domainId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
16319
+ * Restart domain verification
16320
+ *
16321
+ * @param {String} domainId domain ID
16322
+ */},{key:"postRoutingEmailDomainVerification",value:function postRoutingEmailDomainVerification(domainId){// verify the required parameter 'domainId' is set
16323
+ if(domainId===undefined||domainId===null||domainId===''){throw'Missing the required parameter "domainId" when calling postRoutingEmailDomainVerification';}return this.apiClient.callApi('/api/v2/routing/email/domains/{domainId}/verification','POST',{'domainId':domainId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
16543
16324
  * Create a domain
16544
16325
  *
16545
16326
  * @param {Object} body Domain
@@ -16781,7 +16562,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
16781
16562
  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(){/**
16782
16563
  * SCIM service.
16783
16564
  * @module purecloud-platform-client-v2/api/SCIMApi
16784
- * @version 232.0.0
16565
+ * @version 234.0.0
16785
16566
  *//**
16786
16567
  * Constructs a new SCIMApi.
16787
16568
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -17006,7 +16787,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
17006
16787
  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(){/**
17007
16788
  * ScreenRecording service.
17008
16789
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
17009
- * @version 232.0.0
16790
+ * @version 234.0.0
17010
16791
  *//**
17011
16792
  * Constructs a new ScreenRecordingApi.
17012
16793
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -17021,7 +16802,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17021
16802
  */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(){/**
17022
16803
  * Scripts service.
17023
16804
  * @module purecloud-platform-client-v2/api/ScriptsApi
17024
- * @version 232.0.0
16805
+ * @version 234.0.0
17025
16806
  *//**
17026
16807
  * Constructs a new ScriptsApi.
17027
16808
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -17167,7 +16948,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
17167
16948
  */},{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(){/**
17168
16949
  * Search service.
17169
16950
  * @module purecloud-platform-client-v2/api/SearchApi
17170
- * @version 232.0.0
16951
+ * @version 234.0.0
17171
16952
  *//**
17172
16953
  * Constructs a new SearchApi.
17173
16954
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -17263,14 +17044,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17263
17044
  * @param {Object} body Search request options
17264
17045
  */},{key:"postGroupsSearch",value:function postGroupsSearch(body){// verify the required parameter 'body' is set
17265
17046
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postGroupsSearch';}return this.apiClient.callApi('/api/v2/groups/search','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17266
- * Search Documents
17267
- *
17268
- * @param {String} knowledgeBaseId Knowledge base ID
17269
- * @param {Object} opts Optional parameters
17270
- * @param {Object} opts.body
17271
- * @deprecated
17272
- */},{key:"postKnowledgeKnowledgebaseSearch",value:function postKnowledgeKnowledgebaseSearch(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
17273
- if(knowledgeBaseId===undefined||knowledgeBaseId===null||knowledgeBaseId===''){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseSearch';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/search','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
17274
17047
  * Search locations
17275
17048
  *
17276
17049
  * @param {Object} body Search request options
@@ -17334,7 +17107,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17334
17107
  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(){/**
17335
17108
  * Settings service.
17336
17109
  * @module purecloud-platform-client-v2/api/SettingsApi
17337
- * @version 232.0.0
17110
+ * @version 234.0.0
17338
17111
  *//**
17339
17112
  * Constructs a new SettingsApi.
17340
17113
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -17406,7 +17179,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
17406
17179
  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(){/**
17407
17180
  * SocialMedia service.
17408
17181
  * @module purecloud-platform-client-v2/api/SocialMediaApi
17409
- * @version 232.0.0
17182
+ * @version 234.0.0
17410
17183
  *//**
17411
17184
  * Constructs a new SocialMediaApi.
17412
17185
  * @alias module:purecloud-platform-client-v2/api/SocialMediaApi
@@ -17495,8 +17268,10 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
17495
17268
  * Get a single escalation rule.
17496
17269
  *
17497
17270
  * @param {String} escalationRuleId escalationRuleId
17498
- */},{key:"getSocialmediaEscalationrule",value:function getSocialmediaEscalationrule(escalationRuleId){// verify the required parameter 'escalationRuleId' is set
17499
- if(escalationRuleId===undefined||escalationRuleId===null||escalationRuleId===''){throw'Missing the required parameter "escalationRuleId" when calling getSocialmediaEscalationrule';}return this.apiClient.callApi('/api/v2/socialmedia/escalationrules/{escalationRuleId}','GET',{'escalationRuleId':escalationRuleId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17271
+ * @param {Object} opts Optional parameters
17272
+ * @param {Object} opts.expand which fields, if any, to expand
17273
+ */},{key:"getSocialmediaEscalationrule",value:function getSocialmediaEscalationrule(escalationRuleId,opts){opts=opts||{};// verify the required parameter 'escalationRuleId' is set
17274
+ if(escalationRuleId===undefined||escalationRuleId===null||escalationRuleId===''){throw'Missing the required parameter "escalationRuleId" when calling getSocialmediaEscalationrule';}return this.apiClient.callApi('/api/v2/socialmedia/escalationrules/{escalationRuleId}','GET',{'escalationRuleId':escalationRuleId},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17500
17275
  * Retrieve all escalation rules for a division.
17501
17276
  *
17502
17277
  * @param {String} divisionId One division ID
@@ -17819,7 +17594,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
17819
17594
  if(twitterIngestionRuleId===undefined||twitterIngestionRuleId===null||twitterIngestionRuleId===''){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(){/**
17820
17595
  * SpeechTextAnalytics service.
17821
17596
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
17822
- * @version 232.0.0
17597
+ * @version 234.0.0
17823
17598
  *//**
17824
17599
  * Constructs a new SpeechTextAnalyticsApi.
17825
17600
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -18028,13 +17803,14 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
18028
17803
  * @param {Object} opts Optional parameters
18029
17804
  * @param {String} opts.nextPage The key for listing the next page
18030
17805
  * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
17806
+ * @param {Number} opts.pageNumber The page number for the listing
18031
17807
  * @param {Object} opts.state Topic state. Defaults to latest
18032
17808
  * @param {String} opts.name Case insensitive partial name to filter by
18033
17809
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
18034
17810
  * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
18035
17811
  * @param {Object} opts.sortBy Sort results by. Defaults to name
18036
17812
  * @param {Object} opts.sortOrder Sort order. Defaults to asc
18037
- */},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
17813
+ */},{key:"getSpeechandtextanalyticsTopics",value:function getSpeechandtextanalyticsTopics(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics','GET',{},{'nextPage':opts['nextPage'],'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'state':opts['state'],'name':opts['name'],'ids':this.apiClient.buildCollectionParam(opts['ids'],'multi'),'dialects':this.apiClient.buildCollectionParam(opts['dialects'],'multi'),'sortBy':opts['sortBy'],'sortOrder':opts['sortOrder']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18038
17814
  * Get list of supported Speech and Text Analytics topics dialects
18039
17815
  *
18040
17816
  */},{key:"getSpeechandtextanalyticsTopicsDialects",value:function getSpeechandtextanalyticsTopicsDialects(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/dialects','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -18188,7 +17964,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
18188
17964
  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(){/**
18189
17965
  * Stations service.
18190
17966
  * @module purecloud-platform-client-v2/api/StationsApi
18191
- * @version 232.0.0
17967
+ * @version 234.0.0
18192
17968
  *//**
18193
17969
  * Constructs a new StationsApi.
18194
17970
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -18220,7 +17996,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
18220
17996
  */},{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(){/**
18221
17997
  * Suggest service.
18222
17998
  * @module purecloud-platform-client-v2/api/SuggestApi
18223
- * @version 232.0.0
17999
+ * @version 234.0.0
18224
18000
  *//**
18225
18001
  * Constructs a new SuggestApi.
18226
18002
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -18260,7 +18036,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18260
18036
  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(){/**
18261
18037
  * TaskManagement service.
18262
18038
  * @module purecloud-platform-client-v2/api/TaskManagementApi
18263
- * @version 232.0.0
18039
+ * @version 234.0.0
18264
18040
  *//**
18265
18041
  * Constructs a new TaskManagementApi.
18266
18042
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -18360,9 +18136,9 @@ if(workbinId===undefined||workbinId===null||workbinId===''){throw'Missing the re
18360
18136
  *
18361
18137
  * @param {String} workitemId Workitem ID
18362
18138
  * @param {Object} opts Optional parameters
18363
- * @param {Object} opts.expands Which fields to expand. Comma separated if more than one.
18139
+ * @param {Array.<String>} opts.expands Which fields to expand. Comma separated if more than one.
18364
18140
  */},{key:"getTaskmanagementWorkitem",value:function getTaskmanagementWorkitem(workitemId,opts){opts=opts||{};// verify the required parameter 'workitemId' is set
18365
- if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':opts['expands']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18141
+ if(workitemId===undefined||workitemId===null||workitemId===''){throw'Missing the required parameter "workitemId" when calling getTaskmanagementWorkitem';}return this.apiClient.callApi('/api/v2/taskmanagement/workitems/{workitemId}','GET',{'workitemId':workitemId},{'expands':this.apiClient.buildCollectionParam(opts['expands'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
18366
18142
  * Get a listing of a workitem's attribute change history
18367
18143
  *
18368
18144
  * @param {String} workitemId Workitem ID
@@ -18768,7 +18544,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
18768
18544
  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(){/**
18769
18545
  * Teams service.
18770
18546
  * @module purecloud-platform-client-v2/api/TeamsApi
18771
- * @version 232.0.0
18547
+ * @version 234.0.0
18772
18548
  *//**
18773
18549
  * Constructs a new TeamsApi.
18774
18550
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -18848,7 +18624,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18848
18624
  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(){/**
18849
18625
  * Telephony service.
18850
18626
  * @module purecloud-platform-client-v2/api/TelephonyApi
18851
- * @version 232.0.0
18627
+ * @version 234.0.0
18852
18628
  *//**
18853
18629
  * Constructs a new TelephonyApi.
18854
18630
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -18919,7 +18695,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18919
18695
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putTelephonyAgentsGreetingsMe';}return this.apiClient.callApi('/api/v2/telephony/agents/greetings/me','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
18920
18696
  * TelephonyProvidersEdge service.
18921
18697
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
18922
- * @version 232.0.0
18698
+ * @version 234.0.0
18923
18699
  *//**
18924
18700
  * Constructs a new TelephonyProvidersEdgeApi.
18925
18701
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -19767,7 +19543,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
19767
19543
  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(){/**
19768
19544
  * Textbots service.
19769
19545
  * @module purecloud-platform-client-v2/api/TextbotsApi
19770
- * @version 232.0.0
19546
+ * @version 234.0.0
19771
19547
  *//**
19772
19548
  * Constructs a new TextbotsApi.
19773
19549
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -19803,7 +19579,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
19803
19579
  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(){/**
19804
19580
  * Tokens service.
19805
19581
  * @module purecloud-platform-client-v2/api/TokensApi
19806
- * @version 232.0.0
19582
+ * @version 234.0.0
19807
19583
  *//**
19808
19584
  * Constructs a new TokensApi.
19809
19585
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -19837,7 +19613,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
19837
19613
  */},{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(){/**
19838
19614
  * Uploads service.
19839
19615
  * @module purecloud-platform-client-v2/api/UploadsApi
19840
- * @version 232.0.0
19616
+ * @version 234.0.0
19841
19617
  *//**
19842
19618
  * Constructs a new UploadsApi.
19843
19619
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -19905,7 +19681,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19905
19681
  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(){/**
19906
19682
  * Usage service.
19907
19683
  * @module purecloud-platform-client-v2/api/UsageApi
19908
- * @version 232.0.0
19684
+ * @version 234.0.0
19909
19685
  *//**
19910
19686
  * Constructs a new UsageApi.
19911
19687
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -19989,7 +19765,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19989
19765
  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(){/**
19990
19766
  * UserRecordings service.
19991
19767
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
19992
- * @version 232.0.0
19768
+ * @version 234.0.0
19993
19769
  *//**
19994
19770
  * Constructs a new UserRecordingsApi.
19995
19771
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -20037,7 +19813,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
20037
19813
  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(){/**
20038
19814
  * Users service.
20039
19815
  * @module purecloud-platform-client-v2/api/UsersApi
20040
- * @version 232.0.0
19816
+ * @version 234.0.0
20041
19817
  *//**
20042
19818
  * Constructs a new UsersApi.
20043
19819
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -20781,7 +20557,7 @@ if(verifierId===undefined||verifierId===null||verifierId===''){throw'Missing the
20781
20557
  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(){/**
20782
20558
  * Utilities service.
20783
20559
  * @module purecloud-platform-client-v2/api/UtilitiesApi
20784
- * @version 232.0.0
20560
+ * @version 234.0.0
20785
20561
  *//**
20786
20562
  * Constructs a new UtilitiesApi.
20787
20563
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -20808,7 +20584,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20808
20584
  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(){/**
20809
20585
  * Voicemail service.
20810
20586
  * @module purecloud-platform-client-v2/api/VoicemailApi
20811
- * @version 232.0.0
20587
+ * @version 234.0.0
20812
20588
  *//**
20813
20589
  * Constructs a new VoicemailApi.
20814
20590
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -20970,7 +20746,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
20970
20746
  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(){/**
20971
20747
  * WebChat service.
20972
20748
  * @module purecloud-platform-client-v2/api/WebChatApi
20973
- * @version 232.0.0
20749
+ * @version 234.0.0
20974
20750
  *//**
20975
20751
  * Constructs a new WebChatApi.
20976
20752
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -21117,7 +20893,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21117
20893
  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(){/**
21118
20894
  * WebDeployments service.
21119
20895
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
21120
- * @version 232.0.0
20896
+ * @version 234.0.0
21121
20897
  *//**
21122
20898
  * Constructs a new WebDeploymentsApi.
21123
20899
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -21217,7 +20993,7 @@ if(configurationVersion===undefined||configurationVersion===null){throw'Missing
21217
20993
  * @param {Object} deployment
21218
20994
  */},{key:"postWebdeploymentsDeployments",value:function postWebdeploymentsDeployments(deployment){// verify the required parameter 'deployment' is set
21219
20995
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling postWebdeploymentsDeployments';}return this.apiClient.callApi('/api/v2/webdeployments/deployments','POST',{},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}/**
21220
- * Exchange an oAuth code (obtained using the Authorization Code Flow) for a JWT that can be used by webdeployments.
20996
+ * Exchange an oAuth code (obtained using the Authorization Code Flow or Implicit flow) for a JWT that can be used by webdeployments.
21221
20997
  *
21222
20998
  * @param {Object} body webDeploymentsOAuthExchangeRequest
21223
20999
  */},{key:"postWebdeploymentsTokenOauthcodegrantjwtexchange",value:function postWebdeploymentsTokenOauthcodegrantjwtexchange(body){// verify the required parameter 'body' is set
@@ -21250,7 +21026,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
21250
21026
  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(){/**
21251
21027
  * WebMessaging service.
21252
21028
  * @module purecloud-platform-client-v2/api/WebMessagingApi
21253
- * @version 232.0.0
21029
+ * @version 234.0.0
21254
21030
  *//**
21255
21031
  * Constructs a new WebMessagingApi.
21256
21032
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -21291,7 +21067,7 @@ if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required
21291
21067
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postWebmessagingDeploymentPushdevice';}return this.apiClient.callApi('/api/v2/webmessaging/deployments/{deploymentId}/pushdevices/{tokenId}','POST',{'deploymentId':deploymentId,'tokenId':tokenId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
21292
21068
  * Widgets service.
21293
21069
  * @module purecloud-platform-client-v2/api/WidgetsApi
21294
- * @version 232.0.0
21070
+ * @version 234.0.0
21295
21071
  *//**
21296
21072
  * Constructs a new WidgetsApi.
21297
21073
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -21331,7 +21107,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
21331
21107
  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(){/**
21332
21108
  * WorkforceManagement service.
21333
21109
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
21334
- * @version 232.0.0
21110
+ * @version 234.0.0
21335
21111
  *//**
21336
21112
  * Constructs a new WorkforceManagementApi.
21337
21113
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -23291,7 +23067,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23291
23067
  * </pre>
23292
23068
  * </p>
23293
23069
  * @module purecloud-platform-client-v2/index
23294
- * @version 232.0.0
23070
+ * @version 234.0.0
23295
23071
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
23296
23072
  * The ApiClient constructor.
23297
23073
  * @property {module:purecloud-platform-client-v2/ApiClient}