@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/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
  },