@shipengine/elements 2.9.1 → 2.11.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/actions-menu.js +5 -5
- package/carrier.js +1 -1
- package/components.js +1 -1
- package/elements.js +1 -1
- package/hooks.js +1 -1
- package/index.js +1 -1
- package/package.json +3 -3
- package/shipment.js +1 -1
- package/src/components/add-funds-form/add-funds-form.d.ts +2 -1
- package/src/components/enable-insurance-banner/enable-insurance-banner.d.ts +8 -0
- package/src/components/enable-insurance-banner/enable-insurance-banner.styles.d.ts +37 -0
- package/src/components/enable-insurance-banner/index.d.ts +1 -0
- package/src/components/field/rate-card/insurance-popover/index.d.ts +1 -0
- package/src/components/field/rate-card/insurance-popover/insurance-popover.d.ts +11 -0
- package/src/components/field/rate-card/insurance-popover/insurance-popover.styles.d.ts +14 -0
- package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/cost-breakdown.styles.d.ts +0 -1
- package/src/components/field/rate-select/rate-card/rate-card.d.ts +16 -0
- package/src/components/field/rate-select/rate-card/rate-card.styles.d.ts +30 -0
- package/src/components/field/rate-select/rate-select.d.ts +1 -0
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +2 -1
- package/src/components/service-card/service-card.d.ts +36 -0
- package/src/components/service-card/service-card.styles.d.ts +68 -0
- package/src/components/service-point-display/service-point-display.d.ts +1 -0
- package/src/components/service-points/service-points.d.ts +3 -2
- package/src/components/service-points/service-points.styles.d.ts +6 -0
- package/src/components/templates/index.d.ts +2 -1
- package/src/components/templates/label-display/index.d.ts +1 -0
- package/src/components/templates/label-display/label-card.d.ts +17 -0
- package/src/components/templates/{label/label.styles.d.ts → label-display/label-card.styles.d.ts} +8 -2
- package/src/components/templates/label-display/label-display.d.ts +15 -0
- package/src/components/templates/rate-form/rate-form.d.ts +3 -1
- package/src/components/templates/rate-form/rate-form.styles.d.ts +3 -0
- package/src/components/templates/rate-form/rate-view.d.ts +38 -0
- package/src/components/templates/register-funding-source-insurance-form/index.d.ts +2 -0
- package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-form-shema.d.ts +10 -0
- package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-form.d.ts +15 -0
- package/src/components/templates/register-funding-source-insurance-form/register-funding-source-insurance-from.styles.d.ts +14 -0
- package/src/components/templates/shipment/shipment.d.ts +1 -1
- package/src/components/templates/shipment-form/sections/customs-forms/components/index.d.ts +1 -0
- package/src/components/templates/shipment-form/sections/customs-forms/components/windsor-framework/windsor-framework.d.ts +7 -0
- package/src/components/templates/shipment-form/sections/customs-forms/components/windsor-framework/windsor-framework.styles.d.ts +20 -0
- package/src/components/templates/shipment-form/sections/customs-forms/customs-forms.d.ts +2 -1
- package/src/components/templates/shipment-form/shipment-form.d.ts +1 -1
- package/src/components/templates/shipment-form/shipment-form.styles.d.ts +20 -0
- package/src/components/templates/shipment-form/shipment-schema.d.ts +201 -13
- package/src/components/templates/wallet-form/wallet-form.d.ts +2 -1
- package/src/elements/index.d.ts +2 -2
- package/src/elements/labels-grid/hooks/use-labels-grid.d.ts +5 -1
- package/src/elements/labels-grid/labels-grid.d.ts +92 -36
- package/src/elements/manage-carriers/manage-carriers.d.ts +59 -6
- package/src/elements/manage-external-carriers/manage-external-carriers.d.ts +81 -27
- package/src/elements/manage-funding/manage-funding-element.d.ts +59 -6
- package/src/elements/manage-warehouses/manage-warehouses.d.ts +59 -6
- package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +59 -6
- package/src/elements/purchase-label/hooks/use-rates-form.d.ts +2 -0
- package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label.d.ts +83 -22
- package/src/elements/select-label-layout/index.d.ts +1 -0
- package/src/elements/{label-layout/label-layout-element.d.ts → select-label-layout/select-label-layout-element.d.ts} +59 -6
- package/src/elements/shipment-summary/shipment-summary.d.ts +102 -27
- package/src/elements/shipments-grid/hooks/use-shipments-grid.d.ts +4 -0
- package/src/elements/shipments-grid/shipments-grid.d.ts +61 -13
- package/src/elements/theme-creator/theme-creator.d.ts +59 -6
- package/src/elements/transaction-history/transaction-history-element.d.ts +59 -6
- package/src/elements/unit-settings/unit-settings-element.d.ts +59 -6
- package/src/elements/vat-settings/vat-settings-element.d.ts +59 -6
- package/src/elements/void-label/void-label.d.ts +73 -57
- package/src/features/index.d.ts +1 -1
- package/src/features/manage-carriers/hooks/use-carrier-metadata.d.ts +2 -2
- package/src/features/manage-carriers/hooks/use-list-funding-source-carriers.d.ts +3 -1
- package/src/features/manage-carriers/manage-insurance-provider-row/index.d.ts +1 -0
- package/src/features/manage-carriers/manage-insurance-provider-row/info-popover.d.ts +10 -0
- package/src/features/manage-carriers/manage-insurance-provider-row/manage-insurance-provider-row.d.ts +7 -0
- package/src/features/manage-carriers/manage-insurance-provider-row/manage-insurance-provider-row.styles.d.ts +37 -0
- package/src/features/select-label-layout/index.d.ts +2 -0
- package/src/features/select-label-layout/select-label-layout.d.ts +7 -0
- package/src/features/{label-layout → select-label-layout}/use-label-layout.d.ts +2 -2
- package/src/features/unit-settings/unit-settings.d.ts +2 -2
- package/src/features/unit-settings/use-unit-settings.d.ts +3 -3
- package/src/features/vat-settings/use-vat-settings.d.ts +3 -3
- package/src/hooks/index.d.ts +1 -0
- package/src/hooks/insurance/index.d.ts +2 -0
- package/src/hooks/insurance/use-get-funding-source-insurance-provider.d.ts +14 -0
- package/src/hooks/insurance/use-manage-funding-source-insurance.d.ts +10 -0
- package/src/hooks/options/index.d.ts +2 -0
- package/src/hooks/options/use-insurance-provider-options.d.ts +8 -3
- package/src/hooks/options/use-movement-indicator-options.d.ts +12 -0
- package/src/hooks/options/use-rate-options.d.ts +4 -1
- package/src/hooks/options/use-windsor-framework.d.ts +9 -0
- package/src/index.d.ts +1 -0
- package/src/locales/en/index.d.ts +59 -6
- package/src/types/carrier-metadata.d.ts +1 -1
- package/src/types/index.d.ts +1 -0
- package/src/types/insurance-metadata.d.ts +25 -0
- package/src/utilities/feature-flags/types.d.ts +41 -0
- package/src/utilities/index.d.ts +1 -1
- package/src/utilities/shipengine/carrier.d.ts +16 -0
- package/src/utilities/shipengine/index.d.ts +1 -0
- package/src/utilities/shipengine/insurance.d.ts +17 -0
- package/src/utilities/tracking-formatter.d.ts +9 -0
- package/src/workflows/account-settings/account-settings.d.ts +60 -12
- package/src/workflows/account-settings/use-get-panel-props.d.ts +3 -3
- package/src/workflows/carrier-services/carrier-services.d.ts +59 -6
- package/src/workflows/connect-external-carrier/connect-external-carrier.d.ts +59 -6
- package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form-schema.d.ts +18 -18
- package/src/workflows/onboarding/components/confirmation-and-submission-step/use-confirmation-and-submission-step.d.ts +4 -2
- package/src/workflows/onboarding/components/funding-step/funding-step.d.ts +2 -1
- package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +2 -1
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +4 -3
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +4 -0
- package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +3 -3
- package/src/workflows/onboarding/onboarding.d.ts +60 -7
- package/suspend-text.js +1 -1
- package/transaction-history-element.js +1 -1
- package/use-run-once-on-true.js +1 -0
- package/use-scrub-errors.js +1 -1
- package/use-toggle.js +1 -1
- package/use-unit-settings.js +1 -1
- package/usePager.js +1 -1
- package/utilities.js +1 -1
- package/validation.js +1 -0
- package/vat.js +1 -1
- package/wallet-form.js +1 -1
- package/workflows.js +1 -1
- package/carrier-logo.js +0 -1
- package/src/components/field/rate-card/rate-card.d.ts +0 -19
- package/src/components/field/rate-card/rate-card.styles.d.ts +0 -22
- package/src/components/templates/label/index.d.ts +0 -1
- package/src/components/templates/label/label.d.ts +0 -12
- package/src/elements/label-layout/index.d.ts +0 -1
- package/src/features/label-layout/index.d.ts +0 -2
- package/src/features/label-layout/label-layout.d.ts +0 -7
- package/src/utilities/tracking-status-formatter.d.ts +0 -1
- package/warehouses.js +0 -1
- /package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/cost-breakdown.d.ts +0 -0
- /package/src/components/field/{rate-card → rate-select/rate-card}/cost-breakdown/index.d.ts +0 -0
- /package/src/components/field/{rate-card → rate-select/rate-card}/index.d.ts +0 -0
- /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/index.d.ts +0 -0
- /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/rate-detail-cost-breakdown.d.ts +0 -0
- /package/src/components/field/{rate-card → rate-select/rate-card}/rate-detail-cost-breakdown/rate-detail-cost-breakdown.styles.d.ts +0 -0
- /package/src/components/{label → history/history-card/label}/index.d.ts +0 -0
- /package/src/components/{label → history/history-card/label}/label.d.ts +0 -0
- /package/src/components/{label → history/history-card/label}/label.styles.d.ts +0 -0
- /package/src/features/{label-layout/label-layout.styles.d.ts → select-label-layout/select-label-layout.styles.d.ts} +0 -0
|
@@ -57,6 +57,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
59
|
download: string;
|
|
60
|
+
fileClaim: string;
|
|
60
61
|
};
|
|
61
62
|
fields: {
|
|
62
63
|
dimensions: string;
|
|
@@ -72,6 +73,20 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
72
73
|
insuredValue: string;
|
|
73
74
|
deliveryConfirmation: string;
|
|
74
75
|
};
|
|
76
|
+
insurance: {
|
|
77
|
+
parcelguard: {
|
|
78
|
+
title: string;
|
|
79
|
+
description: string;
|
|
80
|
+
cta: {
|
|
81
|
+
title: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
registerSuccess: {
|
|
85
|
+
title: string;
|
|
86
|
+
description: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
75
90
|
highVolumeForms: string;
|
|
76
91
|
multipleShippingServices: string;
|
|
77
92
|
sections: {
|
|
@@ -114,12 +129,6 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
114
129
|
};
|
|
115
130
|
"register-wallet": {
|
|
116
131
|
sections: {
|
|
117
|
-
setup: {
|
|
118
|
-
title: string;
|
|
119
|
-
subtitle: string;
|
|
120
|
-
descriptionTitle: string;
|
|
121
|
-
description: string;
|
|
122
|
-
};
|
|
123
132
|
billing: {
|
|
124
133
|
title: string;
|
|
125
134
|
cardSubTitle: string;
|
|
@@ -132,6 +141,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
132
141
|
title: string;
|
|
133
142
|
subtitle: string;
|
|
134
143
|
};
|
|
144
|
+
insuranceProviders: {
|
|
145
|
+
parcelguard: {
|
|
146
|
+
description: string;
|
|
147
|
+
terms: string;
|
|
148
|
+
termsLink: string;
|
|
149
|
+
popover: {
|
|
150
|
+
title: string;
|
|
151
|
+
description: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
135
155
|
notifications: {
|
|
136
156
|
error: {
|
|
137
157
|
title: string;
|
|
@@ -226,6 +246,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
226
246
|
};
|
|
227
247
|
cta: {
|
|
228
248
|
addPackageDetails: string;
|
|
249
|
+
parcelguard: string;
|
|
229
250
|
};
|
|
230
251
|
errorMessages: {
|
|
231
252
|
customsItemsRequired: string;
|
|
@@ -296,6 +317,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
296
317
|
dhlExpressTermsAcknowledgement: string;
|
|
297
318
|
noRateService: string;
|
|
298
319
|
};
|
|
320
|
+
windsorFramework: {
|
|
321
|
+
movementIndicator: string;
|
|
322
|
+
movementIndicators: {
|
|
323
|
+
b2c: string;
|
|
324
|
+
c2b: string;
|
|
325
|
+
c2c: string;
|
|
326
|
+
b2b: string;
|
|
327
|
+
};
|
|
328
|
+
notAtRisk: string;
|
|
329
|
+
notAtRiskShipmentTootip: string;
|
|
330
|
+
};
|
|
299
331
|
requirements: {
|
|
300
332
|
noWarehouse: string;
|
|
301
333
|
noCarrier: string;
|
|
@@ -326,6 +358,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
326
358
|
shipToAddressFormFields: string;
|
|
327
359
|
sections: {
|
|
328
360
|
customsForm: string;
|
|
361
|
+
windsorFramework: string;
|
|
329
362
|
shipment: string;
|
|
330
363
|
rate_one: string;
|
|
331
364
|
rate_other: string;
|
|
@@ -350,6 +383,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
350
383
|
shipFromAddress: string;
|
|
351
384
|
fundingAndCarrierConnection: string;
|
|
352
385
|
};
|
|
386
|
+
termsAgreement: {
|
|
387
|
+
title: string;
|
|
388
|
+
subtitle: string;
|
|
389
|
+
};
|
|
353
390
|
warehouse: {
|
|
354
391
|
title: string;
|
|
355
392
|
subtitle: string;
|
|
@@ -626,6 +663,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
626
663
|
continue: string;
|
|
627
664
|
delete: string;
|
|
628
665
|
edit: string;
|
|
666
|
+
enable: string;
|
|
629
667
|
hide: string;
|
|
630
668
|
parse: string;
|
|
631
669
|
purchase: string;
|
|
@@ -786,6 +824,14 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
786
824
|
unknown: string;
|
|
787
825
|
noRatesAvailable: string;
|
|
788
826
|
refreshAndTryAgain: string;
|
|
827
|
+
windsorFramework: {
|
|
828
|
+
doNotConform: string;
|
|
829
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
830
|
+
windsorFrameworkDefaultMessage: string;
|
|
831
|
+
shipperEori: string;
|
|
832
|
+
recipientEori: string;
|
|
833
|
+
ukims: string;
|
|
834
|
+
};
|
|
789
835
|
};
|
|
790
836
|
errorTypes: {
|
|
791
837
|
accountStatus: string;
|
|
@@ -799,6 +845,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
799
845
|
system: string;
|
|
800
846
|
unknown: string;
|
|
801
847
|
validation: string;
|
|
848
|
+
windsorFramework: string;
|
|
802
849
|
};
|
|
803
850
|
grid: {
|
|
804
851
|
"row-count_one": string;
|
|
@@ -825,8 +872,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
825
872
|
insuranceProviders: {
|
|
826
873
|
carrier: string;
|
|
827
874
|
none: string;
|
|
875
|
+
parcelguard: string;
|
|
828
876
|
shipsurance: string;
|
|
829
877
|
thirdParty: string;
|
|
878
|
+
x_cover: string;
|
|
830
879
|
};
|
|
831
880
|
loading: {
|
|
832
881
|
accountSettings: string;
|
|
@@ -904,6 +953,9 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
904
953
|
platform: string;
|
|
905
954
|
user: string;
|
|
906
955
|
};
|
|
956
|
+
tags: {
|
|
957
|
+
new: string;
|
|
958
|
+
};
|
|
907
959
|
terms: {
|
|
908
960
|
fields: {
|
|
909
961
|
agreement: string;
|
|
@@ -911,6 +963,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
911
963
|
agreeToTerms: string;
|
|
912
964
|
carriersTitle: string;
|
|
913
965
|
fundingSourceTitle: string;
|
|
966
|
+
insuranceProvidersTitle: string;
|
|
914
967
|
shipEngineTitle: string;
|
|
915
968
|
};
|
|
916
969
|
weight: {
|
|
@@ -57,6 +57,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
59
|
download: string;
|
|
60
|
+
fileClaim: string;
|
|
60
61
|
};
|
|
61
62
|
fields: {
|
|
62
63
|
dimensions: string;
|
|
@@ -72,6 +73,20 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
72
73
|
insuredValue: string;
|
|
73
74
|
deliveryConfirmation: string;
|
|
74
75
|
};
|
|
76
|
+
insurance: {
|
|
77
|
+
parcelguard: {
|
|
78
|
+
title: string;
|
|
79
|
+
description: string;
|
|
80
|
+
cta: {
|
|
81
|
+
title: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
registerSuccess: {
|
|
85
|
+
title: string;
|
|
86
|
+
description: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
75
90
|
highVolumeForms: string;
|
|
76
91
|
multipleShippingServices: string;
|
|
77
92
|
sections: {
|
|
@@ -114,12 +129,6 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
114
129
|
};
|
|
115
130
|
"register-wallet": {
|
|
116
131
|
sections: {
|
|
117
|
-
setup: {
|
|
118
|
-
title: string;
|
|
119
|
-
subtitle: string;
|
|
120
|
-
descriptionTitle: string;
|
|
121
|
-
description: string;
|
|
122
|
-
};
|
|
123
132
|
billing: {
|
|
124
133
|
title: string;
|
|
125
134
|
cardSubTitle: string;
|
|
@@ -132,6 +141,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
132
141
|
title: string;
|
|
133
142
|
subtitle: string;
|
|
134
143
|
};
|
|
144
|
+
insuranceProviders: {
|
|
145
|
+
parcelguard: {
|
|
146
|
+
description: string;
|
|
147
|
+
terms: string;
|
|
148
|
+
termsLink: string;
|
|
149
|
+
popover: {
|
|
150
|
+
title: string;
|
|
151
|
+
description: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
135
155
|
notifications: {
|
|
136
156
|
error: {
|
|
137
157
|
title: string;
|
|
@@ -226,6 +246,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
226
246
|
};
|
|
227
247
|
cta: {
|
|
228
248
|
addPackageDetails: string;
|
|
249
|
+
parcelguard: string;
|
|
229
250
|
};
|
|
230
251
|
errorMessages: {
|
|
231
252
|
customsItemsRequired: string;
|
|
@@ -296,6 +317,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
296
317
|
dhlExpressTermsAcknowledgement: string;
|
|
297
318
|
noRateService: string;
|
|
298
319
|
};
|
|
320
|
+
windsorFramework: {
|
|
321
|
+
movementIndicator: string;
|
|
322
|
+
movementIndicators: {
|
|
323
|
+
b2c: string;
|
|
324
|
+
c2b: string;
|
|
325
|
+
c2c: string;
|
|
326
|
+
b2b: string;
|
|
327
|
+
};
|
|
328
|
+
notAtRisk: string;
|
|
329
|
+
notAtRiskShipmentTootip: string;
|
|
330
|
+
};
|
|
299
331
|
requirements: {
|
|
300
332
|
noWarehouse: string;
|
|
301
333
|
noCarrier: string;
|
|
@@ -326,6 +358,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
326
358
|
shipToAddressFormFields: string;
|
|
327
359
|
sections: {
|
|
328
360
|
customsForm: string;
|
|
361
|
+
windsorFramework: string;
|
|
329
362
|
shipment: string;
|
|
330
363
|
rate_one: string;
|
|
331
364
|
rate_other: string;
|
|
@@ -350,6 +383,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
350
383
|
shipFromAddress: string;
|
|
351
384
|
fundingAndCarrierConnection: string;
|
|
352
385
|
};
|
|
386
|
+
termsAgreement: {
|
|
387
|
+
title: string;
|
|
388
|
+
subtitle: string;
|
|
389
|
+
};
|
|
353
390
|
warehouse: {
|
|
354
391
|
title: string;
|
|
355
392
|
subtitle: string;
|
|
@@ -626,6 +663,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
626
663
|
continue: string;
|
|
627
664
|
delete: string;
|
|
628
665
|
edit: string;
|
|
666
|
+
enable: string;
|
|
629
667
|
hide: string;
|
|
630
668
|
parse: string;
|
|
631
669
|
purchase: string;
|
|
@@ -786,6 +824,14 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
786
824
|
unknown: string;
|
|
787
825
|
noRatesAvailable: string;
|
|
788
826
|
refreshAndTryAgain: string;
|
|
827
|
+
windsorFramework: {
|
|
828
|
+
doNotConform: string;
|
|
829
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
830
|
+
windsorFrameworkDefaultMessage: string;
|
|
831
|
+
shipperEori: string;
|
|
832
|
+
recipientEori: string;
|
|
833
|
+
ukims: string;
|
|
834
|
+
};
|
|
789
835
|
};
|
|
790
836
|
errorTypes: {
|
|
791
837
|
accountStatus: string;
|
|
@@ -799,6 +845,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
799
845
|
system: string;
|
|
800
846
|
unknown: string;
|
|
801
847
|
validation: string;
|
|
848
|
+
windsorFramework: string;
|
|
802
849
|
};
|
|
803
850
|
grid: {
|
|
804
851
|
"row-count_one": string;
|
|
@@ -825,8 +872,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
825
872
|
insuranceProviders: {
|
|
826
873
|
carrier: string;
|
|
827
874
|
none: string;
|
|
875
|
+
parcelguard: string;
|
|
828
876
|
shipsurance: string;
|
|
829
877
|
thirdParty: string;
|
|
878
|
+
x_cover: string;
|
|
830
879
|
};
|
|
831
880
|
loading: {
|
|
832
881
|
accountSettings: string;
|
|
@@ -904,6 +953,9 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
904
953
|
platform: string;
|
|
905
954
|
user: string;
|
|
906
955
|
};
|
|
956
|
+
tags: {
|
|
957
|
+
new: string;
|
|
958
|
+
};
|
|
907
959
|
terms: {
|
|
908
960
|
fields: {
|
|
909
961
|
agreement: string;
|
|
@@ -911,6 +963,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
911
963
|
agreeToTerms: string;
|
|
912
964
|
carriersTitle: string;
|
|
913
965
|
fundingSourceTitle: string;
|
|
966
|
+
insuranceProvidersTitle: string;
|
|
914
967
|
shipEngineTitle: string;
|
|
915
968
|
};
|
|
916
969
|
weight: {
|
|
@@ -57,6 +57,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
57
57
|
showItems: string;
|
|
58
58
|
void: string;
|
|
59
59
|
download: string;
|
|
60
|
+
fileClaim: string;
|
|
60
61
|
};
|
|
61
62
|
fields: {
|
|
62
63
|
dimensions: string;
|
|
@@ -72,6 +73,20 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
72
73
|
insuredValue: string;
|
|
73
74
|
deliveryConfirmation: string;
|
|
74
75
|
};
|
|
76
|
+
insurance: {
|
|
77
|
+
parcelguard: {
|
|
78
|
+
title: string;
|
|
79
|
+
description: string;
|
|
80
|
+
cta: {
|
|
81
|
+
title: string;
|
|
82
|
+
description: string;
|
|
83
|
+
};
|
|
84
|
+
registerSuccess: {
|
|
85
|
+
title: string;
|
|
86
|
+
description: string;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
89
|
+
};
|
|
75
90
|
highVolumeForms: string;
|
|
76
91
|
multipleShippingServices: string;
|
|
77
92
|
sections: {
|
|
@@ -114,12 +129,6 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
114
129
|
};
|
|
115
130
|
"register-wallet": {
|
|
116
131
|
sections: {
|
|
117
|
-
setup: {
|
|
118
|
-
title: string;
|
|
119
|
-
subtitle: string;
|
|
120
|
-
descriptionTitle: string;
|
|
121
|
-
description: string;
|
|
122
|
-
};
|
|
123
132
|
billing: {
|
|
124
133
|
title: string;
|
|
125
134
|
cardSubTitle: string;
|
|
@@ -132,6 +141,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
132
141
|
title: string;
|
|
133
142
|
subtitle: string;
|
|
134
143
|
};
|
|
144
|
+
insuranceProviders: {
|
|
145
|
+
parcelguard: {
|
|
146
|
+
description: string;
|
|
147
|
+
terms: string;
|
|
148
|
+
termsLink: string;
|
|
149
|
+
popover: {
|
|
150
|
+
title: string;
|
|
151
|
+
description: string;
|
|
152
|
+
};
|
|
153
|
+
};
|
|
154
|
+
};
|
|
135
155
|
notifications: {
|
|
136
156
|
error: {
|
|
137
157
|
title: string;
|
|
@@ -226,6 +246,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
226
246
|
};
|
|
227
247
|
cta: {
|
|
228
248
|
addPackageDetails: string;
|
|
249
|
+
parcelguard: string;
|
|
229
250
|
};
|
|
230
251
|
errorMessages: {
|
|
231
252
|
customsItemsRequired: string;
|
|
@@ -296,6 +317,17 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
296
317
|
dhlExpressTermsAcknowledgement: string;
|
|
297
318
|
noRateService: string;
|
|
298
319
|
};
|
|
320
|
+
windsorFramework: {
|
|
321
|
+
movementIndicator: string;
|
|
322
|
+
movementIndicators: {
|
|
323
|
+
b2c: string;
|
|
324
|
+
c2b: string;
|
|
325
|
+
c2c: string;
|
|
326
|
+
b2b: string;
|
|
327
|
+
};
|
|
328
|
+
notAtRisk: string;
|
|
329
|
+
notAtRiskShipmentTootip: string;
|
|
330
|
+
};
|
|
299
331
|
requirements: {
|
|
300
332
|
noWarehouse: string;
|
|
301
333
|
noCarrier: string;
|
|
@@ -326,6 +358,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
326
358
|
shipToAddressFormFields: string;
|
|
327
359
|
sections: {
|
|
328
360
|
customsForm: string;
|
|
361
|
+
windsorFramework: string;
|
|
329
362
|
shipment: string;
|
|
330
363
|
rate_one: string;
|
|
331
364
|
rate_other: string;
|
|
@@ -350,6 +383,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
350
383
|
shipFromAddress: string;
|
|
351
384
|
fundingAndCarrierConnection: string;
|
|
352
385
|
};
|
|
386
|
+
termsAgreement: {
|
|
387
|
+
title: string;
|
|
388
|
+
subtitle: string;
|
|
389
|
+
};
|
|
353
390
|
warehouse: {
|
|
354
391
|
title: string;
|
|
355
392
|
subtitle: string;
|
|
@@ -626,6 +663,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
626
663
|
continue: string;
|
|
627
664
|
delete: string;
|
|
628
665
|
edit: string;
|
|
666
|
+
enable: string;
|
|
629
667
|
hide: string;
|
|
630
668
|
parse: string;
|
|
631
669
|
purchase: string;
|
|
@@ -786,6 +824,14 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
786
824
|
unknown: string;
|
|
787
825
|
noRatesAvailable: string;
|
|
788
826
|
refreshAndTryAgain: string;
|
|
827
|
+
windsorFramework: {
|
|
828
|
+
doNotConform: string;
|
|
829
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
830
|
+
windsorFrameworkDefaultMessage: string;
|
|
831
|
+
shipperEori: string;
|
|
832
|
+
recipientEori: string;
|
|
833
|
+
ukims: string;
|
|
834
|
+
};
|
|
789
835
|
};
|
|
790
836
|
errorTypes: {
|
|
791
837
|
accountStatus: string;
|
|
@@ -799,6 +845,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
799
845
|
system: string;
|
|
800
846
|
unknown: string;
|
|
801
847
|
validation: string;
|
|
848
|
+
windsorFramework: string;
|
|
802
849
|
};
|
|
803
850
|
grid: {
|
|
804
851
|
"row-count_one": string;
|
|
@@ -825,8 +872,10 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
825
872
|
insuranceProviders: {
|
|
826
873
|
carrier: string;
|
|
827
874
|
none: string;
|
|
875
|
+
parcelguard: string;
|
|
828
876
|
shipsurance: string;
|
|
829
877
|
thirdParty: string;
|
|
878
|
+
x_cover: string;
|
|
830
879
|
};
|
|
831
880
|
loading: {
|
|
832
881
|
accountSettings: string;
|
|
@@ -904,6 +953,9 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
904
953
|
platform: string;
|
|
905
954
|
user: string;
|
|
906
955
|
};
|
|
956
|
+
tags: {
|
|
957
|
+
new: string;
|
|
958
|
+
};
|
|
907
959
|
terms: {
|
|
908
960
|
fields: {
|
|
909
961
|
agreement: string;
|
|
@@ -911,6 +963,7 @@ export declare const Element: ({ resources, ...props }: object & {
|
|
|
911
963
|
agreeToTerms: string;
|
|
912
964
|
carriersTitle: string;
|
|
913
965
|
fundingSourceTitle: string;
|
|
966
|
+
insuranceProvidersTitle: string;
|
|
914
967
|
shipEngineTitle: string;
|
|
915
968
|
};
|
|
916
969
|
weight: {
|