@timardex/cluemart-server-shared 1.0.272 → 1.0.273

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.cjs CHANGED
@@ -8544,6 +8544,11 @@ var schema7 = new MongooseSchema11(
8544
8544
  },
8545
8545
  deletedAt: { default: null, required: false, type: Date },
8546
8546
  email: { required: true, type: String },
8547
+ emailSentFor: {
8548
+ enum: Object.values(EnumNotificationResourceType),
8549
+ required: false,
8550
+ type: [String]
8551
+ },
8547
8552
  events: {
8548
8553
  ref: "Event",
8549
8554
  required: false,