@longvansoftware/service-js-client 1.5.6 → 1.5.8

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.
@@ -140,6 +140,7 @@ exports.CHECK_RESET_KEY = (0, graphql_tag_1.gql) `
140
140
  userLoginId
141
141
  isVerified
142
142
  accessToken
143
+ errorMessage
143
144
  }
144
145
  }
145
146
  `;
@@ -655,6 +655,15 @@ exports.GET_PRODUCTS = (0, graphql_tag_1.gql) `
655
655
  policy
656
656
  image
657
657
  }
658
+ categories {
659
+ id
660
+ title
661
+ image
662
+ icon
663
+ parentId
664
+ level
665
+ handle
666
+ }
658
667
  }
659
668
  }
660
669
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.5.6",
3
+ "version": "1.5.8",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [