@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
|
@@ -89,18 +89,15 @@
|
|
|
89
89
|
"basePrice": 420,
|
|
90
90
|
"checkoutPrice": 407.4,
|
|
91
91
|
"dayPrice": 135.8,
|
|
92
|
-
"days": [
|
|
93
|
-
{ "deal": "206539", "price": 126.1, "value": "05/02/2024" },
|
|
94
|
-
{ "deal": "206539", "price": 140.65, "value": "06/02/2024" },
|
|
95
|
-
{ "deal": "206539", "price": 140.65, "value": "07/02/2024" }
|
|
96
|
-
],
|
|
97
92
|
"deals": ["206539"],
|
|
98
93
|
"discount": { "percentage": 3, "breakdown": [{ "type": 1, "value": 12.6 }] },
|
|
99
94
|
"id": "4824--3862--2283b0--0--206539",
|
|
100
95
|
"name": "Room only",
|
|
96
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
101
97
|
"originalPrice": 420,
|
|
102
98
|
"price": 407.4,
|
|
103
99
|
"taxes": 40.74,
|
|
100
|
+
"variants": [],
|
|
104
101
|
"increment": 0
|
|
105
102
|
},
|
|
106
103
|
{
|
|
@@ -112,18 +109,15 @@
|
|
|
112
109
|
"basePrice": 420,
|
|
113
110
|
"checkoutPrice": 420,
|
|
114
111
|
"dayPrice": 140,
|
|
115
|
-
"days": [
|
|
116
|
-
{ "deal": "217946", "price": 130, "value": "05/02/2024" },
|
|
117
|
-
{ "deal": "217946", "price": 145, "value": "06/02/2024" },
|
|
118
|
-
{ "deal": "217946", "price": 145, "value": "07/02/2024" }
|
|
119
|
-
],
|
|
120
112
|
"deals": ["217946"],
|
|
121
113
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
122
114
|
"id": "4824--3862--2283b0--0--217946",
|
|
123
115
|
"name": "Room only",
|
|
116
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
124
117
|
"originalPrice": 420,
|
|
125
118
|
"price": 420,
|
|
126
119
|
"taxes": 42,
|
|
120
|
+
"variants": [],
|
|
127
121
|
"increment": 0
|
|
128
122
|
},
|
|
129
123
|
{
|
|
@@ -135,18 +129,15 @@
|
|
|
135
129
|
"basePrice": 495,
|
|
136
130
|
"checkoutPrice": 495,
|
|
137
131
|
"dayPrice": 165,
|
|
138
|
-
"days": [
|
|
139
|
-
{ "deal": "206542", "price": 155, "value": "05/02/2024" },
|
|
140
|
-
{ "deal": "206542", "price": 170, "value": "06/02/2024" },
|
|
141
|
-
{ "deal": "206542", "price": 170, "value": "07/02/2024" }
|
|
142
|
-
],
|
|
143
132
|
"deals": ["206542"],
|
|
144
133
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
145
134
|
"id": "4824--3862--2283b0--0--206542",
|
|
146
135
|
"name": "Room only",
|
|
136
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
147
137
|
"originalPrice": 495,
|
|
148
138
|
"price": 495,
|
|
149
139
|
"taxes": 49.5,
|
|
140
|
+
"variants": [],
|
|
150
141
|
"increment": 0
|
|
151
142
|
},
|
|
152
143
|
{
|
|
@@ -158,18 +149,15 @@
|
|
|
158
149
|
"basePrice": 528,
|
|
159
150
|
"checkoutPrice": 528,
|
|
160
151
|
"dayPrice": 176,
|
|
161
|
-
"days": [
|
|
162
|
-
{ "deal": null, "price": 166, "value": "05/02/2024" },
|
|
163
|
-
{ "deal": null, "price": 181, "value": "06/02/2024" },
|
|
164
|
-
{ "deal": null, "price": 181, "value": "07/02/2024" }
|
|
165
|
-
],
|
|
166
152
|
"deals": [],
|
|
167
153
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
168
154
|
"id": "4824--3862--2283b0--1",
|
|
169
155
|
"name": "Breakfast included",
|
|
156
|
+
"offerDates": [],
|
|
170
157
|
"originalPrice": 528,
|
|
171
158
|
"price": 528,
|
|
172
159
|
"taxes": 52.8,
|
|
160
|
+
"variants": [],
|
|
173
161
|
"increment": 0
|
|
174
162
|
},
|
|
175
163
|
{
|
|
@@ -181,18 +169,15 @@
|
|
|
181
169
|
"basePrice": 528,
|
|
182
170
|
"checkoutPrice": 528,
|
|
183
171
|
"dayPrice": 176,
|
|
184
|
-
"days": [
|
|
185
|
-
{ "deal": "217946", "price": 166, "value": "05/02/2024" },
|
|
186
|
-
{ "deal": "217946", "price": 181, "value": "06/02/2024" },
|
|
187
|
-
{ "deal": "217946", "price": 181, "value": "07/02/2024" }
|
|
188
|
-
],
|
|
189
172
|
"deals": ["217946"],
|
|
190
173
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
191
174
|
"id": "4824--3862--2283b0--1--217946",
|
|
192
175
|
"name": "Breakfast included",
|
|
176
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
193
177
|
"originalPrice": 528,
|
|
194
178
|
"price": 528,
|
|
195
179
|
"taxes": 52.8,
|
|
180
|
+
"variants": [],
|
|
196
181
|
"increment": 108
|
|
197
182
|
},
|
|
198
183
|
{
|
|
@@ -204,18 +189,15 @@
|
|
|
204
189
|
"basePrice": 603,
|
|
205
190
|
"checkoutPrice": 603,
|
|
206
191
|
"dayPrice": 201,
|
|
207
|
-
"days": [
|
|
208
|
-
{ "deal": "206542", "price": 191, "value": "05/02/2024" },
|
|
209
|
-
{ "deal": "206542", "price": 206, "value": "06/02/2024" },
|
|
210
|
-
{ "deal": "206542", "price": 206, "value": "07/02/2024" }
|
|
211
|
-
],
|
|
212
192
|
"deals": ["206542"],
|
|
213
193
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
214
194
|
"id": "4824--3862--2283b0--1--206542",
|
|
215
195
|
"name": "Breakfast included",
|
|
196
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
216
197
|
"originalPrice": 603,
|
|
217
198
|
"price": 603,
|
|
218
199
|
"taxes": 60.3,
|
|
200
|
+
"variants": [],
|
|
219
201
|
"increment": 108
|
|
220
202
|
},
|
|
221
203
|
{
|
|
@@ -227,18 +209,15 @@
|
|
|
227
209
|
"basePrice": 800.7,
|
|
228
210
|
"checkoutPrice": 800.7,
|
|
229
211
|
"dayPrice": 266.9,
|
|
230
|
-
"days": [
|
|
231
|
-
{ "deal": null, "price": 256.9, "value": "05/02/2024" },
|
|
232
|
-
{ "deal": null, "price": 271.9, "value": "06/02/2024" },
|
|
233
|
-
{ "deal": null, "price": 271.9, "value": "07/02/2024" }
|
|
234
|
-
],
|
|
235
212
|
"deals": [],
|
|
236
213
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
237
214
|
"id": "4824--3862--2283b0--2",
|
|
238
215
|
"name": "Half board",
|
|
216
|
+
"offerDates": [],
|
|
239
217
|
"originalPrice": 800.7,
|
|
240
218
|
"price": 800.7,
|
|
241
219
|
"taxes": 80.07,
|
|
220
|
+
"variants": [],
|
|
242
221
|
"increment": 272.70000000000005
|
|
243
222
|
},
|
|
244
223
|
{
|
|
@@ -250,18 +229,15 @@
|
|
|
250
229
|
"basePrice": 800.7,
|
|
251
230
|
"checkoutPrice": 800.7,
|
|
252
231
|
"dayPrice": 266.9,
|
|
253
|
-
"days": [
|
|
254
|
-
{ "deal": "217946", "price": 256.9, "value": "05/02/2024" },
|
|
255
|
-
{ "deal": "217946", "price": 271.9, "value": "06/02/2024" },
|
|
256
|
-
{ "deal": "217946", "price": 271.9, "value": "07/02/2024" }
|
|
257
|
-
],
|
|
258
232
|
"deals": ["217946"],
|
|
259
233
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
260
234
|
"id": "4824--3862--2283b0--2--217946",
|
|
261
235
|
"name": "Half board",
|
|
236
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
262
237
|
"originalPrice": 800.7,
|
|
263
238
|
"price": 800.7,
|
|
264
239
|
"taxes": 80.07,
|
|
240
|
+
"variants": [],
|
|
265
241
|
"increment": 380.70000000000005
|
|
266
242
|
},
|
|
267
243
|
{
|
|
@@ -273,18 +249,15 @@
|
|
|
273
249
|
"basePrice": 875.7,
|
|
274
250
|
"checkoutPrice": 875.7,
|
|
275
251
|
"dayPrice": 291.9,
|
|
276
|
-
"days": [
|
|
277
|
-
{ "deal": "206542", "price": 281.9, "value": "05/02/2024" },
|
|
278
|
-
{ "deal": "206542", "price": 296.9, "value": "06/02/2024" },
|
|
279
|
-
{ "deal": "206542", "price": 296.9, "value": "07/02/2024" }
|
|
280
|
-
],
|
|
281
252
|
"deals": ["206542"],
|
|
282
253
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
283
254
|
"id": "4824--3862--2283b0--2--206542",
|
|
284
255
|
"name": "Half board",
|
|
256
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
285
257
|
"originalPrice": 875.7,
|
|
286
258
|
"price": 875.7,
|
|
287
259
|
"taxes": 87.57,
|
|
260
|
+
"variants": [],
|
|
288
261
|
"increment": 380.70000000000005
|
|
289
262
|
}
|
|
290
263
|
],
|
|
@@ -420,18 +393,15 @@
|
|
|
420
393
|
"basePrice": 420,
|
|
421
394
|
"checkoutPrice": 407.4,
|
|
422
395
|
"dayPrice": 135.8,
|
|
423
|
-
"days": [
|
|
424
|
-
{ "deal": "206539", "price": 126.1, "value": "05/02/2024" },
|
|
425
|
-
{ "deal": "206539", "price": 140.65, "value": "06/02/2024" },
|
|
426
|
-
{ "deal": "206539", "price": 140.65, "value": "07/02/2024" }
|
|
427
|
-
],
|
|
428
396
|
"deals": ["206539"],
|
|
429
397
|
"discount": { "percentage": 3, "breakdown": [{ "type": 1, "value": 12.6 }] },
|
|
430
398
|
"id": "4824--4103--2280b0--0--206539",
|
|
431
399
|
"name": "Room only",
|
|
400
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
432
401
|
"originalPrice": 420,
|
|
433
402
|
"price": 407.4,
|
|
434
403
|
"taxes": 40.74,
|
|
404
|
+
"variants": [],
|
|
435
405
|
"increment": 0
|
|
436
406
|
},
|
|
437
407
|
{
|
|
@@ -443,18 +413,15 @@
|
|
|
443
413
|
"basePrice": 420,
|
|
444
414
|
"checkoutPrice": 420,
|
|
445
415
|
"dayPrice": 140,
|
|
446
|
-
"days": [
|
|
447
|
-
{ "deal": "217946", "price": 130, "value": "05/02/2024" },
|
|
448
|
-
{ "deal": "217946", "price": 145, "value": "06/02/2024" },
|
|
449
|
-
{ "deal": "217946", "price": 145, "value": "07/02/2024" }
|
|
450
|
-
],
|
|
451
416
|
"deals": ["217946"],
|
|
452
417
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
453
418
|
"id": "4824--4103--2280b0--0--217946",
|
|
454
419
|
"name": "Room only",
|
|
420
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
455
421
|
"originalPrice": 420,
|
|
456
422
|
"price": 420,
|
|
457
423
|
"taxes": 42,
|
|
424
|
+
"variants": [],
|
|
458
425
|
"increment": 0
|
|
459
426
|
},
|
|
460
427
|
{
|
|
@@ -466,18 +433,15 @@
|
|
|
466
433
|
"basePrice": 495,
|
|
467
434
|
"checkoutPrice": 495,
|
|
468
435
|
"dayPrice": 165,
|
|
469
|
-
"days": [
|
|
470
|
-
{ "deal": "206542", "price": 155, "value": "05/02/2024" },
|
|
471
|
-
{ "deal": "206542", "price": 170, "value": "06/02/2024" },
|
|
472
|
-
{ "deal": "206542", "price": 170, "value": "07/02/2024" }
|
|
473
|
-
],
|
|
474
436
|
"deals": ["206542"],
|
|
475
437
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
476
438
|
"id": "4824--4103--2280b0--0--206542",
|
|
477
439
|
"name": "Room only",
|
|
440
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
478
441
|
"originalPrice": 495,
|
|
479
442
|
"price": 495,
|
|
480
443
|
"taxes": 49.5,
|
|
444
|
+
"variants": [],
|
|
481
445
|
"increment": 0
|
|
482
446
|
},
|
|
483
447
|
{
|
|
@@ -489,18 +453,15 @@
|
|
|
489
453
|
"basePrice": 528,
|
|
490
454
|
"checkoutPrice": 528,
|
|
491
455
|
"dayPrice": 176,
|
|
492
|
-
"days": [
|
|
493
|
-
{ "deal": null, "price": 166, "value": "05/02/2024" },
|
|
494
|
-
{ "deal": null, "price": 181, "value": "06/02/2024" },
|
|
495
|
-
{ "deal": null, "price": 181, "value": "07/02/2024" }
|
|
496
|
-
],
|
|
497
456
|
"deals": [],
|
|
498
457
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
499
458
|
"id": "4824--4103--2280b0--1",
|
|
500
459
|
"name": "Breakfast included",
|
|
460
|
+
"offerDates": [],
|
|
501
461
|
"originalPrice": 528,
|
|
502
462
|
"price": 528,
|
|
503
463
|
"taxes": 52.8,
|
|
464
|
+
"variants": [],
|
|
504
465
|
"increment": 0
|
|
505
466
|
},
|
|
506
467
|
{
|
|
@@ -512,18 +473,15 @@
|
|
|
512
473
|
"basePrice": 528,
|
|
513
474
|
"checkoutPrice": 528,
|
|
514
475
|
"dayPrice": 176,
|
|
515
|
-
"days": [
|
|
516
|
-
{ "deal": "217946", "price": 166, "value": "05/02/2024" },
|
|
517
|
-
{ "deal": "217946", "price": 181, "value": "06/02/2024" },
|
|
518
|
-
{ "deal": "217946", "price": 181, "value": "07/02/2024" }
|
|
519
|
-
],
|
|
520
476
|
"deals": ["217946"],
|
|
521
477
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
522
478
|
"id": "4824--4103--2280b0--1--217946",
|
|
523
479
|
"name": "Breakfast included",
|
|
480
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
524
481
|
"originalPrice": 528,
|
|
525
482
|
"price": 528,
|
|
526
483
|
"taxes": 52.8,
|
|
484
|
+
"variants": [],
|
|
527
485
|
"increment": 108
|
|
528
486
|
},
|
|
529
487
|
{
|
|
@@ -535,18 +493,15 @@
|
|
|
535
493
|
"basePrice": 603,
|
|
536
494
|
"checkoutPrice": 603,
|
|
537
495
|
"dayPrice": 201,
|
|
538
|
-
"days": [
|
|
539
|
-
{ "deal": "206542", "price": 191, "value": "05/02/2024" },
|
|
540
|
-
{ "deal": "206542", "price": 206, "value": "06/02/2024" },
|
|
541
|
-
{ "deal": "206542", "price": 206, "value": "07/02/2024" }
|
|
542
|
-
],
|
|
543
496
|
"deals": ["206542"],
|
|
544
497
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
545
498
|
"id": "4824--4103--2280b0--1--206542",
|
|
546
499
|
"name": "Breakfast included",
|
|
500
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
547
501
|
"originalPrice": 603,
|
|
548
502
|
"price": 603,
|
|
549
503
|
"taxes": 60.3,
|
|
504
|
+
"variants": [],
|
|
550
505
|
"increment": 108
|
|
551
506
|
},
|
|
552
507
|
{
|
|
@@ -558,18 +513,15 @@
|
|
|
558
513
|
"basePrice": 800.7,
|
|
559
514
|
"checkoutPrice": 800.7,
|
|
560
515
|
"dayPrice": 266.9,
|
|
561
|
-
"days": [
|
|
562
|
-
{ "deal": null, "price": 256.9, "value": "05/02/2024" },
|
|
563
|
-
{ "deal": null, "price": 271.9, "value": "06/02/2024" },
|
|
564
|
-
{ "deal": null, "price": 271.9, "value": "07/02/2024" }
|
|
565
|
-
],
|
|
566
516
|
"deals": [],
|
|
567
517
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
568
518
|
"id": "4824--4103--2280b0--2",
|
|
569
519
|
"name": "Half board",
|
|
520
|
+
"offerDates": [],
|
|
570
521
|
"originalPrice": 800.7,
|
|
571
522
|
"price": 800.7,
|
|
572
523
|
"taxes": 80.07,
|
|
524
|
+
"variants": [],
|
|
573
525
|
"increment": 272.70000000000005
|
|
574
526
|
},
|
|
575
527
|
{
|
|
@@ -581,18 +533,15 @@
|
|
|
581
533
|
"basePrice": 800.7,
|
|
582
534
|
"checkoutPrice": 800.7,
|
|
583
535
|
"dayPrice": 266.9,
|
|
584
|
-
"days": [
|
|
585
|
-
{ "deal": "217946", "price": 256.9, "value": "05/02/2024" },
|
|
586
|
-
{ "deal": "217946", "price": 271.9, "value": "06/02/2024" },
|
|
587
|
-
{ "deal": "217946", "price": 271.9, "value": "07/02/2024" }
|
|
588
|
-
],
|
|
589
536
|
"deals": ["217946"],
|
|
590
537
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
591
538
|
"id": "4824--4103--2280b0--2--217946",
|
|
592
539
|
"name": "Half board",
|
|
540
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
593
541
|
"originalPrice": 800.7,
|
|
594
542
|
"price": 800.7,
|
|
595
543
|
"taxes": 80.07,
|
|
544
|
+
"variants": [],
|
|
596
545
|
"increment": 380.70000000000005
|
|
597
546
|
},
|
|
598
547
|
{
|
|
@@ -604,18 +553,15 @@
|
|
|
604
553
|
"basePrice": 875.7,
|
|
605
554
|
"checkoutPrice": 875.7,
|
|
606
555
|
"dayPrice": 291.9,
|
|
607
|
-
"days": [
|
|
608
|
-
{ "deal": "206542", "price": 281.9, "value": "05/02/2024" },
|
|
609
|
-
{ "deal": "206542", "price": 296.9, "value": "06/02/2024" },
|
|
610
|
-
{ "deal": "206542", "price": 296.9, "value": "07/02/2024" }
|
|
611
|
-
],
|
|
612
556
|
"deals": ["206542"],
|
|
613
557
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
614
558
|
"id": "4824--4103--2280b0--2--206542",
|
|
615
559
|
"name": "Half board",
|
|
560
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
616
561
|
"originalPrice": 875.7,
|
|
617
562
|
"price": 875.7,
|
|
618
563
|
"taxes": 87.57,
|
|
564
|
+
"variants": [],
|
|
619
565
|
"increment": 380.70000000000005
|
|
620
566
|
}
|
|
621
567
|
],
|
|
@@ -743,18 +689,15 @@
|
|
|
743
689
|
"basePrice": 630,
|
|
744
690
|
"checkoutPrice": 630,
|
|
745
691
|
"dayPrice": 210,
|
|
746
|
-
"days": [
|
|
747
|
-
{ "deal": null, "price": 210, "value": "05/02/2024" },
|
|
748
|
-
{ "deal": null, "price": 210, "value": "06/02/2024" },
|
|
749
|
-
{ "deal": null, "price": 210, "value": "07/02/2024" }
|
|
750
|
-
],
|
|
751
692
|
"deals": [],
|
|
752
693
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
753
694
|
"id": "4824--3842--2281b0--0",
|
|
754
695
|
"name": "Room only",
|
|
696
|
+
"offerDates": [],
|
|
755
697
|
"originalPrice": 630,
|
|
756
698
|
"price": 630,
|
|
757
699
|
"taxes": 63,
|
|
700
|
+
"variants": [],
|
|
758
701
|
"increment": 0
|
|
759
702
|
},
|
|
760
703
|
{
|
|
@@ -766,18 +709,15 @@
|
|
|
766
709
|
"basePrice": 630,
|
|
767
710
|
"checkoutPrice": 630,
|
|
768
711
|
"dayPrice": 210,
|
|
769
|
-
"days": [
|
|
770
|
-
{ "deal": "217946", "price": 210, "value": "05/02/2024" },
|
|
771
|
-
{ "deal": "217946", "price": 210, "value": "06/02/2024" },
|
|
772
|
-
{ "deal": "217946", "price": 210, "value": "07/02/2024" }
|
|
773
|
-
],
|
|
774
712
|
"deals": ["217946"],
|
|
775
713
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
776
714
|
"id": "4824--3842--2281b0--0--217946",
|
|
777
715
|
"name": "Room only",
|
|
716
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
778
717
|
"originalPrice": 630,
|
|
779
718
|
"price": 630,
|
|
780
719
|
"taxes": 63,
|
|
720
|
+
"variants": [],
|
|
781
721
|
"increment": 0
|
|
782
722
|
},
|
|
783
723
|
{
|
|
@@ -789,18 +729,15 @@
|
|
|
789
729
|
"basePrice": 705,
|
|
790
730
|
"checkoutPrice": 705,
|
|
791
731
|
"dayPrice": 235,
|
|
792
|
-
"days": [
|
|
793
|
-
{ "deal": "206542", "price": 235, "value": "05/02/2024" },
|
|
794
|
-
{ "deal": "206542", "price": 235, "value": "06/02/2024" },
|
|
795
|
-
{ "deal": "206542", "price": 235, "value": "07/02/2024" }
|
|
796
|
-
],
|
|
797
732
|
"deals": ["206542"],
|
|
798
733
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
799
734
|
"id": "4824--3842--2281b0--0--206542",
|
|
800
735
|
"name": "Room only",
|
|
736
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
801
737
|
"originalPrice": 705,
|
|
802
738
|
"price": 705,
|
|
803
739
|
"taxes": 70.5,
|
|
740
|
+
"variants": [],
|
|
804
741
|
"increment": 0
|
|
805
742
|
},
|
|
806
743
|
{
|
|
@@ -812,18 +749,15 @@
|
|
|
812
749
|
"basePrice": 738,
|
|
813
750
|
"checkoutPrice": 738,
|
|
814
751
|
"dayPrice": 246,
|
|
815
|
-
"days": [
|
|
816
|
-
{ "deal": null, "price": 246, "value": "05/02/2024" },
|
|
817
|
-
{ "deal": null, "price": 246, "value": "06/02/2024" },
|
|
818
|
-
{ "deal": null, "price": 246, "value": "07/02/2024" }
|
|
819
|
-
],
|
|
820
752
|
"deals": [],
|
|
821
753
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
822
754
|
"id": "4824--3842--2281b0--1",
|
|
823
755
|
"name": "Breakfast included",
|
|
756
|
+
"offerDates": [],
|
|
824
757
|
"originalPrice": 738,
|
|
825
758
|
"price": 738,
|
|
826
759
|
"taxes": 73.8,
|
|
760
|
+
"variants": [],
|
|
827
761
|
"increment": 108
|
|
828
762
|
},
|
|
829
763
|
{
|
|
@@ -835,18 +769,15 @@
|
|
|
835
769
|
"basePrice": 738,
|
|
836
770
|
"checkoutPrice": 738,
|
|
837
771
|
"dayPrice": 246,
|
|
838
|
-
"days": [
|
|
839
|
-
{ "deal": "217946", "price": 246, "value": "05/02/2024" },
|
|
840
|
-
{ "deal": "217946", "price": 246, "value": "06/02/2024" },
|
|
841
|
-
{ "deal": "217946", "price": 246, "value": "07/02/2024" }
|
|
842
|
-
],
|
|
843
772
|
"deals": ["217946"],
|
|
844
773
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
845
774
|
"id": "4824--3842--2281b0--1--217946",
|
|
846
775
|
"name": "Breakfast included",
|
|
776
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
847
777
|
"originalPrice": 738,
|
|
848
778
|
"price": 738,
|
|
849
779
|
"taxes": 73.8,
|
|
780
|
+
"variants": [],
|
|
850
781
|
"increment": 108
|
|
851
782
|
},
|
|
852
783
|
{
|
|
@@ -858,18 +789,15 @@
|
|
|
858
789
|
"basePrice": 813,
|
|
859
790
|
"checkoutPrice": 813,
|
|
860
791
|
"dayPrice": 271,
|
|
861
|
-
"days": [
|
|
862
|
-
{ "deal": "206542", "price": 271, "value": "05/02/2024" },
|
|
863
|
-
{ "deal": "206542", "price": 271, "value": "06/02/2024" },
|
|
864
|
-
{ "deal": "206542", "price": 271, "value": "07/02/2024" }
|
|
865
|
-
],
|
|
866
792
|
"deals": ["206542"],
|
|
867
793
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
868
794
|
"id": "4824--3842--2281b0--1--206542",
|
|
869
795
|
"name": "Breakfast included",
|
|
796
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
870
797
|
"originalPrice": 813,
|
|
871
798
|
"price": 813,
|
|
872
799
|
"taxes": 81.3,
|
|
800
|
+
"variants": [],
|
|
873
801
|
"increment": 108
|
|
874
802
|
},
|
|
875
803
|
{
|
|
@@ -881,18 +809,15 @@
|
|
|
881
809
|
"basePrice": 928.92,
|
|
882
810
|
"checkoutPrice": 928.92,
|
|
883
811
|
"dayPrice": 309.64,
|
|
884
|
-
"days": [
|
|
885
|
-
{ "deal": null, "price": 309.64, "value": "05/02/2024" },
|
|
886
|
-
{ "deal": null, "price": 309.64, "value": "06/02/2024" },
|
|
887
|
-
{ "deal": null, "price": 309.64, "value": "07/02/2024" }
|
|
888
|
-
],
|
|
889
812
|
"deals": [],
|
|
890
813
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
891
814
|
"id": "4824--3842--2281b0--2",
|
|
892
815
|
"name": "Half board",
|
|
816
|
+
"offerDates": [],
|
|
893
817
|
"originalPrice": 928.92,
|
|
894
818
|
"price": 928.92,
|
|
895
819
|
"taxes": 92.89,
|
|
820
|
+
"variants": [],
|
|
896
821
|
"increment": 298.91999999999996
|
|
897
822
|
},
|
|
898
823
|
{
|
|
@@ -904,18 +829,15 @@
|
|
|
904
829
|
"basePrice": 928.92,
|
|
905
830
|
"checkoutPrice": 928.92,
|
|
906
831
|
"dayPrice": 309.64,
|
|
907
|
-
"days": [
|
|
908
|
-
{ "deal": "217946", "price": 309.64, "value": "05/02/2024" },
|
|
909
|
-
{ "deal": "217946", "price": 309.64, "value": "06/02/2024" },
|
|
910
|
-
{ "deal": "217946", "price": 309.64, "value": "07/02/2024" }
|
|
911
|
-
],
|
|
912
832
|
"deals": ["217946"],
|
|
913
833
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
914
834
|
"id": "4824--3842--2281b0--2--217946",
|
|
915
835
|
"name": "Half board",
|
|
836
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
916
837
|
"originalPrice": 928.92,
|
|
917
838
|
"price": 928.92,
|
|
918
839
|
"taxes": 92.89,
|
|
840
|
+
"variants": [],
|
|
919
841
|
"increment": 298.91999999999996
|
|
920
842
|
},
|
|
921
843
|
{
|
|
@@ -927,18 +849,15 @@
|
|
|
927
849
|
"basePrice": 1003.92,
|
|
928
850
|
"checkoutPrice": 1003.92,
|
|
929
851
|
"dayPrice": 334.64,
|
|
930
|
-
"days": [
|
|
931
|
-
{ "deal": "206542", "price": 334.64, "value": "05/02/2024" },
|
|
932
|
-
{ "deal": "206542", "price": 334.64, "value": "06/02/2024" },
|
|
933
|
-
{ "deal": "206542", "price": 334.64, "value": "07/02/2024" }
|
|
934
|
-
],
|
|
935
852
|
"deals": ["206542"],
|
|
936
853
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
937
854
|
"id": "4824--3842--2281b0--2--206542",
|
|
938
855
|
"name": "Half board",
|
|
856
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
939
857
|
"originalPrice": 1003.92,
|
|
940
858
|
"price": 1003.92,
|
|
941
859
|
"taxes": 100.39,
|
|
860
|
+
"variants": [],
|
|
942
861
|
"increment": 298.91999999999996
|
|
943
862
|
}
|
|
944
863
|
],
|
|
@@ -1080,18 +999,15 @@
|
|
|
1080
999
|
"basePrice": 645,
|
|
1081
1000
|
"checkoutPrice": 645,
|
|
1082
1001
|
"dayPrice": 215,
|
|
1083
|
-
"days": [
|
|
1084
|
-
{ "deal": null, "price": 215, "value": "05/02/2024" },
|
|
1085
|
-
{ "deal": null, "price": 215, "value": "06/02/2024" },
|
|
1086
|
-
{ "deal": null, "price": 215, "value": "07/02/2024" }
|
|
1087
|
-
],
|
|
1088
1002
|
"deals": [],
|
|
1089
1003
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1090
1004
|
"id": "4824--9098--40590b0--0",
|
|
1091
1005
|
"name": "Room only",
|
|
1006
|
+
"offerDates": [],
|
|
1092
1007
|
"originalPrice": 645,
|
|
1093
1008
|
"price": 645,
|
|
1094
1009
|
"taxes": 64.5,
|
|
1010
|
+
"variants": [],
|
|
1095
1011
|
"increment": 0
|
|
1096
1012
|
},
|
|
1097
1013
|
{
|
|
@@ -1103,18 +1019,15 @@
|
|
|
1103
1019
|
"basePrice": 645,
|
|
1104
1020
|
"checkoutPrice": 645,
|
|
1105
1021
|
"dayPrice": 215,
|
|
1106
|
-
"days": [
|
|
1107
|
-
{ "deal": "217946", "price": 215, "value": "05/02/2024" },
|
|
1108
|
-
{ "deal": "217946", "price": 215, "value": "06/02/2024" },
|
|
1109
|
-
{ "deal": "217946", "price": 215, "value": "07/02/2024" }
|
|
1110
|
-
],
|
|
1111
1022
|
"deals": ["217946"],
|
|
1112
1023
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1113
1024
|
"id": "4824--9098--40590b0--0--217946",
|
|
1114
1025
|
"name": "Room only",
|
|
1026
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1115
1027
|
"originalPrice": 645,
|
|
1116
1028
|
"price": 645,
|
|
1117
1029
|
"taxes": 64.5,
|
|
1030
|
+
"variants": [],
|
|
1118
1031
|
"increment": 0
|
|
1119
1032
|
},
|
|
1120
1033
|
{
|
|
@@ -1126,18 +1039,15 @@
|
|
|
1126
1039
|
"basePrice": 720,
|
|
1127
1040
|
"checkoutPrice": 720,
|
|
1128
1041
|
"dayPrice": 240,
|
|
1129
|
-
"days": [
|
|
1130
|
-
{ "deal": "206542", "price": 240, "value": "05/02/2024" },
|
|
1131
|
-
{ "deal": "206542", "price": 240, "value": "06/02/2024" },
|
|
1132
|
-
{ "deal": "206542", "price": 240, "value": "07/02/2024" }
|
|
1133
|
-
],
|
|
1134
1042
|
"deals": ["206542"],
|
|
1135
1043
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1136
1044
|
"id": "4824--9098--40590b0--0--206542",
|
|
1137
1045
|
"name": "Room only",
|
|
1046
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1138
1047
|
"originalPrice": 720,
|
|
1139
1048
|
"price": 720,
|
|
1140
1049
|
"taxes": 72,
|
|
1050
|
+
"variants": [],
|
|
1141
1051
|
"increment": 0
|
|
1142
1052
|
},
|
|
1143
1053
|
{
|
|
@@ -1149,18 +1059,15 @@
|
|
|
1149
1059
|
"basePrice": 753,
|
|
1150
1060
|
"checkoutPrice": 753,
|
|
1151
1061
|
"dayPrice": 251,
|
|
1152
|
-
"days": [
|
|
1153
|
-
{ "deal": null, "price": 251, "value": "05/02/2024" },
|
|
1154
|
-
{ "deal": null, "price": 251, "value": "06/02/2024" },
|
|
1155
|
-
{ "deal": null, "price": 251, "value": "07/02/2024" }
|
|
1156
|
-
],
|
|
1157
1062
|
"deals": [],
|
|
1158
1063
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1159
1064
|
"id": "4824--9098--40590b0--1",
|
|
1160
1065
|
"name": "Breakfast included",
|
|
1066
|
+
"offerDates": [],
|
|
1161
1067
|
"originalPrice": 753,
|
|
1162
1068
|
"price": 753,
|
|
1163
1069
|
"taxes": 75.3,
|
|
1070
|
+
"variants": [],
|
|
1164
1071
|
"increment": 108
|
|
1165
1072
|
},
|
|
1166
1073
|
{
|
|
@@ -1172,18 +1079,15 @@
|
|
|
1172
1079
|
"basePrice": 753,
|
|
1173
1080
|
"checkoutPrice": 753,
|
|
1174
1081
|
"dayPrice": 251,
|
|
1175
|
-
"days": [
|
|
1176
|
-
{ "deal": "217946", "price": 251, "value": "05/02/2024" },
|
|
1177
|
-
{ "deal": "217946", "price": 251, "value": "06/02/2024" },
|
|
1178
|
-
{ "deal": "217946", "price": 251, "value": "07/02/2024" }
|
|
1179
|
-
],
|
|
1180
1082
|
"deals": ["217946"],
|
|
1181
1083
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1182
1084
|
"id": "4824--9098--40590b0--1--217946",
|
|
1183
1085
|
"name": "Breakfast included",
|
|
1086
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1184
1087
|
"originalPrice": 753,
|
|
1185
1088
|
"price": 753,
|
|
1186
1089
|
"taxes": 75.3,
|
|
1090
|
+
"variants": [],
|
|
1187
1091
|
"increment": 108
|
|
1188
1092
|
},
|
|
1189
1093
|
{
|
|
@@ -1195,18 +1099,15 @@
|
|
|
1195
1099
|
"basePrice": 828,
|
|
1196
1100
|
"checkoutPrice": 828,
|
|
1197
1101
|
"dayPrice": 276,
|
|
1198
|
-
"days": [
|
|
1199
|
-
{ "deal": "206542", "price": 276, "value": "05/02/2024" },
|
|
1200
|
-
{ "deal": "206542", "price": 276, "value": "06/02/2024" },
|
|
1201
|
-
{ "deal": "206542", "price": 276, "value": "07/02/2024" }
|
|
1202
|
-
],
|
|
1203
1102
|
"deals": ["206542"],
|
|
1204
1103
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1205
1104
|
"id": "4824--9098--40590b0--1--206542",
|
|
1206
1105
|
"name": "Breakfast included",
|
|
1106
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1207
1107
|
"originalPrice": 828,
|
|
1208
1108
|
"price": 828,
|
|
1209
1109
|
"taxes": 82.8,
|
|
1110
|
+
"variants": [],
|
|
1210
1111
|
"increment": 108
|
|
1211
1112
|
},
|
|
1212
1113
|
{
|
|
@@ -1218,18 +1119,15 @@
|
|
|
1218
1119
|
"basePrice": 943.92,
|
|
1219
1120
|
"checkoutPrice": 943.92,
|
|
1220
1121
|
"dayPrice": 314.64,
|
|
1221
|
-
"days": [
|
|
1222
|
-
{ "deal": null, "price": 314.64, "value": "05/02/2024" },
|
|
1223
|
-
{ "deal": null, "price": 314.64, "value": "06/02/2024" },
|
|
1224
|
-
{ "deal": null, "price": 314.64, "value": "07/02/2024" }
|
|
1225
|
-
],
|
|
1226
1122
|
"deals": [],
|
|
1227
1123
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1228
1124
|
"id": "4824--9098--40590b0--2",
|
|
1229
1125
|
"name": "Half board",
|
|
1126
|
+
"offerDates": [],
|
|
1230
1127
|
"originalPrice": 943.92,
|
|
1231
1128
|
"price": 943.92,
|
|
1232
1129
|
"taxes": 94.39,
|
|
1130
|
+
"variants": [],
|
|
1233
1131
|
"increment": 298.91999999999996
|
|
1234
1132
|
},
|
|
1235
1133
|
{
|
|
@@ -1241,18 +1139,15 @@
|
|
|
1241
1139
|
"basePrice": 943.92,
|
|
1242
1140
|
"checkoutPrice": 943.92,
|
|
1243
1141
|
"dayPrice": 314.64,
|
|
1244
|
-
"days": [
|
|
1245
|
-
{ "deal": "217946", "price": 314.64, "value": "05/02/2024" },
|
|
1246
|
-
{ "deal": "217946", "price": 314.64, "value": "06/02/2024" },
|
|
1247
|
-
{ "deal": "217946", "price": 314.64, "value": "07/02/2024" }
|
|
1248
|
-
],
|
|
1249
1142
|
"deals": ["217946"],
|
|
1250
1143
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1251
1144
|
"id": "4824--9098--40590b0--2--217946",
|
|
1252
1145
|
"name": "Half board",
|
|
1146
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1253
1147
|
"originalPrice": 943.92,
|
|
1254
1148
|
"price": 943.92,
|
|
1255
1149
|
"taxes": 94.39,
|
|
1150
|
+
"variants": [],
|
|
1256
1151
|
"increment": 298.91999999999996
|
|
1257
1152
|
},
|
|
1258
1153
|
{
|
|
@@ -1264,18 +1159,15 @@
|
|
|
1264
1159
|
"basePrice": 1018.92,
|
|
1265
1160
|
"checkoutPrice": 1018.92,
|
|
1266
1161
|
"dayPrice": 339.64,
|
|
1267
|
-
"days": [
|
|
1268
|
-
{ "deal": "206542", "price": 339.64, "value": "05/02/2024" },
|
|
1269
|
-
{ "deal": "206542", "price": 339.64, "value": "06/02/2024" },
|
|
1270
|
-
{ "deal": "206542", "price": 339.64, "value": "07/02/2024" }
|
|
1271
|
-
],
|
|
1272
1162
|
"deals": ["206542"],
|
|
1273
1163
|
"discount": { "percentage": 0, "breakdown": [] },
|
|
1274
1164
|
"id": "4824--9098--40590b0--2--206542",
|
|
1275
1165
|
"name": "Half board",
|
|
1166
|
+
"offerDates": ["05/02/2024", "06/02/2024", "07/02/2024"],
|
|
1276
1167
|
"originalPrice": 1018.92,
|
|
1277
1168
|
"price": 1018.92,
|
|
1278
1169
|
"taxes": 101.89,
|
|
1170
|
+
"variants": [],
|
|
1279
1171
|
"increment": 298.91999999999996
|
|
1280
1172
|
}
|
|
1281
1173
|
],
|