@shipengine/elements 1.3.2 → 1.4.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/index.cjs +9737 -5932
- package/index.js +9739 -5944
- package/package.json +5 -4
- package/src/components/carrier-connection-card/carrier-connection-card.d.ts +11 -0
- package/src/components/carrier-connection-card/carrier-connection-card.styles.d.ts +35 -0
- package/src/components/carrier-connection-card/index.d.ts +1 -0
- package/src/components/field/create-field-controller.d.ts +1 -1
- package/src/components/field/input-group/input-group.d.ts +9 -0
- package/src/components/field/input-group/input-group.styles.d.ts +24 -0
- package/src/components/field/rate-card/rate-card.d.ts +4 -1
- package/src/components/field/rate-card/rate-card.styles.d.ts +1 -0
- package/src/components/field/rate-select/rate-select.d.ts +3 -0
- package/src/components/field-label/field-label.d.ts +2 -1
- package/src/components/field-label/field-label.styles.d.ts +9 -0
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +2 -1
- package/src/components/index.d.ts +3 -0
- package/src/components/modal/index.d.ts +2 -0
- package/src/components/modal/modal-container.d.ts +15 -0
- package/src/components/modal/modal.d.ts +9 -0
- package/src/components/modal/modal.styles.d.ts +17 -0
- package/src/components/pager/pager.styles.d.ts +1 -0
- package/src/components/section/section.d.ts +2 -1
- package/src/components/section/section.styles.d.ts +13 -13
- package/src/components/service-point-display/index.d.ts +1 -0
- package/src/components/service-point-display/service-point-display.d.ts +10 -0
- package/src/components/service-point-display/service-point-display.styles.d.ts +43 -0
- package/src/components/service-points/index.d.ts +1 -0
- package/src/components/service-points/service-points.d.ts +8 -0
- package/src/components/service-points/service-points.styles.d.ts +44 -0
- package/src/components/skeleton/index.d.ts +1 -0
- package/src/components/skeleton/skeleton-carrier-row.d.ts +1 -0
- package/src/components/skeleton/skeleton-carrier-row.styles.d.ts +17 -0
- package/src/components/suspend/index.d.ts +1 -0
- package/src/components/suspend/suspend-text.d.ts +5 -0
- package/src/components/tabs/tabs.d.ts +2 -1
- package/src/components/tabs/tabs.styles.d.ts +3 -3
- package/src/components/templates/account-settings/account-settings.d.ts +5 -1
- package/src/components/templates/add-carrier-form/add-carrier-form-schema.d.ts +12 -3
- package/src/components/templates/address-form/address-form-schema.d.ts +24 -0
- package/src/components/templates/address-form/address-schema.d.ts +3 -0
- package/src/components/templates/available-carriers-list/available-carriers-list.d.ts +10 -0
- package/src/components/templates/available-carriers-list/available-carriers-list.styles.d.ts +6 -0
- package/src/components/templates/available-carriers-list/index.d.ts +1 -0
- package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +4 -2
- package/src/components/templates/connect-carrier-form/connect-carrier-form.styles.d.ts +0 -1
- package/src/components/templates/connected-carrier-list/connected-carrier-list.d.ts +8 -0
- package/src/components/templates/connected-carrier-list/connected-carrier-list.styles.d.ts +35 -0
- package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.d.ts +8 -0
- package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.styles.d.ts +36 -0
- package/src/components/templates/connected-carrier-list/connected-carrier-row/index.d.ts +1 -0
- package/src/components/templates/connected-carrier-list/index.d.ts +1 -0
- package/src/components/templates/index.d.ts +1 -1
- package/src/components/templates/list-carriers/list-carriers.d.ts +1 -1
- package/src/components/templates/list-carriers/list-carriers.styles.d.ts +0 -15
- package/src/components/templates/product-form/product-form.d.ts +4 -1
- package/src/components/templates/product-form/product-form.styles.d.ts +9 -0
- package/src/components/templates/products-display/products-display.d.ts +2 -1
- package/src/components/templates/pudo-rate-tabs/index.d.ts +2 -0
- package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +22 -0
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +1 -0
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +6 -0
- package/src/components/templates/rate-form/rate-form.d.ts +1 -1
- package/src/components/templates/shipment-form/shipment-form.d.ts +2 -1
- package/src/components/templates/wallet-form/wallet-schema.d.ts +36 -26
- package/src/components/templates/warehouse-form/warehouse-form-schema.d.ts +75 -37
- package/src/components/templates/warehouse-form/warehouse-form.d.ts +2 -1
- package/src/elements/account-settings/account-settings.d.ts +106 -33
- package/src/elements/configure-shipment/configure-shipment.d.ts +1 -0
- package/src/elements/configure-shipment/hooks/use-rates-form.d.ts +1 -1
- package/src/elements/configure-shipment/hooks/use-shipment-form.d.ts +1 -0
- package/src/elements/connect-carrier/connect-carrier.d.ts +141 -3
- package/src/elements/external-carriers/external-carriers.d.ts +34 -0
- package/src/elements/external-carriers/index.d.ts +1 -0
- package/src/elements/index.d.ts +1 -0
- package/src/elements/labels-grid/labels-grid.d.ts +82 -1
- package/src/elements/purchase-label/purchase-label.d.ts +90 -2
- package/src/elements/shipments-grid/shipments-grid.d.ts +82 -1
- package/src/elements/theme-creator/theme-creator.d.ts +82 -1
- package/src/elements/view-shipment/view-shipment.d.ts +82 -1
- package/src/elements/void-label/void-label.d.ts +85 -2
- package/src/factories/shipengine/service-point.d.ts +3 -0
- package/src/hooks/options/index.d.ts +1 -0
- package/src/hooks/options/use-rate-options.d.ts +12 -1
- package/src/hooks/options/use-service-points.d.ts +8 -0
- package/src/hooks/use-nested-form.d.ts +5 -1
- package/src/locales/en/index.d.ts +82 -1
- package/src/utilities/feature-flags.d.ts +11 -1
- package/src/utilities/rates.d.ts +3 -1
- package/src/utilities/shipengine/address.d.ts +9 -0
- package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form-schema.d.ts +20 -0
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +1 -0
- package/src/workflows/onboarding/onboarding.d.ts +89 -2
package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form-schema.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
6
6
|
cityLocality: z.ZodString;
|
|
7
7
|
companyName: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>, z.ZodLiteral<"">]>, string | undefined, string | null | undefined>;
|
|
8
8
|
countryCode: z.ZodEnum<["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "CA", "KH", "CM", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FM", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "CI", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "KP", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "VI", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "WF", "EH", "YE", "ZM", "ZW"]>;
|
|
9
|
+
email: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
9
10
|
name: z.ZodString;
|
|
10
11
|
phone: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string, string | null | undefined>;
|
|
11
12
|
postalCode: z.ZodString;
|
|
@@ -16,6 +17,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
16
17
|
phone: z.ZodString;
|
|
17
18
|
}>, "strip", z.ZodTypeAny, {
|
|
18
19
|
addressLine2?: string | undefined;
|
|
20
|
+
email?: string | undefined;
|
|
19
21
|
addressLine1: string;
|
|
20
22
|
addressResidentialIndicator: "yes" | "no";
|
|
21
23
|
cityLocality: string;
|
|
@@ -28,6 +30,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
28
30
|
}, {
|
|
29
31
|
addressLine2?: string | null | undefined;
|
|
30
32
|
addressResidentialIndicator?: unknown;
|
|
33
|
+
email?: string | null | undefined;
|
|
31
34
|
stateProvince?: string | null | undefined;
|
|
32
35
|
addressLine1: string;
|
|
33
36
|
cityLocality: string;
|
|
@@ -38,6 +41,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
38
41
|
postalCode: string;
|
|
39
42
|
}>, {
|
|
40
43
|
addressLine2?: string | undefined;
|
|
44
|
+
email?: string | undefined;
|
|
41
45
|
addressLine1: string;
|
|
42
46
|
addressResidentialIndicator: "yes" | "no";
|
|
43
47
|
cityLocality: string;
|
|
@@ -50,6 +54,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
50
54
|
}, {
|
|
51
55
|
addressLine2?: string | null | undefined;
|
|
52
56
|
addressResidentialIndicator?: unknown;
|
|
57
|
+
email?: string | null | undefined;
|
|
53
58
|
stateProvince?: string | null | undefined;
|
|
54
59
|
addressLine1: string;
|
|
55
60
|
cityLocality: string;
|
|
@@ -60,6 +65,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
60
65
|
postalCode: string;
|
|
61
66
|
}>, {
|
|
62
67
|
addressLine2?: string | undefined;
|
|
68
|
+
email?: string | undefined;
|
|
63
69
|
addressLine1: string;
|
|
64
70
|
addressResidentialIndicator: "yes" | "no";
|
|
65
71
|
cityLocality: string;
|
|
@@ -72,6 +78,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
72
78
|
}, {
|
|
73
79
|
addressLine2?: string | null | undefined;
|
|
74
80
|
addressResidentialIndicator?: unknown;
|
|
81
|
+
email?: string | null | undefined;
|
|
75
82
|
stateProvince?: string | null | undefined;
|
|
76
83
|
addressLine1: string;
|
|
77
84
|
cityLocality: string;
|
|
@@ -82,6 +89,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
82
89
|
postalCode: string;
|
|
83
90
|
}>, {
|
|
84
91
|
addressLine2?: string | undefined;
|
|
92
|
+
email?: string | undefined;
|
|
85
93
|
addressLine1: string;
|
|
86
94
|
addressResidentialIndicator: "yes" | "no";
|
|
87
95
|
cityLocality: string;
|
|
@@ -94,6 +102,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
94
102
|
}, {
|
|
95
103
|
addressLine2?: string | null | undefined;
|
|
96
104
|
addressResidentialIndicator?: unknown;
|
|
105
|
+
email?: string | null | undefined;
|
|
97
106
|
stateProvince?: string | null | undefined;
|
|
98
107
|
addressLine1: string;
|
|
99
108
|
cityLocality: string;
|
|
@@ -108,6 +117,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
108
117
|
cityLocality: z.ZodString;
|
|
109
118
|
companyName: z.ZodEffects<z.ZodUnion<[z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>, z.ZodLiteral<"">]>, string | undefined, string | null | undefined>;
|
|
110
119
|
countryCode: z.ZodEnum<["AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BQ", "BA", "BW", "BR", "IO", "VG", "BN", "BG", "BF", "BI", "CA", "KH", "CM", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", "CG", "CD", "CK", "CR", "HR", "CU", "CW", "CY", "CZ", "DK", "DJ", "DM", "DO", "EC", "EG", "SV", "GQ", "ER", "EE", "ET", "FK", "FO", "FM", "FJ", "FI", "FR", "GF", "PF", "TF", "GA", "GM", "GE", "DE", "GH", "GI", "GR", "GL", "GD", "GP", "GU", "GT", "GG", "GN", "GW", "GY", "HT", "VA", "HN", "HK", "HU", "IS", "IN", "ID", "IR", "IQ", "IE", "IM", "IL", "IT", "CI", "JM", "JP", "JE", "JO", "KZ", "KE", "KI", "KR", "KW", "KG", "LA", "LV", "LB", "LS", "LR", "LY", "LI", "LT", "LU", "MO", "MK", "MG", "MW", "MY", "MV", "ML", "MT", "MH", "MQ", "MR", "MU", "YT", "MX", "MD", "MC", "MN", "ME", "MS", "MA", "MZ", "MM", "NA", "NR", "NP", "NL", "AN", "NC", "NZ", "NI", "NE", "NG", "NU", "NF", "KP", "MP", "NO", "OM", "PK", "PW", "PS", "PA", "PG", "PY", "PE", "PH", "PN", "PL", "PT", "PR", "QA", "RE", "RO", "RU", "RW", "BL", "SH", "KN", "LC", "MF", "PM", "VC", "WS", "SM", "ST", "SA", "SN", "RS", "SC", "SL", "SG", "SX", "SK", "SI", "SB", "SO", "ZA", "GS", "SS", "ES", "LK", "SD", "SR", "SJ", "SZ", "SE", "CH", "SY", "TW", "TJ", "TZ", "TH", "TL", "TG", "TK", "TO", "TT", "TN", "TR", "TM", "TC", "TV", "UG", "UA", "AE", "GB", "VI", "UM", "US", "UY", "UZ", "VU", "VE", "VN", "WF", "EH", "YE", "ZM", "ZW"]>;
|
|
120
|
+
email: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string | undefined, string | null | undefined>;
|
|
111
121
|
name: z.ZodString;
|
|
112
122
|
phone: z.ZodEffects<z.ZodNullable<z.ZodOptional<z.ZodString>>, string, string | null | undefined>;
|
|
113
123
|
postalCode: z.ZodString;
|
|
@@ -118,6 +128,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
118
128
|
phone: z.ZodString;
|
|
119
129
|
}>, "strip", z.ZodTypeAny, {
|
|
120
130
|
addressLine2?: string | undefined;
|
|
131
|
+
email?: string | undefined;
|
|
121
132
|
addressLine1: string;
|
|
122
133
|
addressResidentialIndicator: "yes" | "no";
|
|
123
134
|
cityLocality: string;
|
|
@@ -130,6 +141,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
130
141
|
}, {
|
|
131
142
|
addressLine2?: string | null | undefined;
|
|
132
143
|
addressResidentialIndicator?: unknown;
|
|
144
|
+
email?: string | null | undefined;
|
|
133
145
|
stateProvince?: string | null | undefined;
|
|
134
146
|
addressLine1: string;
|
|
135
147
|
cityLocality: string;
|
|
@@ -140,6 +152,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
140
152
|
postalCode: string;
|
|
141
153
|
}>, {
|
|
142
154
|
addressLine2?: string | undefined;
|
|
155
|
+
email?: string | undefined;
|
|
143
156
|
addressLine1: string;
|
|
144
157
|
addressResidentialIndicator: "yes" | "no";
|
|
145
158
|
cityLocality: string;
|
|
@@ -152,6 +165,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
152
165
|
}, {
|
|
153
166
|
addressLine2?: string | null | undefined;
|
|
154
167
|
addressResidentialIndicator?: unknown;
|
|
168
|
+
email?: string | null | undefined;
|
|
155
169
|
stateProvince?: string | null | undefined;
|
|
156
170
|
addressLine1: string;
|
|
157
171
|
cityLocality: string;
|
|
@@ -162,6 +176,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
162
176
|
postalCode: string;
|
|
163
177
|
}>, {
|
|
164
178
|
addressLine2?: string | undefined;
|
|
179
|
+
email?: string | undefined;
|
|
165
180
|
addressLine1: string;
|
|
166
181
|
addressResidentialIndicator: "yes" | "no";
|
|
167
182
|
cityLocality: string;
|
|
@@ -174,6 +189,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
174
189
|
}, {
|
|
175
190
|
addressLine2?: string | null | undefined;
|
|
176
191
|
addressResidentialIndicator?: unknown;
|
|
192
|
+
email?: string | null | undefined;
|
|
177
193
|
stateProvince?: string | null | undefined;
|
|
178
194
|
addressLine1: string;
|
|
179
195
|
cityLocality: string;
|
|
@@ -184,6 +200,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
184
200
|
postalCode: string;
|
|
185
201
|
}>, {
|
|
186
202
|
addressLine2?: string | undefined;
|
|
203
|
+
email?: string | undefined;
|
|
187
204
|
addressLine1: string;
|
|
188
205
|
addressResidentialIndicator: "yes" | "no";
|
|
189
206
|
cityLocality: string;
|
|
@@ -196,6 +213,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
196
213
|
}, {
|
|
197
214
|
addressLine2?: string | null | undefined;
|
|
198
215
|
addressResidentialIndicator?: unknown;
|
|
216
|
+
email?: string | null | undefined;
|
|
199
217
|
stateProvince?: string | null | undefined;
|
|
200
218
|
addressLine1: string;
|
|
201
219
|
cityLocality: string;
|
|
@@ -209,6 +227,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
209
227
|
}, "strip", z.ZodTypeAny, {
|
|
210
228
|
address?: {
|
|
211
229
|
addressLine2?: string | undefined;
|
|
230
|
+
email?: string | undefined;
|
|
212
231
|
addressLine1: string;
|
|
213
232
|
addressResidentialIndicator: "yes" | "no";
|
|
214
233
|
cityLocality: string;
|
|
@@ -224,6 +243,7 @@ export declare const getCarrierRecoverySchema: (requiresAddress?: boolean) => z.
|
|
|
224
243
|
address?: {
|
|
225
244
|
addressLine2?: string | null | undefined;
|
|
226
245
|
addressResidentialIndicator?: unknown;
|
|
246
|
+
email?: string | null | undefined;
|
|
227
247
|
stateProvince?: string | null | undefined;
|
|
228
248
|
addressLine1: string;
|
|
229
249
|
cityLocality: string;
|
|
@@ -20,6 +20,7 @@ export declare const useFundingAndCarrierConnectionStep: ({ isUpsEnabled, onStep
|
|
|
20
20
|
isCreatingFundingSource: boolean;
|
|
21
21
|
isLoadingCarriers: boolean;
|
|
22
22
|
isRegisteringCarriers: boolean;
|
|
23
|
+
isRegisteringCarriersSuccess: boolean;
|
|
23
24
|
registerCarrierErrors: SE.CodedError[] | null;
|
|
24
25
|
};
|
|
25
26
|
export {};
|
|
@@ -296,6 +296,24 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
296
296
|
noCarrier: string;
|
|
297
297
|
noWarehouseOrCarrier: string;
|
|
298
298
|
};
|
|
299
|
+
servicePoints: {
|
|
300
|
+
searchLabel: string;
|
|
301
|
+
noRatesForType: string;
|
|
302
|
+
dropOff: string;
|
|
303
|
+
pickUp: string;
|
|
304
|
+
closed: string;
|
|
305
|
+
hideLocations: string;
|
|
306
|
+
moreLocations: string;
|
|
307
|
+
nearestLocation: string;
|
|
308
|
+
open: string;
|
|
309
|
+
nextOpeningDay: string;
|
|
310
|
+
until: string;
|
|
311
|
+
selected: string;
|
|
312
|
+
selectLocation: string;
|
|
313
|
+
viewMap: string;
|
|
314
|
+
otherLocations: string;
|
|
315
|
+
noServicePointsFound: string;
|
|
316
|
+
};
|
|
299
317
|
shipToAddressFormFields: string;
|
|
300
318
|
sections: {
|
|
301
319
|
customsForm: string;
|
|
@@ -346,11 +364,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
346
364
|
"aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
|
|
347
365
|
"aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
|
|
348
366
|
aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
|
|
367
|
+
"aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
|
|
349
368
|
};
|
|
350
369
|
termsAndAgreementTitles: {
|
|
351
370
|
"WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
|
|
352
371
|
"RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
|
|
353
372
|
"VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
|
|
373
|
+
RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
|
|
354
374
|
};
|
|
355
375
|
};
|
|
356
376
|
"manage-defaults": {
|
|
@@ -450,9 +470,48 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
450
470
|
balanceUnknown: string;
|
|
451
471
|
unableToFindBalance: string;
|
|
452
472
|
};
|
|
473
|
+
byoc: {
|
|
474
|
+
invoiceNotification: string;
|
|
475
|
+
};
|
|
453
476
|
currentBalance: string;
|
|
454
477
|
maximumBalanceAmount: string;
|
|
455
478
|
};
|
|
479
|
+
"list-shipments": {
|
|
480
|
+
title: string;
|
|
481
|
+
headers: {
|
|
482
|
+
created: string;
|
|
483
|
+
download: string;
|
|
484
|
+
shipmentId: string;
|
|
485
|
+
shipDate: string;
|
|
486
|
+
shipTo: string;
|
|
487
|
+
}; /**
|
|
488
|
+
* # Onboarding Component Props
|
|
489
|
+
*
|
|
490
|
+
* - These are the base props that will be passed into the `<Onboarding />` component.
|
|
491
|
+
*
|
|
492
|
+
* @see {@link Onboarding.Component | This prop types usage in the `<Onboarding />` component}
|
|
493
|
+
*/
|
|
494
|
+
actions: {
|
|
495
|
+
download: {
|
|
496
|
+
pdf: string;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
499
|
+
};
|
|
500
|
+
"list-labels": {
|
|
501
|
+
title: string;
|
|
502
|
+
headers: {
|
|
503
|
+
created: string;
|
|
504
|
+
download: string;
|
|
505
|
+
labelId: string;
|
|
506
|
+
service: string;
|
|
507
|
+
shipTo: string;
|
|
508
|
+
};
|
|
509
|
+
actions: {
|
|
510
|
+
download: {
|
|
511
|
+
pdf: string;
|
|
512
|
+
};
|
|
513
|
+
};
|
|
514
|
+
};
|
|
456
515
|
"list-carriers": {
|
|
457
516
|
title: string;
|
|
458
517
|
headers: {
|
|
@@ -615,8 +674,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
615
674
|
returnedGoods: string;
|
|
616
675
|
sample: string;
|
|
617
676
|
};
|
|
677
|
+
currencyChange: string;
|
|
618
678
|
declarations: string;
|
|
619
|
-
|
|
679
|
+
descriptionTooltip: {
|
|
680
|
+
message: string;
|
|
681
|
+
example1: string;
|
|
682
|
+
example2: string;
|
|
683
|
+
};
|
|
620
684
|
fields: {
|
|
621
685
|
contentsType: string;
|
|
622
686
|
countryOfOrigin: string;
|
|
@@ -648,10 +712,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
648
712
|
connectCarrierForm: string;
|
|
649
713
|
fundingSourceMetadata: string;
|
|
650
714
|
label: string;
|
|
715
|
+
labels: string;
|
|
651
716
|
salesOrder: string;
|
|
652
717
|
shipment: string;
|
|
718
|
+
shipments: string;
|
|
653
719
|
warehouses: string;
|
|
654
720
|
};
|
|
721
|
+
emailIsRequired: string;
|
|
655
722
|
unknown: string;
|
|
656
723
|
noRatesAvailable: string;
|
|
657
724
|
};
|
|
@@ -689,9 +756,11 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
689
756
|
data: string;
|
|
690
757
|
importingSalesOrder: string;
|
|
691
758
|
label: string;
|
|
759
|
+
labels: string;
|
|
692
760
|
onboarding: string;
|
|
693
761
|
salesOrder: string;
|
|
694
762
|
shipment: string;
|
|
763
|
+
shipments: string;
|
|
695
764
|
warehouses: string;
|
|
696
765
|
};
|
|
697
766
|
months: {
|
|
@@ -727,6 +796,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
727
796
|
};
|
|
728
797
|
invalidAddressName: string;
|
|
729
798
|
invalidAddressNameStrict: string;
|
|
799
|
+
invalidAddressOnboarding: string;
|
|
730
800
|
invalidAddressPoBox: string;
|
|
731
801
|
invalidCreditCardType: string;
|
|
732
802
|
invalidExpirationDate: string;
|
|
@@ -783,10 +853,26 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
783
853
|
"QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
|
|
784
854
|
};
|
|
785
855
|
"connect-carrier": {
|
|
856
|
+
actions: {
|
|
857
|
+
cancel: string;
|
|
858
|
+
connectCarriers: string;
|
|
859
|
+
disconnect: string;
|
|
860
|
+
disconnectCarrier: string;
|
|
861
|
+
};
|
|
862
|
+
noCarriersDescription: string;
|
|
786
863
|
registrationForm: {
|
|
787
|
-
|
|
864
|
+
error: string;
|
|
865
|
+
title: string; /** If provided, the address form will be pre-filled */
|
|
788
866
|
betaWarning: string;
|
|
789
867
|
};
|
|
868
|
+
search: string;
|
|
869
|
+
settingsModal: {
|
|
870
|
+
closeDialog: string;
|
|
871
|
+
header: string;
|
|
872
|
+
};
|
|
873
|
+
status: {
|
|
874
|
+
connected: string;
|
|
875
|
+
};
|
|
790
876
|
};
|
|
791
877
|
"account-settings": {
|
|
792
878
|
messages: {
|
|
@@ -807,6 +893,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
807
893
|
adjustmentHistory: string;
|
|
808
894
|
warehouses: string;
|
|
809
895
|
carriers: string;
|
|
896
|
+
externalCarriers: string;
|
|
810
897
|
labelLayout: string;
|
|
811
898
|
unitSettings: string;
|
|
812
899
|
};
|