@longvansoftware/service-js-client 1.9.3 → 1.9.5

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.
@@ -6,6 +6,10 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
6
6
  query getOrderDetail($orderId: String!) {
7
7
  orderDetail(orderId: $orderId) {
8
8
  order {
9
+ currentSubtotalPrice {
10
+ amount
11
+ currencyCode
12
+ }
9
13
  financialStatus
10
14
  orderStatus
11
15
  ownerName
@@ -21,11 +25,9 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
21
25
  }
22
26
  createdStamp
23
27
  customAttribute
24
- description
25
28
  }
26
29
  lineItems {
27
30
  orderLineItem {
28
- description
29
31
  unitType
30
32
  customAttributes {
31
33
  key
@@ -73,7 +75,6 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
73
75
  unit
74
76
  productId
75
77
  }
76
- itemType
77
78
  }
78
79
  }
79
80
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.9.3",
3
+ "version": "1.9.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [