@longvansoftware/service-js-client 1.8.7 → 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.
@@ -166,6 +166,7 @@ exports.CHECK_DOMAIN_NAME_AVAILABLE = (0, graphql_tag_1.gql) `
166
166
  domainName
167
167
  isAvailable
168
168
  topDomain
169
+ message
169
170
  }
170
171
  }
171
172
  `;
@@ -20,9 +20,12 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
20
20
  currencyCode
21
21
  }
22
22
  createdStamp
23
+ customAttribute
24
+ description
23
25
  }
24
26
  lineItems {
25
27
  orderLineItem {
28
+ description
26
29
  unitType
27
30
  customAttributes {
28
31
  key
@@ -35,6 +38,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
35
38
  amount
36
39
  currencyCode
37
40
  }
41
+ orderLineItemParentId
38
42
  variant {
39
43
  id
40
44
  price {
@@ -69,6 +73,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
69
73
  unit
70
74
  productId
71
75
  }
76
+ itemType
72
77
  }
73
78
  }
74
79
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.8.7",
3
+ "version": "1.8.9",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [