@voyantjs/distribution-react 0.106.0 → 0.107.1

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,561 @@
1
+ export const distributionUiEn = {
2
+ common: {
3
+ open: "Open",
4
+ view: "View",
5
+ cancel: "Cancel",
6
+ create: "Create",
7
+ save: "Save",
8
+ delete: "Delete",
9
+ clearFilters: "Clear Filters",
10
+ clearSelection: "Clear selection",
11
+ backToDistribution: "Back to Distribution",
12
+ loading: "Loading...",
13
+ none: "-",
14
+ openEnded: "Open-ended",
15
+ noReference: "No reference",
16
+ unmappedStatus: "Unmapped status",
17
+ yes: "Yes",
18
+ searchPlaceholder: "Search distribution...",
19
+ allChannels: "All channels",
20
+ received: "Received",
21
+ supplier: "Supplier",
22
+ channelLabel: "Channel",
23
+ contractLabel: "Contract",
24
+ productLabel: "Product",
25
+ bookingLabel: "Booking",
26
+ supplierLabel: "Supplier",
27
+ createdLabel: "Created",
28
+ updatedLabel: "Updated",
29
+ emptyValue: "-",
30
+ dateTimeFallback: "Not available",
31
+ active: "Active",
32
+ inactive: "Inactive",
33
+ selectionSummary: "{count} selected",
34
+ resultSummary: "{verb} {countLabel}.",
35
+ deleteSummary: "Deleted {countLabel}.",
36
+ entities: {
37
+ channel: { one: "channel", other: "channels" },
38
+ contract: { one: "contract", other: "contracts" },
39
+ commissionRule: { one: "commission rule", other: "commission rules" },
40
+ mapping: { one: "mapping", other: "mappings" },
41
+ bookingLink: { one: "booking link", other: "booking links" },
42
+ webhookEvent: { one: "webhook event", other: "webhook events" },
43
+ },
44
+ cancellationOwnerLabels: {
45
+ operator: "Operator",
46
+ channel: "Channel",
47
+ mixed: "Mixed",
48
+ },
49
+ channelKindLabels: {
50
+ direct: "Direct",
51
+ affiliate: "Affiliate",
52
+ ota: "OTA",
53
+ reseller: "Reseller",
54
+ marketplace: "Marketplace",
55
+ api_partner: "API Partner",
56
+ connect: "Connect",
57
+ },
58
+ channelStatusLabels: {
59
+ active: "Active",
60
+ inactive: "Inactive",
61
+ pending: "Pending",
62
+ archived: "Archived",
63
+ },
64
+ contractStatusLabels: {
65
+ draft: "Draft",
66
+ active: "Active",
67
+ expired: "Expired",
68
+ terminated: "Terminated",
69
+ },
70
+ paymentOwnerLabels: {
71
+ operator: "Operator",
72
+ channel: "Channel",
73
+ split: "Split",
74
+ },
75
+ commissionScopeLabels: {
76
+ booking: "Booking",
77
+ product: "Product",
78
+ rate: "Rate",
79
+ category: "Category",
80
+ },
81
+ commissionTypeLabels: {
82
+ fixed: "Fixed",
83
+ percentage: "Percentage",
84
+ },
85
+ webhookStatusLabels: {
86
+ pending: "Pending",
87
+ processed: "Processed",
88
+ failed: "Failed",
89
+ ignored: "Ignored",
90
+ },
91
+ },
92
+ page: {
93
+ title: "Distribution",
94
+ description: "Manage sales channels, commercial contracts, external mappings, and sync events.",
95
+ tabs: {
96
+ channels: "Channels",
97
+ contracts: "Contracts",
98
+ commissions: "Commission Rules",
99
+ mappings: "Product Mappings",
100
+ bookingLinks: "Booking Links",
101
+ webhooks: "Webhook Events",
102
+ },
103
+ bulkVerbs: {
104
+ activated: "Activated",
105
+ archived: "Archived",
106
+ deleted: "Deleted",
107
+ expired: "Expired",
108
+ deactivated: "Deactivated",
109
+ processed: "Processed",
110
+ ignored: "Ignored",
111
+ },
112
+ },
113
+ overview: {
114
+ metrics: {
115
+ activeChannels: {
116
+ title: "Active Channels",
117
+ description: "Live sales and reseller endpoints",
118
+ },
119
+ activeContracts: {
120
+ title: "Active Contracts",
121
+ description: "Commercial agreements currently in force",
122
+ },
123
+ activeMappings: {
124
+ title: "Active Mappings",
125
+ description: "Products exposed to external channels",
126
+ },
127
+ syncQueue: {
128
+ title: "Sync Queue",
129
+ description: "Pending or failed inbound events",
130
+ },
131
+ },
132
+ webhookQueue: {
133
+ title: "Webhook Queue",
134
+ empty: "No pending or failed events in the queue.",
135
+ },
136
+ contractsToReview: {
137
+ title: "Contracts To Review",
138
+ empty: "All contracts are currently active.",
139
+ },
140
+ filters: {
141
+ allChannelsPlaceholder: "All channels",
142
+ },
143
+ },
144
+ channelSync: {
145
+ title: "Channel sync",
146
+ description: "Outbound delivery to syndication channels. Bookings push first; availability and content ride along in the background.",
147
+ throttledTitle: "Throttled.",
148
+ throttledBody: "{count} rate-limited deliveries in the last hour across {channels} {channelLabel}. Lower the per-channel RPS in settings if this persists.",
149
+ statusLabels: {
150
+ pending: "Pending",
151
+ ok: "OK",
152
+ failed: "Failed",
153
+ compensated: "Compensated",
154
+ },
155
+ statusTiles: {
156
+ pending: { label: "Pending", description: "In flight" },
157
+ ok: { label: "Delivered", description: "Channel acknowledged" },
158
+ failed: { label: "Failed", description: "Needs attention" },
159
+ compensated: { label: "Compensated", description: "Rolled back" },
160
+ },
161
+ filters: {
162
+ booking: "Booking",
163
+ bookingPlaceholder: "Search by booking number...",
164
+ bookingSearching: "Searching...",
165
+ bookingEmpty: "No bookings match that search.",
166
+ channel: "Channel",
167
+ channelPlaceholder: "Pick a channel...",
168
+ channelEmpty: "No channels configured yet.",
169
+ },
170
+ table: {
171
+ title: "Booking links",
172
+ filteredDescription: "Showing {count} of the most recent matching pushes.",
173
+ defaultDescription: "The most recent per-channel push attempts.",
174
+ noMatchesTitle: "No matches",
175
+ noLinksTitle: "No links yet",
176
+ noMatchesDescription: "Try clearing the filters or picking a different booking or channel.",
177
+ noLinksDescription: "Channel-push booking links show up here as bookings confirm. The page refreshes automatically.",
178
+ booking: "Booking",
179
+ channel: "Channel",
180
+ status: "Status",
181
+ attempts: "Attempts",
182
+ lastPush: "Last push",
183
+ externalRef: "External ref",
184
+ actions: "Actions",
185
+ itemPrefix: "item: {id}",
186
+ deliveries: "Deliveries",
187
+ retry: "Retry",
188
+ },
189
+ reconcile: {
190
+ trigger: "Reconcile",
191
+ menuLabel: "Run reconciler",
192
+ bookings: "Bookings",
193
+ priority: "priority",
194
+ availability: "Availability",
195
+ content: "Content",
196
+ lastRun: "Last run: scanned {scanned}, triggered {triggered}.",
197
+ },
198
+ refresh: {
199
+ loading: "Loading...",
200
+ title: "Auto-refreshes every {seconds}s",
201
+ refreshing: "Refreshing...",
202
+ updatedAgo: "Updated {duration} ago",
203
+ },
204
+ drawer: {
205
+ title: "Delivery log - {bookingId}",
206
+ emptyTitle: "No deliveries yet",
207
+ emptyDescription: "Channel-push attempts log here once they dispatch.",
208
+ attempt: "attempt #{number}",
209
+ httpStatus: "HTTP {status}",
210
+ },
211
+ },
212
+ tables: {
213
+ channel: {
214
+ channel: "Channel",
215
+ kind: "Kind",
216
+ status: "Status",
217
+ website: "Website",
218
+ },
219
+ contract: {
220
+ channel: "Channel",
221
+ supplier: "Supplier",
222
+ status: "Status",
223
+ payment: "Payment",
224
+ start: "Start",
225
+ },
226
+ commission: {
227
+ contract: "Contract",
228
+ scope: "Scope",
229
+ product: "Product",
230
+ type: "Type",
231
+ amount: "Amount",
232
+ },
233
+ mapping: {
234
+ channel: "Channel",
235
+ product: "Product",
236
+ externalProduct: "External Product",
237
+ status: "Status",
238
+ },
239
+ bookingLink: {
240
+ channel: "Channel",
241
+ booking: "Booking",
242
+ externalBooking: "External Booking",
243
+ externalStatus: "External Status",
244
+ synced: "Synced",
245
+ },
246
+ webhook: {
247
+ channel: "Channel",
248
+ eventType: "Event Type",
249
+ status: "Status",
250
+ received: "Received",
251
+ processed: "Processed",
252
+ },
253
+ },
254
+ tabs: {
255
+ channels: {
256
+ title: "Channels",
257
+ description: "Sales partners, affiliates, OTAs, marketplaces, and direct channels.",
258
+ actionLabel: "New Channel",
259
+ empty: "No channels match the current filters.",
260
+ actions: {
261
+ activate: {
262
+ button: "Activate",
263
+ confirm: "Activate Channels",
264
+ title: "Activate {countLabel}?",
265
+ description: "This enables the selected channels for live distribution again.",
266
+ },
267
+ archive: {
268
+ button: "Archive",
269
+ confirm: "Archive Channels",
270
+ title: "Archive {countLabel}?",
271
+ description: "This keeps the selected channels for history but removes them from active commercial use.",
272
+ },
273
+ delete: {
274
+ button: "Delete Selected",
275
+ confirm: "Delete Channels",
276
+ title: "Delete {countLabel}?",
277
+ description: "This permanently removes the selected channels. Use Archive if you only need to retire them from active use.",
278
+ },
279
+ },
280
+ },
281
+ contracts: {
282
+ title: "Contracts",
283
+ description: "Commercial terms per channel and supplier relationship.",
284
+ actionLabel: "New Contract",
285
+ empty: "No contracts match the current filters.",
286
+ actions: {
287
+ activate: {
288
+ button: "Activate",
289
+ confirm: "Activate Contracts",
290
+ title: "Activate {countLabel}?",
291
+ description: "This marks the selected contracts as commercially active.",
292
+ },
293
+ expire: {
294
+ button: "Expire",
295
+ confirm: "Expire Contracts",
296
+ title: "Expire {countLabel}?",
297
+ description: "This preserves the selected contracts but marks them as no longer in force.",
298
+ },
299
+ delete: {
300
+ button: "Delete Selected",
301
+ confirm: "Delete Contracts",
302
+ title: "Delete {countLabel}?",
303
+ description: "This permanently removes the selected contracts and their commercial setup.",
304
+ },
305
+ },
306
+ },
307
+ commissions: {
308
+ title: "Commission Rules",
309
+ description: "Define booking, product, rate, and category-based commission logic.",
310
+ actionLabel: "New Commission Rule",
311
+ empty: "No commission rules match the current filters.",
312
+ actions: {
313
+ delete: {
314
+ button: "Delete Selected",
315
+ confirm: "Delete Commission Rules",
316
+ title: "Delete {countLabel}?",
317
+ description: "This permanently removes the selected commission rules from channel pricing.",
318
+ },
319
+ },
320
+ },
321
+ mappings: {
322
+ title: "Product Mappings",
323
+ description: "Map Voyant products to external channel catalog identifiers.",
324
+ actionLabel: "New Mapping",
325
+ empty: "No product mappings match the current filters.",
326
+ actions: {
327
+ activate: {
328
+ button: "Activate",
329
+ confirm: "Activate Mappings",
330
+ title: "Activate {countLabel}?",
331
+ description: "This re-enables the selected external product mappings for live channel use.",
332
+ },
333
+ deactivate: {
334
+ button: "Deactivate",
335
+ confirm: "Deactivate Mappings",
336
+ title: "Deactivate {countLabel}?",
337
+ description: "This keeps the selected mappings for reference but removes them from active sync/distribution.",
338
+ },
339
+ delete: {
340
+ button: "Delete Selected",
341
+ confirm: "Delete Mappings",
342
+ title: "Delete {countLabel}?",
343
+ description: "This permanently removes the selected external product mappings.",
344
+ },
345
+ },
346
+ },
347
+ bookingLinks: {
348
+ title: "Booking Links",
349
+ description: "Track external booking IDs and sync state for channel-originated bookings.",
350
+ actionLabel: "New Booking Link",
351
+ empty: "No booking links match the current filters.",
352
+ actions: {
353
+ delete: {
354
+ button: "Delete Selected",
355
+ confirm: "Delete Booking Links",
356
+ title: "Delete {countLabel}?",
357
+ description: "This permanently removes the selected external booking references and sync links.",
358
+ },
359
+ },
360
+ },
361
+ webhooks: {
362
+ title: "Webhook Events",
363
+ description: "Inspect ingested partner events and replay/problem cases.",
364
+ actionLabel: "New Webhook Event",
365
+ empty: "No webhook events match the current filters.",
366
+ actions: {
367
+ markProcessed: {
368
+ button: "Mark Processed",
369
+ confirm: "Mark Processed",
370
+ title: "Mark {countLabel} as processed?",
371
+ description: "This marks the selected events as processed and removes them from the active sync queue.",
372
+ },
373
+ ignore: {
374
+ button: "Ignore",
375
+ confirm: "Ignore Events",
376
+ title: "Ignore {countLabel}?",
377
+ description: "This keeps the selected events in history but marks them as intentionally ignored.",
378
+ },
379
+ delete: {
380
+ button: "Delete Selected",
381
+ confirm: "Delete Events",
382
+ title: "Delete {countLabel}?",
383
+ description: "This permanently removes the selected webhook events from the event log.",
384
+ },
385
+ },
386
+ },
387
+ },
388
+ settings: {
389
+ channelsPage: {
390
+ title: "Channels",
391
+ description: "Define where your products are sold: direct, OTA, reseller, and marketplace channels.",
392
+ addChannel: "Add Channel",
393
+ empty: "No channels yet. Create channels like Website, Mobile App, or Viator to control where products are sold.",
394
+ edit: "Edit",
395
+ delete: "Delete",
396
+ deleteConfirm: "Delete this channel?",
397
+ deleteDescription: "Products assigned to this channel will be unlinked.",
398
+ editSheetTitle: "Edit Channel",
399
+ newSheetTitle: "New Channel",
400
+ nameLabel: "Name",
401
+ namePlaceholder: "Website",
402
+ kindLabel: "Kind",
403
+ statusLabel: "Status",
404
+ websiteLabel: "Website",
405
+ websitePlaceholder: "https://partner.example.com",
406
+ primaryContactLabel: "Primary Contact",
407
+ primaryContactPlaceholder: "Jane Doe",
408
+ contactEmailLabel: "Contact Email",
409
+ contactEmailPlaceholder: "partner@example.com",
410
+ saveChanges: "Save Changes",
411
+ createChannel: "Create Channel",
412
+ validationNameRequired: "Name is required",
413
+ validationInvalidUrl: "Must be a valid URL",
414
+ validationInvalidEmail: "Must be a valid email",
415
+ paginationShowing: "Showing {count} of {total}",
416
+ paginationPage: "Page {page} / {pageCount}",
417
+ paginationPrevious: "Previous",
418
+ paginationNext: "Next",
419
+ },
420
+ },
421
+ details: {
422
+ channel: {
423
+ notFound: "Channel not found",
424
+ title: "Channel Details",
425
+ deleteConfirm: "Delete this channel?",
426
+ deleteDescription: "This permanently removes the channel and its distribution configuration.",
427
+ deleteButton: "Delete",
428
+ sections: {
429
+ details: "Channel Details",
430
+ metadata: "Metadata",
431
+ contracts: "Contracts",
432
+ mappings: "Product Mappings",
433
+ bookingLinks: "Booking Links",
434
+ webhooks: "Webhook Events",
435
+ },
436
+ labels: {
437
+ website: "Website",
438
+ contactName: "Contact Name",
439
+ contactEmail: "Contact Email",
440
+ supplier: "Supplier",
441
+ payment: "Payment",
442
+ cancellation: "Cancellation",
443
+ externalProduct: "External Product",
444
+ externalBooking: "External Booking",
445
+ reference: "Reference",
446
+ lastSynced: "Last Synced",
447
+ rate: "Rate",
448
+ category: "Category",
449
+ booking: "Booking",
450
+ },
451
+ empty: {
452
+ metadata: "No metadata set.",
453
+ contracts: "No contracts for this channel.",
454
+ mappings: "No product mappings for this channel.",
455
+ bookingLinks: "No booking links for this channel.",
456
+ webhooks: "No webhook events for this channel.",
457
+ },
458
+ },
459
+ contract: {
460
+ notFound: "Contract not found",
461
+ title: "Channel Contract",
462
+ deleteConfirm: "Delete this contract?",
463
+ deleteDescription: "This permanently removes the contract and its commercial distribution setup.",
464
+ deleteButton: "Delete",
465
+ openChannel: "Open Channel",
466
+ sections: {
467
+ details: "Contract Details",
468
+ notes: "Commercial Notes",
469
+ commissionRules: "Commission Rules",
470
+ },
471
+ labels: {
472
+ supplier: "Supplier",
473
+ endsAt: "Ends At",
474
+ paymentOwner: "Payment Owner",
475
+ cancellationOwner: "Cancellation Owner",
476
+ settlementTerms: "Settlement Terms",
477
+ notes: "Notes",
478
+ amount: "Amount",
479
+ basisPoints: "Basis Points",
480
+ rate: "Rate",
481
+ category: "Category",
482
+ valid: "Valid",
483
+ },
484
+ empty: {
485
+ commissionRules: "No commission rules on this contract.",
486
+ },
487
+ },
488
+ commissionRule: {
489
+ notFound: "Commission rule not found",
490
+ title: "Commission Rule",
491
+ deleteConfirm: "Delete this commission rule?",
492
+ deleteDescription: "This permanently removes the commission rule from channel pricing.",
493
+ deleteButton: "Delete",
494
+ openContract: "Open Contract",
495
+ openProduct: "Open Product",
496
+ sections: {
497
+ details: "Rule Details",
498
+ },
499
+ labels: {
500
+ amount: "Amount",
501
+ basisPoints: "Basis Points",
502
+ externalRate: "External Rate",
503
+ externalCategory: "External Category",
504
+ valid: "Valid",
505
+ },
506
+ },
507
+ bookingLink: {
508
+ notFound: "Booking link not found",
509
+ title: "Booking Link",
510
+ deleteConfirm: "Delete this booking link?",
511
+ deleteDescription: "This permanently removes the external booking reference and sync link.",
512
+ deleteButton: "Delete",
513
+ openChannel: "Open Channel",
514
+ openBooking: "Open Booking",
515
+ sections: {
516
+ details: "Booking Link Details",
517
+ },
518
+ labels: {
519
+ externalBooking: "External Booking",
520
+ reference: "Reference",
521
+ bookedAtExternal: "Booked Externally",
522
+ lastSynced: "Last Synced",
523
+ },
524
+ },
525
+ webhookEvent: {
526
+ notFound: "Webhook event not found",
527
+ title: "Webhook Event",
528
+ deleteConfirm: "Delete this webhook event?",
529
+ deleteDescription: "This permanently removes the webhook event from the event log.",
530
+ deleteButton: "Delete",
531
+ openChannel: "Open Channel",
532
+ sections: {
533
+ details: "Event Details",
534
+ payload: "Payload",
535
+ },
536
+ labels: {
537
+ externalEvent: "External Event",
538
+ received: "Received",
539
+ processed: "Processed",
540
+ error: "Error",
541
+ },
542
+ },
543
+ mapping: {
544
+ notFound: "Product mapping not found",
545
+ title: "Product Mapping",
546
+ deleteConfirm: "Delete this product mapping?",
547
+ deleteDescription: "This permanently removes the external product mapping from channel distribution.",
548
+ deleteButton: "Delete",
549
+ openChannel: "Open Channel",
550
+ openProduct: "Open Product",
551
+ sections: {
552
+ details: "Mapping Details",
553
+ },
554
+ labels: {
555
+ externalProduct: "External Product",
556
+ externalRate: "External Rate",
557
+ externalCategory: "External Category",
558
+ },
559
+ },
560
+ },
561
+ };
@@ -0,0 +1,5 @@
1
+ export { distributionUiEn } from "./en.js";
2
+ export type { CancellationOwner, ChannelKind, ChannelStatus, CommissionScope, CommissionType, ContractStatus, DistributionEntity, DistributionUiMessages, PaymentOwner, WebhookStatus, } from "./messages.js";
3
+ export { type DistributionUiI18n, type DistributionUiMessageOverrides, DistributionUiMessagesProvider, distributionUiMessageDefinitions, getDistributionUiI18n, resolveDistributionUiMessages, useDistributionUiI18n, useDistributionUiI18nOrDefault, useDistributionUiMessages, useDistributionUiMessagesOrDefault, } from "./provider.js";
4
+ export { distributionUiRo } from "./ro.js";
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAC1C,YAAY,EACV,iBAAiB,EACjB,WAAW,EACX,aAAa,EACb,eAAe,EACf,cAAc,EACd,cAAc,EACd,kBAAkB,EAClB,sBAAsB,EACtB,YAAY,EACZ,aAAa,GACd,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,KAAK,kBAAkB,EACvB,KAAK,8BAA8B,EACnC,8BAA8B,EAC9B,gCAAgC,EAChC,qBAAqB,EACrB,6BAA6B,EAC7B,qBAAqB,EACrB,8BAA8B,EAC9B,yBAAyB,EACzB,kCAAkC,GACnC,MAAM,eAAe,CAAA;AACtB,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA"}
@@ -0,0 +1,3 @@
1
+ export { distributionUiEn } from "./en.js";
2
+ export { DistributionUiMessagesProvider, distributionUiMessageDefinitions, getDistributionUiI18n, resolveDistributionUiMessages, useDistributionUiI18n, useDistributionUiI18nOrDefault, useDistributionUiMessages, useDistributionUiMessagesOrDefault, } from "./provider.js";
3
+ export { distributionUiRo } from "./ro.js";