@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.
@@ -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: false, type: String },
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 }