ahs-cti 0.0.25 → 0.0.27
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.
- package/dist/{agentPerformanceReport-2CVLWA6O.mjs → agentPerformanceReport-A4FSEAJN.mjs} +12 -15
- package/dist/agentPerformanceReport-A4FSEAJN.mjs.map +1 -0
- package/dist/index.js +11 -14
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist-react/{agentPerformanceReport-NOYTAUHK.mjs → agentPerformanceReport-VRYLITMY.mjs} +12 -15
- package/dist-react/agentPerformanceReport-VRYLITMY.mjs.map +1 -0
- package/dist-react/index.js +11 -14
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/agentPerformanceReport-2CVLWA6O.mjs.map +0 -1
- package/dist-react/agentPerformanceReport-NOYTAUHK.mjs.map +0 -1
package/dist-react/index.mjs
CHANGED
|
@@ -4443,7 +4443,7 @@ var SDKPages = {
|
|
|
4443
4443
|
LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-MEDOXEUR.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_READ, SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_MANAGE]),
|
|
4444
4444
|
CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-5QYZNO6N.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
|
|
4445
4445
|
AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-AIWQZSRO.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
|
|
4446
|
-
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-
|
|
4446
|
+
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-VRYLITMY.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
|
|
4447
4447
|
AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-D4SIU3BC.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
|
|
4448
4448
|
LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-M4KO2HY4.mjs"), [SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_READ, SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_MANAGE]),
|
|
4449
4449
|
ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-ESAGWNNJ.mjs"), SDK_PERMISSIONS.MANAGEMENT_DASHBOARD_READ),
|