@longvansoftware/storefront-js-client 2.9.2 → 2.9.4

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.
@@ -109,13 +109,19 @@ exports.GET_INVOICE_ITEM_OF_INVOICE = (0, graphql_tag_1.gql) `
109
109
  partyIdFrom
110
110
  partyIdTo
111
111
  status
112
+ productParentId
112
113
  productId
114
+ productName
115
+ sku
116
+ unitType
113
117
  quantity
114
118
  amount
119
+ vatRateName
115
120
  vatRate
116
121
  totalVAT
117
- total
122
+ totalAmount
118
123
  invoiceDate
124
+ note
119
125
  }
120
126
  }
121
127
  `;
@@ -557,6 +557,10 @@ exports.GET_PRODUCT = (0, graphql_tag_1.gql) `
557
557
  policy
558
558
  image
559
559
  }
560
+ unitDTO {
561
+ id
562
+ name
563
+ }
560
564
  }
561
565
  }
562
566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "2.9.2",
3
+ "version": "2.9.4",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [