@voyantjs/i18n 0.64.1 → 0.66.6
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/dist/admin/action-ledger-operator.d.ts +378 -0
- package/dist/admin/action-ledger-operator.d.ts.map +1 -0
- package/dist/admin/action-ledger-operator.js +375 -0
- package/dist/admin/app-operator.d.ts +3 -1
- package/dist/admin/app-operator.d.ts.map +1 -1
- package/dist/admin/app-operator.js +3 -1
- package/dist/admin/availability.d.ts +90 -0
- package/dist/admin/availability.d.ts.map +1 -1
- package/dist/admin/availability.js +90 -0
- package/dist/admin/bookings.d.ts +288 -0
- package/dist/admin/bookings.d.ts.map +1 -1
- package/dist/admin/bookings.js +288 -0
- package/dist/admin/legal-operator.d.ts +486 -0
- package/dist/admin/legal-operator.d.ts.map +1 -0
- package/dist/admin/legal-operator.js +483 -0
- package/dist/admin/products-dmc.d.ts +26 -0
- package/dist/admin/products-dmc.d.ts.map +1 -1
- package/dist/admin/products-dmc.js +26 -0
- package/dist/admin/products-operator.d.ts +108 -0
- package/dist/admin/products-operator.d.ts.map +1 -1
- package/dist/admin/products-operator.js +108 -0
- package/dist/admin/resources.d.ts +4 -0
- package/dist/admin/resources.d.ts.map +1 -1
- package/dist/admin/resources.js +4 -0
- package/dist/admin/settings-operator.d.ts +122 -0
- package/dist/admin/settings-operator.d.ts.map +1 -1
- package/dist/admin/settings-operator.js +122 -0
- package/dist/admin/trips.d.ts +566 -0
- package/dist/admin/trips.d.ts.map +1 -1
- package/dist/admin/trips.js +566 -0
- package/package.json +1 -1
package/dist/admin/trips.d.ts
CHANGED
|
@@ -109,6 +109,289 @@ export declare const adminTripsMessages: {
|
|
|
109
109
|
failed: string;
|
|
110
110
|
cancelled: string;
|
|
111
111
|
};
|
|
112
|
+
paymentLinkSummary: {
|
|
113
|
+
ariaLabel: string;
|
|
114
|
+
heading: string;
|
|
115
|
+
totalPayable: string;
|
|
116
|
+
fxRatesLabel: string;
|
|
117
|
+
};
|
|
118
|
+
adminComposer: {
|
|
119
|
+
heading: string;
|
|
120
|
+
subheading: string;
|
|
121
|
+
requestFailed: string;
|
|
122
|
+
billingSectionTitle: string;
|
|
123
|
+
itinerarySectionTitle: string;
|
|
124
|
+
internalNotesSectionTitle: string;
|
|
125
|
+
internalNotesSectionDescription: string;
|
|
126
|
+
internalNotesLabel: string;
|
|
127
|
+
internalNotesPlaceholder: string;
|
|
128
|
+
paymentSectionTitle: string;
|
|
129
|
+
paymentCurrencyLabel: string;
|
|
130
|
+
onReserveSectionTitle: string;
|
|
131
|
+
onReserveSectionDescription: string;
|
|
132
|
+
startInDraftLabel: string;
|
|
133
|
+
startInDraftHint: string;
|
|
134
|
+
cancellation: {
|
|
135
|
+
defaultReason: string;
|
|
136
|
+
sectionTitleSingular: string;
|
|
137
|
+
sectionTitlePlural: string;
|
|
138
|
+
sectionDescription: string;
|
|
139
|
+
clearSelection: string;
|
|
140
|
+
reasonLabel: string;
|
|
141
|
+
previewButton: string;
|
|
142
|
+
estimatedRefund: string;
|
|
143
|
+
estimatedPenalty: string;
|
|
144
|
+
staffAction: string;
|
|
145
|
+
staffActionRequired: string;
|
|
146
|
+
staffActionNotRequired: string;
|
|
147
|
+
};
|
|
148
|
+
statusMessages: {
|
|
149
|
+
componentAddedAndPriced: string;
|
|
150
|
+
tripReserved: string;
|
|
151
|
+
tripReservedWithLink: string;
|
|
152
|
+
componentRemoved: string;
|
|
153
|
+
cancellationPreviewReady: string;
|
|
154
|
+
};
|
|
155
|
+
errors: {
|
|
156
|
+
componentNotReady: string;
|
|
157
|
+
priceTripFirst: string;
|
|
158
|
+
noTrip: string;
|
|
159
|
+
noTripToCancel: string;
|
|
160
|
+
requestFailed: string;
|
|
161
|
+
completeRequirements: string;
|
|
162
|
+
requirementBillingName: string;
|
|
163
|
+
requirementBillingEmail: string;
|
|
164
|
+
requirementBillingPersonOrOrg: string;
|
|
165
|
+
requirementAtLeastOneTraveler: string;
|
|
166
|
+
requirementTravelerName: string;
|
|
167
|
+
requirementTravelerEmail: string;
|
|
168
|
+
};
|
|
169
|
+
failureMessages: {
|
|
170
|
+
priceChanged: string;
|
|
171
|
+
expired: string;
|
|
172
|
+
unavailable: string;
|
|
173
|
+
};
|
|
174
|
+
travelerFallbackName: string;
|
|
175
|
+
travelerFallbackLastName: string;
|
|
176
|
+
markedPaidNote: string;
|
|
177
|
+
paidScheduleDateLabel: string;
|
|
178
|
+
paidScheduleMethodLabel: string;
|
|
179
|
+
paidScheduleReferenceLabel: string;
|
|
180
|
+
panels: {
|
|
181
|
+
removeComponent: string;
|
|
182
|
+
removeTraveler: string;
|
|
183
|
+
configureHint: string;
|
|
184
|
+
loadingOptions: string;
|
|
185
|
+
departureLabel: string;
|
|
186
|
+
departuresUnavailable: string;
|
|
187
|
+
noUpcomingDepartures: string;
|
|
188
|
+
noDeparturesFound: string;
|
|
189
|
+
searchDeparturesPlaceholder: string;
|
|
190
|
+
optionsHeading: string;
|
|
191
|
+
optionsHint: string;
|
|
192
|
+
defaultOption: string;
|
|
193
|
+
roomsHeading: string;
|
|
194
|
+
roomsHint: string;
|
|
195
|
+
optionsAndExtras: string;
|
|
196
|
+
optionsAndExtrasHint: string;
|
|
197
|
+
fromPlaceholder: string;
|
|
198
|
+
toPlaceholder: string;
|
|
199
|
+
pickDate: string;
|
|
200
|
+
clearReturnDate: string;
|
|
201
|
+
travelersWord: string;
|
|
202
|
+
flightOptionsHeading: string;
|
|
203
|
+
flightTotal: string;
|
|
204
|
+
flightOneWay: string;
|
|
205
|
+
flightRoundTrip: string;
|
|
206
|
+
flightOrigin: string;
|
|
207
|
+
flightDestination: string;
|
|
208
|
+
flightDepart: string;
|
|
209
|
+
flightReturn: string;
|
|
210
|
+
flightSearching: string;
|
|
211
|
+
flightOptionsCount: string;
|
|
212
|
+
flightSearchFailed: string;
|
|
213
|
+
flightNoOptions: string;
|
|
214
|
+
flightSelectSearchHint: string;
|
|
215
|
+
flightSelected: string;
|
|
216
|
+
flightSelect: string;
|
|
217
|
+
flightAncillariesUnavailable: string;
|
|
218
|
+
travelerCountAdultSingular: string;
|
|
219
|
+
travelerCountAdultPlural: string;
|
|
220
|
+
travelerCountChild: string;
|
|
221
|
+
travelerCountChildren: string;
|
|
222
|
+
travelerCountInfant: string;
|
|
223
|
+
travelerCountInfants: string;
|
|
224
|
+
cabinPlaceholder: string;
|
|
225
|
+
notesPlaceholder: string;
|
|
226
|
+
tax: string;
|
|
227
|
+
total: string;
|
|
228
|
+
subtotal: string;
|
|
229
|
+
emptyTimeline: string;
|
|
230
|
+
emptyTimelineHint: string;
|
|
231
|
+
travelersSectionTitle: string;
|
|
232
|
+
noTravelersPrefix: string;
|
|
233
|
+
addTravelerLabel: string;
|
|
234
|
+
personPickerPlaceholder: string;
|
|
235
|
+
leadBadge: string;
|
|
236
|
+
categoryManualAria: string;
|
|
237
|
+
bookingSetupHeading: string;
|
|
238
|
+
tripPreviewLabel: string;
|
|
239
|
+
paymentCurrencyLabel: string;
|
|
240
|
+
pricingWarningsTitle: string;
|
|
241
|
+
billingLabel: string;
|
|
242
|
+
travelersWithCount: string;
|
|
243
|
+
travelerNumberedFallback: string;
|
|
244
|
+
verticals: {
|
|
245
|
+
productLabel: string;
|
|
246
|
+
productDescription: string;
|
|
247
|
+
stayLabel: string;
|
|
248
|
+
stayDescription: string;
|
|
249
|
+
flightLabel: string;
|
|
250
|
+
flightDescription: string;
|
|
251
|
+
cruiseLabel: string;
|
|
252
|
+
cruiseDescription: string;
|
|
253
|
+
manualLabel: string;
|
|
254
|
+
manualDescription: string;
|
|
255
|
+
};
|
|
256
|
+
addComponentMenu: string;
|
|
257
|
+
catalogSearch: {
|
|
258
|
+
hotelLabel: string;
|
|
259
|
+
productLabel: string;
|
|
260
|
+
hotelSearchPlaceholder: string;
|
|
261
|
+
productSearchPlaceholder: string;
|
|
262
|
+
hotelEmpty: string;
|
|
263
|
+
productEmpty: string;
|
|
264
|
+
};
|
|
265
|
+
fromLabel: string;
|
|
266
|
+
toLabel: string;
|
|
267
|
+
cabinClasses: {
|
|
268
|
+
economy: string;
|
|
269
|
+
premium_economy: string;
|
|
270
|
+
business: string;
|
|
271
|
+
first: string;
|
|
272
|
+
};
|
|
273
|
+
passengerFallbacks: {
|
|
274
|
+
adult: string;
|
|
275
|
+
child: string;
|
|
276
|
+
infant: string;
|
|
277
|
+
};
|
|
278
|
+
cruisePlaceholder: {
|
|
279
|
+
embarkationDate: string;
|
|
280
|
+
cabin: string;
|
|
281
|
+
description: string;
|
|
282
|
+
estimatedAmount: string;
|
|
283
|
+
};
|
|
284
|
+
manualPlaceholder: {
|
|
285
|
+
nameLabel: string;
|
|
286
|
+
namePlaceholder: string;
|
|
287
|
+
descriptionLabel: string;
|
|
288
|
+
currencyLabel: string;
|
|
289
|
+
subtotalLabel: string;
|
|
290
|
+
taxRateLabel: string;
|
|
291
|
+
};
|
|
292
|
+
travelersAddRow: {
|
|
293
|
+
addBillingPersonPrefix: string;
|
|
294
|
+
addBillingPersonSuffix: string;
|
|
295
|
+
fromRelationshipsPrefix: string;
|
|
296
|
+
fromRelationshipsSuffix: string;
|
|
297
|
+
billingPersonFallback: string;
|
|
298
|
+
};
|
|
299
|
+
travelerRow: {
|
|
300
|
+
editPerson: string;
|
|
301
|
+
createPerson: string;
|
|
302
|
+
editAction: string;
|
|
303
|
+
newAction: string;
|
|
304
|
+
manualCategoryHint: string;
|
|
305
|
+
categoryAdult: string;
|
|
306
|
+
categoryChild: string;
|
|
307
|
+
categoryInfant: string;
|
|
308
|
+
};
|
|
309
|
+
committedCard: {
|
|
310
|
+
statusFailed: string;
|
|
311
|
+
statusCancelled: string;
|
|
312
|
+
bookingLabel: string;
|
|
313
|
+
orderLabel: string;
|
|
314
|
+
paymentLabel: string;
|
|
315
|
+
bookingSetupHint: string;
|
|
316
|
+
paymentScheduleHeading: string;
|
|
317
|
+
generateContract: string;
|
|
318
|
+
generateInvoice: string;
|
|
319
|
+
committedFooter: string;
|
|
320
|
+
};
|
|
321
|
+
previewRail: {
|
|
322
|
+
empty: string;
|
|
323
|
+
pendingComponentsSingular: string;
|
|
324
|
+
pendingComponentsPlural: string;
|
|
325
|
+
};
|
|
326
|
+
billingPreview: {
|
|
327
|
+
organizationSecondary: string;
|
|
328
|
+
};
|
|
329
|
+
primaryAction: {
|
|
330
|
+
tripBooked: string;
|
|
331
|
+
tripCheckoutInProgress: string;
|
|
332
|
+
tripReserved: string;
|
|
333
|
+
pricingTrip: string;
|
|
334
|
+
reservingTrip: string;
|
|
335
|
+
retryReserve: string;
|
|
336
|
+
reserveAndCreateLink: string;
|
|
337
|
+
};
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
storefrontComposer: {
|
|
341
|
+
heading: string;
|
|
342
|
+
subheading: string;
|
|
343
|
+
actions: {
|
|
344
|
+
newTrip: string;
|
|
345
|
+
price: string;
|
|
346
|
+
reserve: string;
|
|
347
|
+
checkout: string;
|
|
348
|
+
};
|
|
349
|
+
summary: {
|
|
350
|
+
title: string;
|
|
351
|
+
status: string;
|
|
352
|
+
notStarted: string;
|
|
353
|
+
items: string;
|
|
354
|
+
subtotal: string;
|
|
355
|
+
tax: string;
|
|
356
|
+
total: string;
|
|
357
|
+
};
|
|
358
|
+
composerForm: {
|
|
359
|
+
title: string;
|
|
360
|
+
typeLabel: string;
|
|
361
|
+
typeProduct: string;
|
|
362
|
+
typeStay: string;
|
|
363
|
+
typeTransfer: string;
|
|
364
|
+
titleLabel: string;
|
|
365
|
+
amountLabel: string;
|
|
366
|
+
catalogIdLabel: string;
|
|
367
|
+
sourceLabel: string;
|
|
368
|
+
paymentLabel: string;
|
|
369
|
+
paymentCard: string;
|
|
370
|
+
paymentBankTransfer: string;
|
|
371
|
+
paymentHold: string;
|
|
372
|
+
paymentInquiry: string;
|
|
373
|
+
tripNotesLabel: string;
|
|
374
|
+
addToTrip: string;
|
|
375
|
+
};
|
|
376
|
+
emptyTimeline: string;
|
|
377
|
+
componentFallback: string;
|
|
378
|
+
componentTaxLine: string;
|
|
379
|
+
statusMessages: {
|
|
380
|
+
tripCreated: string;
|
|
381
|
+
componentAdded: string;
|
|
382
|
+
tripPriced: string;
|
|
383
|
+
tripReserved: string;
|
|
384
|
+
redirecting: string;
|
|
385
|
+
paymentSessionStarted: string;
|
|
386
|
+
checkoutHandoff: string;
|
|
387
|
+
};
|
|
388
|
+
errors: {
|
|
389
|
+
createTripFirst: string;
|
|
390
|
+
priceTripFirst: string;
|
|
391
|
+
reserveTripFirst: string;
|
|
392
|
+
requestFailed: string;
|
|
393
|
+
};
|
|
394
|
+
};
|
|
112
395
|
};
|
|
113
396
|
};
|
|
114
397
|
ro: {
|
|
@@ -220,6 +503,289 @@ export declare const adminTripsMessages: {
|
|
|
220
503
|
failed: string;
|
|
221
504
|
cancelled: string;
|
|
222
505
|
};
|
|
506
|
+
paymentLinkSummary: {
|
|
507
|
+
ariaLabel: string;
|
|
508
|
+
heading: string;
|
|
509
|
+
totalPayable: string;
|
|
510
|
+
fxRatesLabel: string;
|
|
511
|
+
};
|
|
512
|
+
adminComposer: {
|
|
513
|
+
heading: string;
|
|
514
|
+
subheading: string;
|
|
515
|
+
requestFailed: string;
|
|
516
|
+
billingSectionTitle: string;
|
|
517
|
+
itinerarySectionTitle: string;
|
|
518
|
+
internalNotesSectionTitle: string;
|
|
519
|
+
internalNotesSectionDescription: string;
|
|
520
|
+
internalNotesLabel: string;
|
|
521
|
+
internalNotesPlaceholder: string;
|
|
522
|
+
paymentSectionTitle: string;
|
|
523
|
+
paymentCurrencyLabel: string;
|
|
524
|
+
onReserveSectionTitle: string;
|
|
525
|
+
onReserveSectionDescription: string;
|
|
526
|
+
startInDraftLabel: string;
|
|
527
|
+
startInDraftHint: string;
|
|
528
|
+
cancellation: {
|
|
529
|
+
defaultReason: string;
|
|
530
|
+
sectionTitleSingular: string;
|
|
531
|
+
sectionTitlePlural: string;
|
|
532
|
+
sectionDescription: string;
|
|
533
|
+
clearSelection: string;
|
|
534
|
+
reasonLabel: string;
|
|
535
|
+
previewButton: string;
|
|
536
|
+
estimatedRefund: string;
|
|
537
|
+
estimatedPenalty: string;
|
|
538
|
+
staffAction: string;
|
|
539
|
+
staffActionRequired: string;
|
|
540
|
+
staffActionNotRequired: string;
|
|
541
|
+
};
|
|
542
|
+
statusMessages: {
|
|
543
|
+
componentAddedAndPriced: string;
|
|
544
|
+
tripReserved: string;
|
|
545
|
+
tripReservedWithLink: string;
|
|
546
|
+
componentRemoved: string;
|
|
547
|
+
cancellationPreviewReady: string;
|
|
548
|
+
};
|
|
549
|
+
errors: {
|
|
550
|
+
componentNotReady: string;
|
|
551
|
+
priceTripFirst: string;
|
|
552
|
+
noTrip: string;
|
|
553
|
+
noTripToCancel: string;
|
|
554
|
+
requestFailed: string;
|
|
555
|
+
completeRequirements: string;
|
|
556
|
+
requirementBillingName: string;
|
|
557
|
+
requirementBillingEmail: string;
|
|
558
|
+
requirementBillingPersonOrOrg: string;
|
|
559
|
+
requirementAtLeastOneTraveler: string;
|
|
560
|
+
requirementTravelerName: string;
|
|
561
|
+
requirementTravelerEmail: string;
|
|
562
|
+
};
|
|
563
|
+
failureMessages: {
|
|
564
|
+
priceChanged: string;
|
|
565
|
+
expired: string;
|
|
566
|
+
unavailable: string;
|
|
567
|
+
};
|
|
568
|
+
travelerFallbackName: string;
|
|
569
|
+
travelerFallbackLastName: string;
|
|
570
|
+
markedPaidNote: string;
|
|
571
|
+
paidScheduleDateLabel: string;
|
|
572
|
+
paidScheduleMethodLabel: string;
|
|
573
|
+
paidScheduleReferenceLabel: string;
|
|
574
|
+
panels: {
|
|
575
|
+
removeComponent: string;
|
|
576
|
+
removeTraveler: string;
|
|
577
|
+
configureHint: string;
|
|
578
|
+
loadingOptions: string;
|
|
579
|
+
departureLabel: string;
|
|
580
|
+
departuresUnavailable: string;
|
|
581
|
+
noUpcomingDepartures: string;
|
|
582
|
+
noDeparturesFound: string;
|
|
583
|
+
searchDeparturesPlaceholder: string;
|
|
584
|
+
optionsHeading: string;
|
|
585
|
+
optionsHint: string;
|
|
586
|
+
defaultOption: string;
|
|
587
|
+
roomsHeading: string;
|
|
588
|
+
roomsHint: string;
|
|
589
|
+
optionsAndExtras: string;
|
|
590
|
+
optionsAndExtrasHint: string;
|
|
591
|
+
fromPlaceholder: string;
|
|
592
|
+
toPlaceholder: string;
|
|
593
|
+
pickDate: string;
|
|
594
|
+
clearReturnDate: string;
|
|
595
|
+
travelersWord: string;
|
|
596
|
+
flightOptionsHeading: string;
|
|
597
|
+
flightTotal: string;
|
|
598
|
+
flightOneWay: string;
|
|
599
|
+
flightRoundTrip: string;
|
|
600
|
+
flightOrigin: string;
|
|
601
|
+
flightDestination: string;
|
|
602
|
+
flightDepart: string;
|
|
603
|
+
flightReturn: string;
|
|
604
|
+
flightSearching: string;
|
|
605
|
+
flightOptionsCount: string;
|
|
606
|
+
flightSearchFailed: string;
|
|
607
|
+
flightNoOptions: string;
|
|
608
|
+
flightSelectSearchHint: string;
|
|
609
|
+
flightSelected: string;
|
|
610
|
+
flightSelect: string;
|
|
611
|
+
flightAncillariesUnavailable: string;
|
|
612
|
+
travelerCountAdultSingular: string;
|
|
613
|
+
travelerCountAdultPlural: string;
|
|
614
|
+
travelerCountChild: string;
|
|
615
|
+
travelerCountChildren: string;
|
|
616
|
+
travelerCountInfant: string;
|
|
617
|
+
travelerCountInfants: string;
|
|
618
|
+
cabinPlaceholder: string;
|
|
619
|
+
notesPlaceholder: string;
|
|
620
|
+
tax: string;
|
|
621
|
+
total: string;
|
|
622
|
+
subtotal: string;
|
|
623
|
+
emptyTimeline: string;
|
|
624
|
+
emptyTimelineHint: string;
|
|
625
|
+
travelersSectionTitle: string;
|
|
626
|
+
noTravelersPrefix: string;
|
|
627
|
+
addTravelerLabel: string;
|
|
628
|
+
personPickerPlaceholder: string;
|
|
629
|
+
leadBadge: string;
|
|
630
|
+
categoryManualAria: string;
|
|
631
|
+
bookingSetupHeading: string;
|
|
632
|
+
tripPreviewLabel: string;
|
|
633
|
+
paymentCurrencyLabel: string;
|
|
634
|
+
pricingWarningsTitle: string;
|
|
635
|
+
billingLabel: string;
|
|
636
|
+
travelersWithCount: string;
|
|
637
|
+
travelerNumberedFallback: string;
|
|
638
|
+
verticals: {
|
|
639
|
+
productLabel: string;
|
|
640
|
+
productDescription: string;
|
|
641
|
+
stayLabel: string;
|
|
642
|
+
stayDescription: string;
|
|
643
|
+
flightLabel: string;
|
|
644
|
+
flightDescription: string;
|
|
645
|
+
cruiseLabel: string;
|
|
646
|
+
cruiseDescription: string;
|
|
647
|
+
manualLabel: string;
|
|
648
|
+
manualDescription: string;
|
|
649
|
+
};
|
|
650
|
+
addComponentMenu: string;
|
|
651
|
+
catalogSearch: {
|
|
652
|
+
hotelLabel: string;
|
|
653
|
+
productLabel: string;
|
|
654
|
+
hotelSearchPlaceholder: string;
|
|
655
|
+
productSearchPlaceholder: string;
|
|
656
|
+
hotelEmpty: string;
|
|
657
|
+
productEmpty: string;
|
|
658
|
+
};
|
|
659
|
+
fromLabel: string;
|
|
660
|
+
toLabel: string;
|
|
661
|
+
cabinClasses: {
|
|
662
|
+
economy: string;
|
|
663
|
+
premium_economy: string;
|
|
664
|
+
business: string;
|
|
665
|
+
first: string;
|
|
666
|
+
};
|
|
667
|
+
passengerFallbacks: {
|
|
668
|
+
adult: string;
|
|
669
|
+
child: string;
|
|
670
|
+
infant: string;
|
|
671
|
+
};
|
|
672
|
+
cruisePlaceholder: {
|
|
673
|
+
embarkationDate: string;
|
|
674
|
+
cabin: string;
|
|
675
|
+
description: string;
|
|
676
|
+
estimatedAmount: string;
|
|
677
|
+
};
|
|
678
|
+
manualPlaceholder: {
|
|
679
|
+
nameLabel: string;
|
|
680
|
+
namePlaceholder: string;
|
|
681
|
+
descriptionLabel: string;
|
|
682
|
+
currencyLabel: string;
|
|
683
|
+
subtotalLabel: string;
|
|
684
|
+
taxRateLabel: string;
|
|
685
|
+
};
|
|
686
|
+
travelersAddRow: {
|
|
687
|
+
addBillingPersonPrefix: string;
|
|
688
|
+
addBillingPersonSuffix: string;
|
|
689
|
+
fromRelationshipsPrefix: string;
|
|
690
|
+
fromRelationshipsSuffix: string;
|
|
691
|
+
billingPersonFallback: string;
|
|
692
|
+
};
|
|
693
|
+
travelerRow: {
|
|
694
|
+
editPerson: string;
|
|
695
|
+
createPerson: string;
|
|
696
|
+
editAction: string;
|
|
697
|
+
newAction: string;
|
|
698
|
+
manualCategoryHint: string;
|
|
699
|
+
categoryAdult: string;
|
|
700
|
+
categoryChild: string;
|
|
701
|
+
categoryInfant: string;
|
|
702
|
+
};
|
|
703
|
+
committedCard: {
|
|
704
|
+
statusFailed: string;
|
|
705
|
+
statusCancelled: string;
|
|
706
|
+
bookingLabel: string;
|
|
707
|
+
orderLabel: string;
|
|
708
|
+
paymentLabel: string;
|
|
709
|
+
bookingSetupHint: string;
|
|
710
|
+
paymentScheduleHeading: string;
|
|
711
|
+
generateContract: string;
|
|
712
|
+
generateInvoice: string;
|
|
713
|
+
committedFooter: string;
|
|
714
|
+
};
|
|
715
|
+
previewRail: {
|
|
716
|
+
empty: string;
|
|
717
|
+
pendingComponentsSingular: string;
|
|
718
|
+
pendingComponentsPlural: string;
|
|
719
|
+
};
|
|
720
|
+
billingPreview: {
|
|
721
|
+
organizationSecondary: string;
|
|
722
|
+
};
|
|
723
|
+
primaryAction: {
|
|
724
|
+
tripBooked: string;
|
|
725
|
+
tripCheckoutInProgress: string;
|
|
726
|
+
tripReserved: string;
|
|
727
|
+
pricingTrip: string;
|
|
728
|
+
reservingTrip: string;
|
|
729
|
+
retryReserve: string;
|
|
730
|
+
reserveAndCreateLink: string;
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
};
|
|
734
|
+
storefrontComposer: {
|
|
735
|
+
heading: string;
|
|
736
|
+
subheading: string;
|
|
737
|
+
actions: {
|
|
738
|
+
newTrip: string;
|
|
739
|
+
price: string;
|
|
740
|
+
reserve: string;
|
|
741
|
+
checkout: string;
|
|
742
|
+
};
|
|
743
|
+
summary: {
|
|
744
|
+
title: string;
|
|
745
|
+
status: string;
|
|
746
|
+
notStarted: string;
|
|
747
|
+
items: string;
|
|
748
|
+
subtotal: string;
|
|
749
|
+
tax: string;
|
|
750
|
+
total: string;
|
|
751
|
+
};
|
|
752
|
+
composerForm: {
|
|
753
|
+
title: string;
|
|
754
|
+
typeLabel: string;
|
|
755
|
+
typeProduct: string;
|
|
756
|
+
typeStay: string;
|
|
757
|
+
typeTransfer: string;
|
|
758
|
+
titleLabel: string;
|
|
759
|
+
amountLabel: string;
|
|
760
|
+
catalogIdLabel: string;
|
|
761
|
+
sourceLabel: string;
|
|
762
|
+
paymentLabel: string;
|
|
763
|
+
paymentCard: string;
|
|
764
|
+
paymentBankTransfer: string;
|
|
765
|
+
paymentHold: string;
|
|
766
|
+
paymentInquiry: string;
|
|
767
|
+
tripNotesLabel: string;
|
|
768
|
+
addToTrip: string;
|
|
769
|
+
};
|
|
770
|
+
emptyTimeline: string;
|
|
771
|
+
componentFallback: string;
|
|
772
|
+
componentTaxLine: string;
|
|
773
|
+
statusMessages: {
|
|
774
|
+
tripCreated: string;
|
|
775
|
+
componentAdded: string;
|
|
776
|
+
tripPriced: string;
|
|
777
|
+
tripReserved: string;
|
|
778
|
+
redirecting: string;
|
|
779
|
+
paymentSessionStarted: string;
|
|
780
|
+
checkoutHandoff: string;
|
|
781
|
+
};
|
|
782
|
+
errors: {
|
|
783
|
+
createTripFirst: string;
|
|
784
|
+
priceTripFirst: string;
|
|
785
|
+
reserveTripFirst: string;
|
|
786
|
+
requestFailed: string;
|
|
787
|
+
};
|
|
788
|
+
};
|
|
223
789
|
};
|
|
224
790
|
};
|
|
225
791
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"trips.d.ts","sourceRoot":"","sources":["../../src/admin/trips.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"trips.d.ts","sourceRoot":"","sources":["../../src/admin/trips.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAA;AAExD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwyB9B,CAAA;AAED,MAAM,MAAM,kBAAkB,GAAG,mBAAmB,CAAC,CAAC,OAAO,kBAAkB,CAAC,CAAC,IAAI,CAAC,CAAC,CAAA"}
|