@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
@@ -1,7 +1,7 @@
1
1
  /// <reference types="react" />
2
- import { ShipEngineCarriersFeatures } from "../../features";
2
+ import { ShipEngineCarriersFeatures, VatSettingsFeatures } from "../../features";
3
3
  import { ConnectCarrier } from "../connect-carrier";
4
- export type AccountSettingsFeatures = ShipEngineCarriersFeatures & ConnectCarrier.ConnectCarrierFeatures;
4
+ export type AccountSettingsFeatures = ShipEngineCarriersFeatures & ConnectCarrier.ConnectCarrierFeatures & VatSettingsFeatures;
5
5
  /**
6
6
  * # Account Settings Component Props
7
7
  *
@@ -76,6 +76,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
76
76
  resultMessages: {
77
77
  approved: string;
78
78
  rejected: string;
79
+ dpdwallet: string;
79
80
  };
80
81
  refund_process: string;
81
82
  refund_rules: string;
@@ -95,6 +96,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
95
96
  schedulePickup: string;
96
97
  showItems: string;
97
98
  void: string;
99
+ download: string;
98
100
  };
99
101
  fields: {
100
102
  dimensions: string;
@@ -114,9 +116,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
114
116
  multipleShippingServices: string;
115
117
  sections: {
116
118
  labels: string;
119
+ shipmentSummary: string;
117
120
  };
118
121
  noLabels: string;
119
122
  };
123
+ "vat-settings": {
124
+ addNew: string;
125
+ vatNumber: string;
126
+ vatRegistrationTooltip: string;
127
+ vatFormText: string;
128
+ vatFormRegisterLater: string;
129
+ vatNumberInputHint: string;
130
+ vatNumberInputPlaceholder: string;
131
+ verifiedVat: string;
132
+ vatFormErrors: {
133
+ invalidFieldValue: string;
134
+ verificationFailure: string;
135
+ forbidden: string;
136
+ connectionNotSupported: string;
137
+ genericTitle: string;
138
+ genericText: string;
139
+ };
140
+ };
141
+ "shipengine-carriers": {
142
+ title: string;
143
+ headers: {
144
+ accountCarriers: string;
145
+ carriers: string;
146
+ settings: string;
147
+ };
148
+ actions: {
149
+ status: {
150
+ connected: string;
151
+ notConnected: string;
152
+ };
153
+ };
154
+ };
120
155
  "register-wallet": {
121
156
  sections: {
122
157
  setup: {
@@ -132,6 +167,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
132
167
  addressSubTitle: string;
133
168
  info: string;
134
169
  };
170
+ vatSettings: {
171
+ title: string;
172
+ };
135
173
  carriers: {
136
174
  title: string;
137
175
  subtitle: string;
@@ -168,8 +206,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
168
206
  };
169
207
  };
170
208
  "register-carrier": {
171
- formTitle: string;
172
- agreeToTerms: string;
209
+ formTitle: {
210
+ default: string;
211
+ new: string;
212
+ edit: string;
213
+ };
214
+ notifications: {
215
+ error: {
216
+ title: string;
217
+ };
218
+ };
219
+ };
220
+ "rate-details": {
221
+ total: string;
222
+ subtotal: string;
223
+ registerVat: string;
224
+ concepts: {
225
+ confirmation: string;
226
+ uncategorized: string;
227
+ shipping: string;
228
+ insurance: string;
229
+ confirm: string;
230
+ discount: string;
231
+ fuel_charge: string;
232
+ additional_fees: string;
233
+ tariff: string;
234
+ tax: string;
235
+ delivery: string;
236
+ handling: string;
237
+ special_goods: string;
238
+ pickup: string;
239
+ location_fee: string;
240
+ oversize: string;
241
+ returns: string;
242
+ notifications: string;
243
+ tip: string;
244
+ duties_and_taxes: string;
245
+ brokerage_fee: string;
246
+ admin_fee: string;
247
+ adjustment: string;
248
+ auctane_service_fee: string;
249
+ product_price: string;
250
+ };
173
251
  };
174
252
  "purchase-label": {
175
253
  title: string;
@@ -195,9 +273,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
195
273
  customsItemsRequired: string;
196
274
  invalidAddress: string;
197
275
  noRates: string;
198
- salesOrderNotLoaded: string; /**
199
- * Feature flags controlling operation of various sub components.
200
- */
276
+ salesOrderNotLoaded: string;
201
277
  unsupportedAddress: string;
