@longvansoftware/service-js-client 1.8.7 → 1.8.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.
@@ -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,6 +20,8 @@ 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 {
@@ -69,6 +71,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
69
71
  unit
70
72
  productId
71
73
  }
74
+ itemType
72
75
  }
73
76
  }
74
77
  }
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.8",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [