@longvansoftware/service-js-client 1.18.2 → 1.18.3
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,6 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
113
113
|
currencyCode
|
|
114
114
|
}
|
|
115
115
|
orderLineItemParentId
|
|
116
|
-
|
|
117
116
|
variant {
|
|
118
117
|
id
|
|
119
118
|
price {
|
|
@@ -136,41 +135,18 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
|
|
|
136
135
|
value
|
|
137
136
|
title
|
|
138
137
|
}
|
|
138
|
+
resourceItems {
|
|
139
|
+
name
|
|
140
|
+
quantity
|
|
141
|
+
unit
|
|
142
|
+
productId
|
|
143
|
+
}
|
|
139
144
|
resourceConfigs {
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
campaignId
|
|
146
|
-
campaignActionId
|
|
147
|
-
qualify
|
|
148
|
-
idParent
|
|
149
|
-
addQuantity
|
|
150
|
-
defaultQuantity
|
|
151
|
-
title
|
|
152
|
-
price
|
|
153
|
-
unitPrice
|
|
154
|
-
totalResource
|
|
155
|
-
}
|
|
156
|
-
resourceItems {
|
|
157
|
-
name
|
|
158
|
-
quantity
|
|
159
|
-
unit
|
|
160
|
-
productId
|
|
161
|
-
|
|
162
|
-
campaignId
|
|
163
|
-
campaignActionId
|
|
164
|
-
qualify
|
|
165
|
-
idParent
|
|
166
|
-
addQuantity
|
|
167
|
-
defaultQuantity
|
|
168
|
-
title
|
|
169
|
-
price
|
|
170
|
-
unitPrice
|
|
171
|
-
totalResource
|
|
172
|
-
|
|
173
|
-
}
|
|
145
|
+
name
|
|
146
|
+
quantity
|
|
147
|
+
unit
|
|
148
|
+
productId
|
|
149
|
+
}
|
|
174
150
|
itemType
|
|
175
151
|
}
|
|
176
152
|
serviceId
|
|
@@ -205,7 +181,6 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
|
|
|
205
181
|
}
|
|
206
182
|
itemType
|
|
207
183
|
orderLineItemParentId
|
|
208
|
-
|
|
209
184
|
}
|
|
210
185
|
}
|
|
211
186
|
}
|
|
@@ -265,7 +240,6 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
|
|
|
265
240
|
updatedStamp
|
|
266
241
|
completedAt
|
|
267
242
|
orderLineItemParentId
|
|
268
|
-
|
|
269
243
|
orderStatus
|
|
270
244
|
totalVAT {
|
|
271
245
|
amount
|