@timardex/cluemart-server-shared 1.0.76 → 1.0.77

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.
@@ -11983,7 +11983,7 @@ var schema11 = new MongooseSchema15(
11983
11983
  {
11984
11984
  ...baseResourceFields,
11985
11985
  // Importing base resource fields from global.ts
11986
- claimed: { default: true, required: true, type: Boolean },
11986
+ claimed: { default: true, required: false, type: Boolean },
11987
11987
  dateTime: [dateTimeSchema3],
11988
11988
  eventInfoId: {
11989
11989
  ref: "EventInfo",