@shipengine/elements 2.14.0 → 2.15.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 (72) hide show
  1. package/actions-menu.js +5 -5
  2. package/components.js +1 -1
  3. package/elements.js +1 -1
  4. package/hooks.js +1 -1
  5. package/index.js +1 -1
  6. package/package.json +4 -4
  7. package/src/components/address-preference-context/address-preference-context.d.ts +1 -1
  8. package/src/components/pager/usePager.d.ts +1 -0
  9. package/src/components/templates/address-form/address-fields.d.ts +1 -2
  10. package/src/components/templates/address-form/address-form.d.ts +1 -2
  11. package/src/components/templates/product-form/product-form.d.ts +3 -1
  12. package/src/components/templates/products-display/products-display.d.ts +4 -4
  13. package/src/components/templates/shipment-form/sections/customs-forms/customs-forms.d.ts +3 -2
  14. package/src/components/templates/shipment-form/shipment-form.d.ts +3 -2
  15. package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
  16. package/src/components/vat-form/vat-form-schema.d.ts +21 -3
  17. package/src/components/vat-form/vat-form.d.ts +7 -2
  18. package/src/components/vat-form/vat-form.styles.d.ts +3 -0
  19. package/src/components/vat-form/vat-types.d.ts +6 -0
  20. package/src/components/warehouse-form/warehouse-form-schema.d.ts +6 -0
  21. package/src/components/warehouse-form/warehouse-form.d.ts +3 -1
  22. package/src/elements/labels-grid/hooks/use-labels-grid.d.ts +1 -0
  23. package/src/elements/labels-grid/labels-grid.d.ts +39 -16
  24. package/src/elements/manage-carriers/manage-carriers.d.ts +6 -2
  25. package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +6 -2
  26. package/src/elements/manage-funding/manage-funding-element.d.ts +6 -2
  27. package/src/elements/manage-warehouses/manage-warehouses.d.ts +6 -2
  28. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +6 -2
  29. package/src/elements/purchase-label/configure-shipment.d.ts +2 -1
  30. package/src/elements/purchase-label/hooks/index.d.ts +0 -2
  31. package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +2 -1
  32. package/src/elements/purchase-label/purchase-label.d.ts +28 -39
  33. package/src/elements/select-label-layout/select-label-layout-element.d.ts +6 -2
  34. package/src/elements/shipment-summary/shipment-summary.d.ts +8 -2
  35. package/src/elements/shipments-grid/hooks/use-shipments-grid.d.ts +1 -0
  36. package/src/elements/shipments-grid/shipments-grid.d.ts +6 -5
  37. package/src/elements/theme-creator/theme-creator.d.ts +6 -2
  38. package/src/elements/transaction-history/transaction-history-element.d.ts +6 -2
  39. package/src/elements/unit-settings/unit-settings-element.d.ts +6 -2
  40. package/src/elements/vat-settings/vat-settings-element.d.ts +6 -2
  41. package/src/elements/void-label/void-label.d.ts +36 -52
  42. package/src/elements-provider/elements-provider.d.ts +1 -2
  43. package/src/features/vat-settings/use-vat-settings.d.ts +1 -1
  44. package/src/features/vat-settings/vat-settings.d.ts +1 -4
  45. package/src/features/vat-settings/vat-settings.styles.d.ts +7 -0
  46. package/src/hooks/index.d.ts +2 -0
  47. package/src/hooks/options/use-country-code-options.d.ts +1 -1
  48. package/src/hooks/options/use-state-code-options.d.ts +2 -2
  49. package/src/{elements/purchase-label/hooks → hooks}/use-configure-shipment.d.ts +5 -10
  50. package/src/hooks/use-helpers.stories.d.ts +3 -0
  51. package/src/locales/en/index.d.ts +6 -2
  52. package/src/types/harmonized-tariff-code.d.ts +10 -0
  53. package/src/types/index.d.ts +4 -3
  54. package/src/workflows/account-settings/account-settings.d.ts +6 -2
  55. package/src/workflows/carrier-services/carrier-services.d.ts +6 -25
  56. package/src/workflows/connect-external-carrier/connect-external-carrier.d.ts +6 -2
  57. package/src/workflows/label-workflow/label-workflow.d.ts +1126 -101
  58. package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +1 -1
  59. package/src/workflows/onboarding/onboarding.d.ts +7 -3
  60. package/transaction-history-element.js +1 -1
  61. package/use-configure-shipment.js +1 -0
  62. package/use-toggle.js +1 -1
  63. package/use-unit-settings.js +1 -1
  64. package/usePager.js +1 -1
  65. package/utilities.js +1 -1
  66. package/vat.js +1 -1
  67. package/wallet-form.js +1 -1
  68. package/warehouses.js +1 -0
  69. package/workflows.js +1 -1
  70. package/shipment.js +0 -1
  71. package/use-scrub-errors.js +0 -1
  72. /package/src/{elements/purchase-label/hooks → hooks}/use-import-sales-order.d.ts +0 -0
