@timardex/cluemart-server-shared 1.1.11 → 1.1.12
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-3J26U4GN.mjs → chunk-ICAMGPFE.mjs} +2 -2
- package/dist/{chunk-3J26U4GN.mjs.map → chunk-ICAMGPFE.mjs.map} +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/mongoose/index.cjs +1 -1
- package/dist/mongoose/index.cjs.map +1 -1
- package/dist/mongoose/index.mjs +1 -1
- package/dist/service/index.cjs +1 -1
- package/dist/service/index.cjs.map +1 -1
- package/dist/service/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -9019,7 +9019,7 @@ var schema11 = new MongooseSchema15(
|
|
|
9019
9019
|
claimToken: { default: null, required: false, type: String },
|
|
9020
9020
|
claimTokenExpiresAt: { default: null, required: false, type: Date },
|
|
9021
9021
|
deletedAt: { default: null, required: false, type: Date },
|
|
9022
|
-
email: { required:
|
|
9022
|
+
email: { required: true, type: String },
|
|
9023
9023
|
invitations: { required: true, type: [invitationSchema] },
|
|
9024
9024
|
name: { required: true, type: String },
|
|
9025
9025
|
region: { required: true, type: String }
|
|
@@ -9594,4 +9594,4 @@ export {
|
|
|
9594
9594
|
SchoolModel,
|
|
9595
9595
|
AffiliateModel
|
|
9596
9596
|
};
|
|
9597
|
-
//# sourceMappingURL=chunk-
|
|
9597
|
+
//# sourceMappingURL=chunk-ICAMGPFE.mjs.map
|