@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.
@@ -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,
@@ -9251,4 +9256,4 @@ export {
9251
9256
  SchoolModel,
9252
9257
  AffiliateModel
9253
9258
  };
9254
- //# sourceMappingURL=chunk-D6C7HNAQ.mjs.map
9259
+ //# sourceMappingURL=chunk-FU5WYLJ6.mjs.map