@longvansoftware/service-js-client 1.5.8 → 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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [