@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 CHANGED
@@ -7272,7 +7272,7 @@ var businessCalendarContract = (0, import_core40.initContract)().router({
7272
7272
  }
7273
7273
  },
7274
7274
  updateBusinessCalendar: {
7275
- method: "PUT",
7275
+ method: "POST",
7276
7276
  path: "business-calendars/:id",
7277
7277
  pathParams: import_zod106.default.object({ id: import_zod106.default.string() }),
7278
7278
  body: UpdateBusinessCalendarSchema,