ahs-cti 0.0.20 → 0.0.21
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-VFLQ74FQ.mjs → agentPerformanceReport-7XZLGDRW.mjs} +2 -2
- package/dist/{agentPerformanceReport-VFLQ74FQ.mjs.map → agentPerformanceReport-7XZLGDRW.mjs.map} +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -1
- package/dist/index.mjs.map +1 -1
- package/dist-react/{agentPerformanceReport-3MJUJURN.mjs → agentPerformanceReport-OE4G4MSG.mjs} +2 -2
- package/dist-react/{agentPerformanceReport-3MJUJURN.mjs.map → agentPerformanceReport-OE4G4MSG.mjs.map} +1 -1
- package/dist-react/index.d.ts +2 -1
- package/dist-react/index.js +4 -1
- package/dist-react/index.js.map +1 -1
- package/dist-react/index.mjs +10 -1
- package/dist-react/index.mjs.map +1 -1
- package/package.json +6 -1
package/dist-react/index.mjs
CHANGED
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
useGetCallerData
|
|
16
16
|
} from "./chunk-OBJ3FI2R.mjs";
|
|
17
17
|
import {
|
|
18
|
+
AuditReportDialog,
|
|
18
19
|
setAuditReportUrlResolver
|
|
19
20
|
} from "./chunk-DJ4PMALF.mjs";
|
|
20
21
|
import {
|
|
@@ -22,6 +23,12 @@ import {
|
|
|
22
23
|
SDKPermissionGuard,
|
|
23
24
|
useSDKPermissions
|
|
24
25
|
} from "./chunk-R2Z5QTWV.mjs";
|
|
26
|
+
import {
|
|
27
|
+
agentDetailReport_default
|
|
28
|
+
} from "./chunk-UU75VJ5Y.mjs";
|
|
29
|
+
import "./chunk-KRXHK4AU.mjs";
|
|
30
|
+
import "./chunk-LX6I32Y4.mjs";
|
|
31
|
+
import "./chunk-HLPNWHQV.mjs";
|
|
25
32
|
import {
|
|
26
33
|
SDKProvider,
|
|
27
34
|
useToast
|
|
@@ -4436,7 +4443,7 @@ var SDKPages = {
|
|
|
4436
4443
|
LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-ELFONLHV.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_READ, SDK_PERMISSIONS.REPORTS_AGENT_LOGIN_MANAGE]),
|
|
4437
4444
|
CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-DFDLICZB.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
|
|
4438
4445
|
AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-ANG6NCA7.mjs"), [SDK_PERMISSIONS.REPORTS_CDR_READ, SDK_PERMISSIONS.REPORTS_CDR_MANAGE]),
|
|
4439
|
-
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-
|
|
4446
|
+
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-OE4G4MSG.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
|
|
4440
4447
|
AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-2ZGJQUKU.mjs"), [SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_READ, SDK_PERMISSIONS.REPORTS_AGENT_PERFORMANCE_MANAGE]),
|
|
4441
4448
|
LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-FA6LQU4Z.mjs"), [SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_READ, SDK_PERMISSIONS.DASHBOARD_LIVE_STATUS_MANAGE]),
|
|
4442
4449
|
ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-3PARIHQU.mjs"), SDK_PERMISSIONS.MANAGEMENT_DASHBOARD_READ),
|
|
@@ -4703,6 +4710,8 @@ function isSDKInitialized() {
|
|
|
4703
4710
|
return sdkStateManager.getState().isInitialized;
|
|
4704
4711
|
}
|
|
4705
4712
|
export {
|
|
4713
|
+
agentDetailReport_default as AgentDetailReport,
|
|
4714
|
+
AuditReportDialog,
|
|
4706
4715
|
CallControlPanel,
|
|
4707
4716
|
SDKAccessDenied,
|
|
4708
4717
|
SDKPages,
|