purecloud-platform-client-v2 202.1.0 → 203.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/README.md +2 -2
  2. package/dist/node/purecloud-platform-client-v2.js +153 -89
  3. package/dist/web-amd/purecloud-platform-client-v2.js +153 -89
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +94 -89
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +94 -89
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +254 -224
  9. package/package.json +1 -1
  10. package/src/purecloud-platform-client-v2/ApiClient.js +1 -1
  11. package/src/purecloud-platform-client-v2/api/AgentUIApi.js +1 -1
  12. package/src/purecloud-platform-client-v2/api/AlertingApi.js +1 -1
  13. package/src/purecloud-platform-client-v2/api/AnalyticsApi.js +1 -1
  14. package/src/purecloud-platform-client-v2/api/ArchitectApi.js +1 -12
  15. package/src/purecloud-platform-client-v2/api/AuditApi.js +1 -1
  16. package/src/purecloud-platform-client-v2/api/AuthorizationApi.js +46 -1
  17. package/src/purecloud-platform-client-v2/api/BillingApi.js +1 -1
  18. package/src/purecloud-platform-client-v2/api/CarrierServicesApi.js +1 -1
  19. package/src/purecloud-platform-client-v2/api/ChatApi.js +1 -1
  20. package/src/purecloud-platform-client-v2/api/CoachingApi.js +1 -1
  21. package/src/purecloud-platform-client-v2/api/ContentManagementApi.js +1 -1
  22. package/src/purecloud-platform-client-v2/api/ConversationsApi.js +1 -1
  23. package/src/purecloud-platform-client-v2/api/DataExtensionsApi.js +1 -1
  24. package/src/purecloud-platform-client-v2/api/DownloadsApi.js +1 -1
  25. package/src/purecloud-platform-client-v2/api/EmailsApi.js +1 -1
  26. package/src/purecloud-platform-client-v2/api/EmployeeEngagementApi.js +1 -1
  27. package/src/purecloud-platform-client-v2/api/EventsApi.js +1 -1
  28. package/src/purecloud-platform-client-v2/api/ExternalContactsApi.js +1 -1
  29. package/src/purecloud-platform-client-v2/api/FaxApi.js +1 -1
  30. package/src/purecloud-platform-client-v2/api/FlowsApi.js +1 -1
  31. package/src/purecloud-platform-client-v2/api/GamificationApi.js +1 -1
  32. package/src/purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi.js +1 -1
  33. package/src/purecloud-platform-client-v2/api/GeolocationApi.js +1 -1
  34. package/src/purecloud-platform-client-v2/api/GreetingsApi.js +1 -1
  35. package/src/purecloud-platform-client-v2/api/GroupsApi.js +1 -1
  36. package/src/purecloud-platform-client-v2/api/IdentityProviderApi.js +1 -1
  37. package/src/purecloud-platform-client-v2/api/InfrastructureAsCodeApi.js +1 -1
  38. package/src/purecloud-platform-client-v2/api/IntegrationsApi.js +1 -1
  39. package/src/purecloud-platform-client-v2/api/JourneyApi.js +1 -1
  40. package/src/purecloud-platform-client-v2/api/KnowledgeApi.js +31 -1
  41. package/src/purecloud-platform-client-v2/api/LanguageUnderstandingApi.js +1 -1
  42. package/src/purecloud-platform-client-v2/api/LanguagesApi.js +1 -1
  43. package/src/purecloud-platform-client-v2/api/LearningApi.js +1 -1
  44. package/src/purecloud-platform-client-v2/api/LicenseApi.js +1 -1
  45. package/src/purecloud-platform-client-v2/api/LocationsApi.js +1 -1
  46. package/src/purecloud-platform-client-v2/api/LogCaptureApi.js +1 -1
  47. package/src/purecloud-platform-client-v2/api/MessagingApi.js +1 -1
  48. package/src/purecloud-platform-client-v2/api/MobileDevicesApi.js +1 -1
  49. package/src/purecloud-platform-client-v2/api/NotificationsApi.js +1 -1
  50. package/src/purecloud-platform-client-v2/api/OAuthApi.js +1 -1
  51. package/src/purecloud-platform-client-v2/api/ObjectsApi.js +1 -1
  52. package/src/purecloud-platform-client-v2/api/OperationalEventsApi.js +1 -1
  53. package/src/purecloud-platform-client-v2/api/OrganizationApi.js +1 -1
  54. package/src/purecloud-platform-client-v2/api/OrganizationAuthorizationApi.js +1 -1
  55. package/src/purecloud-platform-client-v2/api/OutboundApi.js +1 -1
  56. package/src/purecloud-platform-client-v2/api/PresenceApi.js +1 -1
  57. package/src/purecloud-platform-client-v2/api/ProcessAutomationApi.js +1 -1
  58. package/src/purecloud-platform-client-v2/api/QualityApi.js +1 -1
  59. package/src/purecloud-platform-client-v2/api/RecordingApi.js +1 -1
  60. package/src/purecloud-platform-client-v2/api/ResponseManagementApi.js +1 -1
  61. package/src/purecloud-platform-client-v2/api/RoutingApi.js +1 -1
  62. package/src/purecloud-platform-client-v2/api/SCIMApi.js +1 -1
  63. package/src/purecloud-platform-client-v2/api/ScreenRecordingApi.js +1 -1
  64. package/src/purecloud-platform-client-v2/api/ScriptsApi.js +1 -1
  65. package/src/purecloud-platform-client-v2/api/SearchApi.js +1 -1
  66. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  67. package/src/purecloud-platform-client-v2/api/SpeechTextAnalyticsApi.js +1 -1
  68. package/src/purecloud-platform-client-v2/api/StationsApi.js +1 -1
  69. package/src/purecloud-platform-client-v2/api/SuggestApi.js +1 -1
  70. package/src/purecloud-platform-client-v2/api/TaskManagementApi.js +1 -1
  71. package/src/purecloud-platform-client-v2/api/TeamsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/TelephonyApi.js +1 -1
  73. package/src/purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi.js +1 -1
  74. package/src/purecloud-platform-client-v2/api/TextbotsApi.js +1 -1
  75. package/src/purecloud-platform-client-v2/api/TokensApi.js +1 -1
  76. package/src/purecloud-platform-client-v2/api/UploadsApi.js +1 -1
  77. package/src/purecloud-platform-client-v2/api/UsageApi.js +1 -1
  78. package/src/purecloud-platform-client-v2/api/UserRecordingsApi.js +1 -1
  79. package/src/purecloud-platform-client-v2/api/UsersApi.js +1 -1
  80. package/src/purecloud-platform-client-v2/api/UtilitiesApi.js +1 -1
  81. package/src/purecloud-platform-client-v2/api/VoicemailApi.js +1 -1
  82. package/src/purecloud-platform-client-v2/api/WebChatApi.js +1 -1
  83. package/src/purecloud-platform-client-v2/api/WebDeploymentsApi.js +1 -1
  84. package/src/purecloud-platform-client-v2/api/WebMessagingApi.js +1 -1
  85. package/src/purecloud-platform-client-v2/api/WidgetsApi.js +1 -1
  86. package/src/purecloud-platform-client-v2/api/WorkforceManagementApi.js +1 -1
  87. package/src/purecloud-platform-client-v2/index.js +1 -1
