@longvansoftware/service-js-client 1.5.7 → 1.5.9

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.
@@ -56,6 +56,18 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
56
56
  name
57
57
  value
58
58
  }
59
+ resourceItems {
60
+ name
61
+ quantity
62
+ unit
63
+ productId
64
+ }
65
+ resourceConfigs {
66
+ name
67
+ quantity
68
+ unit
69
+ productId
70
+ }
59
71
  }
60
72
  }
61
73
  }
@@ -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.7",
3
+ "version": "1.5.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [