@timardex/cluemart-shared 1.3.22 → 1.3.23

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.
@@ -3054,7 +3054,6 @@ var POST_CONTENT_DATA_FIELDS_FRAGMENT = import_client59.gql`
3054
3054
  `;
3055
3055
  var POST_CONTENT_FIELDS_FRAGMENT = import_client59.gql`
3056
3056
  fragment PostContentFields on PostContentType {
3057
- _id
3058
3057
  contentData {
3059
3058
  ...PostContentDataFields
3060
3059
  }
@@ -3070,10 +3069,11 @@ var POST_FIELDS_FRAGMENT = import_client59.gql`
3070
3069
  content {
3071
3070
  ...PostContentFields
3072
3071
  }
3072
+ createdAt
3073
+ deletedAt
3073
3074
  postType
3074
3075
  tags
3075
3076
  title
3076
- createdAt
3077
3077
  updatedAt
3078
3078
  }
3079
3079
  ${POST_CONTENT_FIELDS_FRAGMENT}