@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/{chunk-D6C7HNAQ.mjs → chunk-FU5WYLJ6.mjs} +6 -1
- package/dist/chunk-FU5WYLJ6.mjs.map +1 -0
- package/dist/index.cjs +5 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +5 -0
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +5 -0
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
- package/dist/chunk-D6C7HNAQ.mjs.map +0 -1
package/dist/mongoose/index.cjs
CHANGED
|
@@ -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,
|