@longvansoftware/service-js-client 1.16.9 → 1.17.1
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.
|
@@ -113,6 +113,8 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
113
113
|
currencyCode
|
|
114
114
|
}
|
|
115
115
|
orderLineItemParentId
|
|
116
|
+
giftConditionProductId
|
|
117
|
+
giftQuantity
|
|
116
118
|
variant {
|
|
117
119
|
id
|
|
118
120
|
price {
|
|
@@ -207,6 +209,7 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
|
|
|
207
209
|
}
|
|
208
210
|
itemType
|
|
209
211
|
orderLineItemParentId
|
|
212
|
+
giftConditionProductId
|
|
210
213
|
}
|
|
211
214
|
}
|
|
212
215
|
}
|
|
@@ -266,6 +269,8 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
|
|
|
266
269
|
updatedStamp
|
|
267
270
|
completedAt
|
|
268
271
|
orderLineItemParentId
|
|
272
|
+
giftConditionProductId
|
|
273
|
+
giftQuantity
|
|
269
274
|
orderStatus
|
|
270
275
|
totalVAT {
|
|
271
276
|
amount
|