@shipengine/elements 1.7.0 → 1.9.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 (147) hide show
  1. package/address-8f8119f4.js +1 -0
  2. package/carrier-2abb4760.js +1 -0
  3. package/carrier-logo-1b6c767e.js +1 -0
  4. package/components.js +1 -0
  5. package/constants.js +1 -0
  6. package/elements.js +1 -0
  7. package/extensions.js +1 -0
  8. package/feature-flags-3e03717c.js +1 -0
  9. package/formatString-413ec7c7.js +1 -0
  10. package/hooks.js +1 -0
  11. package/index.js +1 -25135
  12. package/money-fbc4d0b3.js +1 -0
  13. package/package.json +48 -6
  14. package/payment-method-settings-element-595cc38d.js +1 -0
  15. package/phone-87dd7bd8.js +1 -0
  16. package/schemas.js +1 -0
  17. package/shipment-90d35708.js +1 -0
  18. package/src/components/address-preference-context/address-preference-context.d.ts +5 -2
  19. package/src/components/carrier-icon/carrier-icon.d.ts +9 -9
  20. package/src/components/carrier-logo/carrier-logo.d.ts +2 -1
  21. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +2 -3
  22. package/src/components/display-term/display-term.d.ts +2 -2
  23. package/src/components/display-term/display-term.styles.d.ts +2 -0
  24. package/src/components/field/date-picker/date-picker.d.ts +1 -1
  25. package/src/components/field/rate-card/rate-card.d.ts +2 -1
  26. package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
  27. package/src/components/field/rate-select/rate-select.d.ts +6 -1
  28. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +4 -1
  29. package/src/components/here-map/here-map.d.ts +16 -0
  30. package/src/components/here-map/here-map.styles.d.ts +23 -0
  31. package/src/components/index.d.ts +7 -5
  32. package/src/components/modal/modal.d.ts +2 -1
  33. package/src/components/rate-details/index.d.ts +1 -0
  34. package/src/components/rate-details/rate-details.d.ts +17 -0
  35. package/src/components/rate-details/rate-details.styles.d.ts +23 -0
  36. package/src/components/search-bar/index.d.ts +1 -0
  37. package/src/components/search-bar/search-bar.d.ts +8 -0
  38. package/src/components/service-point-display/operating-hours.d.ts +6 -0
  39. package/src/components/service-point-display/operating-hours.styles.d.ts +44 -0
  40. package/src/components/service-point-display/service-point-display.d.ts +6 -6
  41. package/src/components/service-point-display/service-point-display.styles.d.ts +13 -19
  42. package/src/components/service-points/service-points.d.ts +2 -1
  43. package/src/components/tabs/tabs.d.ts +5 -1
  44. package/src/components/tabs/tabs.styles.d.ts +3 -2
  45. package/src/components/templates/index.d.ts +1 -1
  46. package/src/components/templates/label/label.styles.d.ts +21 -1
  47. package/src/components/templates/product-form/product-form-schema.d.ts +12 -0
  48. package/src/components/templates/pudo-rate-tabs/index.d.ts +0 -1
  49. package/src/components/templates/pudo-rate-tabs/pudo-list-view/pudo-list-view.d.ts +5 -0
  50. package/src/components/templates/pudo-rate-tabs/pudo-map-view/pudo-map-view.d.ts +15 -0
  51. package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +17 -15
  52. package/src/components/templates/rate-form/rate-form.d.ts +10 -2
  53. package/src/components/templates/register-funding-source-carrier-form/index.d.ts +2 -0
  54. package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.d.ts +13 -0
  55. package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.styles.d.ts +25 -0
  56. package/src/components/templates/{add-carrier-form/add-carrier-form-schema.d.ts → register-funding-source-carrier-form/register-funding-source-carrier-schema.d.ts} +42 -88
  57. package/src/components/templates/shipment/shipment.d.ts +2 -1
  58. package/src/components/templates/wallet-form/wallet-form.d.ts +3 -1
  59. package/src/components/templates/wallet-form/wallet-form.styles.d.ts +3 -0
  60. package/src/components/vat-form/index.d.ts +1 -0
  61. package/src/components/vat-form/vat-form-schema.d.ts +10 -0
  62. package/src/components/vat-form/vat-form.d.ts +6 -0
  63. package/src/components/vat-form/vat-form.styles.d.ts +9 -0
  64. package/src/elements/external-carriers/external-carriers.d.ts +198 -101
  65. package/src/elements/label-layout/label-layout-element.d.ts +150 -77
  66. package/src/elements/labels-grid/labels-grid.d.ts +150 -77
  67. package/src/elements/manage-funding/manage-funding-element.d.ts +150 -77
  68. package/src/elements/manage-warehouses/manage-warehouses.d.ts +150 -77
  69. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +150 -77
  70. package/src/elements/purchase-label/configure-shipment.d.ts +2 -1
  71. package/src/elements/purchase-label/hooks/use-rates-form.d.ts +5 -0
  72. package/src/elements/purchase-label/purchase-label.d.ts +170 -80
  73. package/src/elements/shipengine-carriers/shipengine-carriers.d.ts +173 -100
  74. package/src/elements/shipments-grid/shipments-grid.d.ts +150 -77
  75. package/src/elements/theme-creator/theme-creator.d.ts +150 -77
  76. package/src/elements/theme-creator/themeData/themeData.d.ts +0 -1
  77. package/src/elements/unit-settings/unit-settings-element.d.ts +150 -77
  78. package/src/elements/vat-settings/index.d.ts +1 -0
  79. package/src/elements/vat-settings/vat-settings-element.d.ts +864 -0
  80. package/src/elements/view-shipment/view-shipment.d.ts +181 -100
  81. package/src/elements/void-label/components/actions/actions.d.ts +3 -3
  82. package/src/elements/void-label/components/message/message.d.ts +3 -2
  83. package/src/elements/void-label/void-label.d.ts +183 -96
  84. package/src/elements/wallet-history/wallet-history-element.d.ts +150 -77
  85. package/src/factories/shipengine/label.d.ts +2 -0
  86. package/src/features/external-carriers/external-carriers.d.ts +2 -1
  87. package/src/features/index.d.ts +5 -4
  88. package/src/features/shipengine-carriers/hooks/index.d.ts +2 -1
  89. package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +2 -13
  90. package/src/features/shipengine-carriers/hooks/{use-list-connected-carriers.d.ts → use-list-funding-source-carriers.d.ts} +3 -3
  91. package/src/features/shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts +9 -7
  92. package/src/features/unit-settings/unit-settings.d.ts +2 -2
  93. package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
  94. package/src/features/vat-settings/index.d.ts +2 -0
  95. package/src/features/vat-settings/use-vat-settings.d.ts +8 -0
  96. package/src/features/vat-settings/vat-settings.d.ts +9 -0
  97. package/src/features/vat-settings/vat-settings.styles.d.ts +29 -0
  98. package/src/hooks/here-map/init.d.ts +6 -0
  99. package/src/hooks/here-map/use-here-map-ui.d.ts +10 -0
  100. package/src/hooks/here-map/use-here-map.d.ts +5 -0
  101. package/src/hooks/index.d.ts +3 -3
  102. package/src/hooks/options/use-service-points.d.ts +5 -3
  103. package/src/locales/en/index.d.ts +150 -77
  104. package/src/testing/test-utils.d.ts +1 -0
  105. package/src/types/carrier-metadata.d.ts +7 -11
  106. package/src/types/index.d.ts +0 -1
  107. package/src/utilities/date.d.ts +1 -2
  108. package/src/utilities/feature-flags.d.ts +12 -2
  109. package/src/utilities/shipengine/carrier.d.ts +8 -0
  110. package/src/utilities/shipengine/index.d.ts +1 -0
  111. package/src/utilities/shipengine/shipment.d.ts +11 -0
  112. package/src/workflows/account-settings/account-settings.d.ts +153 -82
  113. package/src/workflows/connect-carrier/connect-carrier.d.ts +150 -77
  114. package/src/workflows/manage-wallet-workflow/manage-wallet-workflow.d.ts +155 -81
  115. package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +3 -0
  116. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +3 -4
  117. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +3 -1
  118. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -3
  119. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -2
  120. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +3 -4
  121. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.styles.d.ts +6 -7
  122. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +3 -4
  123. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +3 -0
  124. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +5 -10
  125. package/src/workflows/onboarding/onboarding.d.ts +151 -78
  126. package/story-notes-ce2d8cca.js +1 -0
  127. package/suspend-text-c8c7b6b6.js +1 -0
  128. package/types.js +1 -0
  129. package/use-page-layout-93ffae78.js +1 -0
  130. package/use-scrub-errors-2c4db406.js +1 -0
  131. package/use-toggle-838d2ebd.js +1 -0
  132. package/utilities.js +1 -0
  133. package/validation-b941a548.js +1 -0
  134. package/vite.config.d.ts +1 -1
  135. package/wallet-form-3981400b.js +1 -0
  136. package/wallet-history-5b34c856.js +1 -0
  137. package/warehouse-form-c0b3ea78.js +34 -0
  138. package/warehouses-dfcdce23.js +1 -0
  139. package/workflows.js +1 -0
  140. package/zod-60def96c.js +1 -0
  141. package/index.cjs +0 -25349
  142. package/src/components/templates/add-carrier-form/add-carrier-form-test.d.ts +0 -1
  143. package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +0 -10
  144. package/src/components/templates/add-carrier-form/index.d.ts +0 -2
  145. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +0 -1
  146. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +0 -6
  147. package/src/types/patch.d.ts +0 -13
