@longvansoftware/service-js-client 1.8.8 → 1.8.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.
@@ -25,6 +25,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
25
25
  }
26
26
  lineItems {
27
27
  orderLineItem {
28
+ description
28
29
  unitType
29
30
  customAttributes {
30
31
  key
@@ -37,6 +38,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
37
38
  amount
38
39
  currencyCode
39
40
  }
41
+ orderLineItemParentId
40
42
  variant {
41
43
  id
42
44
  price {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [