@hyper.software/common-helpers 1.11.19 → 1.11.21
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/lib/services/bookingService/__tests__/bookingInvoiceService.getAdultAndChildrenCount.test.js +5 -5
- package/lib/services/bookingService/__tests__/bookingInvoiceService.getAdultAndChildrenCount.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingInvoiceService.test.js +10 -46
- package/lib/services/bookingService/__tests__/bookingInvoiceService.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingService.initialiseProducts.test.js +18 -72
- package/lib/services/bookingService/__tests__/bookingService.initialiseProducts.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingServicesService.getBookingServiceTotalCost.test.js +2 -23
- package/lib/services/bookingService/__tests__/bookingServicesService.getBookingServiceTotalCost.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getAccommodationCost.test.js +37 -37
- package/lib/services/bookingService/__tests__/bookingsService.getAccommodationCost.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getChildrenCost.test.js +54 -54
- package/lib/services/bookingService/__tests__/bookingsService.getChildrenCost.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getLengthOfStay.test.js +36 -36
- package/lib/services/bookingService/__tests__/bookingsService.getLengthOfStay.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getSeasonalNights.test.js +13 -0
- package/lib/services/bookingService/__tests__/bookingsService.getSeasonalNights.test.js.map +1 -0
- package/lib/services/bookingService/__tests__/bookingsService.getServicesCost.test.js +26 -26
- package/lib/services/bookingService/__tests__/bookingsService.getServicesCost.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.getTotalCost.test.js +35 -35
- package/lib/services/bookingService/__tests__/bookingsService.getTotalCost.test.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.manualComputeTotalCost.test.js +154 -151
- package/lib/services/bookingService/__tests__/bookingsService.manualComputeTotalCost.test.js.map +1 -1
- package/lib/services/bookingService/bookingsService.js +2 -1
- package/lib/services/bookingService/bookingsService.js.map +1 -1
- package/lib/testingData/bookingData.d.ts +0 -13
- package/lib/testingData/bookingData.js +700 -77977
- package/lib/testingData/bookingData.js.map +1 -1
- package/lib/testingData/roomsData.d.ts +4670 -0
- package/lib/testingData/roomsData.js +4746 -0
- package/lib/testingData/roomsData.js.map +1 -0
- package/package.json +1 -1
- package/lib/services/bookingService/__tests__/bookingsService. getSeasonalNights.test.js +0 -19
- package/lib/services/bookingService/__tests__/bookingsService. getSeasonalNights.test.js.map +0 -1
- /package/lib/services/bookingService/__tests__/{bookingsService. getSeasonalNights.test.d.ts → bookingsService.getSeasonalNights.test.d.ts} +0 -0
package/lib/services/bookingService/__tests__/bookingInvoiceService.getAdultAndChildrenCount.test.js
CHANGED
|
@@ -3,13 +3,13 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var bookingData_1 = require("../../../testingData/bookingData");
|
|
4
4
|
var bookingsService_1 = require("../bookingsService");
|
|
5
5
|
describe('WHEN testing .getAdultAndChildrenCount()', function () {
|
|
6
|
-
it('SHOULD compute the correct numberOfAdults
|
|
7
|
-
var numberOfGuests = (0, bookingsService_1.getAdultAndChildrenCount)(bookingData_1.
|
|
8
|
-
expect(numberOfGuests).toEqual({ numberOfAdults:
|
|
6
|
+
it('SHOULD compute the correct numberOfAdults when the children"s age is above the threshold and the numberOfChildren that counts as children when they pay', function () {
|
|
7
|
+
var numberOfGuests = (0, bookingsService_1.getAdultAndChildrenCount)(bookingData_1.booking1);
|
|
8
|
+
expect(numberOfGuests).toEqual({ numberOfAdults: 4, numberOfChildren: 0 });
|
|
9
9
|
});
|
|
10
10
|
it('SHOULD compute the correct numberOfAdults when the children"s age is not above the threshold', function () {
|
|
11
|
-
var numberOfGuests = (0, bookingsService_1.getAdultAndChildrenCount)(bookingData_1.
|
|
12
|
-
expect(numberOfGuests).toEqual({ numberOfAdults:
|
|
11
|
+
var numberOfGuests = (0, bookingsService_1.getAdultAndChildrenCount)(bookingData_1.booking2);
|
|
12
|
+
expect(numberOfGuests).toEqual({ numberOfAdults: 2, numberOfChildren: 0 });
|
|
13
13
|
});
|
|
14
14
|
});
|
|
15
15
|
//# sourceMappingURL=bookingInvoiceService.getAdultAndChildrenCount.test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingInvoiceService.getAdultAndChildrenCount.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingInvoiceService.getAdultAndChildrenCount.test.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"bookingInvoiceService.getAdultAndChildrenCount.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingInvoiceService.getAdultAndChildrenCount.test.ts"],"names":[],"mappings":";;AAAA,gEAAqE;AACrE,sDAA6D;AAE7D,QAAQ,CAAC,0CAA0C,EAAE;IACnD,EAAE,CAAC,yJAAyJ,EAAE;QAC5J,IAAM,cAAc,GAAG,IAAA,0CAAwB,EAAC,sBAAQ,CAAC,CAAA;QACzD,MAAM,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC,CAAA;IAC5E,CAAC,CAAC,CAAA;IACF,EAAE,CAAC,+FAA+F,EAAE;QAClG,IAAM,cAAc,GAAG,IAAA,0CAAwB,EAAC,sBAAQ,CAAC,CAAA;QACzD,MAAM,CAAC,cAAc,CAAC,CAAC,OAAO,CAAC,EAAE,cAAc,EAAE,CAAC,EAAE,gBAAgB,EAAE,CAAC,EAAE,CAAC,CAAA;IAC5E,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|
|
@@ -68,22 +68,22 @@ describe('bookingInvoiceService', function () {
|
|
|
68
68
|
expect.objectContaining({
|
|
69
69
|
type: 'ACCOMMODATION',
|
|
70
70
|
description: 'Double Room (01.06.2025 - 04.06.2025)',
|
|
71
|
-
rate: 113.
|
|
72
|
-
tax: 76.
|
|
71
|
+
rate: 113.62740000000001,
|
|
72
|
+
tax: 76.97340000000001,
|
|
73
73
|
taxType: 'REDUCED_SALES_TAX',
|
|
74
|
-
total:
|
|
75
|
-
roomBookingId: '
|
|
74
|
+
total: 733.08,
|
|
75
|
+
roomBookingId: '13252cfc-7242-47cb-999d-26f96a83e276',
|
|
76
76
|
roomTypeId: '41c1d638-ec85-46bf-9067-a355a7f96ae7',
|
|
77
|
-
quantity:
|
|
77
|
+
quantity: 6,
|
|
78
78
|
}),
|
|
79
79
|
expect.objectContaining({
|
|
80
80
|
type: 'SERVICE',
|
|
81
81
|
description: 'Wine Tour',
|
|
82
|
-
quantity:
|
|
82
|
+
quantity: 3,
|
|
83
83
|
taxType: 'SALES_TAX',
|
|
84
84
|
rate: 21,
|
|
85
|
-
tax:
|
|
86
|
-
total:
|
|
85
|
+
tax: 12,
|
|
86
|
+
total: 75,
|
|
87
87
|
}),
|
|
88
88
|
expect.objectContaining({
|
|
89
89
|
type: 'SERVICE',
|
|
@@ -168,45 +168,9 @@ describe('bookingInvoiceService', function () {
|
|
|
168
168
|
var result = (0, bookingInvoiceService_1.initialiseInvoiceData)(companyData_1.company, mockUser, bookingData_1.booking1, mockIntl);
|
|
169
169
|
expect(result[0].company.ownerName).toBe('App.admin.bookings.invoice.companyResponsibleName.value: John Doe');
|
|
170
170
|
});
|
|
171
|
-
it('should initialise the products correctly for
|
|
171
|
+
it('should initialise the products correctly for booking2', function () {
|
|
172
172
|
var result = (0, bookingInvoiceService_1.initialiseInvoiceData)(companyData_1.company, mockUser, bookingData_1.booking2, mockIntl);
|
|
173
|
-
expect(result[0].products).toHaveLength(
|
|
174
|
-
});
|
|
175
|
-
it('should initialise correct invoice for booking13', function () {
|
|
176
|
-
var result = (0, bookingInvoiceService_1.initialiseInvoiceData)(companyData_1.company, mockUser, bookingData_1.booking13, mockIntl);
|
|
177
|
-
expect(result).toBeDefined();
|
|
178
|
-
expect(Array.isArray(result)).toBe(true);
|
|
179
|
-
expect(result[0].products).toHaveLength(3);
|
|
180
|
-
var productsServiceItems = result[0].products.filter(function (item) { return item.type === bookingInvoiceService_1.INVOICE_PRODUCT.SERVICE; });
|
|
181
|
-
expect(productsServiceItems).toHaveLength(2);
|
|
182
|
-
expect(productsServiceItems).toEqual(expect.arrayContaining([
|
|
183
|
-
expect.objectContaining({
|
|
184
|
-
type: bookingInvoiceService_1.INVOICE_PRODUCT.SERVICE,
|
|
185
|
-
quantity: expect.any(Number),
|
|
186
|
-
rate: expect.any(Number),
|
|
187
|
-
total: expect.any(Number),
|
|
188
|
-
}),
|
|
189
|
-
]));
|
|
190
|
-
expect(productsServiceItems).toEqual(expect.arrayContaining([
|
|
191
|
-
expect.objectContaining({
|
|
192
|
-
description: 'Kurtaxe LS',
|
|
193
|
-
quantity: 16,
|
|
194
|
-
rate: 5,
|
|
195
|
-
tax: 0,
|
|
196
|
-
taxType: 'NO_TAX',
|
|
197
|
-
total: 80,
|
|
198
|
-
type: 'SERVICE',
|
|
199
|
-
}),
|
|
200
|
-
expect.objectContaining({
|
|
201
|
-
description: 'Roomservice',
|
|
202
|
-
quantity: 16,
|
|
203
|
-
rate: 10,
|
|
204
|
-
tax: 0,
|
|
205
|
-
taxType: 'NO_TAX',
|
|
206
|
-
total: 160,
|
|
207
|
-
type: 'SERVICE',
|
|
208
|
-
}),
|
|
209
|
-
]));
|
|
173
|
+
expect(result[0].products).toHaveLength(2);
|
|
210
174
|
});
|
|
211
175
|
});
|
|
212
176
|
//# sourceMappingURL=bookingInvoiceService.test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingInvoiceService.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingInvoiceService.test.ts"],"names":[],"mappings":";;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"bookingInvoiceService.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingInvoiceService.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var interfaces_1 = require("../../../interfaces");
|
|
4
3
|
var bookingData_1 = require("../../../testingData/bookingData");
|
|
5
4
|
var companyData_1 = require("../../../testingData/companyData");
|
|
6
5
|
var bookingInvoiceService_1 = require("../bookingInvoiceService");
|
|
@@ -16,7 +15,7 @@ describe('initialiseProducts', function () {
|
|
|
16
15
|
jest.clearAllMocks();
|
|
17
16
|
});
|
|
18
17
|
it('should return an empty array if booking or company is not provided', function () {
|
|
19
|
-
var result1 = (0, bookingInvoiceService_1.initialiseProducts)(null, bookingData_1.
|
|
18
|
+
var result1 = (0, bookingInvoiceService_1.initialiseProducts)(null, bookingData_1.booking1, intl);
|
|
20
19
|
var result2 = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, null, intl);
|
|
21
20
|
var result3 = (0, bookingInvoiceService_1.initialiseProducts)(null, null, intl);
|
|
22
21
|
expect(result1).toEqual([]);
|
|
@@ -24,7 +23,7 @@ describe('initialiseProducts', function () {
|
|
|
24
23
|
expect(result3).toEqual([]);
|
|
25
24
|
});
|
|
26
25
|
it('should return the correct products for a valid booking and company', function () {
|
|
27
|
-
var result = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, bookingData_1.
|
|
26
|
+
var result = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, bookingData_1.booking1, intl);
|
|
28
27
|
expect(result).toBeDefined();
|
|
29
28
|
expect(Array.isArray(result)).toBe(true);
|
|
30
29
|
expect(result).toHaveLength(3);
|
|
@@ -40,59 +39,10 @@ describe('initialiseProducts', function () {
|
|
|
40
39
|
]));
|
|
41
40
|
expect(accommodationItems).toEqual(expect.arrayContaining([
|
|
42
41
|
expect.objectContaining({
|
|
43
|
-
description: '
|
|
44
|
-
quantity:
|
|
45
|
-
rate:
|
|
46
|
-
total:
|
|
47
|
-
}),
|
|
48
|
-
]));
|
|
49
|
-
var serviceItems = result.filter(function (item) { return item.type === bookingInvoiceService_1.INVOICE_PRODUCT.SERVICE; });
|
|
50
|
-
expect(serviceItems).toHaveLength(2);
|
|
51
|
-
expect(serviceItems).toEqual(expect.arrayContaining([
|
|
52
|
-
expect.objectContaining({
|
|
53
|
-
type: bookingInvoiceService_1.INVOICE_PRODUCT.SERVICE,
|
|
54
|
-
quantity: expect.any(Number),
|
|
55
|
-
rate: expect.any(Number),
|
|
56
|
-
total: expect.any(Number),
|
|
57
|
-
}),
|
|
58
|
-
]));
|
|
59
|
-
expect(serviceItems).toEqual(expect.arrayContaining([
|
|
60
|
-
expect.objectContaining({
|
|
61
|
-
description: 'Kurtaxe LS',
|
|
62
|
-
quantity: 16,
|
|
63
|
-
rate: 5,
|
|
64
|
-
total: 80,
|
|
65
|
-
}),
|
|
66
|
-
expect.objectContaining({
|
|
67
|
-
description: 'Roomservice',
|
|
68
|
-
quantity: 16,
|
|
69
|
-
rate: 10,
|
|
70
|
-
total: 160,
|
|
71
|
-
}),
|
|
72
|
-
]));
|
|
73
|
-
});
|
|
74
|
-
it('should return the correct products for booking14', function () {
|
|
75
|
-
var result = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, bookingData_1.booking14, intl);
|
|
76
|
-
expect(result).toBeDefined();
|
|
77
|
-
expect(Array.isArray(result)).toBe(true);
|
|
78
|
-
expect(result).toHaveLength(5);
|
|
79
|
-
var accommodationItems = result.filter(function (item) { return item.type === bookingInvoiceService_1.INVOICE_PRODUCT.ACCOMMODATION; });
|
|
80
|
-
expect(accommodationItems).toHaveLength(3);
|
|
81
|
-
expect(accommodationItems).toEqual(expect.arrayContaining([
|
|
82
|
-
expect.objectContaining({
|
|
83
|
-
type: bookingInvoiceService_1.INVOICE_PRODUCT.ACCOMMODATION,
|
|
84
|
-
quantity: expect.any(Number),
|
|
85
|
-
rate: expect.any(Number),
|
|
86
|
-
total: expect.any(Number),
|
|
87
|
-
}),
|
|
88
|
-
]));
|
|
89
|
-
expect(accommodationItems).toEqual(expect.arrayContaining([
|
|
90
|
-
expect.objectContaining({
|
|
91
|
-
description: 'Double Room (24.02.2025 - 25.02.2025)',
|
|
92
|
-
quantity: 2,
|
|
93
|
-
rate: 138.57,
|
|
94
|
-
tax: 10.430000000000001,
|
|
95
|
-
total: 298,
|
|
42
|
+
description: 'Double Room (01.06.2025 - 04.06.2025)',
|
|
43
|
+
quantity: 6,
|
|
44
|
+
rate: 113.62740000000001,
|
|
45
|
+
total: 733.08,
|
|
96
46
|
}),
|
|
97
47
|
]));
|
|
98
48
|
var serviceItems = result.filter(function (item) { return item.type === bookingInvoiceService_1.INVOICE_PRODUCT.SERVICE; });
|
|
@@ -107,30 +57,26 @@ describe('initialiseProducts', function () {
|
|
|
107
57
|
]));
|
|
108
58
|
expect(serviceItems).toEqual(expect.arrayContaining([
|
|
109
59
|
expect.objectContaining({
|
|
110
|
-
description: '
|
|
111
|
-
quantity:
|
|
112
|
-
rate:
|
|
113
|
-
|
|
114
|
-
taxType: interfaces_1.SERVICE_TAX_TYPE.NO_TAX,
|
|
115
|
-
total: 20,
|
|
60
|
+
description: 'Wine Tour',
|
|
61
|
+
quantity: 3,
|
|
62
|
+
rate: 21,
|
|
63
|
+
total: 75,
|
|
116
64
|
}),
|
|
117
65
|
expect.objectContaining({
|
|
118
|
-
description: '
|
|
66
|
+
description: 'Special Cleaning Fee',
|
|
119
67
|
quantity: 1,
|
|
120
|
-
rate:
|
|
121
|
-
|
|
122
|
-
taxType: interfaces_1.SERVICE_TAX_TYPE.SALES_TAX,
|
|
123
|
-
total: 25,
|
|
68
|
+
rate: 84,
|
|
69
|
+
total: 100,
|
|
124
70
|
}),
|
|
125
71
|
]));
|
|
126
72
|
});
|
|
127
|
-
it('should return the correct products for
|
|
128
|
-
var result = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, bookingData_1.
|
|
73
|
+
it('should return the correct products for booking2', function () {
|
|
74
|
+
var result = (0, bookingInvoiceService_1.initialiseProducts)(companyData_1.company, bookingData_1.booking2, intl);
|
|
129
75
|
expect(result).toBeDefined();
|
|
130
76
|
expect(Array.isArray(result)).toBe(true);
|
|
131
|
-
expect(result).toHaveLength(
|
|
77
|
+
expect(result).toHaveLength(2);
|
|
132
78
|
var accommodationItems = result.filter(function (item) { return item.type === bookingInvoiceService_1.INVOICE_PRODUCT.ACCOMMODATION; });
|
|
133
|
-
expect(accommodationItems).toHaveLength(
|
|
79
|
+
expect(accommodationItems).toHaveLength(1);
|
|
134
80
|
expect(accommodationItems).toEqual(expect.arrayContaining([
|
|
135
81
|
expect.objectContaining({
|
|
136
82
|
type: bookingInvoiceService_1.INVOICE_PRODUCT.ACCOMMODATION,
|
|
@@ -180,7 +126,7 @@ describe('initialiseProducts', function () {
|
|
|
180
126
|
total: expect.any(Number),
|
|
181
127
|
}),
|
|
182
128
|
]));
|
|
183
|
-
expect(serviceItems[0].total).toEqual(
|
|
129
|
+
expect(serviceItems[0].total).toEqual(75);
|
|
184
130
|
});
|
|
185
131
|
});
|
|
186
132
|
//# sourceMappingURL=bookingService.initialiseProducts.test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingService.initialiseProducts.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingService.initialiseProducts.test.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"bookingService.initialiseProducts.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingService.initialiseProducts.test.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,32 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var interfaces_1 = require("../../../interfaces");
|
|
4
3
|
var bookingData_1 = require("../../../testingData/bookingData");
|
|
5
4
|
var bookingServicesService_1 = require("../bookingServicesService");
|
|
6
5
|
describe('getBookingServiceTotalCost', function () {
|
|
7
|
-
var bookingService = {
|
|
8
|
-
id: 'd8af125c-b684-48e3-8d7f-63f23e1fe5c4',
|
|
9
|
-
bookingId: '4867c1cd-6e36-4687-a9cb-f37f17fe4b4c',
|
|
10
|
-
serviceId: 'cb18a7aa-37e7-4002-85bd-99f2524bf8b9',
|
|
11
|
-
companyId: '2f87489c-6c21-4d5a-a409-eecb84d34a4e',
|
|
12
|
-
isActive: true,
|
|
13
|
-
data: {
|
|
14
|
-
name: 'Kurtaxe',
|
|
15
|
-
amount: 1,
|
|
16
|
-
taxType: 'NO_TAX',
|
|
17
|
-
sections: ['BOOKING_DETAILS', 'OWN_WEBSITE'],
|
|
18
|
-
pricingUnit: interfaces_1.SERVICE_PRICING_UNIT.PER_PERSON_PER_NIGHT,
|
|
19
|
-
},
|
|
20
|
-
service: {
|
|
21
|
-
amount: 1,
|
|
22
|
-
pricingUnit: interfaces_1.SERVICE_PRICING_UNIT.PER_PERSON_PER_NIGHT,
|
|
23
|
-
startDate: null,
|
|
24
|
-
endDate: null,
|
|
25
|
-
},
|
|
26
|
-
};
|
|
27
6
|
test('calculates cost for PER_PERSON_PER_NIGHT', function () {
|
|
28
|
-
var totalCost = (0, bookingServicesService_1.getBookingServiceTotalCost)(bookingData_1.booking1,
|
|
29
|
-
expect(totalCost).toBe(
|
|
7
|
+
var totalCost = (0, bookingServicesService_1.getBookingServiceTotalCost)(bookingData_1.booking1, bookingData_1.booking1.roomBookingBookingServices[0]);
|
|
8
|
+
expect(totalCost).toBe(75);
|
|
30
9
|
});
|
|
31
10
|
});
|
|
32
11
|
//# sourceMappingURL=bookingServicesService.getBookingServiceTotalCost.test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingServicesService.getBookingServiceTotalCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingServicesService.getBookingServiceTotalCost.test.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"bookingServicesService.getBookingServiceTotalCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingServicesService.getBookingServiceTotalCost.test.ts"],"names":[],"mappings":";;AAAA,gEAA2D;AAC3D,oEAAsE;AAEtE,QAAQ,CAAC,4BAA4B,EAAE;IACrC,IAAI,CAAC,0CAA0C,EAAE;QAC/C,IAAM,SAAS,GAAG,IAAA,mDAA0B,EAAC,sBAAQ,EAAE,sBAAQ,CAAC,0BAA0B,CAAC,CAAC,CAAC,CAAC,CAAA;QAC9F,MAAM,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC,EAAE,CAAC,CAAA;IAC5B,CAAC,CAAC,CAAA;AACJ,CAAC,CAAC,CAAA"}
|
|
@@ -5,47 +5,47 @@ var bookingsService_1 = require("../bookingsService");
|
|
|
5
5
|
describe('WHEN testing .getAccommodationCost()', function () {
|
|
6
6
|
it('SHOULD compute the correct accommodation cost for case 1 - A 2 day booking at the normal price without OBP or Length of stay Discount', function () {
|
|
7
7
|
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking1);
|
|
8
|
-
expect(accommodationCost).toBe(
|
|
8
|
+
expect(accommodationCost).toBe(894);
|
|
9
9
|
});
|
|
10
10
|
it('SHOULD compute the correct accommodation cost for case 2 - A 2-day booking with a reduced price by OBP and without Length of Stay Discount', function () {
|
|
11
11
|
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking2);
|
|
12
|
-
expect(accommodationCost).toBe(248);
|
|
13
|
-
});
|
|
14
|
-
it('SHOULD compute the correct accommodation cost for case 3 - A 2-day booking with services (that are enabled by default), without OBP and without Length of Stay Discount ', function () {
|
|
15
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking3);
|
|
16
|
-
expect(accommodationCost).toBe(298);
|
|
17
|
-
});
|
|
18
|
-
it('SHOULD compute the correct accommodation cost for case 4 - A 2-day booking with services (that are enabled by default), with OBP and without Length of Stay Discount ', function () {
|
|
19
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking4);
|
|
20
|
-
expect(accommodationCost).toBe(248);
|
|
21
|
-
});
|
|
22
|
-
it('SHOULD compute the correct accommodation cost for case 5 - A 3-day booking with a reduced price by OBP and by the Length of Stay Discount', function () {
|
|
23
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking5);
|
|
24
|
-
expect(accommodationCost).toBe(402.29999999999995);
|
|
25
|
-
});
|
|
26
|
-
it('SHOULD compute the correct accommodation cost for case 6 - A 3-day booking with services (enabled by default), with a reduced price by OBP and by the Length of Stay Discount ', function () {
|
|
27
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking6);
|
|
28
|
-
expect(accommodationCost).toBe(417);
|
|
29
|
-
});
|
|
30
|
-
it('SHOULD compute the correct accommodation cost for case 7 - A 2-day booking at the normal price without OBP or Length of Stay Discount, with 1 child aged 5 years (0 - 10 range)', function () {
|
|
31
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking7);
|
|
32
|
-
expect(accommodationCost).toBe(298);
|
|
33
|
-
});
|
|
34
|
-
it('SHOULD compute the correct accommodation cost for case 8 - A 2-day booking at the normal price with OBP or Length of Stay Discount, with 4 children of various age ranges ', function () {
|
|
35
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking8);
|
|
36
|
-
expect(accommodationCost).toBe(298);
|
|
37
|
-
});
|
|
38
|
-
it('SHOULD compute the correct accommodation cost for case 9 - A 2-day booking with a reduced price by OBP and without Length of Stay Discount, with 4 children of various age ranges ', function () {
|
|
39
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking9);
|
|
40
|
-
expect(accommodationCost).toBe(178.79999999999998);
|
|
41
|
-
});
|
|
42
|
-
it('SHOULD compute the correct accommodation cost for case 9 - A 3-day booking with normal price by OBP and with Length of Stay Discount, with 4 children of various age ranges', function () {
|
|
43
|
-
var accommodationCost = (0, bookingsService_1.getAccommodationCost)(bookingData_1.booking10);
|
|
44
12
|
expect(accommodationCost).toBe(447);
|
|
45
13
|
});
|
|
46
|
-
it('SHOULD compute correct accommodation cost for case
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
})
|
|
14
|
+
// it('SHOULD compute the correct accommodation cost for case 3 - A 2-day booking with services (that are enabled by default), without OBP and without Length of Stay Discount ', () => {
|
|
15
|
+
// const accommodationCost = getAccommodationCost(booking3)
|
|
16
|
+
// expect(accommodationCost).toBe(298)
|
|
17
|
+
// })
|
|
18
|
+
// it('SHOULD compute the correct accommodation cost for case 4 - A 2-day booking with services (that are enabled by default), with OBP and without Length of Stay Discount ', () => {
|
|
19
|
+
// const accommodationCost = getAccommodationCost(booking4)
|
|
20
|
+
// expect(accommodationCost).toBe(248)
|
|
21
|
+
// })
|
|
22
|
+
// it('SHOULD compute the correct accommodation cost for case 5 - A 3-day booking with a reduced price by OBP and by the Length of Stay Discount', () => {
|
|
23
|
+
// const accommodationCost = getAccommodationCost(booking5)
|
|
24
|
+
// expect(accommodationCost).toBe(402.29999999999995)
|
|
25
|
+
// })
|
|
26
|
+
// it('SHOULD compute the correct accommodation cost for case 6 - A 3-day booking with services (enabled by default), with a reduced price by OBP and by the Length of Stay Discount ', () => {
|
|
27
|
+
// const accommodationCost = getAccommodationCost(booking6)
|
|
28
|
+
// expect(accommodationCost).toBe(417)
|
|
29
|
+
// })
|
|
30
|
+
// it('SHOULD compute the correct accommodation cost for case 7 - A 2-day booking at the normal price without OBP or Length of Stay Discount, with 1 child aged 5 years (0 - 10 range)', () => {
|
|
31
|
+
// const accommodationCost = getAccommodationCost(booking7)
|
|
32
|
+
// expect(accommodationCost).toBe(298)
|
|
33
|
+
// })
|
|
34
|
+
// it('SHOULD compute the correct accommodation cost for case 8 - A 2-day booking at the normal price with OBP or Length of Stay Discount, with 4 children of various age ranges ', () => {
|
|
35
|
+
// const accommodationCost = getAccommodationCost(booking8)
|
|
36
|
+
// expect(accommodationCost).toBe(298)
|
|
37
|
+
// })
|
|
38
|
+
// it('SHOULD compute the correct accommodation cost for case 9 - A 2-day booking with a reduced price by OBP and without Length of Stay Discount, with 4 children of various age ranges ', () => {
|
|
39
|
+
// const accommodationCost = getAccommodationCost(booking9)
|
|
40
|
+
// expect(accommodationCost).toBe(178.79999999999998)
|
|
41
|
+
// })
|
|
42
|
+
// it('SHOULD compute the correct accommodation cost for case 9 - A 3-day booking with normal price by OBP and with Length of Stay Discount, with 4 children of various age ranges', () => {
|
|
43
|
+
// const accommodationCost = getAccommodationCost(booking10)
|
|
44
|
+
// expect(accommodationCost).toBe(447)
|
|
45
|
+
// })
|
|
46
|
+
// it('SHOULD compute correct accommodation cost for case 12 - A 4-day booking with services that are enabled by default and are seasonal between 2 seasons Extended stay', () => {
|
|
47
|
+
// const accommodationCost = getAccommodationCost(booking12)
|
|
48
|
+
// expect(accommodationCost).toBe(1788)
|
|
49
|
+
// })
|
|
50
50
|
});
|
|
51
51
|
//# sourceMappingURL=bookingsService.getAccommodationCost.test.js.map
|
package/lib/services/bookingService/__tests__/bookingsService.getAccommodationCost.test.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingsService.getAccommodationCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingsService.getAccommodationCost.test.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"bookingsService.getAccommodationCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingsService.getAccommodationCost.test.ts"],"names":[],"mappings":";;AAAA,gEAAqE;AACrE,sDAAyD;AAEzD,QAAQ,CAAC,sCAAsC,EAAE;IAC/C,EAAE,CAAC,uIAAuI,EAAE;QAC1I,IAAM,iBAAiB,GAAG,IAAA,sCAAoB,EAAC,sBAAQ,CAAC,CAAA;QACxD,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IACrC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,4IAA4I,EAAE;QAC/I,IAAM,iBAAiB,GAAG,IAAA,sCAAoB,EAAC,sBAAQ,CAAC,CAAA;QACxD,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAA;IACrC,CAAC,CAAC,CAAA;IAEF,yLAAyL;IACzL,6DAA6D;IAC7D,wCAAwC;IACxC,KAAK;IAEL,sLAAsL;IACtL,6DAA6D;IAC7D,wCAAwC;IACxC,KAAK;IAEL,0JAA0J;IAC1J,6DAA6D;IAC7D,uDAAuD;IACvD,KAAK;IAEL,+LAA+L;IAC/L,6DAA6D;IAC7D,wCAAwC;IACxC,KAAK;IAEL,gMAAgM;IAChM,6DAA6D;IAC7D,wCAAwC;IACxC,KAAK;IAEL,2LAA2L;IAC3L,6DAA6D;IAC7D,wCAAwC;IACxC,KAAK;IAEL,mMAAmM;IACnM,6DAA6D;IAC7D,uDAAuD;IACvD,KAAK;IAEL,4LAA4L;IAC5L,8DAA8D;IAC9D,wCAAwC;IACxC,KAAK;IAEL,mLAAmL;IACnL,8DAA8D;IAC9D,yCAAyC;IACzC,KAAK;AACP,CAAC,CAAC,CAAA"}
|
|
@@ -15,59 +15,59 @@ describe('WHEN testing getChildrenCost() + getChildrenTourismTax()', function ()
|
|
|
15
15
|
var childrenTotalCost = childrenCost + childrenTourismTax;
|
|
16
16
|
expect(childrenTotalCost).toBe(0);
|
|
17
17
|
});
|
|
18
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 3 - A 2-day booking with services (that are enabled by default), without OBP and without Length of Stay Discount ',
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
})
|
|
24
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 4 - A 2-day booking with services (that are enabled by default), with OBP and without Length of Stay Discount ',
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
})
|
|
30
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 5 - A 3-day booking with a reduced price by OBP and by the Length of Stay Discount',
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
})
|
|
36
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 6 - A 3-day booking with services (enabled by default), with a reduced price by OBP and by the Length of Stay Discount ',
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
})
|
|
42
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 7 - A 2-day booking at the normal price without OBP or Length of Stay Discount, with 1 child aged 5 years (0 - 10 range)',
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
})
|
|
48
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 8 - A 2-day booking at the normal price with OBP or Length of Stay Discount, with 4 children of various age ranges ',
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
})
|
|
54
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 9 - A 2-day booking with a reduced price by OBP and without Length of Stay Discount, with 4 children of various age ranges ',
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
})
|
|
60
|
-
it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 10 - A 3-day booking with normal price by OBP and with Length of Stay Discount, with 4 children of various age ranges',
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
})
|
|
66
|
-
it('SHOULD compute correct accommodation cost for case 12 - A 4-day booking with services that are enabled by default and are seasonal between 2 seasons Extended stay',
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
})
|
|
18
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 3 - A 2-day booking with services (that are enabled by default), without OBP and without Length of Stay Discount ', () => {
|
|
19
|
+
// const childrenCost = getChildrenCost(booking3)
|
|
20
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking3)
|
|
21
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
22
|
+
// expect(childrenTotalCost).toBe(0)
|
|
23
|
+
// })
|
|
24
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 4 - A 2-day booking with services (that are enabled by default), with OBP and without Length of Stay Discount ', () => {
|
|
25
|
+
// const childrenCost = getChildrenCost(booking4)
|
|
26
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking4)
|
|
27
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
28
|
+
// expect(childrenTotalCost).toBe(0)
|
|
29
|
+
// })
|
|
30
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 5 - A 3-day booking with a reduced price by OBP and by the Length of Stay Discount', () => {
|
|
31
|
+
// const childrenCost = getChildrenCost(booking5)
|
|
32
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking5)
|
|
33
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
34
|
+
// expect(childrenTotalCost).toBe(0)
|
|
35
|
+
// })
|
|
36
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 6 - A 3-day booking with services (enabled by default), with a reduced price by OBP and by the Length of Stay Discount ', () => {
|
|
37
|
+
// const childrenCost = getChildrenCost(booking6)
|
|
38
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking6)
|
|
39
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
40
|
+
// expect(childrenTotalCost).toBe(0)
|
|
41
|
+
// })
|
|
42
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 7 - A 2-day booking at the normal price without OBP or Length of Stay Discount, with 1 child aged 5 years (0 - 10 range)', () => {
|
|
43
|
+
// const childrenCost = getChildrenCost(booking7)
|
|
44
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking7)
|
|
45
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
46
|
+
// expect(childrenTotalCost).toBe(70)
|
|
47
|
+
// })
|
|
48
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 8 - A 2-day booking at the normal price with OBP or Length of Stay Discount, with 4 children of various age ranges ', () => {
|
|
49
|
+
// const childrenCost = getChildrenCost(booking8)
|
|
50
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking8)
|
|
51
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
52
|
+
// expect(childrenTotalCost).toBe(210)
|
|
53
|
+
// })
|
|
54
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 9 - A 2-day booking with a reduced price by OBP and without Length of Stay Discount, with 4 children of various age ranges ', () => {
|
|
55
|
+
// const childrenCost = getChildrenCost(booking9)
|
|
56
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking9)
|
|
57
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
58
|
+
// expect(childrenTotalCost).toBe(210)
|
|
59
|
+
// })
|
|
60
|
+
// it('SHOULD compute the correct getChildrenCost() + getChildrenTourismTax() cost for case 10 - A 3-day booking with normal price by OBP and with Length of Stay Discount, with 4 children of various age ranges', () => {
|
|
61
|
+
// const childrenCost = getChildrenCost(booking10)
|
|
62
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking10)
|
|
63
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
64
|
+
// expect(childrenTotalCost).toBe(315)
|
|
65
|
+
// })
|
|
66
|
+
// it('SHOULD compute correct accommodation cost for case 12 - A 4-day booking with services that are enabled by default and are seasonal between 2 seasons Extended stay', () => {
|
|
67
|
+
// const childrenCost = getChildrenCost(booking12)
|
|
68
|
+
// const childrenTourismTax = getChildrenTourismTaxCost(booking12)
|
|
69
|
+
// const childrenTotalCost = childrenCost + childrenTourismTax
|
|
70
|
+
// expect(childrenTotalCost).toBe(280)
|
|
71
|
+
// })
|
|
72
72
|
});
|
|
73
73
|
//# sourceMappingURL=bookingsService.getChildrenCost.test.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bookingsService.getChildrenCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingsService.getChildrenCost.test.ts"],"names":[],"mappings":";;AAAA,gEAYyC;AACzC,sDAA+E;AAE/E,QAAQ,CAAC,0DAA0D,EAAE;IACnE,EAAE,CAAC,qKAAqK,EAAE;QACxK,IAAM,YAAY,GAAG,IAAA,iCAAe,EAAC,sBAAQ,CAAC,CAAA;QAC9C,IAAM,kBAAkB,GAAG,IAAA,2CAAyB,EAAC,sBAAQ,CAAC,CAAA;QAC9D,IAAM,iBAAiB,GAAG,YAAY,GAAG,kBAAkB,CAAA;QAC3D,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,0KAA0K,EAAE;QAC7K,IAAM,YAAY,GAAG,IAAA,iCAAe,EAAC,sBAAQ,CAAC,CAAA;QAC9C,IAAM,kBAAkB,GAAG,IAAA,2CAAyB,EAAC,sBAAQ,CAAC,CAAA;QAC9D,IAAM,iBAAiB,GAAG,YAAY,GAAG,kBAAkB,CAAA;QAC3D,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnC,CAAC,CAAC,CAAA;IAEF,
|
|
1
|
+
{"version":3,"file":"bookingsService.getChildrenCost.test.js","sourceRoot":"","sources":["../../../../src/services/bookingService/__tests__/bookingsService.getChildrenCost.test.ts"],"names":[],"mappings":";;AAAA,gEAYyC;AACzC,sDAA+E;AAE/E,QAAQ,CAAC,0DAA0D,EAAE;IACnE,EAAE,CAAC,qKAAqK,EAAE;QACxK,IAAM,YAAY,GAAG,IAAA,iCAAe,EAAC,sBAAQ,CAAC,CAAA;QAC9C,IAAM,kBAAkB,GAAG,IAAA,2CAAyB,EAAC,sBAAQ,CAAC,CAAA;QAC9D,IAAM,iBAAiB,GAAG,YAAY,GAAG,kBAAkB,CAAA;QAC3D,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnC,CAAC,CAAC,CAAA;IAEF,EAAE,CAAC,0KAA0K,EAAE;QAC7K,IAAM,YAAY,GAAG,IAAA,iCAAe,EAAC,sBAAQ,CAAC,CAAA;QAC9C,IAAM,kBAAkB,GAAG,IAAA,2CAAyB,EAAC,sBAAQ,CAAC,CAAA;QAC9D,IAAM,iBAAiB,GAAG,YAAY,GAAG,kBAAkB,CAAA;QAC3D,MAAM,CAAC,iBAAiB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;IACnC,CAAC,CAAC,CAAA;IAEF,uNAAuN;IACvN,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,sCAAsC;IACtC,KAAK;IAEL,oNAAoN;IACpN,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,sCAAsC;IACtC,KAAK;IAEL,wLAAwL;IACxL,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,sCAAsC;IACtC,KAAK;IAEL,6NAA6N;IAC7N,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,sCAAsC;IACtC,KAAK;IAEL,8NAA8N;IAC9N,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,uCAAuC;IACvC,KAAK;IAEL,yNAAyN;IACzN,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,wCAAwC;IACxC,KAAK;IAEL,iOAAiO;IACjO,mDAAmD;IACnD,mEAAmE;IACnE,gEAAgE;IAChE,wCAAwC;IACxC,KAAK;IAEL,2NAA2N;IAC3N,oDAAoD;IACpD,oEAAoE;IACpE,gEAAgE;IAChE,wCAAwC;IACxC,KAAK;IAEL,mLAAmL;IACnL,oDAAoD;IACpD,oEAAoE;IACpE,gEAAgE;IAChE,wCAAwC;IACxC,KAAK;AACP,CAAC,CAAC,CAAA"}
|