@shipengine/elements 1.6.0 → 1.8.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 (89) hide show
  1. package/index.cjs +17376 -16774
  2. package/index.js +17372 -16776
  3. package/package.json +3 -3
  4. package/src/components/collapsible-panel/collapsible-panel.d.ts +6 -1
  5. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +3 -4
  6. package/src/components/display-term/display-term.d.ts +2 -2
  7. package/src/components/display-term/display-term.styles.d.ts +2 -0
  8. package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
  9. package/src/components/index.d.ts +6 -5
  10. package/src/components/templates/address-form/address-schema.d.ts +2 -0
  11. package/src/components/templates/index.d.ts +1 -1
  12. package/src/components/templates/rate-form/rate-form.d.ts +2 -1
  13. package/src/components/templates/wallet-form/wallet-form.d.ts +3 -1
  14. package/src/components/templates/wallet-form/wallet-form.styles.d.ts +3 -0
  15. package/src/components/templates/wallet-form/wallet-schema.d.ts +46 -2
  16. package/src/components/vat-form/index.d.ts +1 -0
  17. package/src/components/vat-form/vat-form-schema.d.ts +10 -0
  18. package/src/components/vat-form/vat-form.d.ts +6 -0
  19. package/src/components/vat-form/vat-form.styles.d.ts +9 -0
  20. package/src/elements/external-carriers/external-carriers.d.ts +130 -101
  21. package/src/elements/index.d.ts +2 -1
  22. package/src/elements/label-layout/label-layout-element.d.ts +107 -74
  23. package/src/elements/labels-grid/labels-grid.d.ts +107 -74
  24. package/src/elements/manage-funding/manage-funding-element.d.ts +107 -74
  25. package/src/elements/manage-warehouses/manage-warehouses.d.ts +110 -117
  26. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +107 -74
  27. package/src/elements/purchase-label/purchase-label.d.ts +131 -81
  28. package/src/elements/shipengine-carriers/index.d.ts +1 -0
  29. package/src/elements/shipengine-carriers/shipengine-carriers.d.ts +881 -0
  30. package/src/elements/shipments-grid/shipments-grid.d.ts +107 -74
  31. package/src/elements/theme-creator/theme-creator.d.ts +107 -74
  32. package/src/elements/unit-settings/unit-settings-element.d.ts +107 -74
  33. package/src/elements/vat-settings/index.d.ts +1 -0
  34. package/src/elements/vat-settings/vat-settings-element.d.ts +818 -0
  35. package/src/elements/view-shipment/view-shipment.d.ts +121 -89
  36. package/src/elements/void-label/components/message/message.d.ts +3 -2
  37. package/src/elements/void-label/void-label.d.ts +134 -93
  38. package/src/elements/wallet-history/wallet-history-element.d.ts +107 -74
  39. package/src/features/index.d.ts +6 -5
  40. package/src/features/label-layout/label-layout.d.ts +6 -1
  41. package/src/features/label-layout/use-label-layout.d.ts +3 -3
  42. package/src/features/manage-warehouses/index.d.ts +1 -0
  43. package/src/features/manage-warehouses/manage-warehouses.d.ts +16 -1
  44. package/src/features/manage-warehouses/use-manage-warehouses.d.ts +15 -0
  45. package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +13 -0
  46. package/src/features/shipengine-carriers/index.d.ts +1 -0
  47. package/src/features/shipengine-carriers/shipengine-carriers-row/index.d.ts +1 -0
  48. package/src/features/{list-carriers/list-carriers-row/list-carriers-row.d.ts → shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts} +2 -2
  49. package/src/features/shipengine-carriers/shipengine-carriers.d.ts +10 -0
  50. package/src/features/unit-settings/index.d.ts +1 -0
  51. package/src/features/unit-settings/unit-settings.d.ts +9 -1
  52. package/src/features/unit-settings/use-unit-settings.d.ts +10 -0
  53. package/src/features/vat-settings/index.d.ts +2 -0
  54. package/src/features/vat-settings/use-vat-settings.d.ts +8 -0
  55. package/src/features/vat-settings/vat-settings.d.ts +9 -0
  56. package/src/features/vat-settings/vat-settings.styles.d.ts +29 -0
  57. package/src/hooks/index.d.ts +3 -3
  58. package/src/locales/en/index.d.ts +107 -74
  59. package/src/types/carrier-metadata.d.ts +3 -0
  60. package/src/types/patch.d.ts +1 -12
  61. package/src/utilities/feature-flags.d.ts +15 -2
  62. package/src/utilities/shipengine/index.d.ts +1 -0
  63. package/src/utilities/shipengine/shipment.d.ts +11 -0
  64. package/src/workflows/account-settings/account-settings.d.ts +111 -83
  65. package/src/workflows/account-settings/use-get-panel-props.d.ts +7 -1
  66. package/src/workflows/connect-carrier/connect-carrier.d.ts +107 -74
  67. package/src/workflows/manage-wallet-workflow/index.d.ts +1 -0
  68. package/src/{elements/list-carriers/list-carriers.d.ts → workflows/manage-wallet-workflow/manage-wallet-workflow.d.ts} +122 -111
  69. package/src/workflows/manage-wallet-workflow/use-get-wallet-panel-props.d.ts +4 -0
  70. package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +3 -0
  71. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +3 -1
  72. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -2
  73. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +3 -3
  74. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +4 -4
  75. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.styles.d.ts +6 -7
  76. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +3 -4
  77. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +3 -0
  78. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +7 -7
  79. package/src/workflows/onboarding/onboarding.d.ts +111 -79
  80. package/vite.config.d.ts +1 -1
  81. package/src/elements/list-carriers/index.d.ts +0 -1
  82. package/src/features/list-carriers/hooks/use-carrier-metadata.d.ts +0 -10
  83. package/src/features/list-carriers/index.d.ts +0 -1
  84. package/src/features/list-carriers/list-carriers-row/index.d.ts +0 -1
  85. package/src/features/list-carriers/list-carriers.d.ts +0 -9
  86. /package/src/features/{list-carriers → shipengine-carriers}/hooks/index.d.ts +0 -0
  87. /package/src/features/{list-carriers → shipengine-carriers}/hooks/use-list-connected-carriers.d.ts +0 -0
  88. /package/src/features/{list-carriers/list-carriers-row/list-carriers-row.styles.d.ts → shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.styles.d.ts} +0 -0
  89. /package/src/features/{list-carriers/list-carriers.styles.d.ts → shipengine-carriers/shipengine-carriers.styles.d.ts} +0 -0
