@voyantjs/distribution-react 0.105.2 → 0.107.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 (66) hide show
  1. package/README.md +56 -10
  2. package/dist/components/booking-link-detail-page.d.ts +10 -0
  3. package/dist/components/booking-link-detail-page.d.ts.map +1 -0
  4. package/dist/components/booking-link-detail-page.js +51 -0
  5. package/dist/components/channel-detail-page.d.ts +12 -0
  6. package/dist/components/channel-detail-page.d.ts.map +1 -0
  7. package/dist/components/channel-detail-page.js +41 -0
  8. package/dist/components/channel-sync-page.d.ts +8 -0
  9. package/dist/components/channel-sync-page.d.ts.map +1 -0
  10. package/dist/components/channel-sync-page.js +257 -0
  11. package/dist/components/channels-page.d.ts +6 -0
  12. package/dist/components/channels-page.d.ts.map +1 -0
  13. package/dist/components/channels-page.js +132 -0
  14. package/dist/components/commission-rule-detail-page.d.ts +10 -0
  15. package/dist/components/commission-rule-detail-page.d.ts.map +1 -0
  16. package/dist/components/commission-rule-detail-page.js +57 -0
  17. package/dist/components/contract-detail-page.d.ts +10 -0
  18. package/dist/components/contract-detail-page.d.ts.map +1 -0
  19. package/dist/components/contract-detail-page.js +64 -0
  20. package/dist/components/distribution-overview.d.ts +19 -0
  21. package/dist/components/distribution-overview.d.ts.map +1 -0
  22. package/dist/components/distribution-overview.js +13 -0
  23. package/dist/components/distribution-page.d.ts +26 -0
  24. package/dist/components/distribution-page.d.ts.map +1 -0
  25. package/dist/components/distribution-page.js +190 -0
  26. package/dist/components/distribution-section-header.d.ts +7 -0
  27. package/dist/components/distribution-section-header.d.ts.map +1 -0
  28. package/dist/components/distribution-section-header.js +6 -0
  29. package/dist/components/distribution-shared.d.ts +32 -0
  30. package/dist/components/distribution-shared.d.ts.map +1 -0
  31. package/dist/components/distribution-shared.js +246 -0
  32. package/dist/components/distribution-tabs-primary.d.ts +57 -0
  33. package/dist/components/distribution-tabs-primary.d.ts.map +1 -0
  34. package/dist/components/distribution-tabs-primary.js +89 -0
  35. package/dist/components/distribution-tabs-secondary.d.ts +58 -0
  36. package/dist/components/distribution-tabs-secondary.d.ts.map +1 -0
  37. package/dist/components/distribution-tabs-secondary.js +89 -0
  38. package/dist/components/mapping-detail-page.d.ts +10 -0
  39. package/dist/components/mapping-detail-page.d.ts.map +1 -0
  40. package/dist/components/mapping-detail-page.js +51 -0
  41. package/dist/components/webhook-event-detail-page.d.ts +9 -0
  42. package/dist/components/webhook-event-detail-page.d.ts.map +1 -0
  43. package/dist/components/webhook-event-detail-page.js +46 -0
  44. package/dist/i18n/en.d.ts +592 -0
  45. package/dist/i18n/en.d.ts.map +1 -0
  46. package/dist/i18n/en.js +561 -0
  47. package/dist/i18n/index.d.ts +5 -0
  48. package/dist/i18n/index.d.ts.map +1 -0
  49. package/dist/i18n/index.js +3 -0
  50. package/dist/i18n/messages.d.ts +409 -0
  51. package/dist/i18n/messages.d.ts.map +1 -0
  52. package/dist/i18n/messages.js +1 -0
  53. package/dist/i18n/provider.d.ts +1207 -0
  54. package/dist/i18n/provider.d.ts.map +1 -0
  55. package/dist/i18n/provider.js +44 -0
  56. package/dist/i18n/ro.d.ts +592 -0
  57. package/dist/i18n/ro.d.ts.map +1 -0
  58. package/dist/i18n/ro.js +561 -0
  59. package/dist/i18n/utils.d.ts +4 -0
  60. package/dist/i18n/utils.d.ts.map +1 -0
  61. package/dist/i18n/utils.js +8 -0
  62. package/dist/ui.d.ts +16 -0
  63. package/dist/ui.d.ts.map +1 -0
  64. package/dist/ui.js +14 -0
  65. package/package.json +53 -9
  66. package/src/styles.css +11 -0
