@longvansoftware/service-js-client 1.18.2 → 1.18.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.
|
@@ -113,7 +113,8 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
113
113
|
currencyCode
|
|
114
114
|
}
|
|
115
115
|
orderLineItemParentId
|
|
116
|
-
|
|
116
|
+
giftConditionProductId
|
|
117
|
+
giftQuantity
|
|
117
118
|
variant {
|
|
118
119
|
id
|
|
119
120
|
price {
|
|
@@ -141,7 +142,9 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
141
142
|
quantity
|
|
142
143
|
unit
|
|
143
144
|
productId
|
|
144
|
-
|
|
145
|
+
giftProductId
|
|
146
|
+
gift
|
|
147
|
+
giftQuantity
|
|
145
148
|
campaignId
|
|
146
149
|
campaignActionId
|
|
147
150
|
qualify
|
|
@@ -158,7 +161,9 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
158
161
|
quantity
|
|
159
162
|
unit
|
|
160
163
|
productId
|
|
161
|
-
|
|
164
|
+
giftProductId
|
|
165
|
+
gift
|
|
166
|
+
giftQuantity
|
|
162
167
|
campaignId
|
|
163
168
|
campaignActionId
|
|
164
169
|
qualify
|
|
@@ -169,7 +174,9 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
169
174
|
price
|
|
170
175
|
unitPrice
|
|
171
176
|
totalResource
|
|
172
|
-
|
|
177
|
+
unitGift
|
|
178
|
+
giftDuration
|
|
179
|
+
giftDurationUnit
|
|
173
180
|
}
|
|
174
181
|
itemType
|
|
175
182
|
}
|
|
@@ -205,7 +212,7 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
|
|
|
205
212
|
}
|
|
206
213
|
itemType
|
|
207
214
|
orderLineItemParentId
|
|
208
|
-
|
|
215
|
+
giftConditionProductId
|
|
209
216
|
}
|
|
210
217
|
}
|
|
211
218
|
}
|
|
@@ -265,7 +272,8 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
|
|
|
265
272
|
updatedStamp
|
|
266
273
|
completedAt
|
|
267
274
|
orderLineItemParentId
|
|
268
|
-
|
|
275
|
+
giftConditionProductId
|
|
276
|
+
giftQuantity
|
|
269
277
|
orderStatus
|
|
270
278
|
totalVAT {
|
|
271
279
|
amount
|
|
@@ -7,6 +7,7 @@ exports.PAYMENTS_BY_ORDERS = (0, graphql_tag_1.gql) `
|
|
|
7
7
|
paymentsByOrders(orderIds: $orderIds) {
|
|
8
8
|
methodCode
|
|
9
9
|
methodTypeCode
|
|
10
|
+
gatewayConfigId
|
|
10
11
|
partnerCode
|
|
11
12
|
totalAmount
|
|
12
13
|
fee
|
|
@@ -37,6 +38,12 @@ exports.PAYMENTS_BY_ORDERS = (0, graphql_tag_1.gql) `
|
|
|
37
38
|
baseMethodCode
|
|
38
39
|
confirmPaidBy
|
|
39
40
|
confirmPaidDate
|
|
41
|
+
qrCode
|
|
42
|
+
payUrl
|
|
43
|
+
customerId
|
|
44
|
+
attributes
|
|
45
|
+
paymentNote
|
|
46
|
+
payExpireDate
|
|
40
47
|
}
|
|
41
48
|
}
|
|
42
49
|
`;
|