@kl1/contracts 1.1.33-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
@@ -7241,6 +7241,7 @@ var BusinessCalendarSchema = DefaultEntitySchema.extend({
7241
7241
  description: import_zod105.default.string().optional(),
7242
7242
  timeZone: import_zod105.default.string(),
7243
7243
  isEnabled: import_zod105.default.boolean(),
7244
+ isDefault: import_zod105.default.boolean(),
7244
7245
  channelIds: import_zod105.default.string().array(),
7245
7246
  businessHours: BusinessHourSchema.array(),
7246
7247
  holidays: HolidaySchema.array()