@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/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({
|