202
278
  saveRateFailedMessage: string;
203
279
  saveRateFailedTitle: string;
@@ -260,6 +336,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
260
336
  rateSavings: string;
261
337
  upsGroundSaverTermsAcknowledgement: string;
262
338
  dhlExpressTermsAcknowledgement: string;
339
+ noRateService: string;
263
340
  };
264
341
  requirements: {
265
342
  noWarehouse: string;
@@ -283,7 +360,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
283
360
  today: string;
284
361
  viewMap: string;
285
362
  otherLocations: string;
286
- noServicePointsFound: string;
363
+ noServicePointsForService: string;
364
+ error: string;
365
+ paperless: string;
366
+ localTimeDisclaimer: string;
287
367
  };
288
368
  shipToAddressFormFields: string;
289
369
  sections: {
@@ -326,6 +406,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
326
406
  action: string;
327
407
  };
328
408
  termsAndAgreementLinkText: {
409
+ shipEngineToS: string;
410
+ auctanePrivacyPolicy: string;
329
411
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
330
412
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
331
413
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -350,42 +432,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
350
432
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
351
433
  };
352
434
  };
353
- "manage-defaults": {
354
- label: {
355
- title: string;
356
- letter: {
357
- title: string;
358
- description: string;
359
- };
360
- purchase: {
361
- title: string;
362
- description: string;
363
- };
364
- thermal: {
365
- title: string;
366
- description: string;
367
- };
368
- };
369
- status: {
370
- saving: string;
371
- saved: string;
372
- savingFailed: string;
373
- };
374
- units: {
375
- title: string;
376
- dimensions: {
377
- title: string;
378
- standard: string;
379
- metric: string;
380
- };
381
- weight: {
382
- title: string;
383
- standard: string;
384
- g: string;
385
- kg: string;
386
- };
387
- };
388
- };
389
435
  "manage-warehouses": {
390
436
  title: string;
391
437
  addNew: string;
@@ -453,6 +499,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
453
499
  currentBalance: string;
454
500
  maximumBalanceAmount: string;
455
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
+ };
456
538
  "list-shipments": {
457
539
  title: string;
458
540
  headers: {
@@ -483,18 +565,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
483
565
  };
484
566
  };
485
567
  };
486
- "shipengine-carriers": {
487
- title: string;
488
- headers: {
489
- accountCarriers: string;
490
- carriers: string;
491
- settings: string;
492
- };
568
+ "connect-carrier": {
493
569
  actions: {
494
- status: {
495
- connected: string;
496
- notConnected: string;
497
- };
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
+ betaWarning: string;
581
+ };
582
+ search: string;
583
+ settingsModal: {
584
+ closeDialog: string;
585
+ header: string;
586
+ };
587
+ status: {
588
+ connected: string;
589
+ };
590
+ disconnectDropdown: {
591
+ toastTitle: string;
592
+ toastBody: string;
498
593
  };
499
594
  };
500
595
  common: {
@@ -681,6 +776,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
681
776
  accountSettings: string;
682
777
  carrier: string;
683
778
  carriers: string;
779
+ carrierServices: string;
684
780
  connectCarrierForm: string;
685
781
  connectingCarriers: string;
686
782
  creatingFundingSource: string;
@@ -771,6 +867,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
771
867
  gram: string;
772
868
  kilogram: string;
773
869
  };
870
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
774
871
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
775
872
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
776
873
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -783,33 +880,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
783
880
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
784
881
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
785
882
  };
786
- "connect-carrier": {
787
- actions: {
788
- cancel: string;
789
- carrierSettings: string;
790
- connectCarriers: string;
791
- disconnect: string;
792
- disconnectCarrier: string;
793
- };
794
- noCarriersDescription: string;
795
- registrationForm: {
796
- error: string;
797
- title: string;
798
- betaWarning: string;
799
- };
800
- search: string;
801
- settingsModal: {
802
- closeDialog: string;
803
- header: string;
804
- };
805
- status: {
806
- connected: string;
807
- };
808
- disconnectDropdown: {
809
- toastTitle: string;
810
- toastBody: string;
811
- };
812
- };
813
883
  "account-settings": {
814
884
  messages: {
815
885
  noFundingSources: string;
@@ -825,6 +895,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
825
895
  externalCarriers: string;
826
896
  labelLayout: string;
827
897
  unitSettings: string;
898
+ vatSettings: string;
828
899
  };
829
900
  };