@@ -0,0 +1,592 @@
1
+ export declare const distributionUiEn: {
2
+ common: {
3
+ open: string;
4
+ view: string;
5
+ cancel: string;
6
+ create: string;
7
+ save: string;
8
+ delete: string;
9
+ clearFilters: string;
10
+ clearSelection: string;
11
+ backToDistribution: string;
12
+ loading: string;
13
+ none: string;
14
+ openEnded: string;
15
+ noReference: string;
16
+ unmappedStatus: string;
17
+ yes: string;
18
+ searchPlaceholder: string;
19
+ allChannels: string;
20
+ received: string;
21
+ supplier: string;
22
+ channelLabel: string;
23
+ contractLabel: string;
24
+ productLabel: string;
25
+ bookingLabel: string;
26
+ supplierLabel: string;
27
+ createdLabel: string;
28
+ updatedLabel: string;
29
+ emptyValue: string;
30
+ dateTimeFallback: string;
31
+ active: string;
32
+ inactive: string;
33
+ selectionSummary: string;
34
+ resultSummary: string;
35
+ deleteSummary: string;
36
+ entities: {
37
+ channel: {
38
+ one: string;
39
+ other: string;
40
+ };
41
+ contract: {
42
+ one: string;
43
+ other: string;
44
+ };
45
+ commissionRule: {
46
+ one: string;
47
+ other: string;
48
+ };
49
+ mapping: {
50
+ one: string;
51
+ other: string;
52
+ };
53
+ bookingLink: {
54
+ one: string;
55
+ other: string;
56
+ };
57
+ webhookEvent: {
58
+ one: string;
59
+ other: string;
60
+ };
61
+ };
62
+ cancellationOwnerLabels: {
63
+ operator: string;
64
+ channel: string;
65
+ mixed: string;
66
+ };
67
+ channelKindLabels: {
68
+ direct: string;
69
+ affiliate: string;
70
+ ota: string;
71
+ reseller: string;
72
+ marketplace: string;
73
+ api_partner: string;
74
+ connect: string;
75
+ };
76
+ channelStatusLabels: {
77
+ active: string;
78
+ inactive: string;
79
+ pending: string;
80
+ archived: string;
81
+ };
82
+ contractStatusLabels: {
83
+ draft: string;
84
+ active: string;
85
+ expired: string;
86
+ terminated: string;
87
+ };
88
+ paymentOwnerLabels: {
89
+ operator: string;
90
+ channel: string;
91
+ split: string;
92
+ };
93
+ commissionScopeLabels: {
94
+ booking: string;
95
+ product: string;
96
+ rate: string;
97
+ category: string;
98
+ };
99
+ commissionTypeLabels: {
100
+ fixed: string;
101
+ percentage: string;
102
+ };
103
+ webhookStatusLabels: {
104
+ pending: string;
105
+ processed: string;
106
+ failed: string;
107
+ ignored: string;
108
+ };
109
+ };
110
+ page: {
111
+ title: string;
112
+ description: string;
113
+ tabs: {
114
+ channels: string;
115
+ contracts: string;
116
+ commissions: string;
117
+ mappings: string;
118
+ bookingLinks: string;
119
+ webhooks: string;
120
+ };
121
+ bulkVerbs: {
122
+ activated: string;
123
+ archived: string;
124
+ deleted: string;
125
+ expired: string;
126
+ deactivated: string;
127
+ processed: string;
128
+ ignored: string;
129
+ };
130
+ };
131
+ overview: {
132
+ metrics: {
133
+ activeChannels: {
134
+ title: string;
135
+ description: string;
136
+ };
137
+ activeContracts: {
138
+ title: string;
139
+ description: string;
140
+ };
141
+ activeMappings: {
142
+ title: string;
143
+ description: string;
144
+ };
145
+ syncQueue: {
146
+ title: string;
147
+ description: string;
148
+ };
149
+ };
150
+ webhookQueue: {
151
+ title: string;
152
+ empty: string;
153
+ };
154
+ contractsToReview: {
155
+ title: string;
156
+ empty: string;
157
+ };
158
+ filters: {
159
+ allChannelsPlaceholder: string;
160
+ };
161
+ };
162
+ channelSync: {
163
+ title: string;
164
+ description: string;
165
+ throttledTitle: string;
166
+ throttledBody: string;
167
+ statusLabels: {
168
+ pending: string;
169
+ ok: string;
170
+ failed: string;
171
+ compensated: string;
172
+ };
173
+ statusTiles: {
174
+ pending: {
175
+ label: string;
176
+ description: string;
177
+ };
178
+ ok: {
179
+ label: string;
180
+ description: string;
181
+ };
182
+ failed: {
183
+ label: string;
184
+ description: string;
185
+ };
186
+ compensated: {
187
+ label: string;
188
+ description: string;
189
+ };
190
+ };
191
+ filters: {
192
+ booking: string;
193
+ bookingPlaceholder: string;
194
+ bookingSearching: string;
195
+ bookingEmpty: string;
196
+ channel: string;
197
+ channelPlaceholder: string;
198
+ channelEmpty: string;
199
+ };
200
+ table: {
201
+ title: string;
202
+ filteredDescription: string;
203
+ defaultDescription: string;
204
+ noMatchesTitle: string;
205
+ noLinksTitle: string;
206
+ noMatchesDescription: string;
207
+ noLinksDescription: string;
208
+ booking: string;
209
+ channel: string;
210
+ status: string;
211
+ attempts: string;
212
+ lastPush: string;
213
+ externalRef: string;
214
+ actions: string;
215
+ itemPrefix: string;
216
+ deliveries: string;
217
+ retry: string;
218
+ };
219
+ reconcile: {
220
+ trigger: string;
221
+ menuLabel: string;
222
+ bookings: string;
223
+ priority: string;
224
+ availability: string;
225
+ content: string;
226
+ lastRun: string;
227
+ };
228
+ refresh: {
229
+ loading: string;
230
+ title: string;
231
+ refreshing: string;
232
+ updatedAgo: string;
233
+ };
234
+ drawer: {
235
+ title: string;
236
+ emptyTitle: string;
237
+ emptyDescription: string;
238
+ attempt: string;
239
+ httpStatus: string;
240
+ };
241
+ };
242
+ tables: {
243
+ channel: {
244
+ channel: string;
245
+ kind: string;
246
+ status: string;
247
+ website: string;
248
+ };
249
+ contract: {
250
+ channel: string;
251
+ supplier: string;
252
+ status: string;
253
+ payment: string;
254
+ start: string;
255
+ };
256
+ commission: {
257
+ contract: string;
258
+ scope: string;
259
+ product: string;
260
+ type: string;
261
+ amount: string;
262
+ };
263
+ mapping: {
264
+ channel: string;
265
+ product: string;
266
+ externalProduct: string;
267
+ status: string;
268
+ };
269
+ bookingLink: {
270
+ channel: string;
271
+ booking: string;
272
+ externalBooking: string;
273
+ externalStatus: string;
274
+ synced: string;
275
+ };
276
+ webhook: {
277
+ channel: string;
278
+ eventType: string;
279
+ status: string;
280
+ received: string;
281
+ processed: string;
282
+ };
283
+ };
284
+ tabs: {
285
+ channels: {
286
+ title: string;
287
+ description: string;
288
+ actionLabel: string;
289
+ empty: string;
290
+ actions: {
291
+ activate: {
292
+ button: string;
293
+ confirm: string;
294
+ title: string;
295
+ description: string;
296
+ };
297
+ archive: {
298
+ button: string;
299
+ confirm: string;
300
+ title: string;
301
+ description: string;
302
+ };
303
+ delete: {
304
+ button: string;
305
+ confirm: string;
306
+ title: string;
307
+ description: string;
308
+ };
309
+ };
310
+ };
311
+ contracts: {
312
+ title: string;
313
+ description: string;
314
+ actionLabel: string;
315
+ empty: string;
316
+ actions: {
317
+ activate: {
318
+ button: string;
319
+ confirm: string;
320
+ title: string;
321
+ description: string;
322
+ };
323
+ expire: {
324
+ button: string;
325
+ confirm: string;
326
+ title: string;
327
+ description: string;
328
+ };
329
+ delete: {
330
+ button: string;
331
+ confirm: string;
332
+ title: string;
333
+ description: string;
334
+ };
335
+ };
336
+ };
337
+ commissions: {
338
+ title: string;
339
+ description: string;
340
+ actionLabel: string;
341
+ empty: string;
342
+ actions: {
343
+ delete: {
344
+ button: string;
345
+ confirm: string;
346
+ title: string;
347
+ description: string;
348
+ };
349
+ };
350
+ };
351
+ mappings: {
352
+ title: string;
353
+ description: string;
354
+ actionLabel: string;
355
+ empty: string;
356
+ actions: {
357
+ activate: {
358
+ button: string;
359
+ confirm: string;
360
+ title: string;
361
+ description: string;
362
+ };
363
+ deactivate: {
364
+ button: string;
365
+ confirm: string;
366
+ title: string;
367
+ description: string;
368
+ };
369
+ delete: {
370
+ button: string;
371
+ confirm: string;
372
+ title: string;
373
+ description: string;
374
+ };
375
+ };
376
+ };
377
+ bookingLinks: {
378
+ title: string;
379
+ description: string;
380
+ actionLabel: string;
381
+ empty: string;
382
+ actions: {
383
+ delete: {
384
+ button: string;
385
+ confirm: string;
386
+ title: string;
387
+ description: string;
388
+ };
389
+ };
390
+ };
391
+ webhooks: {
392
+ title: string;
393
+ description: string;
394
+ actionLabel: string;
395
+ empty: string;
396
+ actions: {
397
+ markProcessed: {
398
+ button: string;
399
+ confirm: string;
400
+ title: string;
401
+ description: string;
402
+ };
403
+ ignore: {
404
+ button: string;
405
+ confirm: string;
406
+ title: string;
407
+ description: string;
408
+ };
409
+ delete: {
410
+ button: string;
411
+ confirm: string;
412
+ title: string;
413
+ description: string;
414
+ };
415
+ };
416
+ };
417
+ };
418
+ settings: {
419
+ channelsPage: {
420
+ title: string;
421
+ description: string;
422
+ addChannel: string;
423
+ empty: string;
424
+ edit: string;
425
+ delete: string;
426
+ deleteConfirm: string;
427
+ deleteDescription: string;
428
+ editSheetTitle: string;
429
+ newSheetTitle: string;
430
+ nameLabel: string;
431
+ namePlaceholder: string;
432
+ kindLabel: string;
433
+ statusLabel: string;
434
+ websiteLabel: string;
435
+ websitePlaceholder: string;
436
+ primaryContactLabel: string;
437
+ primaryContactPlaceholder: string;
438
+ contactEmailLabel: string;
439
+ contactEmailPlaceholder: string;
440
+ saveChanges: string;
441
+ createChannel: string;
442
+ validationNameRequired: string;
443
+ validationInvalidUrl: string;
444
+ validationInvalidEmail: string;
445
+ paginationShowing: string;
446
+ paginationPage: string;
447
+ paginationPrevious: string;
448
+ paginationNext: string;
449
+ };
450
+ };
451
+ details: {
452
+ channel: {
453
+ notFound: string;
454
+ title: string;
455
+ deleteConfirm: string;
456
+ deleteDescription: string;
457
+ deleteButton: string;
458
+ sections: {
459
+ details: string;
460
+ metadata: string;
461
+ contracts: string;
462
+ mappings: string;
463
+ bookingLinks: string;
464
+ webhooks: string;
465
+ };
466
+ labels: {
467
+ website: string;
468
+ contactName: string;
469
+ contactEmail: string;
470
+ supplier: string;
471
+ payment: string;
472
+ cancellation: string;
473
+ externalProduct: string;
474
+ externalBooking: string;
475
+ reference: string;
476
+ lastSynced: string;
477
+ rate: string;
478
+ category: string;
479
+ booking: string;
480
+ };
481
+ empty: {
482
+ metadata: string;
483
+ contracts: string;
484
+ mappings: string;
485
+ bookingLinks: string;
486
+ webhooks: string;
487
+ };
488
+ };
489
+ contract: {
490
+ notFound: string;
491
+ title: string;
492
+ deleteConfirm: string;
493
+ deleteDescription: string;
494
+ deleteButton: string;
495
+ openChannel: string;
496
+ sections: {
497
+ details: string;
498
+ notes: string;
499
+ commissionRules: string;
500
+ };
501
+ labels: {
502
+ supplier: string;
503
+ endsAt: string;
504
+ paymentOwner: string;
505
+ cancellationOwner: string;
506
+ settlementTerms: string;
507
+ notes: string;
508
+ amount: string;
509
+ basisPoints: string;
510
+ rate: string;
511
+ category: string;
512
+ valid: string;
513
+ };
514
+ empty: {
515
+ commissionRules: string;
516
+ };
517
+ };
518
+ commissionRule: {
519
+ notFound: string;
520
+ title: string;
521
+ deleteConfirm: string;
522
+ deleteDescription: string;
523
+ deleteButton: string;
524
+ openContract: string;
525
+ openProduct: string;
526
+ sections: {
527
+ details: string;
528
+ };
529
+ labels: {
530
+ amount: string;
531
+ basisPoints: string;
532
+ externalRate: string;
533
+ externalCategory: string;
534
+ valid: string;
535
+ };
536
+ };
537
+ bookingLink: {
538
+ notFound: string;
539
+ title: string;
540
+ deleteConfirm: string;
541
+ deleteDescription: string;
542
+ deleteButton: string;
543
+ openChannel: string;
544
+ openBooking: string;
545
+ sections: {
546
+ details: string;
547
+ };
548
+ labels: {
549
+ externalBooking: string;
550
+ reference: string;
551
+ bookedAtExternal: string;
552
+ lastSynced: string;
553
+ };
554
+ };
555
+ webhookEvent: {
556
+ notFound: string;
557
+ title: string;
558
+ deleteConfirm: string;
559
+ deleteDescription: string;
560
+ deleteButton: string;
561
+ openChannel: string;
562
+ sections: {
563
+ details: string;
564
+ payload: string;
565
+ };
566
+ labels: {
567
+ externalEvent: string;
568
+ received: string;
569
+ processed: string;
570
+ error: string;
571
+ };
572
+ };
573
+ mapping: {
574
+ notFound: string;
575
+ title: string;
576
+ deleteConfirm: string;
577
+ deleteDescription: string;
578
+ deleteButton: string;
579
+ openChannel: string;
580
+ openProduct: string;
581
+ sections: {
582
+ details: string;
583
+ };
584
+ labels: {
585
+ externalProduct: string;
586
+ externalRate: string;
587
+ externalCategory: string;
588
+ };
589
+ };
590
+ };
591
+ };
592
+ //# sourceMappingURL=en.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../src/i18n/en.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAikBK,CAAA"}