@shipengine/elements 1.9.0 → 2.0.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.
- package/README.md +0 -4
- package/assertions-dfa95b4d.js +1 -0
- package/carrier-c2a5ed53.js +1 -0
- package/{carrier-logo-1b6c767e.js → carrier-logo-330e926f.js} +1 -1
- package/components.js +1 -1
- package/elements.js +1 -1
- package/hooks.js +1 -1
- package/index.js +1 -1
- package/money-d4f3d7c3.js +1 -0
- package/package.json +7 -3
- package/schemas.js +1 -1
- package/{shipment-90d35708.js → shipment-150160e0.js} +1 -1
- package/src/components/add-funds-form/add-funds-form.d.ts +1 -1
- package/src/components/auto-funding-form/auto-funding-form.d.ts +1 -1
- package/src/components/carrier-balance/carrier-balance.d.ts +1 -1
- package/src/components/collapsible-panel/collapsible-panel.d.ts +1 -1
- package/src/components/display-term/display-term.d.ts +1 -1
- package/src/components/edit-billing-form/edit-billing-form.d.ts +1 -1
- package/src/components/field/money-input/money-input.d.ts +1 -1
- package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
- package/src/components/field/rate-card/rate-card.d.ts +1 -1
- package/src/components/field/rate-select/rate-select.d.ts +1 -1
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +1 -1
- package/src/components/history/history-card/history-card.d.ts +1 -1
- package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
- package/src/components/pager/pager.d.ts +1 -1
- package/src/components/rate-details/rate-details.d.ts +1 -1
- package/src/components/save-status/save-status.d.ts +1 -1
- package/src/components/service-points/service-points.d.ts +1 -1
- package/src/components/templates/address-display/address-display.d.ts +1 -1
- package/src/components/templates/address-preference-display/address-preference-display.d.ts +1 -1
- package/src/components/templates/address-preference-select/address-preference-select.d.ts +1 -1
- package/src/components/templates/connect-external-carrier-form/connect-external-carrier-form.d.ts +12 -0
- package/src/components/templates/connect-external-carrier-form/index.d.ts +1 -0
- package/src/components/templates/index.d.ts +1 -1
- package/src/components/templates/label/label.d.ts +1 -1
- package/src/components/templates/product-form/product-form.d.ts +1 -1
- package/src/components/templates/products-display/products-display.d.ts +1 -1
- package/src/components/templates/rate-form/rate-form.d.ts +3 -4
- package/src/components/templates/shipment/shipment.d.ts +3 -11
- package/src/components/templates/shipment-form/shipment-form.d.ts +2 -9
- package/src/components/templates/shipment-form/shipment-schema.d.ts +1 -1
- package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
- package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
- package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
- package/src/components/templates/wallet-form/wallet-form.d.ts +2 -4
- package/src/components/templates/wallet-form/wallet-schema.d.ts +1 -1
- package/src/components/wallet-card/wallet-card.d.ts +1 -1
- package/src/components/warehouse-form/warehouse-form.d.ts +1 -1
- package/src/create-element/create-element.d.ts +10 -0
- package/src/create-element/element/element.d.ts +16 -0
- package/src/create-element/element/hooks/index.d.ts +1 -0
- package/src/create-element/element/hooks/use-i18n.d.ts +12 -0
- package/src/create-element/element/index.d.ts +3 -0
- package/src/create-element/element/utils/get-emotion-cache.d.ts +2 -0
- package/src/create-element/element/utils/index.d.ts +1 -0
- package/src/create-element/error-boundary/error-boundary.d.ts +21 -0
- package/src/create-element/error-boundary/index.d.ts +1 -0
- package/src/create-element/index.d.ts +1 -0
- package/src/elements/index.d.ts +5 -4
- package/src/elements/label-layout/label-layout-element.d.ts +1 -1
- package/src/elements/labels-grid/labels-grid.d.ts +2 -2
- package/src/elements/manage-carriers/index.d.ts +1 -0
- package/src/elements/{shipengine-carriers/shipengine-carriers.d.ts → manage-carriers/manage-carriers.d.ts} +52 -46
- package/src/elements/manage-external-carriers/index.d.ts +1 -0
- package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +888 -0
- package/src/elements/manage-funding/manage-funding-element.d.ts +1 -1
- package/src/elements/manage-warehouses/manage-warehouses.d.ts +19 -2
- package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +1 -1
- package/src/elements/purchase-label/configure-shipment.d.ts +4 -27
- package/src/elements/purchase-label/hooks/use-address.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-configure-shipment.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-customs.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-import-sales-order.d.ts +2 -2
- package/src/elements/purchase-label/hooks/use-load-shipment.d.ts +3 -3
- package/src/elements/purchase-label/hooks/use-pending-shipment.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-presets.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-rates-form.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-rates-with-cache.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-request-preferred-rates.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-request-rates.d.ts +1 -1
- package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label-by-sales-order.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label-by-shipment.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label.d.ts +18 -41
- package/src/elements/shipment-summary/index.d.ts +1 -0
- package/src/elements/{view-shipment/view-shipment.d.ts → shipment-summary/shipment-summary.d.ts} +42 -59
- package/src/elements/shipments-grid/shipments-grid.d.ts +2 -2
- package/src/elements/theme-creator/theme-creator.d.ts +1 -1
- package/src/elements/transaction-history/index.d.ts +1 -0
- package/src/elements/{wallet-history/wallet-history-element.d.ts → transaction-history/transaction-history-element.d.ts} +1 -1
- package/src/elements/unit-settings/unit-settings-element.d.ts +1 -1
- package/src/elements/vat-settings/vat-settings-element.d.ts +1 -1
- package/src/elements/void-label/components/actions/actions.d.ts +1 -1
- package/src/elements/void-label/components/message/message.d.ts +1 -1
- package/src/elements/void-label/void-label.d.ts +33 -49
- package/src/elements-provider/elements-provider.d.ts +46 -0
- package/src/elements-provider/elements-test-provider.d.ts +3 -0
- package/src/elements-provider/hooks/index.d.ts +1 -0
- package/src/elements-provider/hooks/use-load-icons.d.ts +7 -0
- package/src/elements-provider/index.d.ts +1 -0
- package/src/factories/shipengine/address.d.ts +1 -1
- package/src/factories/shipengine/carrier.d.ts +1 -1
- package/src/factories/shipengine/index.d.ts +1 -1
- package/src/factories/shipengine/label.d.ts +1 -1
- package/src/factories/shipengine/money.d.ts +1 -1
- package/src/factories/shipengine/order-source.d.ts +1 -1
- package/src/factories/shipengine/package.d.ts +1 -1
- package/src/factories/shipengine/resource.d.ts +1 -1
- package/src/factories/shipengine/sales-order.d.ts +1 -1
- package/src/factories/shipengine/service-point.d.ts +1 -1
- package/src/factories/shipengine/service.d.ts +1 -1
- package/src/factories/shipengine/shipment.d.ts +1 -1
- package/src/factories/shipengine/{wallet-history.d.ts → transaction-history.d.ts} +1 -1
- package/src/factories/shipengine/warehouse.d.ts +1 -1
- package/src/factories/shipengine/weight.d.ts +1 -1
- package/src/features/index.d.ts +3 -3
- package/src/features/label-layout/label-layout.d.ts +1 -1
- package/src/features/label-layout/use-label-layout.d.ts +1 -1
- package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-list-funding-source-carriers.d.ts +2 -2
- package/src/features/manage-carriers/index.d.ts +1 -0
- package/src/features/manage-carriers/manage-carriers-row/index.d.ts +1 -0
- package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.d.ts} +3 -3
- package/src/features/manage-carriers/manage-carriers.d.ts +4 -0
- package/src/features/manage-external-carriers/index.d.ts +1 -0
- package/src/features/manage-external-carriers/manage-external-carriers.d.ts +4 -0
- package/src/features/manage-warehouses/manage-warehouses.d.ts +1 -1
- package/src/features/manage-warehouses/use-manage-warehouses.d.ts +9 -9
- package/src/features/manage-warehouses/warehouse-display/warehouse-display.d.ts +1 -1
- package/src/features/transaction-history/index.d.ts +1 -0
- package/src/features/transaction-history/transaction-history.d.ts +6 -0
- package/src/features/unit-settings/unit-settings.d.ts +1 -1
- package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
- package/src/features/vat-settings/use-vat-settings.d.ts +5 -5
- package/src/hooks/here-map/init.d.ts +1 -1
- package/src/hooks/options/use-confirmation-options.d.ts +1 -1
- package/src/hooks/options/use-customs-contents-options.d.ts +1 -1
- package/src/hooks/options/use-customs-non-delivery-options.d.ts +1 -1
- package/src/hooks/options/use-insurance-provider-options.d.ts +1 -1
- package/src/hooks/options/use-package-options.d.ts +1 -1
- package/src/hooks/options/use-rate-options.d.ts +1 -1
- package/src/hooks/options/use-service-code-options.d.ts +1 -1
- package/src/hooks/options/use-service-points.d.ts +1 -1
- package/src/hooks/options/use-shipment-metadata.d.ts +1 -1
- package/src/hooks/options/use-shipping-presets-options.d.ts +1 -1
- package/src/hooks/options/use-warehouse-options.d.ts +1 -1
- package/src/hooks/use-address-validation.d.ts +1 -1
- package/src/hooks/use-get-or-create-shipment.d.ts +3 -3
- package/src/hooks/use-scrub-errors.d.ts +1 -1
- package/src/index.d.ts +1 -0
- package/src/locales/en/index.d.ts +1 -1
- package/src/mocks/carriers/handlers.d.ts +1 -1
- package/src/mocks/warehouses/handlers.d.ts +1 -1
- package/src/schemas/shipengine/money.d.ts +1 -1
- package/src/testing/test-utils.d.ts +7 -1
- package/src/themes/fallback.d.ts +3 -0
- package/src/themes/index.d.ts +4 -0
- package/src/types/carrier-metadata.d.ts +1 -1
- package/src/types/preferred-rates.d.ts +1 -1
- package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
- package/src/utilities/error.d.ts +1 -1
- package/src/utilities/feature-flags/feature-flags.d.ts +18 -0
- package/src/utilities/feature-flags/index.d.ts +2 -0
- package/src/utilities/feature-flags/types.d.ts +141 -0
- package/src/utilities/money.d.ts +1 -1
- package/src/utilities/rates.d.ts +1 -1
- package/src/utilities/shipengine/address.d.ts +1 -1
- package/src/utilities/shipengine/carrier.d.ts +1 -1
- package/src/utilities/shipengine/dimensions.d.ts +1 -1
- package/src/utilities/shipengine/sales-order.d.ts +1 -1
- package/src/utilities/shipengine/shipment.d.ts +1 -1
- package/src/utilities/shipengine/warehouses.d.ts +1 -1
- package/src/utilities/shipengine/weight.d.ts +1 -1
- package/src/workflows/account-settings/account-settings.d.ts +7 -14
- package/src/workflows/{connect-carrier/connect-carrier.d.ts → carrier-services/carrier-services.d.ts} +35 -49
- package/src/workflows/carrier-services/index.d.ts +1 -0
- package/src/workflows/{manage-wallet-workflow/manage-wallet-workflow.d.ts → connect-external-carrier/connect-external-carrier.d.ts} +16 -21
- package/src/workflows/connect-external-carrier/index.d.ts +1 -0
- package/src/workflows/index.d.ts +3 -2
- package/src/workflows/label-workflow/index.d.ts +1 -0
- package/src/workflows/{purchase-label-workflow/purchase-label-workflow.d.ts → label-workflow/label-workflow.d.ts} +16 -34
- package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +1 -1
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +2 -4
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +1 -1
- package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -9
- package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +1 -1
- package/src/workflows/onboarding/components/ship-from-address-step/use-ship-from-address-step.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +1 -1
- package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +1 -1
- package/src/workflows/onboarding/onboarding.d.ts +22 -70
- package/story-notes-c714d2ed.js +1 -0
- package/{suspend-text-c8c7b6b6.js → suspend-text-cad3a977.js} +1 -1
- package/transaction-history-element-cbfe487c.js +1 -0
- package/{use-page-layout-93ffae78.js → use-page-layout-8cb5075f.js} +1 -1
- package/use-scrub-errors-9870a6f3.js +1 -0
- package/use-toggle-866d7938.js +1 -0
- package/use-unit-settings-a5bae16e.js +1 -0
- package/utilities.js +1 -1
- package/validation-528e7834.js +1 -0
- package/wallet-form-9e4bfaea.js +1 -0
- package/warehouse-form-da6a7ac5.js +34 -0
- package/{warehouses-dfcdce23.js → warehouses-a83188ab.js} +1 -1
- package/workflows.js +1 -1
- package/carrier-2abb4760.js +0 -1
- package/feature-flags-3e03717c.js +0 -1
- package/money-fbc4d0b3.js +0 -1
- package/payment-method-settings-element-595cc38d.js +0 -1
- package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +0 -12
- package/src/components/templates/connect-carrier-form/index.d.ts +0 -1
- package/src/elements/external-carriers/external-carriers.d.ts +0 -941
- package/src/elements/external-carriers/index.d.ts +0 -1
- package/src/elements/shipengine-carriers/index.d.ts +0 -1
- package/src/elements/view-shipment/index.d.ts +0 -1
- package/src/elements/wallet-history/index.d.ts +0 -1
- package/src/features/external-carriers/external-carriers.d.ts +0 -11
- package/src/features/external-carriers/index.d.ts +0 -1
- package/src/features/shipengine-carriers/index.d.ts +0 -1
- package/src/features/shipengine-carriers/shipengine-carriers-row/index.d.ts +0 -1
- package/src/features/shipengine-carriers/shipengine-carriers.d.ts +0 -10
- package/src/features/wallet-history/index.d.ts +0 -1
- package/src/features/wallet-history/wallet-history.d.ts +0 -6
- package/src/hooks/use-elements.d.ts +0 -35
- package/src/utilities/feature-flags.d.ts +0 -232
- package/src/workflows/connect-carrier/index.d.ts +0 -1
- package/src/workflows/manage-wallet-workflow/index.d.ts +0 -1
- package/src/workflows/purchase-label-workflow/index.d.ts +0 -1
- package/story-notes-ce2d8cca.js +0 -1
- package/use-scrub-errors-2c4db406.js +0 -1
- package/use-toggle-838d2ebd.js +0 -1
- package/validation-b941a548.js +0 -1
- package/wallet-form-3981400b.js +0 -1
- package/wallet-history-5b34c856.js +0 -1
- package/warehouse-form-c0b3ea78.js +0 -34
- /package/src/components/templates/{connect-carrier-form/connect-carrier-form.styles.d.ts → connect-external-carrier-form/connect-external-carrier-form.styles.d.ts} +0 -0
- /package/src/features/{shipengine-carriers → manage-carriers}/hooks/index.d.ts +0 -0
- /package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-carrier-metadata.d.ts +0 -0
- /package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.styles.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.styles.d.ts} +0 -0
- /package/src/features/{shipengine-carriers/shipengine-carriers.styles.d.ts → manage-carriers/manage-carriers.styles.d.ts} +0 -0
- /package/src/features/{wallet-history/wallet-history.styles.d.ts → transaction-history/transaction-history.styles.d.ts} +0 -0
- /package/src/workflows/{manage-wallet-workflow → carrier-services}/use-get-wallet-panel-props.d.ts +0 -0
|
@@ -0,0 +1,888 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ExternalCarriersProps } from "../../features";
|
|
3
|
+
export type ComponentProps = ExternalCarriersProps;
|
|
4
|
+
/**
|
|
5
|
+
* # ManageExternalCarriers Element
|
|
6
|
+
*
|
|
7
|
+
* @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
|
|
8
|
+
*
|
|
9
|
+
* @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
|
|
10
|
+
* to view a list of their own carrier accounts that have been connected to their ShipEngine account,
|
|
11
|
+
* and to add additional carriers.
|
|
12
|
+
* This component is composed in the `<AccountSettings />` Element.
|
|
13
|
+
*
|
|
14
|
+
* @example
|
|
15
|
+
* ```tsx
|
|
16
|
+
* (() => {
|
|
17
|
+
* return <ManageExternalCarriers.Element isModalFullScreen={false} />;
|
|
18
|
+
* })();
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* <br />
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
|
|
24
|
+
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
|
|
25
|
+
*/
|
|
26
|
+
export declare const Component: ({ isModalFullScreen }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
27
|
+
export declare const Element: ({ resources, ...props }: ExternalCarriersProps & {
|
|
28
|
+
resources?: {
|
|
29
|
+
en: {
|
|
30
|
+
"wallet-history": {
|
|
31
|
+
actions: {
|
|
32
|
+
downloadCsv: string;
|
|
33
|
+
chooseDate: string;
|
|
34
|
+
tryAgain: string;
|
|
35
|
+
};
|
|
36
|
+
errors: {
|
|
37
|
+
failureToFetch: string;
|
|
38
|
+
};
|
|
39
|
+
dateRange: string;
|
|
40
|
+
details: {
|
|
41
|
+
inaccurateWeight: string;
|
|
42
|
+
};
|
|
43
|
+
historyOptions: {
|
|
44
|
+
custom: string;
|
|
45
|
+
last30days: string;
|
|
46
|
+
thisMonth: string;
|
|
47
|
+
lastMonth: string;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
"void-label": {
|
|
51
|
+
title: string;
|
|
52
|
+
actions: {
|
|
53
|
+
complete: string;
|
|
54
|
+
confirmVoid: string;
|
|
55
|
+
viewShipment: string;
|
|
56
|
+
};
|
|
57
|
+
errorMessages: {
|
|
58
|
+
labelIdRequired: string;
|
|
59
|
+
};
|
|
60
|
+
resultMessages: {
|
|
61
|
+
approved: string;
|
|
62
|
+
rejected: string;
|
|
63
|
+
dpdwallet: string;
|
|
64
|
+
};
|
|
65
|
+
refund_process: string;
|
|
66
|
+
refund_rules: string;
|
|
67
|
+
resultTitles: {
|
|
68
|
+
approved: string;
|
|
69
|
+
rejected: string;
|
|
70
|
+
};
|
|
71
|
+
voidedOn: string;
|
|
72
|
+
};
|
|
73
|
+
"view-shipment": {
|
|
74
|
+
title: string;
|
|
75
|
+
actions: {
|
|
76
|
+
buyAnotherLabel: string;
|
|
77
|
+
hideItems: string;
|
|
78
|
+
printForms: string;
|
|
79
|
+
printLabel: string;
|
|
80
|
+
schedulePickup: string;
|
|
81
|
+
showItems: string;
|
|
82
|
+
void: string;
|
|
83
|
+
download: string;
|
|
84
|
+
};
|
|
85
|
+
fields: {
|
|
86
|
+
dimensions: string;
|
|
87
|
+
estimatedShipping: string;
|
|
88
|
+
items: string;
|
|
89
|
+
orderDate: string;
|
|
90
|
+
orderValue: string;
|
|
91
|
+
requestedShipping: string;
|
|
92
|
+
shipDate: string;
|
|
93
|
+
shipTo: string;
|
|
94
|
+
warehouse: string;
|
|
95
|
+
weight: string;
|
|
96
|
+
insuredValue: string;
|
|
97
|
+
deliveryConfirmation: string;
|
|
98
|
+
};
|
|
99
|
+
highVolumeForms: string;
|
|
100
|
+
multipleShippingServices: string;
|
|
101
|
+
sections: {
|
|
102
|
+
labels: string;
|
|
103
|
+
shipmentSummary: string;
|
|
104
|
+
};
|
|
105
|
+
noLabels: string;
|
|
106
|
+
};
|
|
107
|
+
"vat-settings": {
|
|
108
|
+
addNew: string;
|
|
109
|
+
vatNumber: string;
|
|
110
|
+
vatRegistrationTooltip: string;
|
|
111
|
+
vatFormText: string;
|
|
112
|
+
vatFormRegisterLater: string;
|
|
113
|
+
vatNumberInputHint: string;
|
|
114
|
+
vatNumberInputPlaceholder: string;
|
|
115
|
+
verifiedVat: string;
|
|
116
|
+
vatFormErrors: {
|
|
117
|
+
invalidFieldValue: string;
|
|
118
|
+
verificationFailure: string;
|
|
119
|
+
forbidden: string;
|
|
120
|
+
connectionNotSupported: string;
|
|
121
|
+
genericTitle: string;
|
|
122
|
+
genericText: string;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
125
|
+
"manage-carriers": {
|
|
126
|
+
title: string;
|
|
127
|
+
headers: {
|
|
128
|
+
accountCarriers: string;
|
|
129
|
+
carriers: string;
|
|
130
|
+
settings: string;
|
|
131
|
+
};
|
|
132
|
+
actions: {
|
|
133
|
+
status: {
|
|
134
|
+
connected: string;
|
|
135
|
+
notConnected: string;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
138
|
+
};
|
|
139
|
+
"register-wallet": {
|
|
140
|
+
sections: {
|
|
141
|
+
setup: {
|
|
142
|
+
title: string;
|
|
143
|
+
subtitle: string;
|
|
144
|
+
hiddenTermsSubtitle: string;
|
|
145
|
+
descriptionTitle: string;
|
|
146
|
+
description: string;
|
|
147
|
+
};
|
|
148
|
+
billing: {
|
|
149
|
+
title: string;
|
|
150
|
+
cardSubTitle: string;
|
|
151
|
+
addressSubTitle: string;
|
|
152
|
+
info: string;
|
|
153
|
+
};
|
|
154
|
+
vatSettings: {
|
|
155
|
+
title: string;
|
|
156
|
+
};
|
|
157
|
+
carriers: {
|
|
158
|
+
title: string;
|
|
159
|
+
subtitle: string;
|
|
160
|
+
};
|
|
161
|
+
notifications: {
|
|
162
|
+
error: {
|
|
163
|
+
title: string;
|
|
164
|
+
};
|
|
165
|
+
info: {
|
|
166
|
+
title: string;
|
|
167
|
+
description: string;
|
|
168
|
+
};
|
|
169
|
+
poBox: {
|
|
170
|
+
title: string;
|
|
171
|
+
description: string;
|
|
172
|
+
};
|
|
173
|
+
carrier: {
|
|
174
|
+
title: string;
|
|
175
|
+
confirmAddress: string;
|
|
176
|
+
description: string;
|
|
177
|
+
};
|
|
178
|
+
blackBox: {
|
|
179
|
+
description: string;
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
};
|
|
183
|
+
settings: {
|
|
184
|
+
title: string;
|
|
185
|
+
billing: {
|
|
186
|
+
title: string;
|
|
187
|
+
subtitleCard: string;
|
|
188
|
+
subtitleBilling: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
};
|
|
192
|
+
"register-carrier": {
|
|
193
|
+
formTitle: {
|
|
194
|
+
default: string;
|
|
195
|
+
new: string;
|
|
196
|
+
edit: string;
|
|
197
|
+
};
|
|
198
|
+
notifications: {
|
|
199
|
+
error: {
|
|
200
|
+
title: string;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
};
|
|
204
|
+
"rate-details": {
|
|
205
|
+
total: string;
|
|
206
|
+
subtotal: string;
|
|
207
|
+
registerVat: string;
|
|
208
|
+
concepts: {
|
|
209
|
+
confirmation: string;
|
|
210
|
+
uncategorized: string;
|
|
211
|
+
shipping: string;
|
|
212
|
+
insurance: string;
|
|
213
|
+
confirm: string;
|
|
214
|
+
discount: string;
|
|
215
|
+
fuel_charge: string;
|
|
216
|
+
additional_fees: string;
|
|
217
|
+
tariff: string;
|
|
218
|
+
tax: string;
|
|
219
|
+
delivery: string;
|
|
220
|
+
handling: string;
|
|
221
|
+
special_goods: string;
|
|
222
|
+
pickup: string;
|
|
223
|
+
location_fee: string;
|
|
224
|
+
oversize: string;
|
|
225
|
+
returns: string;
|
|
226
|
+
notifications: string;
|
|
227
|
+
tip: string;
|
|
228
|
+
duties_and_taxes: string;
|
|
229
|
+
brokerage_fee: string;
|
|
230
|
+
admin_fee: string;
|
|
231
|
+
adjustment: string;
|
|
232
|
+
auctane_service_fee: string;
|
|
233
|
+
product_price: string;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
"purchase-label": {
|
|
237
|
+
title: string;
|
|
238
|
+
actions: {
|
|
239
|
+
calculateRates_one: string;
|
|
240
|
+
calculateRates_other: string;
|
|
241
|
+
hideItems: string;
|
|
242
|
+
purchaseLabel: string;
|
|
243
|
+
purchaseNow: string;
|
|
244
|
+
showItems: string;
|
|
245
|
+
showMoreRates: string;
|
|
246
|
+
showFewerRates: string;
|
|
247
|
+
saveRate: string;
|
|
248
|
+
};
|
|
249
|
+
balance: {
|
|
250
|
+
currentBalance: string;
|
|
251
|
+
insufficientBalanceCTA: string;
|
|
252
|
+
};
|
|
253
|
+
cta: {
|
|
254
|
+
addPackageDetails: string;
|
|
255
|
+
};
|
|
256
|
+
errorMessages: {
|
|
257
|
+
customsItemsRequired: string;
|
|
258
|
+
invalidAddress: string;
|
|
259
|
+
noRates: string;
|
|
260
|
+
salesOrderNotLoaded: string;
|
|
261
|
+
unsupportedAddress: string;
|
|
262
|
+
saveRateFailedMessage: string;
|
|
263
|
+
saveRateFailedTitle: string;
|
|
264
|
+
};
|
|
265
|
+
errorTypes: {
|
|
266
|
+
results: string;
|
|
267
|
+
};
|
|
268
|
+
fields: {
|
|
269
|
+
"requires-additional-handling": string;
|
|
270
|
+
addOns: string;
|
|
271
|
+
contentDescription: string;
|
|
272
|
+
confirmation: string;
|
|
273
|
+
dimensions: {
|
|
274
|
+
length: string;
|
|
275
|
+
width: string;
|
|
276
|
+
height: string;
|
|
277
|
+
};
|
|
278
|
+
dimensionsGroup: string;
|
|
279
|
+
estimatedShipping: string;
|
|
280
|
+
insurance: string;
|
|
281
|
+
insuranceProvider: string;
|
|
282
|
+
insuredValue: string;
|
|
283
|
+
items: string;
|
|
284
|
+
orderDate: string;
|
|
285
|
+
orderValue: string;
|
|
286
|
+
packageCode: string;
|
|
287
|
+
requestedShipping: string;
|
|
288
|
+
shipDate: string;
|
|
289
|
+
service: string;
|
|
290
|
+
shipTo: string;
|
|
291
|
+
addShipToAddress: string;
|
|
292
|
+
warehouse: string;
|
|
293
|
+
weight: {
|
|
294
|
+
whole: string;
|
|
295
|
+
fractional: string;
|
|
296
|
+
};
|
|
297
|
+
weightGroup: string;
|
|
298
|
+
today: string;
|
|
299
|
+
};
|
|
300
|
+
hints: {
|
|
301
|
+
contentDescription: string;
|
|
302
|
+
};
|
|
303
|
+
loading: {
|
|
304
|
+
calculatingRates: string;
|
|
305
|
+
};
|
|
306
|
+
modes: {
|
|
307
|
+
browseRates: string;
|
|
308
|
+
selectService: string;
|
|
309
|
+
};
|
|
310
|
+
multipleShippingServices: string;
|
|
311
|
+
schemaErrors: {
|
|
312
|
+
shipFromUnitedStatesOnly: string;
|
|
313
|
+
shipFromAddressRequired: string;
|
|
314
|
+
needToAcknowledge: string;
|
|
315
|
+
};
|
|
316
|
+
rates: {
|
|
317
|
+
requestedShippingNotification: string;
|
|
318
|
+
uspsMediaMailAcknowledgement: string;
|
|
319
|
+
uspsFirstClassMailAcknowledgement_leof: string;
|
|
320
|
+
rateSavings: string;
|
|
321
|
+
upsGroundSaverTermsAcknowledgement: string;
|
|
322
|
+
dhlExpressTermsAcknowledgement: string;
|
|
323
|
+
noRateService: string;
|
|
324
|
+
};
|
|
325
|
+
requirements: {
|
|
326
|
+
noWarehouse: string;
|
|
327
|
+
noCarrier: string;
|
|
328
|
+
noWarehouseOrCarrier: string;
|
|
329
|
+
};
|
|
330
|
+
servicePoints: {
|
|
331
|
+
searchLabel: string;
|
|
332
|
+
noRatesForType: string;
|
|
333
|
+
dropOff: string;
|
|
334
|
+
pickUp: string;
|
|
335
|
+
closed: string;
|
|
336
|
+
hideLocations: string;
|
|
337
|
+
moreLocations: string;
|
|
338
|
+
nearestLocation: string;
|
|
339
|
+
open: string;
|
|
340
|
+
nextOpeningDay: string;
|
|
341
|
+
until: string;
|
|
342
|
+
selected: string;
|
|
343
|
+
select: string;
|
|
344
|
+
today: string;
|
|
345
|
+
viewMap: string;
|
|
346
|
+
otherLocations: string;
|
|
347
|
+
noServicePointsForService: string;
|
|
348
|
+
error: string;
|
|
349
|
+
paperless: string;
|
|
350
|
+
localTimeDisclaimer: string;
|
|
351
|
+
};
|
|
352
|
+
shipToAddressFormFields: string;
|
|
353
|
+
sections: {
|
|
354
|
+
customsForm: string;
|
|
355
|
+
shipment: string;
|
|
356
|
+
rate_one: string;
|
|
357
|
+
rate_other: string;
|
|
358
|
+
payment: string;
|
|
359
|
+
};
|
|
360
|
+
};
|
|
361
|
+
"payment-method": {
|
|
362
|
+
title: string;
|
|
363
|
+
};
|
|
364
|
+
onboarding: {
|
|
365
|
+
title: string;
|
|
366
|
+
inlineTitle: string;
|
|
367
|
+
accountRegistration: {
|
|
368
|
+
action: string;
|
|
369
|
+
title: string;
|
|
370
|
+
subtitle: string;
|
|
371
|
+
welcome: string;
|
|
372
|
+
messageLine1: string;
|
|
373
|
+
partnerMessageLine1: string;
|
|
374
|
+
messageLine2: string;
|
|
375
|
+
};
|
|
376
|
+
stepLabel: {
|
|
377
|
+
accountRegistration: string;
|
|
378
|
+
termsAgreement: string;
|
|
379
|
+
shipFromAddress: string;
|
|
380
|
+
fundingAndCarrierConnection: string;
|
|
381
|
+
};
|
|
382
|
+
warehouse: {
|
|
383
|
+
title: string;
|
|
384
|
+
subtitle: string;
|
|
385
|
+
inlineMessage: string;
|
|
386
|
+
};
|
|
387
|
+
success: {
|
|
388
|
+
title: string;
|
|
389
|
+
subtitle: string;
|
|
390
|
+
action: string;
|
|
391
|
+
};
|
|
392
|
+
termsAndAgreementLinkText: {
|
|
393
|
+
shipEngineToS: string;
|
|
394
|
+
auctanePrivacyPolicy: string;
|
|
395
|
+
aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
|
|
396
|
+
"aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
|
|
397
|
+
"aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
|
|
398
|
+
"aHR0cHM6Ly93d3cudXBzLmNvbS91cy9lbi9zdXBwb3J0L3NoaXBwaW5nLXN1cHBvcnQvc2hpcHBpbmctc3BlY2lhbC1jYXJlLXJlZ3VsYXRlZC1pdGVtcy9wcm9oaWJpdGVkLWl0ZW1zLnBhZ2U=": string;
|
|
399
|
+
aHR0cHM6Ly93d3cudXBzLmNvbS9hc3NldHMvcmVzb3VyY2VzL21lZGlhL2VuX1VTL1VQU19EQVBfVEMucGRm: string;
|
|
400
|
+
"aHR0cHM6Ly93d3cudXBzLmNvbS9hc3NldHMvcmVzb3VyY2VzL21lZGlhL2VuX1VTL1VUQS5wZGY=": string;
|
|
401
|
+
"aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
|
|
402
|
+
"aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
|
|
403
|
+
aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
|
|
404
|
+
"aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
|
|
405
|
+
aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
|
|
406
|
+
aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
|
|
407
|
+
aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
|
|
408
|
+
};
|
|
409
|
+
termsAndAgreementTitles: {
|
|
410
|
+
"WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
|
|
411
|
+
"RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
|
|
412
|
+
"VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
|
|
413
|
+
RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
|
|
414
|
+
"R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
|
|
415
|
+
"UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
|
|
416
|
+
UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
|
|
417
|
+
};
|
|
418
|
+
};
|
|
419
|
+
"manage-warehouses": {
|
|
420
|
+
title: string;
|
|
421
|
+
addNew: string;
|
|
422
|
+
editWarehouse: string;
|
|
423
|
+
contactName: string;
|
|
424
|
+
default: string;
|
|
425
|
+
isDefault: string;
|
|
426
|
+
locationName: string;
|
|
427
|
+
residentialAddress: string;
|
|
428
|
+
returnTo: string;
|
|
429
|
+
returnToAddressIsDifferent: string;
|
|
430
|
+
setDefault: string;
|
|
431
|
+
shipFrom: string;
|
|
432
|
+
};
|
|
433
|
+
"manage-funding": {
|
|
434
|
+
actions: {
|
|
435
|
+
addFunds: string;
|
|
436
|
+
addFundsAndPurchase: string;
|
|
437
|
+
addNow: string;
|
|
438
|
+
saveRule: string;
|
|
439
|
+
};
|
|
440
|
+
autoFunding: {
|
|
441
|
+
edit: string;
|
|
442
|
+
editSettings: string;
|
|
443
|
+
error: {
|
|
444
|
+
title: string;
|
|
445
|
+
message: string;
|
|
446
|
+
};
|
|
447
|
+
isEnabledCTA: string;
|
|
448
|
+
isEnabled: string;
|
|
449
|
+
isLoading: string;
|
|
450
|
+
lowBalancePurchaseThreshold: string;
|
|
451
|
+
maximumPurchasesPerDay: string;
|
|
452
|
+
purchaseAmount: string;
|
|
453
|
+
readSettings: string;
|
|
454
|
+
};
|
|
455
|
+
addFunds: {
|
|
456
|
+
custom: string;
|
|
457
|
+
error: {
|
|
458
|
+
title: string;
|
|
459
|
+
message: string;
|
|
460
|
+
};
|
|
461
|
+
isLoading: string;
|
|
462
|
+
labels: {
|
|
463
|
+
amount: string;
|
|
464
|
+
};
|
|
465
|
+
minimumPurchaseAmount: string;
|
|
466
|
+
other: string;
|
|
467
|
+
};
|
|
468
|
+
fundAndPurchase: {
|
|
469
|
+
finalBalance: string;
|
|
470
|
+
insufficientFunds: string;
|
|
471
|
+
insufficientFundsTitle: string;
|
|
472
|
+
negativeBalance: string;
|
|
473
|
+
negativeBalanceTitle: string;
|
|
474
|
+
newBalance: string;
|
|
475
|
+
};
|
|
476
|
+
errors: {
|
|
477
|
+
balanceUnknown: string;
|
|
478
|
+
unableToFindBalance: string;
|
|
479
|
+
};
|
|
480
|
+
byoc: {
|
|
481
|
+
invoiceNotification: string;
|
|
482
|
+
};
|
|
483
|
+
currentBalance: string;
|
|
484
|
+
maximumBalanceAmount: string;
|
|
485
|
+
};
|
|
486
|
+
"manage-defaults": {
|
|
487
|
+
label: {
|
|
488
|
+
title: string;
|
|
489
|
+
letter: {
|
|
490
|
+
title: string;
|
|
491
|
+
description: string;
|
|
492
|
+
};
|
|
493
|
+
purchase: {
|
|
494
|
+
title: string;
|
|
495
|
+
description: string;
|
|
496
|
+
};
|
|
497
|
+
thermal: {
|
|
498
|
+
title: string;
|
|
499
|
+
description: string;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
status: {
|
|
503
|
+
saving: string;
|
|
504
|
+
saved: string;
|
|
505
|
+
savingFailed: string;
|
|
506
|
+
};
|
|
507
|
+
units: {
|
|
508
|
+
title: string;
|
|
509
|
+
dimensions: {
|
|
510
|
+
title: string;
|
|
511
|
+
standard: string;
|
|
512
|
+
metric: string;
|
|
513
|
+
};
|
|
514
|
+
weight: {
|
|
515
|
+
title: string;
|
|
516
|
+
standard: string;
|
|
517
|
+
g: string;
|
|
518
|
+
kg: string;
|
|
519
|
+
};
|
|
520
|
+
};
|
|
521
|
+
};
|
|
522
|
+
"list-shipments": {
|
|
523
|
+
title: string;
|
|
524
|
+
headers: {
|
|
525
|
+
created: string;
|
|
526
|
+
download: string;
|
|
527
|
+
shipmentId: string;
|
|
528
|
+
shipDate: string;
|
|
529
|
+
shipTo: string;
|
|
530
|
+
};
|
|
531
|
+
actions: {
|
|
532
|
+
download: {
|
|
533
|
+
pdf: string;
|
|
534
|
+
};
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
"list-labels": {
|
|
538
|
+
title: string;
|
|
539
|
+
headers: {
|
|
540
|
+
created: string;
|
|
541
|
+
download: string;
|
|
542
|
+
labelId: string;
|
|
543
|
+
service: string;
|
|
544
|
+
shipTo: string;
|
|
545
|
+
};
|
|
546
|
+
actions: {
|
|
547
|
+
download: {
|
|
548
|
+
pdf: string;
|
|
549
|
+
};
|
|
550
|
+
};
|
|
551
|
+
};
|
|
552
|
+
"connect-carrier": {
|
|
553
|
+
actions: {
|
|
554
|
+
cancel: string;
|
|
555
|
+
carrierSettings: string;
|
|
556
|
+
connectCarriers: string;
|
|
557
|
+
disconnect: string;
|
|
558
|
+
disconnectCarrier: string;
|
|
559
|
+
};
|
|
560
|
+
noCarriersDescription: string;
|
|
561
|
+
registrationForm: {
|
|
562
|
+
error: string;
|
|
563
|
+
title: string;
|
|
564
|
+
betaWarning: string;
|
|
565
|
+
};
|
|
566
|
+
search: string;
|
|
567
|
+
settingsModal: {
|
|
568
|
+
closeDialog: string;
|
|
569
|
+
header: string;
|
|
570
|
+
};
|
|
571
|
+
status: {
|
|
572
|
+
connected: string;
|
|
573
|
+
};
|
|
574
|
+
disconnectDropdown: {
|
|
575
|
+
toastTitle: string;
|
|
576
|
+
toastBody: string;
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
common: {
|
|
580
|
+
actions: {
|
|
581
|
+
add: string;
|
|
582
|
+
cancel: string;
|
|
583
|
+
close: string;
|
|
584
|
+
confirm: string;
|
|
585
|
+
connect: string;
|
|
586
|
+
continue: string;
|
|
587
|
+
delete: string;
|
|
588
|
+
edit: string;
|
|
589
|
+
hide: string;
|
|
590
|
+
parse: string;
|
|
591
|
+
purchase: string;
|
|
592
|
+
remove: string;
|
|
593
|
+
save: string;
|
|
594
|
+
skipForNow: string;
|
|
595
|
+
submit: string;
|
|
596
|
+
tryAgain: string;
|
|
597
|
+
};
|
|
598
|
+
address: {
|
|
599
|
+
fields: {
|
|
600
|
+
name: string;
|
|
601
|
+
company: string;
|
|
602
|
+
county: string;
|
|
603
|
+
countryCode: string;
|
|
604
|
+
addressLine1: string;
|
|
605
|
+
addressLine2: string;
|
|
606
|
+
cityLocality: string;
|
|
607
|
+
stateProvince: string;
|
|
608
|
+
postalCode: string;
|
|
609
|
+
phone: string;
|
|
610
|
+
email: string;
|
|
611
|
+
addressResidentialIndicator: string;
|
|
612
|
+
};
|
|
613
|
+
noResults: string;
|
|
614
|
+
subFields: {
|
|
615
|
+
optional: string;
|
|
616
|
+
};
|
|
617
|
+
parserFields: {
|
|
618
|
+
fullAddress: string;
|
|
619
|
+
};
|
|
620
|
+
paste: string;
|
|
621
|
+
preference: {
|
|
622
|
+
confirm: string;
|
|
623
|
+
addressNotValidated: string;
|
|
624
|
+
modified: string;
|
|
625
|
+
title: string;
|
|
626
|
+
originalAddress: string;
|
|
627
|
+
matchedAddress: string;
|
|
628
|
+
unableToValidate: string;
|
|
629
|
+
use: {
|
|
630
|
+
originalAddress: string;
|
|
631
|
+
matchedAddress: string;
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
validation: {
|
|
635
|
+
notValidated: string;
|
|
636
|
+
validated: string;
|
|
637
|
+
};
|
|
638
|
+
};
|
|
639
|
+
billing: {
|
|
640
|
+
fields: {
|
|
641
|
+
differentBillingAddress: string;
|
|
642
|
+
name: string;
|
|
643
|
+
cardNumber: string;
|
|
644
|
+
expiration: string;
|
|
645
|
+
cvv: string;
|
|
646
|
+
cvvPlaceholder: string;
|
|
647
|
+
expirationPlaceholder: string;
|
|
648
|
+
cardNumberPlaceholder: string;
|
|
649
|
+
};
|
|
650
|
+
};
|
|
651
|
+
carriers: {
|
|
652
|
+
fields: {
|
|
653
|
+
agreement: string;
|
|
654
|
+
};
|
|
655
|
+
terms: {
|
|
656
|
+
agreeToTerms: string;
|
|
657
|
+
title: string;
|
|
658
|
+
};
|
|
659
|
+
};
|
|
660
|
+
charsetWarnings: {
|
|
661
|
+
name: {
|
|
662
|
+
message: string;
|
|
663
|
+
};
|
|
664
|
+
address: {
|
|
665
|
+
message: string;
|
|
666
|
+
title: string;
|
|
667
|
+
};
|
|
668
|
+
};
|
|
669
|
+
confirmationTypes: {
|
|
670
|
+
adultSignature: string;
|
|
671
|
+
delivery: string;
|
|
672
|
+
deliveryMailed: string;
|
|
673
|
+
directSignature: string;
|
|
674
|
+
none: string;
|
|
675
|
+
signature: string;
|
|
676
|
+
verbalConfirmation: string;
|
|
677
|
+
};
|
|
678
|
+
customs: {
|
|
679
|
+
addDeclaration: string;
|
|
680
|
+
contents: {
|
|
681
|
+
documents: string;
|
|
682
|
+
gift: string;
|
|
683
|
+
merchandise: string;
|
|
684
|
+
returnedGoods: string;
|
|
685
|
+
sample: string;
|
|
686
|
+
};
|
|
687
|
+
currencyChange: string;
|
|
688
|
+
declarations: string;
|
|
689
|
+
descriptionTooltip: {
|
|
690
|
+
message: string;
|
|
691
|
+
example1: string;
|
|
692
|
+
example2: string;
|
|
693
|
+
};
|
|
694
|
+
fields: {
|
|
695
|
+
contentsType: string;
|
|
696
|
+
countryOfOrigin: string;
|
|
697
|
+
description: string;
|
|
698
|
+
harmonizedTariffCode: string;
|
|
699
|
+
ifDeliveryFails: string;
|
|
700
|
+
quantity: string;
|
|
701
|
+
sku: string;
|
|
702
|
+
value: string;
|
|
703
|
+
valueQuantity: string;
|
|
704
|
+
};
|
|
705
|
+
nonDelivery: {
|
|
706
|
+
returnToSender: string;
|
|
707
|
+
treatAsAbandoned: string;
|
|
708
|
+
};
|
|
709
|
+
removeAllDeclarations: string;
|
|
710
|
+
total: string;
|
|
711
|
+
};
|
|
712
|
+
errorMessages: {
|
|
713
|
+
invalidNameOrCompany: string;
|
|
714
|
+
parsingFailure: string;
|
|
715
|
+
incompleteLabelPurchaseRequirements: string;
|
|
716
|
+
shipmentCancelled: string;
|
|
717
|
+
unableToLoad: {
|
|
718
|
+
accountSettings: string;
|
|
719
|
+
autoFundingSettings: string;
|
|
720
|
+
carrier: string;
|
|
721
|
+
carriers: string;
|
|
722
|
+
connectCarrierForm: string;
|
|
723
|
+
fundingSourceMetadata: string;
|
|
724
|
+
label: string;
|
|
725
|
+
labels: string;
|
|
726
|
+
salesOrder: string;
|
|
727
|
+
shipment: string;
|
|
728
|
+
shipments: string;
|
|
729
|
+
warehouses: string;
|
|
730
|
+
};
|
|
731
|
+
emailIsRequired: string;
|
|
732
|
+
unknown: string;
|
|
733
|
+
noRatesAvailable: string;
|
|
734
|
+
};
|
|
735
|
+
errorTypes: {
|
|
736
|
+
accountStatus: string;
|
|
737
|
+
businessRules: string;
|
|
738
|
+
integrations: string;
|
|
739
|
+
purchase: string;
|
|
740
|
+
rateInvalid: string;
|
|
741
|
+
saveRate: string;
|
|
742
|
+
security: string;
|
|
743
|
+
shipmentStatus: string;
|
|
744
|
+
system: string;
|
|
745
|
+
unknown: string;
|
|
746
|
+
validation: string;
|
|
747
|
+
};
|
|
748
|
+
grid: {
|
|
749
|
+
"row-count_one": string;
|
|
750
|
+
"row-count_other": string;
|
|
751
|
+
rows: string;
|
|
752
|
+
};
|
|
753
|
+
insuranceProviders: {
|
|
754
|
+
carrier: string;
|
|
755
|
+
none: string;
|
|
756
|
+
shipsurance: string;
|
|
757
|
+
thirdParty: string;
|
|
758
|
+
};
|
|
759
|
+
loading: {
|
|
760
|
+
accountSettings: string;
|
|
761
|
+
carrier: string;
|
|
762
|
+
carriers: string;
|
|
763
|
+
carrierServices: string;
|
|
764
|
+
connectCarrierForm: string;
|
|
765
|
+
connectingCarriers: string;
|
|
766
|
+
creatingFundingSource: string;
|
|
767
|
+
data: string;
|
|
768
|
+
importingSalesOrder: string;
|
|
769
|
+
label: string;
|
|
770
|
+
labels: string;
|
|
771
|
+
onboarding: string;
|
|
772
|
+
salesOrder: string;
|
|
773
|
+
shipment: string;
|
|
774
|
+
shipments: string;
|
|
775
|
+
warehouses: string;
|
|
776
|
+
};
|
|
777
|
+
months: {
|
|
778
|
+
january: string;
|
|
779
|
+
february: string;
|
|
780
|
+
march: string;
|
|
781
|
+
april: string;
|
|
782
|
+
may: string;
|
|
783
|
+
june: string;
|
|
784
|
+
july: string;
|
|
785
|
+
august: string;
|
|
786
|
+
september: string;
|
|
787
|
+
october: string;
|
|
788
|
+
november: string;
|
|
789
|
+
december: string;
|
|
790
|
+
};
|
|
791
|
+
packageCategories: {
|
|
792
|
+
customPackages: string;
|
|
793
|
+
};
|
|
794
|
+
packageCodes: {
|
|
795
|
+
package: string;
|
|
796
|
+
};
|
|
797
|
+
"powered-by": string;
|
|
798
|
+
schema: {
|
|
799
|
+
optionalLabel: string;
|
|
800
|
+
};
|
|
801
|
+
required: string;
|
|
802
|
+
schemaErrors: {
|
|
803
|
+
notAValidPhoneNumber: string;
|
|
804
|
+
mustAgreeToTerms: string;
|
|
805
|
+
group: {
|
|
806
|
+
allMeasurementsOrNone: string;
|
|
807
|
+
};
|
|
808
|
+
invalidAddressName: string;
|
|
809
|
+
invalidAddressNameStrict: string;
|
|
810
|
+
invalidAddressOnboarding: string;
|
|
811
|
+
invalidAddressPoBox: string;
|
|
812
|
+
invalidCreditCardType: string;
|
|
813
|
+
invalidExpirationDate: string;
|
|
814
|
+
invalidPostalCode: string;
|
|
815
|
+
invalidStateProvince: string;
|
|
816
|
+
invalidString: string;
|
|
817
|
+
nonnegative: string;
|
|
818
|
+
nonnegativeList: string;
|
|
819
|
+
positive: string;
|
|
820
|
+
positiveList: string;
|
|
821
|
+
required: string;
|
|
822
|
+
requiredList: string;
|
|
823
|
+
tooFewCharacters: string;
|
|
824
|
+
tooManyCharacters: string;
|
|
825
|
+
};
|
|
826
|
+
shippingPresets: {
|
|
827
|
+
apply: string;
|
|
828
|
+
platform: string;
|
|
829
|
+
user: string;
|
|
830
|
+
};
|
|
831
|
+
terms: {
|
|
832
|
+
fields: {
|
|
833
|
+
agreement: string;
|
|
834
|
+
};
|
|
835
|
+
agreeToTerms: string;
|
|
836
|
+
carriersTitle: string;
|
|
837
|
+
fundingSourceTitle: string;
|
|
838
|
+
};
|
|
839
|
+
weight: {
|
|
840
|
+
ounces: string;
|
|
841
|
+
pounds_one: string;
|
|
842
|
+
pounds_other: string;
|
|
843
|
+
kilogram: string;
|
|
844
|
+
gram: string;
|
|
845
|
+
};
|
|
846
|
+
units: {
|
|
847
|
+
inch: string;
|
|
848
|
+
lbs: string;
|
|
849
|
+
oz: string;
|
|
850
|
+
centimeter: string;
|
|
851
|
+
gram: string;
|
|
852
|
+
kilogram: string;
|
|
853
|
+
};
|
|
854
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
855
|
+
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
856
|
+
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
857
|
+
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
858
|
+
QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnN1ZmZpY2llbnQgYWNjb3VudCBiYWxhbmNlLiBBY2NvdW50IGV4Y2VwdGlvbiBFeGNlcHRpb24gd2l0aCBjb2RlIDB4MDA1NjAxMDE7IG1vZHVsZSA4NiwgY2F0ZWdvcnkgMSwgaXRlbSAx: string;
|
|
859
|
+
"QWRkcmVzcyBub3QgZm91bmQ=": string;
|
|
860
|
+
QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBVUFMgd2VpZ2h0IGxpbWl0IHBlciBwYWNrYWdlIGlzIDE1MCBsYnMu: string;
|
|
861
|
+
UGxlYXNlIGFkZCBhIFN0YW1wcy5jb20gYWNjb3VudCB0byBTaGlwRW5naW5lIGluIG9yZGVyIHRvIGNyZWF0ZSBzaGlwcGluZyBsYWJlbHMu: string;
|
|
862
|
+
QSBzaGlwcGluZyBlcnJvciBvY2N1cnJlZDogTWlzc2luZyBvciBpbnZhbGlkIHNoaXBwZXIgbnVtYmVy: string;
|
|
863
|
+
QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcHBlciBuYW1l: string;
|
|
864
|
+
"QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
|
|
865
|
+
"QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
|
|
866
|
+
};
|
|
867
|
+
"account-settings": {
|
|
868
|
+
messages: {
|
|
869
|
+
noFundingSources: string;
|
|
870
|
+
};
|
|
871
|
+
title: string;
|
|
872
|
+
sections: {
|
|
873
|
+
accountBalance: string;
|
|
874
|
+
paymentMethod: string;
|
|
875
|
+
transactionHistory: string;
|
|
876
|
+
adjustmentHistory: string;
|
|
877
|
+
warehouses: string;
|
|
878
|
+
carriers: string;
|
|
879
|
+
externalCarriers: string;
|
|
880
|
+
labelLayout: string;
|
|
881
|
+
unitSettings: string;
|
|
882
|
+
vatSettings: string;
|
|
883
|
+
};
|
|
884
|
+
};
|
|
885
|
+
};
|
|
886
|
+
} | undefined;
|
|
887
|
+
}) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
888
|
+
export type ElementProps = React.ComponentProps<typeof Element>;
|