830
901
  };
@@ -73,6 +73,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
73
73
  resultMessages: {
74
74
  approved: string;
75
75
  rejected: string;
76
+ dpdwallet: string;
76
77
  };
77
78
  refund_process: string;
78
79
  refund_rules: string;
@@ -92,6 +93,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
92
93
  schedulePickup: string;
93
94
  showItems: string;
94
95
  void: string;
96
+ download: string;
95
97
  };
96
98
  fields: {
97
99
  dimensions: string;
@@ -111,9 +113,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
111
113
  multipleShippingServices: string;
112
114
  sections: {
113
115
  labels: string;
116
+ shipmentSummary: string;
114
117
  };
115
118
  noLabels: string;
116
119
  };
120
+ "vat-settings": {
121
+ addNew: string;
122
+ vatNumber: string;
123
+ vatRegistrationTooltip: string;
124
+ vatFormText: string;
125
+ vatFormRegisterLater: string;
126
+ vatNumberInputHint: string;
127
+ vatNumberInputPlaceholder: string;
128
+ verifiedVat: string;
129
+ vatFormErrors: {
130
+ invalidFieldValue: string;
131
+ verificationFailure: string;
132
+ forbidden: string;
133
+ connectionNotSupported: string;
134
+ genericTitle: string;
135
+ genericText: string;
136
+ };
137
+ };
138
+ "shipengine-carriers": {
139
+ title: string;
140
+ headers: {
141
+ accountCarriers: string;
142
+ carriers: string;
143
+ settings: string;
144
+ };
145
+ actions: {
146
+ status: {
147
+ connected: string;
148
+ notConnected: string;
149
+ };
150
+ };
151
+ };
117
152
  "register-wallet": {
118
153
  sections: {
119
154
  setup: {
@@ -129,6 +164,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
129
164
  addressSubTitle: string;
130
165
  info: string;
131
166
  };
167
+ vatSettings: {
168
+ title: string;
169
+ };
132
170
  carriers: {
133
171
  title: string;
134
172
  subtitle: string;
@@ -165,8 +203,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
165
203
  };
166
204
  };
167
205
  "register-carrier": {
168
- formTitle: string;
169
- agreeToTerms: string;
206
+ formTitle: {
207
+ default: string;
208
+ new: string;
209
+ edit: string;
210
+ };
211
+ notifications: {
212
+ error: {
213
+ title: string;
214
+ };
215
+ };
216
+ };
217
+ "rate-details": {
218
+ total: string;
219
+ subtotal: string;
220
+ registerVat: string;
221
+ concepts: {
222
+ confirmation: string;
223
+ uncategorized: string;
224
+ shipping: string;
225
+ insurance: string;
226
+ confirm: string;
227
+ discount: string;
228
+ fuel_charge: string;
229
+ additional_fees: string;
230
+ tariff: string;
231
+ tax: string;
232
+ delivery: string;
233
+ handling: string;
234
+ special_goods: string;
235
+ pickup: string;
236
+ location_fee: string;
237
+ oversize: string;
238
+ returns: string;
239
+ notifications: string;
240
+ tip: string;
241
+ duties_and_taxes: string;
242
+ brokerage_fee: string;
243
+ admin_fee: string;
244
+ adjustment: string;
245
+ auctane_service_fee: string;
246
+ product_price: string;
247
+ };
170
248
  };
171
249
  "purchase-label": {
172
250
  title: string;
@@ -255,6 +333,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
255
333
  rateSavings: string;
256
334
  upsGroundSaverTermsAcknowledgement: string;
257
335
  dhlExpressTermsAcknowledgement: string;
336
+ noRateService: string;
258
337
  };
259
338
  requirements: {
260
339
  noWarehouse: string;
@@ -278,7 +357,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
278
357
  today: string;
279
358
  viewMap: string;
280
359
  otherLocations: string;
281
- noServicePointsFound: string;
360
+ noServicePointsForService: string;
361
+ error: string;
362
+ paperless: string;
363
+ localTimeDisclaimer: string;
282
364
  };
283
365
  shipToAddressFormFields: string;
284
366
  sections: {
@@ -321,6 +403,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
321
403
  action: string;
322
404
  };
323
405
  termsAndAgreementLinkText: {
406
+ shipEngineToS: string;
407
+ auctanePrivacyPolicy: string;
324
408
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
325
409
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
326
410
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -345,42 +429,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
345
429
  UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
346
430
  };
347
431
  };