@@ -71,6 +71,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
71
71
  resultMessages: {
72
72
  approved: string;
73
73
  rejected: string;
74
+ dpdwallet: string;
74
75
  };
75
76
  refund_process: string;
76
77
  refund_rules: string;
@@ -90,6 +91,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
90
91
  schedulePickup: string;
91
92
  showItems: string;
92
93
  void: string;
94
+ download: string;
93
95
  };
94
96
  fields: {
95
97
  dimensions: string;
@@ -109,9 +111,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
109
111
  multipleShippingServices: string;
110
112
  sections: {
111
113
  labels: string;
114
+ shipmentSummary: string;
112
115
  };
113
116
  noLabels: string;
114
117
  };
118
+ "vat-settings": {
119
+ addNew: string;
120
+ vatNumber: string;
121
+ vatRegistrationTooltip: string;
122
+ vatFormText: string;
123
+ vatFormRegisterLater: string;
124
+ vatNumberInputHint: string;
125
+ vatNumberInputPlaceholder: string;
126
+ verifiedVat: string;
127
+ vatFormErrors: {
128
+ invalidFieldValue: string;
129
+ verificationFailure: string;
130
+ forbidden: string;
131
+ connectionNotSupported: string;
132
+ genericTitle: string;
133
+ genericText: string;
134
+ };
135
+ };
136
+ "shipengine-carriers": {
137
+ title: string;
138
+ headers: {
139
+ accountCarriers: string;
140
+ carriers: string;
141
+ settings: string;
142
+ };
143
+ actions: {
144
+ status: {
145
+ connected: string;
146
+ notConnected: string;
147
+ };
148
+ };
149
+ };
115
150
  "register-wallet": {
116
151
  sections: {
117
152
  setup: {
@@ -127,6 +162,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
127
162
  addressSubTitle: string;
128
163
  info: string;
129
164
  };
165
+ vatSettings: {
166
+ title: string;
167
+ };
130
168
  carriers: {
131
169
  title: string;
132
170
  subtitle: string;
@@ -163,8 +201,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
163
201
  };
164
202
  };
165
203
  "register-carrier": {
166
- formTitle: string;
167
- agreeToTerms: string;
204
+ formTitle: {
205
+ default: string;
206
+ new: string;
207
+ edit: string;
208
+ };
209
+ notifications: {
210
+ error: {
211
+ title: string;
212
+ };
213
+ };
214
+ };
215
+ "rate-details": {
216
+ total: string;
217
+ subtotal: string;
218
+ registerVat: string;
219
+ concepts: {
220
+ confirmation: string;
221
+ uncategorized: string;
222
+ shipping: string;
223
+ insurance: string;
224
+ confirm: string;
225
+ discount: string;
226
+ fuel_charge: string;
227
+ additional_fees: string;
228
+ tariff: string;
229
+ tax: string;
230
+ delivery: string;
231
+ handling: string;
232
+ special_goods: string;
233
+ pickup: string;
234
+ location_fee: string;
235
+ oversize: string;
236
+ returns: string;
237
+ notifications: string;
238
+ tip: string;
239
+ duties_and_taxes: string;
240
+ brokerage_fee: string;
241
+ admin_fee: string;
242
+ adjustment: string;
243
+ auctane_service_fee: string;
244
+ product_price: string;
245
+ };
168
246
  };
169
247
  "purchase-label": {
170
248
  title: string;
@@ -253,6 +331,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
253
331
  rateSavings: string;
254
332
  upsGroundSaverTermsAcknowledgement: string;
255
333
  dhlExpressTermsAcknowledgement: string;
334
+ noRateService: string;
256
335
  };
257
336
  requirements: {
258
337
  noWarehouse: string;
@@ -276,7 +355,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
276
355
  today: string;
277
356
  viewMap: string;
278
357
  otherLocations: string;
279
- noServicePointsFound: string;
358
+ noServicePointsForService: string;
359
+ error: string;
360
+ paperless: string;
361
+ localTimeDisclaimer: string;
280
362
  };
281
363
  shipToAddressFormFields: string;
282
364
  sections: {
@@ -319,6 +401,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
319
401
  action: string;
320
402
  };
321
403
  termsAndAgreementLinkText: {
404
+ shipEngineToS: string;
405
+ auctanePrivacyPolicy: string;
322
406
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
323
407
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
324
408
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -343,42 +427,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
343
427
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
344
428
  };
345
429
  };
