@shipengine/elements 1.3.1 → 1.4.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 (93) hide show
  1. package/index.cjs +9769 -5948
  2. package/index.js +9765 -5954
  3. package/package.json +5 -4
  4. package/src/components/carrier-connection-card/carrier-connection-card.d.ts +11 -0
  5. package/src/components/carrier-connection-card/carrier-connection-card.styles.d.ts +35 -0
  6. package/src/components/carrier-connection-card/index.d.ts +1 -0
  7. package/src/components/field/create-field-controller.d.ts +1 -1
  8. package/src/components/field/input-group/input-group.d.ts +9 -0
  9. package/src/components/field/input-group/input-group.styles.d.ts +24 -0
  10. package/src/components/field/rate-card/rate-card.d.ts +4 -1
  11. package/src/components/field/rate-card/rate-card.styles.d.ts +1 -0
  12. package/src/components/field/rate-select/rate-select.d.ts +3 -0
  13. package/src/components/field-label/field-label.d.ts +2 -1
  14. package/src/components/field-label/field-label.styles.d.ts +9 -0
  15. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +2 -1
  16. package/src/components/index.d.ts +3 -0
  17. package/src/components/modal/index.d.ts +2 -0
  18. package/src/components/modal/modal-container.d.ts +15 -0
  19. package/src/components/modal/modal.d.ts +9 -0
  20. package/src/components/modal/modal.styles.d.ts +17 -0
  21. package/src/components/pager/pager.styles.d.ts +1 -0
  22. package/src/components/section/section.d.ts +2 -1
  23. package/src/components/section/section.styles.d.ts +13 -13
  24. package/src/components/service-point-display/index.d.ts +1 -0
  25. package/src/components/service-point-display/service-point-display.d.ts +10 -0
  26. package/src/components/service-point-display/service-point-display.styles.d.ts +43 -0
  27. package/src/components/service-points/index.d.ts +1 -0
  28. package/src/components/service-points/service-points.d.ts +8 -0
  29. package/src/components/service-points/service-points.styles.d.ts +44 -0
  30. package/src/components/skeleton/index.d.ts +1 -0
  31. package/src/components/skeleton/skeleton-carrier-row.d.ts +1 -0
  32. package/src/components/skeleton/skeleton-carrier-row.styles.d.ts +17 -0
  33. package/src/components/suspend/index.d.ts +1 -0
  34. package/src/components/suspend/suspend-text.d.ts +5 -0
  35. package/src/components/tabs/tabs.d.ts +2 -1
  36. package/src/components/tabs/tabs.styles.d.ts +3 -3
  37. package/src/components/templates/account-settings/account-settings.d.ts +5 -1
  38. package/src/components/templates/add-carrier-form/add-carrier-form-schema.d.ts +12 -3
  39. package/src/components/templates/address-form/address-form-schema.d.ts +24 -0
  40. package/src/components/templates/address-form/address-schema.d.ts +3 -0
  41. package/src/components/templates/available-carriers-list/available-carriers-list.d.ts +10 -0
  42. package/src/components/templates/available-carriers-list/available-carriers-list.styles.d.ts +6 -0
  43. package/src/components/templates/available-carriers-list/index.d.ts +1 -0
  44. package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +4 -2
  45. package/src/components/templates/connect-carrier-form/connect-carrier-form.styles.d.ts +0 -1
  46. package/src/components/templates/connected-carrier-list/connected-carrier-list.d.ts +8 -0
  47. package/src/components/templates/connected-carrier-list/connected-carrier-list.styles.d.ts +35 -0
  48. package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.d.ts +8 -0
  49. package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.styles.d.ts +36 -0
  50. package/src/components/templates/connected-carrier-list/connected-carrier-row/index.d.ts +1 -0
  51. package/src/components/templates/connected-carrier-list/index.d.ts +1 -0
  52. package/src/components/templates/index.d.ts +1 -1
  53. package/src/components/templates/list-carriers/list-carriers.d.ts +1 -1
  54. package/src/components/templates/list-carriers/list-carriers.styles.d.ts +0 -15
  55. package/src/components/templates/product-form/product-form.d.ts +4 -1
  56. package/src/components/templates/product-form/product-form.styles.d.ts +9 -0
  57. package/src/components/templates/products-display/products-display.d.ts +2 -1
  58. package/src/components/templates/pudo-rate-tabs/index.d.ts +2 -0
  59. package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +22 -0
  60. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +1 -0
  61. package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +6 -0
  62. package/src/components/templates/rate-form/rate-form.d.ts +1 -1
  63. package/src/components/templates/shipment-form/shipment-form.d.ts +2 -1
  64. package/src/components/templates/shipment-form/shipment-schema.d.ts +377 -149
  65. package/src/components/templates/wallet-form/wallet-schema.d.ts +36 -26
  66. package/src/components/templates/warehouse-form/warehouse-form-schema.d.ts +75 -37
  67. package/src/components/templates/warehouse-form/warehouse-form.d.ts +2 -1
  68. package/src/elements/account-settings/account-settings.d.ts +106 -33
  69. package/src/elements/configure-shipment/configure-shipment.d.ts +1 -0
  70. package/src/elements/configure-shipment/hooks/use-rates-form.d.ts +1 -1
  71. package/src/elements/configure-shipment/hooks/use-shipment-form.d.ts +1 -0
  72. package/src/elements/connect-carrier/connect-carrier.d.ts +141 -3
  73. package/src/elements/external-carriers/external-carriers.d.ts +34 -0
  74. package/src/elements/external-carriers/index.d.ts +1 -0
  75. package/src/elements/index.d.ts +1 -0
  76. package/src/elements/labels-grid/labels-grid.d.ts +82 -1
  77. package/src/elements/purchase-label/purchase-label.d.ts +90 -2
  78. package/src/elements/shipments-grid/shipments-grid.d.ts +82 -1
  79. package/src/elements/theme-creator/theme-creator.d.ts +82 -1
  80. package/src/elements/view-shipment/view-shipment.d.ts +82 -1
  81. package/src/elements/void-label/void-label.d.ts +85 -2
  82. package/src/factories/shipengine/service-point.d.ts +3 -0
  83. package/src/hooks/options/index.d.ts +1 -0
  84. package/src/hooks/options/use-rate-options.d.ts +12 -1
  85. package/src/hooks/options/use-service-points.d.ts +8 -0
  86. package/src/hooks/use-nested-form.d.ts +5 -1
  87. package/src/locales/en/index.d.ts +82 -1
  88. package/src/utilities/feature-flags.d.ts +11 -1
  89. package/src/utilities/rates.d.ts +3 -1
  90. package/src/utilities/shipengine/address.d.ts +9 -0
  91. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form-schema.d.ts +20 -0
  92. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +1 -0
  93. package/src/workflows/onboarding/onboarding.d.ts +89 -2