@@ -102,16 +102,18 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
102
102
  vatNumber: string;
103
103
  vatRegistrationTooltip: string;
104
104
  vatFormText: string;
105
- vatFormRegisterLater: string;
106
105
  vatNumberInputHint: string;
107
106
  vatNumberInputPlaceholder: string;
108
107
  verifiedVat: string;
108
+ vatNumberFieldLabel: string;
109
+ vatTypePlaceholder: string;
110
+ issuingAuthorityPlaceholder: string;
111
+ issuingAuthorityFieldLabel: string;
109
112
  vatFormErrors: {
110
113
  invalidFieldValue: string;
111
114
  verificationFailure: string;
112
115
  forbidden: string;
113
116
  connectionNotSupported: string;
114
- genericTitle: string;
115
117
  genericText: string;
116
118
  };
117
119
  };
@@ -803,6 +805,7 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
803
805
  taxIssuingAuthority: string;
804
806
  entityType: string;
805
807
  };
808
+ hsCode: string;
806
809
  nonDelivery: {
807
810
  returnToSender: string;
808
811
  treatAsAbandoned: string;
@@ -840,6 +843,7 @@ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
840
843
  shipments: string;
841
844
  warehouses: string;
842
845
  };
846
+ labelHasBeenPurchased: string;
843
847
  emailIsRequired: string;
844
848
  unknown: string;
845
849
  noRatesAvailable: string;