346
- "manage-defaults": {
347
- label: {
348
- title: string;
349
- letter: {
350
- title: string;
351
- description: string;
352
- };
353
- purchase: {
354
- title: string;
355
- description: string;
356
- };
357
- thermal: {
358
- title: string;
359
- description: string;
360
- };
361
- };
362
- status: {
363
- saving: string;
364
- saved: string;
365
- savingFailed: string;
366
- };
367
- units: {
368
- title: string;
369
- dimensions: {
370
- title: string;
371
- standard: string;
372
- metric: string;
373
- };
374
- weight: {
375
- title: string;
376
- standard: string;
377
- g: string;
378
- kg: string;
379
- };
380
- };
381
- };
382
430
  "manage-warehouses": {
383
431
  title: string;
384
432
  addNew: string;
@@ -451,6 +499,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
451
499
  currentBalance: string;
452
500
  maximumBalanceAmount: string;
453
501
  };
502
+ "manage-defaults": {
503
+ label: {
504
+ title: string;
505
+ letter: {
506
+ title: string;
507
+ description: string;
508
+ };
509
+ purchase: {
510
+ title: string;
511
+ description: string;
512
+ };
513
+ thermal: {
514
+ title: string;
515
+ description: string;
516
+ };
517
+ };
518
+ status: {
519
+ saving: string;
520
+ saved: string;
521
+ savingFailed: string;
522
+ };
523
+ units: {
524
+ title: string;
525
+ dimensions: {
526
+ title: string;
527
+ standard: string;
528
+ metric: string;
529
+ };
530
+ weight: {
531
+ title: string;
532
+ standard: string;
533
+ g: string;
534
+ kg: string;
535
+ };
536
+ };
537
+ };
454
538
  "list-shipments": {
455
539
  title: string;
456
540
  headers: {
@@ -481,18 +565,54 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
481
565
  };
482
566
  };
