@longvansoftware/service-js-client 1.18.1 → 1.18.2
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,8 +113,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
113
113
|
currencyCode
|
|
114
114
|
}
|
|
115
115
|
orderLineItemParentId
|
|
116
|
-
|
|
117
|
-
giftQuantity
|
|
116
|
+
|
|
118
117
|
variant {
|
|
119
118
|
id
|
|
120
119
|
price {
|
|
@@ -142,9 +141,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
142
141
|
quantity
|
|
143
142
|
unit
|
|
144
143
|
productId
|
|
145
|
-
|
|
146
|
-
gift
|
|
147
|
-
giftQuantity
|
|
144
|
+
|
|
148
145
|
campaignId
|
|
149
146
|
campaignActionId
|
|
150
147
|
qualify
|
|
@@ -161,9 +158,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
161
158
|
quantity
|
|
162
159
|
unit
|
|
163
160
|
productId
|
|
164
|
-
|
|
165
|
-
gift
|
|
166
|
-
giftQuantity
|
|
161
|
+
|
|
167
162
|
campaignId
|
|
168
163
|
campaignActionId
|
|
169
164
|
qualify
|
|
@@ -174,9 +169,7 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
174
169
|
price
|
|
175
170
|
unitPrice
|
|
176
171
|
totalResource
|
|
177
|
-
|
|
178
|
-
giftDuration
|
|
179
|
-
giftDurationUnit
|
|
172
|
+
|
|
180
173
|
}
|
|
181
174
|
itemType
|
|
182
175
|
}
|
|
@@ -212,7 +205,7 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
|
|
|
212
205
|
}
|
|
213
206
|
itemType
|
|
214
207
|
orderLineItemParentId
|
|
215
|
-
|
|
208
|
+
|
|
216
209
|
}
|
|
217
210
|
}
|
|
218
211
|
}
|
|
@@ -272,8 +265,7 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
|
|
|
272
265
|
updatedStamp
|
|
273
266
|
completedAt
|
|
274
267
|
orderLineItemParentId
|
|
275
|
-
|
|
276
|
-
giftQuantity
|
|
268
|
+
|
|
277
269
|
orderStatus
|
|
278
270
|
totalVAT {
|
|
279
271
|
amount
|