@@ -119,16 +119,18 @@ export declare const Element: ({ resources, ...props }: object & {
119
119
  vatNumber: string;
120
120
  vatRegistrationTooltip: string;
121
121
  vatFormText: string;
122
- vatFormRegisterLater: string;
123
122
  vatNumberInputHint: string;
124
123
  vatNumberInputPlaceholder: string;
125
124
  verifiedVat: string;
125
+ vatNumberFieldLabel: string;
126
+ vatTypePlaceholder: string;
127
+ issuingAuthorityPlaceholder: string;
128
+ issuingAuthorityFieldLabel: string;
126
129
  vatFormErrors: {
127
130
  invalidFieldValue: string;
128
131
  verificationFailure: string;
129
132
  forbidden: string;
130
133
  connectionNotSupported: string;
131
- genericTitle: string;
132
134
  genericText: string;
133
135
  };
134
136
  };
@@ -837,6 +839,7 @@ export declare const Element: ({ resources, ...props }: object & {
837
839
  taxIssuingAuthority: string;
838
840
  entityType: string;
839
841
  };
842
+ hsCode: string;
840
843
  nonDelivery: {
841
844
  returnToSender: string;
842
845
  treatAsAbandoned: string;
@@ -874,6 +877,7 @@ export declare const Element: ({ resources, ...props }: object & {
874
877
  shipments: string;
875
878
  warehouses: string;
876
879
  };
880
+ labelHasBeenPurchased: string;
877
881
  emailIsRequired: string;
878
882
  unknown: string;
879
883
  noRatesAvailable: string;
@@ -102,16 +102,18 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
102
102
  vatNumber: string;
103
103
  vatRegistrationTooltip: string;
104
104
  vatFormText: string;
105
- vatFormRegisterLater: string;
106
105
  vatNumberInputHint: string;
107
106
  vatNumberInputPlaceholder: string;
108
107
  verifiedVat: string;
108
+ vatNumberFieldLabel: string;
109
+ vatTypePlaceholder: string;
110
+ issuingAuthorityPlaceholder: string;
111
+ issuingAuthorityFieldLabel: string;
109
112
  vatFormErrors: {
110
113
  invalidFieldValue: string;
111
114
  verificationFailure: string;
112
115
  forbidden: string;
113
116
  connectionNotSupported: string;
114
- genericTitle: string;
115
117
  genericText: string;
116
118
  };
117
119
  };
@@ -803,6 +805,7 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
803
805
  taxIssuingAuthority: string;
804
806
  entityType: string;
805
807
  };
808
+ hsCode: string;
806
809
  nonDelivery: {
807
810
  returnToSender: string;
808
811
  treatAsAbandoned: string;
@@ -840,6 +843,7 @@ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsPro
840
843
  shipments: string;
841
844
  warehouses: string;
842
845
  };
846
+ labelHasBeenPurchased: string;
843
847
  emailIsRequired: string;
844
848
  unknown: string;
845
849
  noRatesAvailable: string;
@@ -2,7 +2,7 @@ import { SE } from "@shipengine/react-api";
2
2
  import { RateFormProps } from "../../components/templates/rate-form";
3
3
  import { ShipmentFormProps } from "../../components/templates/shipment-form";
4
4
  import { UseShippingPresetsOptionsProps } from "../../hooks";
5
- import { PreferredRatesResponse, ShipFromAddress } from "../../types";
5
+ import { HarmonizedTariffCode, PreferredRatesResponse, ShipFromAddress } from "../../types";
6
6
  import { PurchaseLabelFeatures } from "../../utilities";
7
7
  import { UseRatesFormProps, UseShipmentFormProps } from "./hooks";
8
8
  export type ShipmentFormMode = "browse_rates" | "select_service";
@@ -11,6 +11,7 @@ export type ConfigureShipmentProps = {
11
11
  errors?: ShipmentFormProps["errors"];
12
12
  features?: PurchaseLabelFeatures;
13
13
  getPreferredRates?: (shipment: SE.SalesOrderShipment, isInternational: boolean) => Promise<PreferredRatesResponse | undefined>;
14
+ harmonizedTariffCodes?: HarmonizedTariffCode[];
14
15
  insuranceAccount?: SE.InsuranceAccount;
15
16
  isLoading?: ShipmentFormProps["isLoading"];
16
17
  onAddressValidation?: UseShipmentFormProps["onAddressValidation"];
@@ -1,5 +1,3 @@
1
- export * from "./use-configure-shipment";
2
- export * from "./use-import-sales-order";
3
1
  export * from "./use-address";
4
2
  export * from "./use-customs";
5
3
  export * from "./use-presets";
@@ -1,9 +1,10 @@
1
1
  import { SE } from "@shipengine/react-api";
2
- import { ShipFromAddress, ShippingPreset } from "../../../types";
2
+ import { HarmonizedTariffCode, ShipFromAddress, ShippingPreset } from "../../../types";
3
3
  import { UseAddressProps } from "./use-address";
4
4
  import { UsePresetsProps } from "./use-presets";
5
5
  export type UseShipmentFormProps = {
6
6
  compatibleCountryCodes?: UseAddressProps["compatibleCountryCodes"];
7
+ harmonizedTariffCodes?: HarmonizedTariffCode[];
7
8
  onAddressValidation?: UseAddressProps["onValidation"];
8
9
  onApplyPreset?: UsePresetsProps["onApply"];
9
10
  onChangeAddress?: UseAddressProps["onChange"];
@@ -1,9 +1,9 @@
1
1
  import React from "react";
2
2
  import { SE } from "@shipengine/react-api";
3
- import { UseShippingPresetsOptionsProps } from "../../hooks";
3
+ import { UseConfigureShipmentProps, UseImportSalesOrderProps, UseShippingPresetsOptionsProps } from "../../hooks";
4
+ import { HarmonizedTariffCode } from "../../types";
4
5
  import { PurchaseLabelFeatures } from "../../utilities";
5
6
  import { ConfigureShipmentProps } from "./configure-shipment";
6
- import { UseConfigureShipmentProps, UseImportSalesOrderProps } from "./hooks";
7
7
  /**
8
8
  * # Purchase Label Component Props
9
9
  *
@@ -45,6 +45,10 @@ export type PurchaseLabelCommonProps = {
45
45
  * flag and green checkmark when the rate is selected.
46
46
  */
47
47
  getPreferredRates?: ConfigureShipmentProps["getPreferredRates"];
48
+ /**
49
+ * `harmonizedTariffCodes` is an array of objects that contain the Harmonized Tariff Codes and descriptions used to populate the HS Codes dropdown within the Customs Form.
50
+ */
51
+ harmonizedTariffCodes?: HarmonizedTariffCode[];
48
52
  /**
49
53
  * `onAddressValidation` is an async/sync callback function that will be invoked on each Address
50
54
  * validation request. For example, whenever you update the `Ship To Address` or
@@ -262,10 +266,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
262
266
  refund_process: string;
263
267
  refund_rules: string;
264
268
  resultTitles: {
265
- approved: string; /**
266
- * A unique ID assigned during the creation of a sales order. It can be used to locate the
267
- * sales order and any subsequent shipments related to that order.
268
- */
269
+ approved: string;
269
270
  rejected: string;
270
271
  };
271
272
  voidedOn: string;
@@ -324,16 +325,18 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
324
325
  vatNumber: string;
325
326
  vatRegistrationTooltip: string;
326
327
  vatFormText: string;
327
- vatFormRegisterLater: string;
328
328
  vatNumberInputHint: string;
329
329
  vatNumberInputPlaceholder: string;
330
330
  verifiedVat: string;
331
+ vatNumberFieldLabel: string;
332
+ vatTypePlaceholder: string;
333
+ issuingAuthorityPlaceholder: string;
334
+ issuingAuthorityFieldLabel: string;
331
335
  vatFormErrors: {
332
336
  invalidFieldValue: string;
333
337
  verificationFailure: string;
334
338
  forbidden: string;
335
339
  connectionNotSupported: string;
336
- genericTitle: string;
337
340
  genericText: string;
338
341
  };
339
342
  };
@@ -445,14 +448,6 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
445
448
  location_fee: string;
446
449
  oversize: string;
447
450
  returns: string;
448
- /**
449
- * # Purchase Label Component Props
450
- *
451
- * These are the shared props that will be passed into the `<PurchaseLabel.Element />`, and work
452
- * for either shipment-based or sales order-based label purchasing.
453
- *
454
- * @see {@link PurchaseLabel.Element | This prop types usage in `<PurchaseLabel.Element />`}
455
- */
456
451
  notifications: string;
457
452
  tip: string;
458
453
  duties_and_taxes: string;
@@ -530,7 +525,9 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
530
525
  };
531
526
  hints: {
532
527
  contentDescription: string;
533
- };
528
+ }; /**
529
+ * `harmonizedTariffCodes` is an array of objects that contain the Harmonized Tariff Codes and descriptions used to populate the HS Codes dropdown within the Customs Form.
530
+ */
534
531
  loading: {
535
532
  calculatingRates: string;
536
533
  };
