@shipengine/elements 1.8.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/address-8f8119f4.js +1 -0
- package/assertions-dfa95b4d.js +1 -0
- package/carrier-c2a5ed53.js +1 -0
- package/carrier-logo-330e926f.js +1 -0
- package/components.js +1 -0
- package/constants.js +1 -0
- package/elements.js +1 -0
- package/extensions.js +1 -0
- package/formatString-413ec7c7.js +1 -0
- package/hooks.js +1 -0
- package/index.js +1 -25578
- package/money-d4f3d7c3.js +1 -0
- package/package.json +53 -7
- package/phone-87dd7bd8.js +1 -0
- package/schemas.js +1 -0
- package/shipment-150160e0.js +1 -0
- package/src/components/add-funds-form/add-funds-form.d.ts +1 -1
- package/src/components/address-preference-context/address-preference-context.d.ts +5 -2
- 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/carrier-icon/carrier-icon.d.ts +9 -9
- package/src/components/carrier-logo/carrier-logo.d.ts +2 -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/date-picker/date-picker.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 +3 -2
- package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
- package/src/components/field/rate-select/rate-select.d.ts +7 -2
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +5 -2
- package/src/components/here-map/here-map.d.ts +16 -0
- package/src/components/here-map/here-map.styles.d.ts +23 -0
- package/src/components/history/history-card/history-card.d.ts +1 -1
- package/src/components/index.d.ts +1 -0
- package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
- package/src/components/modal/modal.d.ts +2 -1
- package/src/components/pager/pager.d.ts +1 -1
- package/src/components/rate-details/index.d.ts +1 -0
- package/src/components/rate-details/rate-details.d.ts +17 -0
- package/src/components/rate-details/rate-details.styles.d.ts +23 -0
- package/src/components/save-status/save-status.d.ts +1 -1
- package/src/components/search-bar/index.d.ts +1 -0
- package/src/components/search-bar/search-bar.d.ts +8 -0
- package/src/components/service-point-display/operating-hours.d.ts +6 -0
- package/src/components/service-point-display/operating-hours.styles.d.ts +44 -0
- package/src/components/service-point-display/service-point-display.d.ts +6 -6
- package/src/components/service-point-display/service-point-display.styles.d.ts +13 -19
- package/src/components/service-points/service-points.d.ts +3 -2
- package/src/components/tabs/tabs.d.ts +5 -1
- package/src/components/tabs/tabs.styles.d.ts +3 -2
- 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 +2 -2
- package/src/components/templates/label/label.d.ts +1 -1
- package/src/components/templates/label/label.styles.d.ts +21 -1
- package/src/components/templates/product-form/product-form-schema.d.ts +12 -0
- 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/pudo-rate-tabs/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/pudo-list-view/pudo-list-view.d.ts +5 -0
- package/src/components/templates/pudo-rate-tabs/pudo-map-view/pudo-map-view.d.ts +15 -0
- package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +17 -15
- package/src/components/templates/rate-form/rate-form.d.ts +11 -4
- package/src/components/templates/register-funding-source-carrier-form/index.d.ts +2 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.d.ts +13 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.styles.d.ts +25 -0
- package/src/components/templates/{add-carrier-form/add-carrier-form-schema.d.ts → register-funding-source-carrier-form/register-funding-source-carrier-schema.d.ts} +42 -88
- package/src/components/templates/shipment/shipment.d.ts +3 -10
- 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 +50 -4
- package/src/elements/labels-grid/labels-grid.d.ts +51 -5
- 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} +101 -49
- package/src/elements/manage-external-carriers/index.d.ts +1 -0
- package/src/elements/{external-carriers/external-carriers.d.ts → manage-external-carriers/manage-external-carriers.d.ts} +58 -41
- package/src/elements/manage-funding/manage-funding-element.d.ts +50 -4
- package/src/elements/manage-warehouses/manage-warehouses.d.ts +68 -5
- package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +50 -4
- package/src/elements/purchase-label/configure-shipment.d.ts +4 -26
- 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 +6 -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 +67 -44
- 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} +87 -51
- package/src/elements/shipments-grid/shipments-grid.d.ts +51 -5
- package/src/elements/theme-creator/theme-creator.d.ts +50 -4
- package/src/elements/theme-creator/themeData/themeData.d.ts +0 -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} +50 -4
- package/src/elements/unit-settings/unit-settings-element.d.ts +50 -4
- package/src/elements/vat-settings/vat-settings-element.d.ts +50 -4
- package/src/elements/void-label/components/actions/actions.d.ts +4 -4
- package/src/elements/void-label/components/message/message.d.ts +1 -1
- package/src/elements/void-label/void-label.d.ts +80 -45
- 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 +3 -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/manage-carriers/hooks/index.d.ts +3 -0
- package/src/features/manage-carriers/hooks/use-carrier-metadata.d.ts +2 -0
- package/src/features/manage-carriers/hooks/use-list-funding-source-carriers.d.ts +11 -0
- 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/manage-carriers/manage-carriers-row/manage-carriers-row.d.ts +11 -0
- 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 +6 -0
- package/src/hooks/here-map/use-here-map-ui.d.ts +10 -0
- package/src/hooks/here-map/use-here-map.d.ts +5 -0
- 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 +5 -3
- 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 +50 -4
- 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 +8 -1
- package/src/themes/fallback.d.ts +3 -0
- package/src/themes/index.d.ts +4 -0
- package/src/types/carrier-metadata.d.ts +7 -11
- package/src/types/index.d.ts +0 -1
- package/src/types/preferred-rates.d.ts +1 -1
- package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
- package/src/utilities/date.d.ts +1 -2
- 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 +9 -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 +56 -17
- package/src/workflows/{manage-wallet-workflow/manage-wallet-workflow.d.ts → carrier-services/carrier-services.d.ts} +79 -25
- package/src/workflows/carrier-services/index.d.ts +1 -0
- package/src/workflows/{connect-carrier/connect-carrier.d.ts → connect-external-carrier/connect-external-carrier.d.ts} +58 -39
- 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 +4 -5
- 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 +2 -3
- 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 +2 -7
- package/src/workflows/onboarding/onboarding.d.ts +71 -73
- package/story-notes-c714d2ed.js +1 -0
- package/suspend-text-cad3a977.js +1 -0
- package/transaction-history-element-cbfe487c.js +1 -0
- package/types.js +1 -0
- package/use-page-layout-8cb5075f.js +1 -0
- 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 -0
- package/validation-528e7834.js +1 -0
- package/wallet-form-9e4bfaea.js +1 -0
- package/warehouse-form-da6a7ac5.js +34 -0
- package/warehouses-a83188ab.js +1 -0
- package/workflows.js +1 -0
- package/zod-60def96c.js +1 -0
- package/index.cjs +0 -25795
- package/src/components/templates/add-carrier-form/add-carrier-form-test.d.ts +0 -1
- package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +0 -10
- package/src/components/templates/add-carrier-form/index.d.ts +0 -2
- 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/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +0 -6
- 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 -10
- package/src/features/external-carriers/index.d.ts +0 -1
- package/src/features/shipengine-carriers/hooks/index.d.ts +0 -2
- package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +0 -13
- package/src/features/shipengine-carriers/hooks/use-list-connected-carriers.d.ts +0 -11
- 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-row/shipengine-carriers-row.d.ts +0 -9
- 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/types/patch.d.ts +0 -2
- 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/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/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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Label } from "@shipengine/
|
|
1
|
+
import { Label } from "@shipengine/react-api";
|
|
2
2
|
type ComponentProps = {
|
|
3
3
|
onRowClick: (data: Label) => void;
|
|
4
4
|
};
|
|
@@ -58,6 +58,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
58
58
|
schedulePickup: string;
|
|
59
59
|
showItems: string;
|
|
60
60
|
void: string;
|
|
61
|
+
download: string;
|
|
61
62
|
};
|
|
62
63
|
fields: {
|
|
63
64
|
dimensions: string;
|
|
@@ -77,6 +78,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
77
78
|
multipleShippingServices: string;
|
|
78
79
|
sections: {
|
|
79
80
|
labels: string;
|
|
81
|
+
shipmentSummary: string;
|
|
80
82
|
};
|
|
81
83
|
noLabels: string;
|
|
82
84
|
};
|
|
@@ -98,7 +100,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
98
100
|
genericText: string;
|
|
99
101
|
};
|
|
100
102
|
};
|
|
101
|
-
"
|
|
103
|
+
"manage-carriers": {
|
|
102
104
|
title: string;
|
|
103
105
|
headers: {
|
|
104
106
|
accountCarriers: string;
|
|
@@ -166,8 +168,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
166
168
|
};
|
|
167
169
|
};
|
|
168
170
|
"register-carrier": {
|
|
169
|
-
formTitle:
|
|
170
|
-
|
|
171
|
+
formTitle: {
|
|
172
|
+
default: string;
|
|
173
|
+
new: string;
|
|
174
|
+
edit: string;
|
|
175
|
+
};
|
|
176
|
+
notifications: {
|
|
177
|
+
error: {
|
|
178
|
+
title: string;
|
|
179
|
+
};
|
|
180
|
+
};
|
|
181
|
+
};
|
|
182
|
+
"rate-details": {
|
|
183
|
+
total: string;
|
|
184
|
+
subtotal: string;
|
|
185
|
+
registerVat: string;
|
|
186
|
+
concepts: {
|
|
187
|
+
confirmation: string;
|
|
188
|
+
uncategorized: string;
|
|
189
|
+
shipping: string;
|
|
190
|
+
insurance: string;
|
|
191
|
+
confirm: string;
|
|
192
|
+
discount: string;
|
|
193
|
+
fuel_charge: string;
|
|
194
|
+
additional_fees: string;
|
|
195
|
+
tariff: string;
|
|
196
|
+
tax: string;
|
|
197
|
+
delivery: string;
|
|
198
|
+
handling: string;
|
|
199
|
+
special_goods: string;
|
|
200
|
+
pickup: string;
|
|
201
|
+
location_fee: string;
|
|
202
|
+
oversize: string;
|
|
203
|
+
returns: string;
|
|
204
|
+
notifications: string;
|
|
205
|
+
tip: string;
|
|
206
|
+
duties_and_taxes: string;
|
|
207
|
+
brokerage_fee: string;
|
|
208
|
+
admin_fee: string;
|
|
209
|
+
adjustment: string;
|
|
210
|
+
auctane_service_fee: string;
|
|
211
|
+
product_price: string;
|
|
212
|
+
};
|
|
171
213
|
};
|
|
172
214
|
"purchase-label": {
|
|
173
215
|
title: string;
|
|
@@ -280,7 +322,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
280
322
|
today: string;
|
|
281
323
|
viewMap: string;
|
|
282
324
|
otherLocations: string;
|
|
283
|
-
|
|
325
|
+
noServicePointsForService: string;
|
|
326
|
+
error: string;
|
|
327
|
+
paperless: string;
|
|
328
|
+
localTimeDisclaimer: string;
|
|
284
329
|
};
|
|
285
330
|
shipToAddressFormFields: string;
|
|
286
331
|
sections: {
|
|
@@ -784,6 +829,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
784
829
|
gram: string;
|
|
785
830
|
kilogram: string;
|
|
786
831
|
};
|
|
832
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
787
833
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
788
834
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
789
835
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as ManageCarriers from "./manage-carriers";
|
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ShipEngineCarriersFeatures } from "../../features/shipengine-carriers";
|
|
3
|
-
/**
|
|
4
|
-
* # ShipEngine-Carriers Props
|
|
5
|
-
*
|
|
6
|
-
* @see {@link ShipEngineCarriers.Element | The `<ShipEngine-Carriers />` component}
|
|
7
|
-
*/
|
|
8
|
-
export type ComponentProps = {
|
|
9
|
-
/**
|
|
10
|
-
* `features` is a set of feature flags you would like to enable or disable in this component.
|
|
11
|
-
*/
|
|
12
|
-
features?: ShipEngineCarriersFeatures;
|
|
13
|
-
};
|
|
14
2
|
/**
|
|
15
3
|
* # ShipEngine-Carriers Element
|
|
16
4
|
*
|
|
17
|
-
* @param ComponentProps The base props that will be passed into the `<
|
|
5
|
+
* @param ComponentProps The base props that will be passed into the `<ManageCarriers />` component.
|
|
18
6
|
*
|
|
19
|
-
* @returns Element A React element that renders the `<
|
|
7
|
+
* @returns Element A React element that renders the `<ManageCarriers />` component allowing users
|
|
20
8
|
* to view a list of carriers that are connected to their ShipEngine account. This component is
|
|
21
9
|
* composed in the `<AccountSettings />` Element.
|
|
22
10
|
*
|
|
@@ -25,17 +13,17 @@ export type ComponentProps = {
|
|
|
25
13
|
* (() => {
|
|
26
14
|
* const features = useFeatures("Global");
|
|
27
15
|
*
|
|
28
|
-
* return <
|
|
16
|
+
* return <ManageCarriers.Element features={features} />;
|
|
29
17
|
* })();
|
|
30
18
|
* ```
|
|
31
19
|
*
|
|
32
20
|
* <br />
|
|
33
21
|
*
|
|
34
|
-
* @see {@link
|
|
35
|
-
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<
|
|
22
|
+
* @see {@link ManageCarriers.ComponentProps | The props that are passed into the `<ManageCarriers />` component}
|
|
23
|
+
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageCarriers />` component}
|
|
36
24
|
*/
|
|
37
|
-
export declare const Component: (
|
|
38
|
-
export declare const Element: ({ resources, ...props }:
|
|
25
|
+
export declare const Component: () => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare const Element: ({ resources, ...props }: object & {
|
|
39
27
|
resources?: {
|
|
40
28
|
en: {
|
|
41
29
|
"wallet-history": {
|
|
@@ -91,6 +79,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
91
79
|
schedulePickup: string;
|
|
92
80
|
showItems: string;
|
|
93
81
|
void: string;
|
|
82
|
+
download: string;
|
|
94
83
|
};
|
|
95
84
|
fields: {
|
|
96
85
|
dimensions: string;
|
|
@@ -110,6 +99,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
110
99
|
multipleShippingServices: string;
|
|
111
100
|
sections: {
|
|
112
101
|
labels: string;
|
|
102
|
+
shipmentSummary: string;
|
|
113
103
|
};
|
|
114
104
|
noLabels: string;
|
|
115
105
|
};
|
|
@@ -131,7 +121,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
131
121
|
genericText: string;
|
|
132
122
|
};
|
|
133
123
|
};
|
|
134
|
-
"
|
|
124
|
+
"manage-carriers": {
|
|
135
125
|
title: string;
|
|
136
126
|
headers: {
|
|
137
127
|
accountCarriers: string;
|
|
@@ -199,8 +189,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
199
189
|
};
|
|
200
190
|
};
|
|
201
191
|
"register-carrier": {
|
|
202
|
-
formTitle:
|
|
203
|
-
|
|
192
|
+
formTitle: {
|
|
193
|
+
default: string;
|
|
194
|
+
new: string;
|
|
195
|
+
edit: string;
|
|
196
|
+
};
|
|
197
|
+
notifications: {
|
|
198
|
+
error: {
|
|
199
|
+
title: string;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
"rate-details": {
|
|
204
|
+
total: string;
|
|
205
|
+
subtotal: string;
|
|
206
|
+
registerVat: string;
|
|
207
|
+
concepts: {
|
|
208
|
+
confirmation: string;
|
|
209
|
+
uncategorized: string;
|
|
210
|
+
shipping: string;
|
|
211
|
+
insurance: string;
|
|
212
|
+
confirm: string;
|
|
213
|
+
discount: string;
|
|
214
|
+
fuel_charge: string;
|
|
215
|
+
additional_fees: string;
|
|
216
|
+
tariff: string;
|
|
217
|
+
tax: string;
|
|
218
|
+
delivery: string;
|
|
219
|
+
handling: string;
|
|
220
|
+
special_goods: string;
|
|
221
|
+
pickup: string;
|
|
222
|
+
location_fee: string;
|
|
223
|
+
oversize: string;
|
|
224
|
+
returns: string;
|
|
225
|
+
notifications: string;
|
|
226
|
+
tip: string;
|
|
227
|
+
duties_and_taxes: string;
|
|
228
|
+
brokerage_fee: string;
|
|
229
|
+
admin_fee: string;
|
|
230
|
+
adjustment: string;
|
|
231
|
+
auctane_service_fee: string;
|
|
232
|
+
product_price: string;
|
|
233
|
+
};
|
|
204
234
|
};
|
|
205
235
|
"purchase-label": {
|
|
206
236
|
title: string;
|
|
@@ -313,7 +343,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
313
343
|
today: string;
|
|
314
344
|
viewMap: string;
|
|
315
345
|
otherLocations: string;
|
|
316
|
-
|
|
346
|
+
noServicePointsForService: string;
|
|
347
|
+
error: string;
|
|
348
|
+
paperless: string;
|
|
349
|
+
localTimeDisclaimer: string;
|
|
317
350
|
};
|
|
318
351
|
shipToAddressFormFields: string;
|
|
319
352
|
sections: {
|
|
@@ -404,12 +437,30 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
404
437
|
saveRule: string;
|
|
405
438
|
};
|
|
406
439
|
autoFunding: {
|
|
407
|
-
edit: string;
|
|
408
440
|
/**
|
|
409
|
-
* # ShipEngine-Carriers
|
|
441
|
+
* # ShipEngine-Carriers Element
|
|
442
|
+
*
|
|
443
|
+
* @param ComponentProps The base props that will be passed into the `<ManageCarriers />` component.
|
|
444
|
+
*
|
|
445
|
+
* @returns Element A React element that renders the `<ManageCarriers />` component allowing users
|
|
446
|
+
* to view a list of carriers that are connected to their ShipEngine account. This component is
|
|
447
|
+
* composed in the `<AccountSettings />` Element.
|
|
448
|
+
*
|
|
449
|
+
* @example
|
|
450
|
+
* ```tsx
|
|
451
|
+
* (() => {
|
|
452
|
+
* const features = useFeatures("Global");
|
|
453
|
+
*
|
|
454
|
+
* return <ManageCarriers.Element features={features} />;
|
|
455
|
+
* })();
|
|
456
|
+
* ```
|
|
457
|
+
*
|
|
458
|
+
* <br />
|
|
410
459
|
*
|
|
411
|
-
* @see {@link
|
|
460
|
+
* @see {@link ManageCarriers.ComponentProps | The props that are passed into the `<ManageCarriers />` component}
|
|
461
|
+
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageCarriers />` component}
|
|
412
462
|
*/
|
|
463
|
+
edit: string;
|
|
413
464
|
editSettings: string;
|
|
414
465
|
error: {
|
|
415
466
|
title: string;
|
|
@@ -462,6 +513,29 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
462
513
|
description: string;
|
|
463
514
|
};
|
|
464
515
|
purchase: {
|
|
516
|
+
/**
|
|
517
|
+
* # ShipEngine-Carriers Element
|
|
518
|
+
*
|
|
519
|
+
* @param ComponentProps The base props that will be passed into the `<ManageCarriers />` component.
|
|
520
|
+
*
|
|
521
|
+
* @returns Element A React element that renders the `<ManageCarriers />` component allowing users
|
|
522
|
+
* to view a list of carriers that are connected to their ShipEngine account. This component is
|
|
523
|
+
* composed in the `<AccountSettings />` Element.
|
|
524
|
+
*
|
|
525
|
+
* @example
|
|
526
|
+
* ```tsx
|
|
527
|
+
* (() => {
|
|
528
|
+
* const features = useFeatures("Global");
|
|
529
|
+
*
|
|
530
|
+
* return <ManageCarriers.Element features={features} />;
|
|
531
|
+
* })();
|
|
532
|
+
* ```
|
|
533
|
+
*
|
|
534
|
+
* <br />
|
|
535
|
+
*
|
|
536
|
+
* @see {@link ManageCarriers.ComponentProps | The props that are passed into the `<ManageCarriers />` component}
|
|
537
|
+
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageCarriers />` component}
|
|
538
|
+
*/
|
|
465
539
|
title: string;
|
|
466
540
|
description: string;
|
|
467
541
|
};
|
|
@@ -532,29 +606,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
532
606
|
registrationForm: {
|
|
533
607
|
error: string;
|
|
534
608
|
title: string;
|
|
535
|
-
/**
|
|
536
|
-
* # ShipEngine-Carriers Element
|
|
537
|
-
*
|
|
538
|
-
* @param ComponentProps The base props that will be passed into the `<ShipEngine-Carriers />` component.
|
|
539
|
-
*
|
|
540
|
-
* @returns Element A React element that renders the `<ShipEngine-Carriers />` component allowing users
|
|
541
|
-
* to view a list of carriers that are connected to their ShipEngine account. This component is
|
|
542
|
-
* composed in the `<AccountSettings />` Element.
|
|
543
|
-
*
|
|
544
|
-
* @example
|
|
545
|
-
* ```tsx
|
|
546
|
-
* (() => {
|
|
547
|
-
* const features = useFeatures("Global");
|
|
548
|
-
*
|
|
549
|
-
* return <ShipEngineCarriers.Element features={features} />;
|
|
550
|
-
* })();
|
|
551
|
-
* ```
|
|
552
|
-
*
|
|
553
|
-
* <br />
|
|
554
|
-
*
|
|
555
|
-
* @see {@link ShipEngineCarriers.ComponentProps | The props that are passed into the `<ShipEngine-Carriers />` component}
|
|
556
|
-
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ShipEngine-Carriers />` component}
|
|
557
|
-
*/
|
|
558
609
|
betaWarning: string;
|
|
559
610
|
};
|
|
560
611
|
search: string;
|
|
@@ -845,6 +896,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
845
896
|
gram: string;
|
|
846
897
|
kilogram: string;
|
|
847
898
|
};
|
|
899
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
848
900
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
849
901
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
850
902
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * as ManageExternalCarriers from "./manage-external-carriers";
|
|
@@ -1,16 +1,12 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ExternalCarriersProps } from "../../features";
|
|
3
|
-
/**
|
|
4
|
-
* `availableCarrierConnections` is a set of carrier codes for carriers that may be added. If this is omitted,
|
|
5
|
-
* new carriers may not be added by this element.
|
|
6
|
-
*/
|
|
7
3
|
export type ComponentProps = ExternalCarriersProps;
|
|
8
4
|
/**
|
|
9
|
-
* #
|
|
5
|
+
* # ManageExternalCarriers Element
|
|
10
6
|
*
|
|
11
|
-
* @param ComponentProps The base props that will be passed into the `<
|
|
7
|
+
* @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
|
|
12
8
|
*
|
|
13
|
-
* @returns Element A React element that renders the `<
|
|
9
|
+
* @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
|
|
14
10
|
* to view a list of their own carrier accounts that have been connected to their ShipEngine account,
|
|
15
11
|
* and to add additional carriers.
|
|
16
12
|
* This component is composed in the `<AccountSettings />` Element.
|
|
@@ -18,18 +14,16 @@ export type ComponentProps = ExternalCarriersProps;
|
|
|
18
14
|
* @example
|
|
19
15
|
* ```tsx
|
|
20
16
|
* (() => {
|
|
21
|
-
*
|
|
22
|
-
*
|
|
23
|
-
* return <ExternalCarriers.Component features={features} />;
|
|
17
|
+
* return <ManageExternalCarriers.Element isModalFullScreen={false} />;
|
|
24
18
|
* })();
|
|
25
19
|
* ```
|
|
26
20
|
*
|
|
27
21
|
* <br />
|
|
28
22
|
*
|
|
29
|
-
* @see {@link
|
|
30
|
-
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<
|
|
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}
|
|
31
25
|
*/
|
|
32
|
-
export declare const Component: ({
|
|
26
|
+
export declare const Component: ({ isModalFullScreen }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
33
27
|
export declare const Element: ({ resources, ...props }: ExternalCarriersProps & {
|
|
34
28
|
resources?: {
|
|
35
29
|
en: {
|
|
@@ -86,6 +80,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
86
80
|
schedulePickup: string;
|
|
87
81
|
showItems: string;
|
|
88
82
|
void: string;
|
|
83
|
+
download: string;
|
|
89
84
|
};
|
|
90
85
|
fields: {
|
|
91
86
|
dimensions: string;
|
|
@@ -105,6 +100,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
105
100
|
multipleShippingServices: string;
|
|
106
101
|
sections: {
|
|
107
102
|
labels: string;
|
|
103
|
+
shipmentSummary: string;
|
|
108
104
|
};
|
|
109
105
|
noLabels: string;
|
|
110
106
|
};
|
|
@@ -126,7 +122,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
126
122
|
genericText: string;
|
|
127
123
|
};
|
|
128
124
|
};
|
|
129
|
-
"
|
|
125
|
+
"manage-carriers": {
|
|
130
126
|
title: string;
|
|
131
127
|
headers: {
|
|
132
128
|
accountCarriers: string;
|
|
@@ -194,8 +190,48 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
194
190
|
};
|
|
195
191
|
};
|
|
196
192
|
"register-carrier": {
|
|
197
|
-
formTitle:
|
|
198
|
-
|
|
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
|
+
};
|
|
199
235
|
};
|
|
200
236
|
"purchase-label": {
|
|
201
237
|
title: string;
|
|
@@ -308,7 +344,10 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
308
344
|
today: string;
|
|
309
345
|
viewMap: string;
|
|
310
346
|
otherLocations: string;
|
|
311
|
-
|
|
347
|
+
noServicePointsForService: string;
|
|
348
|
+
error: string;
|
|
349
|
+
paperless: string;
|
|
350
|
+
localTimeDisclaimer: string;
|
|
312
351
|
};
|
|
313
352
|
shipToAddressFormFields: string;
|
|
314
353
|
sections: {
|
|
@@ -456,30 +495,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
456
495
|
description: string;
|
|
457
496
|
};
|
|
458
497
|
thermal: {
|
|
459
|
-
title: string;
|
|
460
|
-
* # ExternalCarriers Component
|
|
461
|
-
*
|
|
462
|
-
* @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
|
|
463
|
-
*
|
|
464
|
-
* @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
|
|
465
|
-
* to view a list of their own carrier accounts that have been connected to their ShipEngine account,
|
|
466
|
-
* and to add additional carriers.
|
|
467
|
-
* This component is composed in the `<AccountSettings />` Element.
|
|
468
|
-
*
|
|
469
|
-
* @example
|
|
470
|
-
* ```tsx
|
|
471
|
-
* (() => {
|
|
472
|
-
* const features = useFeatures("Global");
|
|
473
|
-
*
|
|
474
|
-
* return <ExternalCarriers.Component features={features} />;
|
|
475
|
-
* })();
|
|
476
|
-
* ```
|
|
477
|
-
*
|
|
478
|
-
* <br />
|
|
479
|
-
*
|
|
480
|
-
* @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
|
|
481
|
-
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
|
|
482
|
-
*/
|
|
498
|
+
title: string;
|
|
483
499
|
description: string;
|
|
484
500
|
};
|
|
485
501
|
};
|
|
@@ -835,6 +851,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
835
851
|
gram: string;
|
|
836
852
|
kilogram: string;
|
|
837
853
|
};
|
|
854
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
838
855
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
839
856
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
840
857
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -56,6 +56,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
56
56
|
schedulePickup: string;
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
|
+
download: string;
|
|
59
60
|
};
|
|
60
61
|
fields: {
|
|
61
62
|
dimensions: string;
|
|
@@ -75,6 +76,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
75
76
|
multipleShippingServices: string;
|
|
76
77
|
sections: {
|
|
77
78
|
labels: string;
|
|
79
|
+
shipmentSummary: string;
|
|
78
80
|
};
|
|
79
81
|
noLabels: string;
|
|
80
82
|
};
|
|
@@ -96,7 +98,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
96
98
|
genericText: string;
|
|
97
99
|
};
|
|
98
100
|
};
|
|
99
|
-
"
|
|
101
|
+
"manage-carriers": {
|
|
100
102
|
title: string;
|
|
101
103
|
headers: {
|
|
102
104
|
accountCarriers: string;
|
|
@@ -164,8 +166,48 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
164
166
|
};
|
|
165
167
|
};
|
|
166
168
|
"register-carrier": {
|
|
167
|
-
formTitle:
|
|
168
|
-
|
|
169
|
+
formTitle: {
|
|
170
|
+
default: string;
|
|
171
|
+
new: string;
|
|
172
|
+
edit: string;
|
|
173
|
+
};
|
|
174
|
+
notifications: {
|
|
175
|
+
error: {
|
|
176
|
+
title: string;
|
|
177
|
+
};
|
|
178
|
+
};
|
|
179
|
+
};
|
|
180
|
+
"rate-details": {
|
|
181
|
+
total: string;
|
|
182
|
+
subtotal: string;
|
|
183
|
+
registerVat: string;
|
|
184
|
+
concepts: {
|
|
185
|
+
confirmation: string;
|
|
186
|
+
uncategorized: string;
|
|
187
|
+
shipping: string;
|
|
188
|
+
insurance: string;
|
|
189
|
+
confirm: string;
|
|
190
|
+
discount: string;
|
|
191
|
+
fuel_charge: string;
|
|
192
|
+
additional_fees: string;
|
|
193
|
+
tariff: string;
|
|
194
|
+
tax: string;
|
|
195
|
+
delivery: string;
|
|
196
|
+
handling: string;
|
|
197
|
+
special_goods: string;
|
|
198
|
+
pickup: string;
|
|
199
|
+
location_fee: string;
|
|
200
|
+
oversize: string;
|
|
201
|
+
returns: string;
|
|
202
|
+
notifications: string;
|
|
203
|
+
tip: string;
|
|
204
|
+
duties_and_taxes: string;
|
|
205
|
+
brokerage_fee: string;
|
|
206
|
+
admin_fee: string;
|
|
207
|
+
adjustment: string;
|
|
208
|
+
auctane_service_fee: string;
|
|
209
|
+
product_price: string;
|
|
210
|
+
};
|
|
169
211
|
};
|
|
170
212
|
"purchase-label": {
|
|
171
213
|
title: string;
|
|
@@ -278,7 +320,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
278
320
|
today: string;
|
|
279
321
|
viewMap: string;
|
|
280
322
|
otherLocations: string;
|
|
281
|
-
|
|
323
|
+
noServicePointsForService: string;
|
|
324
|
+
error: string;
|
|
325
|
+
paperless: string;
|
|
326
|
+
localTimeDisclaimer: string;
|
|
282
327
|
};
|
|
283
328
|
shipToAddressFormFields: string;
|
|
284
329
|
sections: {
|
|
@@ -782,6 +827,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
782
827
|
gram: string;
|
|
783
828
|
kilogram: string;
|
|
784
829
|
};
|
|
830
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
785
831
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
786
832
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
787
833
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|