ahs-cti 0.0.3 → 0.0.4
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/{agentDetailReport-CP7WYOIX.mjs → agentDetailReport-JYBV3TF6.mjs} +5 -4
- package/dist/{agentPerformanceReport-F52KNRKW.mjs → agentPerformanceReport-6RO6STKU.mjs} +10 -8
- package/dist/{agentPerformanceReport-F52KNRKW.mjs.map → agentPerformanceReport-6RO6STKU.mjs.map} +1 -1
- package/dist/{auditReport-CJ23LXIZ.mjs → auditReport-PYRZU3NA.mjs} +3 -3
- package/dist/{callHistory-ZA3SCD7K.mjs → callHistory-4JI64TU7.mjs} +24 -7
- package/dist/callHistory-4JI64TU7.mjs.map +1 -0
- package/dist/{campaigns-PIXRNMM4.mjs → campaigns-JZE22SIM.mjs} +150 -70
- package/dist/campaigns-JZE22SIM.mjs.map +1 -0
- package/dist/{cdrReport-7TKZERRX.mjs → cdrReport-RJTURVVV.mjs} +49 -19
- package/dist/cdrReport-RJTURVVV.mjs.map +1 -0
- package/dist/{chunk-X376SOIZ.mjs → chunk-AJQBR3AZ.mjs} +14279 -9170
- package/dist/chunk-AJQBR3AZ.mjs.map +1 -0
- package/dist/{chunk-BU6FMNBY.mjs → chunk-ATAP77RC.mjs} +2 -2
- package/dist/{chunk-JAAPNDP2.mjs → chunk-BDQZYTAY.mjs} +32 -34
- package/dist/chunk-BDQZYTAY.mjs.map +1 -0
- package/dist/{chunk-NQL4VODC.mjs → chunk-FVVDDZCA.mjs} +2 -2
- package/dist/chunk-HAJ6SECI.mjs +418 -0
- package/dist/chunk-HAJ6SECI.mjs.map +1 -0
- package/dist/{chunk-L4LLUMYA.mjs → chunk-IBFF6DJA.mjs} +2 -2
- package/dist/chunk-JOZ4YQMR.mjs +116 -0
- package/dist/chunk-JOZ4YQMR.mjs.map +1 -0
- package/dist/{chunk-DBSNJ3QH.mjs → chunk-OVC42HVH.mjs} +4 -1
- package/dist/chunk-OVC42HVH.mjs.map +1 -0
- package/dist/{chunk-NUYGQI7D.mjs → chunk-PO6POUPL.mjs} +2 -2
- package/dist/{chunk-VZCHJLAW.mjs → chunk-UNTGXE6T.mjs} +2 -2
- package/dist/index.js +5955 -5685
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/dist/{liveStatus-IQIEZZE5.mjs → liveStatus-E7UP37FK.mjs} +4 -4
- package/dist/{loginReport-A4GUPW3G.mjs → loginReport-5QYHG6OM.mjs} +219 -66
- package/dist/loginReport-5QYHG6OM.mjs.map +1 -0
- package/dist/{managementDashboard-345DQMNO.mjs → managementDashboard-PARD3QHL.mjs} +8 -6
- package/dist/{managementDashboard-345DQMNO.mjs.map → managementDashboard-PARD3QHL.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/callHistory-ZA3SCD7K.mjs.map +0 -1
- package/dist/campaigns-PIXRNMM4.mjs.map +0 -1
- package/dist/cdrReport-7TKZERRX.mjs.map +0 -1
- package/dist/chunk-DBSNJ3QH.mjs.map +0 -1
- package/dist/chunk-GC3WM33W.mjs +0 -5783
- package/dist/chunk-GC3WM33W.mjs.map +0 -1
- package/dist/chunk-JAAPNDP2.mjs.map +0 -1
- package/dist/chunk-X376SOIZ.mjs.map +0 -1
- package/dist/loginReport-A4GUPW3G.mjs.map +0 -1
- /package/dist/{agentDetailReport-CP7WYOIX.mjs.map → agentDetailReport-JYBV3TF6.mjs.map} +0 -0
- /package/dist/{auditReport-CJ23LXIZ.mjs.map → auditReport-PYRZU3NA.mjs.map} +0 -0
- /package/dist/{chunk-BU6FMNBY.mjs.map → chunk-ATAP77RC.mjs.map} +0 -0
- /package/dist/{chunk-NQL4VODC.mjs.map → chunk-FVVDDZCA.mjs.map} +0 -0
- /package/dist/{chunk-L4LLUMYA.mjs.map → chunk-IBFF6DJA.mjs.map} +0 -0
- /package/dist/{chunk-NUYGQI7D.mjs.map → chunk-PO6POUPL.mjs.map} +0 -0
- /package/dist/{chunk-VZCHJLAW.mjs.map → chunk-UNTGXE6T.mjs.map} +0 -0
- /package/dist/{liveStatus-IQIEZZE5.mjs.map → liveStatus-E7UP37FK.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import {
|
|
2
2
|
useCallMonitoring
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-ATAP77RC.mjs";
|
|
4
4
|
import {
|
|
5
5
|
useGetCallerData
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-IBFF6DJA.mjs";
|
|
7
7
|
import {
|
|
8
8
|
setAuditReportUrlResolver
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-PO6POUPL.mjs";
|
|
10
10
|
import {
|
|
11
11
|
SDKAccessDenied,
|
|
12
12
|
SDKPermissionGuard,
|
|
13
13
|
useSDKPermissions
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-FVVDDZCA.mjs";
|
|
15
15
|
import {
|
|
16
16
|
SDKProvider,
|
|
17
17
|
useToast
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
STORAGE_KEY,
|
|
25
25
|
axios_default,
|
|
26
26
|
sdkStateManager
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-OVC42HVH.mjs";
|
|
28
28
|
import {
|
|
29
29
|
__publicField,
|
|
30
30
|
__spreadProps,
|
|
@@ -1380,8 +1380,8 @@ function CallTransferDialog({ open }) {
|
|
|
1380
1380
|
open,
|
|
1381
1381
|
"aria-labelledby": "alert-dialog-title",
|
|
1382
1382
|
"aria-describedby": "alert-dialog-description",
|
|
1383
|
-
maxWidth: "
|
|
1384
|
-
slotProps: { paper: { sx: { minWidth:
|
|
1383
|
+
maxWidth: "lg",
|
|
1384
|
+
slotProps: { paper: { sx: { minWidth: 900 } } },
|
|
1385
1385
|
children: /* @__PURE__ */ jsxs(Paper, { sx: { borderRadius: 2 }, children: [
|
|
1386
1386
|
/* @__PURE__ */ jsxs(
|
|
1387
1387
|
Box,
|
|
@@ -4362,15 +4362,15 @@ function withGuard(menuCodes, loader) {
|
|
|
4362
4362
|
});
|
|
4363
4363
|
}
|
|
4364
4364
|
var SDKPages = {
|
|
4365
|
-
CallHistory: withGuard(SDK_MENU_CODES.CALL_HISTORY, () => import("./callHistory-
|
|
4366
|
-
Campaigns: withGuard(SDK_MENU_CODES.CAMPAIGNS, () => import("./campaigns-
|
|
4367
|
-
LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-
|
|
4368
|
-
CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-
|
|
4369
|
-
AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-
|
|
4370
|
-
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-
|
|
4371
|
-
AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-
|
|
4372
|
-
LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-
|
|
4373
|
-
ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-
|
|
4365
|
+
CallHistory: withGuard(SDK_MENU_CODES.CALL_HISTORY, () => import("./callHistory-4JI64TU7.mjs")),
|
|
4366
|
+
Campaigns: withGuard(SDK_MENU_CODES.CAMPAIGNS, () => import("./campaigns-JZE22SIM.mjs")),
|
|
4367
|
+
LoginReport: withGuard(SDK_MENU_CODES.LOGIN_REPORT, () => import("./loginReport-5QYHG6OM.mjs")),
|
|
4368
|
+
CdrReports: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./cdrReport-RJTURVVV.mjs")),
|
|
4369
|
+
AuditReportPage: withGuard(SDK_MENU_CODES.CDR_REPORT, () => import("./auditReport-PYRZU3NA.mjs")),
|
|
4370
|
+
AgentPerformanceReport: withGuard(SDK_MENU_CODES.AGENT_PERFORMANCE_REPORT, () => import("./agentPerformanceReport-6RO6STKU.mjs")),
|
|
4371
|
+
AgentDetailReport: withGuard(SDK_MENU_CODES.AGENT_DETAIL_REPORT, () => import("./agentDetailReport-JYBV3TF6.mjs")),
|
|
4372
|
+
LiveStatus: withGuard(SDK_MENU_CODES.LIVE_STATUS, () => import("./liveStatus-E7UP37FK.mjs")),
|
|
4373
|
+
ManagementDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./managementDashboard-PARD3QHL.mjs")),
|
|
4374
4374
|
CaroVoiceAI: withGuard(SDK_MENU_CODES.CARO_VOICE_AI, () => import("./caroVoiceAI-Z5BDDDSY.mjs")),
|
|
4375
4375
|
QualityAuditDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./qualityAuditDashboard-ZJEEAMBS.mjs")),
|
|
4376
4376
|
CaroQualityAuditDashboard: withGuard(SDK_MENU_CODES.MANAGEMENT_DASHBOARD, () => import("./caroQualityAuditDashboard-NRWY6SEC.mjs"))
|