348
- "manage-defaults": {
349
- label: {
350
- title: string;
351
- letter: {
352
- title: string;
353
- description: string;
354
- };
355
- purchase: {
356
- title: string;
357
- description: string;
358
- };
359
- thermal: {
360
- title: string;
361
- description: string;
362
- };
363
- };
364
- status: {
365
- saving: string;
366
- saved: string;
367
- savingFailed: string;
368
- };
369
- units: {
370
- title: string;
371
- dimensions: {
372
- title: string;
373
- standard: string;
374
- metric: string;
375
- };
376
- weight: {
377
- title: string;
378
- standard: string;
379
- g: string;
380
- kg: string;
381
- };
382
- };
383
- };
384
432
  "manage-warehouses": {
385
433
  title: string;
386
434
  addNew: string;
@@ -448,6 +496,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
448
496
  currentBalance: string;
449
497
  maximumBalanceAmount: string;
450
498
  };
499
+ "manage-defaults": {
500
+ label: {
501
+ title: string;
502
+ letter: {
503
+ title: string;
504
+ description: string;
505
+ };
506
+ purchase: {
507
+ title: string;
508
+ description: string;
509
+ };
510
+ thermal: {
511
+ title: string;
512
+ description: string;
513
+ };
514
+ };
515
+ status: {
516
+ saving: string;
517
+ saved: string;
518
+ savingFailed: string;
519
+ };
520
+ units: {
521
+ title: string;
522
+ dimensions: {
523
+ title: string;
524
+ standard: string;
525
+ metric: string;
526
+ };
527
+ weight: {
528
+ title: string;
529
+ standard: string;
530
+ g: string;
531
+ kg: string;
532
+ };
533
+ };
534
+ };
451
535
  "list-shipments": {
452
536
  title: string;
453
537
  headers: {
@@ -478,18 +562,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
478
562
  };
479
563
  };
480
564
  };
481
- "shipengine-carriers": {
482
- title: string;
483
- headers: {
484
- accountCarriers: string;
485
- carriers: string;
486
- settings: string;
487
- };
565
+ "connect-carrier": {
488
566
  actions: {
489
- status: {
490
- connected: string;
491
- notConnected: string;
492
- };
567
+ cancel: string;
568
+ carrierSettings: string;
569
+ connectCarriers: string;
570
+ disconnect: string;
571
+ disconnectCarrier: string;
572
+ };
573
+ noCarriersDescription: string;
574
+ registrationForm: {
575
+ error: string;
576
+ title: string;
577
+ betaWarning: string;
578
+ };
579
+ search: string;
580
+ settingsModal: {
581
+ closeDialog: string;
582
+ header: string;
583
+ };
584
+ status: {
585
+ connected: string;
586
+ };
587
+ disconnectDropdown: {
588
+ toastTitle: string;
589
+ toastBody: string;
493
590
  };
494
591
  };
495
592
  common: {
@@ -699,6 +796,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
699
796
  accountSettings: string;
700
797
  carrier: string;
701
798
  carriers: string;
799
+ carrierServices: string;
702
800
  connectCarrierForm: string;
703
801
  connectingCarriers: string;
704
802
  creatingFundingSource: string;
@@ -789,6 +887,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
789
887
  gram: string;
790
888
  kilogram: string;
791
889
  };
890
+ ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
792
891
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
793
892
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
794
893
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
@@ -801,33 +900,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
801
900
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
802
901
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
803
902
  };
804
- "connect-carrier": {
805
- actions: {
806
- cancel: string;
807
- carrierSettings: string;
808
- connectCarriers: string;
809
- disconnect: string;
810
- disconnectCarrier: string;
811
- };
812
- noCarriersDescription: string;
813
- registrationForm: {
814
- error: string;
815
- title: string;
816
- betaWarning: string;
817
- };
818
- search: string;
819
- settingsModal: {
820
- closeDialog: string;
821
- header: string;
822
- };
823
- status: {
824
- connected: string;
825
- };
826
- disconnectDropdown: {
827
- toastTitle: string;
828
- toastBody: string;
829
- };
830
- };
831
903
  "account-settings": {
832
904
  messages: {
833
905
  noFundingSources: string;
@@ -843,6 +915,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
843
915
  externalCarriers: string;
844
916
  labelLayout: string;
845
917
  unitSettings: string;
918
+ vatSettings: string;
846
919
  };
847
920
  };
848
921
  };