@shipengine/elements 2.9.0 → 2.10.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/{warehouses.js → insurance.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-card.d.ts +1 -1
- package/src/components/field/rate-card/rate-card.styles.d.ts +1 -0
- package/src/components/field/select/select.d.ts +1 -1
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +2 -1
- package/src/components/templates/index.d.ts +1 -0
- package/src/components/templates/label/label.d.ts +1 -0
- package/src/components/templates/rate-form/rate-form.styles.d.ts +3 -0
- package/src/components/templates/rate-form/rate-view.d.ts +36 -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.styles.d.ts +30 -0
- package/src/components/templates/shipment-form/shipment-schema.d.ts +201 -13
- package/src/elements/label-layout/label-layout-element.d.ts +59 -6
- package/src/elements/labels-grid/labels-grid.d.ts +67 -15
- 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-get-or-create-shipment.d.ts +1 -1
- package/src/elements/purchase-label/purchase-label.d.ts +83 -22
- 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/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/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-warehouse-options.d.ts +0 -1
- package/src/hooks/options/use-windsor-framework.d.ts +9 -0
- package/src/locales/en/index.d.ts +59 -6
- 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 +8 -0
- 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/workflows/account-settings/account-settings.d.ts +86 -7
- 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/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/vat.js +1 -1
- package/wallet-form.js +1 -1
- package/workflows.js +1 -1
- package/carrier-logo.js +0 -1
|
@@ -97,6 +97,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
97
97
|
showItems: string;
|
|
98
98
|
void: string;
|
|
99
99
|
download: string;
|
|
100
|
+
fileClaim: string;
|
|
100
101
|
};
|
|
101
102
|
fields: {
|
|
102
103
|
dimensions: string;
|
|
@@ -112,6 +113,20 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
112
113
|
insuredValue: string;
|
|
113
114
|
deliveryConfirmation: string;
|
|
114
115
|
};
|
|
116
|
+
insurance: {
|
|
117
|
+
parcelguard: {
|
|
118
|
+
title: string;
|
|
119
|
+
description: string;
|
|
120
|
+
cta: {
|
|
121
|
+
title: string;
|
|
122
|
+
description: string;
|
|
123
|
+
};
|
|
124
|
+
registerSuccess: {
|
|
125
|
+
title: string;
|
|
126
|
+
description: string;
|
|
127
|
+
};
|
|
128
|
+
};
|
|
129
|
+
};
|
|
115
130
|
highVolumeForms: string;
|
|
116
131
|
multipleShippingServices: string;
|
|
117
132
|
sections: {
|
|
@@ -154,12 +169,6 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
154
169
|
};
|
|
155
170
|
"register-wallet": {
|
|
156
171
|
sections: {
|
|
157
|
-
setup: {
|
|
158
|
-
title: string;
|
|
159
|
-
subtitle: string;
|
|
160
|
-
descriptionTitle: string;
|
|
161
|
-
description: string;
|
|
162
|
-
};
|
|
163
172
|
billing: {
|
|
164
173
|
title: string;
|
|
165
174
|
cardSubTitle: string;
|
|
@@ -172,6 +181,17 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
172
181
|
title: string;
|
|
173
182
|
subtitle: string;
|
|
174
183
|
};
|
|
184
|
+
insuranceProviders: {
|
|
185
|
+
parcelguard: {
|
|
186
|
+
description: string;
|
|
187
|
+
terms: string;
|
|
188
|
+
termsLink: string;
|
|
189
|
+
popover: {
|
|
190
|
+
title: string;
|
|
191
|
+
description: string;
|
|
192
|
+
};
|
|
193
|
+
};
|
|
194
|
+
};
|
|
175
195
|
notifications: {
|
|
176
196
|
error: {
|
|
177
197
|
title: string;
|
|
@@ -185,7 +205,9 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
185
205
|
};
|
|
186
206
|
carrier: {
|
|
187
207
|
title: string;
|
|
188
|
-
confirmAddress: string;
|
|
208
|
+
confirmAddress: string; /**
|
|
209
|
+
* `onRowClick` callback invoked when a row is clicked.
|
|
210
|
+
*/
|
|
189
211
|
description: string;
|
|
190
212
|
};
|
|
191
213
|
blackBox: {
|
|
@@ -269,6 +291,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
269
291
|
};
|
|
270
292
|
cta: {
|
|
271
293
|
addPackageDetails: string;
|
|
294
|
+
parcelguard: string;
|
|
272
295
|
};
|
|
273
296
|
errorMessages: {
|
|
274
297
|
customsItemsRequired: string;
|
|
@@ -339,6 +362,17 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
339
362
|
dhlExpressTermsAcknowledgement: string;
|
|
340
363
|
noRateService: string;
|
|
341
364
|
};
|
|
365
|
+
windsorFramework: {
|
|
366
|
+
movementIndicator: string;
|
|
367
|
+
movementIndicators: {
|
|
368
|
+
b2c: string;
|
|
369
|
+
c2b: string;
|
|
370
|
+
c2c: string;
|
|
371
|
+
b2b: string;
|
|
372
|
+
};
|
|
373
|
+
notAtRisk: string;
|
|
374
|
+
notAtRiskShipmentTootip: string;
|
|
375
|
+
};
|
|
342
376
|
requirements: {
|
|
343
377
|
noWarehouse: string;
|
|
344
378
|
noCarrier: string;
|
|
@@ -369,6 +403,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
369
403
|
shipToAddressFormFields: string;
|
|
370
404
|
sections: {
|
|
371
405
|
customsForm: string;
|
|
406
|
+
windsorFramework: string;
|
|
372
407
|
shipment: string;
|
|
373
408
|
rate_one: string;
|
|
374
409
|
rate_other: string;
|
|
@@ -393,6 +428,10 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
393
428
|
shipFromAddress: string;
|
|
394
429
|
fundingAndCarrierConnection: string;
|
|
395
430
|
};
|
|
431
|
+
termsAgreement: {
|
|
432
|
+
title: string;
|
|
433
|
+
subtitle: string;
|
|
434
|
+
};
|
|
396
435
|
warehouse: {
|
|
397
436
|
title: string;
|
|
398
437
|
subtitle: string;
|
|
@@ -401,12 +440,12 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
401
440
|
errors: {
|
|
402
441
|
noCarriers: {
|
|
403
442
|
title: string;
|
|
404
|
-
subtitle: string;
|
|
405
|
-
* `onClickPrintForm` is an optional callback function that will be invoked when the user clicks the
|
|
406
|
-
* `Print Forms` button.
|
|
407
|
-
*/
|
|
443
|
+
subtitle: string;
|
|
408
444
|
};
|
|
409
|
-
};
|
|
445
|
+
}; /**
|
|
446
|
+
* `onClickPrintLabel` is an optional callback function that will be invoked when the user clicks the
|
|
447
|
+
* `Print Label` button.
|
|
448
|
+
*/
|
|
410
449
|
success: {
|
|
411
450
|
title: string;
|
|
412
451
|
subtitle: string;
|
|
@@ -672,6 +711,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
672
711
|
continue: string;
|
|
673
712
|
delete: string;
|
|
674
713
|
edit: string;
|
|
714
|
+
enable: string;
|
|
675
715
|
hide: string;
|
|
676
716
|
parse: string;
|
|
677
717
|
purchase: string;
|
|
@@ -714,9 +754,6 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
714
754
|
unableToValidate: string;
|
|
715
755
|
use: {
|
|
716
756
|
originalAddress: string;
|
|
717
|
-
/**
|
|
718
|
-
* `onRowClick` callback invoked when a row is clicked.
|
|
719
|
-
*/
|
|
720
757
|
matchedAddress: string;
|
|
721
758
|
};
|
|
722
759
|
};
|
|
@@ -835,6 +872,14 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
835
872
|
unknown: string;
|
|
836
873
|
noRatesAvailable: string;
|
|
837
874
|
refreshAndTryAgain: string;
|
|
875
|
+
windsorFramework: {
|
|
876
|
+
doNotConform: string;
|
|
877
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
878
|
+
windsorFrameworkDefaultMessage: string;
|
|
879
|
+
shipperEori: string;
|
|
880
|
+
recipientEori: string;
|
|
881
|
+
ukims: string;
|
|
882
|
+
};
|
|
838
883
|
};
|
|
839
884
|
errorTypes: {
|
|
840
885
|
accountStatus: string;
|
|
@@ -848,6 +893,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
848
893
|
system: string;
|
|
849
894
|
unknown: string;
|
|
850
895
|
validation: string;
|
|
896
|
+
windsorFramework: string;
|
|
851
897
|
};
|
|
852
898
|
grid: {
|
|
853
899
|
"row-count_one": string;
|
|
@@ -874,8 +920,10 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
874
920
|
insuranceProviders: {
|
|
875
921
|
carrier: string;
|
|
876
922
|
none: string;
|
|
923
|
+
parcelguard: string;
|
|
877
924
|
shipsurance: string;
|
|
878
925
|
thirdParty: string;
|
|
926
|
+
x_cover: string;
|
|
879
927
|
};
|
|
880
928
|
loading: {
|
|
881
929
|
accountSettings: string;
|
|
@@ -953,6 +1001,9 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
953
1001
|
platform: string;
|
|
954
1002
|
user: string;
|
|
955
1003
|
};
|
|
1004
|
+
tags: {
|
|
1005
|
+
new: string;
|
|
1006
|
+
};
|
|
956
1007
|
terms: {
|
|
957
1008
|
fields: {
|
|
958
1009
|
agreement: string;
|
|
@@ -960,6 +1011,7 @@ export declare const Element: ({ resources, ...props }: LabelsGridProps & {
|
|
|
960
1011
|
agreeToTerms: string;
|
|
961
1012
|
carriersTitle: string;
|
|
962
1013
|
fundingSourceTitle: string;
|
|
1014
|
+
insuranceProvidersTitle: string;
|
|
963
1015
|
shipEngineTitle: string;
|
|
964
1016
|
};
|
|
965
1017
|
weight: {
|
|
@@ -81,6 +81,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
81
81
|
showItems: string;
|
|
82
82
|
void: string;
|
|
83
83
|
download: string;
|
|
84
|
+
fileClaim: string;
|
|
84
85
|
};
|
|
85
86
|
fields: {
|
|
86
87
|
dimensions: string;
|
|
@@ -96,6 +97,20 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
96
97
|
insuredValue: string;
|
|
97
98
|
deliveryConfirmation: string;
|
|
98
99
|
};
|
|
100
|
+
insurance: {
|
|
101
|
+
parcelguard: {
|
|
102
|
+
title: string;
|
|
103
|
+
description: string;
|
|
104
|
+
cta: {
|
|
105
|
+
title: string;
|
|
106
|
+
description: string;
|
|
107
|
+
};
|
|
108
|
+
registerSuccess: {
|
|
109
|
+
title: string;
|
|
110
|
+
description: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
};
|
|
99
114
|
highVolumeForms: string;
|
|
100
115
|
multipleShippingServices: string;
|
|
101
116
|
sections: {
|
|
@@ -138,12 +153,6 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
138
153
|
};
|
|
139
154
|
"register-wallet": {
|
|
140
155
|
sections: {
|
|
141
|
-
setup: {
|
|
142
|
-
title: string;
|
|
143
|
-
subtitle: string;
|
|
144
|
-
descriptionTitle: string;
|
|
145
|
-
description: string;
|
|
146
|
-
};
|
|
147
156
|
billing: {
|
|
148
157
|
title: string;
|
|
149
158
|
cardSubTitle: string;
|
|
@@ -156,6 +165,17 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
156
165
|
title: string;
|
|
157
166
|
subtitle: string;
|
|
158
167
|
};
|
|
168
|
+
insuranceProviders: {
|
|
169
|
+
parcelguard: {
|
|
170
|
+
description: string;
|
|
171
|
+
terms: string;
|
|
172
|
+
termsLink: string;
|
|
173
|
+
popover: {
|
|
174
|
+
title: string;
|
|
175
|
+
description: string;
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
};
|
|
159
179
|
notifications: {
|
|
160
180
|
error: {
|
|
161
181
|
title: string;
|
|
@@ -272,6 +292,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
272
292
|
};
|
|
273
293
|
cta: {
|
|
274
294
|
addPackageDetails: string;
|
|
295
|
+
parcelguard: string;
|
|
275
296
|
};
|
|
276
297
|
errorMessages: {
|
|
277
298
|
customsItemsRequired: string;
|
|
@@ -342,6 +363,17 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
342
363
|
dhlExpressTermsAcknowledgement: string;
|
|
343
364
|
noRateService: string;
|
|
344
365
|
};
|
|
366
|
+
windsorFramework: {
|
|
367
|
+
movementIndicator: string;
|
|
368
|
+
movementIndicators: {
|
|
369
|
+
b2c: string;
|
|
370
|
+
c2b: string;
|
|
371
|
+
c2c: string;
|
|
372
|
+
b2b: string;
|
|
373
|
+
};
|
|
374
|
+
notAtRisk: string;
|
|
375
|
+
notAtRiskShipmentTootip: string;
|
|
376
|
+
};
|
|
345
377
|
requirements: {
|
|
346
378
|
noWarehouse: string;
|
|
347
379
|
noCarrier: string;
|
|
@@ -372,6 +404,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
372
404
|
shipToAddressFormFields: string;
|
|
373
405
|
sections: {
|
|
374
406
|
customsForm: string;
|
|
407
|
+
windsorFramework: string;
|
|
375
408
|
shipment: string;
|
|
376
409
|
rate_one: string;
|
|
377
410
|
rate_other: string;
|
|
@@ -396,6 +429,10 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
396
429
|
shipFromAddress: string;
|
|
397
430
|
fundingAndCarrierConnection: string;
|
|
398
431
|
};
|
|
432
|
+
termsAgreement: {
|
|
433
|
+
title: string;
|
|
434
|
+
subtitle: string;
|
|
435
|
+
};
|
|
399
436
|
warehouse: {
|
|
400
437
|
title: string;
|
|
401
438
|
subtitle: string;
|
|
@@ -694,6 +731,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
694
731
|
* @see {@link ManageCarriers.ComponentProps | The props that are passed into the `<ManageCarriers />` component}
|
|
695
732
|
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageCarriers />` component}
|
|
696
733
|
*/
|
|
734
|
+
enable: string;
|
|
697
735
|
hide: string;
|
|
698
736
|
parse: string;
|
|
699
737
|
purchase: string;
|
|
@@ -854,6 +892,14 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
854
892
|
unknown: string;
|
|
855
893
|
noRatesAvailable: string;
|
|
856
894
|
refreshAndTryAgain: string;
|
|
895
|
+
windsorFramework: {
|
|
896
|
+
doNotConform: string;
|
|
897
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
898
|
+
windsorFrameworkDefaultMessage: string;
|
|
899
|
+
shipperEori: string;
|
|
900
|
+
recipientEori: string;
|
|
901
|
+
ukims: string;
|
|
902
|
+
};
|
|
857
903
|
};
|
|
858
904
|
errorTypes: {
|
|
859
905
|
accountStatus: string;
|
|
@@ -867,6 +913,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
867
913
|
system: string;
|
|
868
914
|
unknown: string;
|
|
869
915
|
validation: string;
|
|
916
|
+
windsorFramework: string;
|
|
870
917
|
};
|
|
871
918
|
grid: {
|
|
872
919
|
"row-count_one": string;
|
|
@@ -893,8 +940,10 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
893
940
|
insuranceProviders: {
|
|
894
941
|
carrier: string;
|
|
895
942
|
none: string;
|
|
943
|
+
parcelguard: string;
|
|
896
944
|
shipsurance: string;
|
|
897
945
|
thirdParty: string;
|
|
946
|
+
x_cover: string;
|
|
898
947
|
};
|
|
899
948
|
loading: {
|
|
900
949
|
accountSettings: string;
|
|
@@ -972,6 +1021,9 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
972
1021
|
platform: string;
|
|
973
1022
|
user: string;
|
|
974
1023
|
};
|
|
1024
|
+
tags: {
|
|
1025
|
+
new: string;
|
|
1026
|
+
};
|
|
975
1027
|
terms: {
|
|
976
1028
|
fields: {
|
|
977
1029
|
agreement: string;
|
|
@@ -979,6 +1031,7 @@ export declare const Element: ({ resources, ...props }: ShipEngineCarriersProps
|
|
|
979
1031
|
agreeToTerms: string;
|
|
980
1032
|
carriersTitle: string;
|
|
981
1033
|
fundingSourceTitle: string;
|
|
1034
|
+
insuranceProvidersTitle: string;
|
|
982
1035
|
shipEngineTitle: string;
|
|
983
1036
|
};
|
|
984
1037
|
weight: {
|
|
@@ -103,6 +103,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
103
103
|
*/
|
|
104
104
|
void: string;
|
|
105
105
|
download: string;
|
|
106
|
+
fileClaim: string;
|
|
106
107
|
};
|
|
107
108
|
fields: {
|
|
108
109
|
dimensions: string;
|
|
@@ -118,6 +119,20 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
118
119
|
insuredValue: string;
|
|
119
120
|
deliveryConfirmation: string;
|
|
120
121
|
};
|
|
122
|
+
insurance: {
|
|
123
|
+
parcelguard: {
|
|
124
|
+
title: string;
|
|
125
|
+
description: string;
|
|
126
|
+
cta: {
|
|
127
|
+
title: string;
|
|
128
|
+
description: string;
|
|
129
|
+
};
|
|
130
|
+
registerSuccess: {
|
|
131
|
+
title: string;
|
|
132
|
+
description: string;
|
|
133
|
+
};
|
|
134
|
+
};
|
|
135
|
+
};
|
|
121
136
|
highVolumeForms: string;
|
|
122
137
|
multipleShippingServices: string;
|
|
123
138
|
sections: {
|
|
@@ -160,33 +175,6 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
160
175
|
};
|
|
161
176
|
"register-wallet": {
|
|
162
177
|
sections: {
|
|
163
|
-
setup: {
|
|
164
|
-
title: string;
|
|
165
|
-
subtitle: string;
|
|
166
|
-
descriptionTitle: string;
|
|
167
|
-
description: string;
|
|
168
|
-
}; /**
|
|
169
|
-
* # ManageExternalCarriers Element
|
|
170
|
-
*
|
|
171
|
-
* @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
|
|
172
|
-
*
|
|
173
|
-
* @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
|
|
174
|
-
* to view a list of their own carrier accounts that have been connected to their ShipEngine account,
|
|
175
|
-
* and to add additional carriers.
|
|
176
|
-
* This component is composed in the `<AccountSettings />` Element.
|
|
177
|
-
*
|
|
178
|
-
* @example
|
|
179
|
-
* ```tsx
|
|
180
|
-
* (() => {
|
|
181
|
-
* return <ManageExternalCarriers.Element isModalFullScreen={false} />;
|
|
182
|
-
* })();
|
|
183
|
-
* ```
|
|
184
|
-
*
|
|
185
|
-
* <br />
|
|
186
|
-
*
|
|
187
|
-
* @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
|
|
188
|
-
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
|
|
189
|
-
*/
|
|
190
178
|
billing: {
|
|
191
179
|
title: string;
|
|
192
180
|
cardSubTitle: string;
|
|
@@ -196,9 +184,42 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
196
184
|
title: string;
|
|
197
185
|
};
|
|
198
186
|
carriers: {
|
|
187
|
+
/**
|
|
188
|
+
* # ManageExternalCarriers Element
|
|
189
|
+
*
|
|
190
|
+
* @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
|
|
191
|
+
*
|
|
192
|
+
* @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
|
|
193
|
+
* to view a list of their own carrier accounts that have been connected to their ShipEngine account,
|
|
194
|
+
* and to add additional carriers.
|
|
195
|
+
* This component is composed in the `<AccountSettings />` Element.
|
|
196
|
+
*
|
|
197
|
+
* @example
|
|
198
|
+
* ```tsx
|
|
199
|
+
* (() => {
|
|
200
|
+
* return <ManageExternalCarriers.Element isModalFullScreen={false} />;
|
|
201
|
+
* })();
|
|
202
|
+
* ```
|
|
203
|
+
*
|
|
204
|
+
* <br />
|
|
205
|
+
*
|
|
206
|
+
* @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
|
|
207
|
+
* @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
|
|
208
|
+
*/
|
|
199
209
|
title: string;
|
|
200
210
|
subtitle: string;
|
|
201
211
|
};
|
|
212
|
+
insuranceProviders: {
|
|
213
|
+
parcelguard: {
|
|
214
|
+
description: string;
|
|
215
|
+
terms: string;
|
|
216
|
+
termsLink: string;
|
|
217
|
+
popover: {
|
|
218
|
+
title: string;
|
|
219
|
+
description: string;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
222
|
+
};
|
|
202
223
|
notifications: {
|
|
203
224
|
error: {
|
|
204
225
|
title: string;
|
|
@@ -293,6 +314,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
293
314
|
};
|
|
294
315
|
cta: {
|
|
295
316
|
addPackageDetails: string;
|
|
317
|
+
parcelguard: string;
|
|
296
318
|
};
|
|
297
319
|
errorMessages: {
|
|
298
320
|
customsItemsRequired: string;
|
|
@@ -363,6 +385,17 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
363
385
|
dhlExpressTermsAcknowledgement: string;
|
|
364
386
|
noRateService: string;
|
|
365
387
|
};
|
|
388
|
+
windsorFramework: {
|
|
389
|
+
movementIndicator: string;
|
|
390
|
+
movementIndicators: {
|
|
391
|
+
b2c: string;
|
|
392
|
+
c2b: string;
|
|
393
|
+
c2c: string;
|
|
394
|
+
b2b: string;
|
|
395
|
+
};
|
|
396
|
+
notAtRisk: string;
|
|
397
|
+
notAtRiskShipmentTootip: string;
|
|
398
|
+
};
|
|
366
399
|
requirements: {
|
|
367
400
|
noWarehouse: string;
|
|
368
401
|
noCarrier: string;
|
|
@@ -393,6 +426,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
393
426
|
shipToAddressFormFields: string;
|
|
394
427
|
sections: {
|
|
395
428
|
customsForm: string;
|
|
429
|
+
windsorFramework: string;
|
|
396
430
|
shipment: string;
|
|
397
431
|
rate_one: string;
|
|
398
432
|
rate_other: string;
|
|
@@ -417,6 +451,10 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
417
451
|
shipFromAddress: string;
|
|
418
452
|
fundingAndCarrierConnection: string;
|
|
419
453
|
};
|
|
454
|
+
termsAgreement: {
|
|
455
|
+
title: string;
|
|
456
|
+
subtitle: string;
|
|
457
|
+
};
|
|
420
458
|
warehouse: {
|
|
421
459
|
title: string;
|
|
422
460
|
subtitle: string;
|
|
@@ -693,6 +731,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
693
731
|
continue: string;
|
|
694
732
|
delete: string;
|
|
695
733
|
edit: string;
|
|
734
|
+
enable: string;
|
|
696
735
|
hide: string;
|
|
697
736
|
parse: string;
|
|
698
737
|
purchase: string;
|
|
@@ -853,6 +892,14 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
853
892
|
unknown: string;
|
|
854
893
|
noRatesAvailable: string;
|
|
855
894
|
refreshAndTryAgain: string;
|
|
895
|
+
windsorFramework: {
|
|
896
|
+
doNotConform: string;
|
|
897
|
+
pleaseAddTheFollowingTaxIds: string;
|
|
898
|
+
windsorFrameworkDefaultMessage: string;
|
|
899
|
+
shipperEori: string;
|
|
900
|
+
recipientEori: string;
|
|
901
|
+
ukims: string;
|
|
902
|
+
};
|
|
856
903
|
};
|
|
857
904
|
errorTypes: {
|
|
858
905
|
accountStatus: string;
|
|
@@ -866,6 +913,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
866
913
|
system: string;
|
|
867
914
|
unknown: string;
|
|
868
915
|
validation: string;
|
|
916
|
+
windsorFramework: string;
|
|
869
917
|
};
|
|
870
918
|
grid: {
|
|
871
919
|
"row-count_one": string;
|
|
@@ -892,8 +940,10 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
892
940
|
insuranceProviders: {
|
|
893
941
|
carrier: string;
|
|
894
942
|
none: string;
|
|
943
|
+
parcelguard: string;
|
|
895
944
|
shipsurance: string;
|
|
896
945
|
thirdParty: string;
|
|
946
|
+
x_cover: string;
|
|
897
947
|
};
|
|
898
948
|
loading: {
|
|
899
949
|
accountSettings: string;
|
|
@@ -971,6 +1021,9 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
971
1021
|
platform: string;
|
|
972
1022
|
user: string;
|
|
973
1023
|
};
|
|
1024
|
+
tags: {
|
|
1025
|
+
new: string;
|
|
1026
|
+
};
|
|
974
1027
|
terms: {
|
|
975
1028
|
fields: {
|
|
976
1029
|
agreement: string;
|
|
@@ -978,6 +1031,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
|
|
|
978
1031
|
agreeToTerms: string;
|
|
979
1032
|
carriersTitle: string;
|
|
980
1033
|
fundingSourceTitle: string;
|
|
1034
|
+
insuranceProvidersTitle: string;
|
|
981
1035
|
shipEngineTitle: string;
|
|
982
1036
|
};
|
|
983
1037
|
weight: {
|