@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.
package/dist/index.cjs CHANGED
@@ -8641,7 +8641,6 @@ var EVENT = gql`
8641
8641
  rating
8642
8642
  reviewCount
8643
8643
  rainOrShine
8644
- unregisteredVendorIds
8645
8644
  socialMedia {
8646
8645
  ...SocialMediaFields
8647
8646
  }
@@ -12292,7 +12291,7 @@ var invitationSchema = new MongooseSchema15(
12292
12291
  inviterId: {
12293
12292
  ref: "Event",
12294
12293
  required: true,
12295
- type: String
12294
+ type: import_mongoose15.default.Schema.Types.ObjectId
12296
12295
  }
12297
12296
  },
12298
12297
  { _id: false }
@@ -12348,8 +12347,7 @@ var schema12 = new MongooseSchema16(
12348
12347
  required: false,
12349
12348
  type: [resourceRelationsSchema]
12350
12349
  },
12351
- tags: { required: true, type: [String] },
12352
- unregisteredVendorIds: { default: [], required: false, type: [String] }
12350
+ tags: { required: true, type: [String] }
12353
12351
  },
12354
12352
  { timestamps: true }
12355
12353
  );