@@ -224,6 +224,24 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
224
224
  noCarrier: string;
225
225
  noWarehouseOrCarrier: string;
226
226
  };
227
+ servicePoints: {
228
+ searchLabel: string;
229
+ noRatesForType: string;
230
+ dropOff: string;
231
+ pickUp: string;
232
+ closed: string;
233
+ hideLocations: string;
234
+ moreLocations: string;
235
+ nearestLocation: string;
236
+ open: string;
237
+ nextOpeningDay: string;
238
+ until: string;
239
+ selected: string;
240
+ selectLocation: string;
241
+ viewMap: string;
242
+ otherLocations: string;
243
+ noServicePointsFound: string;
244
+ };
227
245
  shipToAddressFormFields: string;
228
246
  sections: {
229
247
  customsForm: string;
@@ -274,11 +292,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
274
292
  "aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
275
293
  "aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
276
294
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
295
+ "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
277
296
  };
278
297
  termsAndAgreementTitles: {
279
298
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
280
299
  "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
281
300
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
301
+ RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
282
302
  };
283
303
  };
284
304
  "manage-defaults": {
@@ -378,9 +398,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
378
398
  balanceUnknown: string;
379
399
  unableToFindBalance: string;
380
400
  };
401
+ byoc: {
402
+ invoiceNotification: string;
403
+ };
381
404
  currentBalance: string;
382
405
  maximumBalanceAmount: string;
383
406
  };
