@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
@@ -125,6 +125,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
125
125
  resultMessages: {
126
126
  approved: string;
127
127
  rejected: string;
128
+ dpdwallet: string;
128
129
  };
129
130
  refund_process: string;
130
131
  refund_rules: string;
@@ -162,33 +163,68 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
162
163
  highVolumeForms: string;
163
164
  multipleShippingServices: string;
164
165
  sections: {
165
- labels: string;
166
+ labels: string; /**
167
+ * `onClickVoidLabel` is a callback function that will be invoked when the user clicks the
168
+ * `Void Label` button.
169
+ */
166
170
  };
167
171
  noLabels: string;
168
172
  };
173
+ "vat-settings": {
174
+ addNew: string;
175
+ vatNumber: string;
176
+ vatRegistrationTooltip: string;
177
+ vatFormText: string;
178
+ vatFormRegisterLater: string;
179
+ vatNumberInputHint: string;
180
+ vatNumberInputPlaceholder: string;
181
+ verifiedVat: string;
182
+ vatFormErrors: {
183
+ invalidFieldValue: string;
184
+ verificationFailure: string;
185
+ forbidden: string;
186
+ connectionNotSupported: string;
187
+ genericTitle: string;
188
+ genericText: string;
189
+ };
190
+ };
191
+ "shipengine-carriers": {
192
+ title: string;
193
+ headers: {
194
+ accountCarriers: string;
195
+ carriers: string;
196
+ settings: string;
197
+ };
198
+ actions: {
199
+ status: {
200
+ connected: string;
201
+ notConnected: string;
202
+ };
203
+ };
204
+ };
169
205
  "register-wallet": {
170
206
  sections: {
171
207
  setup: {
172
208
  title: string;
173
209
  subtitle: string;
210
+ hiddenTermsSubtitle: string;
174
211
  descriptionTitle: string;
175
212
  description: string;
176
213
  };
177
214
  billing: {
178
- title: string; /**
179
- * # View Shipment Component Props
180
- *
181
- * - These are the base props that will be passed into the `<ViewShipment />` component.
182
- *
183
- * @see {@link ViewShipment.Component | This prop types usage in the `<ViewShipment />` component}
184
- */
215
+ title: string;
185
216
  cardSubTitle: string;
186
217
  addressSubTitle: string;
187
218
  info: string;
188
219
  };
220
+ vatSettings: {
221
+ title: string;
222
+ };
189
223
  carriers: {
190
- title: string; /**
191
- * `features` is a set of feature flags you would like to enable or disable in this component.
224
+ title: string;
225
+ /**
226
+ * `onClickPrintLabel` is a callback function that will be invoked when the user clicks the
227
+ * `Print Label` button.
192
228
  */
193
229
  subtitle: string;
194
230
  };
@@ -310,11 +346,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
310
346
  needToAcknowledge: string;
311
347
  };
312
348
  rates: {
349
+ requestedShippingNotification: string;
313
350
  uspsMediaMailAcknowledgement: string;
314
351
  uspsFirstClassMailAcknowledgement_leof: string;
315
352
  rateSavings: string;
316
353
  upsGroundSaverTermsAcknowledgement: string;
317
354
  dhlExpressTermsAcknowledgement: string;
355
+ noRateService: string;
318
356
  };
319
357
  requirements: {
320
358
  noWarehouse: string;
@@ -381,6 +419,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
381
419
  action: string;
382
420
  };
383
421
  termsAndAgreementLinkText: {
422
+ shipEngineToS: string;
423
+ auctanePrivacyPolicy: string;
384
424
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
385
425
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
386
426
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -392,6 +432,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
392
432
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
393
433
  "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
394
434
  aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
435
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
436
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
395
437
  };
396
438
  termsAndAgreementTitles: {
397
439
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
@@ -399,45 +441,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
399
441
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
400
442
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
401
443
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
402
- };
403
- };
404
- "manage-defaults": {
405
- label: {
406
- title: string;
407
- letter: {
408
- title: string;
409
- description: string;
410
- };
411
- purchase: {
412
- title: string;
413
- description: string;
414
- };
415
- thermal: {
416
- title: string;
417
- description: string;
418
- };
419
- };
420
- status: {
421
- saving: string;
422
- saved: string;
423
- savingFailed: string;
424
- };
425
- units: {
426
- title: string;
427
- /**
428
- * `features` is a set of feature flags you would like to enable or disable in this component.
429
- */
430
- dimensions: {
431
- title: string;
432
- standard: string;
433
- metric: string;
434
- };
435
- weight: {
436
- title: string;
437
- standard: string;
438
- g: string;
439
- kg: string;
440
- };
444
+ "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
445
+ UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
441
446
  };
442
447
  };
