@kl1/contracts 1.1.37-uat → 1.1.38-uat

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.js CHANGED
@@ -6593,7 +6593,7 @@ var wrapUpFormContract = (0, import_core34.initContract)().router(
6593
6593
  updateWrapUpFormTimer: {
6594
6594
  method: "PATCH",
6595
6595
  path: "/timer",
6596
- body: import_zod92.default.number(),
6596
+ body: import_zod92.default.object({ newWrapUpFormTimer: import_zod92.default.number().positive() }),
6597
6597
  headers: DefaultHeaderSchema,
6598
6598
  responses: {
6599
6599
  200: DefaultSuccessResponseSchema.extend({