purecloud-platform-client-v2 232.0.0 → 233.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 +100 -93
  3. package/dist/web-amd/purecloud-platform-client-v2.js +100 -93
  4. package/dist/web-amd/purecloud-platform-client-v2.min.js +1 -1
  5. package/dist/web-cjs/bundle.js +98 -93
  6. package/dist/web-cjs/purecloud-platform-client-v2.js +165 -215
  7. package/dist/web-cjs/purecloud-platform-client-v2.min.js +1 -1
  8. package/index.d.ts +585 -509
  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 -3
  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 +1 -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 +1 -1
  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 +1 -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 +1 -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 -1
  71. package/src/purecloud-platform-client-v2/api/SettingsApi.js +1 -1
  72. package/src/purecloud-platform-client-v2/api/SocialMediaApi.js +1 -1
  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 +1 -1
  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 233.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 233.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 233.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 233.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 233.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 233.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 233.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 233.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 233.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 233.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 233.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 233.0.0
4165
4165
  *//**
4166
4166
  * Constructs a new BusinessRulesApi.
4167
4167
  * @alias module:purecloud-platform-client-v2/api/BusinessRulesApi
@@ -4377,7 +4377,7 @@ if(tableId===undefined||tableId===null||tableId===''){throw'Missing the required
4377
4377
  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
4378
  * Create a schema
4379
4379
  *
4380
- * @param {Object} body Schema
4380
+ * @param {Object} body Business Rules Schema Create Request
4381
4381
  * postBusinessrulesSchemas is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4382
4382
  */},{key:"postBusinessrulesSchemas",value:function postBusinessrulesSchemas(body){// verify the required parameter 'body' is set
4383
4383
  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']);}/**
@@ -4404,14 +4404,14 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4404
4404
  * Update a schema
4405
4405
  *
4406
4406
  * @param {String} schemaId Schema ID
4407
- * @param {Object} body Data Schema
4407
+ * @param {Object} body Business Rules Schema Update Request
4408
4408
  * putBusinessrulesSchema is a preview method and is subject to both breaking and non-breaking changes at any time without notice
4409
4409
  */},{key:"putBusinessrulesSchema",value:function putBusinessrulesSchema(schemaId,body){// verify the required parameter 'schemaId' is set
4410
4410
  if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the required parameter "schemaId" when calling putBusinessrulesSchema';}// verify the required parameter 'body' is set
4411
4411
  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
4412
  * CarrierServices service.
4413
4413
  * @module purecloud-platform-client-v2/api/CarrierServicesApi
4414
- * @version 232.0.0
4414
+ * @version 233.0.0
4415
4415
  *//**
4416
4416
  * Constructs a new CarrierServicesApi.
4417
4417
  * @alias module:purecloud-platform-client-v2/api/CarrierServicesApi
@@ -4431,7 +4431,7 @@ if(phoneNumber===undefined||phoneNumber===null){throw'Missing the required param
4431
4431
  */},{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
4432
  * Chat service.
4433
4433
  * @module purecloud-platform-client-v2/api/ChatApi
4434
- * @version 232.0.0
4434
+ * @version 233.0.0
4435
4435
  *//**
4436
4436
  * Constructs a new ChatApi.
4437
4437
  * @alias module:purecloud-platform-client-v2/api/ChatApi
@@ -4662,7 +4662,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4662
4662
  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
4663
  * Coaching service.
4664
4664
  * @module purecloud-platform-client-v2/api/CoachingApi
4665
- * @version 232.0.0
4665
+ * @version 233.0.0
4666
4666
  *//**
4667
4667
  * Constructs a new CoachingApi.
4668
4668
  * @alias module:purecloud-platform-client-v2/api/CoachingApi
@@ -4815,7 +4815,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
4815
4815
  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
4816
  * ContentManagement service.
4817
4817
  * @module purecloud-platform-client-v2/api/ContentManagementApi
4818
- * @version 232.0.0
4818
+ * @version 233.0.0
4819
4819
  *//**
4820
4820
  * Constructs a new ContentManagementApi.
4821
4821
  * @alias module:purecloud-platform-client-v2/api/ContentManagementApi
@@ -5097,7 +5097,7 @@ if(tagId===undefined||tagId===null||tagId===''){throw'Missing the required param
5097
5097
  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
5098
  * Conversations service.
5099
5099
  * @module purecloud-platform-client-v2/api/ConversationsApi
5100
- * @version 232.0.0
5100
+ * @version 233.0.0
5101
5101
  *//**
5102
5102
  * Constructs a new ConversationsApi.
5103
5103
  * @alias module:purecloud-platform-client-v2/api/ConversationsApi
@@ -7184,7 +7184,7 @@ if(conversationId===undefined||conversationId===null||conversationId===''){throw
7184
7184
  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
7185
  * DataExtensions service.
7186
7186
  * @module purecloud-platform-client-v2/api/DataExtensionsApi
7187
- * @version 232.0.0
7187
+ * @version 233.0.0
7188
7188
  *//**
7189
7189
  * Constructs a new DataExtensionsApi.
7190
7190
  * @alias module:purecloud-platform-client-v2/api/DataExtensionsApi
@@ -7205,7 +7205,7 @@ if(coretypeName===undefined||coretypeName===null||coretypeName===''){throw'Missi
7205
7205
  */},{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
7206
  * DataPrivacy service.
7207
7207
  * @module purecloud-platform-client-v2/api/DataPrivacyApi
7208
- * @version 232.0.0
7208
+ * @version 233.0.0
7209
7209
  *//**
7210
7210
  * Constructs a new DataPrivacyApi.
7211
7211
  * @alias module:purecloud-platform-client-v2/api/DataPrivacyApi
@@ -7245,7 +7245,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7245
7245
  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
7246
  * Downloads service.
7247
7247
  * @module purecloud-platform-client-v2/api/DownloadsApi
7248
- * @version 232.0.0
7248
+ * @version 233.0.0
7249
7249
  *//**
7250
7250
  * Constructs a new DownloadsApi.
7251
7251
  * @alias module:purecloud-platform-client-v2/api/DownloadsApi
@@ -7264,7 +7264,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7264
7264
  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
7265
  * Emails service.
7266
7266
  * @module purecloud-platform-client-v2/api/EmailsApi
7267
- * @version 232.0.0
7267
+ * @version 233.0.0
7268
7268
  *//**
7269
7269
  * Constructs a new EmailsApi.
7270
7270
  * @alias module:purecloud-platform-client-v2/api/EmailsApi
@@ -7293,7 +7293,7 @@ if(downloadId===undefined||downloadId===null||downloadId===''){throw'Missing the
7293
7293
  */},{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
7294
  * EmployeeEngagement service.
7295
7295
  * @module purecloud-platform-client-v2/api/EmployeeEngagementApi
7296
- * @version 232.0.0
7296
+ * @version 233.0.0
7297
7297
  *//**
7298
7298
  * Constructs a new EmployeeEngagementApi.
7299
7299
  * @alias module:purecloud-platform-client-v2/api/EmployeeEngagementApi
@@ -7331,7 +7331,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7331
7331
  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
7332
  * Events service.
7333
7333
  * @module purecloud-platform-client-v2/api/EventsApi
7334
- * @version 232.0.0
7334
+ * @version 233.0.0
7335
7335
  *//**
7336
7336
  * Constructs a new EventsApi.
7337
7337
  * @alias module:purecloud-platform-client-v2/api/EventsApi
@@ -7356,7 +7356,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
7356
7356
  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
7357
  * ExternalContacts service.
7358
7358
  * @module purecloud-platform-client-v2/api/ExternalContactsApi
7359
- * @version 232.0.0
7359
+ * @version 233.0.0
7360
7360
  *//**
7361
7361
  * Constructs a new ExternalContactsApi.
7362
7362
  * @alias module:purecloud-platform-client-v2/api/ExternalContactsApi
@@ -8106,7 +8106,7 @@ if(relationshipId===undefined||relationshipId===null||relationshipId===''){throw
8106
8106
  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
8107
  * Fax service.
8108
8108
  * @module purecloud-platform-client-v2/api/FaxApi
8109
- * @version 232.0.0
8109
+ * @version 233.0.0
8110
8110
  *//**
8111
8111
  * Constructs a new FaxApi.
8112
8112
  * @alias module:purecloud-platform-client-v2/api/FaxApi
@@ -8155,7 +8155,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8155
8155
  */},{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
8156
  * Flows service.
8157
8157
  * @module purecloud-platform-client-v2/api/FlowsApi
8158
- * @version 232.0.0
8158
+ * @version 233.0.0
8159
8159
  *//**
8160
8160
  * Constructs a new FlowsApi.
8161
8161
  * @alias module:purecloud-platform-client-v2/api/FlowsApi
@@ -8209,7 +8209,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8209
8209
  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
8210
  * Gamification service.
8211
8211
  * @module purecloud-platform-client-v2/api/GamificationApi
8212
- * @version 232.0.0
8212
+ * @version 233.0.0
8213
8213
  *//**
8214
8214
  * Constructs a new GamificationApi.
8215
8215
  * @alias module:purecloud-platform-client-v2/api/GamificationApi
@@ -8317,12 +8317,13 @@ if(prizeImageId===undefined||prizeImageId===null||prizeImageId===''){throw'Missi
8317
8317
  * @param {String} opts.sortMetricId Sort Metric Id
8318
8318
  * @param {Object} opts.sortOrder Sort order (default to asc)
8319
8319
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
8320
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8320
8321
  */},{key:"getGamificationInsights",value:function getGamificationInsights(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8321
8322
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsights';}// verify the required parameter 'filterId' is set
8322
8323
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsights';}// verify the required parameter 'granularity' is set
8323
8324
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsights';}// verify the required parameter 'comparativePeriodStartWorkday' is set
8324
8325
  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']);}/**
8326
+ 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
8327
  * Get insights details for the current user
8327
8328
  *
8328
8329
  * @param {Object} filterType Filter type for the query request.
@@ -8376,11 +8377,13 @@ if(primaryPeriodEndWorkday===undefined||primaryPeriodEndWorkday===null){throw'Mi
8376
8377
  * @param {String} filterId ID for the filter type.
8377
8378
  * @param {Object} granularity Granularity
8378
8379
  * @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
8380
+ * @param {Object} opts Optional parameters
8381
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8382
+ */},{key:"getGamificationInsightsMembers",value:function getGamificationInsightsMembers(filterType,filterId,granularity,startWorkday,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8380
8383
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsMembers';}// verify the required parameter 'filterId' is set
8381
8384
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsMembers';}// verify the required parameter 'granularity' is set
8382
8385
  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']);}/**
8386
+ 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
8387
  * Get insights rankings
8385
8388
  *
8386
8389
  * @param {Object} filterType Filter type for the query request.
@@ -8393,13 +8396,14 @@ if(startWorkday===undefined||startWorkday===null){throw'Missing the required par
8393
8396
  * @param {String} opts.sortMetricId Sort Metric Id
8394
8397
  * @param {Number} opts.sectionSize The number of top and bottom users to return before ties
8395
8398
  * @param {String} opts.userIds A list of up to 100 comma-separated user Ids
8399
+ * @param {String} opts.reportsTo The reportsTo used by ABAC policies.
8396
8400
  */},{key:"getGamificationInsightsRankings",value:function getGamificationInsightsRankings(filterType,filterId,granularity,comparativePeriodStartWorkday,primaryPeriodStartWorkday,sortKey,opts){opts=opts||{};// verify the required parameter 'filterType' is set
8397
8401
  if(filterType===undefined||filterType===null){throw'Missing the required parameter "filterType" when calling getGamificationInsightsRankings';}// verify the required parameter 'filterId' is set
8398
8402
  if(filterId===undefined||filterId===null){throw'Missing the required parameter "filterId" when calling getGamificationInsightsRankings';}// verify the required parameter 'granularity' is set
8399
8403
  if(granularity===undefined||granularity===null){throw'Missing the required parameter "granularity" when calling getGamificationInsightsRankings';}// verify the required parameter 'comparativePeriodStartWorkday' is set
8400
8404
  if(comparativePeriodStartWorkday===undefined||comparativePeriodStartWorkday===null){throw'Missing the required parameter "comparativePeriodStartWorkday" when calling getGamificationInsightsRankings';}// verify the required parameter 'primaryPeriodStartWorkday' is set
8401
8405
  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']);}/**
8406
+ 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
8407
  * Get insights user trend for the current user
8404
8408
  *
8405
8409
  * @param {Object} filterType Filter type for the query request.
@@ -8862,7 +8866,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
8862
8866
  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
8867
  * GeneralDataProtectionRegulation service.
8864
8868
  * @module purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
8865
- * @version 232.0.0
8869
+ * @version 233.0.0
8866
8870
  *//**
8867
8871
  * Constructs a new GeneralDataProtectionRegulationApi.
8868
8872
  * @alias module:purecloud-platform-client-v2/api/GeneralDataProtectionRegulationApi
@@ -8897,7 +8901,7 @@ if(searchValue===undefined||searchValue===null){throw'Missing the required param
8897
8901
  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
8902
  * Geolocation service.
8899
8903
  * @module purecloud-platform-client-v2/api/GeolocationApi
8900
- * @version 232.0.0
8904
+ * @version 233.0.0
8901
8905
  *//**
8902
8906
  * Constructs a new GeolocationApi.
8903
8907
  * @alias module:purecloud-platform-client-v2/api/GeolocationApi
@@ -8931,7 +8935,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
8931
8935
  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
8936
  * Greetings service.
8933
8937
  * @module purecloud-platform-client-v2/api/GreetingsApi
8934
- * @version 232.0.0
8938
+ * @version 233.0.0
8935
8939
  *//**
8936
8940
  * Constructs a new GreetingsApi.
8937
8941
  * @alias module:purecloud-platform-client-v2/api/GreetingsApi
@@ -9059,7 +9063,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
9059
9063
  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
9064
  * Groups service.
9061
9065
  * @module purecloud-platform-client-v2/api/GroupsApi
9062
- * @version 232.0.0
9066
+ * @version 233.0.0
9063
9067
  *//**
9064
9068
  * Constructs a new GroupsApi.
9065
9069
  * @alias module:purecloud-platform-client-v2/api/GroupsApi
@@ -9192,7 +9196,7 @@ if(groupId===undefined||groupId===null||groupId===''){throw'Missing the required
9192
9196
  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
9197
  * IdentityProvider service.
9194
9198
  * @module purecloud-platform-client-v2/api/IdentityProviderApi
9195
- * @version 232.0.0
9199
+ * @version 233.0.0
9196
9200
  *//**
9197
9201
  * Constructs a new IdentityProviderApi.
9198
9202
  * @alias module:purecloud-platform-client-v2/api/IdentityProviderApi
@@ -9348,7 +9352,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
9348
9352
  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
9353
  * InfrastructureAsCode service.
9350
9354
  * @module purecloud-platform-client-v2/api/InfrastructureAsCodeApi
9351
- * @version 232.0.0
9355
+ * @version 233.0.0
9352
9356
  *//**
9353
9357
  * Constructs a new InfrastructureAsCodeApi.
9354
9358
  * @alias module:purecloud-platform-client-v2/api/InfrastructureAsCodeApi
@@ -9402,7 +9406,7 @@ if(jobId===undefined||jobId===null||jobId===''){throw'Missing the required param
9402
9406
  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
9407
  * Integrations service.
9404
9408
  * @module purecloud-platform-client-v2/api/IntegrationsApi
9405
- * @version 232.0.0
9409
+ * @version 233.0.0
9406
9410
  *//**
9407
9411
  * Constructs a new IntegrationsApi.
9408
9412
  * @alias module:purecloud-platform-client-v2/api/IntegrationsApi
@@ -10092,7 +10096,7 @@ if(ucIntegrationId===undefined||ucIntegrationId===null||ucIntegrationId===''){th
10092
10096
  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
10097
  * Journey service.
10094
10098
  * @module purecloud-platform-client-v2/api/JourneyApi
10095
- * @version 232.0.0
10099
+ * @version 233.0.0
10096
10100
  *//**
10097
10101
  * Constructs a new JourneyApi.
10098
10102
  * @alias module:purecloud-platform-client-v2/api/JourneyApi
@@ -10601,7 +10605,7 @@ if(versionId===undefined||versionId===null||versionId===''){throw'Missing the re
10601
10605
  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
10606
  * Knowledge service.
10603
10607
  * @module purecloud-platform-client-v2/api/KnowledgeApi
10604
- * @version 232.0.0
10608
+ * @version 233.0.0
10605
10609
  *//**
10606
10610
  * Constructs a new KnowledgeApi.
10607
10611
  * @alias module:purecloud-platform-client-v2/api/KnowledgeApi
@@ -11671,7 +11675,7 @@ if(sourceId===undefined||sourceId===null||sourceId===''){throw'Missing the requi
11671
11675
  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
11676
  * LanguageUnderstanding service.
11673
11677
  * @module purecloud-platform-client-v2/api/LanguageUnderstandingApi
11674
- * @version 232.0.0
11678
+ * @version 233.0.0
11675
11679
  *//**
11676
11680
  * Constructs a new LanguageUnderstandingApi.
11677
11681
  * @alias module:purecloud-platform-client-v2/api/LanguageUnderstandingApi
@@ -11980,7 +11984,7 @@ if(domainVersionId===undefined||domainVersionId===null||domainVersionId===''){th
11980
11984
  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
11985
  * Languages service.
11982
11986
  * @module purecloud-platform-client-v2/api/LanguagesApi
11983
- * @version 232.0.0
11987
+ * @version 233.0.0
11984
11988
  *//**
11985
11989
  * Constructs a new LanguagesApi.
11986
11990
  * @alias module:purecloud-platform-client-v2/api/LanguagesApi
@@ -12035,7 +12039,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
12035
12039
  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
12040
  * Learning service.
12037
12041
  * @module purecloud-platform-client-v2/api/LearningApi
12038
- * @version 232.0.0
12042
+ * @version 233.0.0
12039
12043
  *//**
12040
12044
  * Constructs a new LearningApi.
12041
12045
  * @alias module:purecloud-platform-client-v2/api/LearningApi
@@ -12308,7 +12312,7 @@ if(moduleId===undefined||moduleId===null||moduleId===''){throw'Missing the requi
12308
12312
  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
12313
  * License service.
12310
12314
  * @module purecloud-platform-client-v2/api/LicenseApi
12311
- * @version 232.0.0
12315
+ * @version 233.0.0
12312
12316
  *//**
12313
12317
  * Constructs a new LicenseApi.
12314
12318
  * @alias module:purecloud-platform-client-v2/api/LicenseApi
@@ -12362,7 +12366,7 @@ if(featureName===undefined||featureName===null||featureName===''){throw'Missing
12362
12366
  */},{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
12367
  * Locations service.
12364
12368
  * @module purecloud-platform-client-v2/api/LocationsApi
12365
- * @version 232.0.0
12369
+ * @version 233.0.0
12366
12370
  *//**
12367
12371
  * Constructs a new LocationsApi.
12368
12372
  * @alias module:purecloud-platform-client-v2/api/LocationsApi
@@ -12421,7 +12425,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12421
12425
  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
12426
  * LogCapture service.
12423
12427
  * @module purecloud-platform-client-v2/api/LogCaptureApi
12424
- * @version 232.0.0
12428
+ * @version 233.0.0
12425
12429
  *//**
12426
12430
  * Constructs a new LogCaptureApi.
12427
12431
  * @alias module:purecloud-platform-client-v2/api/LogCaptureApi
@@ -12470,7 +12474,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
12470
12474
  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
12475
  * Messaging service.
12472
12476
  * @module purecloud-platform-client-v2/api/MessagingApi
12473
- * @version 232.0.0
12477
+ * @version 233.0.0
12474
12478
  *//**
12475
12479
  * Constructs a new MessagingApi.
12476
12480
  * @alias module:purecloud-platform-client-v2/api/MessagingApi
@@ -12560,7 +12564,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12560
12564
  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
12565
  * MobileDevices service.
12562
12566
  * @module purecloud-platform-client-v2/api/MobileDevicesApi
12563
- * @version 232.0.0
12567
+ * @version 233.0.0
12564
12568
  *//**
12565
12569
  * Constructs a new MobileDevicesApi.
12566
12570
  * @alias module:purecloud-platform-client-v2/api/MobileDevicesApi
@@ -12599,7 +12603,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12599
12603
  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
12604
  * Notifications service.
12601
12605
  * @module purecloud-platform-client-v2/api/NotificationsApi
12602
- * @version 232.0.0
12606
+ * @version 233.0.0
12603
12607
  *//**
12604
12608
  * Constructs a new NotificationsApi.
12605
12609
  * @alias module:purecloud-platform-client-v2/api/NotificationsApi
@@ -12656,7 +12660,7 @@ if(channelId===undefined||channelId===null||channelId===''){throw'Missing the re
12656
12660
  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
12661
  * OAuth service.
12658
12662
  * @module purecloud-platform-client-v2/api/OAuthApi
12659
- * @version 232.0.0
12663
+ * @version 233.0.0
12660
12664
  *//**
12661
12665
  * Constructs a new OAuthApi.
12662
12666
  * @alias module:purecloud-platform-client-v2/api/OAuthApi
@@ -12741,7 +12745,7 @@ if(clientId===undefined||clientId===null||clientId===''){throw'Missing the requi
12741
12745
  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
12746
  * Objects service.
12743
12747
  * @module purecloud-platform-client-v2/api/ObjectsApi
12744
- * @version 232.0.0
12748
+ * @version 233.0.0
12745
12749
  *//**
12746
12750
  * Constructs a new ObjectsApi.
12747
12751
  * @alias module:purecloud-platform-client-v2/api/ObjectsApi
@@ -12827,7 +12831,7 @@ if(divisionId===undefined||divisionId===null||divisionId===''){throw'Missing the
12827
12831
  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
12832
  * OperationalEvents service.
12829
12833
  * @module purecloud-platform-client-v2/api/OperationalEventsApi
12830
- * @version 232.0.0
12834
+ * @version 233.0.0
12831
12835
  *//**
12832
12836
  * Constructs a new OperationalEventsApi.
12833
12837
  * @alias module:purecloud-platform-client-v2/api/OperationalEventsApi
@@ -12858,7 +12862,7 @@ if(eventDefinitionId===undefined||eventDefinitionId===null||eventDefinitionId===
12858
12862
  */},{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
12863
  * Organization service.
12860
12864
  * @module purecloud-platform-client-v2/api/OrganizationApi
12861
- * @version 232.0.0
12865
+ * @version 233.0.0
12862
12866
  *//**
12863
12867
  * Constructs a new OrganizationApi.
12864
12868
  * @alias module:purecloud-platform-client-v2/api/OrganizationApi
@@ -12963,7 +12967,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
12963
12967
  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
12968
  * OrganizationAuthorization service.
12965
12969
  * @module purecloud-platform-client-v2/api/OrganizationAuthorizationApi
12966
- * @version 232.0.0
12970
+ * @version 233.0.0
12967
12971
  *//**
12968
12972
  * Constructs a new OrganizationAuthorizationApi.
12969
12973
  * @alias module:purecloud-platform-client-v2/api/OrganizationAuthorizationApi
@@ -13297,7 +13301,7 @@ if(trustorOrgId===undefined||trustorOrgId===null||trustorOrgId===''){throw'Missi
13297
13301
  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
13302
  * Outbound service.
13299
13303
  * @module purecloud-platform-client-v2/api/OutboundApi
13300
- * @version 232.0.0
13304
+ * @version 233.0.0
13301
13305
  *//**
13302
13306
  * Constructs a new OutboundApi.
13303
13307
  * @alias module:purecloud-platform-client-v2/api/OutboundApi
@@ -14448,7 +14452,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14448
14452
  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
14453
  * Presence service.
14450
14454
  * @module purecloud-platform-client-v2/api/PresenceApi
14451
- * @version 232.0.0
14455
+ * @version 233.0.0
14452
14456
  *//**
14453
14457
  * Constructs a new PresenceApi.
14454
14458
  * @alias module:purecloud-platform-client-v2/api/PresenceApi
@@ -14621,7 +14625,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
14621
14625
  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
14626
  * ProcessAutomation service.
14623
14627
  * @module purecloud-platform-client-v2/api/ProcessAutomationApi
14624
- * @version 232.0.0
14628
+ * @version 233.0.0
14625
14629
  *//**
14626
14630
  * Constructs a new ProcessAutomationApi.
14627
14631
  * @alias module:purecloud-platform-client-v2/api/ProcessAutomationApi
@@ -14684,7 +14688,7 @@ if(triggerId===undefined||triggerId===null||triggerId===''){throw'Missing the re
14684
14688
  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
14689
  * Quality service.
14686
14690
  * @module purecloud-platform-client-v2/api/QualityApi
14687
- * @version 232.0.0
14691
+ * @version 233.0.0
14688
14692
  *//**
14689
14693
  * Constructs a new QualityApi.
14690
14694
  * @alias module:purecloud-platform-client-v2/api/QualityApi
@@ -15202,7 +15206,7 @@ if(customerSurveyUrl===undefined||customerSurveyUrl===null){throw'Missing the re
15202
15206
  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
15207
  * Recording service.
15204
15208
  * @module purecloud-platform-client-v2/api/RecordingApi
15205
- * @version 232.0.0
15209
+ * @version 233.0.0
15206
15210
  *//**
15207
15211
  * Constructs a new RecordingApi.
15208
15212
  * @alias module:purecloud-platform-client-v2/api/RecordingApi
@@ -15601,7 +15605,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
15601
15605
  */},{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
15606
  * ResponseManagement service.
15603
15607
  * @module purecloud-platform-client-v2/api/ResponseManagementApi
15604
- * @version 232.0.0
15608
+ * @version 233.0.0
15605
15609
  *//**
15606
15610
  * Constructs a new ResponseManagementApi.
15607
15611
  * @alias module:purecloud-platform-client-v2/api/ResponseManagementApi
@@ -15722,7 +15726,7 @@ if(responseAssetId===undefined||responseAssetId===null||responseAssetId===''){th
15722
15726
  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
15727
  * Routing service.
15724
15728
  * @module purecloud-platform-client-v2/api/RoutingApi
15725
- * @version 232.0.0
15729
+ * @version 233.0.0
15726
15730
  *//**
15727
15731
  * Constructs a new RoutingApi.
15728
15732
  * @alias module:purecloud-platform-client-v2/api/RoutingApi
@@ -16781,7 +16785,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
16781
16785
  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
16786
  * SCIM service.
16783
16787
  * @module purecloud-platform-client-v2/api/SCIMApi
16784
- * @version 232.0.0
16788
+ * @version 233.0.0
16785
16789
  *//**
16786
16790
  * Constructs a new SCIMApi.
16787
16791
  * @alias module:purecloud-platform-client-v2/api/SCIMApi
@@ -17006,7 +17010,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
17006
17010
  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
17011
  * ScreenRecording service.
17008
17012
  * @module purecloud-platform-client-v2/api/ScreenRecordingApi
17009
- * @version 232.0.0
17013
+ * @version 233.0.0
17010
17014
  *//**
17011
17015
  * Constructs a new ScreenRecordingApi.
17012
17016
  * @alias module:purecloud-platform-client-v2/api/ScreenRecordingApi
@@ -17021,7 +17025,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17021
17025
  */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
17026
  * Scripts service.
17023
17027
  * @module purecloud-platform-client-v2/api/ScriptsApi
17024
- * @version 232.0.0
17028
+ * @version 233.0.0
17025
17029
  *//**
17026
17030
  * Constructs a new ScriptsApi.
17027
17031
  * @alias module:purecloud-platform-client-v2/api/ScriptsApi
@@ -17167,7 +17171,7 @@ if(scriptId===undefined||scriptId===null||scriptId===''){throw'Missing the requi
17167
17171
  */},{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
17172
  * Search service.
17169
17173
  * @module purecloud-platform-client-v2/api/SearchApi
17170
- * @version 232.0.0
17174
+ * @version 233.0.0
17171
17175
  *//**
17172
17176
  * Constructs a new SearchApi.
17173
17177
  * @alias module:purecloud-platform-client-v2/api/SearchApi
@@ -17334,7 +17338,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
17334
17338
  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
17339
  * Settings service.
17336
17340
  * @module purecloud-platform-client-v2/api/SettingsApi
17337
- * @version 232.0.0
17341
+ * @version 233.0.0
17338
17342
  *//**
17339
17343
  * Constructs a new SettingsApi.
17340
17344
  * @alias module:purecloud-platform-client-v2/api/SettingsApi
@@ -17406,7 +17410,7 @@ if(agentId===undefined||agentId===null||agentId===''){throw'Missing the required
17406
17410
  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
17411
  * SocialMedia service.
17408
17412
  * @module purecloud-platform-client-v2/api/SocialMediaApi
17409
- * @version 232.0.0
17413
+ * @version 233.0.0
17410
17414
  *//**
17411
17415
  * Constructs a new SocialMediaApi.
17412
17416
  * @alias module:purecloud-platform-client-v2/api/SocialMediaApi
@@ -17819,7 +17823,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
17819
17823
  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
17824
  * SpeechTextAnalytics service.
17821
17825
  * @module purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
17822
- * @version 232.0.0
17826
+ * @version 233.0.0
17823
17827
  *//**
17824
17828
  * Constructs a new SpeechTextAnalyticsApi.
17825
17829
  * @alias module:purecloud-platform-client-v2/api/SpeechTextAnalyticsApi
@@ -18028,13 +18032,14 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
18028
18032
  * @param {Object} opts Optional parameters
18029
18033
  * @param {String} opts.nextPage The key for listing the next page
18030
18034
  * @param {Number} opts.pageSize The page size for the listing. The max that will be returned is 500. (default to 20)
18035
+ * @param {Number} opts.pageNumber The page number for the listing
18031
18036
  * @param {Object} opts.state Topic state. Defaults to latest
18032
18037
  * @param {String} opts.name Case insensitive partial name to filter by
18033
18038
  * @param {Array.<String>} opts.ids Comma separated Topic IDs to filter by. Cannot be used with other filters. Maximum of 50 IDs allowed.
18034
18039
  * @param {Array.<String>} opts.dialects Comma separated dialect strings to filter by. Maximum of 15 dialects allowed.
18035
18040
  * @param {Object} opts.sortBy Sort results by. Defaults to name
18036
18041
  * @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']);}/**
18042
+ */},{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
18043
  * Get list of supported Speech and Text Analytics topics dialects
18039
18044
  *
18040
18045
  */},{key:"getSpeechandtextanalyticsTopicsDialects",value:function getSpeechandtextanalyticsTopicsDialects(){return this.apiClient.callApi('/api/v2/speechandtextanalytics/topics/dialects','GET',{},{},{},{},null,['PureCloud OAuth'],['application/json'],['application/json']);}/**
@@ -18188,7 +18193,7 @@ if(topicId===undefined||topicId===null||topicId===''){throw'Missing the required
18188
18193
  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
18194
  * Stations service.
18190
18195
  * @module purecloud-platform-client-v2/api/StationsApi
18191
- * @version 232.0.0
18196
+ * @version 233.0.0
18192
18197
  *//**
18193
18198
  * Constructs a new StationsApi.
18194
18199
  * @alias module:purecloud-platform-client-v2/api/StationsApi
@@ -18220,7 +18225,7 @@ if(stationId===undefined||stationId===null||stationId===''){throw'Missing the re
18220
18225
  */},{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
18226
  * Suggest service.
18222
18227
  * @module purecloud-platform-client-v2/api/SuggestApi
18223
- * @version 232.0.0
18228
+ * @version 233.0.0
18224
18229
  *//**
18225
18230
  * Constructs a new SuggestApi.
18226
18231
  * @alias module:purecloud-platform-client-v2/api/SuggestApi
@@ -18260,7 +18265,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18260
18265
  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
18266
  * TaskManagement service.
18262
18267
  * @module purecloud-platform-client-v2/api/TaskManagementApi
18263
- * @version 232.0.0
18268
+ * @version 233.0.0
18264
18269
  *//**
18265
18270
  * Constructs a new TaskManagementApi.
18266
18271
  * @alias module:purecloud-platform-client-v2/api/TaskManagementApi
@@ -18360,9 +18365,9 @@ if(workbinId===undefined||workbinId===null||workbinId===''){throw'Missing the re
18360
18365
  *
18361
18366
  * @param {String} workitemId Workitem ID
18362
18367
  * @param {Object} opts Optional parameters
18363
- * @param {Object} opts.expands Which fields to expand. Comma separated if more than one.
18368
+ * @param {Array.<String>} opts.expands Which fields to expand. Comma separated if more than one.
18364
18369
  */},{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']);}/**
18370
+ 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
18371
  * Get a listing of a workitem's attribute change history
18367
18372
  *
18368
18373
  * @param {String} workitemId Workitem ID
@@ -18768,7 +18773,7 @@ if(schemaId===undefined||schemaId===null||schemaId===''){throw'Missing the requi
18768
18773
  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
18774
  * Teams service.
18770
18775
  * @module purecloud-platform-client-v2/api/TeamsApi
18771
- * @version 232.0.0
18776
+ * @version 233.0.0
18772
18777
  *//**
18773
18778
  * Constructs a new TeamsApi.
18774
18779
  * @alias module:purecloud-platform-client-v2/api/TeamsApi
@@ -18848,7 +18853,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18848
18853
  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
18854
  * Telephony service.
18850
18855
  * @module purecloud-platform-client-v2/api/TelephonyApi
18851
- * @version 232.0.0
18856
+ * @version 233.0.0
18852
18857
  *//**
18853
18858
  * Constructs a new TelephonyApi.
18854
18859
  * @alias module:purecloud-platform-client-v2/api/TelephonyApi
@@ -18919,7 +18924,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
18919
18924
  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
18925
  * TelephonyProvidersEdge service.
18921
18926
  * @module purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
18922
- * @version 232.0.0
18927
+ * @version 233.0.0
18923
18928
  *//**
18924
18929
  * Constructs a new TelephonyProvidersEdgeApi.
18925
18930
  * @alias module:purecloud-platform-client-v2/api/TelephonyProvidersEdgeApi
@@ -19767,7 +19772,7 @@ if(trunkBaseSettingsId===undefined||trunkBaseSettingsId===null||trunkBaseSetting
19767
19772
  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
19773
  * Textbots service.
19769
19774
  * @module purecloud-platform-client-v2/api/TextbotsApi
19770
- * @version 232.0.0
19775
+ * @version 233.0.0
19771
19776
  *//**
19772
19777
  * Constructs a new TextbotsApi.
19773
19778
  * @alias module:purecloud-platform-client-v2/api/TextbotsApi
@@ -19803,7 +19808,7 @@ if(launchRequest===undefined||launchRequest===null){throw'Missing the required p
19803
19808
  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
19809
  * Tokens service.
19805
19810
  * @module purecloud-platform-client-v2/api/TokensApi
19806
- * @version 232.0.0
19811
+ * @version 233.0.0
19807
19812
  *//**
19808
19813
  * Constructs a new TokensApi.
19809
19814
  * @alias module:purecloud-platform-client-v2/api/TokensApi
@@ -19837,7 +19842,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
19837
19842
  */},{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
19843
  * Uploads service.
19839
19844
  * @module purecloud-platform-client-v2/api/UploadsApi
19840
- * @version 232.0.0
19845
+ * @version 233.0.0
19841
19846
  *//**
19842
19847
  * Constructs a new UploadsApi.
19843
19848
  * @alias module:purecloud-platform-client-v2/api/UploadsApi
@@ -19905,7 +19910,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19905
19910
  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
19911
  * Usage service.
19907
19912
  * @module purecloud-platform-client-v2/api/UsageApi
19908
- * @version 232.0.0
19913
+ * @version 233.0.0
19909
19914
  *//**
19910
19915
  * Constructs a new UsageApi.
19911
19916
  * @alias module:purecloud-platform-client-v2/api/UsageApi
@@ -19989,7 +19994,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
19989
19994
  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
19995
  * UserRecordings service.
19991
19996
  * @module purecloud-platform-client-v2/api/UserRecordingsApi
19992
- * @version 232.0.0
19997
+ * @version 233.0.0
19993
19998
  *//**
19994
19999
  * Constructs a new UserRecordingsApi.
19995
20000
  * @alias module:purecloud-platform-client-v2/api/UserRecordingsApi
@@ -20037,7 +20042,7 @@ if(recordingId===undefined||recordingId===null||recordingId===''){throw'Missing
20037
20042
  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
20043
  * Users service.
20039
20044
  * @module purecloud-platform-client-v2/api/UsersApi
20040
- * @version 232.0.0
20045
+ * @version 233.0.0
20041
20046
  *//**
20042
20047
  * Constructs a new UsersApi.
20043
20048
  * @alias module:purecloud-platform-client-v2/api/UsersApi
@@ -20781,7 +20786,7 @@ if(verifierId===undefined||verifierId===null||verifierId===''){throw'Missing the
20781
20786
  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
20787
  * Utilities service.
20783
20788
  * @module purecloud-platform-client-v2/api/UtilitiesApi
20784
- * @version 232.0.0
20789
+ * @version 233.0.0
20785
20790
  *//**
20786
20791
  * Constructs a new UtilitiesApi.
20787
20792
  * @alias module:purecloud-platform-client-v2/api/UtilitiesApi
@@ -20808,7 +20813,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
20808
20813
  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
20814
  * Voicemail service.
20810
20815
  * @module purecloud-platform-client-v2/api/VoicemailApi
20811
- * @version 232.0.0
20816
+ * @version 233.0.0
20812
20817
  *//**
20813
20818
  * Constructs a new VoicemailApi.
20814
20819
  * @alias module:purecloud-platform-client-v2/api/VoicemailApi
@@ -20970,7 +20975,7 @@ if(userId===undefined||userId===null||userId===''){throw'Missing the required pa
20970
20975
  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
20976
  * WebChat service.
20972
20977
  * @module purecloud-platform-client-v2/api/WebChatApi
20973
- * @version 232.0.0
20978
+ * @version 233.0.0
20974
20979
  *//**
20975
20980
  * Constructs a new WebChatApi.
20976
20981
  * @alias module:purecloud-platform-client-v2/api/WebChatApi
@@ -21117,7 +21122,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
21117
21122
  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
21123
  * WebDeployments service.
21119
21124
  * @module purecloud-platform-client-v2/api/WebDeploymentsApi
21120
- * @version 232.0.0
21125
+ * @version 233.0.0
21121
21126
  *//**
21122
21127
  * Constructs a new WebDeploymentsApi.
21123
21128
  * @alias module:purecloud-platform-client-v2/api/WebDeploymentsApi
@@ -21250,7 +21255,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
21250
21255
  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
21256
  * WebMessaging service.
21252
21257
  * @module purecloud-platform-client-v2/api/WebMessagingApi
21253
- * @version 232.0.0
21258
+ * @version 233.0.0
21254
21259
  *//**
21255
21260
  * Constructs a new WebMessagingApi.
21256
21261
  * @alias module:purecloud-platform-client-v2/api/WebMessagingApi
@@ -21291,7 +21296,7 @@ if(tokenId===undefined||tokenId===null||tokenId===''){throw'Missing the required
21291
21296
  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
21297
  * Widgets service.
21293
21298
  * @module purecloud-platform-client-v2/api/WidgetsApi
21294
- * @version 232.0.0
21299
+ * @version 233.0.0
21295
21300
  *//**
21296
21301
  * Constructs a new WidgetsApi.
21297
21302
  * @alias module:purecloud-platform-client-v2/api/WidgetsApi
@@ -21331,7 +21336,7 @@ if(deploymentId===undefined||deploymentId===null||deploymentId===''){throw'Missi
21331
21336
  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
21337
  * WorkforceManagement service.
21333
21338
  * @module purecloud-platform-client-v2/api/WorkforceManagementApi
21334
- * @version 232.0.0
21339
+ * @version 233.0.0
21335
21340
  *//**
21336
21341
  * Constructs a new WorkforceManagementApi.
21337
21342
  * @alias module:purecloud-platform-client-v2/api/WorkforceManagementApi
@@ -23291,7 +23296,7 @@ if(body===undefined||body===null){throw'Missing the required parameter "body" wh
23291
23296
  * </pre>
23292
23297
  * </p>
23293
23298
  * @module purecloud-platform-client-v2/index
23294
- * @version 232.0.0
23299
+ * @version 233.0.0
23295
23300
  */var platformClient=/*#__PURE__*/_createClass(function platformClient(){_classCallCheck(this,platformClient);/**
23296
23301
  * The ApiClient constructor.
23297
23302
  * @property {module:purecloud-platform-client-v2/ApiClient}