@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.mjs CHANGED
@@ -6524,7 +6524,7 @@ var wrapUpFormContract = initContract34().router(
6524
6524
  updateWrapUpFormTimer: {
6525
6525
  method: "PATCH",
6526
6526
  path: "/timer",
6527
- body: z92.number(),
6527
+ body: z92.object({ newWrapUpFormTimer: z92.number().positive() }),
6528
6528
  headers: DefaultHeaderSchema,
6529
6529
  responses: {
6530
6530
  200: DefaultSuccessResponseSchema.extend({