@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/index.cjs CHANGED
@@ -9119,7 +9119,7 @@ var schema11 = new MongooseSchema15(
9119
9119
  claimToken: { default: null, required: false, type: String },
9120
9120
  claimTokenExpiresAt: { default: null, required: false, type: Date },
9121
9121
  deletedAt: { default: null, required: false, type: Date },
9122
- email: { required: false, type: String },
9122
+ email: { required: true, type: String },
9123
9123
  invitations: { required: true, type: [invitationSchema] },
9124
9124
  name: { required: true, type: String },
9125
9125
  region: { required: true, type: String }