@kl1/contracts 1.3.23 → 1.3.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -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;