@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.mjs
CHANGED
package/dist/service/index.cjs
CHANGED
|
@@ -9076,7 +9076,7 @@ var schema11 = new MongooseSchema15(
|
|
|
9076
9076
|
claimToken: { default: null, required: false, type: String },
|
|
9077
9077
|
claimTokenExpiresAt: { default: null, required: false, type: Date },
|
|
9078
9078
|
deletedAt: { default: null, required: false, type: Date },
|
|
9079
|
-
email: { required:
|
|
9079
|
+
email: { required: true, type: String },
|
|
9080
9080
|
invitations: { required: true, type: [invitationSchema] },
|
|
9081
9081
|
name: { required: true, type: String },
|
|
9082
9082
|
region: { required: true, type: String }
|