407
+ "list-shipments": {
408
+ title: string;
409
+ headers: {
410
+ created: string;
411
+ download: string;
412
+ shipmentId: string;
413
+ shipDate: string;
414
+ shipTo: string;
415
+ };
416
+ actions: {
417
+ download: {
418
+ pdf: string;
419
+ };
420
+ };
421
+ };
422
+ "list-labels": {
423
+ title: string;
424
+ headers: {
425
+ created: string;
426
+ download: string;
427
+ labelId: string;
428
+ service: string;
429
+ shipTo: string;
430
+ };
431
+ actions: {
432
+ download: {
433
+ pdf: string;
434
+ };
435
+ };
436
+ };
384
437
  "list-carriers": {
385
438
  title: string;
386
439
  headers: {
@@ -503,8 +556,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
503
556
  returnedGoods: string;
504
557
  sample: string;
505
558
  };
559
+ currencyChange: string;
506
560
  declarations: string;
507
- each: string;
561
+ descriptionTooltip: {
562
+ message: string;
563
+ example1: string;
564
+ example2: string;
565
+ };
508
566
  fields: {
509
567
  contentsType: string;
510
568
  countryOfOrigin: string;
@@ -536,10 +594,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
536
594
  connectCarrierForm: string;
537
595
  fundingSourceMetadata: string;
538
596
  label: string;
597
+ labels: string;
539
598
  salesOrder: string;
540
599
  shipment: string;
600
+ shipments: string;
541
601
  warehouses: string;
542
602
  };
603
+ emailIsRequired: string;
543
604
  unknown: string;
544
605
  noRatesAvailable: string;
545
606
  };
@@ -577,9 +638,11 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
577
638
  data: string;
578
639
  importingSalesOrder: string;
579
640
  label: string;
641
+ labels: string;
580
642
  onboarding: string;
581
643
  salesOrder: string;
582
644
  shipment: string;
645
+ shipments: string;
583
646
  warehouses: string;
584
647
  };
585
648
  months: {
@@ -615,6 +678,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
615
678
  };
616
679
  invalidAddressName: string;
617
680
  invalidAddressNameStrict: string;
681
+ invalidAddressOnboarding: string;
618
682
  invalidAddressPoBox: string;
619
683
  invalidCreditCardType: string;
620
684
  invalidExpirationDate: string;
@@ -671,10 +735,26 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
671
735
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
672
736
  };
673
737
  "connect-carrier": {
738
+ actions: {
739
+ cancel: string;
740
+ connectCarriers: string;
741
+ disconnect: string;
742
+ disconnectCarrier: string;
743
+ };
744
+ noCarriersDescription: string;
674
745
  registrationForm: {
746
+ error: string;
675
747
  title: string;
676
748
  betaWarning: string;
677
749
  };
750
+ search: string;
751
+ settingsModal: {
752
+ closeDialog: string;
753
+ header: string;
754
+ };
755
+ status: {
756
+ connected: string;
757
+ };
678
758
  };
679
759
  "account-settings": {
680
760
  messages: {
@@ -688,6 +768,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
688
768
  adjustmentHistory: string;
689
769
  warehouses: string;
690
770
  carriers: string;
771
+ externalCarriers: string;
691
772
  labelLayout: string;
692
773
  unitSettings: string;
693
774
  };
@@ -417,6 +417,24 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
417
417
  */
418
418
  noWarehouseOrCarrier: string;
419
419
  };
420
+ servicePoints: {
421
+ searchLabel: string;
422
+ noRatesForType: string;
423
+ dropOff: string;
424
+ pickUp: string;
425
+ closed: string;
426
+ hideLocations: string;
427
+ moreLocations: string;
428
+ nearestLocation: string;
429
+ open: string;
430
+ nextOpeningDay: string;
431
+ until: string;
432
+ selected: string;
433
+ selectLocation: string;
434
+ viewMap: string;
435
+ otherLocations: string;
436
+ noServicePointsFound: string;
437
+ };
420
438
  shipToAddressFormFields: string;
421
439
  sections: {
422
440
  customsForm: string;
@@ -477,11 +495,13 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
477
495
  "aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
478
496
  "aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
479
497
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
498
+ "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
480
499
  };
481
500
  termsAndAgreementTitles: {
482
501
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
483
502
  "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
484
503
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
504
+ RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
485
505
  };
486
506
  };
487
507
  "manage-defaults": {
@@ -589,9 +609,42 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
589
609
  balanceUnknown: string;
590
610
  unableToFindBalance: string;
591
611
  };
612
+ byoc: {
613
+ invoiceNotification: string;
614
+ };
592
615
  currentBalance: string;
593
616
  maximumBalanceAmount: string;
594
617
  };
