@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.cjs CHANGED
@@ -8084,6 +8084,7 @@ var relatedPostSchema = new MongooseSchema6(
8084
8084
  required: true,
8085
8085
  type: import_mongoose6.default.Schema.Types.ObjectId
8086
8086
  },
8087
+ postSlug: { required: true, type: String },
8087
8088
  postType: {
8088
8089
  enum: Object.values(EnumPostType),
8089
8090
  required: true,