@shipengine/elements 1.7.0 → 1.9.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/address-8f8119f4.js +1 -0
- package/carrier-2abb4760.js +1 -0
- package/carrier-logo-1b6c767e.js +1 -0
- package/components.js +1 -0
- package/constants.js +1 -0
- package/elements.js +1 -0
- package/extensions.js +1 -0
- package/feature-flags-3e03717c.js +1 -0
- package/formatString-413ec7c7.js +1 -0
- package/hooks.js +1 -0
- package/index.js +1 -25135
- package/money-fbc4d0b3.js +1 -0
- package/package.json +48 -6
- package/payment-method-settings-element-595cc38d.js +1 -0
- package/phone-87dd7bd8.js +1 -0
- package/schemas.js +1 -0
- package/shipment-90d35708.js +1 -0
- package/src/components/address-preference-context/address-preference-context.d.ts +5 -2
- package/src/components/carrier-icon/carrier-icon.d.ts +9 -9
- package/src/components/carrier-logo/carrier-logo.d.ts +2 -1
- package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +2 -3
- package/src/components/display-term/display-term.d.ts +2 -2
- package/src/components/display-term/display-term.styles.d.ts +2 -0
- package/src/components/field/date-picker/date-picker.d.ts +1 -1
- package/src/components/field/rate-card/rate-card.d.ts +2 -1
- package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
- package/src/components/field/rate-select/rate-select.d.ts +6 -1
- package/src/components/fund-and-purchase/fund-and-purchase.d.ts +4 -1
- package/src/components/here-map/here-map.d.ts +16 -0
- package/src/components/here-map/here-map.styles.d.ts +23 -0
- package/src/components/index.d.ts +7 -5
- package/src/components/modal/modal.d.ts +2 -1
- package/src/components/rate-details/index.d.ts +1 -0
- package/src/components/rate-details/rate-details.d.ts +17 -0
- package/src/components/rate-details/rate-details.styles.d.ts +23 -0
- package/src/components/search-bar/index.d.ts +1 -0
- package/src/components/search-bar/search-bar.d.ts +8 -0
- package/src/components/service-point-display/operating-hours.d.ts +6 -0
- package/src/components/service-point-display/operating-hours.styles.d.ts +44 -0
- package/src/components/service-point-display/service-point-display.d.ts +6 -6
- package/src/components/service-point-display/service-point-display.styles.d.ts +13 -19
- package/src/components/service-points/service-points.d.ts +2 -1
- package/src/components/tabs/tabs.d.ts +5 -1
- package/src/components/tabs/tabs.styles.d.ts +3 -2
- package/src/components/templates/index.d.ts +1 -1
- package/src/components/templates/label/label.styles.d.ts +21 -1
- package/src/components/templates/product-form/product-form-schema.d.ts +12 -0
- package/src/components/templates/pudo-rate-tabs/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/pudo-list-view/pudo-list-view.d.ts +5 -0
- package/src/components/templates/pudo-rate-tabs/pudo-map-view/pudo-map-view.d.ts +15 -0
- package/src/components/templates/pudo-rate-tabs/pudo-rate-tabs.d.ts +17 -15
- package/src/components/templates/rate-form/rate-form.d.ts +10 -2
- package/src/components/templates/register-funding-source-carrier-form/index.d.ts +2 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.d.ts +13 -0
- package/src/components/templates/register-funding-source-carrier-form/register-funding-source-carrier-form.styles.d.ts +25 -0
- package/src/components/templates/{add-carrier-form/add-carrier-form-schema.d.ts → register-funding-source-carrier-form/register-funding-source-carrier-schema.d.ts} +42 -88
- package/src/components/templates/shipment/shipment.d.ts +2 -1
- package/src/components/templates/wallet-form/wallet-form.d.ts +3 -1
- package/src/components/templates/wallet-form/wallet-form.styles.d.ts +3 -0
- package/src/components/vat-form/index.d.ts +1 -0
- package/src/components/vat-form/vat-form-schema.d.ts +10 -0
- package/src/components/vat-form/vat-form.d.ts +6 -0
- package/src/components/vat-form/vat-form.styles.d.ts +9 -0
- package/src/elements/external-carriers/external-carriers.d.ts +198 -101
- package/src/elements/label-layout/label-layout-element.d.ts +150 -77
- package/src/elements/labels-grid/labels-grid.d.ts +150 -77
- package/src/elements/manage-funding/manage-funding-element.d.ts +150 -77
- package/src/elements/manage-warehouses/manage-warehouses.d.ts +150 -77
- package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +150 -77
- package/src/elements/purchase-label/configure-shipment.d.ts +2 -1
- package/src/elements/purchase-label/hooks/use-rates-form.d.ts +5 -0
- package/src/elements/purchase-label/purchase-label.d.ts +170 -80
- package/src/elements/shipengine-carriers/shipengine-carriers.d.ts +173 -100
- package/src/elements/shipments-grid/shipments-grid.d.ts +150 -77
- package/src/elements/theme-creator/theme-creator.d.ts +150 -77
- package/src/elements/theme-creator/themeData/themeData.d.ts +0 -1
- package/src/elements/unit-settings/unit-settings-element.d.ts +150 -77
- package/src/elements/vat-settings/index.d.ts +1 -0
- package/src/elements/vat-settings/vat-settings-element.d.ts +864 -0
- package/src/elements/view-shipment/view-shipment.d.ts +181 -100
- package/src/elements/void-label/components/actions/actions.d.ts +3 -3
- package/src/elements/void-label/components/message/message.d.ts +3 -2
- package/src/elements/void-label/void-label.d.ts +183 -96
- package/src/elements/wallet-history/wallet-history-element.d.ts +150 -77
- package/src/factories/shipengine/label.d.ts +2 -0
- package/src/features/external-carriers/external-carriers.d.ts +2 -1
- package/src/features/index.d.ts +5 -4
- package/src/features/shipengine-carriers/hooks/index.d.ts +2 -1
- package/src/features/shipengine-carriers/hooks/use-carrier-metadata.d.ts +2 -13
- package/src/features/shipengine-carriers/hooks/{use-list-connected-carriers.d.ts → use-list-funding-source-carriers.d.ts} +3 -3
- package/src/features/shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts +9 -7
- package/src/features/unit-settings/unit-settings.d.ts +2 -2
- package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
- package/src/features/vat-settings/index.d.ts +2 -0
- package/src/features/vat-settings/use-vat-settings.d.ts +8 -0
- package/src/features/vat-settings/vat-settings.d.ts +9 -0
- package/src/features/vat-settings/vat-settings.styles.d.ts +29 -0
- package/src/hooks/here-map/init.d.ts +6 -0
- package/src/hooks/here-map/use-here-map-ui.d.ts +10 -0
- package/src/hooks/here-map/use-here-map.d.ts +5 -0
- package/src/hooks/index.d.ts +3 -3
- package/src/hooks/options/use-service-points.d.ts +5 -3
- package/src/locales/en/index.d.ts +150 -77
- package/src/testing/test-utils.d.ts +1 -0
- package/src/types/carrier-metadata.d.ts +7 -11
- package/src/types/index.d.ts +0 -1
- package/src/utilities/date.d.ts +1 -2
- package/src/utilities/feature-flags.d.ts +12 -2
- package/src/utilities/shipengine/carrier.d.ts +8 -0
- package/src/utilities/shipengine/index.d.ts +1 -0
- package/src/utilities/shipengine/shipment.d.ts +11 -0
- package/src/workflows/account-settings/account-settings.d.ts +153 -82
- package/src/workflows/connect-carrier/connect-carrier.d.ts +150 -77
- package/src/workflows/manage-wallet-workflow/manage-wallet-workflow.d.ts +155 -81
- package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +3 -0
- package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +3 -4
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +3 -1
- package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -3
- package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -2
- package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +3 -4
- package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.styles.d.ts +6 -7
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +3 -4
- package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +3 -0
- package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +5 -10
- package/src/workflows/onboarding/onboarding.d.ts +151 -78
- package/story-notes-ce2d8cca.js +1 -0
- package/suspend-text-c8c7b6b6.js +1 -0
- package/types.js +1 -0
- package/use-page-layout-93ffae78.js +1 -0
- package/use-scrub-errors-2c4db406.js +1 -0
- package/use-toggle-838d2ebd.js +1 -0
- package/utilities.js +1 -0
- package/validation-b941a548.js +1 -0
- package/vite.config.d.ts +1 -1
- package/wallet-form-3981400b.js +1 -0
- package/wallet-history-5b34c856.js +1 -0
- package/warehouse-form-c0b3ea78.js +34 -0
- package/warehouses-dfcdce23.js +1 -0
- package/workflows.js +1 -0
- package/zod-60def96c.js +1 -0
- package/index.cjs +0 -25349
- package/src/components/templates/add-carrier-form/add-carrier-form-test.d.ts +0 -1
- package/src/components/templates/add-carrier-form/add-carrier-form.d.ts +0 -10
- package/src/components/templates/add-carrier-form/index.d.ts +0 -2
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/index.d.ts +0 -1
- package/src/components/templates/pudo-rate-tabs/service-points-search-bar/service-points-search-bar.d.ts +0 -6
- package/src/types/patch.d.ts +0 -13
|
@@ -131,9 +131,13 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
131
131
|
resultMessages: {
|
|
132
132
|
approved: string;
|
|
133
133
|
rejected: string;
|
|
134
|
+
dpdwallet: string;
|
|
134
135
|
};
|
|
135
136
|
refund_process: string;
|
|
136
|
-
refund_rules: string;
|
|
137
|
+
refund_rules: string; /**
|
|
138
|
+
* `onComplete` is a callback function that will be invoked when the request to void a given
|
|
139
|
+
* shipping label is completed.
|
|
140
|
+
*/
|
|
137
141
|
resultTitles: {
|
|
138
142
|
approved: string;
|
|
139
143
|
rejected: string;
|
|
@@ -150,6 +154,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
150
154
|
schedulePickup: string;
|
|
151
155
|
showItems: string;
|
|
152
156
|
void: string;
|
|
157
|
+
download: string;
|
|
153
158
|
};
|
|
154
159
|
fields: {
|
|
155
160
|
dimensions: string;
|
|
@@ -164,17 +169,55 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
164
169
|
weight: string;
|
|
165
170
|
insuredValue: string;
|
|
166
171
|
deliveryConfirmation: string;
|
|
167
|
-
};
|
|
172
|
+
}; /**
|
|
173
|
+
* `labelId` is the unique identifier for the label you wish to void.
|
|
174
|
+
*/
|
|
168
175
|
highVolumeForms: string;
|
|
169
176
|
multipleShippingServices: string;
|
|
170
177
|
sections: {
|
|
171
|
-
labels: string;
|
|
172
|
-
|
|
173
|
-
* shipping label is successful.
|
|
174
|
-
*/
|
|
178
|
+
labels: string;
|
|
179
|
+
shipmentSummary: string;
|
|
175
180
|
};
|
|
176
181
|
noLabels: string;
|
|
177
182
|
};
|
|
183
|
+
"vat-settings": {
|
|
184
|
+
addNew: string;
|
|
185
|
+
vatNumber: string;
|
|
186
|
+
vatRegistrationTooltip: string;
|
|
187
|
+
vatFormText: string; /**
|
|
188
|
+
* # Void Label Component Props
|
|
189
|
+
*
|
|
190
|
+
* - These are the base props that will be passed into the `<VoidLabel />` component.
|
|
191
|
+
*
|
|
192
|
+
* @see {@link VoidLabel.Component | This prop types usage in the `<VoidLabel />` component}
|
|
193
|
+
*/
|
|
194
|
+
vatFormRegisterLater: string;
|
|
195
|
+
vatNumberInputHint: string;
|
|
196
|
+
vatNumberInputPlaceholder: string;
|
|
197
|
+
verifiedVat: string;
|
|
198
|
+
vatFormErrors: {
|
|
199
|
+
invalidFieldValue: string;
|
|
200
|
+
verificationFailure: string;
|
|
201
|
+
forbidden: string;
|
|
202
|
+
connectionNotSupported: string;
|
|
203
|
+
genericTitle: string;
|
|
204
|
+
genericText: string;
|
|
205
|
+
};
|
|
206
|
+
};
|
|
207
|
+
"shipengine-carriers": {
|
|
208
|
+
title: string;
|
|
209
|
+
headers: {
|
|
210
|
+
accountCarriers: string;
|
|
211
|
+
carriers: string;
|
|
212
|
+
settings: string;
|
|
213
|
+
};
|
|
214
|
+
actions: {
|
|
215
|
+
status: {
|
|
216
|
+
connected: string;
|
|
217
|
+
notConnected: string;
|
|
218
|
+
};
|
|
219
|
+
};
|
|
220
|
+
};
|
|
178
221
|
"register-wallet": {
|
|
179
222
|
sections: {
|
|
180
223
|
setup: {
|
|
@@ -183,20 +226,35 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
183
226
|
hiddenTermsSubtitle: string;
|
|
184
227
|
descriptionTitle: string;
|
|
185
228
|
description: string;
|
|
186
|
-
};
|
|
229
|
+
}; /**
|
|
230
|
+
* # Void Label Component Props
|
|
231
|
+
*
|
|
232
|
+
* - These are the base props that will be passed into the `<VoidLabel />` component.
|
|
233
|
+
*
|
|
234
|
+
* @see {@link VoidLabel.Component | This prop types usage in the `<VoidLabel />` component}
|
|
235
|
+
*/
|
|
187
236
|
billing: {
|
|
188
237
|
title: string;
|
|
189
238
|
cardSubTitle: string;
|
|
190
239
|
addressSubTitle: string;
|
|
191
240
|
info: string;
|
|
192
241
|
};
|
|
242
|
+
vatSettings: {
|
|
243
|
+
title: string;
|
|
244
|
+
};
|
|
193
245
|
carriers: {
|
|
194
246
|
title: string;
|
|
195
247
|
subtitle: string;
|
|
196
248
|
};
|
|
249
|
+
/**
|
|
250
|
+
* `labelId` is the unique identifier for the label you wish to void.
|
|
251
|
+
*/
|
|
197
252
|
notifications: {
|
|
198
253
|
error: {
|
|
199
|
-
title: string;
|
|
254
|
+
title: string; /**
|
|
255
|
+
* `onComplete` is a callback function that will be invoked when the request to void a given
|
|
256
|
+
* shipping label is completed.
|
|
257
|
+
*/
|
|
200
258
|
};
|
|
201
259
|
info: {
|
|
202
260
|
title: string;
|
|
@@ -226,8 +284,51 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
226
284
|
};
|
|
227
285
|
};
|
|
228
286
|
"register-carrier": {
|
|
229
|
-
formTitle:
|
|
230
|
-
|
|
287
|
+
formTitle: {
|
|
288
|
+
default: string;
|
|
289
|
+
new: string;
|
|
290
|
+
edit: string;
|
|
291
|
+
};
|
|
292
|
+
notifications: {
|
|
293
|
+
error: {
|
|
294
|
+
title: string;
|
|
295
|
+
};
|
|
296
|
+
};
|
|
297
|
+
};
|
|
298
|
+
"rate-details": {
|
|
299
|
+
total: string;
|
|
300
|
+
subtotal: string;
|
|
301
|
+
registerVat: string;
|
|
302
|
+
concepts: {
|
|
303
|
+
confirmation: string;
|
|
304
|
+
uncategorized: string;
|
|
305
|
+
shipping: string;
|
|
306
|
+
insurance: string;
|
|
307
|
+
confirm: string;
|
|
308
|
+
discount: string;
|
|
309
|
+
fuel_charge: string;
|
|
310
|
+
additional_fees: string;
|
|
311
|
+
tariff: string;
|
|
312
|
+
tax: string;
|
|
313
|
+
delivery: string;
|
|
314
|
+
handling: string;
|
|
315
|
+
special_goods: string;
|
|
316
|
+
pickup: string;
|
|
317
|
+
location_fee: string;
|
|
318
|
+
oversize: string;
|
|
319
|
+
returns: string;
|
|
320
|
+
notifications: string;
|
|
321
|
+
tip: string;
|
|
322
|
+
duties_and_taxes: string;
|
|
323
|
+
brokerage_fee: string;
|
|
324
|
+
admin_fee: string;
|
|
325
|
+
adjustment: string;
|
|
326
|
+
auctane_service_fee: string; /**
|
|
327
|
+
* `onComplete` is a callback function that will be invoked when the request to void a given
|
|
328
|
+
* shipping label is completed.
|
|
329
|
+
*/
|
|
330
|
+
product_price: string;
|
|
331
|
+
};
|
|
231
332
|
};
|
|
232
333
|
"purchase-label": {
|
|
233
334
|
title: string;
|
|
@@ -316,6 +417,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
316
417
|
rateSavings: string;
|
|
317
418
|
upsGroundSaverTermsAcknowledgement: string;
|
|
318
419
|
dhlExpressTermsAcknowledgement: string;
|
|
420
|
+
noRateService: string;
|
|
319
421
|
};
|
|
320
422
|
requirements: {
|
|
321
423
|
noWarehouse: string;
|
|
@@ -339,7 +441,10 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
339
441
|
today: string;
|
|
340
442
|
viewMap: string;
|
|
341
443
|
otherLocations: string;
|
|
342
|
-
|
|
444
|
+
noServicePointsForService: string;
|
|
445
|
+
error: string;
|
|
446
|
+
paperless: string;
|
|
447
|
+
localTimeDisclaimer: string;
|
|
343
448
|
};
|
|
344
449
|
shipToAddressFormFields: string;
|
|
345
450
|
sections: {
|
|
@@ -373,10 +478,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
373
478
|
};
|
|
374
479
|
warehouse: {
|
|
375
480
|
title: string;
|
|
376
|
-
subtitle: string;
|
|
377
|
-
* `onComplete` is a callback function that will be invoked when the request to void a given
|
|
378
|
-
* shipping label is completed.
|
|
379
|
-
*/
|
|
481
|
+
subtitle: string;
|
|
380
482
|
inlineMessage: string;
|
|
381
483
|
};
|
|
382
484
|
success: {
|
|
@@ -385,6 +487,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
385
487
|
action: string;
|
|
386
488
|
};
|
|
387
489
|
termsAndAgreementLinkText: {
|
|
490
|
+
shipEngineToS: string;
|
|
491
|
+
auctanePrivacyPolicy: string;
|
|
388
492
|
aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
|
|
389
493
|
"aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
|
|
390
494
|
"aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
|
|
@@ -409,42 +513,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
409
513
|
UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
|
|
410
514
|
};
|
|
411
515
|
};
|
|
412
|
-
"manage-defaults": {
|
|
413
|
-
label: {
|
|
414
|
-
title: string;
|
|
415
|
-
letter: {
|
|
416
|
-
title: string;
|
|
417
|
-
description: string;
|
|
418
|
-
};
|
|
419
|
-
purchase: {
|
|
420
|
-
title: string;
|
|
421
|
-
description: string;
|
|
422
|
-
};
|
|
423
|
-
thermal: {
|
|
424
|
-
title: string;
|
|
425
|
-
description: string;
|
|
426
|
-
};
|
|
427
|
-
};
|
|
428
|
-
status: {
|
|
429
|
-
saving: string;
|
|
430
|
-
saved: string;
|
|
431
|
-
savingFailed: string;
|
|
432
|
-
};
|
|
433
|
-
units: {
|
|
434
|
-
title: string;
|
|
435
|
-
dimensions: {
|
|
436
|
-
title: string;
|
|
437
|
-
standard: string;
|
|
438
|
-
metric: string;
|
|
439
|
-
};
|
|
440
|
-
weight: {
|
|
441
|
-
title: string;
|
|
442
|
-
standard: string;
|
|
443
|
-
g: string;
|
|
444
|
-
kg: string;
|
|
445
|
-
};
|
|
446
|
-
};
|
|
447
|
-
};
|
|
448
516
|
"manage-warehouses": {
|
|
449
517
|
title: string;
|
|
450
518
|
addNew: string;
|
|
@@ -481,10 +549,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
481
549
|
purchaseAmount: string;
|
|
482
550
|
readSettings: string;
|
|
483
551
|
};
|
|
484
|
-
/**
|
|
485
|
-
* `onComplete` is a callback function that will be invoked when the request to void a given
|
|
486
|
-
* shipping label is completed.
|
|
487
|
-
*/
|
|
488
552
|
addFunds: {
|
|
489
553
|
custom: string;
|
|
490
554
|
error: {
|
|
@@ -516,6 +580,42 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
516
580
|
currentBalance: string;
|
|
517
581
|
maximumBalanceAmount: string;
|
|
518
582
|
};
|
|
583
|
+
"manage-defaults": {
|
|
584
|
+
label: {
|
|
585
|
+
title: string;
|
|
586
|
+
letter: {
|
|
587
|
+
title: string;
|
|
588
|
+
description: string;
|
|
589
|
+
};
|
|
590
|
+
purchase: {
|
|
591
|
+
title: string;
|
|
592
|
+
description: string;
|
|
593
|
+
};
|
|
594
|
+
thermal: {
|
|
595
|
+
title: string;
|
|
596
|
+
description: string;
|
|
597
|
+
};
|
|
598
|
+
};
|
|
599
|
+
status: {
|
|
600
|
+
saving: string;
|
|
601
|
+
saved: string;
|
|
602
|
+
savingFailed: string;
|
|
603
|
+
};
|
|
604
|
+
units: {
|
|
605
|
+
title: string;
|
|
606
|
+
dimensions: {
|
|
607
|
+
title: string;
|
|
608
|
+
standard: string;
|
|
609
|
+
metric: string;
|
|
610
|
+
};
|
|
611
|
+
weight: {
|
|
612
|
+
title: string;
|
|
613
|
+
standard: string;
|
|
614
|
+
g: string;
|
|
615
|
+
kg: string;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
};
|
|
519
619
|
"list-shipments": {
|
|
520
620
|
title: string;
|
|
521
621
|
headers: {
|
|
@@ -546,18 +646,31 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
546
646
|
};
|
|
547
647
|
};
|
|
548
648
|
};
|
|
549
|
-
"
|
|
550
|
-
title: string;
|
|
551
|
-
headers: {
|
|
552
|
-
accountCarriers: string;
|
|
553
|
-
carriers: string;
|
|
554
|
-
settings: string;
|
|
555
|
-
};
|
|
649
|
+
"connect-carrier": {
|
|
556
650
|
actions: {
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
651
|
+
cancel: string;
|
|
652
|
+
carrierSettings: string;
|
|
653
|
+
connectCarriers: string;
|
|
654
|
+
disconnect: string;
|
|
655
|
+
disconnectCarrier: string;
|
|
656
|
+
};
|
|
657
|
+
noCarriersDescription: string;
|
|
658
|
+
registrationForm: {
|
|
659
|
+
error: string;
|
|
660
|
+
title: string;
|
|
661
|
+
betaWarning: string;
|
|
662
|
+
};
|
|
663
|
+
search: string;
|
|
664
|
+
settingsModal: {
|
|
665
|
+
closeDialog: string;
|
|
666
|
+
header: string;
|
|
667
|
+
};
|
|
668
|
+
status: {
|
|
669
|
+
connected: string;
|
|
670
|
+
};
|
|
671
|
+
disconnectDropdown: {
|
|
672
|
+
toastTitle: string;
|
|
673
|
+
toastBody: string;
|
|
561
674
|
};
|
|
562
675
|
};
|
|
563
676
|
common: {
|
|
@@ -744,6 +857,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
744
857
|
accountSettings: string;
|
|
745
858
|
carrier: string;
|
|
746
859
|
carriers: string;
|
|
860
|
+
carrierServices: string;
|
|
747
861
|
connectCarrierForm: string;
|
|
748
862
|
connectingCarriers: string;
|
|
749
863
|
creatingFundingSource: string;
|
|
@@ -834,6 +948,7 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
834
948
|
gram: string;
|
|
835
949
|
kilogram: string;
|
|
836
950
|
};
|
|
951
|
+
ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
|
|
837
952
|
T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
|
|
838
953
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
|
|
839
954
|
"VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
|
|
@@ -846,33 +961,6 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
846
961
|
"QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
|
|
847
962
|
"QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
|
|
848
963
|
};
|
|
849
|
-
"connect-carrier": {
|
|
850
|
-
actions: {
|
|
851
|
-
cancel: string;
|
|
852
|
-
carrierSettings: string;
|
|
853
|
-
connectCarriers: string;
|
|
854
|
-
disconnect: string;
|
|
855
|
-
disconnectCarrier: string;
|
|
856
|
-
};
|
|
857
|
-
noCarriersDescription: string;
|
|
858
|
-
registrationForm: {
|
|
859
|
-
error: string;
|
|
860
|
-
title: string;
|
|
861
|
-
betaWarning: string;
|
|
862
|
-
};
|
|
863
|
-
search: string;
|
|
864
|
-
settingsModal: {
|
|
865
|
-
closeDialog: string;
|
|
866
|
-
header: string;
|
|
867
|
-
};
|
|
868
|
-
status: {
|
|
869
|
-
connected: string;
|
|
870
|
-
};
|
|
871
|
-
disconnectDropdown: {
|
|
872
|
-
toastTitle: string;
|
|
873
|
-
toastBody: string;
|
|
874
|
-
};
|
|
875
|
-
};
|
|
876
964
|
"account-settings": {
|
|
877
965
|
messages: {
|
|
878
966
|
noFundingSources: string;
|
|
@@ -887,9 +975,8 @@ export declare const Element: ({ resources, ...props }: ComponentProps & {
|
|
|
887
975
|
carriers: string;
|
|
888
976
|
externalCarriers: string;
|
|
889
977
|
labelLayout: string;
|
|
890
|
-
unitSettings: string;
|
|
891
|
-
|
|
892
|
-
*/
|
|
978
|
+
unitSettings: string;
|
|
979
|
+
vatSettings: string;
|
|
893
980
|
};
|
|
894
981
|
};
|
|
895
982
|
};
|