618
+ "list-shipments": {
619
+ title: string;
620
+ headers: {
621
+ created: string;
622
+ download: string;
623
+ shipmentId: string;
624
+ shipDate: string;
625
+ shipTo: string;
626
+ };
627
+ actions: {
628
+ download: {
629
+ pdf: string;
630
+ };
631
+ };
632
+ };
633
+ "list-labels": {
634
+ title: string;
635
+ headers: {
636
+ created: string;
637
+ download: string;
638
+ labelId: string;
639
+ service: string;
640
+ shipTo: string;
641
+ };
642
+ actions: {
643
+ download: {
644
+ pdf: string;
645
+ };
646
+ };
647
+ };
595
648
  "list-carriers": {
596
649
  title: string;
597
650
  headers: {
@@ -725,8 +778,13 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
725
778
  returnedGoods: string;
726
779
  sample: string;
727
780
  };
781
+ currencyChange: string;
728
782
  declarations: string;
729
- each: string;
783
+ descriptionTooltip: {
784
+ message: string;
785
+ example1: string;
786
+ example2: string;
787
+ };
730
788
  fields: {
731
789
  contentsType: string;
732
790
  countryOfOrigin: string;
@@ -739,6 +797,10 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
739
797
  valueQuantity: string;
740
798
  };
741
799
  nonDelivery: {
800
+ /**
801
+ * `onRatesCalculated` is an async/sync callback function that will be invoked each time rates
802
+ * are calculated for a given shipment.
803
+ */
742
804
  returnToSender: string;
743
805
  treatAsAbandoned: string;
744
806
  };
@@ -758,10 +820,16 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
758
820
  connectCarrierForm: string;
759
821
  fundingSourceMetadata: string;
760
822
  label: string;
823
+ labels: string;
761
824
  salesOrder: string;
762
- shipment: string;
825
+ shipment: string; /**
826
+ * `printLabelLayout` is a string that represents the label layout you would like to use when
827
+ * purchasing a label. e.g. `4x6`
828
+ */
829
+ shipments: string;
763
830
  warehouses: string;
764
831
  };
832
+ emailIsRequired: string;
765
833
  unknown: string;
766
834
  noRatesAvailable: string;
767
835
  };
@@ -799,9 +867,11 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
799
867
  data: string;
800
868
  importingSalesOrder: string;
801
869
  label: string;
870
+ labels: string;
802
871
  onboarding: string;
803
872
  salesOrder: string;
804
873
  shipment: string;
874
+ shipments: string;
805
875
  warehouses: string;
806
876
  };
807
877
  months: {
@@ -837,6 +907,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
837
907
  };
838
908
  invalidAddressName: string;
839
909
  invalidAddressNameStrict: string;
910
+ invalidAddressOnboarding: string;
840
911
  invalidAddressPoBox: string;
841
912
  invalidCreditCardType: string;
842
913
  invalidExpirationDate: string;
@@ -893,10 +964,26 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
893
964
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
894
965
  };
895
966
  "connect-carrier": {
967
+ actions: {
968
+ cancel: string;
969
+ connectCarriers: string;
970
+ disconnect: string;
971
+ disconnectCarrier: string;
972
+ };
973
+ noCarriersDescription: string;
896
974
  registrationForm: {
975
+ error: string;
897
976
  title: string;
898
977
  betaWarning: string;
899
978
  };
979
+ search: string;
980
+ settingsModal: {
981
+ closeDialog: string;
982
+ header: string;
983
+ };
984
+ status: {
985
+ connected: string;
986
+ };
900
987
  };
901
988
  "account-settings": {
902
989
  messages: {
@@ -910,6 +997,7 @@ export declare const Element: ({ resources, ...props }: ElementProps & {
910
997
  adjustmentHistory: string;
911
998
  warehouses: string;
912
999
  carriers: string;
1000
+ externalCarriers: string;
913
1001
  labelLayout: string;
914
1002
  unitSettings: string;
915
1003
  };
@@ -225,6 +225,24 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
225
225
  noCarrier: string;
226
226
  noWarehouseOrCarrier: string;
227
227
  };
228
+ servicePoints: {
229
+ searchLabel: string;
230
+ noRatesForType: string;
231
+ dropOff: string;
232
+ pickUp: string;
233
+ closed: string;
234
+ hideLocations: string;
235
+ moreLocations: string;
236
+ nearestLocation: string;
237
+ open: string;
238
+ nextOpeningDay: string;
239
+ until: string;
240
+ selected: string;
241
+ selectLocation: string;
242
+ viewMap: string;
243
+ otherLocations: string;
244
+ noServicePointsFound: string;
245
+ };
228
246
  shipToAddressFormFields: string;
229
247
  sections: {
230
248
  customsForm: string;
@@ -275,11 +293,13 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
275
293
  "aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
276
294
  "aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
277
295
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
296
+ "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
278
297
  };
279
298
  termsAndAgreementTitles: {
280
299
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
281
300
  "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
282
301
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
302
+ RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
283
303
  };
284
304
  };
285
305
  "manage-defaults": {
@@ -379,9 +399,42 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
379
399
  balanceUnknown: string;
380
400
  unableToFindBalance: string;
381
401
  };
402
+ byoc: {
403
+ invoiceNotification: string;
404
+ };
382
405
  currentBalance: string;
383
406
  maximumBalanceAmount: string;
384
407
  };
