@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.
@@ -555,7 +555,7 @@ export declare const businessCalendarContract: {
555
555
  }[];
556
556
  description?: string | undefined;
557
557
  }>;
558
- method: "PUT";
558
+ method: "POST";
559
559
  pathParams: z.ZodObject<{
560
560
  id: z.ZodString;
561
561
  }, "strip", z.ZodTypeAny, {
@@ -183637,7 +183637,7 @@ export declare const businessCalendarContract: {
183637
183637
  }[];
183638
183638
  description?: string | undefined;
183639
183639
  }>;
183640
- method: "PUT";
183640
+ method: "POST";
183641
183641
  pathParams: import("zod").ZodObject<{
183642
183642
  id: import("zod").ZodString;
183643
183643
  }, "strip", import("zod").ZodTypeAny, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kl1/contracts",
3
- "version": "1.1.34-uat",
3
+ "version": "1.1.35-uat",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/src/index.d.ts",