@@ -538,7 +535,11 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
538
535
  browseRates: string;
539
536
  selectService: string;
540
537
  };
541
- multipleShippingServices: string;
538
+ multipleShippingServices: string; /**
539
+ * `onAddressValidation` is an async/sync callback function that will be invoked on each Address
540
+ * validation request. For example, whenever you update the `Ship To Address` or
541
+ * `Ship From Address` for a given shipment.
542
+ */
542
543
  schemaErrors: {
543
544
  shipFromUnitedStatesOnly: string;
544
545
  shipFromAddressRequired: string;
@@ -549,10 +550,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
549
550
  uspsMediaMailAcknowledgement: string;
550
551
  uspsFirstClassMailAcknowledgement_leof: string;
551
552
  rateSavings: string;
552
- upsGroundSaverTermsAcknowledgement: string; /**
553
- * `onChangeShipmentFormMode` is an async/sync callback function that will be invoked each time
554
- * the user toggles the `Shipment Form Mode` between `Browse Rates` and `Selected Rate`.
555
- */
553
+ upsGroundSaverTermsAcknowledgement: string;
556
554
  dhlExpressTermsAcknowledgement: string;
557
555
  noRateService: string;
558
556
  };
@@ -562,10 +560,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
562
560
  b2c: string;
563
561
  c2b: string;
564
562
  c2c: string;
565
- b2b: string; /**
566
- * `onLabelCreateSuccess` is an async/sync callback provided by the client that is invoked if the
567
- * label is successfully created/purchased.
568
- */
563
+ b2b: string;
569
564
  };
570
565
  notAtRisk: string;
571
566
  notAtRiskShipmentTootip: string;
@@ -603,9 +598,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
603
598
  windsorFramework: string;
604
599
  shipment: string;
605
600
  rate_one: string;
606
- rate_other: string; /**
607
- * A unique Id refering the API code used to identify the type of order source, e.g. "amazon_ca"
608
- */
601
+ rate_other: string;
609
602
  payment: string;
