@timardex/cluemart-server-shared 1.0.167 → 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
  }
@@ -12210,7 +12209,7 @@ var invitationSchema = new MongooseSchema15(
12210
12209
  inviterId: {
12211
12210
  ref: "Event",
12212
12211
  required: true,
12213
- type: String
12212
+ type: mongoose15.Schema.Types.ObjectId
12214
12213
  }
12215
12214
  },
12216
12215
  { _id: false }
@@ -12266,8 +12265,7 @@ var schema12 = new MongooseSchema16(
12266
12265
  required: false,
12267
12266
  type: [resourceRelationsSchema]
12268
12267
  },
12269
- tags: { required: true, type: [String] },
12270
- unregisteredVendorIds: { default: [], required: false, type: [String] }
12268
+ tags: { required: true, type: [String] }
12271
12269
  },
12272
12270
  { timestamps: true }
12273
12271
  );
@@ -12653,4 +12651,4 @@ react/cjs/react.development.js:
12653
12651
  * LICENSE file in the root directory of this source tree.
12654
12652
  *)
12655
12653
  */
12656
- //# sourceMappingURL=chunk-PJ4BVYZM.mjs.map
12654
+ //# sourceMappingURL=chunk-FEIYAQQG.mjs.map