@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.
@@ -39,7 +39,7 @@ import {
39
39
  socialShareResourceSchema,
40
40
  termsAgreementSchema,
41
41
  userLicenseSchema
42
- } from "../chunk-3J26U4GN.mjs";
42
+ } from "../chunk-ICAMGPFE.mjs";
43
43
  export {
44
44
  APP_SETTINGS_ID,
45
45
  AdModel,
@@ -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: false, type: String },
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 }