ahs-cti 0.0.16 → 0.0.17

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.
@@ -4441,7 +4441,7 @@ function withGuard(menuCodes, loader, permissions) {
4441
4441
  }
4442
4442
  var SDKPages = {
4443
4443
  CallHistory: withGuard(SDK_MENU_CODES.CALL_HISTORY, () => import("./callHistory-7RUBUCVA.mjs"), SDK_PERMISSIONS.REPORTS_CALL_HISTORY_READ),
4444
- Campaigns: withGuard(SDK_MENU_CODES.CAMPAIGNS, () => import("./campaigns-6WLCKIGO.mjs"), [SDK_PERMISSIONS.CAMPAIGNS_READ, SDK_PERMISSIONS.CAMPAIGNS_MANAGE]),
4444
+ Campaigns: withGuard(SDK_MENU_CODES.CAMPAIGNS, () => import("./campaigns-CJNK3HNH.mjs"), [SDK_PERMISSIONS.CAMPAIGNS_READ, SDK_PERMISSIONS.CAMPAIGNS_MANAGE]),
4445
4445
  LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-XVSCY3MF.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_READ, SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_MANAGE]),
4446
4446
  CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-7FBR4WI6.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
4447
4447
  AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-77B3Y47L.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ahs-cti",
3
3
  "description": "Call Control SDK for Web RTC",
4
- "version": "0.0.16",
4
+ "version": "0.0.17",
5
5
  "author": "CTI SDK Team",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.js",