@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.
package/dist/index.mjs CHANGED
@@ -7996,6 +7996,7 @@ var relatedPostSchema = new MongooseSchema6(
7996
7996
  required: true,
7997
7997
  type: mongoose6.Schema.Types.ObjectId
7998
7998
  },
7999
+ postSlug: { required: true, type: String },
7999
8000
  postType: {
8000
8001
  enum: Object.values(EnumPostType),
8001
8002
  required: true,