@kl1/contracts 1.1.34-uat → 1.1.35-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/business-calendar/index.d.ts +1 -1
- package/dist/src/contract.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/contract.d.ts
CHANGED
@@ -183637,7 +183637,7 @@ export declare const businessCalendarContract: {
|
|
183637
183637
|
}[];
|
183638
183638
|
description?: string | undefined;
|
183639
183639
|
}>;
|
183640
|
-
method: "
|
183640
|
+
method: "POST";
|
183641
183641
|
pathParams: import("zod").ZodObject<{
|
183642
183642
|
id: import("zod").ZodString;
|
183643
183643
|
}, "strip", import("zod").ZodTypeAny, {
|