408
+ "list-shipments": {
409
+ title: string;
410
+ headers: {
411
+ created: string;
412
+ download: string;
413
+ shipmentId: string;
414
+ shipDate: string;
415
+ shipTo: string;
416
+ };
417
+ actions: {
418
+ download: {
419
+ pdf: string;
420
+ };
421
+ };
422
+ };
423
+ "list-labels": {
424
+ title: string;
425
+ headers: {
426
+ created: string;
427
+ download: string;
428
+ labelId: string;
429
+ service: string;
430
+ shipTo: string;
431
+ };
432
+ actions: {
433
+ download: {
434
+ pdf: string;
435
+ };
436
+ };
437
+ };
385
438
  "list-carriers": {
386
439
  title: string;
387
440
  headers: {
@@ -504,8 +557,13 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
504
557
  returnedGoods: string;
505
558
  sample: string;
506
559
  };
560
+ currencyChange: string;
507
561
  declarations: string;
508
- each: string;
562
+ descriptionTooltip: {
563
+ message: string;
564
+ example1: string;
565
+ example2: string;
566
+ };
509
567
  fields: {
510
568
  contentsType: string;
511
569
  countryOfOrigin: string;
@@ -537,10 +595,13 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
537
595
  connectCarrierForm: string;
538
596
  fundingSourceMetadata: string;
539
597
  label: string;
598
+ labels: string;
540
599
  salesOrder: string;
541
600
  shipment: string;
601
+ shipments: string;
542
602
  warehouses: string;
543
603
  };
604
+ emailIsRequired: string;
544
605
  unknown: string;
545
606
  noRatesAvailable: string;
546
607
  };
@@ -578,9 +639,11 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
578
639
  data: string;
579
640
  importingSalesOrder: string;
580
641
  label: string;
642
+ labels: string;
581
643
  onboarding: string;
582
644
  salesOrder: string;
583
645
  shipment: string;
646
+ shipments: string;
584
647
  warehouses: string;
585
648
  };
586
649
  months: {
@@ -616,6 +679,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
616
679
  };
617
680
  invalidAddressName: string;
618
681
  invalidAddressNameStrict: string;
682
+ invalidAddressOnboarding: string;
619
683
  invalidAddressPoBox: string;
620
684
  invalidCreditCardType: string;
621
685
  invalidExpirationDate: string;
@@ -672,10 +736,26 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
672
736
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
673
737
  };
674
738
  "connect-carrier": {
739
+ actions: {
740
+ cancel: string;
741
+ connectCarriers: string;
742
+ disconnect: string;
743
+ disconnectCarrier: string;
744
+ };
745
+ noCarriersDescription: string;
675
746
  registrationForm: {
747
+ error: string;
676
748
  title: string;
677
749
  betaWarning: string;
678
750
  };
751
+ search: string;
752
+ settingsModal: {
753
+ closeDialog: string;
754
+ header: string;
755
+ };
756
+ status: {
757
+ connected: string;
758
+ };
679
759
  };
680
760
  "account-settings": {
681
761
  messages: {
@@ -689,6 +769,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
689
769
  adjustmentHistory: string;
690
770
  warehouses: string;
691
771
  carriers: string;
772
+ externalCarriers: string;
692
773
  labelLayout: string;
693
774
  unitSettings: string;
694
775
  };
@@ -235,6 +235,24 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
235
235
  noCarrier: string;
236
236
  noWarehouseOrCarrier: string;
237
237
  };