443
448
  "manage-warehouses": {
@@ -510,6 +515,45 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
510
515
  currentBalance: string;
511
516
  maximumBalanceAmount: string;
512
517
  };
518
+ "manage-defaults": {
519
+ label: {
520
+ title: string;
521
+ letter: {
522
+ title: string;
523
+ description: string;
524
+ };
525
+ purchase: {
526
+ title: string;
527
+ description: string;
528
+ };
529
+ thermal: {
530
+ title: string;
531
+ description: string;
532
+ };
533
+ };
534
+ status: {
535
+ saving: string;
536
+ saved: string;
537
+ savingFailed: string;
538
+ };
539
+ units: {
540
+ title: string;
541
+ /**
542
+ * `features` is a set of feature flags you would like to enable or disable in this component.
543
+ */
544
+ dimensions: {
545
+ title: string;
546
+ standard: string;
547
+ metric: string;
548
+ };
549
+ weight: {
550
+ title: string;
551
+ standard: string;
552
+ g: string;
553
+ kg: string;
554
+ };
555
+ };
556
+ };
513
557
  "list-shipments": {
514
558
  title: string;
515
559
  headers: {
@@ -540,18 +584,33 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
540
584
  };
541
585
  };
542
586
  };
543
- "list-carriers": {
544
- title: string;
545
- headers: {
546
- accountCarriers: string;
547
- carriers: string;
548
- settings: string;
549
- };
587
+ "connect-carrier": {
550
588
  actions: {
551
- status: {
552
- connected: string;
553
- notConnected: string;
554
- };
589
+ cancel: string;
590
+ carrierSettings: string;
591
+ connectCarriers: string;
592
+ disconnect: string;
593
+ disconnectCarrier: string;
594
+ };
595
+ noCarriersDescription: string;
596
+ registrationForm: {
597
+ error: string;
598
+ title: string;
599
+ betaWarning: string; /**
600
+ * `features` is a set of feature flags you would like to enable or disable in this component.
601
+ */
602
+ };
603
+ search: string;
604
+ settingsModal: {
605
+ closeDialog: string;
606
+ header: string;
607
+ };
608
+ status: {
609
+ connected: string;
610
+ };
611
+ disconnectDropdown: {
612
+ toastTitle: string;
613
+ toastBody: string;
555
614
  };
556
615
  };
557
616
  common: {
@@ -741,6 +800,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
741
800
  accountSettings: string;
742
801
  carrier: string;
743
802
  carriers: string;
803
+ carrierServices: string;
744
804
  connectCarrierForm: string;
745
805
  connectingCarriers: string;
746
806
  creatingFundingSource: string;
@@ -843,35 +903,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
843
903
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
844
904
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
845
905
  };
846
- "connect-carrier": {
847
- actions: {
848
- cancel: string;
849
- carrierSettings: string;
850
- connectCarriers: string;
851
- disconnect: string;
852
- disconnectCarrier: string;
853
- };
854
- noCarriersDescription: string;
855
- registrationForm: {
856
- error: string;
857
- title: string;
858
- betaWarning: string; /**
859
- * `features` is a set of feature flags you would like to enable or disable in this component.
860
- */
861
- };
862
- search: string;
863
- settingsModal: {
864
- closeDialog: string;
865
- header: string;
866
- };
867
- status: {
868
- connected: string;
869
- };
870
- disconnectDropdown: {
871
- toastTitle: string;
872
- toastBody: string;
873
- };
874
- };
875
906
  "account-settings": {
876
907
  messages: {
877
908
  noFundingSources: string;
@@ -887,6 +918,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
887
918
  externalCarriers: string;
888
919
  labelLayout: string;
889
920
  unitSettings: string;
921
+ vatSettings: string;
890
922
  };
891
923
  };
892
924
  };
@@ -1,6 +1,7 @@
1
- import { SE } from "@shipengine/alchemy";
1
+ import type { SE } from "@shipengine/alchemy";
2
2
  type MessageProps = {
3
+ carrier?: SE.Carrier["carrierCode"];
3
4
  voidRequest?: SE.VoidRequest;
4
5
  };
5
- export declare const Message: ({ voidRequest }: MessageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
+ export declare const Message: ({ voidRequest, carrier }: MessageProps) => import("@emotion/react/jsx-runtime").JSX.Element;
6
7
  export {};
@@ -131,9 +131,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
131
131
  resultMessages: {
132
132
  approved: string;
133
133
  rejected: string;
134
+ dpdwallet: string;
134
135
  };
135
136
  refund_process: string;
136
- refund_rules: string;
137
+ refund_rules: string; /**
138
+ * `onComplete` is a callback function that will be invoked when the request to void a given
139
+ * shipping label is completed.
140
+ */
137
141
  resultTitles: {
138
142
  approved: string;
139
143
  rejected: string;
@@ -172,30 +176,82 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
172
176
  };
173
177
  noLabels: string;
174
178
  };