@@ -36,6 +36,7 @@ export declare const Element: ({ resources, ...props }: object & {
36
36
  resultMessages: {
37
37
  approved: string;
38
38
  rejected: string;
39
+ dpdwallet: string;
39
40
  };
40
41
  refund_process: string;
41
42
  refund_rules: string;
@@ -77,11 +78,44 @@ export declare const Element: ({ resources, ...props }: object & {
77
78
  };
78
79
  noLabels: string;
79
80
  };
81
+ "vat-settings": {
82
+ addNew: string;
83
+ vatNumber: string;
84
+ vatRegistrationTooltip: string;
85
+ vatFormText: string;
86
+ vatFormRegisterLater: string;
87
+ vatNumberInputHint: string;
88
+ vatNumberInputPlaceholder: string;
89
+ verifiedVat: string;
90
+ vatFormErrors: {
91
+ invalidFieldValue: string;
92
+ verificationFailure: string;
93
+ forbidden: string;
94
+ connectionNotSupported: string;
95
+ genericTitle: string;
96
+ genericText: string;
97
+ };
98
+ };
99
+ "shipengine-carriers": {
100
+ title: string;
101
+ headers: {
102
+ accountCarriers: string;
103
+ carriers: string;
104
+ settings: string;
105
+ };
106
+ actions: {
107
+ status: {
108
+ connected: string;
109
+ notConnected: string;
110
+ };
111
+ };
112
+ };
80
113
  "register-wallet": {
81
114
  sections: {
82
115
  setup: {
83
116
  title: string;
84
117
  subtitle: string;
118
+ hiddenTermsSubtitle: string;
85
119
  descriptionTitle: string;
86
120
  description: string;
87
121
  };
@@ -91,6 +125,9 @@ export declare const Element: ({ resources, ...props }: object & {
91
125
  addressSubTitle: string;
92
126
  info: string;
93
127
  };
128
+ vatSettings: {
129
+ title: string;
130
+ };
94
131
  carriers: {
95
132
  title: string;
96
133
  subtitle: string;
@@ -211,11 +248,13 @@ export declare const Element: ({ resources, ...props }: object & {
211
248
  needToAcknowledge: string;
212
249
  };
213
250
  rates: {
251
+ requestedShippingNotification: string;
214
252
  uspsMediaMailAcknowledgement: string;
215
253
  uspsFirstClassMailAcknowledgement_leof: string;
216
254
  rateSavings: string;
217
255
  upsGroundSaverTermsAcknowledgement: string;
218
256
  dhlExpressTermsAcknowledgement: string;
257
+ noRateService: string;
219
258
  };
220
259
  requirements: {
221
260
  noWarehouse: string;
@@ -282,6 +321,8 @@ export declare const Element: ({ resources, ...props }: object & {
282
321
  action: string;
283
322
  };
284
323
  termsAndAgreementLinkText: {
324
+ shipEngineToS: string;
325
+ auctanePrivacyPolicy: string;
285
326
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
286
327
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
287
328
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -293,6 +334,8 @@ export declare const Element: ({ resources, ...props }: object & {
293
334
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
294
335
  "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
295
336
  aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
337
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
338
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
296
339
  };
297
340
  termsAndAgreementTitles: {
298
341
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
@@ -300,42 +343,8 @@ export declare const Element: ({ resources, ...props }: object & {
300
343
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
301
344
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
302
345
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
303
- };
304
- };
305
- "manage-defaults": {
306
- label: {
307
- title: string;
308
- letter: {
309
- title: string;
310
- description: string;
311
- };
312
- purchase: {
313
- title: string;
314
- description: string;
315
- };
316
- thermal: {
317
- title: string;
318
- description: string;
319
- };
320
- };
321
- status: {
322
- saving: string;
323
- saved: string;
324
- savingFailed: string;
325
- };
326
- units: {
327
- title: string;
328
- dimensions: {
329
- title: string;
330
- standard: string;
331
- metric: string;
332
- };
333
- weight: {
334
- title: string;
335
- standard: string;
336
- g: string;
337
- kg: string;
338
- };
346
+ "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
347
+ UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
339
348
  };
340
349
  };
341
350
  "manage-warehouses": {
@@ -405,6 +414,42 @@ export declare const Element: ({ resources, ...props }: object & {
405
414
  currentBalance: string;
406
415
  maximumBalanceAmount: string;
407
416
  };
417
+ "manage-defaults": {
418
+ label: {
419
+ title: string;
420
+ letter: {
421
+ title: string;
422
+ description: string;
423
+ };
424
+ purchase: {
425
+ title: string;
426
+ description: string;
427
+ };
428
+ thermal: {
429
+ title: string;
430
+ description: string;
431
+ };
432
+ };
433
+ status: {
434
+ saving: string;
435
+ saved: string;
436
+ savingFailed: string;
437
+ };
438
+ units: {
439
+ title: string;
440
+ dimensions: {
441
+ title: string;
442
+ standard: string;
443
+ metric: string;
444
+ };
445
+ weight: {
446
+ title: string;
447
+ standard: string;
448
+ g: string;
449
+ kg: string;
450
+ };
451
+ };
452
+ };
408
453
  "list-shipments": {
409
454
  title: string;
410
455
  headers: {
@@ -435,18 +480,31 @@ export declare const Element: ({ resources, ...props }: object & {
435
480
  };
436
481
  };
437
482
  };
438
- "list-carriers": {
439
- title: string;
440
- headers: {
441
- accountCarriers: string;
442
- carriers: string;
443
- settings: string;
444
- };
483
+ "connect-carrier": {
445
484
  actions: {
446
- status: {
447
- connected: string;
448
- notConnected: string;
449
- };
485
+ cancel: string;
486
+ carrierSettings: string;
487
+ connectCarriers: string;
488
+ disconnect: string;
489
+ disconnectCarrier: string;
490
+ };
491
+ noCarriersDescription: string;
492
+ registrationForm: {
493
+ error: string;
494
+ title: string;
495
+ betaWarning: string;
496
+ };
497
+ search: string;
498
+ settingsModal: {
499
+ closeDialog: string;
500
+ header: string;
501
+ };
502
+ status: {
503
+ connected: string;
504
+ };
505
+ disconnectDropdown: {
506
+ toastTitle: string;
507
+ toastBody: string;
450
508
  };
451
509
  };
452
510
  common: {
@@ -633,6 +691,7 @@ export declare const Element: ({ resources, ...props }: object & {
633
691
  accountSettings: string;
634
692
  carrier: string;
635
693
  carriers: string;
694
+ carrierServices: string;
636
695
  connectCarrierForm: string;
637
696
  connectingCarriers: string;
638
697
  creatingFundingSource: string;
@@ -735,33 +794,6 @@ export declare const Element: ({ resources, ...props }: object & {
735
794
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
736
795
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
737
796
  };
738
- "connect-carrier": {
739
- actions: {
740
- cancel: string;
741
- carrierSettings: string;
742
- connectCarriers: string;
743
- disconnect: string;
744
- disconnectCarrier: string;
745
- };
746
- noCarriersDescription: string;
747
- registrationForm: {
748
- error: string;
749
- title: string;
750
- betaWarning: string;
751
- };
752
- search: string;
753
- settingsModal: {
754
- closeDialog: string;
755
- header: string;
756
- };
757
- status: {
758
- connected: string;
759
- };
760
- disconnectDropdown: {
761
- toastTitle: string;
762
- toastBody: string;
763
- };
764
- };
765
797
  "account-settings": {
766
798
  messages: {
767
799
  noFundingSources: string;
@@ -777,6 +809,7 @@ export declare const Element: ({ resources, ...props }: object & {
777
809
  externalCarriers: string;
778
810
  labelLayout: string;
779
811
  unitSettings: string;
812
+ vatSettings: string;
780
813
  };
781
814
  };
782
815
  };
@@ -1,26 +1,8 @@
1
1
  /// <reference types="react" />
2
- import { AddressPreference } from "../../components/templates/address-preference-display";
3
- /**
4
- * # Manage Warehouses Props
5
- *
6
- * - These are the base props that will be passed into the `<ManageWarehouses />` component.
7
- *
8
- * @see {@link ManageWarehouses.Component | The `<ManageWarehouses />` component}
9
- */
10
- export type ComponentProps = {
11
- /**
12
- * `onWarehouseAddressValidation` is an optional callback function that will be invoked when a
13
- * warehouse address is validated.
14
- */
15
- onWarehouseAddressValidation?: (originAddressPreference: AddressPreference, returnAddressPreference?: AddressPreference) => Promise<void> | void;
16
- };
17
2
  /**
18
3
  * # Manage Warehouses Component
19
4
  *
20
5
  * - The `<ManageWarehouses />` component is used to manage warehouses on a user's ShipEngine account. Users can add, update, or make warehouses inactive.
21
- * `<AccountSettings />` Element.
22
- *
23
- * @param ComponentProps The base props that will be passed into the `<ManageWarehouses />` component.
24
6
  *
25
7
  * @returns Element A React element that renders the `<ManageWarehouses />` component allowing users
26
8
  * to manage warehouses on their ShipEngine account.
@@ -34,10 +16,9 @@ export type ComponentProps = {
34
16
  *
35
17
  * <br />
36
18
  *
37
- * @see {@link ManageWarehouses.ComponentProps | The props that are passed into the `<ManageWarehouses />` component}
38
19
  */
39
- export declare const Component: ({ onWarehouseAddressValidation: _ARE_WE_ACTUALLY_GOING_TO_USE_THIS, }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
40
- export declare const Element: ({ resources, ...props }: ComponentProps & {
20
+ export declare const Component: () => import("@emotion/react/jsx-runtime").JSX.Element;
21
+ export declare const Element: ({ resources, ...props }: object & {
41
22
  resources?: {
42
23
  en: {
43
24
  "wallet-history": {
@@ -73,6 +54,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
73
54
  resultMessages: {
74
55
  approved: string;
75
56
  rejected: string;
57
+ dpdwallet: string;
76
58
  };
77
59
  refund_process: string;
78
60
  refund_rules: string;
@@ -114,11 +96,44 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
114
96
  };
115
97
  noLabels: string;
116
98
  };
99
+ "vat-settings": {
100
+ addNew: string;
101
+ vatNumber: string;
102
+ vatRegistrationTooltip: string;
103
+ vatFormText: string;
104
+ vatFormRegisterLater: string;
105
+ vatNumberInputHint: string;
106
+ vatNumberInputPlaceholder: string;
107
+ verifiedVat: string;
108
+ vatFormErrors: {
109
+ invalidFieldValue: string;
110
+ verificationFailure: string;
111
+ forbidden: string;
112
+ connectionNotSupported: string;
113
+ genericTitle: string;
114
+ genericText: string;
115
+ };
116
+ };
117
+ "shipengine-carriers": {
118
+ title: string;
119
+ headers: {
120
+ accountCarriers: string;
121
+ carriers: string;
122
+ settings: string;
123
+ };
124
+ actions: {
125
+ status: {
126
+ connected: string;
127
+ notConnected: string;
128
+ };
129
+ };
130
+ };
117
131
  "register-wallet": {
118
132
  sections: {
119
133
  setup: {
120
134
  title: string;
121
135
  subtitle: string;
136
+ hiddenTermsSubtitle: string;
122
137
  descriptionTitle: string;
123
138
  description: string;
124
139
  };
@@ -128,6 +143,9 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
128
143
  addressSubTitle: string;
129
144
  info: string;
130
145
  };
146
+ vatSettings: {
147
+ title: string;
148
+ };
131
149
  carriers: {
132
150
  title: string;
133
151
  subtitle: string;
@@ -135,28 +153,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
135
153
  notifications: {
136
154
  error: {
137
155
  title: string;
138
- }; /**
139
- * # Manage Warehouses Component
140
- *
141
- * - The `<ManageWarehouses />` component is used to manage warehouses on a user's ShipEngine account. Users can add, update, or make warehouses inactive.
142
- * `<AccountSettings />` Element.
143
- *
144
- * @param ComponentProps The base props that will be passed into the `<ManageWarehouses />` component.
145
- *
146
- * @returns Element A React element that renders the `<ManageWarehouses />` component allowing users
147
- * to manage warehouses on their ShipEngine account.
148
- *
149
- * @example
150
- * ```tsx
151
- * export const ManageWarehousesExample = () => {
152
- * return <ManageWarehouses.Component />;
153
- * };
154
- * ```
155
- *
156
- * <br />
157
- *
158
- * @see {@link ManageWarehouses.ComponentProps | The props that are passed into the `<ManageWarehouses />` component}
159
- */
156
+ };
160
157
  info: {
161
158
  title: string;
162
159
  description: string;
@@ -269,11 +266,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
269
266
  needToAcknowledge: string;
270
267
  };
271
268
  rates: {
269
+ requestedShippingNotification: string;
272
270
  uspsMediaMailAcknowledgement: string;
273
271
  uspsFirstClassMailAcknowledgement_leof: string;
274
272
  rateSavings: string;
275
273
  upsGroundSaverTermsAcknowledgement: string;
276
274
  dhlExpressTermsAcknowledgement: string;
275
+ noRateService: string;
277
276
  };
278
277
  requirements: {
279
278
  noWarehouse: string;
@@ -340,6 +339,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
340
339
  action: string;
341
340
  };
342
341
  termsAndAgreementLinkText: {
342
+ shipEngineToS: string;
343
+ auctanePrivacyPolicy: string;
343
344
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
344
345
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
345
346
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -351,6 +352,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
351
352
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
352
353
  "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
353
354
  aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
355
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
356
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
354
357
  };
355
358
  termsAndAgreementTitles: {
356
359
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
@@ -358,42 +361,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
358
361
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
359
362
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
360
363
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
361
- };
362
- };
363
- "manage-defaults": {
364
- label: {
365
- title: string;
366
- letter: {
367
- title: string;
368
- description: string;
369
- };
370
- purchase: {
371
- title: string;
372
- description: string;
373
- };
374
- thermal: {
375
- title: string;
376
- description: string;
377
- };
378
- };
379
- status: {
380
- saving: string;
381
- saved: string;
382
- savingFailed: string;
383
- };
384
- units: {
385
- title: string;
386
- dimensions: {
387
- title: string;
388
- standard: string;
389
- metric: string;
390
- };
391
- weight: {
392
- title: string;
393
- standard: string;
394
- g: string;
395
- kg: string;
396
- };
364
+ "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
365
+ UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
397
366
  };
398
367
  };
399
368
  "manage-warehouses": {
@@ -463,6 +432,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
463
432
  currentBalance: string;
464
433
  maximumBalanceAmount: string;
465
434
  };
435
+ "manage-defaults": {
436
+ label: {
437
+ title: string;
438
+ letter: {
439
+ title: string;
440
+ description: string;
441
+ };
442
+ purchase: {
443
+ title: string;
444
+ description: string;
445
+ };
446
+ thermal: {
447
+ title: string;
448
+ description: string;
449
+ };
450
+ };
451
+ status: {
452
+ saving: string;
453
+ saved: string;
454
+ savingFailed: string;
455
+ };
456
+ units: {
457
+ title: string;
458
+ dimensions: {
459
+ title: string;
460
+ standard: string;
461
+ metric: string;
462
+ };
463
+ weight: {
464
+ title: string;
465
+ standard: string;
466
+ g: string;
467
+ kg: string;
468
+ };
469
+ };
470
+ };
466
471
  "list-shipments": {
467
472
  title: string;
468
473
  headers: {
@@ -493,18 +498,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
493
498
  };
494
499
  };
495
500
  };
496
- "list-carriers": {
497
- title: string;
498
- headers: {
499
- accountCarriers: string;
500
- carriers: string;
501
- settings: string;
502
- };
501
+ "connect-carrier": {
503
502
  actions: {
504
- status: {
505
- connected: string;
506
- notConnected: string;
507
- };
503
+ cancel: string;
504
+ carrierSettings: string;
505
+ connectCarriers: string;
506
+ disconnect: string;
507
+ disconnectCarrier: string;
508
+ };
509
+ noCarriersDescription: string;
510
+ registrationForm: {
511
+ error: string;
512
+ title: string;
513
+ betaWarning: string;
514
+ };
515
+ search: string;
516
+ settingsModal: {
517
+ closeDialog: string;
518
+ header: string;
519
+ };
520
+ status: {
521
+ connected: string;
522
+ };
523
+ disconnectDropdown: {
524
+ toastTitle: string;
525
+ toastBody: string;
508
526
  };
509
527
  };
510
528
  common: {
@@ -691,6 +709,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
691
709
  accountSettings: string;
692
710
  carrier: string;
693
711
  carriers: string;
712
+ carrierServices: string;
694
713
  connectCarrierForm: string;
695
714
  connectingCarriers: string;
696
715
  creatingFundingSource: string;
@@ -793,33 +812,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
793
812
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
794
813
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
795
814
  };
796
- "connect-carrier": {
797
- actions: {
798
- cancel: string;
799
- carrierSettings: string;
800
- connectCarriers: string;
801
- disconnect: string;
802
- disconnectCarrier: string;
803
- };
804
- noCarriersDescription: string;
805
- registrationForm: {
806
- error: string;
807
- title: string;
808
- betaWarning: string;
809
- };
810
- search: string;
811
- settingsModal: {
812
- closeDialog: string;
813
- header: string;
814
- };
815
- status: {
816
- connected: string;
817
- };
818
- disconnectDropdown: {
819
- toastTitle: string;
820
- toastBody: string;
821
- };
822
- };
823
815
  "account-settings": {
824
816
  messages: {
825
817
  noFundingSources: string;
@@ -835,6 +827,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
835
827
  externalCarriers: string;
836
828
  labelLayout: string;
837
829
  unitSettings: string;
830
+ vatSettings: string;
838
831
  };
839
832
  };
840
833
  };