@longvansoftware/service-js-client 1.18.4 → 1.18.5

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,6 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
113
113
  currencyCode
114
114
  }
115
115
  orderLineItemParentId
116
- giftConditionProductId
117
- giftQuantity
118
116
  variant {
119
117
  id
120
118
  price {
@@ -137,47 +135,18 @@ exports.GET_ORDER_DETAIL = (0, graphql_tag_1.gql) `
137
135
  value
138
136
  title
139
137
  }
138
+ resourceItems {
139
+ name
140
+ quantity
141
+ unit
142
+ productId
143
+ }
140
144
  resourceConfigs {
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
- }
145
+ name
146
+ quantity
147
+ unit
148
+ productId
149
+ }
181
150
  itemType
182
151
  }
183
152
  serviceId
@@ -212,7 +181,6 @@ exports.GET_QUANTITY_ORDER_LINEITEMS = (0, graphql_tag_1.gql) `
212
181
  }
213
182
  itemType
214
183
  orderLineItemParentId
215
- giftConditionProductId
216
184
  }
217
185
  }
218
186
  }
@@ -272,8 +240,6 @@ exports.GET_ORDER_LINE_ITEM_BY_SERVICE_ID = (0, graphql_tag_1.gql) `
272
240
  updatedStamp
273
241
  completedAt
274
242
  orderLineItemParentId
275
- giftConditionProductId
276
- giftQuantity
277
243
  orderStatus
278
244
  totalVAT {
279
245
  amount
@@ -7,7 +7,6 @@ exports.PAYMENTS_BY_ORDERS = (0, graphql_tag_1.gql) `
7
7
  paymentsByOrders(orderIds: $orderIds) {
8
8
  methodCode
9
9
  methodTypeCode
10
- gatewayConfigId
11
10
  partnerCode
12
11
  totalAmount
13
12
  fee
@@ -38,12 +37,6 @@ exports.PAYMENTS_BY_ORDERS = (0, graphql_tag_1.gql) `
38
37
  baseMethodCode
39
38
  confirmPaidBy
40
39
  confirmPaidDate
41
- qrCode
42
- payUrl
43
- customerId
44
- attributes
45
- paymentNote
46
- payExpireDate
47
40
  }
48
41
  }
49
42
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.18.4",
3
+ "version": "1.18.5",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [