@kl1/contracts 1.1.28-uat → 1.1.29-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.mjs
CHANGED
@@ -7233,7 +7233,7 @@ var CreateHolidaySchema = z104.object({
|
|
7233
7233
|
isEnabled: z104.boolean()
|
7234
7234
|
}).array();
|
7235
7235
|
var UpdateHolidaySchema = z104.object({
|
7236
|
-
id: z104.string(),
|
7236
|
+
id: z104.string().optional(),
|
7237
7237
|
name: z104.string(),
|
7238
7238
|
date: z104.string(),
|
7239
7239
|
isEnabled: z104.boolean()
|