@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.
@@ -8528,6 +8528,11 @@ var schema7 = new MongooseSchema11(
8528
8528
  },
8529
8529
  deletedAt: { default: null, required: false, type: Date },
8530
8530
  email: { required: true, type: String },
8531
+ emailSentFor: {
8532
+ enum: Object.values(EnumNotificationResourceType),
8533
+ required: false,
8534
+ type: [String]
8535
+ },
8531
8536
  events: {
8532
8537
  ref: "Event",
8533
8538
  required: false,