@kl1/contracts 1.3.22 → 1.3.23
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/api-contracts/src/contract.d.ts +18 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +18 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -26606,6 +26606,8 @@ export declare const apiContract: {
|
|
|
26606
26606
|
requestId: import("zod").ZodString;
|
|
26607
26607
|
page: import("zod").ZodNumber;
|
|
26608
26608
|
pageSize: import("zod").ZodNumber;
|
|
26609
|
+
lastPage: import("zod").ZodNumber;
|
|
26610
|
+
total: import("zod").ZodNumber;
|
|
26609
26611
|
agentMessageStatistics: import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
26610
26612
|
id: import("zod").ZodString;
|
|
26611
26613
|
name: import("zod").ZodString;
|
|
@@ -26635,8 +26637,10 @@ export declare const apiContract: {
|
|
|
26635
26637
|
totalHandledTime: string;
|
|
26636
26638
|
}>, "many">>;
|
|
26637
26639
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26640
|
+
total: number;
|
|
26638
26641
|
page: number;
|
|
26639
26642
|
pageSize: number;
|
|
26643
|
+
lastPage: number;
|
|
26640
26644
|
requestId: string;
|
|
26641
26645
|
agentMessageStatistics: {
|
|
26642
26646
|
name: string;
|
|
@@ -26649,8 +26653,10 @@ export declare const apiContract: {
|
|
|
26649
26653
|
totalHandledTime: string;
|
|
26650
26654
|
}[] | null;
|
|
26651
26655
|
}, {
|
|
26656
|
+
total: number;
|
|
26652
26657
|
page: number;
|
|
26653
26658
|
pageSize: number;
|
|
26659
|
+
lastPage: number;
|
|
26654
26660
|
requestId: string;
|
|
26655
26661
|
agentMessageStatistics: {
|
|
26656
26662
|
name: string;
|
|
@@ -26721,6 +26727,7 @@ export declare const apiContract: {
|
|
|
26721
26727
|
requestId: import("zod").ZodString;
|
|
26722
26728
|
page: import("zod").ZodNumber;
|
|
26723
26729
|
pageSize: import("zod").ZodNumber;
|
|
26730
|
+
total: import("zod").ZodNumber;
|
|
26724
26731
|
userCheckInLogsWithDays: import("zod").ZodArray<import("zod").ZodObject<{
|
|
26725
26732
|
date: import("zod").ZodDate;
|
|
26726
26733
|
formattedDate: import("zod").ZodString;
|
|
@@ -26775,6 +26782,7 @@ export declare const apiContract: {
|
|
|
26775
26782
|
}[];
|
|
26776
26783
|
}>, "many">;
|
|
26777
26784
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26785
|
+
total: number;
|
|
26778
26786
|
page: number;
|
|
26779
26787
|
pageSize: number;
|
|
26780
26788
|
requestId: string;
|
|
@@ -26792,6 +26800,7 @@ export declare const apiContract: {
|
|
|
26792
26800
|
}[];
|
|
26793
26801
|
}[];
|
|
26794
26802
|
}, {
|
|
26803
|
+
total: number;
|
|
26795
26804
|
page: number;
|
|
26796
26805
|
pageSize: number;
|
|
26797
26806
|
requestId: string;
|
|
@@ -26930,7 +26939,13 @@ export declare const apiContract: {
|
|
|
26930
26939
|
durationSeconds: number;
|
|
26931
26940
|
}[];
|
|
26932
26941
|
}>, "many">;
|
|
26942
|
+
page: import("zod").ZodNumber;
|
|
26943
|
+
pageSize: import("zod").ZodNumber;
|
|
26944
|
+
total: import("zod").ZodNumber;
|
|
26933
26945
|
}, "strip", import("zod").ZodTypeAny, {
|
|
26946
|
+
total: number;
|
|
26947
|
+
page: number;
|
|
26948
|
+
pageSize: number;
|
|
26934
26949
|
requestId: string;
|
|
26935
26950
|
presenceStatusDurations: {
|
|
26936
26951
|
date: Date;
|
|
@@ -26942,6 +26957,9 @@ export declare const apiContract: {
|
|
|
26942
26957
|
}[];
|
|
26943
26958
|
}[];
|
|
26944
26959
|
}, {
|
|
26960
|
+
total: number;
|
|
26961
|
+
page: number;
|
|
26962
|
+
pageSize: number;
|
|
26945
26963
|
requestId: string;
|
|
26946
26964
|
presenceStatusDurations: {
|
|
26947
26965
|
date: Date;
|