@@ -6166,7 +6166,7 @@ if(env)this.environment=env;else this.environment=this.host?this.host:'mypureclo
6166
6166
  this.environment=this.environment.replace(/\/+$/,'');// Strip protocol and subdomain
6167
6167
  if(this.environment.startsWith('https://'))this.environment=this.environment.substring(8);if(this.environment.startsWith('http://'))this.environment=this.environment.substring(7);if(this.environment.startsWith('api.'))this.environment=this.environment.substring(4);this.basePath="https://api.".concat(this.environment);this.authUrl="https://login.".concat(this.environment);}},{key:"getConfigString",value:function getConfigString(section,key){if(this.config._sections[section])return this.config._sections[section][key];}},{key:"getConfigBoolean",value:function getConfigBoolean(section,key){if(this.config._sections[section]&&this.config._sections[section][key]!==undefined){if(typeof this.config._sections[section][key]==='string'){return this.config._sections[section][key]==='true';}else return this.config._sections[section][key];}}},{key:"getConfigInt",value:function getConfigInt(section,key){if(this.config._sections[section]&&this.config._sections[section][key]){if(typeof this.config._sections[section][key]==='string'){return parseInt(this.config._sections[section][key]);}else return this.config._sections[section][key];}}}]);}();/**
6168
6168
  * @module purecloud-platform-client-v2/ApiClient
6169
- * @version 202.1.0
6169
+ * @version 203.0.0
6170
6170
  */var ApiClient=/*#__PURE__*/function(){/**
6171
6171
  * Manages low level client-server communications, parameter marshalling, etc. There should not be any need for an
6172
6172
  * application to use this class directly - the *Api and model classes provide the public API for the service. The
@@ -6478,7 +6478,7 @@ resolve(data);})["catch"](function(error){var data=error;if(error.response&&erro
6478
6478
  that.config.logger.log('error',error.response.status,httpMethod,url,request.headers,error.response.headers,bodyParam,error.response.data);data=that.returnExtended===true?{status:error.response.status,statusText:error.response.statusText,headers:error.response.headers,body:error.response.data,text:error.response.text,error:error}:error.response.data?error.response.data:error.response.text;}reject(data);});}});}}]);}();var AgentUIApi=/*#__PURE__*/function(){/**
6479
6479
  * AgentUI service.
6480
6480
  * @module purecloud-platform-client-v2/api/AgentUIApi
6481
- * @version 202.1.0
6481
+ * @version 203.0.0
6482
6482
  */ /**
6483
6483
  * Constructs a new AgentUIApi.
6484
6484
  * @alias module:purecloud-platform-client-v2/api/AgentUIApi
@@ -6512,7 +6512,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
6512
6512
  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(){/**
6513
6513
  * Alerting service.
6514
6514
  * @module purecloud-platform-client-v2/api/AlertingApi
6515
- * @version 202.1.0
6515
+ * @version 203.0.0
6516
6516
  */ /**
6517
6517
  * Constructs a new AlertingApi.
6518
6518
  * @alias module:purecloud-platform-client-v2/api/AlertingApi
@@ -6669,7 +6669,7 @@ if(ruleId===undefined||ruleId===null){throw'Missing the required parameter "rule
6669
6669
  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(){/**
6670
6670
  * Analytics service.
6671
6671
  * @module purecloud-platform-client-v2/api/AnalyticsApi
6672
- * @version 202.1.0
6672
+ * @version 203.0.0
6673
6673
  */ /**
6674
6674
  * Constructs a new AnalyticsApi.
6675
6675
  * @alias module:purecloud-platform-client-v2/api/AnalyticsApi
@@ -7290,7 +7290,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7290
7290
  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(){/**
7291
7291
  * Architect service.
7292
7292
  * @module purecloud-platform-client-v2/api/ArchitectApi
7293
- * @version 202.1.0
7293
+ * @version 203.0.0
7294
7294
  */ /**
7295
7295
  * Constructs a new ArchitectApi.
7296
7296
  * @alias module:purecloud-platform-client-v2/api/ArchitectApi
@@ -7389,7 +7389,6 @@ if(flowId===undefined||flowId===null){throw'Missing the required parameter "flow
7389
7389
  * Deletes a log level for a flow by flow id.
7390
7390
  * Deletes the associated log level for a flow by flow id
7391
7391
  * @param {String} flowId The flow id to delete the loglevel for
7392
- * deleteFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7393
7392
  */},{key:"deleteFlowInstancesSettingsLoglevels",value:function deleteFlowInstancesSettingsLoglevels(flowId){// verify the required parameter 'flowId' is set
7394
7393
  if(flowId===undefined||flowId===null){throw'Missing the required parameter "flowId" when calling deleteFlowInstancesSettingsLoglevels';}return this.apiClient.callApi('/api/v2/flows/{flowId}/instances/settings/loglevels','DELETE',{'flowId':flowId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7395
7394
  * Batch-delete a list of flows
@@ -7413,7 +7412,6 @@ if(datatableId===undefined||datatableId===null){throw'Missing the required param
7413
7412
  if(rowId===undefined||rowId===null){throw'Missing the required parameter "rowId" when calling deleteFlowsDatatableRow';}return this.apiClient.callApi('/api/v2/flows/datatables/{datatableId}/rows/{rowId}','DELETE',{'datatableId':datatableId,'rowId':rowId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7414
7413
  * Resets the org log level to default, base
7415
7414
  * Resets the org log level to default, base
7416
- * deleteFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7417
7415
  */},{key:"deleteFlowsInstancesSettingsLoglevelsDefault",value:function deleteFlowsInstancesSettingsLoglevelsDefault(){return this.apiClient.callApi('/api/v2/flows/instances/settings/loglevels/default','DELETE',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7418
7416
  * Delete a flow milestone.
7419
7417
  *
@@ -7771,7 +7769,6 @@ if(historyId===undefined||historyId===null){throw'Missing the required parameter
7771
7769
  * @param {String} flowId The flow id to get the loglevel for
7772
7770
  * @param {Object} opts Optional parameters
7773
7771
  * @param {Array.<String>} opts.expand Expand instructions for the result
7774
- * getFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7775
7772
  */},{key:"getFlowInstancesSettingsLoglevels",value:function getFlowInstancesSettingsLoglevels(flowId,opts){opts=opts||{};// verify the required parameter 'flowId' is set
7776
7773
  if(flowId===undefined||flowId===null){throw'Missing the required parameter "flowId" when calling getFlowInstancesSettingsLoglevels';}return this.apiClient.callApi('/api/v2/flows/{flowId}/instances/settings/loglevels','GET',{'flowId':flowId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7777
7774
  * Get the latest configuration for flow
@@ -7981,7 +7978,6 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
7981
7978
  */},{key:"getFlowsInstancesQuerycapabilities",value:function getFlowsInstancesQuerycapabilities(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/flows/instances/querycapabilities','GET',{},{'expand':opts['expand']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7982
7979
  * Get the execution history enabled setting.
7983
7980
  * Get the execution history enabled setting.
7984
- * getFlowsInstancesSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7985
7981
  */},{key:"getFlowsInstancesSettingsExecutiondata",value:function getFlowsInstancesSettingsExecutiondata(){return this.apiClient.callApi('/api/v2/flows/instances/settings/executiondata','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7986
7982
  * Retrieve a list of LogLevels for the organization.
7987
7983
  * Returns a paged set of LogLevels per flow id
@@ -7989,17 +7985,14 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
7989
7985
  * @param {Array.<String>} opts.expand Expand instructions for the result
7990
7986
  * @param {Number} opts.pageNumber Page number (default to 1)
7991
7987
  * @param {Number} opts.pageSize Number of entities to return. Maximum of 200. (default to 25)
7992
- * getFlowsInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7993
7988
  */},{key:"getFlowsInstancesSettingsLoglevels",value:function getFlowsInstancesSettingsLoglevels(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/flows/instances/settings/loglevels','GET',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'pageNumber':opts['pageNumber'],'pageSize':opts['pageSize']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7994
7989
  * Gets the available flow log level characteristics for this organization.
7995
7990
  * Log levels can be customized and this returns the set of available characteristics that can be enabled/disabled.
7996
- * getFlowsInstancesSettingsLoglevelsCharacteristics is a preview method and is subject to both breaking and non-breaking changes at any time without notice
7997
7991
  */},{key:"getFlowsInstancesSettingsLoglevelsCharacteristics",value:function getFlowsInstancesSettingsLoglevelsCharacteristics(){return this.apiClient.callApi('/api/v2/flows/instances/settings/loglevels/characteristics','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
7998
7992
  * Returns the flow default log level.
7999
7993
  * Returns the flow default log level which will be used if no specific flow id log level is found.
8000
7994
  * @param {Object} opts Optional parameters
8001
7995
  * @param {Array.<String>} opts.expand Expand instructions for the result
8002
- * getFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8003
7996
  */},{key:"getFlowsInstancesSettingsLoglevelsDefault",value:function getFlowsInstancesSettingsLoglevelsDefault(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/flows/instances/settings/loglevels/default','GET',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8004
7997
  * Fetch Architect Job Status
8005
7998
  *
@@ -8087,7 +8080,6 @@ if(languageCode===undefined||languageCode===null){throw'Missing the required par
8087
8080
  * Edit the execution history enabled setting.
8088
8081
  * Edit the execution history enabled setting.
8089
8082
  * @param {Object} body New Execution Data Setting
8090
- * patchFlowsInstancesSettingsExecutiondata is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8091
8083
  */},{key:"patchFlowsInstancesSettingsExecutiondata",value:function patchFlowsInstancesSettingsExecutiondata(body){// verify the required parameter 'body' is set
8092
8084
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling patchFlowsInstancesSettingsExecutiondata';}return this.apiClient.callApi('/api/v2/flows/instances/settings/executiondata','PATCH',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8093
8085
  * Rebuild Dependency Tracking data for an organization
@@ -8187,7 +8179,6 @@ if(flowId===undefined||flowId===null){throw'Missing the required parameter "flow
8187
8179
  * @param {Object} body New LogLevel settings
8188
8180
  * @param {Object} opts Optional parameters
8189
8181
  * @param {Array.<String>} opts.expand Expand instructions for the result
8190
- * postFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8191
8182
  */},{key:"postFlowInstancesSettingsLoglevels",value:function postFlowInstancesSettingsLoglevels(flowId,body,opts){opts=opts||{};// verify the required parameter 'flowId' is set
8192
8183
  if(flowId===undefined||flowId===null){throw'Missing the required parameter "flowId" when calling postFlowInstancesSettingsLoglevels';}// verify the required parameter 'body' is set
8193
8184
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postFlowInstancesSettingsLoglevels';}return this.apiClient.callApi('/api/v2/flows/{flowId}/instances/settings/loglevels','POST',{'flowId':flowId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -8360,7 +8351,6 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8360
8351
  * @param {Object} body New LogLevel settings
8361
8352
  * @param {Object} opts Optional parameters
8362
8353
  * @param {Array.<String>} opts.expand Expand instructions for the result
8363
- * putFlowInstancesSettingsLoglevels is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8364
8354
  */},{key:"putFlowInstancesSettingsLoglevels",value:function putFlowInstancesSettingsLoglevels(flowId,body,opts){opts=opts||{};// verify the required parameter 'flowId' is set
8365
8355
  if(flowId===undefined||flowId===null){throw'Missing the required parameter "flowId" when calling putFlowInstancesSettingsLoglevels';}// verify the required parameter 'body' is set
8366
8356
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFlowInstancesSettingsLoglevels';}return this.apiClient.callApi('/api/v2/flows/{flowId}/instances/settings/loglevels','PUT',{'flowId':flowId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -8387,7 +8377,6 @@ if(rowId===undefined||rowId===null){throw'Missing the required parameter "rowId"
8387
8377
  * @param {Object} body New LogLevel settings
8388
8378
  * @param {Object} opts Optional parameters
8389
8379
  * @param {Array.<String>} opts.expand Expand instructions for the result
8390
- * putFlowsInstancesSettingsLoglevelsDefault is a preview method and is subject to both breaking and non-breaking changes at any time without notice
8391
8380
  */},{key:"putFlowsInstancesSettingsLoglevelsDefault",value:function putFlowsInstancesSettingsLoglevelsDefault(body,opts){opts=opts||{};// verify the required parameter 'body' is set
8392
8381
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putFlowsInstancesSettingsLoglevelsDefault';}return this.apiClient.callApi('/api/v2/flows/instances/settings/loglevels/default','PUT',{},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8393
8382
  * Updates a flow milestone
@@ -8406,7 +8395,7 @@ if(milestoneId===undefined||milestoneId===null){throw'Missing the required param
8406
8395
  if(flowOutcomeId===undefined||flowOutcomeId===null){throw'Missing the required parameter "flowOutcomeId" when calling putFlowsOutcome';}return this.apiClient.callApi('/api/v2/flows/outcomes/{flowOutcomeId}','PUT',{'flowOutcomeId':flowOutcomeId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var AuditApi=/*#__PURE__*/function(){/**
8407
8396
  * Audit service.
8408
8397
  * @module purecloud-platform-client-v2/api/AuditApi
8409
- * @version 202.1.0
8398
+ * @version 203.0.0
8410
8399
  */ /**
8411
8400
  * Constructs a new AuditApi.
8412
8401
  * @alias module:purecloud-platform-client-v2/api/AuditApi
@@ -8456,7 +8445,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8456
8445
  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(){/**
8457
8446
  * Authorization service.
8458
8447
  * @module purecloud-platform-client-v2/api/AuthorizationApi
8459
- * @version 202.1.0
8448
+ * @version 203.0.0
8460
8449
  */ /**
8461
8450
  * Constructs a new AuthorizationApi.
8462
8451
  * @alias module:purecloud-platform-client-v2/api/AuthorizationApi
@@ -8607,6 +8596,9 @@ if(roleId===undefined||roleId===null){throw'Missing the required parameter "role
8607
8596
  * @param {Boolean} opts.userCount (default to true)
8608
8597
  * @param {Array.<String>} opts.id id
8609
8598
  */},{key:"getAuthorizationRoles",value:function getAuthorizationRoles(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/authorization/roles','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber'],'sortBy':opts['sortBy'],'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi'),'nextPage':opts['nextPage'],'previousPage':opts['previousPage'],'name':opts['name'],'permission':this.apiClient.buildCollectionParam(opts['permission'],'multi'),'defaultRoleId':this.apiClient.buildCollectionParam(opts['defaultRoleId'],'multi'),'userCount':opts['userCount'],'id':this.apiClient.buildCollectionParam(opts['id'],'multi')},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8599
+ * Get authorization role settings
8600
+ *
8601
+ */},{key:"getAuthorizationRolesSettings",value:function getAuthorizationRolesSettings(){return this.apiClient.callApi('/api/v2/authorization/roles/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8610
8602
  * Get authorization settings
8611
8603
  *
8612
8604
  */},{key:"getAuthorizationSettings",value:function getAuthorizationSettings(){return this.apiClient.callApi('/api/v2/authorization/settings','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -8762,6 +8754,11 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8762
8754
  * @param {Array.<Object>} body Organization roles list
8763
8755
  */},{key:"putAuthorizationRolesDefault",value:function putAuthorizationRolesDefault(body){// verify the required parameter 'body' is set
8764
8756
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationRolesDefault';}return this.apiClient.callApi('/api/v2/authorization/roles/default','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8757
+ * Change authorization role settings
8758
+ * Change role settings
8759
+ * @param {Object} body Authorization Role Settings
8760
+ */},{key:"putAuthorizationRolesSettings",value:function putAuthorizationRolesSettings(body){// verify the required parameter 'body' is set
8761
+ if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putAuthorizationRolesSettings';}return this.apiClient.callApi('/api/v2/authorization/roles/settings','PUT',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}/**
8765
8762
  * Sets the user's roles
8766
8763
  *
8767
8764
  * @param {String} subjectId User ID
@@ -8771,7 +8768,7 @@ if(subjectId===undefined||subjectId===null){throw'Missing the required parameter
8771
8768
  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(){/**
8772
8769
  * Billing service.
8773
8770
  * @module purecloud-platform-client-v2/api/BillingApi
8774
- * @version 202.1.0
8771
+ * @version 203.0.0
8775
8772
  */ /**
8776
8773
  * Constructs a new BillingApi.
8777
8774
  * @alias module:purecloud-platform-client-v2/api/BillingApi
@@ -8795,7 +8792,7 @@ if(endDate===undefined||endDate===null){throw'Missing the required parameter "en
8795
8792
  if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required parameter "trustorOrgId" when calling getBillingTrusteebillingoverviewTrustorOrgId';}return this.apiClient.callApi('/api/v2/billing/trusteebillingoverview/{trustorOrgId}','GET',{'trustorOrgId':trustorOrgId},{'billingPeriodIndex':opts['billingPeriodIndex']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var CarrierServicesApi=/*#__PURE__*/function(){/**
8796
8793
  * CarrierServices service.
8797
8794
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
8798
- * @version 202.1.0
8795
+ * @version 203.0.0
8799
8796
  */ /**
8800
8797
  * Constructs a new CarrierServicesApi.
8801
8798
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -8815,7 +8812,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
8815
8812
  */},{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(){/**
8816
8813
  * Chat service.
8817
8814
  * @module purecloud-platform-client-v2/api/ChatApi
8818
- * @version 202.1.0
8815
+ * @version 203.0.0
8819
8816
  */ /**
8820
8817
  * Constructs a new ChatApi.
8821
8818
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -9040,7 +9037,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9040
9037
  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(){/**
9041
9038
  * Coaching service.
9042
9039
  * @module purecloud-platform-client-v2/api/CoachingApi
9043
- * @version 202.1.0
9040
+ * @version 203.0.0
9044
9041
  */ /**
9045
9042
  * Constructs a new CoachingApi.
9046
9043
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -9193,7 +9190,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9193
9190
  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(){/**
9194
9191
  * ContentManagement service.
9195
9192
  * @module purecloud-platform-client-v2/api/ContentManagementApi
9196
- * @version 202.1.0
9193
+ * @version 203.0.0
9197
9194
  */ /**
9198
9195
  * Constructs a new ContentManagementApi.
9199
9196
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -9476,7 +9473,7 @@ if(tagId===undefined||tagId===null){throw'Missing the required parameter "tagId"
9476
9473
  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(){/**
9477
9474
  * Conversations service.
9478
9475
  * @module purecloud-platform-client-v2/api/ConversationsApi
9479
- * @version 202.1.0
9476
+ * @version 203.0.0
9480
9477
  */ /**
9481
9478
  * Constructs a new ConversationsApi.
9482
9479
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -11198,7 +11195,7 @@ if(conversationId===undefined||conversationId===null){throw'Missing the required
11198
11195
  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(){/**
11199
11196
  * DataExtensions service.
11200
11197
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
11201
- * @version 202.1.0
11198
+ * @version 203.0.0
11202
11199
  */ /**
11203
11200
  * Constructs a new DataExtensionsApi.
11204
11201
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -11219,7 +11216,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11219
11216
  */},{key:"getDataextensionsLimits",value:function getDataextensionsLimits(){return this.apiClient.callApi('/api/v2/dataextensions/limits','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var DownloadsApi=/*#__PURE__*/function(){/**
11220
11217
  * Downloads service.
11221
11218
  * @module purecloud-platform-client-v2/api/DownloadsApi
11222
- * @version 202.1.0
11219
+ * @version 203.0.0
11223
11220
  */ /**
11224
11221
  * Constructs a new DownloadsApi.
11225
11222
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -11238,7 +11235,7 @@ if(coretypeName===undefined||coretypeName===null){throw'Missing the required par
11238
11235
  if(downloadId===undefined||downloadId===null){throw'Missing the required parameter "downloadId" when calling getDownload';}return this.apiClient.callApi('/api/v2/downloads/{downloadId}','GET',{'downloadId':downloadId},{'contentDisposition':opts['contentDisposition'],'issueRedirect':opts['issueRedirect'],'redirectToAuth':opts['redirectToAuth']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmailsApi=/*#__PURE__*/function(){/**
11239
11236
  * Emails service.
11240
11237
  * @module purecloud-platform-client-v2/api/EmailsApi
11241
- * @version 202.1.0
11238
+ * @version 203.0.0
11242
11239
  */ /**
11243
11240
  * Constructs a new EmailsApi.
11244
11241
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -11256,7 +11253,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
11256
11253
  */},{key:"patchEmailsSettings",value:function patchEmailsSettings(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/emails/settings','PATCH',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var EmployeeEngagementApi=/*#__PURE__*/function(){/**
11257
11254
  * EmployeeEngagement service.
11258
11255
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
11259
- * @version 202.1.0
11256
+ * @version 203.0.0
11260
11257
  */ /**
11261
11258
  * Constructs a new EmployeeEngagementApi.
11262
11259
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -11294,7 +11291,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11294
11291
  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(){/**
11295
11292
  * Events service.
11296
11293
  * @module purecloud-platform-client-v2/api/EventsApi
11297
- * @version 202.1.0
11294
+ * @version 203.0.0
11298
11295
  */ /**
11299
11296
  * Constructs a new EventsApi.
11300
11297
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -11319,7 +11316,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11319
11316
  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(){/**
11320
11317
  * ExternalContacts service.
11321
11318
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
11322
- * @version 202.1.0
11319
+ * @version 203.0.0
11323
11320
  */ /**
11324
11321
  * Constructs a new ExternalContactsApi.
11325
11322
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -11776,7 +11773,7 @@ if(relationshipId===undefined||relationshipId===null){throw'Missing the required
11776
11773
  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(){/**
11777
11774
  * Fax service.
11778
11775
  * @module purecloud-platform-client-v2/api/FaxApi
11779
- * @version 202.1.0
11776
+ * @version 203.0.0
11780
11777
  */ /**
11781
11778
  * Constructs a new FaxApi.
11782
11779
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -11825,7 +11822,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11825
11822
  */},{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(){/**
11826
11823
  * Flows service.
11827
11824
  * @module purecloud-platform-client-v2/api/FlowsApi
11828
- * @version 202.1.0
11825
+ * @version 203.0.0
11829
11826
  */ /**
11830
11827
  * Constructs a new FlowsApi.
11831
11828
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -11873,7 +11870,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
11873
11870
  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(){/**
11874
11871
  * Gamification service.
11875
11872
  * @module purecloud-platform-client-v2/api/GamificationApi
11876
- * @version 202.1.0
11873
+ * @version 203.0.0
11877
11874
  */ /**
11878
11875
  * Constructs a new GamificationApi.
11879
11876
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -12413,7 +12410,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12413
12410
  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(){/**
12414
12411
  * GeneralDataProtectionRegulation service.
12415
12412
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
12416
- * @version 202.1.0
12413
+ * @version 203.0.0
12417
12414
  */ /**
12418
12415
  * Constructs a new GeneralDataProtectionRegulationApi.
12419
12416
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -12448,7 +12445,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
12448
12445
  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(){/**
12449
12446
  * Geolocation service.
12450
12447
  * @module purecloud-platform-client-v2/api/GeolocationApi
12451
- * @version 202.1.0
12448
+ * @version 203.0.0
12452
12449
  */ /**
12453
12450
  * Constructs a new GeolocationApi.
12454
12451
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -12482,7 +12479,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
12482
12479
  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(){/**
12483
12480
  * Greetings service.
12484
12481
  * @module purecloud-platform-client-v2/api/GreetingsApi
12485
- * @version 202.1.0
12482
+ * @version 203.0.0
12486
12483
  */ /**
12487
12484
  * Constructs a new GreetingsApi.
12488
12485
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -12589,7 +12586,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
12589
12586
  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(){/**
12590
12587
  * Groups service.
12591
12588
  * @module purecloud-platform-client-v2/api/GroupsApi
12592
- * @version 202.1.0
12589
+ * @version 203.0.0
12593
12590
  */ /**
12594
12591
  * Constructs a new GroupsApi.
12595
12592
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -12722,7 +12719,7 @@ if(groupId===undefined||groupId===null){throw'Missing the required parameter "gr
12722
12719
  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(){/**
12723
12720
  * IdentityProvider service.
12724
12721
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
12725
- * @version 202.1.0
12722
+ * @version 203.0.0
12726
12723
  */ /**
12727
12724
  * Constructs a new IdentityProviderApi.
12728
12725
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -12878,7 +12875,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12878
12875
  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(){/**
12879
12876
  * InfrastructureAsCode service.
12880
12877
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
12881
- * @version 202.1.0
12878
+ * @version 203.0.0
12882
12879
  */ /**
12883
12880
  * Constructs a new InfrastructureAsCodeApi.
12884
12881
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -12932,7 +12929,7 @@ if(jobId===undefined||jobId===null){throw'Missing the required parameter "jobId"
12932
12929
  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(){/**
12933
12930
  * Integrations service.
12934
12931
  * @module purecloud-platform-client-v2/api/IntegrationsApi
12935
- * @version 202.1.0
12932
+ * @version 203.0.0
12936
12933
  */ /**
12937
12934
  * Constructs a new IntegrationsApi.
12938
12935
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -13546,7 +13543,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null){throw'Missing the requir
13546
13543
  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(){/**
13547
13544
  * Journey service.
13548
13545
  * @module purecloud-platform-client-v2/api/JourneyApi
13549
- * @version 202.1.0
13546
+ * @version 203.0.0
13550
13547
  */ /**
13551
13548
  * Constructs a new JourneyApi.
13552
13549
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -13955,7 +13952,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
13955
13952
  */},{key:"postJourneyViewsEncodingsValidate",value:function postJourneyViewsEncodingsValidate(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/journey/views/encodings/validate','POST',{},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var KnowledgeApi=/*#__PURE__*/function(){/**
13956
13953
  * Knowledge service.
13957
13954
  * @module purecloud-platform-client-v2/api/KnowledgeApi
13958
- * @version 202.1.0
13955
+ * @version 203.0.0
13959
13956
  */ /**
13960
13957
  * Constructs a new KnowledgeApi.
13961
13958
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -14722,6 +14719,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14722
14719
  * @param {Object} opts.body
14723
14720
  */},{key:"postKnowledgeKnowledgebaseDocumentsPresentations",value:function postKnowledgeKnowledgebaseDocumentsPresentations(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14724
14721
  if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsPresentations';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/presentations','POST',{'knowledgeBaseId':knowledgeBaseId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
14722
+ * Query for knowledge documents.
14723
+ *
14724
+ * @param {String} knowledgeBaseId Knowledge Base ID
14725
+ * @param {Object} opts Optional parameters
14726
+ * @param {Array.<String>} opts.expand Fields, if any, to expand for each document in the search result matching the query.
14727
+ * @param {Object} opts.body
14728
+ */},{key:"postKnowledgeKnowledgebaseDocumentsQuery",value:function postKnowledgeKnowledgebaseDocumentsQuery(knowledgeBaseId,opts){opts=opts||{};// verify the required parameter 'knowledgeBaseId' is set
14729
+ if(knowledgeBaseId===undefined||knowledgeBaseId===null){throw'Missing the required parameter "knowledgeBaseId" when calling postKnowledgeKnowledgebaseDocumentsQuery';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases/{knowledgeBaseId}/documents/query','POST',{'knowledgeBaseId':knowledgeBaseId},{'expand':this.apiClient.buildCollectionParam(opts['expand'],'multi')},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}/**
14725
14730
  * Search the documents in a knowledge base.
14726
14731
  *
14727
14732
  * @param {String} knowledgeBaseId The ID of knowledge base containing the documents to query.
@@ -14868,7 +14873,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14868
14873
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling postKnowledgeKnowledgebases';}return this.apiClient.callApi('/api/v2/knowledge/knowledgebases','POST',{},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LanguageUnderstandingApi=/*#__PURE__*/function(){/**
14869
14874
  * LanguageUnderstanding service.
14870
14875
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
14871
- * @version 202.1.0
14876
+ * @version 203.0.0
14872
14877
  */ /**
14873
14878
  * Constructs a new LanguageUnderstandingApi.
14874
14879
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -15128,7 +15133,7 @@ if(domainVersionId===undefined||domainVersionId===null){throw'Missing the requir
15128
15133
  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(){/**
15129
15134
  * Languages service.
15130
15135
  * @module purecloud-platform-client-v2/api/LanguagesApi
15131
- * @version 202.1.0
15136
+ * @version 203.0.0
15132
15137
  */ /**
15133
15138
  * Constructs a new LanguagesApi.
15134
15139
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -15183,7 +15188,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15183
15188
  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(){/**
15184
15189
  * Learning service.
15185
15190
  * @module purecloud-platform-client-v2/api/LearningApi
15186
- * @version 202.1.0
15191
+ * @version 203.0.0
15187
15192
  */ /**
15188
15193
  * Constructs a new LearningApi.
15189
15194
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -15454,7 +15459,7 @@ if(moduleId===undefined||moduleId===null){throw'Missing the required parameter "
15454
15459
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putLearningModuleRule';}return this.apiClient.callApi('/api/v2/learning/modules/{moduleId}/rule','PUT',{'moduleId':moduleId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var LicenseApi=/*#__PURE__*/function(){/**
15455
15460
  * License service.
15456
15461
  * @module purecloud-platform-client-v2/api/LicenseApi
15457
- * @version 202.1.0
15462
+ * @version 203.0.0
15458
15463
  */ /**
15459
15464
  * Constructs a new LicenseApi.
15460
15465
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -15508,7 +15513,7 @@ if(featureName===undefined||featureName===null){throw'Missing the required param
15508
15513
  */},{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(){/**
15509
15514
  * Locations service.
15510
15515
  * @module purecloud-platform-client-v2/api/LocationsApi
15511
- * @version 202.1.0
15516
+ * @version 203.0.0
15512
15517
  */ /**
15513
15518
  * Constructs a new LocationsApi.
15514
15519
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -15567,7 +15572,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15567
15572
  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(){/**
15568
15573
  * LogCapture service.
15569
15574
  * @module purecloud-platform-client-v2/api/LogCaptureApi
15570
- * @version 202.1.0
15575
+ * @version 203.0.0
15571
15576
  */ /**
15572
15577
  * Constructs a new LogCaptureApi.
15573
15578
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -15617,7 +15622,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
15617
15622
  if(userId===undefined||userId===null){throw'Missing the required parameter "userId" when calling postDiagnosticsLogcaptureBrowserUser';}return this.apiClient.callApi('/api/v2/diagnostics/logcapture/browser/users/{userId}','POST',{'userId':userId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var MessagingApi=/*#__PURE__*/function(){/**
15618
15623
  * Messaging service.
15619
15624
  * @module purecloud-platform-client-v2/api/MessagingApi
15620
- * @version 202.1.0
15625
+ * @version 203.0.0
15621
15626
  */ /**
15622
15627
  * Constructs a new MessagingApi.
15623
15628
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -15707,7 +15712,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15707
15712
  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(){/**
15708
15713
  * MobileDevices service.
15709
15714
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
15710
- * @version 202.1.0
15715
+ * @version 203.0.0
15711
15716
  */ /**
15712
15717
  * Constructs a new MobileDevicesApi.
15713
15718
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -15746,7 +15751,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15746
15751
  if(deviceId===undefined||deviceId===null){throw'Missing the required parameter "deviceId" when calling putMobiledevice';}return this.apiClient.callApi('/api/v2/mobiledevices/{deviceId}','PUT',{'deviceId':deviceId},{},{},{},opts['body'],['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var NotificationsApi=/*#__PURE__*/function(){/**
15747
15752
  * Notifications service.
15748
15753
  * @module purecloud-platform-client-v2/api/NotificationsApi
15749
- * @version 202.1.0
15754
+ * @version 203.0.0
15750
15755
  */ /**
15751
15756
  * Constructs a new NotificationsApi.
15752
15757
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -15803,7 +15808,7 @@ if(channelId===undefined||channelId===null){throw'Missing the required parameter
15803
15808
  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(){/**
15804
15809
  * OAuth service.
15805
15810
  * @module purecloud-platform-client-v2/api/OAuthApi
15806
- * @version 202.1.0
15811
+ * @version 203.0.0
15807
15812
  */ /**
15808
15813
  * Constructs a new OAuthApi.
15809
15814
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -15888,7 +15893,7 @@ if(clientId===undefined||clientId===null){throw'Missing the required parameter "
15888
15893
  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(){/**
15889
15894
  * Objects service.
15890
15895
  * @module purecloud-platform-client-v2/api/ObjectsApi
15891
- * @version 202.1.0
15896
+ * @version 203.0.0
15892
15897
  */ /**
15893
15898
  * Constructs a new ObjectsApi.
15894
15899
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -15959,7 +15964,7 @@ if(divisionId===undefined||divisionId===null){throw'Missing the required paramet
15959
15964
  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(){/**
15960
15965
  * OperationalEvents service.
15961
15966
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
15962
- * @version 202.1.0
15967
+ * @version 203.0.0
15963
15968
  */ /**
15964
15969
  * Constructs a new OperationalEventsApi.
15965
15970
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -15977,7 +15982,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null){throw'Missing the re
15977
15982
  */},{key:"getUsageEventsDefinitions",value:function getUsageEventsDefinitions(){return this.apiClient.callApi('/api/v2/usage/events/definitions','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OrganizationApi=/*#__PURE__*/function(){/**
15978
15983
  * Organization service.
15979
15984
  * @module purecloud-platform-client-v2/api/OrganizationApi
15980
- * @version 202.1.0
15985
+ * @version 203.0.0
15981
15986
  */ /**
15982
15987
  * Constructs a new OrganizationApi.
15983
15988
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -16102,7 +16107,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
16102
16107
  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(){/**
16103
16108
  * OrganizationAuthorization service.
16104
16109
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
16105
- * @version 202.1.0
16110
+ * @version 203.0.0
16106
16111
  */ /**
16107
16112
  * Constructs a new OrganizationAuthorizationApi.
16108
16113
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -16425,7 +16430,7 @@ if(trustorOrgId===undefined||trustorOrgId===null){throw'Missing the required par
16425
16430
  if(trusteeUserId===undefined||trusteeUserId===null){throw'Missing the required parameter "trusteeUserId" when calling putOrgauthorizationTrustorUser';}return this.apiClient.callApi('/api/v2/orgauthorization/trustors/{trustorOrgId}/users/{trusteeUserId}','PUT',{'trustorOrgId':trustorOrgId,'trusteeUserId':trusteeUserId},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var OutboundApi=/*#__PURE__*/function(){/**
16426
16431
  * Outbound service.
16427
16432
  * @module purecloud-platform-client-v2/api/OutboundApi
16428
- * @version 202.1.0
16433
+ * @version 203.0.0
16429
16434
  */ /**
16430
16435
  * Constructs a new OutboundApi.
16431
16436
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -17504,7 +17509,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17504
17509
  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(){/**
17505
17510
  * Presence service.
17506
17511
  * @module purecloud-platform-client-v2/api/PresenceApi
17507
- * @version 202.1.0
17512
+ * @version 203.0.0
17508
17513
  */ /**
17509
17514
  * Constructs a new PresenceApi.
17510
17515
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -17677,7 +17682,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17677
17682
  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(){/**
17678
17683
  * ProcessAutomation service.
17679
17684
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
17680
- * @version 202.1.0
17685
+ * @version 203.0.0
17681
17686
  */ /**
17682
17687
  * Constructs a new ProcessAutomationApi.
17683
17688
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -17740,7 +17745,7 @@ if(triggerId===undefined||triggerId===null){throw'Missing the required parameter
17740
17745
  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(){/**
17741
17746
  * Quality service.
17742
17747
  * @module purecloud-platform-client-v2/api/QualityApi
17743
- * @version 202.1.0
17748
+ * @version 203.0.0
17744
17749
  */ /**
17745
17750
  * Constructs a new QualityApi.
17746
17751
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -18217,7 +18222,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
18217
18222
  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(){/**
18218
18223
  * Recording service.
18219
18224
  * @module purecloud-platform-client-v2/api/RecordingApi
18220
- * @version 202.1.0
18225
+ * @version 203.0.0
18221
18226
  */ /**
18222
18227
  * Constructs a new RecordingApi.
18223
18228
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -18629,7 +18634,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18629
18634
  */},{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(){/**
18630
18635
  * ResponseManagement service.
18631
18636
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
18632
- * @version 202.1.0
18637
+ * @version 203.0.0
18633
18638
  */ /**
18634
18639
  * Constructs a new ResponseManagementApi.
18635
18640
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -18750,7 +18755,7 @@ if(responseAssetId===undefined||responseAssetId===null){throw'Missing the requir
18750
18755
  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(){/**
18751
18756
  * Routing service.
18752
18757
  * @module purecloud-platform-client-v2/api/RoutingApi
18753
- * @version 202.1.0
18758
+ * @version 203.0.0
18754
18759
  */ /**
18755
18760
  * Constructs a new RoutingApi.
18756
18761
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -19747,7 +19752,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19747
19752
  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(){/**
19748
19753
  * SCIM service.
19749
19754
  * @module purecloud-platform-client-v2/api/SCIMApi
19750
- * @version 202.1.0
19755
+ * @version 203.0.0
19751
19756
  */ /**
19752
19757
  * Constructs a new SCIMApi.
19753
19758
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -19972,7 +19977,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
19972
19977
  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(){/**
19973
19978
  * ScreenRecording service.
19974
19979
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
19975
- * @version 202.1.0
19980
+ * @version 203.0.0
19976
19981
  */ /**
19977
19982
  * Constructs a new ScreenRecordingApi.
19978
19983
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -19987,7 +19992,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19987
19992
  */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(){/**
19988
19993
  * Scripts service.
19989
19994
  * @module purecloud-platform-client-v2/api/ScriptsApi
19990
- * @version 202.1.0
19995
+ * @version 203.0.0
19991
19996
  */ /**
19992
19997
  * Constructs a new ScriptsApi.
19993
19998
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -20123,7 +20128,7 @@ if(scriptId===undefined||scriptId===null){throw'Missing the required parameter "
20123
20128
  */},{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(){/**
20124
20129
  * Search service.
20125
20130
  * @module purecloud-platform-client-v2/api/SearchApi
20126
- * @version 202.1.0
20131
+ * @version 203.0.0
20127
20132
  */ /**
20128
20133
  * Constructs a new SearchApi.
20129
20134
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -20283,7 +20288,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20283
20288
  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(){/**
20284
20289
  * Settings service.
20285
20290
  * @module purecloud-platform-client-v2/api/SettingsApi
20286
- * @version 202.1.0
20291
+ * @version 203.0.0
20287
20292
  */ /**
20288
20293
  * Constructs a new SettingsApi.
20289
20294
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -20335,7 +20340,7 @@ if(agentId===undefined||agentId===null){throw'Missing the required parameter "ag
20335
20340
  if(body===undefined||body===null){throw'Missing the required parameter "body" when calling putUsersAgentuiAgentsAutoanswerAgentIdSettings';}return this.apiClient.callApi('/api/v2/users/agentui/agents/autoanswer/{agentId}/settings','PUT',{'agentId':agentId},{},{},{},body,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var SpeechTextAnalyticsApi=/*#__PURE__*/function(){/**
20336
20341
  * SpeechTextAnalytics service.
20337
20342
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
20338
- * @version 202.1.0
20343
+ * @version 203.0.0
20339
20344
  */ /**
20340
20345
  * Constructs a new SpeechTextAnalyticsApi.
20341
20346
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -20619,7 +20624,7 @@ if(topicId===undefined||topicId===null){throw'Missing the required parameter "to
20619
20624
  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(){/**
20620
20625
  * Stations service.
20621
20626
  * @module purecloud-platform-client-v2/api/StationsApi
20622
- * @version 202.1.0
20627
+ * @version 203.0.0
20623
20628
  */ /**
20624
20629
  * Constructs a new StationsApi.
20625
20630
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -20651,7 +20656,7 @@ if(stationId===undefined||stationId===null){throw'Missing the required parameter
20651
20656
  */},{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(){/**
20652
20657
  * Suggest service.
20653
20658
  * @module purecloud-platform-client-v2/api/SuggestApi
20654
- * @version 202.1.0
20659
+ * @version 203.0.0
20655
20660
  */ /**
20656
20661
  * Constructs a new SuggestApi.
20657
20662
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -20691,7 +20696,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20691
20696
  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(){/**
20692
20697
  * TaskManagement service.
20693
20698
  * @module purecloud-platform-client-v2/api/TaskManagementApi
20694
- * @version 202.1.0
20699
+ * @version 203.0.0
20695
20700
  */ /**
20696
20701
  * Constructs a new TaskManagementApi.
20697
20702
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -21021,7 +21026,7 @@ if(schemaId===undefined||schemaId===null){throw'Missing the required parameter "
21021
21026
  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(){/**
21022
21027
  * Teams service.
21023
21028
  * @module purecloud-platform-client-v2/api/TeamsApi
21024
- * @version 202.1.0
21029
+ * @version 203.0.0
21025
21030
  */ /**
21026
21031
  * Constructs a new TeamsApi.
21027
21032
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -21099,7 +21104,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21099
21104
  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(){/**
21100
21105
  * Telephony service.
21101
21106
  * @module purecloud-platform-client-v2/api/TelephonyApi
21102
- * @version 202.1.0
21107
+ * @version 203.0.0
21103
21108
  */ /**
21104
21109
  * Constructs a new TelephonyApi.
21105
21110
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -21146,7 +21151,7 @@ if(downloadId===undefined||downloadId===null){throw'Missing the required paramet
21146
21151
  if(sIPSearchPublicRequest===undefined||sIPSearchPublicRequest===null){throw'Missing the required parameter "sIPSearchPublicRequest" when calling postTelephonySiptracesDownload';}return this.apiClient.callApi('/api/v2/telephony/siptraces/download','POST',{},{},{},{},sIPSearchPublicRequest,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var TelephonyProvidersEdgeApi=/*#__PURE__*/function(){/**
21147
21152
  * TelephonyProvidersEdge service.
21148
21153
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
21149
- * @version 202.1.0
21154
+ * @version 203.0.0
21150
21155
  */ /**
21151
21156
  * Constructs a new TelephonyProvidersEdgeApi.
21152
21157
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -21956,7 +21961,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null){throw'Missing th
21956
21961
  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(){/**
21957
21962
  * Textbots service.
21958
21963
  * @module purecloud-platform-client-v2/api/TextbotsApi
21959
- * @version 202.1.0
21964
+ * @version 203.0.0
21960
21965
  */ /**
21961
21966
  * Constructs a new TextbotsApi.
21962
21967
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -21991,7 +21996,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
21991
21996
  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(){/**
21992
21997
  * Tokens service.
21993
21998
  * @module purecloud-platform-client-v2/api/TokensApi
21994
- * @version 202.1.0
21999
+ * @version 203.0.0
21995
22000
  */ /**
21996
22001
  * Constructs a new TokensApi.
21997
22002
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -22025,7 +22030,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
22025
22030
  */},{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(){/**
22026
22031
  * Uploads service.
22027
22032
  * @module purecloud-platform-client-v2/api/UploadsApi
22028
- * @version 202.1.0
22033
+ * @version 203.0.0
22029
22034
  */ /**
22030
22035
  * Constructs a new UploadsApi.
22031
22036
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -22091,7 +22096,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22091
22096
  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(){/**
22092
22097
  * Usage service.
22093
22098
  * @module purecloud-platform-client-v2/api/UsageApi
22094
- * @version 202.1.0
22099
+ * @version 203.0.0
22095
22100
  */ /**
22096
22101
  * Constructs a new UsageApi.
22097
22102
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -22145,7 +22150,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22145
22150
  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(){/**
22146
22151
  * UserRecordings service.
22147
22152
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
22148
- * @version 202.1.0
22153
+ * @version 203.0.0
22149
22154
  */ /**
22150
22155
  * Constructs a new UserRecordingsApi.
22151
22156
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -22202,7 +22207,7 @@ if(recordingId===undefined||recordingId===null){throw'Missing the required param
22202
22207
  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(){/**
22203
22208
  * Users service.
22204
22209
  * @module purecloud-platform-client-v2/api/UsersApi
22205
- * @version 202.1.0
22210
+ * @version 203.0.0
22206
22211
  */ /**
22207
22212
  * Constructs a new UsersApi.
22208
22213
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -22892,7 +22897,7 @@ if(verifierId===undefined||verifierId===null){throw'Missing the required paramet
22892
22897
  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(){/**
22893
22898
  * Utilities service.
22894
22899
  * @module purecloud-platform-client-v2/api/UtilitiesApi
22895
- * @version 202.1.0
22900
+ * @version 203.0.0
22896
22901
  */ /**
22897
22902
  * Constructs a new UtilitiesApi.
22898
22903
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -22919,7 +22924,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
22919
22924
  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(){/**
22920
22925
  * Voicemail service.
22921
22926
  * @module purecloud-platform-client-v2/api/VoicemailApi
22922
- * @version 202.1.0
22927
+ * @version 203.0.0
22923
22928
  */ /**
22924
22929
  * Constructs a new VoicemailApi.
22925
22930
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -23068,7 +23073,7 @@ if(userId===undefined||userId===null){throw'Missing the required parameter "user
23068
23073
  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(){/**
23069
23074
  * WebChat service.
23070
23075
  * @module purecloud-platform-client-v2/api/WebChatApi
23071
- * @version 202.1.0
23076
+ * @version 203.0.0
23072
23077
  */ /**
23073
23078
  * Constructs a new WebChatApi.
23074
23079
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -23203,7 +23208,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23203
23208
  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(){/**
23204
23209
  * WebDeployments service.
23205
23210
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
23206
- * @version 202.1.0
23211
+ * @version 203.0.0
23207
23212
  */ /**
23208
23213
  * Constructs a new WebDeploymentsApi.
23209
23214
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -23324,7 +23329,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23324
23329
  if(deployment===undefined||deployment===null){throw'Missing the required parameter "deployment" when calling putWebdeploymentsDeployment';}return this.apiClient.callApi('/api/v2/webdeployments/deployments/{deploymentId}','PUT',{'deploymentId':deploymentId},{},{},{},deployment,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WebMessagingApi=/*#__PURE__*/function(){/**
23325
23330
  * WebMessaging service.
23326
23331
  * @module purecloud-platform-client-v2/api/WebMessagingApi
23327
- * @version 202.1.0
23332
+ * @version 203.0.0
23328
23333
  */ /**
23329
23334
  * Constructs a new WebMessagingApi.
23330
23335
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -23340,7 +23345,7 @@ if(deployment===undefined||deployment===null){throw'Missing the required paramet
23340
23345
  */return _createClass(WebMessagingApi,[{key:"getWebmessagingMessages",value:function getWebmessagingMessages(opts){opts=opts||{};return this.apiClient.callApi('/api/v2/webmessaging/messages','GET',{},{'pageSize':opts['pageSize'],'pageNumber':opts['pageNumber']},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}}]);}();var WidgetsApi=/*#__PURE__*/function(){/**
23341
23346
  * Widgets service.
23342
23347
  * @module purecloud-platform-client-v2/api/WidgetsApi
23343
- * @version 202.1.0
23348
+ * @version 203.0.0
23344
23349
  */ /**
23345
23350
  * Constructs a new WidgetsApi.
23346
23351
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -23375,7 +23380,7 @@ if(deploymentId===undefined||deploymentId===null){throw'Missing the required par
23375
23380
  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(){/**
23376
23381
  * WorkforceManagement service.
23377
23382
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
23378
- * @version 202.1.0
23383
+ * @version 203.0.0
23379
23384
  */ /**
23380
23385
  * Constructs a new WorkforceManagementApi.
23381
23386
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -25141,7 +25146,7 @@ if(timeOffLimitId===undefined||timeOffLimitId===null){throw'Missing the required
25141
25146
  * </pre>
25142
25147
  * </p>
25143
25148
  * @module purecloud-platform-client-v2/index
25144
- * @version 202.1.0
25149
+ * @version 203.0.0
25145
25150
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
25146
25151
  * The ApiClient constructor.
25147
25152
  * @property {module:purecloud-platform-client-v2/ApiClient}