@longvansoftware/service-js-client 1.18.3 → 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,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 {
|
|
@@ -135,18 +137,47 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
135
137
|
value
|
|
136
138
|
title
|
|
137
139
|
}
|
|
138
|
-
resourceItems {
|
|
139
|
-
name
|
|
140
|
-
quantity
|
|
141
|
-
unit
|
|
142
|
-
productId
|
|
143
|
-
}
|
|
144
140
|
resourceConfigs {
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
141
|
+
name
|
|
142
|
+
quantity
|
|
143
|
+
unit
|
|
144
|
+
productId
|
|
145
|
+
giftProductId
|
|
146
|
+
gift
|
|
147
|
+
giftQuantity
|
|
148
|
+
campaignId
|
|
149
|
+
campaignActionId
|
|
150
|
+
qualify
|
|
151
|
+
idParent
|
|
152
|
+
addQuantity
|
|
153
|
+
defaultQuantity
|
|
154
|
+
title
|
|
155
|
+
price
|
|
156
|
+
unitPrice
|
|
157
|
+
totalResource
|
|
158
|
+
}
|
|
159
|
+
resourceItems {
|
|
160
|
+
name
|
|
161
|
+
quantity
|
|
162
|
+
unit
|
|
163
|
+
productId
|
|
164
|
+
giftProductId
|
|
165
|
+
gift
|
|
166
|
+
giftQuantity
|
|
167
|
+
campaignId
|
|
168
|
+
campaignActionId
|
|
169
|
+
qualify
|
|
170
|
+
idParent
|
|
171
|
+
addQuantity
|
|
172
|
+
defaultQuantity
|
|
173
|
+
title
|
|
174
|
+
price
|
|
175
|
+
unitPrice
|
|
176
|
+
totalResource
|
|
177
|
+
unitGift
|
|
178
|
+
giftDuration
|
|
179
|
+
giftDurationUnit
|
|
180
|
+
}
|
|
150
181
|
itemType
|
|
151
182
|
}
|
|
152
183
|
serviceId
|
|
@@ -181,6 +212,7 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
|
|
|
181
212
|
}
|
|
182
213
|
itemType
|
|
183
214
|
orderLineItemParentId
|
|
215
|
+
giftConditionProductId
|
|
184
216
|
}
|
|
185
217
|
}
|
|
186
218
|
}
|
|
@@ -240,6 +272,8 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
|
|
|
240
272
|
updatedStamp
|
|
241
273
|
completedAt
|
|
242
274
|
orderLineItemParentId
|
|
275
|
+
giftConditionProductId
|
|
276
|
+
giftQuantity
|
|
243
277
|
orderStatus
|
|
244
278
|
totalVAT {
|
|
245
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
|
`;
|