483
567
  };
484
- "shipengine-carriers": {
485
- title: string;
486
- headers: {
487
- accountCarriers: string;
488
- carriers: string;
489
- settings: string;
490
- };
568
+ "connect-carrier": {
491
569
  actions: {
492
- status: {
493
- connected: string;
494
- notConnected: string;
495
- };
570
+ cancel: string;
571
+ carrierSettings: string;
572
+ connectCarriers: string;
573
+ disconnect: string;
574
+ disconnectCarrier: string;
575
+ };
576
+ noCarriersDescription: string;
577
+ registrationForm: {
578
+ error: string;
579
+ title: string;
580
+ /**
581
+ * # ShipEngine-Carriers Element
582
+ *
583
+ * @param ComponentProps The base props that will be passed into the `<ShipEngine-Carriers />` component.
584
+ *
585
+ * @returns Element A React element that renders the `<ShipEngine-Carriers />` component allowing users
586
+ * to view a list of carriers that are connected to their ShipEngine account. This component is
587
+ * composed in the `<AccountSettings />` Element.
588
+ *
589
+ * @example
590
+ * ```tsx
591
+ * (() => {
592
+ * const features = useFeatures("Global");
593
+ *
594
+ * return <ShipEngineCarriers.Element features={features} />;
595
+ * })();
596
+ * ```
597
+ *
598
+ * <br />
599
+ *
600
+ * @see {@link ShipEngineCarriers.ComponentProps | The props that are passed into the `<ShipEngine-Carriers />` component}
601
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ShipEngine-Carriers />` component}
602
+ */
603
+ betaWarning: string;
604
+ };
605
+ search: string;
606
+ settingsModal: {
607
+ closeDialog: string;
608
+ header: string;
609
+ };
610
+ status: {
611
+ connected: string;
612
+ };
613
+ disconnectDropdown: {
614
+ toastTitle: string;
615
+ toastBody: string;
496
616
  };
497
617
  };
498
618
  common: {
@@ -679,6 +799,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
679
799
  accountSettings: string;
680
800
  carrier: string;
681
801
  carriers: string;
802
+ carrierServices: string;
682
803
  connectCarrierForm: string;
683
804
  connectingCarriers: string;
684
805
  creatingFundingSource: string;
@@ -769,6 +890,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
769
890
  gram: string;
770
891
  kilogram: string;
771
892
  };
893
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
772
894
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
773
895
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
774
896
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -781,56 +903,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
781
903
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
782
904
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
783
905
  };
