@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/index.mjs
CHANGED
@@ -7203,7 +7203,7 @@ var businessCalendarContract = initContract40().router({
|
|
7203
7203
|
}
|
7204
7204
|
},
|
7205
7205
|
updateBusinessCalendar: {
|
7206
|
-
method: "
|
7206
|
+
method: "POST",
|
7207
7207
|
path: "business-calendars/:id",
|
7208
7208
|
pathParams: z106.object({ id: z106.string() }),
|
7209
7209
|
body: UpdateBusinessCalendarSchema,
|