179
+ "vat-settings": {
180
+ addNew: string;
181
+ vatNumber: string;
182
+ vatRegistrationTooltip: string;
183
+ vatFormText: string; /**
184
+ * # Void Label Component Props
185
+ *
186
+ * - These are the base props that will be passed into the `<VoidLabel />` component.
187
+ *
188
+ * @see {@link VoidLabel.Component | This prop types usage in the `<VoidLabel />` component}
189
+ */
190
+ vatFormRegisterLater: string;
191
+ vatNumberInputHint: string;
192
+ vatNumberInputPlaceholder: string;
193
+ verifiedVat: string;
194
+ vatFormErrors: {
195
+ invalidFieldValue: string;
196
+ verificationFailure: string;
197
+ forbidden: string;
198
+ connectionNotSupported: string;
199
+ genericTitle: string;
200
+ genericText: string;
201
+ };
202
+ };
203
+ "shipengine-carriers": {
204
+ title: string;
205
+ headers: {
206
+ accountCarriers: string;
207
+ carriers: string;
208
+ settings: string;
209
+ };
210
+ actions: {
211
+ status: {
212
+ connected: string;
213
+ notConnected: string;
214
+ };
215
+ };
216
+ };
175
217
  "register-wallet": {
176
218
  sections: {
177
219
  setup: {
178
220
  title: string;
179
221
  subtitle: string;
222
+ hiddenTermsSubtitle: string;
180
223
  descriptionTitle: string;
181
224
  description: string;
182
- };
225
+ }; /**
226
+ * # Void Label Component Props
227
+ *
228
+ * - These are the base props that will be passed into the `<VoidLabel />` component.
229
+ *
230
+ * @see {@link VoidLabel.Component | This prop types usage in the `<VoidLabel />` component}
231
+ */
183
232
  billing: {
184
233
  title: string;
185
234
  cardSubTitle: string;
186
235
  addressSubTitle: string;
187
236
  info: string;
188
237
  };
238
+ vatSettings: {
239
+ title: string;
240
+ };
189
241
  carriers: {
190
242
  title: string;
191
243
  subtitle: string;
192
244
  };
245
+ /**
246
+ * `labelId` is the unique identifier for the label you wish to void.
247
+ */
193
248
  notifications: {
194
249
  error: {
195
- title: string;
196
- }; /**
197
- * `labelId` is the unique identifier for the label you wish to void.
198
- */
250
+ title: string; /**
251
+ * `onComplete` is a callback function that will be invoked when the request to void a given
252
+ * shipping label is completed.
253
+ */
254
+ };
199
255
  info: {
200
256
  title: string;
201
257
  description: string;
@@ -308,11 +364,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
308
364
  needToAcknowledge: string;
309
365
  };
310
366
  rates: {
367
+ requestedShippingNotification: string;
311
368
  uspsMediaMailAcknowledgement: string;
312
369
  uspsFirstClassMailAcknowledgement_leof: string;
313
370
  rateSavings: string;
314
371
  upsGroundSaverTermsAcknowledgement: string;
315
372
  dhlExpressTermsAcknowledgement: string;
373
+ noRateService: string;
316
374
  };
317
375
  requirements: {
318
376
  noWarehouse: string;
@@ -370,10 +428,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
370
428
  };
371
429
  warehouse: {
372
430
  title: string;
373
- subtitle: string; /**
374
- * `onComplete` is a callback function that will be invoked when the request to void a given
375
- * shipping label is completed.
376
- */
431
+ subtitle: string;
377
432
  inlineMessage: string;
378
433
  };
379
434
  success: {
@@ -382,6 +437,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
382
437
  action: string;
383
438
  };
384
439
  termsAndAgreementLinkText: {
440
+ shipEngineToS: string;
441
+ auctanePrivacyPolicy: string;
385
442
  aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
386
443
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
387
444
  "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
@@ -393,6 +450,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
393
450
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
394
451
  "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
395
452
  aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
453
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
454
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
396
455
  };
397
456
  termsAndAgreementTitles: {
398
457
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
@@ -400,42 +459,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
400
459
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
401
460
  RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
402
461
  "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
403
- };
404
- };
405
- "manage-defaults": {
406
- label: {
407
- title: string;
408
- letter: {
409
- title: string;
410
- description: string;
411
- };
412
- purchase: {
413
- title: string;
414
- description: string;
415
- };
416
- thermal: {
417
- title: string;
418
- description: string;
419
- };
420
- };
421
- status: {
422
- saving: string;
423
- saved: string;
424
- savingFailed: string;
425
- };
426
- units: {
427
- title: string;
428
- dimensions: {
429
- title: string;
430
- standard: string;
431
- metric: string;
432
- };
433
- weight: {
434
- title: string;
435
- standard: string;
436
- g: string;
437
- kg: string;
438
- };
462
+ "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
463
+ UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
439
464
  };
440
465
  };
