@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.
@@ -38,7 +38,7 @@ import {
38
38
  resourceRelationsSchema,
39
39
  termsAgreementSchema,
40
40
  userLicenseSchema
41
- } from "../chunk-4GBXNDD6.mjs";
41
+ } from "../chunk-ZKPPP7DX.mjs";
42
42
  export {
43
43
  APP_SETTINGS_ID,
44
44
  AdModel,
@@ -8266,6 +8266,7 @@ var relatedPostSchema = new MongooseSchema8(
8266
8266
  required: true,
8267
8267
  type: import_mongoose9.default.Schema.Types.ObjectId
8268
8268
  },
8269
+ postSlug: { required: true, type: String },
8269
8270
  postType: {
8270
8271
  enum: Object.values(EnumPostType),
8271
8272
  required: true,