@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.
@@ -40,7 +40,7 @@ import {
40
40
  socialShareResourceSchema,
41
41
  termsAgreementSchema,
42
42
  userLicenseSchema
43
- } from "../chunk-D6C7HNAQ.mjs";
43
+ } from "../chunk-FU5WYLJ6.mjs";
44
44
  export {
45
45
  APP_SETTINGS_ID,
46
46
  AdModel,
@@ -8660,6 +8660,11 @@ var schema7 = new MongooseSchema11(
8660
8660
  },
8661
8661
  deletedAt: { default: null, required: false, type: Date },
8662
8662
  email: { required: true, type: String },
8663
+ emailSentFor: {
8664
+ enum: Object.values(EnumNotificationResourceType),
8665
+ required: false,
8666
+ type: [String]
8667
+ },
8663
8668
  events: {
8664
8669
  ref: "Event",
8665
8670
  required: false,