238
+ servicePoints: {
239
+ searchLabel: string;
240
+ noRatesForType: string;
241
+ dropOff: string;
242
+ pickUp: string;
243
+ closed: string;
244
+ hideLocations: string;
245
+ moreLocations: string;
246
+ nearestLocation: string;
247
+ open: string;
248
+ nextOpeningDay: string;
249
+ until: string;
250
+ selected: string;
251
+ selectLocation: string;
252
+ viewMap: string;
253
+ otherLocations: string;
254
+ noServicePointsFound: string;
255
+ };
238
256
  shipToAddressFormFields: string;
239
257
  sections: {
240
258
  customsForm: string;
@@ -285,11 +303,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
285
303
  "aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
286
304
  "aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
287
305
  aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
306
+ "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
288
307
  };
289
308
  termsAndAgreementTitles: {
290
309
  "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
291
310
  "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
292
311
  "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
312
+ RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
293
313
  };
294
314
  };
295
315
  "manage-defaults": {
@@ -389,9 +409,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
389
409
  balanceUnknown: string;
390
410
  unableToFindBalance: string;
391
411
  };
412
+ byoc: {
413
+ invoiceNotification: string;
414
+ };
392
415
  currentBalance: string;
393
416
  maximumBalanceAmount: string;
394
417
  };
418
+ "list-shipments": {
419
+ title: string;
420
+ headers: {
421
+ created: string;
422
+ download: string;
423
+ shipmentId: string;
424
+ shipDate: string;
425
+ shipTo: string;
426
+ };
427
+ actions: {
428
+ download: {
429
+ pdf: string;
430
+ };
431
+ };
432
+ };
433
+ "list-labels": {
434
+ title: string;
435
+ headers: {
436
+ created: string;
437
+ download: string;
438
+ labelId: string;
439
+ service: string;
440
+ shipTo: string;
441
+ };
442
+ actions: {
443
+ download: {
444
+ pdf: string;
445
+ };
446
+ };
447
+ };
395
448
  "list-carriers": {
396
449
  title: string;
397
450
  headers: {
@@ -514,8 +567,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
514
567
  returnedGoods: string;
515
568
  sample: string;
516
569
  };
570
+ currencyChange: string;
517
571
  declarations: string;
518
- each: string;
572
+ descriptionTooltip: {
573
+ message: string;
574
+ example1: string;
575
+ example2: string;
576
+ };
519
577
  fields: {
520
578
  contentsType: string;
521
579
  countryOfOrigin: string;
@@ -547,10 +605,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
547
605
  connectCarrierForm: string;
548
606
  fundingSourceMetadata: string;
549
607
  label: string;
608
+ labels: string;
550
609
  salesOrder: string;
551
610
  shipment: string;
611
+ shipments: string;
552
612
  warehouses: string;
553
613
  };
614
+ emailIsRequired: string;
554
615
  unknown: string;
555
616
  noRatesAvailable: string;
556
617
  };
@@ -588,9 +649,11 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
588
649
  data: string;
589
650
  importingSalesOrder: string;
590
651
  label: string;
652
+ labels: string;
591
653
  onboarding: string;
592
654
  salesOrder: string;
593
655
  shipment: string;
656
+ shipments: string;
594
657
  warehouses: string;
595
658
  };
596
659
  months: {
@@ -626,6 +689,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
626
689
  };
627
690
  invalidAddressName: string;
628
691
  invalidAddressNameStrict: string;
692
+ invalidAddressOnboarding: string;
629
693
  invalidAddressPoBox: string;
630
694
  invalidCreditCardType: string;
631
695
  invalidExpirationDate: string;
@@ -682,10 +746,26 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
682
746
  "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
683
747
  };
684
748
  "connect-carrier": {
749
+ actions: {
750
+ cancel: string;
751
+ connectCarriers: string;
752
+ disconnect: string;
753
+ disconnectCarrier: string;
754
+ };
755
+ noCarriersDescription: string;
685
756
  registrationForm: {
757
+ error: string;
686
758
  title: string;
687
759
  betaWarning: string;
688
760
  };
761
+ search: string;
762
+ settingsModal: {
763
+ closeDialog: string;
764
+ header: string;
765
+ };
766
+ status: {
767
+ connected: string;
768
+ };
689
769
  };
690
770
  "account-settings": {
691
771
  messages: {
@@ -699,6 +779,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
699
779
  adjustmentHistory: string;
700
780
  warehouses: string;
701
781
  carriers: string;
782
+ externalCarriers: string;
702
783
  labelLayout: string;
703
784
  unitSettings: string;
704
785
  };