@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
package/dist/mongoose/index.cjs
CHANGED
|
@@ -9044,7 +9044,7 @@ var schema11 = new MongooseSchema15(
|
|
|
9044
9044
|
claimToken: { default: null, required: false, type: String },
|
|
9045
9045
|
claimTokenExpiresAt: { default: null, required: false, type: Date },
|
|
9046
9046
|
deletedAt: { default: null, required: false, type: Date },
|
|
9047
|
-
email: { required:
|
|
9047
|
+
email: { required: true, type: String },
|
|
9048
9048
|
invitations: { required: true, type: [invitationSchema] },
|
|
9049
9049
|
name: { required: true, type: String },
|
|
9050
9050
|
region: { required: true, type: String }
|