@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.
@@ -8630,7 +8630,6 @@ var EVENT = gql`
8630
8630
  rating
8631
8631
  reviewCount
8632
8632
  rainOrShine
8633
- unregisteredVendorIds
8634
8633
  socialMedia {
8635
8634
  ...SocialMediaFields
8636
8635
  }
@@ -12281,7 +12280,7 @@ var invitationSchema = new MongooseSchema15(
12281
12280
  inviterId: {
12282
12281
  ref: "Event",
12283
12282
  required: true,
12284
- type: String
12283
+ type: import_mongoose15.default.Schema.Types.ObjectId
12285
12284
  }
12286
12285
  },
12287
12286
  { _id: false }
@@ -12337,8 +12336,7 @@ var schema12 = new MongooseSchema16(
12337
12336
  required: false,
12338
12337
  type: [resourceRelationsSchema]
12339
12338
  },
12340
- tags: { required: true, type: [String] },
12341
- unregisteredVendorIds: { default: [], required: false, type: [String] }
12339
+ tags: { required: true, type: [String] }
12342
12340
  },
12343
12341
  { timestamps: true }
12344
12342
  );