@timardex/cluemart-server-shared 1.0.166 → 1.0.167

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.
@@ -8804,6 +8804,7 @@ var UNREGISTERED_VENDOR = gql`
8804
8804
  fragment UnregisteredVendorFields on UnregisteredVendorType {
8805
8805
  _id
8806
8806
  categoryIds
8807
+ claimed
8807
8808
  createdAt
8808
8809
  deletedAt
8809
8810
  email
@@ -12217,6 +12218,7 @@ var invitationSchema = new MongooseSchema15(
12217
12218
  var schema11 = new MongooseSchema15(
12218
12219
  {
12219
12220
  categoryIds: { required: true, type: [String] },
12221
+ claimed: { default: false, required: true, type: Boolean },
12220
12222
  deletedAt: { default: null, required: false, type: Date },
12221
12223
  email: { required: true, type: String },
12222
12224
  invitations: { required: true, type: [invitationSchema] },
@@ -12651,4 +12653,4 @@ react/cjs/react.development.js:
12651
12653
  * LICENSE file in the root directory of this source tree.
12652
12654
  *)
12653
12655
  */
12654
- //# sourceMappingURL=chunk-W5EVEI2Y.mjs.map
12656
+ //# sourceMappingURL=chunk-PJ4BVYZM.mjs.map