@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.
package/dist/index.mjs CHANGED
@@ -4930,7 +4930,10 @@ var dashboardContract = initContract13().router(
4930
4930
  day: z56.date(),
4931
4931
  userCheckInLog: UserCheckInLogSchema
4932
4932
  })
4933
- )
4933
+ ),
4934
+ page: z56.coerce.number().positive(),
4935
+ pageSize: z56.coerce.number().positive(),
4936
+ total: z56.coerce.number().positive()
4934
4937
  })
4935
4938
  }
4936
4939
  },