441
466
  "manage-warehouses": {
@@ -488,12 +513,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
488
513
  other: string;
489
514
  };
490
515
  fundAndPurchase: {
491
- /**
492
- * `onViewShipment` is a callback function that will be invoked when the user clicks the
493
- * `View Shipment` button. This will take you back to the
494
- * {@link ViewShipment.Element | `View Shipment Element`} for the given shipment, where you
495
- * will be able to see the voided label listed.
496
- */
497
516
  finalBalance: string;
498
517
  insufficientFunds: string;
499
518
  insufficientFundsTitle: string;
@@ -511,6 +530,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
511
530
  currentBalance: string;
512
531
  maximumBalanceAmount: string;
513
532
  };
533
+ "manage-defaults": {
534
+ label: {
535
+ title: string;
536
+ letter: {
537
+ title: string;
538
+ description: string;
539
+ };
540
+ purchase: {
541
+ title: string;
542
+ description: string;
543
+ };
544
+ thermal: {
545
+ title: string;
546
+ description: string;
547
+ };
548
+ };
549
+ status: {
550
+ saving: string;
551
+ saved: string;
552
+ savingFailed: string;
553
+ };
554
+ units: {
555
+ title: string;
556
+ dimensions: {
557
+ title: string;
558
+ standard: string;
559
+ metric: string;
560
+ };
561
+ weight: {
562
+ title: string;
563
+ standard: string;
564
+ g: string;
565
+ kg: string;
566
+ };
567
+ };
568
+ };
514
569
  "list-shipments": {
515
570
  title: string;
516
571
  headers: {
@@ -541,18 +596,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
541
596
  };
542
597
  };
543
598
  };
544
- "list-carriers": {
545
- title: string;
546
- headers: {
547
- accountCarriers: string;
548
- carriers: string;
549
- settings: string;
550
- };
599
+ "connect-carrier": {
551
600
  actions: {
552
- status: {
553
- connected: string;
554
- notConnected: string;
555
- };
601
+ cancel: string;
602
+ carrierSettings: string;
603
+ connectCarriers: string;
604
+ disconnect: string;
605
+ disconnectCarrier: string;
606
+ };
607
+ noCarriersDescription: string;
608
+ registrationForm: {
609
+ error: string;
610
+ title: string;
611
+ betaWarning: string;
612
+ };
613
+ search: string;
614
+ settingsModal: {
615
+ closeDialog: string;
616
+ header: string;
617
+ };
618
+ status: {
619
+ connected: string;
620
+ };
621
+ disconnectDropdown: {
622
+ toastTitle: string;
623
+ toastBody: string;
556
624
  };
557
625
  };
558
626
  common: {
@@ -739,6 +807,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
739
807
  accountSettings: string;
740
808
  carrier: string;
741
809
  carriers: string;
810
+ carrierServices: string;
742
811
  connectCarrierForm: string;
743
812
  connectingCarriers: string;
744
813
  creatingFundingSource: string;
@@ -841,33 +910,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
841
910
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
842
911
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
843
912
  };
844
- "connect-carrier": {
845
- actions: {
846
- cancel: string;
847
- carrierSettings: string;
848
- connectCarriers: string;
849
- disconnect: string;
850
- disconnectCarrier: string;
851
- };
852
- noCarriersDescription: string;
853
- registrationForm: {
854
- error: string;
855
- title: string;
856
- betaWarning: string;
857
- };
858
- search: string;
859
- settingsModal: {
860
- closeDialog: string;
861
- header: string;
862
- };
863
- status: {
864
- connected: string;
865
- };
866
- disconnectDropdown: {
867
- toastTitle: string;
868
- toastBody: string;
869
- };
870
- };
871
913
  "account-settings": {
872
914
  messages: {
873
915
  noFundingSources: string;
@@ -882,9 +924,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
882
924
  carriers: string;
883
925
  externalCarriers: string;
884
926
  labelLayout: string;
885
- unitSettings: string; /**
886
- * `features` is a set of feature flags you would like to enable or disable in this component.
887
- */
927
+ unitSettings: string;
928
+ vatSettings: string;
888
929
  };
889
930
  };
890
931
  };