@timardex/cluemart-server-shared 1.0.166 → 1.0.168

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.
@@ -8559,7 +8559,6 @@ var EVENT = gql`
8559
8559
  rating
8560
8560
  reviewCount
8561
8561
  rainOrShine
8562
- unregisteredVendorIds
8563
8562
  socialMedia {
8564
8563
  ...SocialMediaFields
8565
8564
  }
@@ -8804,6 +8803,7 @@ var UNREGISTERED_VENDOR = gql`
8804
8803
  fragment UnregisteredVendorFields on UnregisteredVendorType {
8805
8804
  _id
8806
8805
  categoryIds
8806
+ claimed
8807
8807
  createdAt
8808
8808
  deletedAt
8809
8809
  email
@@ -12209,7 +12209,7 @@ var invitationSchema = new MongooseSchema15(
12209
12209
  inviterId: {
12210
12210
  ref: "Event",
12211
12211
  required: true,
12212
- type: String
12212
+ type: mongoose15.Schema.Types.ObjectId
12213
12213
  }
12214
12214
  },
12215
12215
  { _id: false }
@@ -12217,6 +12217,7 @@ var invitationSchema = new MongooseSchema15(
12217
12217
  var schema11 = new MongooseSchema15(
12218
12218
  {
12219
12219
  categoryIds: { required: true, type: [String] },
12220
+ claimed: { default: false, required: true, type: Boolean },
12220
12221
  deletedAt: { default: null, required: false, type: Date },
12221
12222
  email: { required: true, type: String },
12222
12223
  invitations: { required: true, type: [invitationSchema] },
@@ -12264,8 +12265,7 @@ var schema12 = new MongooseSchema16(
12264
12265
  required: false,
12265
12266
  type: [resourceRelationsSchema]
12266
12267
  },
12267
- tags: { required: true, type: [String] },
12268
- unregisteredVendorIds: { default: [], required: false, type: [String] }
12268
+ tags: { required: true, type: [String] }
12269
12269
  },
12270
12270
  { timestamps: true }
12271
12271
  );
@@ -12651,4 +12651,4 @@ react/cjs/react.development.js:
12651
12651
  * LICENSE file in the root directory of this source tree.
12652
12652
  *)
12653
12653
  */
12654
- //# sourceMappingURL=chunk-W5EVEI2Y.mjs.map
12654
+ //# sourceMappingURL=chunk-FEIYAQQG.mjs.map