784
- "connect-carrier": {
785
- actions: {
786
- cancel: string;
787
- carrierSettings: string;
788
- connectCarriers: string;
789
- disconnect: string;
790
- disconnectCarrier: string;
791
- };
792
- noCarriersDescription: string;
793
- registrationForm: {
794
- error: string;
795
- title: string;
796
- /**
797
- * # ShipEngine-Carriers Element
798
- *
799
- * @param ComponentProps The base props that will be passed into the `<ShipEngine-Carriers />` component.
800
- *
801
- * @returns Element A React element that renders the `<ShipEngine-Carriers />` component allowing users
802
- * to view a list of carriers that are connected to their ShipEngine account. This component is
803
- * composed in the `<AccountSettings />` Element.
804
- *
805
- * @example
806
- * ```tsx
807
- * (() => {
808
- * const features = useFeatures("Global");
809
- *
810
- * return <ShipEngineCarriers.Element features={features} />;
811
- * })();
812
- * ```
813
- *
814
- * <br />
815
- *
816
- * @see {@link ShipEngineCarriers.ComponentProps | The props that are passed into the `<ShipEngine-Carriers />` component}
817
- * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ShipEngine-Carriers />` component}
818
- */
819
- betaWarning: string;
820
- };
821
- search: string;
822
- settingsModal: {
823
- closeDialog: string;
824
- header: string;
825
- };
826
- status: {
827
- connected: string;
828
- };
829
- disconnectDropdown: {
830
- toastTitle: string;
831
- toastBody: string;
832
- };
833
- };
834
906
  "account-settings": {
835
907
  messages: {
836
908
  noFundingSources: string;
@@ -846,6 +918,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
846
918
  externalCarriers: string;
847
919
  labelLayout: string;
848
920
  unitSettings: string;
921
+ vatSettings: string;
849
922
  };
850
923
  };
851
924
  };