@voyant-travel/bookings-react 0.119.3
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/LICENSE +201 -0
- package/README.md +87 -0
- package/dist/admin/booking-contract-dialog.d.ts +22 -0
- package/dist/admin/booking-contract-dialog.d.ts.map +1 -0
- package/dist/admin/booking-contract-dialog.js +161 -0
- package/dist/admin/booking-detail-host.d.ts +103 -0
- package/dist/admin/booking-detail-host.d.ts.map +1 -0
- package/dist/admin/booking-detail-host.js +127 -0
- package/dist/admin/booking-detail-skeleton.d.ts +7 -0
- package/dist/admin/booking-detail-skeleton.d.ts.map +1 -0
- package/dist/admin/booking-detail-skeleton.js +24 -0
- package/dist/admin/booking-documents-table.d.ts +13 -0
- package/dist/admin/booking-documents-table.d.ts.map +1 -0
- package/dist/admin/booking-documents-table.js +259 -0
- package/dist/admin/booking-invoice-sheet.d.ts +18 -0
- package/dist/admin/booking-invoice-sheet.d.ts.map +1 -0
- package/dist/admin/booking-invoice-sheet.js +101 -0
- package/dist/admin/booking-journey-host.d.ts +24 -0
- package/dist/admin/booking-journey-host.d.ts.map +1 -0
- package/dist/admin/booking-journey-host.js +278 -0
- package/dist/admin/bookings-host.d.ts +26 -0
- package/dist/admin/bookings-host.d.ts.map +1 -0
- package/dist/admin/bookings-host.js +18 -0
- package/dist/admin/bookings-list-skeleton.d.ts +10 -0
- package/dist/admin/bookings-list-skeleton.d.ts.map +1 -0
- package/dist/admin/bookings-list-skeleton.js +25 -0
- package/dist/admin/index.d.ts +273 -0
- package/dist/admin/index.d.ts.map +1 -0
- package/dist/admin/index.js +331 -0
- package/dist/admin/journey-billing-duplicate-warning.d.ts +3 -0
- package/dist/admin/journey-billing-duplicate-warning.d.ts.map +1 -0
- package/dist/admin/journey-billing-duplicate-warning.js +26 -0
- package/dist/admin/journey-departure-picker.d.ts +7 -0
- package/dist/admin/journey-departure-picker.d.ts.map +1 -0
- package/dist/admin/journey-departure-picker.js +100 -0
- package/dist/admin/journey-units-picker.d.ts +11 -0
- package/dist/admin/journey-units-picker.d.ts.map +1 -0
- package/dist/admin/journey-units-picker.js +60 -0
- package/dist/admin/journey-voucher-picker.d.ts +3 -0
- package/dist/admin/journey-voucher-picker.d.ts.map +1 -0
- package/dist/admin/journey-voucher-picker.js +71 -0
- package/dist/admin/pages/booking-compose-page.d.ts +9 -0
- package/dist/admin/pages/booking-compose-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-compose-page.js +17 -0
- package/dist/admin/pages/booking-detail-page.d.ts +11 -0
- package/dist/admin/pages/booking-detail-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-detail-page.js +14 -0
- package/dist/admin/pages/booking-journey-page.d.ts +12 -0
- package/dist/admin/pages/booking-journey-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-journey-page.js +26 -0
- package/dist/admin/pages/booking-new-page.d.ts +15 -0
- package/dist/admin/pages/booking-new-page.d.ts.map +1 -0
- package/dist/admin/pages/booking-new-page.js +50 -0
- package/dist/admin/pages/bookings-index-page.d.ts +20 -0
- package/dist/admin/pages/bookings-index-page.d.ts.map +1 -0
- package/dist/admin/pages/bookings-index-page.js +18 -0
- package/dist/admin/person-bookings-widget.d.ts +13 -0
- package/dist/admin/person-bookings-widget.d.ts.map +1 -0
- package/dist/admin/person-bookings-widget.js +48 -0
- package/dist/admin/slots.d.ts +31 -0
- package/dist/admin/slots.d.ts.map +1 -0
- package/dist/admin/slots.js +30 -0
- package/dist/admin/use-booking-action-ledger-events.d.ts +15 -0
- package/dist/admin/use-booking-action-ledger-events.d.ts.map +1 -0
- package/dist/admin/use-booking-action-ledger-events.js +66 -0
- package/dist/client.d.ts +14 -0
- package/dist/client.d.ts.map +1 -0
- package/dist/client.js +59 -0
- package/dist/components/booking-activity-timeline.d.ts +32 -0
- package/dist/components/booking-activity-timeline.d.ts.map +1 -0
- package/dist/components/booking-activity-timeline.js +147 -0
- package/dist/components/booking-billing-dialog.d.ts +16 -0
- package/dist/components/booking-billing-dialog.d.ts.map +1 -0
- package/dist/components/booking-billing-dialog.js +315 -0
- package/dist/components/booking-cancellation-dialog.d.ts +18 -0
- package/dist/components/booking-cancellation-dialog.d.ts.map +1 -0
- package/dist/components/booking-cancellation-dialog.js +79 -0
- package/dist/components/booking-combobox.d.ts +13 -0
- package/dist/components/booking-combobox.d.ts.map +1 -0
- package/dist/components/booking-combobox.js +44 -0
- package/dist/components/booking-create-form-utils.d.ts +56 -0
- package/dist/components/booking-create-form-utils.d.ts.map +1 -0
- package/dist/components/booking-create-form-utils.js +216 -0
- package/dist/components/booking-create-page.d.ts +14 -0
- package/dist/components/booking-create-page.d.ts.map +1 -0
- package/dist/components/booking-create-page.js +11 -0
- package/dist/components/booking-create-preview-card.d.ts +26 -0
- package/dist/components/booking-create-preview-card.d.ts.map +1 -0
- package/dist/components/booking-create-preview-card.js +107 -0
- package/dist/components/booking-create-product-extras-picker.d.ts +18 -0
- package/dist/components/booking-create-product-extras-picker.d.ts.map +1 -0
- package/dist/components/booking-create-product-extras-picker.js +82 -0
- package/dist/components/booking-create-sheet.d.ts +34 -0
- package/dist/components/booking-create-sheet.d.ts.map +1 -0
- package/dist/components/booking-create-sheet.js +811 -0
- package/dist/components/booking-create-utils.d.ts +66 -0
- package/dist/components/booking-create-utils.d.ts.map +1 -0
- package/dist/components/booking-create-utils.js +185 -0
- package/dist/components/booking-detail-page.d.ts +126 -0
- package/dist/components/booking-detail-page.d.ts.map +1 -0
- package/dist/components/booking-detail-page.js +264 -0
- package/dist/components/booking-dialog.d.ts +28 -0
- package/dist/components/booking-dialog.d.ts.map +1 -0
- package/dist/components/booking-dialog.js +130 -0
- package/dist/components/booking-document-dialog.d.ts +8 -0
- package/dist/components/booking-document-dialog.d.ts.map +1 -0
- package/dist/components/booking-document-dialog.js +83 -0
- package/dist/components/booking-document-list.d.ts +5 -0
- package/dist/components/booking-document-list.d.ts.map +1 -0
- package/dist/components/booking-document-list.js +43 -0
- package/dist/components/booking-group-link-dialog.d.ts +10 -0
- package/dist/components/booking-group-link-dialog.d.ts.map +1 -0
- package/dist/components/booking-group-link-dialog.js +79 -0
- package/dist/components/booking-group-section.d.ts +27 -0
- package/dist/components/booking-group-section.d.ts.map +1 -0
- package/dist/components/booking-group-section.js +51 -0
- package/dist/components/booking-guarantee-dialog.d.ts +10 -0
- package/dist/components/booking-guarantee-dialog.d.ts.map +1 -0
- package/dist/components/booking-guarantee-dialog.js +123 -0
- package/dist/components/booking-guarantee-list.d.ts +5 -0
- package/dist/components/booking-guarantee-list.d.ts.map +1 -0
- package/dist/components/booking-guarantee-list.js +86 -0
- package/dist/components/booking-item-dialog.d.ts +10 -0
- package/dist/components/booking-item-dialog.d.ts.map +1 -0
- package/dist/components/booking-item-dialog.js +155 -0
- package/dist/components/booking-item-list.d.ts +12 -0
- package/dist/components/booking-item-list.d.ts.map +1 -0
- package/dist/components/booking-item-list.js +191 -0
- package/dist/components/booking-item-travelers.d.ts +6 -0
- package/dist/components/booking-item-travelers.d.ts.map +1 -0
- package/dist/components/booking-item-travelers.js +57 -0
- package/dist/components/booking-list-filters.d.ts +43 -0
- package/dist/components/booking-list-filters.d.ts.map +1 -0
- package/dist/components/booking-list-filters.js +192 -0
- package/dist/components/booking-list.d.ts +50 -0
- package/dist/components/booking-list.d.ts.map +1 -0
- package/dist/components/booking-list.js +352 -0
- package/dist/components/booking-note-dialog.d.ts +16 -0
- package/dist/components/booking-note-dialog.d.ts.map +1 -0
- package/dist/components/booking-note-dialog.js +41 -0
- package/dist/components/booking-notes.d.ts +5 -0
- package/dist/components/booking-notes.d.ts.map +1 -0
- package/dist/components/booking-notes.js +45 -0
- package/dist/components/booking-payment-reconciliation-banner.d.ts +5 -0
- package/dist/components/booking-payment-reconciliation-banner.d.ts.map +1 -0
- package/dist/components/booking-payment-reconciliation-banner.js +91 -0
- package/dist/components/booking-payment-schedule-dialog.d.ts +10 -0
- package/dist/components/booking-payment-schedule-dialog.d.ts.map +1 -0
- package/dist/components/booking-payment-schedule-dialog.js +117 -0
- package/dist/components/booking-payment-schedule-list.d.ts +10 -0
- package/dist/components/booking-payment-schedule-list.d.ts.map +1 -0
- package/dist/components/booking-payment-schedule-list.js +217 -0
- package/dist/components/booking-payments-summary.d.ts +83 -0
- package/dist/components/booking-payments-summary.d.ts.map +1 -0
- package/dist/components/booking-payments-summary.js +176 -0
- package/dist/components/booking-quick-view-sheet.d.ts +14 -0
- package/dist/components/booking-quick-view-sheet.d.ts.map +1 -0
- package/dist/components/booking-quick-view-sheet.js +283 -0
- package/dist/components/bookings-page.d.ts +19 -0
- package/dist/components/bookings-page.d.ts.map +1 -0
- package/dist/components/bookings-page.js +9 -0
- package/dist/components/file-dropzone.d.ts +25 -0
- package/dist/components/file-dropzone.d.ts.map +1 -0
- package/dist/components/file-dropzone.js +102 -0
- package/dist/components/icon-action-button.d.ts +18 -0
- package/dist/components/icon-action-button.d.ts.map +1 -0
- package/dist/components/icon-action-button.js +13 -0
- package/dist/components/option-units-stepper-section.d.ts +111 -0
- package/dist/components/option-units-stepper-section.d.ts.map +1 -0
- package/dist/components/option-units-stepper-section.js +276 -0
- package/dist/components/payment-schedule-section.d.ts +91 -0
- package/dist/components/payment-schedule-section.d.ts.map +1 -0
- package/dist/components/payment-schedule-section.js +206 -0
- package/dist/components/person-picker-section.d.ts +71 -0
- package/dist/components/person-picker-section.d.ts.map +1 -0
- package/dist/components/person-picker-section.js +160 -0
- package/dist/components/price-breakdown-section.d.ts +83 -0
- package/dist/components/price-breakdown-section.d.ts.map +1 -0
- package/dist/components/price-breakdown-section.js +278 -0
- package/dist/components/product-picker-section.d.ts +29 -0
- package/dist/components/product-picker-section.d.ts.map +1 -0
- package/dist/components/product-picker-section.js +74 -0
- package/dist/components/shared-room-section.d.ts +40 -0
- package/dist/components/shared-room-section.d.ts.map +1 -0
- package/dist/components/shared-room-section.js +99 -0
- package/dist/components/status-badge.d.ts +24 -0
- package/dist/components/status-badge.d.ts.map +1 -0
- package/dist/components/status-badge.js +65 -0
- package/dist/components/status-change-dialog.d.ts +10 -0
- package/dist/components/status-change-dialog.d.ts.map +1 -0
- package/dist/components/status-change-dialog.js +57 -0
- package/dist/components/supplier-status-dialog.d.ts +10 -0
- package/dist/components/supplier-status-dialog.d.ts.map +1 -0
- package/dist/components/supplier-status-dialog.js +98 -0
- package/dist/components/supplier-status-list.d.ts +5 -0
- package/dist/components/supplier-status-list.d.ts.map +1 -0
- package/dist/components/supplier-status-list.js +115 -0
- package/dist/components/traveler-category-buttons.d.ts +26 -0
- package/dist/components/traveler-category-buttons.d.ts.map +1 -0
- package/dist/components/traveler-category-buttons.js +35 -0
- package/dist/components/traveler-dialog.d.ts +10 -0
- package/dist/components/traveler-dialog.d.ts.map +1 -0
- package/dist/components/traveler-dialog.js +256 -0
- package/dist/components/traveler-list.d.ts +6 -0
- package/dist/components/traveler-list.d.ts.map +1 -0
- package/dist/components/traveler-list.js +295 -0
- package/dist/components/travelers-section-controls.d.ts +52 -0
- package/dist/components/travelers-section-controls.d.ts.map +1 -0
- package/dist/components/travelers-section-controls.js +206 -0
- package/dist/components/travelers-section.d.ts +159 -0
- package/dist/components/travelers-section.d.ts.map +1 -0
- package/dist/components/travelers-section.js +355 -0
- package/dist/components/voucher-picker-section.d.ts +50 -0
- package/dist/components/voucher-picker-section.d.ts.map +1 -0
- package/dist/components/voucher-picker-section.js +79 -0
- package/dist/extras/client.d.ts +14 -0
- package/dist/extras/client.d.ts.map +1 -0
- package/dist/extras/client.js +58 -0
- package/dist/extras/components/extra-catalog-card.d.ts +13 -0
- package/dist/extras/components/extra-catalog-card.d.ts.map +1 -0
- package/dist/extras/components/extra-catalog-card.js +52 -0
- package/dist/extras/components/product-combobox.d.ts +9 -0
- package/dist/extras/components/product-combobox.d.ts.map +1 -0
- package/dist/extras/components/product-combobox.js +46 -0
- package/dist/extras/components/slot-extras-manifest-panel.d.ts +6 -0
- package/dist/extras/components/slot-extras-manifest-panel.d.ts.map +1 -0
- package/dist/extras/components/slot-extras-manifest-panel.js +108 -0
- package/dist/extras/hooks/index.d.ts +5 -0
- package/dist/extras/hooks/index.d.ts.map +1 -0
- package/dist/extras/hooks/index.js +4 -0
- package/dist/extras/hooks/use-product-extra.d.ts +24 -0
- package/dist/extras/hooks/use-product-extra.d.ts.map +1 -0
- package/dist/extras/hooks/use-product-extra.js +12 -0
- package/dist/extras/hooks/use-product-extras.d.ts +30 -0
- package/dist/extras/hooks/use-product-extras.d.ts.map +1 -0
- package/dist/extras/hooks/use-product-extras.js +12 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.d.ts +48 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.d.ts.map +1 -0
- package/dist/extras/hooks/use-slot-extra-manifest-mutation.js +26 -0
- package/dist/extras/hooks/use-slot-extra-manifest.d.ts +68 -0
- package/dist/extras/hooks/use-slot-extra-manifest.d.ts.map +1 -0
- package/dist/extras/hooks/use-slot-extra-manifest.js +11 -0
- package/dist/extras/i18n/en.d.ts +52 -0
- package/dist/extras/i18n/en.d.ts.map +1 -0
- package/dist/extras/i18n/en.js +51 -0
- package/dist/extras/i18n/index.d.ts +5 -0
- package/dist/extras/i18n/index.d.ts.map +1 -0
- package/dist/extras/i18n/index.js +3 -0
- package/dist/extras/i18n/messages.d.ts +37 -0
- package/dist/extras/i18n/messages.d.ts.map +1 -0
- package/dist/extras/i18n/messages.js +1 -0
- package/dist/extras/i18n/provider.d.ts +126 -0
- package/dist/extras/i18n/provider.d.ts.map +1 -0
- package/dist/extras/i18n/provider.js +44 -0
- package/dist/extras/i18n/ro.d.ts +52 -0
- package/dist/extras/i18n/ro.d.ts.map +1 -0
- package/dist/extras/i18n/ro.js +51 -0
- package/dist/extras/index.d.ts +7 -0
- package/dist/extras/index.d.ts.map +1 -0
- package/dist/extras/index.js +6 -0
- package/dist/extras/provider.d.ts +2 -0
- package/dist/extras/provider.d.ts.map +1 -0
- package/dist/extras/provider.js +1 -0
- package/dist/extras/query-keys.d.ts +16 -0
- package/dist/extras/query-keys.d.ts.map +1 -0
- package/dist/extras/query-keys.js +8 -0
- package/dist/extras/query-options.d.ts +455 -0
- package/dist/extras/query-options.d.ts.map +1 -0
- package/dist/extras/query-options.js +44 -0
- package/dist/extras/schemas.d.ts +416 -0
- package/dist/extras/schemas.d.ts.map +1 -0
- package/dist/extras/schemas.js +89 -0
- package/dist/extras/ui.d.ts +4 -0
- package/dist/extras/ui.d.ts.map +1 -0
- package/dist/extras/ui.js +3 -0
- package/dist/extras.d.ts +10 -0
- package/dist/extras.d.ts.map +1 -0
- package/dist/extras.js +9 -0
- package/dist/hooks/index.d.ts +36 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/hooks/index.js +35 -0
- package/dist/hooks/use-booking-action-ledger.d.ts +63 -0
- package/dist/hooks/use-booking-action-ledger.d.ts.map +1 -0
- package/dist/hooks/use-booking-action-ledger.js +34 -0
- package/dist/hooks/use-booking-activity.d.ts +17 -0
- package/dist/hooks/use-booking-activity.d.ts.map +1 -0
- package/dist/hooks/use-booking-activity.js +12 -0
- package/dist/hooks/use-booking-cancel-mutation.d.ts +69 -0
- package/dist/hooks/use-booking-cancel-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-cancel-mutation.js +24 -0
- package/dist/hooks/use-booking-contract-generation.d.ts +31 -0
- package/dist/hooks/use-booking-contract-generation.d.ts.map +1 -0
- package/dist/hooks/use-booking-contract-generation.js +36 -0
- package/dist/hooks/use-booking-convert-mutation.d.ts +81 -0
- package/dist/hooks/use-booking-convert-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-convert-mutation.js +24 -0
- package/dist/hooks/use-booking-create-mutation.d.ts +337 -0
- package/dist/hooks/use-booking-create-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-create-mutation.js +43 -0
- package/dist/hooks/use-booking-documents.d.ts +41 -0
- package/dist/hooks/use-booking-documents.d.ts.map +1 -0
- package/dist/hooks/use-booking-documents.js +46 -0
- package/dist/hooks/use-booking-dual-create-mutation.d.ts +338 -0
- package/dist/hooks/use-booking-dual-create-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-dual-create-mutation.js +45 -0
- package/dist/hooks/use-booking-group-for-booking.d.ts +24 -0
- package/dist/hooks/use-booking-group-for-booking.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-for-booking.js +12 -0
- package/dist/hooks/use-booking-group-member-mutation.d.ts +27 -0
- package/dist/hooks/use-booking-group-member-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-member-mutation.js +38 -0
- package/dist/hooks/use-booking-group-mutation.d.ts +40 -0
- package/dist/hooks/use-booking-group-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-group-mutation.js +32 -0
- package/dist/hooks/use-booking-group.d.ts +85 -0
- package/dist/hooks/use-booking-group.d.ts.map +1 -0
- package/dist/hooks/use-booking-group.js +12 -0
- package/dist/hooks/use-booking-groups.d.ts +21 -0
- package/dist/hooks/use-booking-groups.d.ts.map +1 -0
- package/dist/hooks/use-booking-groups.js +12 -0
- package/dist/hooks/use-booking-item-mutation.d.ts +101 -0
- package/dist/hooks/use-booking-item-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-item-mutation.js +42 -0
- package/dist/hooks/use-booking-item-travelers.d.ts +32 -0
- package/dist/hooks/use-booking-item-travelers.d.ts.map +1 -0
- package/dist/hooks/use-booking-item-travelers.js +48 -0
- package/dist/hooks/use-booking-items.d.ts +36 -0
- package/dist/hooks/use-booking-items.d.ts.map +1 -0
- package/dist/hooks/use-booking-items.js +12 -0
- package/dist/hooks/use-booking-mutation.d.ts +158 -0
- package/dist/hooks/use-booking-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-mutation.js +39 -0
- package/dist/hooks/use-booking-note-mutation.d.ts +39 -0
- package/dist/hooks/use-booking-note-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-note-mutation.js +44 -0
- package/dist/hooks/use-booking-notes.d.ts +15 -0
- package/dist/hooks/use-booking-notes.d.ts.map +1 -0
- package/dist/hooks/use-booking-notes.js +12 -0
- package/dist/hooks/use-booking-primary-product.d.ts +28 -0
- package/dist/hooks/use-booking-primary-product.d.ts.map +1 -0
- package/dist/hooks/use-booking-primary-product.js +20 -0
- package/dist/hooks/use-booking-status-mutation.d.ts +156 -0
- package/dist/hooks/use-booking-status-mutation.d.ts.map +1 -0
- package/dist/hooks/use-booking-status-mutation.js +54 -0
- package/dist/hooks/use-booking-tax-preview.d.ts +29 -0
- package/dist/hooks/use-booking-tax-preview.d.ts.map +1 -0
- package/dist/hooks/use-booking-tax-preview.js +21 -0
- package/dist/hooks/use-booking.d.ts +67 -0
- package/dist/hooks/use-booking.d.ts.map +1 -0
- package/dist/hooks/use-booking.js +12 -0
- package/dist/hooks/use-bookings.d.ts +71 -0
- package/dist/hooks/use-bookings.d.ts.map +1 -0
- package/dist/hooks/use-bookings.js +12 -0
- package/dist/hooks/use-pricing-preview.d.ts +61 -0
- package/dist/hooks/use-pricing-preview.d.ts.map +1 -0
- package/dist/hooks/use-pricing-preview.js +18 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.d.ts +148 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session-flow-mutation.js +35 -0
- package/dist/hooks/use-public-booking-session-state.d.ts +16 -0
- package/dist/hooks/use-public-booking-session-state.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session-state.js +12 -0
- package/dist/hooks/use-public-booking-session.d.ts +101 -0
- package/dist/hooks/use-public-booking-session.d.ts.map +1 -0
- package/dist/hooks/use-public-booking-session.js +12 -0
- package/dist/hooks/use-reveal-traveler.d.ts +54 -0
- package/dist/hooks/use-reveal-traveler.d.ts.map +1 -0
- package/dist/hooks/use-reveal-traveler.js +18 -0
- package/dist/hooks/use-sharing-groups.d.ts +41 -0
- package/dist/hooks/use-sharing-groups.d.ts.map +1 -0
- package/dist/hooks/use-sharing-groups.js +20 -0
- package/dist/hooks/use-supplier-status-mutation.d.ts +46 -0
- package/dist/hooks/use-supplier-status-mutation.d.ts.map +1 -0
- package/dist/hooks/use-supplier-status-mutation.js +39 -0
- package/dist/hooks/use-supplier-statuses.d.ts +20 -0
- package/dist/hooks/use-supplier-statuses.d.ts.map +1 -0
- package/dist/hooks/use-supplier-statuses.js +12 -0
- package/dist/hooks/use-traveler-mutation.d.ts +55 -0
- package/dist/hooks/use-traveler-mutation.d.ts.map +1 -0
- package/dist/hooks/use-traveler-mutation.js +42 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.d.ts +120 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.d.ts.map +1 -0
- package/dist/hooks/use-traveler-with-travel-details-mutation.js +43 -0
- package/dist/hooks/use-travelers.d.ts +23 -0
- package/dist/hooks/use-travelers.d.ts.map +1 -0
- package/dist/hooks/use-travelers.js +12 -0
- package/dist/i18n/en-base.d.ts +295 -0
- package/dist/i18n/en-base.d.ts.map +1 -0
- package/dist/i18n/en-base.js +294 -0
- package/dist/i18n/en-create-list.d.ts +327 -0
- package/dist/i18n/en-create-list.d.ts.map +1 -0
- package/dist/i18n/en-create-list.js +326 -0
- package/dist/i18n/en-journey.d.ts +229 -0
- package/dist/i18n/en-journey.d.ts.map +1 -0
- package/dist/i18n/en-journey.js +228 -0
- package/dist/i18n/en-operations.d.ts +382 -0
- package/dist/i18n/en-operations.d.ts.map +1 -0
- package/dist/i18n/en-operations.js +381 -0
- package/dist/i18n/en-sections.d.ts +360 -0
- package/dist/i18n/en-sections.d.ts.map +1 -0
- package/dist/i18n/en-sections.js +359 -0
- package/dist/i18n/en.d.ts +1581 -0
- package/dist/i18n/en.d.ts.map +1 -0
- package/dist/i18n/en.js +12 -0
- package/dist/i18n/index.d.ts +5 -0
- package/dist/i18n/index.d.ts.map +1 -0
- package/dist/i18n/index.js +3 -0
- package/dist/i18n/messages-base.d.ts +251 -0
- package/dist/i18n/messages-base.d.ts.map +1 -0
- package/dist/i18n/messages-base.js +1 -0
- package/dist/i18n/messages-create-list.d.ts +310 -0
- package/dist/i18n/messages-create-list.d.ts.map +1 -0
- package/dist/i18n/messages-create-list.js +1 -0
- package/dist/i18n/messages-journey.d.ts +198 -0
- package/dist/i18n/messages-journey.d.ts.map +1 -0
- package/dist/i18n/messages-journey.js +1 -0
- package/dist/i18n/messages-operations.d.ts +362 -0
- package/dist/i18n/messages-operations.d.ts.map +1 -0
- package/dist/i18n/messages-operations.js +1 -0
- package/dist/i18n/messages-sections.d.ts +312 -0
- package/dist/i18n/messages-sections.d.ts.map +1 -0
- package/dist/i18n/messages-sections.js +1 -0
- package/dist/i18n/messages.d.ts +7 -0
- package/dist/i18n/messages.d.ts.map +1 -0
- package/dist/i18n/messages.js +1 -0
- package/dist/i18n/provider.d.ts +3185 -0
- package/dist/i18n/provider.d.ts.map +1 -0
- package/dist/i18n/provider.js +45 -0
- package/dist/i18n/ro-base.d.ts +295 -0
- package/dist/i18n/ro-base.d.ts.map +1 -0
- package/dist/i18n/ro-base.js +294 -0
- package/dist/i18n/ro-create-list.d.ts +327 -0
- package/dist/i18n/ro-create-list.d.ts.map +1 -0
- package/dist/i18n/ro-create-list.js +326 -0
- package/dist/i18n/ro-journey.d.ts +229 -0
- package/dist/i18n/ro-journey.d.ts.map +1 -0
- package/dist/i18n/ro-journey.js +228 -0
- package/dist/i18n/ro-operations.d.ts +382 -0
- package/dist/i18n/ro-operations.d.ts.map +1 -0
- package/dist/i18n/ro-operations.js +381 -0
- package/dist/i18n/ro-sections.d.ts +360 -0
- package/dist/i18n/ro-sections.d.ts.map +1 -0
- package/dist/i18n/ro-sections.js +359 -0
- package/dist/i18n/ro.d.ts +1581 -0
- package/dist/i18n/ro.d.ts.map +1 -0
- package/dist/i18n/ro.js +12 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +8 -0
- package/dist/journey/components/booking-journey-rules.d.ts +48 -0
- package/dist/journey/components/booking-journey-rules.d.ts.map +1 -0
- package/dist/journey/components/booking-journey-rules.js +235 -0
- package/dist/journey/components/booking-journey.d.ts +3 -0
- package/dist/journey/components/booking-journey.d.ts.map +1 -0
- package/dist/journey/components/booking-journey.js +368 -0
- package/dist/journey/components/configure-step-skeleton.d.ts +8 -0
- package/dist/journey/components/configure-step-skeleton.d.ts.map +1 -0
- package/dist/journey/components/configure-step-skeleton.js +11 -0
- package/dist/journey/components/contract-preview-dialog.d.ts +47 -0
- package/dist/journey/components/contract-preview-dialog.d.ts.map +1 -0
- package/dist/journey/components/contract-preview-dialog.js +124 -0
- package/dist/journey/components/journey-steps/accommodation-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/accommodation-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/accommodation-step.js +71 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts +3 -0
- package/dist/journey/components/journey-steps/addons-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/addons-step.js +40 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts +8 -0
- package/dist/journey/components/journey-steps/billing-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/billing-step.js +78 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts +28 -0
- package/dist/journey/components/journey-steps/configure-steps.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/configure-steps.js +232 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts +11 -0
- package/dist/journey/components/journey-steps/documents-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/documents-step.js +36 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts +29 -0
- package/dist/journey/components/journey-steps/payment-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/payment-step.js +225 -0
- package/dist/journey/components/journey-steps/review-step.d.ts +27 -0
- package/dist/journey/components/journey-steps/review-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/review-step.js +18 -0
- package/dist/journey/components/journey-steps/shared.d.ts +75 -0
- package/dist/journey/components/journey-steps/shared.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/shared.js +108 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts +7 -0
- package/dist/journey/components/journey-steps/travelers-step.d.ts.map +1 -0
- package/dist/journey/components/journey-steps/travelers-step.js +201 -0
- package/dist/journey/components/journey-steps.d.ts +21 -0
- package/dist/journey/components/journey-steps.d.ts.map +1 -0
- package/dist/journey/components/journey-steps.js +20 -0
- package/dist/journey/components/side-panel.d.ts +17 -0
- package/dist/journey/components/side-panel.d.ts.map +1 -0
- package/dist/journey/components/side-panel.js +245 -0
- package/dist/journey/components/stacked-journey.d.ts +30 -0
- package/dist/journey/components/stacked-journey.d.ts.map +1 -0
- package/dist/journey/components/stacked-journey.js +50 -0
- package/dist/journey/components/step-header.d.ts +7 -0
- package/dist/journey/components/step-header.d.ts.map +1 -0
- package/dist/journey/components/step-header.js +12 -0
- package/dist/journey/index.d.ts +18 -0
- package/dist/journey/index.d.ts.map +1 -0
- package/dist/journey/index.js +17 -0
- package/dist/journey/lib/draft-state.d.ts +35 -0
- package/dist/journey/lib/draft-state.d.ts.map +1 -0
- package/dist/journey/lib/draft-state.js +57 -0
- package/dist/journey/lib/pax-band-dependencies.d.ts +27 -0
- package/dist/journey/lib/pax-band-dependencies.d.ts.map +1 -0
- package/dist/journey/lib/pax-band-dependencies.js +50 -0
- package/dist/journey/lib/payment-schedule.d.ts +19 -0
- package/dist/journey/lib/payment-schedule.d.ts.map +1 -0
- package/dist/journey/lib/payment-schedule.js +90 -0
- package/dist/journey/types.d.ts +403 -0
- package/dist/journey/types.d.ts.map +1 -0
- package/dist/journey/types.js +19 -0
- package/dist/provider.d.ts +2 -0
- package/dist/provider.d.ts.map +1 -0
- package/dist/provider.js +1 -0
- package/dist/query-keys.d.ts +74 -0
- package/dist/query-keys.d.ts.map +1 -0
- package/dist/query-keys.js +26 -0
- package/dist/query-options.d.ts +2534 -0
- package/dist/query-options.d.ts.map +1 -0
- package/dist/query-options.js +233 -0
- package/dist/requirements/client.d.ts +14 -0
- package/dist/requirements/client.d.ts.map +1 -0
- package/dist/requirements/client.js +59 -0
- package/dist/requirements/components/booking-requirements-contact-tab.d.ts +8 -0
- package/dist/requirements/components/booking-requirements-contact-tab.d.ts.map +1 -0
- package/dist/requirements/components/booking-requirements-contact-tab.js +8 -0
- package/dist/requirements/components/booking-requirements-questions-tab.d.ts +14 -0
- package/dist/requirements/components/booking-requirements-questions-tab.d.ts.map +1 -0
- package/dist/requirements/components/booking-requirements-questions-tab.js +17 -0
- package/dist/requirements/constants.d.ts +114 -0
- package/dist/requirements/constants.d.ts.map +1 -0
- package/dist/requirements/constants.js +45 -0
- package/dist/requirements/hooks/index.d.ts +6 -0
- package/dist/requirements/hooks/index.d.ts.map +1 -0
- package/dist/requirements/hooks/index.js +6 -0
- package/dist/requirements/hooks/use-booking-questions.d.ts +24 -0
- package/dist/requirements/hooks/use-booking-questions.d.ts.map +1 -0
- package/dist/requirements/hooks/use-booking-questions.js +9 -0
- package/dist/requirements/hooks/use-contact-requirements.d.ts +22 -0
- package/dist/requirements/hooks/use-contact-requirements.d.ts.map +1 -0
- package/dist/requirements/hooks/use-contact-requirements.js +9 -0
- package/dist/requirements/hooks/use-products.d.ts +16 -0
- package/dist/requirements/hooks/use-products.d.ts.map +1 -0
- package/dist/requirements/hooks/use-products.js +9 -0
- package/dist/requirements/hooks/use-question-options.d.ts +19 -0
- package/dist/requirements/hooks/use-question-options.d.ts.map +1 -0
- package/dist/requirements/hooks/use-question-options.js +9 -0
- package/dist/requirements/hooks/use-transport-requirements.d.ts +30 -0
- package/dist/requirements/hooks/use-transport-requirements.d.ts.map +1 -0
- package/dist/requirements/hooks/use-transport-requirements.js +9 -0
- package/dist/requirements/i18n/en.d.ts +94 -0
- package/dist/requirements/i18n/en.d.ts.map +1 -0
- package/dist/requirements/i18n/en.js +93 -0
- package/dist/requirements/i18n/index.d.ts +5 -0
- package/dist/requirements/i18n/index.d.ts.map +1 -0
- package/dist/requirements/i18n/index.js +3 -0
- package/dist/requirements/i18n/messages.d.ts +59 -0
- package/dist/requirements/i18n/messages.d.ts.map +1 -0
- package/dist/requirements/i18n/messages.js +1 -0
- package/dist/requirements/i18n/provider.d.ts +210 -0
- package/dist/requirements/i18n/provider.d.ts.map +1 -0
- package/dist/requirements/i18n/provider.js +44 -0
- package/dist/requirements/i18n/ro.d.ts +94 -0
- package/dist/requirements/i18n/ro.d.ts.map +1 -0
- package/dist/requirements/i18n/ro.js +93 -0
- package/dist/requirements/index.d.ts +9 -0
- package/dist/requirements/index.d.ts.map +1 -0
- package/dist/requirements/index.js +8 -0
- package/dist/requirements/provider.d.ts +2 -0
- package/dist/requirements/provider.d.ts.map +1 -0
- package/dist/requirements/provider.js +1 -0
- package/dist/requirements/query-keys.d.ts +33 -0
- package/dist/requirements/query-keys.d.ts.map +1 -0
- package/dist/requirements/query-keys.js +13 -0
- package/dist/requirements/query-options.d.ts +371 -0
- package/dist/requirements/query-options.d.ts.map +1 -0
- package/dist/requirements/query-options.js +80 -0
- package/dist/requirements/schemas.d.ts +320 -0
- package/dist/requirements/schemas.d.ts.map +1 -0
- package/dist/requirements/schemas.js +121 -0
- package/dist/requirements/ui.d.ts +4 -0
- package/dist/requirements/ui.d.ts.map +1 -0
- package/dist/requirements/ui.js +3 -0
- package/dist/requirements/utils.d.ts +2 -0
- package/dist/requirements/utils.d.ts.map +1 -0
- package/dist/requirements/utils.js +4 -0
- package/dist/schemas.d.ts +2070 -0
- package/dist/schemas.d.ts.map +1 -0
- package/dist/schemas.js +507 -0
- package/dist/status-presentation.d.ts +34 -0
- package/dist/status-presentation.d.ts.map +1 -0
- package/dist/status-presentation.js +38 -0
- package/dist/ui.d.ts +43 -0
- package/dist/ui.d.ts.map +1 -0
- package/dist/ui.js +42 -0
- package/package.json +256 -0
- package/src/requirements/styles.css +1 -0
- package/src/styles.css +13 -0
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
export const bookingsUiEnJourney = {
|
|
2
|
+
bookingJourney: {
|
|
3
|
+
steps: {
|
|
4
|
+
departure: "Departure",
|
|
5
|
+
billing: "Billing",
|
|
6
|
+
travelers: "Travelers",
|
|
7
|
+
options: "Options",
|
|
8
|
+
accommodation: "Accommodation",
|
|
9
|
+
addons: "Extras",
|
|
10
|
+
payment: "Payment",
|
|
11
|
+
documents: "Documents & notes",
|
|
12
|
+
review: "Review",
|
|
13
|
+
billingAndContact: "Billing & contact",
|
|
14
|
+
reviewAndConfirm: "Review & confirm",
|
|
15
|
+
},
|
|
16
|
+
navigation: {
|
|
17
|
+
back: "Back",
|
|
18
|
+
next: "Next",
|
|
19
|
+
checking: "Checking...",
|
|
20
|
+
continue: "Continue",
|
|
21
|
+
edit: "Edit",
|
|
22
|
+
done: "Done",
|
|
23
|
+
cancel: "Cancel",
|
|
24
|
+
},
|
|
25
|
+
values: {
|
|
26
|
+
noValue: "—",
|
|
27
|
+
notSet: "Not set",
|
|
28
|
+
none: "None",
|
|
29
|
+
selectPlaceholder: "Select...",
|
|
30
|
+
},
|
|
31
|
+
validation: {
|
|
32
|
+
completeStepBeforeContinuing: "Complete this step before continuing.",
|
|
33
|
+
unableToContinue: "Unable to continue. Please try again.",
|
|
34
|
+
addAtLeastTravelers: "Add at least {count} traveler{plural} to continue.",
|
|
35
|
+
maxTravelersPerBooking: "Max {count} travelers per booking.",
|
|
36
|
+
ageOutOfRange: "Age {age} is outside the accepted range for this product.",
|
|
37
|
+
dependencyRequires: "{dependent} requires at least one {master}.",
|
|
38
|
+
dependencyExcludes: "{dependent} can't be combined with {master}.",
|
|
39
|
+
dependencyLimitPerMaster: "At most {limit} {dependent} per {master}.",
|
|
40
|
+
dependencyLimitSum: "At most {limit} {dependent} allowed.",
|
|
41
|
+
},
|
|
42
|
+
warnings: {
|
|
43
|
+
phoneMissing: "Phone number not set — useful for last-minute supplier contact.",
|
|
44
|
+
billingCountryMissing: "Billing country not set — taxes won't compute until it's filled in.",
|
|
45
|
+
vatMissing: "Tax ID not set — needed for company (B2B) invoicing.",
|
|
46
|
+
travelerFieldRequired: "{traveler}: {field} is required.",
|
|
47
|
+
paymentIntentMissing: "Payment intent not set — booking will default to hold.",
|
|
48
|
+
noTravelers: "No travelers added — at least one is recommended for ops handoff.",
|
|
49
|
+
},
|
|
50
|
+
configure: {
|
|
51
|
+
travelers: "Travelers",
|
|
52
|
+
departureDate: "Departure date",
|
|
53
|
+
option: "Option",
|
|
54
|
+
timeOptional: "Time (optional)",
|
|
55
|
+
checkIn: "Check-in",
|
|
56
|
+
checkOutWithNights: "Check-out ({minNights}-{maxNights} nights)",
|
|
57
|
+
cabinCategory: "Cabin category",
|
|
58
|
+
cabinNumber: "Cabin number",
|
|
59
|
+
airArrangements: "Air arrangements",
|
|
60
|
+
airOptions: {
|
|
61
|
+
cruise_line: {
|
|
62
|
+
label: "Cruise-line-arranged flights",
|
|
63
|
+
description: "The cruise line books your flights in a coordinated package. Operator follows up with the air desk.",
|
|
64
|
+
},
|
|
65
|
+
independent: {
|
|
66
|
+
label: "Independent flights",
|
|
67
|
+
description: "Book flights yourself or via a separate flight booking line.",
|
|
68
|
+
},
|
|
69
|
+
none: {
|
|
70
|
+
label: "No flights needed",
|
|
71
|
+
description: "Regional cruise / driving to the port.",
|
|
72
|
+
},
|
|
73
|
+
},
|
|
74
|
+
ageHintRange: "{min}-{max}y",
|
|
75
|
+
ageHintMinimum: "{min}y+",
|
|
76
|
+
ageHintMaximum: "up to {max}y",
|
|
77
|
+
},
|
|
78
|
+
billing: {
|
|
79
|
+
title: "Billing & lead contact",
|
|
80
|
+
buyerType: "Buyer type",
|
|
81
|
+
individual: "Individual (B2C)",
|
|
82
|
+
company: "Company (B2B)",
|
|
83
|
+
firstName: "First name",
|
|
84
|
+
lastName: "Last name",
|
|
85
|
+
email: "Email",
|
|
86
|
+
phone: "Phone",
|
|
87
|
+
addressLine1: "Address line 1",
|
|
88
|
+
addressLine2Optional: "Address line 2 (optional)",
|
|
89
|
+
city: "City",
|
|
90
|
+
postalCode: "Postal code",
|
|
91
|
+
country: "Country",
|
|
92
|
+
companyName: "Company name",
|
|
93
|
+
vatId: "Tax ID",
|
|
94
|
+
leadContactSummaryNote: "Details come from the selected contact — edit them above.",
|
|
95
|
+
leadContactSummaryEmpty: "Search and select a contact above, or create a new one.",
|
|
96
|
+
},
|
|
97
|
+
travelers: {
|
|
98
|
+
title: "Travelers",
|
|
99
|
+
partySize: "Party size",
|
|
100
|
+
details: "Traveler details",
|
|
101
|
+
decrease: "Decrease {label}",
|
|
102
|
+
increase: "Increase {label}",
|
|
103
|
+
empty: "Pick traveler counts in the Configure step to start adding details.",
|
|
104
|
+
addTraveler: "Add traveler",
|
|
105
|
+
travelerType: "Traveler type",
|
|
106
|
+
travelerNumber: "Traveler {number}",
|
|
107
|
+
ageLabel: "age {age}",
|
|
108
|
+
copyFromBilling: "Copy from billing",
|
|
109
|
+
remove: "Remove",
|
|
110
|
+
},
|
|
111
|
+
accommodation: {
|
|
112
|
+
title: "Accommodation",
|
|
113
|
+
empty: "No accommodation options for this product.",
|
|
114
|
+
extensionsAvailable: "{count} extension option{plural} available — UI lands in Phase F.",
|
|
115
|
+
ratePlan: "Rate plan",
|
|
116
|
+
cancellationPrefix: "Cancellation:",
|
|
117
|
+
includesPrefix: "Includes:",
|
|
118
|
+
},
|
|
119
|
+
addons: {
|
|
120
|
+
title: "Add-ons",
|
|
121
|
+
empty: "No add-ons available for this product.",
|
|
122
|
+
otherBucket: "Other",
|
|
123
|
+
},
|
|
124
|
+
payment: {
|
|
125
|
+
title: "Payment",
|
|
126
|
+
empty: "No payment methods are available for this booking.",
|
|
127
|
+
redirectedAfterConfirm: "You'll be redirected to our secure payment page after confirming the booking.",
|
|
128
|
+
linkSentAfterConfirm: "A secure payment link is generated for the customer after you confirm — they choose how to pay. Nothing is charged now.",
|
|
129
|
+
cardOperatorLabel: "Online payment link",
|
|
130
|
+
cardOperatorDescription: "The customer pays online via a secure link after you confirm. Nothing is charged instantly; inventory is reserved on confirmation.",
|
|
131
|
+
generateLinkLabel: "Generate an online payment link",
|
|
132
|
+
generateLinkHint: "Creates a secure online payment link for this booking after you confirm. Leave unchecked to just reserve and collect payment later.",
|
|
133
|
+
inquiryNotice: "We'll send your details to the operator without locking inventory or taking payment. They'll get back to you with availability and a quote — typically within one business day.",
|
|
134
|
+
bankTransferInstructions: "Bank transfer instructions",
|
|
135
|
+
bankTransferDefaultNote: "After you submit, you'll receive an email with our bank details and a payment reference. Inventory is held pending payment.",
|
|
136
|
+
intentLabels: {
|
|
137
|
+
card: "Pay by card",
|
|
138
|
+
bank_transfer: "Bank transfer",
|
|
139
|
+
hold: "Hold for now",
|
|
140
|
+
ticket_on_credit: "Agency credit account",
|
|
141
|
+
inquiry: "Send as inquiry",
|
|
142
|
+
},
|
|
143
|
+
intentDescriptions: {
|
|
144
|
+
card: "Charged immediately. Inventory is reserved on confirmation.",
|
|
145
|
+
bank_transfer: "We'll send you bank details and a reference. Inventory is held while we wait for the transfer.",
|
|
146
|
+
hold: "Reserve inventory without paying. The operator follows up to collect payment.",
|
|
147
|
+
ticket_on_credit: "Charge against an agency's credit line. Operator surfaces only.",
|
|
148
|
+
inquiry: "No payment, no inventory hold. The operator gets back to you with availability and a quote.",
|
|
149
|
+
},
|
|
150
|
+
},
|
|
151
|
+
review: {
|
|
152
|
+
title: "Review & confirm",
|
|
153
|
+
leadContact: "Lead contact",
|
|
154
|
+
travelers: "Travelers",
|
|
155
|
+
customerNotes: "Notes",
|
|
156
|
+
customerNotesPlaceholder: "Anything we should know? (allergies, accessibility needs, special occasion...)",
|
|
157
|
+
internalNotes: "Internal notes (operator-only)",
|
|
158
|
+
confirmBooking: "Confirm booking",
|
|
159
|
+
confirming: "Confirming...",
|
|
160
|
+
completeToConfirm: "Complete the highlighted sections above to confirm.",
|
|
161
|
+
priceOverrideToggle: "Override total price",
|
|
162
|
+
priceOverrideAmount: "Total price",
|
|
163
|
+
priceOverrideReason: "Override reason",
|
|
164
|
+
priceOverrideReasonPlaceholder: "Why is the price being changed?",
|
|
165
|
+
priceOverrideReasonRequired: "A reason is required when the price is changed.",
|
|
166
|
+
},
|
|
167
|
+
documents: {
|
|
168
|
+
saveAsDraft: "Save as draft",
|
|
169
|
+
saveAsDraftHint: "Keep the booking as a draft. Leave unchecked to create it live — confirmed if the payment is marked paid, otherwise awaiting payment.",
|
|
170
|
+
},
|
|
171
|
+
contract: {
|
|
172
|
+
defaultTitle: "Booking contract",
|
|
173
|
+
description: "Please review the contract below. You can scroll through the document, then tick the boxes and click Accept to continue.",
|
|
174
|
+
errorPrefix: "Couldn't load the contract preview:",
|
|
175
|
+
iframeTitle: "{name} preview",
|
|
176
|
+
termsLabel: "I have read and agree to the terms of this contract. I understand that this booking is binding once accepted.",
|
|
177
|
+
marketingLabel: "I'd like to receive occasional travel offers and updates by email. (You can unsubscribe at any time.)",
|
|
178
|
+
cancel: "Cancel",
|
|
179
|
+
acceptAndContinue: "Accept and continue",
|
|
180
|
+
previewRequestFailed: "Preview request failed: {status}",
|
|
181
|
+
previewMissing: "Preview response missing rendered body or template metadata",
|
|
182
|
+
},
|
|
183
|
+
sidePanel: {
|
|
184
|
+
youAreBooking: "You're booking",
|
|
185
|
+
total: "Total",
|
|
186
|
+
pricingHint: "Add travelers to see pricing.",
|
|
187
|
+
pricingHintRooms: "Select rooms to see pricing.",
|
|
188
|
+
guestSingular: "guest",
|
|
189
|
+
guestPlural: "guests",
|
|
190
|
+
filledOf: "{filled} of {total} filled",
|
|
191
|
+
roomSingular: "room",
|
|
192
|
+
roomPlural: "rooms",
|
|
193
|
+
addOnSingular: "add-on",
|
|
194
|
+
addOnPlural: "add-ons",
|
|
195
|
+
card: "Card",
|
|
196
|
+
hold: "Hold",
|
|
197
|
+
onCredit: "On credit",
|
|
198
|
+
confirmAndBook: "Confirm and book",
|
|
199
|
+
reviewDetails: "Review your details and confirm to book.",
|
|
200
|
+
noTravelersYet: "No travelers yet.",
|
|
201
|
+
notSelected: "Not selected.",
|
|
202
|
+
noAddonsSelected: "No add-ons selected.",
|
|
203
|
+
adults: "Adults",
|
|
204
|
+
children: "Children",
|
|
205
|
+
infants: "Infants",
|
|
206
|
+
departure: "Departure",
|
|
207
|
+
date: "Date",
|
|
208
|
+
checkIn: "Check-in",
|
|
209
|
+
checkOut: "Check-out",
|
|
210
|
+
cabin: "Cabin",
|
|
211
|
+
name: "Name",
|
|
212
|
+
email: "Email",
|
|
213
|
+
phone: "Phone",
|
|
214
|
+
buyer: "Buyer",
|
|
215
|
+
company: "Company",
|
|
216
|
+
individual: "Individual",
|
|
217
|
+
vat: "VAT",
|
|
218
|
+
address: "Address",
|
|
219
|
+
travelerNumber: "Traveler {number}",
|
|
220
|
+
dob: "DOB",
|
|
221
|
+
method: "Method",
|
|
222
|
+
schedule: "Schedule",
|
|
223
|
+
payByCard: "Pay by card",
|
|
224
|
+
ticketOnCredit: "Ticket on credit",
|
|
225
|
+
holdNoChargeYet: "Hold (no charge yet)",
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
};
|
|
@@ -0,0 +1,382 @@
|
|
|
1
|
+
export declare const bookingsUiEnOperations: {
|
|
2
|
+
statusChangeDialog: {
|
|
3
|
+
title: string;
|
|
4
|
+
fields: {
|
|
5
|
+
status: string;
|
|
6
|
+
note: string;
|
|
7
|
+
suppressNotifications: string;
|
|
8
|
+
};
|
|
9
|
+
placeholders: {
|
|
10
|
+
note: string;
|
|
11
|
+
};
|
|
12
|
+
helpers: {
|
|
13
|
+
suppressNotifications: string;
|
|
14
|
+
};
|
|
15
|
+
actions: {
|
|
16
|
+
updateStatus: string;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
supplierStatusDialog: {
|
|
20
|
+
titles: {
|
|
21
|
+
create: string;
|
|
22
|
+
edit: string;
|
|
23
|
+
};
|
|
24
|
+
fields: {
|
|
25
|
+
serviceName: string;
|
|
26
|
+
status: string;
|
|
27
|
+
costCurrency: string;
|
|
28
|
+
costAmountCents: string;
|
|
29
|
+
supplierReference: string;
|
|
30
|
+
notes: string;
|
|
31
|
+
};
|
|
32
|
+
placeholders: {
|
|
33
|
+
serviceName: string;
|
|
34
|
+
supplierReference: string;
|
|
35
|
+
notes: string;
|
|
36
|
+
};
|
|
37
|
+
validation: {
|
|
38
|
+
serviceNameRequired: string;
|
|
39
|
+
costCurrencyInvalid: string;
|
|
40
|
+
};
|
|
41
|
+
actions: {
|
|
42
|
+
addSupplierStatus: string;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
bookingItemList: {
|
|
46
|
+
title: string;
|
|
47
|
+
addItem: string;
|
|
48
|
+
empty: string;
|
|
49
|
+
values: {
|
|
50
|
+
totalUnavailable: string;
|
|
51
|
+
costUnavailable: string;
|
|
52
|
+
serviceDateUnavailable: string;
|
|
53
|
+
};
|
|
54
|
+
columns: {
|
|
55
|
+
title: string;
|
|
56
|
+
option: string;
|
|
57
|
+
unit: string;
|
|
58
|
+
type: string;
|
|
59
|
+
status: string;
|
|
60
|
+
quantity: string;
|
|
61
|
+
total: string;
|
|
62
|
+
cost: string;
|
|
63
|
+
serviceDate: string;
|
|
64
|
+
};
|
|
65
|
+
detail: {
|
|
66
|
+
description: string;
|
|
67
|
+
dates: string;
|
|
68
|
+
cost: string;
|
|
69
|
+
catalogSource: string;
|
|
70
|
+
productLink: string;
|
|
71
|
+
noDescription: string;
|
|
72
|
+
};
|
|
73
|
+
actions: {
|
|
74
|
+
deleteConfirm: {
|
|
75
|
+
title: string;
|
|
76
|
+
description: string;
|
|
77
|
+
cancel: string;
|
|
78
|
+
confirm: string;
|
|
79
|
+
};
|
|
80
|
+
expandItem: string;
|
|
81
|
+
collapseItem: string;
|
|
82
|
+
viewItem: string;
|
|
83
|
+
editItem: string;
|
|
84
|
+
deleteItem: string;
|
|
85
|
+
};
|
|
86
|
+
snapshot: {
|
|
87
|
+
title: string;
|
|
88
|
+
subtitle: string;
|
|
89
|
+
sectionSummary: string;
|
|
90
|
+
sectionPricing: string;
|
|
91
|
+
sectionMeta: string;
|
|
92
|
+
productLabel: string;
|
|
93
|
+
optionLabel: string;
|
|
94
|
+
unitLabel: string;
|
|
95
|
+
descriptionLabel: string;
|
|
96
|
+
typeLabel: string;
|
|
97
|
+
statusLabel: string;
|
|
98
|
+
datesLabel: string;
|
|
99
|
+
quantityLabel: string;
|
|
100
|
+
unitSellLabel: string;
|
|
101
|
+
totalSellLabel: string;
|
|
102
|
+
unitCostLabel: string;
|
|
103
|
+
totalCostLabel: string;
|
|
104
|
+
notesLabel: string;
|
|
105
|
+
createdAtLabel: string;
|
|
106
|
+
updatedAtLabel: string;
|
|
107
|
+
empty: string;
|
|
108
|
+
};
|
|
109
|
+
};
|
|
110
|
+
bookingPaymentScheduleList: {
|
|
111
|
+
title: string;
|
|
112
|
+
addSchedule: string;
|
|
113
|
+
empty: string;
|
|
114
|
+
values: {
|
|
115
|
+
notesUnavailable: string;
|
|
116
|
+
proformaSuffix: string;
|
|
117
|
+
};
|
|
118
|
+
columns: {
|
|
119
|
+
type: string;
|
|
120
|
+
status: string;
|
|
121
|
+
dueDate: string;
|
|
122
|
+
amount: string;
|
|
123
|
+
notes: string;
|
|
124
|
+
invoice: string;
|
|
125
|
+
};
|
|
126
|
+
actions: {
|
|
127
|
+
deleteConfirm: {
|
|
128
|
+
title: string;
|
|
129
|
+
description: string;
|
|
130
|
+
cancel: string;
|
|
131
|
+
confirm: string;
|
|
132
|
+
};
|
|
133
|
+
editSchedule: string;
|
|
134
|
+
deleteSchedule: string;
|
|
135
|
+
issueDocument: string;
|
|
136
|
+
issueInvoice: string;
|
|
137
|
+
issueProforma: string;
|
|
138
|
+
issueDocumentSuccess: string;
|
|
139
|
+
issueDocumentFailure: string;
|
|
140
|
+
issueDocumentErrors: {
|
|
141
|
+
invoice_number_series_not_found: string;
|
|
142
|
+
invoice_number_series_inactive: string;
|
|
143
|
+
invoice_number_series_scope_mismatch: string;
|
|
144
|
+
no_active_series_for_scope: string;
|
|
145
|
+
};
|
|
146
|
+
};
|
|
147
|
+
};
|
|
148
|
+
bookingPaymentReconciliationBanner: {
|
|
149
|
+
title: string;
|
|
150
|
+
loading: string;
|
|
151
|
+
empty: string;
|
|
152
|
+
reconciledDescription: string;
|
|
153
|
+
driftDescription: string;
|
|
154
|
+
reconciledBadge: string;
|
|
155
|
+
driftBadge: string;
|
|
156
|
+
billed: string;
|
|
157
|
+
invoicePaid: string;
|
|
158
|
+
recordedPayments: string;
|
|
159
|
+
schedulePaid: string;
|
|
160
|
+
drift: string;
|
|
161
|
+
emptyValue: string;
|
|
162
|
+
};
|
|
163
|
+
supplierStatusList: {
|
|
164
|
+
title: string;
|
|
165
|
+
addSupplier: string;
|
|
166
|
+
empty: string;
|
|
167
|
+
values: {
|
|
168
|
+
costUnavailable: string;
|
|
169
|
+
referenceUnavailable: string;
|
|
170
|
+
confirmedUnavailable: string;
|
|
171
|
+
};
|
|
172
|
+
columns: {
|
|
173
|
+
service: string;
|
|
174
|
+
status: string;
|
|
175
|
+
cost: string;
|
|
176
|
+
reference: string;
|
|
177
|
+
confirmed: string;
|
|
178
|
+
actions: string;
|
|
179
|
+
};
|
|
180
|
+
actions: {
|
|
181
|
+
edit: string;
|
|
182
|
+
};
|
|
183
|
+
};
|
|
184
|
+
bookingCancellationDialog: {
|
|
185
|
+
title: string;
|
|
186
|
+
summary: {
|
|
187
|
+
booking: string;
|
|
188
|
+
startDate: string;
|
|
189
|
+
total: string;
|
|
190
|
+
daysBeforeDeparture: string;
|
|
191
|
+
};
|
|
192
|
+
values: {
|
|
193
|
+
startDateTbd: string;
|
|
194
|
+
amountUnavailable: string;
|
|
195
|
+
ruleFallback: string;
|
|
196
|
+
ruleDaysBeforeDeparture: string;
|
|
197
|
+
};
|
|
198
|
+
policy: {
|
|
199
|
+
applicablePolicy: string;
|
|
200
|
+
refund: string;
|
|
201
|
+
penalty: string;
|
|
202
|
+
rule: string;
|
|
203
|
+
resolving: string;
|
|
204
|
+
missing: string;
|
|
205
|
+
missingHint: string;
|
|
206
|
+
calculating: string;
|
|
207
|
+
noTotalAmount: string;
|
|
208
|
+
};
|
|
209
|
+
refundTypeLabels: {
|
|
210
|
+
cash: string;
|
|
211
|
+
credit: string;
|
|
212
|
+
cash_or_credit: string;
|
|
213
|
+
none: string;
|
|
214
|
+
};
|
|
215
|
+
fields: {
|
|
216
|
+
reason: string;
|
|
217
|
+
};
|
|
218
|
+
placeholders: {
|
|
219
|
+
reason: string;
|
|
220
|
+
};
|
|
221
|
+
validation: {
|
|
222
|
+
cancellationFailed: string;
|
|
223
|
+
};
|
|
224
|
+
actions: {
|
|
225
|
+
close: string;
|
|
226
|
+
confirm: string;
|
|
227
|
+
};
|
|
228
|
+
};
|
|
229
|
+
bookingBillingDialog: {
|
|
230
|
+
title: string;
|
|
231
|
+
fields: {
|
|
232
|
+
partyType: string;
|
|
233
|
+
firstName: string;
|
|
234
|
+
lastName: string;
|
|
235
|
+
companyName: string;
|
|
236
|
+
taxId: string;
|
|
237
|
+
email: string;
|
|
238
|
+
phone: string;
|
|
239
|
+
addressLine1: string;
|
|
240
|
+
addressLine2: string;
|
|
241
|
+
city: string;
|
|
242
|
+
region: string;
|
|
243
|
+
postalCode: string;
|
|
244
|
+
country: string;
|
|
245
|
+
};
|
|
246
|
+
partyTypeLabels: {
|
|
247
|
+
individual: string;
|
|
248
|
+
company: string;
|
|
249
|
+
};
|
|
250
|
+
crmPicker: {
|
|
251
|
+
label: string;
|
|
252
|
+
personSearchPlaceholder: string;
|
|
253
|
+
personEmpty: string;
|
|
254
|
+
organizationSearchPlaceholder: string;
|
|
255
|
+
organizationEmpty: string;
|
|
256
|
+
};
|
|
257
|
+
actions: {
|
|
258
|
+
cancel: string;
|
|
259
|
+
selectFromCrm: string;
|
|
260
|
+
hideCrmPicker: string;
|
|
261
|
+
save: string;
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
bookingGuaranteeDialog: {
|
|
265
|
+
titles: {
|
|
266
|
+
create: string;
|
|
267
|
+
edit: string;
|
|
268
|
+
};
|
|
269
|
+
guaranteeTypeLabels: {
|
|
270
|
+
deposit: string;
|
|
271
|
+
credit_card: string;
|
|
272
|
+
preauth: string;
|
|
273
|
+
card_on_file: string;
|
|
274
|
+
bank_transfer: string;
|
|
275
|
+
voucher: string;
|
|
276
|
+
agency_letter: string;
|
|
277
|
+
other: string;
|
|
278
|
+
};
|
|
279
|
+
guaranteeStatusLabels: {
|
|
280
|
+
pending: string;
|
|
281
|
+
active: string;
|
|
282
|
+
released: string;
|
|
283
|
+
failed: string;
|
|
284
|
+
cancelled: string;
|
|
285
|
+
expired: string;
|
|
286
|
+
};
|
|
287
|
+
fields: {
|
|
288
|
+
type: string;
|
|
289
|
+
status: string;
|
|
290
|
+
currency: string;
|
|
291
|
+
amountCents: string;
|
|
292
|
+
provider: string;
|
|
293
|
+
referenceNumber: string;
|
|
294
|
+
expiresAt: string;
|
|
295
|
+
notes: string;
|
|
296
|
+
};
|
|
297
|
+
placeholders: {
|
|
298
|
+
provider: string;
|
|
299
|
+
referenceNumber: string;
|
|
300
|
+
expiresAt: string;
|
|
301
|
+
notes: string;
|
|
302
|
+
};
|
|
303
|
+
actions: {
|
|
304
|
+
addGuarantee: string;
|
|
305
|
+
};
|
|
306
|
+
};
|
|
307
|
+
bookingGuaranteeList: {
|
|
308
|
+
title: string;
|
|
309
|
+
addGuarantee: string;
|
|
310
|
+
empty: string;
|
|
311
|
+
values: {
|
|
312
|
+
amountUnavailable: string;
|
|
313
|
+
providerUnavailable: string;
|
|
314
|
+
referenceUnavailable: string;
|
|
315
|
+
expiresUnavailable: string;
|
|
316
|
+
};
|
|
317
|
+
columns: {
|
|
318
|
+
type: string;
|
|
319
|
+
status: string;
|
|
320
|
+
amount: string;
|
|
321
|
+
provider: string;
|
|
322
|
+
reference: string;
|
|
323
|
+
expires: string;
|
|
324
|
+
};
|
|
325
|
+
actions: {
|
|
326
|
+
deleteConfirm: {
|
|
327
|
+
title: string;
|
|
328
|
+
description: string;
|
|
329
|
+
cancel: string;
|
|
330
|
+
confirm: string;
|
|
331
|
+
};
|
|
332
|
+
editGuarantee: string;
|
|
333
|
+
deleteGuarantee: string;
|
|
334
|
+
};
|
|
335
|
+
};
|
|
336
|
+
bookingGroupLinkDialog: {
|
|
337
|
+
title: string;
|
|
338
|
+
modes: {
|
|
339
|
+
join: string;
|
|
340
|
+
create: string;
|
|
341
|
+
};
|
|
342
|
+
fields: {
|
|
343
|
+
existingGroups: string;
|
|
344
|
+
groupLabel: string;
|
|
345
|
+
};
|
|
346
|
+
placeholders: {
|
|
347
|
+
selectGroup: string;
|
|
348
|
+
noExistingGroups: string;
|
|
349
|
+
groupLabel: string;
|
|
350
|
+
};
|
|
351
|
+
hints: {
|
|
352
|
+
productFiltered: string;
|
|
353
|
+
primaryMember: string;
|
|
354
|
+
};
|
|
355
|
+
validation: {
|
|
356
|
+
selectGroup: string;
|
|
357
|
+
linkFailed: string;
|
|
358
|
+
};
|
|
359
|
+
actions: {
|
|
360
|
+
createAndLink: string;
|
|
361
|
+
linkToGroup: string;
|
|
362
|
+
};
|
|
363
|
+
labels: {
|
|
364
|
+
generatedLabelPrefix: string;
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
bookingGroupSection: {
|
|
368
|
+
title: string;
|
|
369
|
+
empty: string;
|
|
370
|
+
group: string;
|
|
371
|
+
siblingBookings: string;
|
|
372
|
+
noSiblingBookings: string;
|
|
373
|
+
primaryBadge: string;
|
|
374
|
+
sharedRoomKind: string;
|
|
375
|
+
actions: {
|
|
376
|
+
removeFromGroup: string;
|
|
377
|
+
linkToSharedRoom: string;
|
|
378
|
+
removeConfirm: string;
|
|
379
|
+
};
|
|
380
|
+
};
|
|
381
|
+
};
|
|
382
|
+
//# sourceMappingURL=en-operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en-operations.d.ts","sourceRoot":"","sources":["../../src/i18n/en-operations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsYK,CAAA"}
|