@timardex/cluemart-server-shared 1.0.252 → 1.0.254

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.
@@ -5082,6 +5082,7 @@ var EVENT_LIST_ITEM = gql`
5082
5082
  var RELATED_POST_FIELDS_FRAGMENT = gql`
5083
5083
  fragment RelatedPostFields on RelatedPostType {
5084
5084
  postId
5085
+ postSlug
5085
5086
  postType
5086
5087
  }
5087
5088
  `;
@@ -5782,6 +5783,7 @@ var POST_FIELDS_FRAGMENT = gql`
5782
5783
  postType
5783
5784
  resource {
5784
5785
  resourceId
5786
+ resourceSlug
5785
5787
  resourceRegion
5786
5788
  resourceType
5787
5789
  }
@@ -6740,6 +6742,7 @@ var AD_FIELDS_FRAGMENT = gql`
6740
6742
  adTitle
6741
6743
  adType
6742
6744
  resourceId
6745
+ resourceSlug
6743
6746
  resourceName
6744
6747
  resourceRegion
6745
6748
  resourceType
@@ -7430,6 +7433,7 @@ var schemaAdresource = new MongooseSchema({
7430
7433
  resourceId: { required: true, type: String },
7431
7434
  resourceName: { required: true, type: String },
7432
7435
  resourceRegion: { required: true, type: String },
7436
+ resourceSlug: { required: true, type: String },
7433
7437
  resourceType: {
7434
7438
  enum: Object.values(EnumResourceType),
7435
7439
  required: true,
@@ -8996,4 +9000,4 @@ export {
8996
9000
  GameModel,
8997
9001
  SchoolModel
8998
9002
  };
8999
- //# sourceMappingURL=chunk-6AGDMMIJ.mjs.map
9003
+ //# sourceMappingURL=chunk-UWJ7JKP4.mjs.map