@hyper.software/common-helpers 1.5.29 → 1.5.31
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/interfaces.d.ts +2 -0
- package/lib/interfaces.js.map +1 -1
- package/lib/services/bookingService/__tests__/bookingsService.test.d.ts +1 -0
- package/lib/services/bookingService/__tests__/bookingsService.test.js +391 -0
- package/lib/services/bookingService/__tests__/bookingsService.test.js.map +1 -0
- package/lib/services/bookingService/bookingInvoiceService.d.ts +1 -0
- package/lib/services/bookingService/bookingInvoiceService.js +5 -4
- package/lib/services/bookingService/bookingInvoiceService.js.map +1 -1
- package/lib/services/bookingService/bookingsService.js +2 -2
- package/lib/services/bookingService/bookingsService.js.map +1 -1
- package/lib/services/bookingService/bookingsService.test.js +1 -1
- package/lib/services/bookingService/bookingsService.test.js.map +1 -1
- package/lib/testingData/bookingData.d.ts +11 -0
- package/lib/testingData/bookingData.js +43665 -0
- package/lib/testingData/bookingData.js.map +1 -0
- package/lib/testingData/companyData.d.ts +1 -0
- package/lib/testingData/companyData.js +1045 -0
- package/lib/testingData/companyData.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1,1045 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.company = void 0;
|
|
4
|
+
exports.company = {
|
|
5
|
+
id: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
6
|
+
partnerId: '5652273c-6e68-43cc-bb5f-7a76653a9cf6',
|
|
7
|
+
parentCompanyId: null,
|
|
8
|
+
mainUserId: 'a6e67c79-616b-4134-a7db-d2ac40b21509',
|
|
9
|
+
name: 'Visitor Hotel',
|
|
10
|
+
isEnabled: true,
|
|
11
|
+
subdomain: 'visitor-qa',
|
|
12
|
+
language: 'en-US',
|
|
13
|
+
timezone: 'Europe/Berlin',
|
|
14
|
+
currency: 'EUR',
|
|
15
|
+
email: 'support@visitorapp.co',
|
|
16
|
+
address: {
|
|
17
|
+
city: 'Thyrnau',
|
|
18
|
+
country: 'Germany',
|
|
19
|
+
zipCode: '94136',
|
|
20
|
+
streetName: 'Zwölfling',
|
|
21
|
+
coordinates: {
|
|
22
|
+
latitude: '48.612276',
|
|
23
|
+
longitude: '13.569480',
|
|
24
|
+
},
|
|
25
|
+
streetNumber: '3',
|
|
26
|
+
},
|
|
27
|
+
checkinTime: {
|
|
28
|
+
end: '2024-12-02T17:00:00.000Z',
|
|
29
|
+
start: '2024-12-02T13:00:00.000Z',
|
|
30
|
+
},
|
|
31
|
+
checkoutTime: {
|
|
32
|
+
end: '2025-01-09T08:00:00.000Z',
|
|
33
|
+
start: '2024-12-02T07:00:00.000Z',
|
|
34
|
+
},
|
|
35
|
+
pricing: {
|
|
36
|
+
BOOKING: 1,
|
|
37
|
+
},
|
|
38
|
+
amenities: [
|
|
39
|
+
{
|
|
40
|
+
key: 'bar',
|
|
41
|
+
category: 'GENERAL',
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
key: 'familyRooms',
|
|
45
|
+
category: 'GENERAL',
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
key: 'sauna',
|
|
49
|
+
category: 'GENERAL',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
key: 'hottubOrJacuzzi',
|
|
53
|
+
category: 'GENERAL',
|
|
54
|
+
isSelected: false,
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
key: 'garden',
|
|
58
|
+
category: 'GENERAL',
|
|
59
|
+
isSelected: true,
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
key: 'airConditioning',
|
|
63
|
+
category: 'GENERAL',
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
key: 'terrace',
|
|
67
|
+
category: 'GENERAL',
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
key: 'swimmingPool',
|
|
71
|
+
category: 'GENERAL',
|
|
72
|
+
isSelected: true,
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
key: 'nonSmokingRooms',
|
|
76
|
+
category: 'GENERAL',
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
key: 'staffFollowSafetyProtocolsFromAuthorities',
|
|
80
|
+
category: 'SAFETY_FEATURES',
|
|
81
|
+
isSelected: false,
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
key: 'firstAidKitAvailable',
|
|
85
|
+
category: 'SAFETY_FEATURES',
|
|
86
|
+
isSelected: true,
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
key: 'sharedStationeryRemoved',
|
|
90
|
+
category: 'SAFETY_FEATURES',
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
key: 'accessToHealthcareProfessionals',
|
|
94
|
+
category: 'SAFETY_FEATURES',
|
|
95
|
+
isSelected: true,
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
key: 'handSanitizerAvailable',
|
|
99
|
+
category: 'SAFETY_FEATURES',
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
key: 'freeThermometersProvided',
|
|
103
|
+
category: 'SAFETY_FEATURES',
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
key: 'faceMasksForGuestsAvailable',
|
|
107
|
+
category: 'SAFETY_FEATURES',
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
key: 'processToCheckHealthOfGuests',
|
|
111
|
+
category: 'SAFETY_FEATURES',
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
key: 'contactlessCheckinCheckout',
|
|
115
|
+
category: 'PHYSICAL_DISTANCING',
|
|
116
|
+
isSelected: true,
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
key: 'cashlessPaymentAvailable',
|
|
120
|
+
category: 'PHYSICAL_DISTANCING',
|
|
121
|
+
isSelected: true,
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
key: 'screensOrPhysicalBarriers',
|
|
125
|
+
category: 'PHYSICAL_DISTANCING',
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
key: 'physicalDistancingRulesFollowed',
|
|
129
|
+
category: 'PHYSICAL_DISTANCING',
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
key: 'cleaningChemicalsCoronavirus',
|
|
133
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
key: 'guestAccommodationSealedAfterCleaning',
|
|
137
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
key: 'linensTowelsLaundryWashedAccordanceWithGuidelines',
|
|
141
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
key: 'propertyCleanedByProfessionalCleaningCompanies',
|
|
145
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
146
|
+
isSelected: true,
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
key: 'guestAccommodationDisinfectedBetweenStays',
|
|
150
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
key: 'guestsCanCancelCleaningServices',
|
|
154
|
+
category: 'CLEANLINESS_AND_DISINFECTING',
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
key: 'physicalDistancingDiningAreas',
|
|
158
|
+
category: 'FOOD_AND_DRINKS_SAFETY',
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
key: 'breakfastTakeawayContainers',
|
|
162
|
+
category: 'FOOD_AND_DRINKS_SAFETY',
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
key: 'foodCanBeDeliveredGuestAccommodation',
|
|
166
|
+
category: 'FOOD_AND_DRINKS_SAFETY',
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
key: 'deliveredFoodSecurelyCovered',
|
|
170
|
+
category: 'FOOD_AND_DRINKS_SAFETY',
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
key: 'platesCutlerySanitized',
|
|
174
|
+
category: 'FOOD_AND_DRINKS_SAFETY',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
key: 'hiking',
|
|
178
|
+
category: 'ACTIVITIES',
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
key: 'fishing',
|
|
182
|
+
category: 'ACTIVITIES',
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
key: 'golfCourse',
|
|
186
|
+
category: 'ACTIVITIES',
|
|
187
|
+
},
|
|
188
|
+
{
|
|
189
|
+
key: 'horseRiding',
|
|
190
|
+
category: 'ACTIVITIES',
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
key: 'miniGolf',
|
|
194
|
+
category: 'ACTIVITIES',
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
key: 'squash',
|
|
198
|
+
category: 'ACTIVITIES',
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
key: 'tennisCourt',
|
|
202
|
+
category: 'ACTIVITIES',
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
key: 'canoeing',
|
|
206
|
+
category: 'ACTIVITIES',
|
|
207
|
+
},
|
|
208
|
+
{
|
|
209
|
+
key: 'bowling',
|
|
210
|
+
category: 'ACTIVITIES',
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
key: 'pubCrawls',
|
|
214
|
+
category: 'ACTIVITIES',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
key: 'waterSports',
|
|
218
|
+
category: 'ACTIVITIES',
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
key: 'standupComedy',
|
|
222
|
+
category: 'ACTIVITIES',
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
key: 'waterPark',
|
|
226
|
+
category: 'ACTIVITIES',
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
key: 'movieNights',
|
|
230
|
+
category: 'ACTIVITIES',
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
key: 'skiing',
|
|
234
|
+
category: 'ACTIVITIES',
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
key: 'walkingTours',
|
|
238
|
+
category: 'ACTIVITIES',
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
key: 'billiards',
|
|
242
|
+
category: 'ACTIVITIES',
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
key: 'bikeTours',
|
|
246
|
+
category: 'ACTIVITIES',
|
|
247
|
+
},
|
|
248
|
+
{
|
|
249
|
+
key: 'tableTennis',
|
|
250
|
+
category: 'ACTIVITIES',
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
key: 'themedDinnerNights',
|
|
254
|
+
category: 'ACTIVITIES',
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
key: 'windsurfing',
|
|
258
|
+
category: 'ACTIVITIES',
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
key: 'happyHour',
|
|
262
|
+
category: 'ACTIVITIES',
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
key: 'darts',
|
|
266
|
+
category: 'ACTIVITIES',
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
key: 'localCultureTours',
|
|
270
|
+
category: 'ACTIVITIES',
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
key: 'cycling',
|
|
274
|
+
category: 'ACTIVITIES',
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
key: 'cookingClass',
|
|
278
|
+
category: 'ACTIVITIES',
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
key: 'diving',
|
|
282
|
+
category: 'ACTIVITIES',
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
key: 'liveMusic',
|
|
286
|
+
category: 'ACTIVITIES',
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
key: 'snorkelling',
|
|
290
|
+
category: 'ACTIVITIES',
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
key: 'liveSportEvents',
|
|
294
|
+
category: 'ACTIVITIES',
|
|
295
|
+
},
|
|
296
|
+
{
|
|
297
|
+
key: 'tennisEquipment',
|
|
298
|
+
category: 'ACTIVITIES',
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
key: 'archery',
|
|
302
|
+
category: 'ACTIVITIES',
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
key: 'badmintonEquipment',
|
|
306
|
+
category: 'ACTIVITIES',
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
key: 'aerobics',
|
|
310
|
+
category: 'ACTIVITIES',
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
key: 'beach',
|
|
314
|
+
category: 'ACTIVITIES',
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
key: 'bingo',
|
|
318
|
+
category: 'ACTIVITIES',
|
|
319
|
+
},
|
|
320
|
+
{
|
|
321
|
+
key: 'temporaryArtGalleries',
|
|
322
|
+
category: 'ACTIVITIES',
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
key: 'bbqFacilities',
|
|
326
|
+
category: 'FOOD_AND_DRINKS',
|
|
327
|
+
isSelected: false,
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
key: 'breakfastInTheRoom',
|
|
331
|
+
category: 'FOOD_AND_DRINKS',
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
key: 'restaurant',
|
|
335
|
+
category: 'FOOD_AND_DRINKS',
|
|
336
|
+
isSelected: true,
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
key: 'packedLunches',
|
|
340
|
+
category: 'FOOD_AND_DRINKS',
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
key: 'roomService',
|
|
344
|
+
category: 'FOOD_AND_DRINKS',
|
|
345
|
+
isSelected: true,
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
key: 'minibar',
|
|
349
|
+
category: 'FOOD_AND_DRINKS',
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
key: 'snackBar',
|
|
353
|
+
category: 'FOOD_AND_DRINKS',
|
|
354
|
+
},
|
|
355
|
+
{
|
|
356
|
+
key: 'groceryDeliveries',
|
|
357
|
+
category: 'FOOD_AND_DRINKS',
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
key: 'specialDietMenus',
|
|
361
|
+
category: 'FOOD_AND_DRINKS',
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
key: 'vendingMachineDrinks',
|
|
365
|
+
category: 'FOOD_AND_DRINKS',
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
key: 'bottleOfWater',
|
|
369
|
+
category: 'FOOD_AND_DRINKS',
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
key: 'vendingMachineSnacks',
|
|
373
|
+
category: 'FOOD_AND_DRINKS',
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
key: 'fruits',
|
|
377
|
+
category: 'FOOD_AND_DRINKS',
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
key: 'kidMeals',
|
|
381
|
+
category: 'FOOD_AND_DRINKS',
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
key: 'kidFriendlyBuffet',
|
|
385
|
+
category: 'FOOD_AND_DRINKS',
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
key: 'chocolateOrCookies',
|
|
389
|
+
category: 'FOOD_AND_DRINKS',
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
key: 'coffeeHouseOnSite',
|
|
393
|
+
category: 'FOOD_AND_DRINKS',
|
|
394
|
+
},
|
|
395
|
+
{
|
|
396
|
+
key: 'wineChampagneSelection',
|
|
397
|
+
category: 'FOOD_AND_DRINKS',
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
key: 'fitnessCentre',
|
|
401
|
+
category: 'POOL_AND_WELLNESS',
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
key: 'hammam',
|
|
405
|
+
category: 'POOL_AND_WELLNESS',
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
key: 'solarium',
|
|
409
|
+
category: 'POOL_AND_WELLNESS',
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
key: 'spaAndWellnessCentre',
|
|
413
|
+
category: 'POOL_AND_WELLNESS',
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
key: 'massage',
|
|
417
|
+
category: 'POOL_AND_WELLNESS',
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
key: 'waterSlide',
|
|
421
|
+
category: 'POOL_AND_WELLNESS',
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
key: 'spaWellnessPackages',
|
|
425
|
+
category: 'POOL_AND_WELLNESS',
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
key: 'poolOrBeachTowels',
|
|
429
|
+
category: 'POOL_AND_WELLNESS',
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
key: 'massageChair',
|
|
433
|
+
category: 'POOL_AND_WELLNESS',
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
key: 'sunLoungersBeachChairs',
|
|
437
|
+
category: 'POOL_AND_WELLNESS',
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
key: 'fitness',
|
|
441
|
+
category: 'POOL_AND_WELLNESS',
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
key: 'sunUmbrellas',
|
|
445
|
+
category: 'POOL_AND_WELLNESS',
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
key: 'yogaClasses',
|
|
449
|
+
category: 'POOL_AND_WELLNESS',
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
key: 'beautyServices',
|
|
453
|
+
category: 'POOL_AND_WELLNESS',
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
key: 'fitnessClasses',
|
|
457
|
+
category: 'POOL_AND_WELLNESS',
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
key: 'spaFacilities',
|
|
461
|
+
category: 'POOL_AND_WELLNESS',
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
key: 'personalTrainer',
|
|
465
|
+
category: 'POOL_AND_WELLNESS',
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
key: 'steamRoom',
|
|
469
|
+
category: 'POOL_AND_WELLNESS',
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
key: 'fitnessSpaLockerRooms',
|
|
473
|
+
category: 'POOL_AND_WELLNESS',
|
|
474
|
+
},
|
|
475
|
+
{
|
|
476
|
+
key: 'spaLoungeRelaxationArea',
|
|
477
|
+
category: 'POOL_AND_WELLNESS',
|
|
478
|
+
},
|
|
479
|
+
{
|
|
480
|
+
key: 'kidsPool',
|
|
481
|
+
category: 'POOL_AND_WELLNESS',
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
key: 'footBath',
|
|
485
|
+
category: 'POOL_AND_WELLNESS',
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
key: 'airportShuttle',
|
|
489
|
+
category: 'TRANSPORT',
|
|
490
|
+
},
|
|
491
|
+
{
|
|
492
|
+
key: 'shuttleService',
|
|
493
|
+
category: 'TRANSPORT',
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
key: 'carHire',
|
|
497
|
+
category: 'TRANSPORT',
|
|
498
|
+
},
|
|
499
|
+
{
|
|
500
|
+
key: 'parkingIsAvailable',
|
|
501
|
+
category: 'TRANSPORT',
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
key: 'publicTransportTickets',
|
|
505
|
+
category: 'TRANSPORT',
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
key: '24hourFrontDesk',
|
|
509
|
+
category: 'ADDITIONAL_SERVICES',
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
key: 'atmMachineOnSite',
|
|
513
|
+
category: 'ADDITIONAL_SERVICES',
|
|
514
|
+
},
|
|
515
|
+
{
|
|
516
|
+
key: 'expressCheckinCheckout',
|
|
517
|
+
category: 'ADDITIONAL_SERVICES',
|
|
518
|
+
},
|
|
519
|
+
{
|
|
520
|
+
key: 'conciergeService',
|
|
521
|
+
category: 'ADDITIONAL_SERVICES',
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
key: 'currencyExchange',
|
|
525
|
+
category: 'ADDITIONAL_SERVICES',
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
key: 'privateCheckinCheckout',
|
|
529
|
+
category: 'ADDITIONAL_SERVICES',
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
key: 'tourDesk',
|
|
533
|
+
category: 'ADDITIONAL_SERVICES',
|
|
534
|
+
},
|
|
535
|
+
{
|
|
536
|
+
key: 'invoiceProvided',
|
|
537
|
+
category: 'ADDITIONAL_SERVICES',
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
key: 'gamesRoom',
|
|
541
|
+
category: 'COMMON_AREAS',
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
key: 'sharedKitchen',
|
|
545
|
+
category: 'COMMON_AREAS',
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
key: 'library',
|
|
549
|
+
category: 'COMMON_AREAS',
|
|
550
|
+
},
|
|
551
|
+
{
|
|
552
|
+
key: 'sharedTvLoungeArea',
|
|
553
|
+
category: 'COMMON_AREAS',
|
|
554
|
+
},
|
|
555
|
+
{
|
|
556
|
+
key: 'chapelShrine',
|
|
557
|
+
category: 'COMMON_AREAS',
|
|
558
|
+
},
|
|
559
|
+
{
|
|
560
|
+
key: 'outdoorFurniture',
|
|
561
|
+
category: 'COMMON_AREAS',
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
key: 'sunTerrace',
|
|
565
|
+
category: 'COMMON_AREAS',
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
key: 'picnicArea',
|
|
569
|
+
category: 'COMMON_AREAS',
|
|
570
|
+
},
|
|
571
|
+
{
|
|
572
|
+
key: 'outdoorFireplace',
|
|
573
|
+
category: 'COMMON_AREAS',
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
key: 'indoorFireplace',
|
|
577
|
+
category: 'COMMON_AREAS',
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
key: 'childrensPlayground',
|
|
581
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
582
|
+
isSelected: true,
|
|
583
|
+
},
|
|
584
|
+
{
|
|
585
|
+
key: 'entertainmentStaff',
|
|
586
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
key: 'babysittingOrChildServices',
|
|
590
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
key: 'nightClubOrDj',
|
|
594
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
595
|
+
isSelected: true,
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
key: 'casino',
|
|
599
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
600
|
+
},
|
|
601
|
+
{
|
|
602
|
+
key: 'kidsClub',
|
|
603
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
key: 'karaoke',
|
|
607
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
608
|
+
isSelected: false,
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
key: 'eveningEntertainment',
|
|
612
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
613
|
+
},
|
|
614
|
+
{
|
|
615
|
+
key: 'boardGamesOrPuzzles',
|
|
616
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
617
|
+
isSelected: false,
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
key: 'babySafetyGates',
|
|
621
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
key: 'indoorPlayArea',
|
|
625
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
key: 'strollers',
|
|
629
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
key: 'kidsOutdoorPlayEquipment',
|
|
633
|
+
category: 'FAMILY_ENTERTAINMENT',
|
|
634
|
+
},
|
|
635
|
+
{
|
|
636
|
+
key: 'dailyHousekeeping',
|
|
637
|
+
category: 'CLEANING_SERVICES',
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
key: 'dryCleaning',
|
|
641
|
+
category: 'CLEANING_SERVICES',
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
key: 'trouserPress',
|
|
645
|
+
category: 'CLEANING_SERVICES',
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
key: 'ironingService',
|
|
649
|
+
category: 'CLEANING_SERVICES',
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
key: 'laundry',
|
|
653
|
+
category: 'CLEANING_SERVICES',
|
|
654
|
+
},
|
|
655
|
+
{
|
|
656
|
+
key: 'meetingOrBanquetFacilities',
|
|
657
|
+
category: 'BUSINESS_FACILITIES',
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
key: 'faxOrPhotocopying',
|
|
661
|
+
category: 'BUSINESS_FACILITIES',
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
key: 'businessCentre',
|
|
665
|
+
category: 'BUSINESS_FACILITIES',
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
key: 'nonSmokingThroughout',
|
|
669
|
+
category: 'MISCELLANEOUS',
|
|
670
|
+
},
|
|
671
|
+
{
|
|
672
|
+
key: 'soundproofRooms',
|
|
673
|
+
category: 'MISCELLANEOUS',
|
|
674
|
+
},
|
|
675
|
+
{
|
|
676
|
+
key: 'lift',
|
|
677
|
+
category: 'MISCELLANEOUS',
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
key: 'heating',
|
|
681
|
+
category: 'MISCELLANEOUS',
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
key: 'adultOnly',
|
|
685
|
+
category: 'MISCELLANEOUS',
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
key: 'allergyFreeRooms',
|
|
689
|
+
category: 'MISCELLANEOUS',
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
key: 'facilitiesForDisabledGuests',
|
|
693
|
+
category: 'MISCELLANEOUS',
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
key: 'designatedSmokingArea',
|
|
697
|
+
category: 'MISCELLANEOUS',
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
key: 'petBasket',
|
|
701
|
+
category: 'MISCELLANEOUS',
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
key: 'keyCardAccess',
|
|
705
|
+
category: 'MISCELLANEOUS',
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
key: 'petBowls',
|
|
709
|
+
category: 'MISCELLANEOUS',
|
|
710
|
+
},
|
|
711
|
+
{
|
|
712
|
+
key: 'lockers',
|
|
713
|
+
category: 'MISCELLANEOUS',
|
|
714
|
+
},
|
|
715
|
+
{
|
|
716
|
+
key: 'keyAccess',
|
|
717
|
+
category: 'MISCELLANEOUS',
|
|
718
|
+
},
|
|
719
|
+
{
|
|
720
|
+
key: 'luggageStorage',
|
|
721
|
+
category: 'MISCELLANEOUS',
|
|
722
|
+
},
|
|
723
|
+
{
|
|
724
|
+
key: 'safetyDepositBox',
|
|
725
|
+
category: 'SAFETY_AND_SECURITY',
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
key: 'cctvCommonAreas',
|
|
729
|
+
category: 'SAFETY_AND_SECURITY',
|
|
730
|
+
},
|
|
731
|
+
{
|
|
732
|
+
key: '24hourSecurity',
|
|
733
|
+
category: 'SAFETY_AND_SECURITY',
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
key: 'cctvOutsideProperty',
|
|
737
|
+
category: 'SAFETY_AND_SECURITY',
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
key: 'securityAlarm',
|
|
741
|
+
category: 'SAFETY_AND_SECURITY',
|
|
742
|
+
},
|
|
743
|
+
{
|
|
744
|
+
key: 'fireExtinguishers',
|
|
745
|
+
category: 'SAFETY_AND_SECURITY',
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
key: 'smokeAlarms',
|
|
749
|
+
category: 'SAFETY_AND_SECURITY',
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
key: 'carbonMonoxideDetector',
|
|
753
|
+
category: 'SAFETY_AND_SECURITY',
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
key: 'carbonMonoxideSources',
|
|
757
|
+
category: 'SAFETY_AND_SECURITY',
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
key: 'petsAccepted',
|
|
761
|
+
category: 'PETS',
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
key: 'petsNotAccepted',
|
|
765
|
+
category: 'PETS',
|
|
766
|
+
},
|
|
767
|
+
],
|
|
768
|
+
google: {
|
|
769
|
+
mapsId: '149567733068801864',
|
|
770
|
+
},
|
|
771
|
+
smartPricing: {},
|
|
772
|
+
integrations: {
|
|
773
|
+
bnovo: {
|
|
774
|
+
id: '641',
|
|
775
|
+
},
|
|
776
|
+
stripe: {
|
|
777
|
+
accountId: 'acct_1QMVgnCly4slldbG',
|
|
778
|
+
},
|
|
779
|
+
},
|
|
780
|
+
locationDescription: {},
|
|
781
|
+
themeData: {
|
|
782
|
+
logo: {
|
|
783
|
+
name: 'hafen_logo.jpg',
|
|
784
|
+
size: 14522,
|
|
785
|
+
type: 'image/jpeg',
|
|
786
|
+
order: 0,
|
|
787
|
+
resourcePath: 'images/1d29998a-b569-4a0c-8e8b-61ea165364f5.jpg',
|
|
788
|
+
},
|
|
789
|
+
},
|
|
790
|
+
publicInformation: {
|
|
791
|
+
payment: 'Especially for direct bookings via Visitor, it is necessary to clearly state the payment information. Payments are not processed through Visitor; they must always be carried out by your hotel.',
|
|
792
|
+
description: {
|
|
793
|
+
general: 'Describe your hotel here and highlight information that you consider informative or noteworthy. Take the time to clearly define the target audience for your description. What makes your hotel special, and who exactly is your target group?',
|
|
794
|
+
location: 'Describe the surroundings here, and also emphasize the special features of the area. Keep in mind that the location is important, and include descriptions that make your surroundings interesting to your target audience.',
|
|
795
|
+
highlights: [
|
|
796
|
+
{
|
|
797
|
+
title: 'Great breakfast',
|
|
798
|
+
description: 'A great breakfast could be an example of your highlights.',
|
|
799
|
+
},
|
|
800
|
+
{
|
|
801
|
+
title: 'Late check-out',
|
|
802
|
+
description: 'Late check-out could be an example of your highlights.',
|
|
803
|
+
},
|
|
804
|
+
{
|
|
805
|
+
title: 'Fantastic location',
|
|
806
|
+
description: 'A fantastic location could be an example of your highlights.',
|
|
807
|
+
},
|
|
808
|
+
],
|
|
809
|
+
},
|
|
810
|
+
generalRules: 'In this section, you can specify your house rules.',
|
|
811
|
+
nearbyPlaces: [
|
|
812
|
+
{
|
|
813
|
+
name: 'Cetatea Soimului',
|
|
814
|
+
distance: 12,
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
name: 'Stadion UTA Arad',
|
|
818
|
+
distance: 2,
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
name: 'Fabrica de apa',
|
|
822
|
+
distance: 1,
|
|
823
|
+
},
|
|
824
|
+
],
|
|
825
|
+
cancellations: {
|
|
826
|
+
type: 'PARTIALLY_REFUNDABLE',
|
|
827
|
+
description: 'This section should describe all the conditions for cancellation.',
|
|
828
|
+
},
|
|
829
|
+
quietHours: {
|
|
830
|
+
from: '22:00',
|
|
831
|
+
to: '07:00',
|
|
832
|
+
},
|
|
833
|
+
},
|
|
834
|
+
website: {
|
|
835
|
+
latitude: '48.612289',
|
|
836
|
+
longitude: '13.569627',
|
|
837
|
+
coordinates: {
|
|
838
|
+
latitude: '48.612283',
|
|
839
|
+
longitude: ' 13.569441',
|
|
840
|
+
},
|
|
841
|
+
footerLinks: [
|
|
842
|
+
{
|
|
843
|
+
footerUrl: '',
|
|
844
|
+
footerName: '',
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
footerUrl: '',
|
|
848
|
+
footerName: '',
|
|
849
|
+
},
|
|
850
|
+
],
|
|
851
|
+
headerLinks: [
|
|
852
|
+
{
|
|
853
|
+
url: 'https://google.com/',
|
|
854
|
+
name: 'Header Google 1',
|
|
855
|
+
headerUrl: '',
|
|
856
|
+
headerName: '',
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
url: 'https://facebook.com',
|
|
860
|
+
name: 'Header Google 2',
|
|
861
|
+
headerUrl: '',
|
|
862
|
+
headerName: '',
|
|
863
|
+
},
|
|
864
|
+
],
|
|
865
|
+
enableMyLike: false,
|
|
866
|
+
stripePaymentsEnabled: true,
|
|
867
|
+
requestAddressInformation: false,
|
|
868
|
+
requestCreditCardInformation: true,
|
|
869
|
+
websiteBookingsConfirmationNeeded: false,
|
|
870
|
+
},
|
|
871
|
+
socials: {
|
|
872
|
+
facebookUrl: null,
|
|
873
|
+
instagramUrl: null,
|
|
874
|
+
},
|
|
875
|
+
images: [
|
|
876
|
+
{
|
|
877
|
+
name: 'e04226f4-9fcf-478c-bc20-a04244de3eb4.jpg',
|
|
878
|
+
size: 170511,
|
|
879
|
+
type: 'image/jpeg',
|
|
880
|
+
order: 0,
|
|
881
|
+
resourcePath: 'images/421d1804-541f-4c2f-97c6-bf8ca67ba000.jpg',
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
name: '283d0b97-b67d-4e04-af94-841a7613f7a5.jpg',
|
|
885
|
+
size: 220982,
|
|
886
|
+
type: 'image/jpeg',
|
|
887
|
+
order: 1,
|
|
888
|
+
resourcePath: 'images/2258275c-62ce-435c-9231-8513cd0889e1.jpg',
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
name: '2bd14c73-942b-471f-a37f-87b1a58b5022.jpg',
|
|
892
|
+
size: 93508,
|
|
893
|
+
type: 'image/jpeg',
|
|
894
|
+
order: 2,
|
|
895
|
+
resourcePath: 'images/fe14713d-02c0-4c6a-a4f5-bb4a85dcfd72.jpg',
|
|
896
|
+
},
|
|
897
|
+
],
|
|
898
|
+
phoneNumbers: ['07123456789'],
|
|
899
|
+
whatsappNumber: '',
|
|
900
|
+
holidays: [],
|
|
901
|
+
owDiscountRules: [
|
|
902
|
+
{
|
|
903
|
+
type: 'PERCENTAGE',
|
|
904
|
+
value: 18,
|
|
905
|
+
lengthOfStay: 3,
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
type: 'VALUE_AMOUNT',
|
|
909
|
+
value: 10,
|
|
910
|
+
lengthOfStay: 5,
|
|
911
|
+
},
|
|
912
|
+
],
|
|
913
|
+
bookings: {
|
|
914
|
+
hasManualCheckout: true,
|
|
915
|
+
digitsOnlyBookingCode: true,
|
|
916
|
+
blockSamedayCheckinsAfter: '2025-01-09T15:00:00.000Z',
|
|
917
|
+
gatherAdditionalGuestsInformation: false,
|
|
918
|
+
},
|
|
919
|
+
legalInformation: {
|
|
920
|
+
name: 'Hotel number 1',
|
|
921
|
+
vatNumber: 'DE349612867091',
|
|
922
|
+
registrationNumber: 'H332',
|
|
923
|
+
},
|
|
924
|
+
bankInformation: {
|
|
925
|
+
iban: 'DE893704004405320',
|
|
926
|
+
swift: 'SOLARIS',
|
|
927
|
+
bankName: 'solaris',
|
|
928
|
+
},
|
|
929
|
+
invoices: {
|
|
930
|
+
salesTax: 19,
|
|
931
|
+
reducedSalesTax: 7,
|
|
932
|
+
showLogoInvoices: true,
|
|
933
|
+
},
|
|
934
|
+
lastExternalBookingsSync: null,
|
|
935
|
+
npsScore: null,
|
|
936
|
+
trialEndDate: null,
|
|
937
|
+
isPayingCustomer: false,
|
|
938
|
+
includeFeesInFinalCostExternalBookings: true,
|
|
939
|
+
includeMainUserAsEmailCC: true,
|
|
940
|
+
customerDataStoragePeriod: 'ONE_YEAR',
|
|
941
|
+
createdAt: '2024-07-19T09:30:01.472Z',
|
|
942
|
+
updatedAt: '2025-01-16T09:12:39.948Z',
|
|
943
|
+
deletedAt: null,
|
|
944
|
+
nextInvoiceId: '01643',
|
|
945
|
+
CompanyUser: {
|
|
946
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
947
|
+
userId: 'a6e67c79-616b-4134-a7db-d2ac40b21509',
|
|
948
|
+
isDefault: true,
|
|
949
|
+
inviteToken: null,
|
|
950
|
+
data: {},
|
|
951
|
+
createdAt: '2024-07-19T09:30:01.696Z',
|
|
952
|
+
updatedAt: '2024-07-19T09:30:01.696Z',
|
|
953
|
+
deletedAt: null,
|
|
954
|
+
},
|
|
955
|
+
partner: {
|
|
956
|
+
id: '5652273c-6e68-43cc-bb5f-7a76653a9cf6',
|
|
957
|
+
name: 'Visitor QA',
|
|
958
|
+
subdomains: ['visitor-qa'],
|
|
959
|
+
},
|
|
960
|
+
channels: [
|
|
961
|
+
{
|
|
962
|
+
id: '72da8303-e8e7-4450-9b9d-7b4a70bf3663',
|
|
963
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
964
|
+
type: 'DEFAULT',
|
|
965
|
+
isSynchronised: true,
|
|
966
|
+
data: {},
|
|
967
|
+
integrations: {},
|
|
968
|
+
createdAt: '2024-07-19T09:30:01.472Z',
|
|
969
|
+
updatedAt: '2024-12-11T11:37:42.551Z',
|
|
970
|
+
deletedAt: null,
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
id: 'e5a4d325-6d41-43d1-9236-22b02de229b4',
|
|
974
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
975
|
+
type: 'BOOKING',
|
|
976
|
+
isSynchronised: true,
|
|
977
|
+
data: {
|
|
978
|
+
hotel_id: '123456',
|
|
979
|
+
},
|
|
980
|
+
integrations: {},
|
|
981
|
+
createdAt: '2024-12-11T11:05:28.221Z',
|
|
982
|
+
updatedAt: '2024-12-13T11:16:03.848Z',
|
|
983
|
+
deletedAt: null,
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
id: '051b6367-b33d-40b9-9a1b-339f44fe9d3b',
|
|
987
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
988
|
+
type: 'BOOKING',
|
|
989
|
+
isSynchronised: false,
|
|
990
|
+
data: {
|
|
991
|
+
hotel_id: '123',
|
|
992
|
+
},
|
|
993
|
+
integrations: {},
|
|
994
|
+
createdAt: '2025-01-07T09:22:15.339Z',
|
|
995
|
+
updatedAt: '2025-01-07T09:22:15.339Z',
|
|
996
|
+
deletedAt: null,
|
|
997
|
+
},
|
|
998
|
+
{
|
|
999
|
+
id: 'dbd2ded4-5c81-4a98-8edb-40252189ea54',
|
|
1000
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
1001
|
+
type: 'BOOKING',
|
|
1002
|
+
isSynchronised: false,
|
|
1003
|
+
data: {
|
|
1004
|
+
hotel_id: '123',
|
|
1005
|
+
},
|
|
1006
|
+
integrations: {},
|
|
1007
|
+
createdAt: '2025-01-07T11:17:20.746Z',
|
|
1008
|
+
updatedAt: '2025-01-07T11:17:20.746Z',
|
|
1009
|
+
deletedAt: null,
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
id: '910d6a8d-9e87-4e44-b838-4ea590d4b710',
|
|
1013
|
+
companyId: 'd82ba143-3b0d-4569-972a-be7c3244901c',
|
|
1014
|
+
type: 'BOOKING',
|
|
1015
|
+
isSynchronised: false,
|
|
1016
|
+
data: {
|
|
1017
|
+
hotel_id: '123',
|
|
1018
|
+
},
|
|
1019
|
+
integrations: {},
|
|
1020
|
+
createdAt: '2025-01-07T11:17:31.669Z',
|
|
1021
|
+
updatedAt: '2025-01-07T11:17:31.669Z',
|
|
1022
|
+
deletedAt: null,
|
|
1023
|
+
},
|
|
1024
|
+
],
|
|
1025
|
+
mainUser: {
|
|
1026
|
+
id: 'a6e67c79-616b-4134-a7db-d2ac40b21509',
|
|
1027
|
+
partnerId: null,
|
|
1028
|
+
isActive: true,
|
|
1029
|
+
email: 'support@visitorapp.co',
|
|
1030
|
+
firstName: null,
|
|
1031
|
+
lastName: null,
|
|
1032
|
+
profilePhoto: null,
|
|
1033
|
+
phoneNumber: '+40726461237',
|
|
1034
|
+
areTermsAccepted: false,
|
|
1035
|
+
dateAcceptedTerms: null,
|
|
1036
|
+
lastLoggedIn: '2025-01-16T09:16:59.223Z',
|
|
1037
|
+
resetPasswordId: '1ab7abb7-1459-4766-a003-a719769606f4',
|
|
1038
|
+
language: 'en-US',
|
|
1039
|
+
createdAt: '2024-07-19T09:30:01.247Z',
|
|
1040
|
+
updatedAt: '2025-01-16T09:16:59.514Z',
|
|
1041
|
+
deletedAt: null,
|
|
1042
|
+
},
|
|
1043
|
+
isDefault: true,
|
|
1044
|
+
};
|
|
1045
|
+
//# sourceMappingURL=companyData.js.map
|