@timardex/cluemart-server-shared 1.0.175 → 1.0.177

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.
@@ -12294,6 +12294,12 @@ var schema11 = new MongooseSchema15(
12294
12294
  active: { default: true, required: true, type: Boolean },
12295
12295
  categoryIds: { required: true, type: [String] },
12296
12296
  claimed: { default: false, required: true, type: Boolean },
12297
+ claimedAt: { default: null, required: false, type: Date },
12298
+ claimedByUserId: {
12299
+ ref: "User",
12300
+ required: false,
12301
+ type: mongoose15.Schema.Types.ObjectId
12302
+ },
12297
12303
  deletedAt: { default: null, required: false, type: Date },
12298
12304
  email: { required: false, type: String },
12299
12305
  invitations: { required: true, type: [invitationSchema] },
@@ -12728,4 +12734,4 @@ react/cjs/react.development.js:
12728
12734
  * LICENSE file in the root directory of this source tree.
12729
12735
  *)
12730
12736
  */
12731
- //# sourceMappingURL=chunk-3KGPZJIH.mjs.map
12737
+ //# sourceMappingURL=chunk-FSEMFTFQ.mjs.map