@kl1/contracts 1.3.23 → 1.3.24
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 +9 -0
- package/dist/api-contracts/src/contract.d.ts.map +1 -1
- package/dist/api-contracts/src/dashboard/index.d.ts +9 -0
- package/dist/api-contracts/src/dashboard/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -27051,7 +27051,13 @@ export declare const apiContract: {
|
|
|
27051
27051
|
totalLoginDuration: string | null;
|
|
27052
27052
|
};
|
|
27053
27053
|
}>, "many">;
|
|
27054
|
+
page: import("zod").ZodNumber;
|
|
27055
|
+
pageSize: import("zod").ZodNumber;
|
|
27056
|
+
total: import("zod").ZodNumber;
|
|
27054
27057
|
}, "strip", import("zod").ZodTypeAny, {
|
|
27058
|
+
total: number;
|
|
27059
|
+
page: number;
|
|
27060
|
+
pageSize: number;
|
|
27055
27061
|
requestId: string;
|
|
27056
27062
|
userCheckInLogs: {
|
|
27057
27063
|
day: Date;
|
|
@@ -27067,6 +27073,9 @@ export declare const apiContract: {
|
|
|
27067
27073
|
};
|
|
27068
27074
|
}[];
|
|
27069
27075
|
}, {
|
|
27076
|
+
total: number;
|
|
27077
|
+
page: number;
|
|
27078
|
+
pageSize: number;
|
|
27070
27079
|
requestId: string;
|
|
27071
27080
|
userCheckInLogs: {
|
|
27072
27081
|
day: Date;
|