@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 +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/src/contract.d.ts +7 -1
- package/dist/src/contract.d.ts.map +1 -1
- package/dist/src/wrap-up-form/index.d.ts +7 -1
- package/dist/src/wrap-up-form/index.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -14853,7 +14853,13 @@ export declare const apiContract: {
|
|
14853
14853
|
}>>>;
|
14854
14854
|
};
|
14855
14855
|
updateWrapUpFormTimer: {
|
14856
|
-
body: import("zod").
|
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<{
|