@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.
@@ -14853,7 +14853,13 @@ export declare const apiContract: {
14853
14853
  }>>>;
14854
14854
  };
14855
14855
  updateWrapUpFormTimer: {
14856
- body: import("zod").ZodNumber;
14856
+ body: import("zod").ZodObject<{
14857
+ newWrapUpFormTimer: import("zod").ZodNumber;
14858
+ }, "strip", import("zod").ZodTypeAny, {
14859
+ newWrapUpFormTimer: number;
14860
+ }, {
14861
+ newWrapUpFormTimer: number;
14862
+ }>;
14857
14863
  method: "PATCH";
14858
14864
  responses: {
14859
14865
  200: import("zod").ZodObject<{