@voyantjs/bookings-ui 0.16.0 → 0.18.0

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.
Files changed (85) hide show
  1. package/LICENSE +201 -109
  2. package/README.md +11 -0
  3. package/dist/components/booking-activity-timeline.d.ts.map +1 -1
  4. package/dist/components/booking-activity-timeline.js +34 -14
  5. package/dist/components/booking-cancellation-dialog.d.ts.map +1 -1
  6. package/dist/components/booking-cancellation-dialog.js +15 -16
  7. package/dist/components/booking-create-dialog.d.ts.map +1 -1
  8. package/dist/components/booking-create-dialog.js +77 -13
  9. package/dist/components/booking-dialog.d.ts.map +1 -1
  10. package/dist/components/booking-dialog.js +27 -21
  11. package/dist/components/booking-document-dialog.d.ts.map +1 -1
  12. package/dist/components/booking-document-dialog.js +27 -13
  13. package/dist/components/booking-document-list.d.ts.map +1 -1
  14. package/dist/components/booking-document-list.js +9 -4
  15. package/dist/components/booking-group-link-dialog.d.ts.map +1 -1
  16. package/dist/components/booking-group-link-dialog.js +17 -6
  17. package/dist/components/booking-group-section.d.ts.map +1 -1
  18. package/dist/components/booking-group-section.js +8 -2
  19. package/dist/components/booking-guarantee-dialog.d.ts.map +1 -1
  20. package/dist/components/booking-guarantee-dialog.js +30 -14
  21. package/dist/components/booking-guarantee-list.d.ts.map +1 -1
  22. package/dist/components/booking-guarantee-list.js +11 -8
  23. package/dist/components/booking-item-dialog.d.ts.map +1 -1
  24. package/dist/components/booking-item-dialog.js +34 -20
  25. package/dist/components/booking-item-list.d.ts.map +1 -1
  26. package/dist/components/booking-item-list.js +10 -9
  27. package/dist/components/booking-item-travelers.d.ts.map +1 -1
  28. package/dist/components/booking-item-travelers.js +9 -4
  29. package/dist/components/booking-list.d.ts.map +1 -1
  30. package/dist/components/booking-list.js +17 -8
  31. package/dist/components/booking-notes.d.ts.map +1 -1
  32. package/dist/components/booking-notes.js +5 -2
  33. package/dist/components/booking-payment-schedule-dialog.d.ts.map +1 -1
  34. package/dist/components/booking-payment-schedule-dialog.js +31 -12
  35. package/dist/components/booking-payment-schedule-list.d.ts.map +1 -1
  36. package/dist/components/booking-payment-schedule-list.js +7 -6
  37. package/dist/components/booking-payments-summary.d.ts.map +1 -1
  38. package/dist/components/booking-payments-summary.js +7 -4
  39. package/dist/components/file-dropzone.d.ts.map +1 -1
  40. package/dist/components/file-dropzone.js +25 -15
  41. package/dist/components/passengers-section.d.ts.map +1 -1
  42. package/dist/components/passengers-section.js +3 -17
  43. package/dist/components/payment-schedule-section.d.ts.map +1 -1
  44. package/dist/components/payment-schedule-section.js +3 -14
  45. package/dist/components/person-picker-section.d.ts.map +1 -1
  46. package/dist/components/person-picker-section.js +3 -19
  47. package/dist/components/price-breakdown-section.d.ts.map +1 -1
  48. package/dist/components/price-breakdown-section.js +15 -18
  49. package/dist/components/product-picker-section.d.ts.map +1 -1
  50. package/dist/components/product-picker-section.js +3 -8
  51. package/dist/components/rooms-stepper-section.d.ts.map +1 -1
  52. package/dist/components/rooms-stepper-section.js +4 -9
  53. package/dist/components/shared-room-section.d.ts.map +1 -1
  54. package/dist/components/shared-room-section.js +3 -9
  55. package/dist/components/status-change-dialog.d.ts.map +1 -1
  56. package/dist/components/status-change-dialog.js +6 -1
  57. package/dist/components/supplier-status-dialog.d.ts.map +1 -1
  58. package/dist/components/supplier-status-dialog.js +31 -15
  59. package/dist/components/supplier-status-list.d.ts.map +1 -1
  60. package/dist/components/supplier-status-list.js +10 -2
  61. package/dist/components/traveler-dialog.d.ts.map +1 -1
  62. package/dist/components/traveler-dialog.js +17 -8
  63. package/dist/components/traveler-list.d.ts.map +1 -1
  64. package/dist/components/traveler-list.js +5 -3
  65. package/dist/components/voucher-picker-section.d.ts.map +1 -1
  66. package/dist/components/voucher-picker-section.js +11 -26
  67. package/dist/i18n/en.d.ts +797 -0
  68. package/dist/i18n/en.d.ts.map +1 -0
  69. package/dist/i18n/en.js +796 -0
  70. package/dist/i18n/index.d.ts +5 -0
  71. package/dist/i18n/index.d.ts.map +1 -0
  72. package/dist/i18n/index.js +3 -0
  73. package/dist/i18n/messages.d.ts +684 -0
  74. package/dist/i18n/messages.d.ts.map +1 -0
  75. package/dist/i18n/messages.js +1 -0
  76. package/dist/i18n/provider.d.ts +1617 -0
  77. package/dist/i18n/provider.d.ts.map +1 -0
  78. package/dist/i18n/provider.js +45 -0
  79. package/dist/i18n/ro.d.ts +797 -0
  80. package/dist/i18n/ro.d.ts.map +1 -0
  81. package/dist/i18n/ro.js +796 -0
  82. package/dist/index.d.ts +1 -0
  83. package/dist/index.d.ts.map +1 -1
  84. package/dist/index.js +1 -0
  85. package/package.json +40 -20
