@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.mjs CHANGED
@@ -8454,6 +8454,11 @@ var schema7 = new MongooseSchema11(
8454
8454
  },
8455
8455
  deletedAt: { default: null, required: false, type: Date },
8456
8456
  email: { required: true, type: String },
8457
+ emailSentFor: {
8458
+ enum: Object.values(EnumNotificationResourceType),
8459
+ required: false,
8460
+ type: [String]
8461
+ },
8457
8462
  events: {
8458
8463
  ref: "Event",
8459
8464
  required: false,