@shipengine/elements 2.9.1 → 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/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 +20 -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/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-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
|
@@ -5,17 +5,51 @@ type GetShipmentSchemaOptions = {
|
|
|
5
5
|
isContentDescriptionRequired?: boolean;
|
|
6
6
|
isCustomsRequired?: boolean;
|
|
7
7
|
requireMeasurements?: boolean;
|
|
8
|
+
requiresWindsorFramework?: boolean;
|
|
8
9
|
warehouses?: SE.Warehouse[];
|
|
9
10
|
weightUnit?: SE.WeightUnit;
|
|
10
11
|
};
|
|
11
|
-
export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionRequired, isCustomsRequired, requireMeasurements, warehouses, weightUnit, }?: GetShipmentSchemaOptions) => z.ZodEffects<z.ZodDiscriminatedUnion<"__mode", z.Primitive, z.ZodObject<z.extendShape<{
|
|
12
|
-
advancedOptions: z.ZodOptional<z.ZodObject<{
|
|
12
|
+
export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionRequired, requiresWindsorFramework, isCustomsRequired, requireMeasurements, warehouses, weightUnit, }?: GetShipmentSchemaOptions) => z.ZodEffects<z.ZodDiscriminatedUnion<"__mode", z.Primitive, z.ZodObject<z.extendShape<{
|
|
13
|
+
advancedOptions: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
13
14
|
additionalHandling: z.ZodOptional<z.ZodBoolean>;
|
|
15
|
+
windsorFrameworkDetails: z.ZodObject<{
|
|
16
|
+
movementIndicator: z.ZodNativeEnum<typeof SE.MovementIndicator>;
|
|
17
|
+
notAtRisk: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
movementIndicator: SE.MovementIndicator;
|
|
20
|
+
notAtRisk: boolean;
|
|
21
|
+
}, {
|
|
22
|
+
notAtRisk?: boolean | undefined;
|
|
23
|
+
movementIndicator: SE.MovementIndicator;
|
|
24
|
+
}> | z.ZodOptional<z.ZodObject<{
|
|
25
|
+
movementIndicator: z.ZodNativeEnum<typeof SE.MovementIndicator>;
|
|
26
|
+
notAtRisk: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
27
|
+
}, "strip", z.ZodTypeAny, {
|
|
28
|
+
movementIndicator: SE.MovementIndicator;
|
|
29
|
+
notAtRisk: boolean;
|
|
30
|
+
}, {
|
|
31
|
+
notAtRisk?: boolean | undefined;
|
|
32
|
+
movementIndicator: SE.MovementIndicator;
|
|
33
|
+
}>>;
|
|
14
34
|
}, "strip", z.ZodTypeAny, {
|
|
15
35
|
additionalHandling?: boolean | undefined;
|
|
36
|
+
windsorFrameworkDetails?: {
|
|
37
|
+
movementIndicator: SE.MovementIndicator;
|
|
38
|
+
notAtRisk: boolean;
|
|
39
|
+
} | {
|
|
40
|
+
movementIndicator: SE.MovementIndicator;
|
|
41
|
+
notAtRisk: boolean;
|
|
42
|
+
} | undefined;
|
|
16
43
|
}, {
|
|
17
44
|
additionalHandling?: boolean | undefined;
|
|
18
|
-
|
|
45
|
+
windsorFrameworkDetails?: {
|
|
46
|
+
notAtRisk?: boolean | undefined;
|
|
47
|
+
movementIndicator: SE.MovementIndicator;
|
|
48
|
+
} | {
|
|
49
|
+
notAtRisk?: boolean | undefined;
|
|
50
|
+
movementIndicator: SE.MovementIndicator;
|
|
51
|
+
} | undefined;
|
|
52
|
+
}>>>;
|
|
19
53
|
carrierId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
20
54
|
confirmation: z.ZodDefault<z.ZodNativeEnum<typeof SE.ConfirmationType>>;
|
|
21
55
|
customs: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -172,12 +206,15 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
172
206
|
type: z.ZodObject<{
|
|
173
207
|
carrierId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
174
208
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
209
|
+
packageId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
175
210
|
}, "strip", z.ZodTypeAny, {
|
|
176
211
|
code?: string | null | undefined;
|
|
177
212
|
carrierId?: string | null | undefined;
|
|
213
|
+
packageId?: string | null | undefined;
|
|
178
214
|
}, {
|
|
179
215
|
code?: string | null | undefined;
|
|
180
216
|
carrierId?: string | null | undefined;
|
|
217
|
+
packageId?: string | null | undefined;
|
|
181
218
|
}>;
|
|
182
219
|
weight: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
183
220
|
fractional: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodNumber>>, number, number | null | undefined>;
|
|
@@ -246,6 +283,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
246
283
|
type: {
|
|
247
284
|
code?: string | null | undefined;
|
|
248
285
|
carrierId?: string | null | undefined;
|
|
286
|
+
packageId?: string | null | undefined;
|
|
249
287
|
};
|
|
250
288
|
insuredValue: {
|
|
251
289
|
amount: number;
|
|
@@ -295,6 +333,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
295
333
|
type: {
|
|
296
334
|
code?: string | null | undefined;
|
|
297
335
|
carrierId?: string | null | undefined;
|
|
336
|
+
packageId?: string | null | undefined;
|
|
298
337
|
};
|
|
299
338
|
}>, "many">;
|
|
300
339
|
service: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -315,7 +354,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
315
354
|
}>, "strip", z.ZodTypeAny, {
|
|
316
355
|
advancedOptions?: {
|
|
317
356
|
additionalHandling?: boolean | undefined;
|
|
318
|
-
|
|
357
|
+
windsorFrameworkDetails?: {
|
|
358
|
+
movementIndicator: SE.MovementIndicator;
|
|
359
|
+
notAtRisk: boolean;
|
|
360
|
+
} | {
|
|
361
|
+
movementIndicator: SE.MovementIndicator;
|
|
362
|
+
notAtRisk: boolean;
|
|
363
|
+
} | undefined;
|
|
364
|
+
} | null | undefined;
|
|
319
365
|
carrierId?: string | null | undefined;
|
|
320
366
|
customs?: {
|
|
321
367
|
contents: SE.CustomsContentsType;
|
|
@@ -365,6 +411,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
365
411
|
type: {
|
|
366
412
|
code?: string | null | undefined;
|
|
367
413
|
carrierId?: string | null | undefined;
|
|
414
|
+
packageId?: string | null | undefined;
|
|
368
415
|
};
|
|
369
416
|
insuredValue: {
|
|
370
417
|
amount: number;
|
|
@@ -376,7 +423,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
376
423
|
}, {
|
|
377
424
|
advancedOptions?: {
|
|
378
425
|
additionalHandling?: boolean | undefined;
|
|
379
|
-
|
|
426
|
+
windsorFrameworkDetails?: {
|
|
427
|
+
notAtRisk?: boolean | undefined;
|
|
428
|
+
movementIndicator: SE.MovementIndicator;
|
|
429
|
+
} | {
|
|
430
|
+
notAtRisk?: boolean | undefined;
|
|
431
|
+
movementIndicator: SE.MovementIndicator;
|
|
432
|
+
} | undefined;
|
|
433
|
+
} | null | undefined;
|
|
380
434
|
carrierId?: string | null | undefined;
|
|
381
435
|
confirmation?: SE.ConfirmationType | undefined;
|
|
382
436
|
customs?: {
|
|
@@ -434,18 +488,52 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
434
488
|
type: {
|
|
435
489
|
code?: string | null | undefined;
|
|
436
490
|
carrierId?: string | null | undefined;
|
|
491
|
+
packageId?: string | null | undefined;
|
|
437
492
|
};
|
|
438
493
|
}[];
|
|
439
494
|
shipDate: string;
|
|
440
495
|
warehouseId: string;
|
|
441
496
|
}> | z.ZodObject<z.extendShape<{
|
|
442
|
-
advancedOptions: z.ZodOptional<z.ZodObject<{
|
|
497
|
+
advancedOptions: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
443
498
|
additionalHandling: z.ZodOptional<z.ZodBoolean>;
|
|
499
|
+
windsorFrameworkDetails: z.ZodObject<{
|
|
500
|
+
movementIndicator: z.ZodNativeEnum<typeof SE.MovementIndicator>;
|
|
501
|
+
notAtRisk: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
502
|
+
}, "strip", z.ZodTypeAny, {
|
|
503
|
+
movementIndicator: SE.MovementIndicator;
|
|
504
|
+
notAtRisk: boolean;
|
|
505
|
+
}, {
|
|
506
|
+
notAtRisk?: boolean | undefined;
|
|
507
|
+
movementIndicator: SE.MovementIndicator;
|
|
508
|
+
}> | z.ZodOptional<z.ZodObject<{
|
|
509
|
+
movementIndicator: z.ZodNativeEnum<typeof SE.MovementIndicator>;
|
|
510
|
+
notAtRisk: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
511
|
+
}, "strip", z.ZodTypeAny, {
|
|
512
|
+
movementIndicator: SE.MovementIndicator;
|
|
513
|
+
notAtRisk: boolean;
|
|
514
|
+
}, {
|
|
515
|
+
notAtRisk?: boolean | undefined;
|
|
516
|
+
movementIndicator: SE.MovementIndicator;
|
|
517
|
+
}>>;
|
|
444
518
|
}, "strip", z.ZodTypeAny, {
|
|
445
519
|
additionalHandling?: boolean | undefined;
|
|
520
|
+
windsorFrameworkDetails?: {
|
|
521
|
+
movementIndicator: SE.MovementIndicator;
|
|
522
|
+
notAtRisk: boolean;
|
|
523
|
+
} | {
|
|
524
|
+
movementIndicator: SE.MovementIndicator;
|
|
525
|
+
notAtRisk: boolean;
|
|
526
|
+
} | undefined;
|
|
446
527
|
}, {
|
|
447
528
|
additionalHandling?: boolean | undefined;
|
|
448
|
-
|
|
529
|
+
windsorFrameworkDetails?: {
|
|
530
|
+
notAtRisk?: boolean | undefined;
|
|
531
|
+
movementIndicator: SE.MovementIndicator;
|
|
532
|
+
} | {
|
|
533
|
+
notAtRisk?: boolean | undefined;
|
|
534
|
+
movementIndicator: SE.MovementIndicator;
|
|
535
|
+
} | undefined;
|
|
536
|
+
}>>>;
|
|
449
537
|
carrierId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
450
538
|
confirmation: z.ZodDefault<z.ZodNativeEnum<typeof SE.ConfirmationType>>;
|
|
451
539
|
customs: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -602,12 +690,15 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
602
690
|
type: z.ZodObject<{
|
|
603
691
|
carrierId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
604
692
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
693
|
+
packageId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
605
694
|
}, "strip", z.ZodTypeAny, {
|
|
606
695
|
code?: string | null | undefined;
|
|
607
696
|
carrierId?: string | null | undefined;
|
|
697
|
+
packageId?: string | null | undefined;
|
|
608
698
|
}, {
|
|
609
699
|
code?: string | null | undefined;
|
|
610
700
|
carrierId?: string | null | undefined;
|
|
701
|
+
packageId?: string | null | undefined;
|
|
611
702
|
}>;
|
|
612
703
|
weight: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
613
704
|
fractional: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodNumber>>, number, number | null | undefined>;
|
|
@@ -676,6 +767,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
676
767
|
type: {
|
|
677
768
|
code?: string | null | undefined;
|
|
678
769
|
carrierId?: string | null | undefined;
|
|
770
|
+
packageId?: string | null | undefined;
|
|
679
771
|
};
|
|
680
772
|
insuredValue: {
|
|
681
773
|
amount: number;
|
|
@@ -725,6 +817,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
725
817
|
type: {
|
|
726
818
|
code?: string | null | undefined;
|
|
727
819
|
carrierId?: string | null | undefined;
|
|
820
|
+
packageId?: string | null | undefined;
|
|
728
821
|
};
|
|
729
822
|
}>, "many">;
|
|
730
823
|
service: z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
@@ -885,12 +978,15 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
885
978
|
type: z.ZodObject<{
|
|
886
979
|
carrierId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
887
980
|
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
981
|
+
packageId: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
888
982
|
}, "strip", z.ZodTypeAny, {
|
|
889
983
|
code?: string | null | undefined;
|
|
890
984
|
carrierId?: string | null | undefined;
|
|
985
|
+
packageId?: string | null | undefined;
|
|
891
986
|
}, {
|
|
892
987
|
code?: string | null | undefined;
|
|
893
988
|
carrierId?: string | null | undefined;
|
|
989
|
+
packageId?: string | null | undefined;
|
|
894
990
|
}>;
|
|
895
991
|
weight: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodObject<{
|
|
896
992
|
fractional: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodNumber>>, number, number | null | undefined>;
|
|
@@ -995,6 +1091,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
995
1091
|
type: {
|
|
996
1092
|
code?: string | null | undefined;
|
|
997
1093
|
carrierId?: string | null | undefined;
|
|
1094
|
+
packageId?: string | null | undefined;
|
|
998
1095
|
};
|
|
999
1096
|
insuredValue: {
|
|
1000
1097
|
amount: number;
|
|
@@ -1040,6 +1137,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1040
1137
|
type: {
|
|
1041
1138
|
code?: string | null | undefined;
|
|
1042
1139
|
carrierId?: string | null | undefined;
|
|
1140
|
+
packageId?: string | null | undefined;
|
|
1043
1141
|
};
|
|
1044
1142
|
}>, "many">;
|
|
1045
1143
|
service: z.ZodObject<{
|
|
@@ -1055,7 +1153,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1055
1153
|
}>, "strip", z.ZodTypeAny, {
|
|
1056
1154
|
advancedOptions?: {
|
|
1057
1155
|
additionalHandling?: boolean | undefined;
|
|
1058
|
-
|
|
1156
|
+
windsorFrameworkDetails?: {
|
|
1157
|
+
movementIndicator: SE.MovementIndicator;
|
|
1158
|
+
notAtRisk: boolean;
|
|
1159
|
+
} | {
|
|
1160
|
+
movementIndicator: SE.MovementIndicator;
|
|
1161
|
+
notAtRisk: boolean;
|
|
1162
|
+
} | undefined;
|
|
1163
|
+
} | null | undefined;
|
|
1059
1164
|
carrierId?: string | null | undefined;
|
|
1060
1165
|
customs?: {
|
|
1061
1166
|
contents: SE.CustomsContentsType;
|
|
@@ -1101,6 +1206,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1101
1206
|
type: {
|
|
1102
1207
|
code?: string | null | undefined;
|
|
1103
1208
|
carrierId?: string | null | undefined;
|
|
1209
|
+
packageId?: string | null | undefined;
|
|
1104
1210
|
};
|
|
1105
1211
|
insuredValue: {
|
|
1106
1212
|
amount: number;
|
|
@@ -1116,7 +1222,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1116
1222
|
}, {
|
|
1117
1223
|
advancedOptions?: {
|
|
1118
1224
|
additionalHandling?: boolean | undefined;
|
|
1119
|
-
|
|
1225
|
+
windsorFrameworkDetails?: {
|
|
1226
|
+
notAtRisk?: boolean | undefined;
|
|
1227
|
+
movementIndicator: SE.MovementIndicator;
|
|
1228
|
+
} | {
|
|
1229
|
+
notAtRisk?: boolean | undefined;
|
|
1230
|
+
movementIndicator: SE.MovementIndicator;
|
|
1231
|
+
} | undefined;
|
|
1232
|
+
} | null | undefined;
|
|
1120
1233
|
carrierId?: string | null | undefined;
|
|
1121
1234
|
confirmation?: SE.ConfirmationType | undefined;
|
|
1122
1235
|
customs?: {
|
|
@@ -1166,6 +1279,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1166
1279
|
type: {
|
|
1167
1280
|
code?: string | null | undefined;
|
|
1168
1281
|
carrierId?: string | null | undefined;
|
|
1282
|
+
packageId?: string | null | undefined;
|
|
1169
1283
|
};
|
|
1170
1284
|
}[];
|
|
1171
1285
|
service: {
|
|
@@ -1223,6 +1337,17 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1223
1337
|
};
|
|
1224
1338
|
quantity: number;
|
|
1225
1339
|
}[] | null | undefined;
|
|
1340
|
+
dimensions: {
|
|
1341
|
+
unit: SE.DimensionUnit;
|
|
1342
|
+
girth?: number | undefined;
|
|
1343
|
+
height: number;
|
|
1344
|
+
length: number;
|
|
1345
|
+
lengthPlusGirth?: number | undefined;
|
|
1346
|
+
noThreeSidesExceed?: number | undefined;
|
|
1347
|
+
noTwoSidesExceed?: number | undefined;
|
|
1348
|
+
volume?: number | undefined;
|
|
1349
|
+
width: number;
|
|
1350
|
+
} | undefined;
|
|
1226
1351
|
packageId: string | null | undefined;
|
|
1227
1352
|
weight?: {
|
|
1228
1353
|
unit: string;
|
|
@@ -1276,6 +1401,17 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1276
1401
|
};
|
|
1277
1402
|
quantity: number;
|
|
1278
1403
|
}[] | null | undefined;
|
|
1404
|
+
dimensions: {
|
|
1405
|
+
unit: SE.DimensionUnit;
|
|
1406
|
+
girth?: number | undefined;
|
|
1407
|
+
height: number;
|
|
1408
|
+
length: number;
|
|
1409
|
+
lengthPlusGirth?: number | undefined;
|
|
1410
|
+
noThreeSidesExceed?: number | undefined;
|
|
1411
|
+
noTwoSidesExceed?: number | undefined;
|
|
1412
|
+
volume?: number | undefined;
|
|
1413
|
+
width: number;
|
|
1414
|
+
} | undefined;
|
|
1279
1415
|
packageId: string | null | undefined;
|
|
1280
1416
|
weight?: {
|
|
1281
1417
|
unit: string;
|
|
@@ -1290,7 +1426,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1290
1426
|
serviceCode: string | undefined;
|
|
1291
1427
|
advancedOptions?: {
|
|
1292
1428
|
additionalHandling?: boolean | undefined;
|
|
1293
|
-
|
|
1429
|
+
windsorFrameworkDetails?: {
|
|
1430
|
+
movementIndicator: SE.MovementIndicator;
|
|
1431
|
+
notAtRisk: boolean;
|
|
1432
|
+
} | {
|
|
1433
|
+
movementIndicator: SE.MovementIndicator;
|
|
1434
|
+
notAtRisk: boolean;
|
|
1435
|
+
} | undefined;
|
|
1436
|
+
} | null | undefined;
|
|
1294
1437
|
shipmentId?: string | undefined;
|
|
1295
1438
|
__mode: "browse_rates";
|
|
1296
1439
|
confirmation: SE.ConfirmationType;
|
|
@@ -1346,6 +1489,17 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1346
1489
|
};
|
|
1347
1490
|
quantity: number;
|
|
1348
1491
|
}[] | null | undefined;
|
|
1492
|
+
dimensions: {
|
|
1493
|
+
unit: SE.DimensionUnit;
|
|
1494
|
+
girth?: number | undefined;
|
|
1495
|
+
height: number;
|
|
1496
|
+
length: number;
|
|
1497
|
+
lengthPlusGirth?: number | undefined;
|
|
1498
|
+
noThreeSidesExceed?: number | undefined;
|
|
1499
|
+
noTwoSidesExceed?: number | undefined;
|
|
1500
|
+
volume?: number | undefined;
|
|
1501
|
+
width: number;
|
|
1502
|
+
} | undefined;
|
|
1349
1503
|
packageId: string | null | undefined;
|
|
1350
1504
|
weight?: {
|
|
1351
1505
|
unit: string;
|
|
@@ -1399,6 +1553,17 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1399
1553
|
};
|
|
1400
1554
|
quantity: number;
|
|
1401
1555
|
}[] | null | undefined;
|
|
1556
|
+
dimensions: {
|
|
1557
|
+
unit: SE.DimensionUnit;
|
|
1558
|
+
girth?: number | undefined;
|
|
1559
|
+
height: number;
|
|
1560
|
+
length: number;
|
|
1561
|
+
lengthPlusGirth?: number | undefined;
|
|
1562
|
+
noThreeSidesExceed?: number | undefined;
|
|
1563
|
+
noTwoSidesExceed?: number | undefined;
|
|
1564
|
+
volume?: number | undefined;
|
|
1565
|
+
width: number;
|
|
1566
|
+
} | undefined;
|
|
1402
1567
|
packageId: string | null | undefined;
|
|
1403
1568
|
weight?: {
|
|
1404
1569
|
unit: string;
|
|
@@ -1413,7 +1578,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1413
1578
|
serviceCode: string | undefined;
|
|
1414
1579
|
advancedOptions?: {
|
|
1415
1580
|
additionalHandling?: boolean | undefined;
|
|
1416
|
-
|
|
1581
|
+
windsorFrameworkDetails?: {
|
|
1582
|
+
movementIndicator: SE.MovementIndicator;
|
|
1583
|
+
notAtRisk: boolean;
|
|
1584
|
+
} | {
|
|
1585
|
+
movementIndicator: SE.MovementIndicator;
|
|
1586
|
+
notAtRisk: boolean;
|
|
1587
|
+
} | undefined;
|
|
1588
|
+
} | null | undefined;
|
|
1417
1589
|
shipmentId?: string | undefined;
|
|
1418
1590
|
__mode: "select_service";
|
|
1419
1591
|
confirmation: SE.ConfirmationType;
|
|
@@ -1423,7 +1595,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1423
1595
|
}, {
|
|
1424
1596
|
advancedOptions?: {
|
|
1425
1597
|
additionalHandling?: boolean | undefined;
|
|
1426
|
-
|
|
1598
|
+
windsorFrameworkDetails?: {
|
|
1599
|
+
notAtRisk?: boolean | undefined;
|
|
1600
|
+
movementIndicator: SE.MovementIndicator;
|
|
1601
|
+
} | {
|
|
1602
|
+
notAtRisk?: boolean | undefined;
|
|
1603
|
+
movementIndicator: SE.MovementIndicator;
|
|
1604
|
+
} | undefined;
|
|
1605
|
+
} | null | undefined;
|
|
1427
1606
|
carrierId?: string | null | undefined;
|
|
1428
1607
|
confirmation?: SE.ConfirmationType | undefined;
|
|
1429
1608
|
customs?: {
|
|
@@ -1481,6 +1660,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1481
1660
|
type: {
|
|
1482
1661
|
code?: string | null | undefined;
|
|
1483
1662
|
carrierId?: string | null | undefined;
|
|
1663
|
+
packageId?: string | null | undefined;
|
|
1484
1664
|
};
|
|
1485
1665
|
}[];
|
|
1486
1666
|
shipDate: string;
|
|
@@ -1488,7 +1668,14 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1488
1668
|
} | {
|
|
1489
1669
|
advancedOptions?: {
|
|
1490
1670
|
additionalHandling?: boolean | undefined;
|
|
1491
|
-
|
|
1671
|
+
windsorFrameworkDetails?: {
|
|
1672
|
+
notAtRisk?: boolean | undefined;
|
|
1673
|
+
movementIndicator: SE.MovementIndicator;
|
|
1674
|
+
} | {
|
|
1675
|
+
notAtRisk?: boolean | undefined;
|
|
1676
|
+
movementIndicator: SE.MovementIndicator;
|
|
1677
|
+
} | undefined;
|
|
1678
|
+
} | null | undefined;
|
|
1492
1679
|
carrierId?: string | null | undefined;
|
|
1493
1680
|
confirmation?: SE.ConfirmationType | undefined;
|
|
1494
1681
|
customs?: {
|
|
@@ -1538,6 +1725,7 @@ export declare const getShipmentSchema: ({ dimensionsUnit, isContentDescriptionR
|
|
|
1538
1725
|
type: {
|
|
1539
1726
|
code?: string | null | undefined;
|
|
1540
1727
|
carrierId?: string | null | undefined;
|
|
1728
|
+
packageId?: string | null | undefined;
|
|
1541
1729
|
};
|
|
1542
1730
|
}[];
|
|
1543
1731
|
service: {
|
|
@@ -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: {
|