@@ -0,0 +1,1617 @@
1
+ import { formatMessage, type LocaleMessageOverrides, type PackageI18nValue } from "@voyantjs/i18n";
2
+ import type { ReactNode } from "react";
3
+ import type { BookingsUiMessages } from "./messages";
4
+ export declare const bookingsUiMessageDefinitions: {
5
+ en: {
6
+ common: {
7
+ cancel: string;
8
+ saveChanges: string;
9
+ add: string;
10
+ loading: string;
11
+ bookingStatusLabels: {
12
+ draft: string;
13
+ on_hold: string;
14
+ confirmed: string;
15
+ in_progress: string;
16
+ cancelled: string;
17
+ completed: string;
18
+ expired: string;
19
+ };
20
+ supplierStatusLabels: {
21
+ pending: string;
22
+ confirmed: string;
23
+ rejected: string;
24
+ cancelled: string;
25
+ };
26
+ };
27
+ travelerDialog: {
28
+ titles: {
29
+ create: string;
30
+ edit: string;
31
+ };
32
+ fields: {
33
+ firstName: string;
34
+ lastName: string;
35
+ email: string;
36
+ phone: string;
37
+ specialRequests: string;
38
+ };
39
+ placeholders: {
40
+ firstName: string;
41
+ lastName: string;
42
+ email: string;
43
+ phone: string;
44
+ specialRequests: string;
45
+ };
46
+ validation: {
47
+ firstNameRequired: string;
48
+ lastNameRequired: string;
49
+ };
50
+ actions: {
51
+ addTraveler: string;
52
+ };
53
+ };
54
+ travelerList: {
55
+ title: string;
56
+ addTraveler: string;
57
+ empty: string;
58
+ values: {
59
+ emailUnavailable: string;
60
+ phoneUnavailable: string;
61
+ };
62
+ columns: {
63
+ name: string;
64
+ email: string;
65
+ phone: string;
66
+ };
67
+ actions: {
68
+ deleteConfirm: string;
69
+ };
70
+ };
71
+ bookingItemDialog: {
72
+ titles: {
73
+ create: string;
74
+ edit: string;
75
+ };
76
+ itemTypeLabels: {
77
+ unit: string;
78
+ extra: string;
79
+ service: string;
80
+ fee: string;
81
+ tax: string;
82
+ discount: string;
83
+ adjustment: string;
84
+ accommodation: string;
85
+ transport: string;
86
+ other: string;
87
+ };
88
+ itemStatusLabels: {
89
+ draft: string;
90
+ on_hold: string;
91
+ confirmed: string;
92
+ cancelled: string;
93
+ expired: string;
94
+ fulfilled: string;
95
+ };
96
+ fields: {
97
+ title: string;
98
+ type: string;
99
+ status: string;
100
+ quantity: string;
101
+ sellCurrency: string;
102
+ unitSellAmountCents: string;
103
+ totalSellAmountCents: string;
104
+ costCurrency: string;
105
+ unitCostAmountCents: string;
106
+ totalCostAmountCents: string;
107
+ serviceDate: string;
108
+ description: string;
109
+ notes: string;
110
+ };
111
+ placeholders: {
112
+ title: string;
113
+ unitSellAmountCents: string;
114
+ totalSellAmountCents: string;
115
+ unitCostAmountCents: string;
116
+ totalCostAmountCents: string;
117
+ serviceDate: string;
118
+ description: string;
119
+ notes: string;
120
+ };
121
+ validation: {
122
+ titleRequired: string;
123
+ };
124
+ actions: {
125
+ addItem: string;
126
+ };
127
+ };
128
+ bookingItemTravelers: {
129
+ title: string;
130
+ empty: string;
131
+ selectTravelerPlaceholder: string;
132
+ primaryBadge: string;
133
+ roleLabels: {
134
+ traveler: string;
135
+ occupant: string;
136
+ primary_contact: string;
137
+ service_assignee: string;
138
+ beneficiary: string;
139
+ other: string;
140
+ };
141
+ actions: {
142
+ assign: string;
143
+ removeConfirm: string;
144
+ };
145
+ };
146
+ paymentScheduleDialog: {
147
+ titles: {
148
+ create: string;
149
+ edit: string;
150
+ };
151
+ scheduleTypeLabels: {
152
+ deposit: string;
153
+ installment: string;
154
+ balance: string;
155
+ hold: string;
156
+ other: string;
157
+ };
158
+ scheduleStatusLabels: {
159
+ pending: string;
160
+ due: string;
161
+ paid: string;
162
+ waived: string;
163
+ cancelled: string;
164
+ expired: string;
165
+ };
166
+ fields: {
167
+ type: string;
168
+ status: string;
169
+ dueDate: string;
170
+ currency: string;
171
+ amountCents: string;
172
+ notes: string;
173
+ };
174
+ placeholders: {
175
+ dueDate: string;
176
+ notes: string;
177
+ };
178
+ validation: {
179
+ dueDateRequired: string;
180
+ amountRequired: string;
181
+ };
182
+ actions: {
183
+ addSchedule: string;
184
+ };
185
+ };
186
+ fileDropzone: {
187
+ helperText: string;
188
+ uploading: string;
189
+ acceptedPrefix: string;
190
+ removeFileAriaLabel: string;
191
+ validation: {
192
+ fileTooLarge: string;
193
+ uploadFailedWithStatus: string;
194
+ uploadFailed: string;
195
+ };
196
+ };
197
+ voucherPickerSection: {
198
+ labels: {
199
+ heading: string;
200
+ codePlaceholder: string;
201
+ apply: string;
202
+ clear: string;
203
+ remainingLabel: string;
204
+ invalidLabel: string;
205
+ };
206
+ reasonMessages: {
207
+ not_found: string;
208
+ inactive: string;
209
+ not_started: string;
210
+ expired: string;
211
+ booking_mismatch: string;
212
+ currency_mismatch: string;
213
+ insufficient_balance: string;
214
+ };
215
+ validation: {
216
+ invalid: string;
217
+ lookupFailed: string;
218
+ amountUnavailable: string;
219
+ };
220
+ };
221
+ productPickerSection: {
222
+ labels: {
223
+ product: string;
224
+ productSearchPlaceholder: string;
225
+ productSelectPlaceholder: string;
226
+ option: string;
227
+ optionNone: string;
228
+ };
229
+ };
230
+ personPickerSection: {
231
+ labels: {
232
+ person: string;
233
+ createNewPerson: string;
234
+ selectExistingPerson: string;
235
+ personSearchPlaceholder: string;
236
+ personSelectPlaceholder: string;
237
+ firstName: string;
238
+ firstNamePlaceholder: string;
239
+ lastName: string;
240
+ lastNamePlaceholder: string;
241
+ email: string;
242
+ emailPlaceholder: string;
243
+ phone: string;
244
+ phonePlaceholder: string;
245
+ organization: string;
246
+ organizationSearchPlaceholder: string;
247
+ organizationNone: string;
248
+ };
249
+ };
250
+ passengersSection: {
251
+ labels: {
252
+ heading: string;
253
+ addPassenger: string;
254
+ firstName: string;
255
+ lastName: string;
256
+ email: string;
257
+ role: string;
258
+ roleLead: string;
259
+ roleAdult: string;
260
+ roleChild: string;
261
+ roleInfant: string;
262
+ room: string;
263
+ noRoom: string;
264
+ remove: string;
265
+ empty: string;
266
+ };
267
+ };
268
+ paymentScheduleSection: {
269
+ labels: {
270
+ heading: string;
271
+ modeUnpaid: string;
272
+ modeFull: string;
273
+ modeAdvance: string;
274
+ modeSplit: string;
275
+ dueDate: string;
276
+ amount: string;
277
+ firstInstallment: string;
278
+ secondInstallment: string;
279
+ preset5050: string;
280
+ unpaidHint: string;
281
+ };
282
+ };
283
+ roomsStepperSection: {
284
+ labels: {
285
+ heading: string;
286
+ noSlot: string;
287
+ noUnits: string;
288
+ remaining: string;
289
+ unlimited: string;
290
+ decreaseUnitPrefix: string;
291
+ increaseUnitPrefix: string;
292
+ };
293
+ };
294
+ sharedRoomSection: {
295
+ labels: {
296
+ toggle: string;
297
+ createMode: string;
298
+ joinMode: string;
299
+ selectPlaceholder: string;
300
+ noGroups: string;
301
+ createHint: string;
302
+ };
303
+ };
304
+ priceBreakdownSection: {
305
+ labels: {
306
+ heading: string;
307
+ total: string;
308
+ onRequest: string;
309
+ groupRate: string;
310
+ empty: string;
311
+ noPricing: string;
312
+ };
313
+ };
314
+ bookingDocumentDialog: {
315
+ title: string;
316
+ documentTypeLabels: {
317
+ visa: string;
318
+ insurance: string;
319
+ health: string;
320
+ passport_copy: string;
321
+ other: string;
322
+ };
323
+ fields: {
324
+ type: string;
325
+ traveler: string;
326
+ file: string;
327
+ expiresAt: string;
328
+ notes: string;
329
+ };
330
+ placeholders: {
331
+ travelerUnassigned: string;
332
+ helperText: string;
333
+ expiresAt: string;
334
+ notes: string;
335
+ };
336
+ validation: {
337
+ fileNameRequired: string;
338
+ fileUrlInvalid: string;
339
+ };
340
+ actions: {
341
+ addDocument: string;
342
+ };
343
+ };
344
+ bookingDocumentList: {
345
+ title: string;
346
+ addDocument: string;
347
+ empty: string;
348
+ values: {
349
+ travelerUnavailable: string;
350
+ expiresUnavailable: string;
351
+ notesUnavailable: string;
352
+ };
353
+ columns: {
354
+ type: string;
355
+ file: string;
356
+ traveler: string;
357
+ expires: string;
358
+ notes: string;
359
+ };
360
+ actions: {
361
+ deleteConfirm: string;
362
+ };
363
+ };
364
+ statusChangeDialog: {
365
+ title: string;
366
+ fields: {
367
+ status: string;
368
+ note: string;
369
+ };
370
+ placeholders: {
371
+ note: string;
372
+ };
373
+ actions: {
374
+ updateStatus: string;
375
+ };
376
+ };
377
+ supplierStatusDialog: {
378
+ titles: {
379
+ create: string;
380
+ edit: string;
381
+ };
382
+ fields: {
383
+ serviceName: string;
384
+ status: string;
385
+ costCurrency: string;
386
+ costAmountCents: string;
387
+ supplierReference: string;
388
+ notes: string;
389
+ };
390
+ placeholders: {
391
+ serviceName: string;
392
+ supplierReference: string;
393
+ notes: string;
394
+ };
395
+ validation: {
396
+ serviceNameRequired: string;
397
+ costCurrencyInvalid: string;
398
+ };
399
+ actions: {
400
+ addSupplierStatus: string;
401
+ };
402
+ };
403
+ bookingItemList: {
404
+ title: string;
405
+ addItem: string;
406
+ empty: string;
407
+ values: {
408
+ totalUnavailable: string;
409
+ serviceDateUnavailable: string;
410
+ };
411
+ columns: {
412
+ title: string;
413
+ type: string;
414
+ status: string;
415
+ quantity: string;
416
+ total: string;
417
+ serviceDate: string;
418
+ };
419
+ actions: {
420
+ deleteConfirm: string;
421
+ };
422
+ };
423
+ bookingPaymentScheduleList: {
424
+ title: string;
425
+ addSchedule: string;
426
+ empty: string;
427
+ values: {
428
+ notesUnavailable: string;
429
+ };
430
+ columns: {
431
+ type: string;
432
+ status: string;
433
+ dueDate: string;
434
+ amount: string;
435
+ notes: string;
436
+ };
437
+ actions: {
438
+ deleteConfirm: string;
439
+ };
440
+ };
441
+ supplierStatusList: {
442
+ title: string;
443
+ addSupplier: string;
444
+ empty: string;
445
+ values: {
446
+ costUnavailable: string;
447
+ referenceUnavailable: string;
448
+ confirmedUnavailable: string;
449
+ };
450
+ columns: {
451
+ service: string;
452
+ status: string;
453
+ cost: string;
454
+ reference: string;
455
+ confirmed: string;
456
+ };
457
+ };
458
+ bookingCancellationDialog: {
459
+ title: string;
460
+ summary: {
461
+ booking: string;
462
+ startDate: string;
463
+ total: string;
464
+ daysBeforeDeparture: string;
465
+ };
466
+ values: {
467
+ startDateTbd: string;
468
+ amountUnavailable: string;
469
+ ruleFallback: string;
470
+ ruleDaysBeforeDeparture: string;
471
+ };
472
+ policy: {
473
+ applicablePolicy: string;
474
+ refund: string;
475
+ penalty: string;
476
+ rule: string;
477
+ resolving: string;
478
+ missing: string;
479
+ missingHint: string;
480
+ calculating: string;
481
+ noTotalAmount: string;
482
+ };
483
+ refundTypeLabels: {
484
+ cash: string;
485
+ credit: string;
486
+ cash_or_credit: string;
487
+ none: string;
488
+ };
489
+ fields: {
490
+ reason: string;
491
+ };
492
+ placeholders: {
493
+ reason: string;
494
+ };
495
+ validation: {
496
+ cancellationFailed: string;
497
+ };
498
+ actions: {
499
+ close: string;
500
+ confirm: string;
501
+ };
502
+ };
503
+ bookingGuaranteeDialog: {
504
+ titles: {
505
+ create: string;
506
+ edit: string;
507
+ };
508
+ guaranteeTypeLabels: {
509
+ deposit: string;
510
+ credit_card: string;
511
+ preauth: string;
512
+ card_on_file: string;
513
+ bank_transfer: string;
514
+ voucher: string;
515
+ agency_letter: string;
516
+ other: string;
517
+ };
518
+ guaranteeStatusLabels: {
519
+ pending: string;
520
+ active: string;
521
+ released: string;
522
+ failed: string;
523
+ cancelled: string;
524
+ expired: string;
525
+ };
526
+ fields: {
527
+ type: string;
528
+ status: string;
529
+ currency: string;
530
+ amountCents: string;
531
+ provider: string;
532
+ referenceNumber: string;
533
+ expiresAt: string;
534
+ notes: string;
535
+ };
536
+ placeholders: {
537
+ provider: string;
538
+ referenceNumber: string;
539
+ expiresAt: string;
540
+ notes: string;
541
+ };
542
+ actions: {
543
+ addGuarantee: string;
544
+ };
545
+ };
546
+ bookingGuaranteeList: {
547
+ title: string;
548
+ addGuarantee: string;
549
+ empty: string;
550
+ values: {
551
+ amountUnavailable: string;
552
+ providerUnavailable: string;
553
+ referenceUnavailable: string;
554
+ expiresUnavailable: string;
555
+ };
556
+ columns: {
557
+ type: string;
558
+ status: string;
559
+ amount: string;
560
+ provider: string;
561
+ reference: string;
562
+ expires: string;
563
+ };
564
+ actions: {
565
+ deleteConfirm: string;
566
+ };
567
+ };
568
+ bookingGroupLinkDialog: {
569
+ title: string;
570
+ modes: {
571
+ join: string;
572
+ create: string;
573
+ };
574
+ fields: {
575
+ existingGroups: string;
576
+ groupLabel: string;
577
+ };
578
+ placeholders: {
579
+ selectGroup: string;
580
+ noExistingGroups: string;
581
+ groupLabel: string;
582
+ };
583
+ hints: {
584
+ productFiltered: string;
585
+ primaryMember: string;
586
+ };
587
+ validation: {
588
+ selectGroup: string;
589
+ linkFailed: string;
590
+ };
591
+ actions: {
592
+ createAndLink: string;
593
+ linkToGroup: string;
594
+ };
595
+ labels: {
596
+ generatedLabelPrefix: string;
597
+ };
598
+ };
599
+ bookingGroupSection: {
600
+ title: string;
601
+ empty: string;
602
+ group: string;
603
+ siblingBookings: string;
604
+ noSiblingBookings: string;
605
+ primaryBadge: string;
606
+ sharedRoomKind: string;
607
+ actions: {
608
+ removeFromGroup: string;
609
+ linkToSharedRoom: string;
610
+ removeConfirm: string;
611
+ };
612
+ };
613
+ bookingDialog: {
614
+ editTitle: string;
615
+ fields: {
616
+ bookingNumber: string;
617
+ status: string;
618
+ sellCurrency: string;
619
+ travelDates: string;
620
+ sellAmountCents: string;
621
+ costAmountCents: string;
622
+ pax: string;
623
+ internalNotes: string;
624
+ };
625
+ placeholders: {
626
+ bookingNumber: string;
627
+ travelDates: string;
628
+ pax: string;
629
+ internalNotes: string;
630
+ };
631
+ validation: {
632
+ bookingNumberRequired: string;
633
+ sellCurrencyInvalid: string;
634
+ };
635
+ };
636
+ bookingCreateDialog: {
637
+ title: string;
638
+ fields: {
639
+ departure: string;
640
+ internalNotes: string;
641
+ confirmAfterCreate: string;
642
+ confirmAfterCreateHint: string;
643
+ };
644
+ placeholders: {
645
+ departure: string;
646
+ departureNone: string;
647
+ departureEmpty: string;
648
+ internalNotes: string;
649
+ };
650
+ validation: {
651
+ selectProduct: string;
652
+ selectPerson: string;
653
+ firstAndLastNameRequired: string;
654
+ selectSharedRoomGroup: string;
655
+ confirmFailedPrefix: string;
656
+ confirmFailed: string;
657
+ createFailed: string;
658
+ };
659
+ actions: {
660
+ createDraftBooking: string;
661
+ };
662
+ labels: {
663
+ currency: string;
664
+ remainingCapacity: string;
665
+ noSpecificOption: string;
666
+ createNewPerson: string;
667
+ selectExistingPerson: string;
668
+ organizationNone: string;
669
+ addPassenger: string;
670
+ passengerHeading: string;
671
+ passengerRole: string;
672
+ passengerLead: string;
673
+ passengerAdult: string;
674
+ passengerChild: string;
675
+ passengerInfant: string;
676
+ passengerRoom: string;
677
+ passengerNoRoom: string;
678
+ passengerRemove: string;
679
+ passengerEmpty: string;
680
+ roomsHeading: string;
681
+ roomsNoSlot: string;
682
+ roomsNoUnits: string;
683
+ roomsRemaining: string;
684
+ roomsUnlimited: string;
685
+ sharedRoomToggle: string;
686
+ sharedRoomCreateMode: string;
687
+ sharedRoomJoinMode: string;
688
+ sharedRoomSelectPlaceholder: string;
689
+ sharedRoomNoGroups: string;
690
+ sharedRoomCreateHint: string;
691
+ sharedRoomGeneratedLabelPrefix: string;
692
+ voucherHeading: string;
693
+ voucherCodePlaceholder: string;
694
+ voucherApply: string;
695
+ voucherClear: string;
696
+ voucherRemainingLabel: string;
697
+ voucherInvalidLabel: string;
698
+ paymentHeading: string;
699
+ paymentModeUnpaid: string;
700
+ paymentModeFull: string;
701
+ paymentModeAdvance: string;
702
+ paymentModeSplit: string;
703
+ paymentDueDate: string;
704
+ paymentAmount: string;
705
+ paymentFirstInstallment: string;
706
+ paymentSecondInstallment: string;
707
+ paymentPreset5050: string;
708
+ paymentUnpaidHint: string;
709
+ breakdownHeading: string;
710
+ breakdownTotal: string;
711
+ breakdownOnRequest: string;
712
+ breakdownGroupRate: string;
713
+ breakdownEmpty: string;
714
+ breakdownNoPricing: string;
715
+ };
716
+ };
717
+ bookingList: {
718
+ searchPlaceholder: string;
719
+ newBooking: string;
720
+ columns: {
721
+ bookingNumber: string;
722
+ status: string;
723
+ sellAmount: string;
724
+ pax: string;
725
+ startDate: string;
726
+ };
727
+ loadingError: string;
728
+ empty: string;
729
+ showingSummary: string;
730
+ pageSummary: string;
731
+ };
732
+ bookingPaymentsSummary: {
733
+ title: string;
734
+ empty: string;
735
+ columns: {
736
+ invoice: string;
737
+ method: string;
738
+ status: string;
739
+ amount: string;
740
+ date: string;
741
+ reference: string;
742
+ };
743
+ paymentMethodLabels: {
744
+ card: string;
745
+ bank_transfer: string;
746
+ cash: string;
747
+ voucher: string;
748
+ other: string;
749
+ };
750
+ paymentStatusLabels: {
751
+ pending: string;
752
+ completed: string;
753
+ failed: string;
754
+ refunded: string;
755
+ };
756
+ };
757
+ bookingNotes: {
758
+ title: string;
759
+ placeholder: string;
760
+ add: string;
761
+ empty: string;
762
+ };
763
+ bookingActivityTimeline: {
764
+ title: string;
765
+ filters: {
766
+ all: string;
767
+ activity: string;
768
+ document: string;
769
+ payment: string;
770
+ };
771
+ sourceLabels: {
772
+ activity: string;
773
+ document: string;
774
+ payment: string;
775
+ };
776
+ empty: string;
777
+ activityTitles: {
778
+ booking_created: string;
779
+ booking_reserved: string;
780
+ booking_converted: string;
781
+ booking_confirmed: string;
782
+ hold_extended: string;
783
+ hold_expired: string;
784
+ status_change: string;
785
+ item_update: string;
786
+ allocation_released: string;
787
+ fulfillment_issued: string;
788
+ fulfillment_updated: string;
789
+ redemption_recorded: string;
790
+ supplier_update: string;
791
+ passenger_update: string;
792
+ note_added: string;
793
+ };
794
+ documentUploadedSuffix: string;
795
+ viewFile: string;
796
+ byActor: string;
797
+ paymentTitle: string;
798
+ paymentDescription: string;
799
+ };
800
+ };
801
+ ro: {
802
+ common: {
803
+ cancel: string;
804
+ saveChanges: string;
805
+ add: string;
806
+ loading: string;
807
+ bookingStatusLabels: {
808
+ draft: string;
809
+ on_hold: string;
810
+ confirmed: string;
811
+ in_progress: string;
812
+ cancelled: string;
813
+ completed: string;
814
+ expired: string;
815
+ };
816
+ supplierStatusLabels: {
817
+ pending: string;
818
+ confirmed: string;
819
+ rejected: string;
820
+ cancelled: string;
821
+ };
822
+ };
823
+ travelerDialog: {
824
+ titles: {
825
+ create: string;
826
+ edit: string;
827
+ };
828
+ fields: {
829
+ firstName: string;
830
+ lastName: string;
831
+ email: string;
832
+ phone: string;
833
+ specialRequests: string;
834
+ };
835
+ placeholders: {
836
+ firstName: string;
837
+ lastName: string;
838
+ email: string;
839
+ phone: string;
840
+ specialRequests: string;
841
+ };
842
+ validation: {
843
+ firstNameRequired: string;
844
+ lastNameRequired: string;
845
+ };
846
+ actions: {
847
+ addTraveler: string;
848
+ };
849
+ };
850
+ travelerList: {
851
+ title: string;
852
+ addTraveler: string;
853
+ empty: string;
854
+ values: {
855
+ emailUnavailable: string;
856
+ phoneUnavailable: string;
857
+ };
858
+ columns: {
859
+ name: string;
860
+ email: string;
861
+ phone: string;
862
+ };
863
+ actions: {
864
+ deleteConfirm: string;
865
+ };
866
+ };
867
+ bookingItemDialog: {
868
+ titles: {
869
+ create: string;
870
+ edit: string;
871
+ };
872
+ itemTypeLabels: {
873
+ unit: string;
874
+ extra: string;
875
+ service: string;
876
+ fee: string;
877
+ tax: string;
878
+ discount: string;
879
+ adjustment: string;
880
+ accommodation: string;
881
+ transport: string;
882
+ other: string;
883
+ };
884
+ itemStatusLabels: {
885
+ draft: string;
886
+ on_hold: string;
887
+ confirmed: string;
888
+ cancelled: string;
889
+ expired: string;
890
+ fulfilled: string;
891
+ };
892
+ fields: {
893
+ title: string;
894
+ type: string;
895
+ status: string;
896
+ quantity: string;
897
+ sellCurrency: string;
898
+ unitSellAmountCents: string;
899
+ totalSellAmountCents: string;
900
+ costCurrency: string;
901
+ unitCostAmountCents: string;
902
+ totalCostAmountCents: string;
903
+ serviceDate: string;
904
+ description: string;
905
+ notes: string;
906
+ };
907
+ placeholders: {
908
+ title: string;
909
+ unitSellAmountCents: string;
910
+ totalSellAmountCents: string;
911
+ unitCostAmountCents: string;
912
+ totalCostAmountCents: string;
913
+ serviceDate: string;
914
+ description: string;
915
+ notes: string;
916
+ };
917
+ validation: {
918
+ titleRequired: string;
919
+ };
920
+ actions: {
921
+ addItem: string;
922
+ };
923
+ };
924
+ bookingItemTravelers: {
925
+ title: string;
926
+ empty: string;
927
+ selectTravelerPlaceholder: string;
928
+ primaryBadge: string;
929
+ roleLabels: {
930
+ traveler: string;
931
+ occupant: string;
932
+ primary_contact: string;
933
+ service_assignee: string;
934
+ beneficiary: string;
935
+ other: string;
936
+ };
937
+ actions: {
938
+ assign: string;
939
+ removeConfirm: string;
940
+ };
941
+ };
942
+ paymentScheduleDialog: {
943
+ titles: {
944
+ create: string;
945
+ edit: string;
946
+ };
947
+ scheduleTypeLabels: {
948
+ deposit: string;
949
+ installment: string;
950
+ balance: string;
951
+ hold: string;
952
+ other: string;
953
+ };
954
+ scheduleStatusLabels: {
955
+ pending: string;
956
+ due: string;
957
+ paid: string;
958
+ waived: string;
959
+ cancelled: string;
960
+ expired: string;
961
+ };
962
+ fields: {
963
+ type: string;
964
+ status: string;
965
+ dueDate: string;
966
+ currency: string;
967
+ amountCents: string;
968
+ notes: string;
969
+ };
970
+ placeholders: {
971
+ dueDate: string;
972
+ notes: string;
973
+ };
974
+ validation: {
975
+ dueDateRequired: string;
976
+ amountRequired: string;
977
+ };
978
+ actions: {
979
+ addSchedule: string;
980
+ };
981
+ };
982
+ fileDropzone: {
983
+ helperText: string;
984
+ uploading: string;
985
+ acceptedPrefix: string;
986
+ removeFileAriaLabel: string;
987
+ validation: {
988
+ fileTooLarge: string;
989
+ uploadFailedWithStatus: string;
990
+ uploadFailed: string;
991
+ };
992
+ };
993
+ voucherPickerSection: {
994
+ labels: {
995
+ heading: string;
996
+ codePlaceholder: string;
997
+ apply: string;
998
+ clear: string;
999
+ remainingLabel: string;
1000
+ invalidLabel: string;
1001
+ };
1002
+ reasonMessages: {
1003
+ not_found: string;
1004
+ inactive: string;
1005
+ not_started: string;
1006
+ expired: string;
1007
+ booking_mismatch: string;
1008
+ currency_mismatch: string;
1009
+ insufficient_balance: string;
1010
+ };
1011
+ validation: {
1012
+ invalid: string;
1013
+ lookupFailed: string;
1014
+ amountUnavailable: string;
1015
+ };
1016
+ };
1017
+ productPickerSection: {
1018
+ labels: {
1019
+ product: string;
1020
+ productSearchPlaceholder: string;
1021
+ productSelectPlaceholder: string;
1022
+ option: string;
1023
+ optionNone: string;
1024
+ };
1025
+ };
1026
+ personPickerSection: {
1027
+ labels: {
1028
+ person: string;
1029
+ createNewPerson: string;
1030
+ selectExistingPerson: string;
1031
+ personSearchPlaceholder: string;
1032
+ personSelectPlaceholder: string;
1033
+ firstName: string;
1034
+ firstNamePlaceholder: string;
1035
+ lastName: string;
1036
+ lastNamePlaceholder: string;
1037
+ email: string;
1038
+ emailPlaceholder: string;
1039
+ phone: string;
1040
+ phonePlaceholder: string;
1041
+ organization: string;
1042
+ organizationSearchPlaceholder: string;
1043
+ organizationNone: string;
1044
+ };
1045
+ };
1046
+ passengersSection: {
1047
+ labels: {
1048
+ heading: string;
1049
+ addPassenger: string;
1050
+ firstName: string;
1051
+ lastName: string;
1052
+ email: string;
1053
+ role: string;
1054
+ roleLead: string;
1055
+ roleAdult: string;
1056
+ roleChild: string;
1057
+ roleInfant: string;
1058
+ room: string;
1059
+ noRoom: string;
1060
+ remove: string;
1061
+ empty: string;
1062
+ };
1063
+ };
1064
+ paymentScheduleSection: {
1065
+ labels: {
1066
+ heading: string;
1067
+ modeUnpaid: string;
1068
+ modeFull: string;
1069
+ modeAdvance: string;
1070
+ modeSplit: string;
1071
+ dueDate: string;
1072
+ amount: string;
1073
+ firstInstallment: string;
1074
+ secondInstallment: string;
1075
+ preset5050: string;
1076
+ unpaidHint: string;
1077
+ };
1078
+ };
1079
+ roomsStepperSection: {
1080
+ labels: {
1081
+ heading: string;
1082
+ noSlot: string;
1083
+ noUnits: string;
1084
+ remaining: string;
1085
+ unlimited: string;
1086
+ decreaseUnitPrefix: string;
1087
+ increaseUnitPrefix: string;
1088
+ };
1089
+ };
1090
+ sharedRoomSection: {
1091
+ labels: {
1092
+ toggle: string;
1093
+ createMode: string;
1094
+ joinMode: string;
1095
+ selectPlaceholder: string;
1096
+ noGroups: string;
1097
+ createHint: string;
1098
+ };
1099
+ };
1100
+ priceBreakdownSection: {
1101
+ labels: {
1102
+ heading: string;
1103
+ total: string;
1104
+ onRequest: string;
1105
+ groupRate: string;
1106
+ empty: string;
1107
+ noPricing: string;
1108
+ };
1109
+ };
1110
+ bookingDocumentDialog: {
1111
+ title: string;
1112
+ documentTypeLabels: {
1113
+ visa: string;
1114
+ insurance: string;
1115
+ health: string;
1116
+ passport_copy: string;
1117
+ other: string;
1118
+ };
1119
+ fields: {
1120
+ type: string;
1121
+ traveler: string;
1122
+ file: string;
1123
+ expiresAt: string;
1124
+ notes: string;
1125
+ };
1126
+ placeholders: {
1127
+ travelerUnassigned: string;
1128
+ helperText: string;
1129
+ expiresAt: string;
1130
+ notes: string;
1131
+ };
1132
+ validation: {
1133
+ fileNameRequired: string;
1134
+ fileUrlInvalid: string;
1135
+ };
1136
+ actions: {
1137
+ addDocument: string;
1138
+ };
1139
+ };
1140
+ bookingDocumentList: {
1141
+ title: string;
1142
+ addDocument: string;
1143
+ empty: string;
1144
+ values: {
1145
+ travelerUnavailable: string;
1146
+ expiresUnavailable: string;
1147
+ notesUnavailable: string;
1148
+ };
1149
+ columns: {
1150
+ type: string;
1151
+ file: string;
1152
+ traveler: string;
1153
+ expires: string;
1154
+ notes: string;
1155
+ };
1156
+ actions: {
1157
+ deleteConfirm: string;
1158
+ };
1159
+ };
1160
+ statusChangeDialog: {
1161
+ title: string;
1162
+ fields: {
1163
+ status: string;
1164
+ note: string;
1165
+ };
1166
+ placeholders: {
1167
+ note: string;
1168
+ };
1169
+ actions: {
1170
+ updateStatus: string;
1171
+ };
1172
+ };
1173
+ supplierStatusDialog: {
1174
+ titles: {
1175
+ create: string;
1176
+ edit: string;
1177
+ };
1178
+ fields: {
1179
+ serviceName: string;
1180
+ status: string;
1181
+ costCurrency: string;
1182
+ costAmountCents: string;
1183
+ supplierReference: string;
1184
+ notes: string;
1185
+ };
1186
+ placeholders: {
1187
+ serviceName: string;
1188
+ supplierReference: string;
1189
+ notes: string;
1190
+ };
1191
+ validation: {
1192
+ serviceNameRequired: string;
1193
+ costCurrencyInvalid: string;
1194
+ };
1195
+ actions: {
1196
+ addSupplierStatus: string;
1197
+ };
1198
+ };
1199
+ bookingItemList: {
1200
+ title: string;
1201
+ addItem: string;
1202
+ empty: string;
1203
+ values: {
1204
+ totalUnavailable: string;
1205
+ serviceDateUnavailable: string;
1206
+ };
1207
+ columns: {
1208
+ title: string;
1209
+ type: string;
1210
+ status: string;
1211
+ quantity: string;
1212
+ total: string;
1213
+ serviceDate: string;
1214
+ };
1215
+ actions: {
1216
+ deleteConfirm: string;
1217
+ };
1218
+ };
1219
+ bookingPaymentScheduleList: {
1220
+ title: string;
1221
+ addSchedule: string;
1222
+ empty: string;
1223
+ values: {
1224
+ notesUnavailable: string;
1225
+ };
1226
+ columns: {
1227
+ type: string;
1228
+ status: string;
1229
+ dueDate: string;
1230
+ amount: string;
1231
+ notes: string;
1232
+ };
1233
+ actions: {
1234
+ deleteConfirm: string;
1235
+ };
1236
+ };
1237
+ supplierStatusList: {
1238
+ title: string;
1239
+ addSupplier: string;
1240
+ empty: string;
1241
+ values: {
1242
+ costUnavailable: string;
1243
+ referenceUnavailable: string;
1244
+ confirmedUnavailable: string;
1245
+ };
1246
+ columns: {
1247
+ service: string;
1248
+ status: string;
1249
+ cost: string;
1250
+ reference: string;
1251
+ confirmed: string;
1252
+ };
1253
+ };
1254
+ bookingCancellationDialog: {
1255
+ title: string;
1256
+ summary: {
1257
+ booking: string;
1258
+ startDate: string;
1259
+ total: string;
1260
+ daysBeforeDeparture: string;
1261
+ };
1262
+ values: {
1263
+ startDateTbd: string;
1264
+ amountUnavailable: string;
1265
+ ruleFallback: string;
1266
+ ruleDaysBeforeDeparture: string;
1267
+ };
1268
+ policy: {
1269
+ applicablePolicy: string;
1270
+ refund: string;
1271
+ penalty: string;
1272
+ rule: string;
1273
+ resolving: string;
1274
+ missing: string;
1275
+ missingHint: string;
1276
+ calculating: string;
1277
+ noTotalAmount: string;
1278
+ };
1279
+ refundTypeLabels: {
1280
+ cash: string;
1281
+ credit: string;
1282
+ cash_or_credit: string;
1283
+ none: string;
1284
+ };
1285
+ fields: {
1286
+ reason: string;
1287
+ };
1288
+ placeholders: {
1289
+ reason: string;
1290
+ };
1291
+ validation: {
1292
+ cancellationFailed: string;
1293
+ };
1294
+ actions: {
1295
+ close: string;
1296
+ confirm: string;
1297
+ };
1298
+ };
1299
+ bookingGuaranteeDialog: {
1300
+ titles: {
1301
+ create: string;
1302
+ edit: string;
1303
+ };
1304
+ guaranteeTypeLabels: {
1305
+ deposit: string;
1306
+ credit_card: string;
1307
+ preauth: string;
1308
+ card_on_file: string;
1309
+ bank_transfer: string;
1310
+ voucher: string;
1311
+ agency_letter: string;
1312
+ other: string;
1313
+ };
1314
+ guaranteeStatusLabels: {
1315
+ pending: string;
1316
+ active: string;
1317
+ released: string;
1318
+ failed: string;
1319
+ cancelled: string;
1320
+ expired: string;
1321
+ };
1322
+ fields: {
1323
+ type: string;
1324
+ status: string;
1325
+ currency: string;
1326
+ amountCents: string;
1327
+ provider: string;
1328
+ referenceNumber: string;
1329
+ expiresAt: string;
1330
+ notes: string;
1331
+ };
1332
+ placeholders: {
1333
+ provider: string;
1334
+ referenceNumber: string;
1335
+ expiresAt: string;
1336
+ notes: string;
1337
+ };
1338
+ actions: {
1339
+ addGuarantee: string;
1340
+ };
1341
+ };
1342
+ bookingGuaranteeList: {
1343
+ title: string;
1344
+ addGuarantee: string;
1345
+ empty: string;
1346
+ values: {
1347
+ amountUnavailable: string;
1348
+ providerUnavailable: string;
1349
+ referenceUnavailable: string;
1350
+ expiresUnavailable: string;
1351
+ };
1352
+ columns: {
1353
+ type: string;
1354
+ status: string;
1355
+ amount: string;
1356
+ provider: string;
1357
+ reference: string;
1358
+ expires: string;
1359
+ };
1360
+ actions: {
1361
+ deleteConfirm: string;
1362
+ };
1363
+ };
1364
+ bookingGroupLinkDialog: {
1365
+ title: string;
1366
+ modes: {
1367
+ join: string;
1368
+ create: string;
1369
+ };
1370
+ fields: {
1371
+ existingGroups: string;
1372
+ groupLabel: string;
1373
+ };
1374
+ placeholders: {
1375
+ selectGroup: string;
1376
+ noExistingGroups: string;
1377
+ groupLabel: string;
1378
+ };
1379
+ hints: {
1380
+ productFiltered: string;
1381
+ primaryMember: string;
1382
+ };
1383
+ validation: {
1384
+ selectGroup: string;
1385
+ linkFailed: string;
1386
+ };
1387
+ actions: {
1388
+ createAndLink: string;
1389
+ linkToGroup: string;
1390
+ };
1391
+ labels: {
1392
+ generatedLabelPrefix: string;
1393
+ };
1394
+ };
1395
+ bookingGroupSection: {
1396
+ title: string;
1397
+ empty: string;
1398
+ group: string;
1399
+ siblingBookings: string;
1400
+ noSiblingBookings: string;
1401
+ primaryBadge: string;
1402
+ sharedRoomKind: string;
1403
+ actions: {
1404
+ removeFromGroup: string;
1405
+ linkToSharedRoom: string;
1406
+ removeConfirm: string;
1407
+ };
1408
+ };
1409
+ bookingDialog: {
1410
+ editTitle: string;
1411
+ fields: {
1412
+ bookingNumber: string;
1413
+ status: string;
1414
+ sellCurrency: string;
1415
+ travelDates: string;
1416
+ sellAmountCents: string;
1417
+ costAmountCents: string;
1418
+ pax: string;
1419
+ internalNotes: string;
1420
+ };
1421
+ placeholders: {
1422
+ bookingNumber: string;
1423
+ travelDates: string;
1424
+ pax: string;
1425
+ internalNotes: string;
1426
+ };
1427
+ validation: {
1428
+ bookingNumberRequired: string;
1429
+ sellCurrencyInvalid: string;
1430
+ };
1431
+ };
1432
+ bookingCreateDialog: {
1433
+ title: string;
1434
+ fields: {
1435
+ departure: string;
1436
+ internalNotes: string;
1437
+ confirmAfterCreate: string;
1438
+ confirmAfterCreateHint: string;
1439
+ };
1440
+ placeholders: {
1441
+ departure: string;
1442
+ departureNone: string;
1443
+ departureEmpty: string;
1444
+ internalNotes: string;
1445
+ };
1446
+ validation: {
1447
+ selectProduct: string;
1448
+ selectPerson: string;
1449
+ firstAndLastNameRequired: string;
1450
+ selectSharedRoomGroup: string;
1451
+ confirmFailedPrefix: string;
1452
+ confirmFailed: string;
1453
+ createFailed: string;
1454
+ };
1455
+ actions: {
1456
+ createDraftBooking: string;
1457
+ };
1458
+ labels: {
1459
+ currency: string;
1460
+ remainingCapacity: string;
1461
+ noSpecificOption: string;
1462
+ createNewPerson: string;
1463
+ selectExistingPerson: string;
1464
+ organizationNone: string;
1465
+ addPassenger: string;
1466
+ passengerHeading: string;
1467
+ passengerRole: string;
1468
+ passengerLead: string;
1469
+ passengerAdult: string;
1470
+ passengerChild: string;
1471
+ passengerInfant: string;
1472
+ passengerRoom: string;
1473
+ passengerNoRoom: string;
1474
+ passengerRemove: string;
1475
+ passengerEmpty: string;
1476
+ roomsHeading: string;
1477
+ roomsNoSlot: string;
1478
+ roomsNoUnits: string;
1479
+ roomsRemaining: string;
1480
+ roomsUnlimited: string;
1481
+ sharedRoomToggle: string;
1482
+ sharedRoomCreateMode: string;
1483
+ sharedRoomJoinMode: string;
1484
+ sharedRoomSelectPlaceholder: string;
1485
+ sharedRoomNoGroups: string;
1486
+ sharedRoomCreateHint: string;
1487
+ sharedRoomGeneratedLabelPrefix: string;
1488
+ voucherHeading: string;
1489
+ voucherCodePlaceholder: string;
1490
+ voucherApply: string;
1491
+ voucherClear: string;
1492
+ voucherRemainingLabel: string;
1493
+ voucherInvalidLabel: string;
1494
+ paymentHeading: string;
1495
+ paymentModeUnpaid: string;
1496
+ paymentModeFull: string;
1497
+ paymentModeAdvance: string;
1498
+ paymentModeSplit: string;
1499
+ paymentDueDate: string;
1500
+ paymentAmount: string;
1501
+ paymentFirstInstallment: string;
1502
+ paymentSecondInstallment: string;
1503
+ paymentPreset5050: string;
1504
+ paymentUnpaidHint: string;
1505
+ breakdownHeading: string;
1506
+ breakdownTotal: string;
1507
+ breakdownOnRequest: string;
1508
+ breakdownGroupRate: string;
1509
+ breakdownEmpty: string;
1510
+ breakdownNoPricing: string;
1511
+ };
1512
+ };
1513
+ bookingList: {
1514
+ searchPlaceholder: string;
1515
+ newBooking: string;
1516
+ columns: {
1517
+ bookingNumber: string;
1518
+ status: string;
1519
+ sellAmount: string;
1520
+ pax: string;
1521
+ startDate: string;
1522
+ };
1523
+ loadingError: string;
1524
+ empty: string;
1525
+ showingSummary: string;
1526
+ pageSummary: string;
1527
+ };
1528
+ bookingPaymentsSummary: {
1529
+ title: string;
1530
+ empty: string;
1531
+ columns: {
1532
+ invoice: string;
1533
+ method: string;
1534
+ status: string;
1535
+ amount: string;
1536
+ date: string;
1537
+ reference: string;
1538
+ };
1539
+ paymentMethodLabels: {
1540
+ card: string;
1541
+ bank_transfer: string;
1542
+ cash: string;
1543
+ voucher: string;
1544
+ other: string;
1545
+ };
1546
+ paymentStatusLabels: {
1547
+ pending: string;
1548
+ completed: string;
1549
+ failed: string;
1550
+ refunded: string;
1551
+ };
1552
+ };
1553
+ bookingNotes: {
1554
+ title: string;
1555
+ placeholder: string;
1556
+ add: string;
1557
+ empty: string;
1558
+ };
1559
+ bookingActivityTimeline: {
1560
+ title: string;
1561
+ filters: {
1562
+ all: string;
1563
+ activity: string;
1564
+ document: string;
1565
+ payment: string;
1566
+ };
1567
+ sourceLabels: {
1568
+ activity: string;
1569
+ document: string;
1570
+ payment: string;
1571
+ };
1572
+ empty: string;
1573
+ activityTitles: {
1574
+ booking_created: string;
1575
+ booking_reserved: string;
1576
+ booking_converted: string;
1577
+ booking_confirmed: string;
1578
+ hold_extended: string;
1579
+ hold_expired: string;
1580
+ status_change: string;
1581
+ item_update: string;
1582
+ allocation_released: string;
1583
+ fulfillment_issued: string;
1584
+ fulfillment_updated: string;
1585
+ redemption_recorded: string;
1586
+ supplier_update: string;
1587
+ passenger_update: string;
1588
+ note_added: string;
1589
+ };
1590
+ documentUploadedSuffix: string;
1591
+ viewFile: string;
1592
+ byActor: string;
1593
+ paymentTitle: string;
1594
+ paymentDescription: string;
1595
+ };
1596
+ };
1597
+ };
1598
+ export type BookingsUiMessageOverrides = LocaleMessageOverrides<BookingsUiMessages>;
1599
+ export declare function resolveBookingsUiMessages({ locale, overrides, }: {
1600
+ locale: string | null | undefined;
1601
+ overrides?: BookingsUiMessageOverrides | null;
1602
+ }): BookingsUiMessages;
1603
+ export declare function getBookingsUiI18n({ locale, overrides, }: {
1604
+ locale?: string | null | undefined;
1605
+ overrides?: BookingsUiMessageOverrides | null;
1606
+ }): PackageI18nValue<BookingsUiMessages>;
1607
+ export declare function BookingsUiMessagesProvider({ children, locale, overrides, }: {
1608
+ children: ReactNode;
1609
+ locale: string | null | undefined;
1610
+ overrides?: BookingsUiMessageOverrides | null;
1611
+ }): import("react/jsx-runtime").JSX.Element;
1612
+ export declare const useBookingsUiI18n: () => PackageI18nValue<BookingsUiMessages>;
1613
+ export declare const useBookingsUiMessages: () => BookingsUiMessages;
1614
+ export declare function useBookingsUiI18nOrDefault(): PackageI18nValue<BookingsUiMessages>;
1615
+ export declare function useBookingsUiMessagesOrDefault(): BookingsUiMessages;
1616
+ export { formatMessage };
1617
+ //# sourceMappingURL=provider.d.ts.map