@timardex/cluemart-server-shared 1.0.255 → 1.0.256

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.
@@ -8068,6 +8068,7 @@ var relatedPostSchema = new MongooseSchema6(
8068
8068
  required: true,
8069
8069
  type: import_mongoose6.default.Schema.Types.ObjectId
8070
8070
  },
8071
+ postSlug: { required: true, type: String },
8071
8072
  postType: {
8072
8073
  enum: Object.values(EnumPostType),
8073
8074
  required: true,