610
603
  };
611
604
  };
@@ -938,15 +931,15 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
938
931
  subFields: {
939
932
  optional: string;
940
933
  };
941
- /**
942
- * The Currency used through out the label purchase process. Default to USD
943
- */
944
934
  parserFields: {
945
935
  fullAddress: string;
946
936
  };
947
937
  paste: string;
948
938
  preference: {
949
- confirm: string;
939
+ confirm: string; /**
940
+ * A unique ID assigned during the creation of a sales order. It can be used to locate the
941
+ * sales order and any subsequent shipments related to that order.
942
+ */
950
943
  addressNotValidated: string;
951
944
  modified: string;
952
945
  title: string;
@@ -1044,6 +1037,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
1044
1037
  taxIssuingAuthority: string;
1045
1038
  entityType: string;
1046
1039
  };
1040
+ hsCode: string;
1047
1041
  nonDelivery: {
1048
1042
  returnToSender: string;
1049
1043
  treatAsAbandoned: string;
@@ -1053,12 +1047,6 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
1053
1047
  recipientPays: string;
1054
1048
  tooltip: {
1055
1049
  title: string;
1056
- /**
1057
- * `onToggleAddressPreferenceDisclosure` is an async/sync callback function that will be invoked
1058
- * each time the user toggles the `Address Preference` disclosure. This disclosure component
1059
- * allows the user to select whether they would like to use the address they entered, or
1060
- * the formatted address that we return after validation.
1061
- */
1062
1050
  restriction: string;
1063
1051
  requirement1: string;
1064
1052
  requirement2: string;
@@ -1087,6 +1075,7 @@ export declare const Element: ({ resources, ...props }: PurchaseLabelCommonProps
1087
1075
  shipments: string;
1088
1076
  warehouses: string;
1089
1077
  };
1078
+ labelHasBeenPurchased: string;
1090
1079
  emailIsRequired: string;
1091
1080
  unknown: string;
1092
1081
  noRatesAvailable: string;
@@ -101,16 +101,18 @@ export declare const Element: ({ resources, ...props }: object & {
101
101
  vatNumber: string;
102
102
  vatRegistrationTooltip: string;
103
103
  vatFormText: string;
104
- vatFormRegisterLater: string;
105
104
  vatNumberInputHint: string;
106
105
  vatNumberInputPlaceholder: string;
107
106
  verifiedVat: string;
107
+ vatNumberFieldLabel: string;
108
+ vatTypePlaceholder: string;
109
+ issuingAuthorityPlaceholder: string;
110
+ issuingAuthorityFieldLabel: string;
108
111
  vatFormErrors: {
109
112
  invalidFieldValue: string;
110
113
  verificationFailure: string;
111
114
  forbidden: string;
112
115
  connectionNotSupported: string;
113
- genericTitle: string;
114
116
  genericText: string;
115
117
  };
116
118
  };
@@ -802,6 +804,7 @@ export declare const Element: ({ resources, ...props }: object & {
802
804
  taxIssuingAuthority: string;
803
805
  entityType: string;
804
806
  };
807
+ hsCode: string;
805
808
  nonDelivery: {
806
809
  returnToSender: string;
807
810
  treatAsAbandoned: string;
@@ -839,6 +842,7 @@ export declare const Element: ({ resources, ...props }: object & {
839
842
  shipments: string;
840
843
  warehouses: string;
841
844
  };
845
+ labelHasBeenPurchased: string;
842
846
  emailIsRequired: string;
843
847
  unknown: string;
844
848
  noRatesAvailable: string;
@@ -192,16 +192,20 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
192
192
  vatNumber: string;
193
193
  vatRegistrationTooltip: string;
194
194
  vatFormText: string;
195
- vatFormRegisterLater: string;
196
195
  vatNumberInputHint: string;
197
196
  vatNumberInputPlaceholder: string;
198
197
  verifiedVat: string;
198
+ vatNumberFieldLabel: string;
199
+ vatTypePlaceholder: string;
200
+ issuingAuthorityPlaceholder: string;
201
+ issuingAuthorityFieldLabel: string; /**
202
+ * `features` is a set of feature flags you would like to enable or disable in this component.
203
+ */
199
204
  vatFormErrors: {
200
205
  invalidFieldValue: string;
201
206
  verificationFailure: string;
202
207
  forbidden: string;
203
208
  connectionNotSupported: string;
204
- genericTitle: string;
205
209
  genericText: string;
206
210
  };
207
211
  };
@@ -933,6 +937,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
933
937
  taxIssuingAuthority: string;
934
938
  entityType: string;
935
939
  };
940
+ hsCode: string;
936
941
  nonDelivery: {
937
942
  returnToSender: string;
938
943
  treatAsAbandoned: string;
@@ -970,6 +975,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
970
975
  shipments: string;
971
976
  warehouses: string;
972
977
  };
978
+ labelHasBeenPurchased: string;
973
979
  emailIsRequired: string;
974
980
  unknown: string;
975
981
  noRatesAvailable: string;
@@ -84,6 +84,7 @@ export declare const useShipmentsGrid: ({ shipmentStatus, showShipmentIdFilter,
84
84
  currentPageSize: number;
85
85
  onPageSelect: (page: number) => void;
86
86
  onPageSizeSelect: (pageSize: number) => void;
87
+ resetCurrentPage: () => void;
87
88
  };
88
89
  pagesAmount: number;
89
90
  pageSize: number;
@@ -173,19 +173,18 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
173
173
  vatNumber: string;
174
174
  vatRegistrationTooltip: string;
175
175
  vatFormText: string;
176
- vatFormRegisterLater: string;
177
176
  vatNumberInputHint: string;
178
177
  vatNumberInputPlaceholder: string;
179
178
  verifiedVat: string;
179
+ vatNumberFieldLabel: string;
180
+ vatTypePlaceholder: string;
181
+ issuingAuthorityPlaceholder: string;
182
+ issuingAuthorityFieldLabel: string;
180
183
  vatFormErrors: {
181
184
  invalidFieldValue: string;
182
185
  verificationFailure: string;
183
186
  forbidden: string;
184
187
  connectionNotSupported: string;
185
- genericTitle: string;
186
- /**
187
- * `onRowClick` callback invoked when a row is clicked.
188
- */
189
188
  genericText: string;
190
189
  };
191
190
  };
@@ -937,6 +936,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
937
936
  taxIssuingAuthority: string;
938
937
  entityType: string;
939
938
  };
939
+ hsCode: string;
940
940
  nonDelivery: {
941
941
  returnToSender: string;
942
942
  treatAsAbandoned: string;
@@ -974,6 +974,7 @@ export declare const Element: ({ resources, ...props }: ShipmentsGridProps & {
974
974
  shipments: string;
975
975
  warehouses: string;
976
976
  };
977
+ labelHasBeenPurchased: string;
977
978
  emailIsRequired: string;
978
979
  unknown: string;
979
980
  noRatesAvailable: string;
@@ -114,16 +114,18 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
114
114
  vatNumber: string;
115
115
  vatRegistrationTooltip: string;
116
116
  vatFormText: string;
117
- vatFormRegisterLater: string;
118
117
  vatNumberInputHint: string;
119
118
  vatNumberInputPlaceholder: string;
120
119
  verifiedVat: string;
120
+ vatNumberFieldLabel: string;
121
+ vatTypePlaceholder: string;
122
+ issuingAuthorityPlaceholder: string;
123
+ issuingAuthorityFieldLabel: string;
121
124
  vatFormErrors: {
122
125
  invalidFieldValue: string;
123
126
  verificationFailure: string;
124
127
  forbidden: string;
125
128
  connectionNotSupported: string;
126
- genericTitle: string;
127
129
  genericText: string;
128
130
  };
129
131
  };
@@ -815,6 +817,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
815
817
  taxIssuingAuthority: string;
816
818
  entityType: string;
817
819
  };
820
+ hsCode: string;
818
821
  nonDelivery: {
819
822
  returnToSender: string;
820
823
  treatAsAbandoned: string;
@@ -852,6 +855,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
852
855
  shipments: string;
853
856
  warehouses: string;
854
857
  };
858
+ labelHasBeenPurchased: string;
855
859
  emailIsRequired: string;
856
860
  unknown: string;
857
861
  noRatesAvailable: string;
@@ -101,16 +101,18 @@ export declare const Element: ({ resources, ...props }: object & {
101
101
  vatNumber: string;
102
102
  vatRegistrationTooltip: string;
103
103
  vatFormText: string;
104
- vatFormRegisterLater: string;
105
104
  vatNumberInputHint: string;
106
105
  vatNumberInputPlaceholder: string;
107
106
  verifiedVat: string;
107
+ vatNumberFieldLabel: string;
108
+ vatTypePlaceholder: string;
109
+ issuingAuthorityPlaceholder: string;
110
+ issuingAuthorityFieldLabel: string;
108
111
  vatFormErrors: {
109
112
  invalidFieldValue: string;
110
113
  verificationFailure: string;
111
114
  forbidden: string;
112
115
  connectionNotSupported: string;
113
- genericTitle: string;
114
116
  genericText: string;
115
117
  };
116
118
  };
@@ -802,6 +804,7 @@ export declare const Element: ({ resources, ...props }: object & {
802
804
  taxIssuingAuthority: string;
803
805
  entityType: string;
804
806
  };
807
+ hsCode: string;
805
808
  nonDelivery: {
806
809
  returnToSender: string;
807
810
  treatAsAbandoned: string;
@@ -839,6 +842,7 @@ export declare const Element: ({ resources, ...props }: object & {
839
842
  shipments: string;
840
843
  warehouses: string;
841
844
  };
845
+ labelHasBeenPurchased: string;
842
846
  emailIsRequired: string;
843
847
  unknown: string;
844
848
  noRatesAvailable: string;
@@ -101,16 +101,18 @@ export declare const Element: ({ resources, ...props }: object & {
101
101
  vatNumber: string;
102
102
  vatRegistrationTooltip: string;
103
103
  vatFormText: string;
104
- vatFormRegisterLater: string;
105
104
  vatNumberInputHint: string;
106
105
  vatNumberInputPlaceholder: string;
107
106
  verifiedVat: string;
107
+ vatNumberFieldLabel: string;
108
+ vatTypePlaceholder: string;
109
+ issuingAuthorityPlaceholder: string;
110
+ issuingAuthorityFieldLabel: string;
108
111
  vatFormErrors: {
109
112
  invalidFieldValue: string;
110
113
  verificationFailure: string;
111
114
  forbidden: string;
112
115
  connectionNotSupported: string;
113
- genericTitle: string;
114
116
  genericText: string;
115
117
  };
116
118
  };
@@ -802,6 +804,7 @@ export declare const Element: ({ resources, ...props }: object & {
802
804
  taxIssuingAuthority: string;
803
805
  entityType: string;
804
806
  };
807
+ hsCode: string;
805
808
  nonDelivery: {
806
809
  returnToSender: string;
807
810
  treatAsAbandoned: string;
@@ -839,6 +842,7 @@ export declare const Element: ({ resources, ...props }: object & {
839
842
  shipments: string;
840
843
  warehouses: string;
841
844
  };
845
+ labelHasBeenPurchased: string;
842
846
  emailIsRequired: string;
843
847
  unknown: string;
844
848
  noRatesAvailable: string;
@@ -101,16 +101,18 @@ export declare const Element: ({ resources, ...props }: object & {
101
101
  vatNumber: string;
102
102
  vatRegistrationTooltip: string;
103
103
  vatFormText: string;
104
- vatFormRegisterLater: string;
105
104
  vatNumberInputHint: string;
106
105
  vatNumberInputPlaceholder: string;
107
106
  verifiedVat: string;
107
+ vatNumberFieldLabel: string;
108
+ vatTypePlaceholder: string;
109
+ issuingAuthorityPlaceholder: string;
110
+ issuingAuthorityFieldLabel: string;
108
111
  vatFormErrors: {
109
112
  invalidFieldValue: string;
110
113
  verificationFailure: string;
111
114
  forbidden: string;
112
115
  connectionNotSupported: string;
113
- genericTitle: string;
114
116
  genericText: string;
115
117
  };
116
118
  };
@@ -802,6 +804,7 @@ export declare const Element: ({ resources, ...props }: object & {
802
804
  taxIssuingAuthority: string;
803
805
  entityType: string;
804
806
  };
807
+ hsCode: string;
805
808
  nonDelivery: {
806
809
  returnToSender: string;
807
810
  treatAsAbandoned: string;
@@ -839,6 +842,7 @@ export declare const Element: ({ resources, ...props }: object & {
839
842
  shipments: string;
840
843
  warehouses: string;
841
844
  };
845
+ labelHasBeenPurchased: string;
842
846
  emailIsRequired: string;
843
847
  unknown: string;
844
848
  noRatesAvailable: string;