@longvansoftware/service-js-client 1.10.6 → 1.10.7

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.
@@ -136,6 +136,7 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
136
136
  query getOrderDetail($orderId: String!) {
137
137
  orderDetail(orderId: $orderId) {
138
138
  order {
139
+ financialStatus
139
140
  orderStatus
140
141
  orderType
141
142
  customAttribute
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [