@mirai/core 0.3.164 → 0.3.165
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.
- package/build/components/Rates/components/Item/Item.Preview.js +42 -11
- package/build/components/Rates/components/Item/Item.Preview.js.map +1 -1
- package/build/components/Rates/components/Item/Item.Rates.js +17 -6
- package/build/components/Rates/components/Item/Item.Rates.js.map +1 -1
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js +24 -13
- package/build/components/Rates/components/Item/components/RateDetails/RateDetails.js.map +1 -1
- package/build/services/Rates/__tests__/__mocks__/rates-response-cancel-types.json +84 -336
- package/build/services/Rates/__tests__/__mocks__/rates-response-no-taxes-no-local.json +12 -24
- package/build/services/Rates/__tests__/__mocks__/rates-response-no-taxes.json +72 -180
- package/build/services/Rates/__tests__/__mocks__/rates-response.json +8 -32
- package/build/services/Rates/helpers/parseBoards.js +35 -19
- package/build/services/Rates/helpers/parseBoards.js.map +1 -1
- package/package.json +1 -1
|
@@ -49,18 +49,16 @@
|
|
|
49
49
|
"basePrice": 323,
|
|
50
50
|
"checkoutPrice": 323,
|
|
51
51
|
"dayPrice": 161.5,
|
|
52
|
-
"days": [
|
|
53
|
-
{ "deal": null, "price": 149, "value": "05/02/2024" },
|
|
54
|
-
{ "deal": null, "price": 174, "value": "06/02/2024" }
|
|
55
|
-
],
|
|
56
52
|
"deals": [],
|
|
57
53
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
58
54
|
"id": "35093--53330--295253b0--27562",
|
|
59
55
|
"fees": 57.5,
|
|
60
56
|
"name": "Solo Alojamiento",
|
|
57
|
+
"offerDates": [],
|
|
61
58
|
"originalPrice": 323,
|
|
62
59
|
"price": 323,
|
|
63
60
|
"taxes": 47.64,
|
|
61
|
+
"variants": [],
|
|
64
62
|
"increment": 0
|
|
65
63
|
}
|
|
66
64
|
],
|
|
@@ -138,18 +136,16 @@
|
|
|
138
136
|
"basePrice": 378,
|
|
139
137
|
"checkoutPrice": 378,
|
|
140
138
|
"dayPrice": 189,
|
|
141
|
-
"days": [
|
|
142
|
-
{ "deal": null, "price": 179, "value": "05/02/2024" },
|
|
143
|
-
{ "deal": null, "price": 199, "value": "06/02/2024" }
|
|
144
|
-
],
|
|
145
139
|
"deals": [],
|
|
146
140
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
147
141
|
"id": "35093--53331--295255b0--27562",
|
|
148
142
|
"fees": 57.5,
|
|
149
143
|
"name": "Solo Alojamiento",
|
|
144
|
+
"offerDates": [],
|
|
150
145
|
"originalPrice": 378,
|
|
151
146
|
"price": 378,
|
|
152
147
|
"taxes": 55.76,
|
|
148
|
+
"variants": [],
|
|
153
149
|
"increment": 0
|
|
154
150
|
}
|
|
155
151
|
],
|
|
@@ -233,18 +229,16 @@
|
|
|
233
229
|
"basePrice": 378,
|
|
234
230
|
"checkoutPrice": 378,
|
|
235
231
|
"dayPrice": 189,
|
|
236
|
-
"days": [
|
|
237
|
-
{ "deal": null, "price": 179, "value": "05/02/2024" },
|
|
238
|
-
{ "deal": null, "price": 199, "value": "06/02/2024" }
|
|
239
|
-
],
|
|
240
232
|
"deals": [],
|
|
241
233
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
242
234
|
"id": "35093--53739--297911b0--27562",
|
|
243
235
|
"fees": 57.5,
|
|
244
236
|
"name": "Solo Alojamiento",
|
|
237
|
+
"offerDates": [],
|
|
245
238
|
"originalPrice": 378,
|
|
246
239
|
"price": 378,
|
|
247
240
|
"taxes": 55.76,
|
|
241
|
+
"variants": [],
|
|
248
242
|
"increment": 0
|
|
249
243
|
}
|
|
250
244
|
],
|
|
@@ -328,18 +322,16 @@
|
|
|
328
322
|
"basePrice": 488,
|
|
329
323
|
"checkoutPrice": 488,
|
|
330
324
|
"dayPrice": 244,
|
|
331
|
-
"days": [
|
|
332
|
-
{ "deal": null, "price": 229, "value": "05/02/2024" },
|
|
333
|
-
{ "deal": null, "price": 259, "value": "06/02/2024" }
|
|
334
|
-
],
|
|
335
325
|
"deals": [],
|
|
336
326
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
337
327
|
"id": "35093--53333--295259b0--27562",
|
|
338
328
|
"fees": 57.5,
|
|
339
329
|
"name": "Solo Alojamiento",
|
|
330
|
+
"offerDates": [],
|
|
340
331
|
"originalPrice": 488,
|
|
341
332
|
"price": 488,
|
|
342
333
|
"taxes": 71.98,
|
|
334
|
+
"variants": [],
|
|
343
335
|
"increment": 0
|
|
344
336
|
}
|
|
345
337
|
],
|
|
@@ -424,18 +416,16 @@
|
|
|
424
416
|
"basePrice": 723,
|
|
425
417
|
"checkoutPrice": 723,
|
|
426
418
|
"dayPrice": 361.5,
|
|
427
|
-
"days": [
|
|
428
|
-
{ "deal": null, "price": 349, "value": "05/02/2024" },
|
|
429
|
-
{ "deal": null, "price": 374, "value": "06/02/2024" }
|
|
430
|
-
],
|
|
431
419
|
"deals": [],
|
|
432
420
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
433
421
|
"id": "35093--53332--295257b0--27562",
|
|
434
422
|
"fees": 57.5,
|
|
435
423
|
"name": "Solo Alojamiento",
|
|
424
|
+
"offerDates": [],
|
|
436
425
|
"originalPrice": 723,
|
|
437
426
|
"price": 723,
|
|
438
427
|
"taxes": 106.64,
|
|
428
|
+
"variants": [],
|
|
439
429
|
"increment": 0
|
|
440
430
|
}
|
|
441
431
|
],
|
|
@@ -519,18 +509,16 @@
|
|
|
519
509
|
"basePrice": 723,
|
|
520
510
|
"checkoutPrice": 723,
|
|
521
511
|
"dayPrice": 361.5,
|
|
522
|
-
"days": [
|
|
523
|
-
{ "deal": null, "price": 349, "value": "05/02/2024" },
|
|
524
|
-
{ "deal": null, "price": 374, "value": "06/02/2024" }
|
|
525
|
-
],
|
|
526
512
|
"deals": [],
|
|
527
513
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
528
514
|
"id": "35093--53335--295263b0--27562",
|
|
529
515
|
"fees": 57.5,
|
|
530
516
|
"name": "Solo Alojamiento",
|
|
517
|
+
"offerDates": [],
|
|
531
518
|
"originalPrice": 723,
|
|
532
519
|
"price": 723,
|
|
533
520
|
"taxes": 106.64,
|
|
521
|
+
"variants": [],
|
|
534
522
|
"increment": 0
|
|
535
523
|
}
|
|
536
524
|
],
|