@shipengine/elements 1.7.0 → 1.8.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.
Files changed (57) hide show
  1. package/index.cjs +15309 -14863
  2. package/index.js +15310 -14867
  3. package/package.json +3 -3
  4. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +2 -3
  5. package/src/components/display-term/display-term.d.ts +2 -2
  6. package/src/components/display-term/display-term.styles.d.ts +2 -0
  7. package/src/components/index.d.ts +6 -5
  8. package/src/components/templates/wallet-form/wallet-form.d.ts +3 -1
  9. package/src/components/templates/wallet-form/wallet-form.styles.d.ts +3 -0
  10. package/src/components/vat-form/index.d.ts +1 -0
  11. package/src/components/vat-form/vat-form-schema.d.ts +10 -0
  12. package/src/components/vat-form/vat-form.d.ts +6 -0
  13. package/src/components/vat-form/vat-form.styles.d.ts +9 -0
  14. package/src/elements/external-carriers/external-carriers.d.ts +124 -97
  15. package/src/elements/label-layout/label-layout-element.d.ts +101 -74
  16. package/src/elements/labels-grid/labels-grid.d.ts +101 -74
  17. package/src/elements/manage-funding/manage-funding-element.d.ts +101 -74
  18. package/src/elements/manage-warehouses/manage-warehouses.d.ts +101 -74
  19. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +101 -74
  20. package/src/elements/purchase-label/purchase-label.d.ts +121 -77
  21. package/src/elements/shipengine-carriers/shipengine-carriers.d.ts +124 -97
  22. package/src/elements/shipments-grid/shipments-grid.d.ts +101 -74
  23. package/src/elements/theme-creator/theme-creator.d.ts +101 -74
  24. package/src/elements/unit-settings/unit-settings-element.d.ts +101 -74
  25. package/src/elements/vat-settings/index.d.ts +1 -0
  26. package/src/elements/vat-settings/vat-settings-element.d.ts +818 -0
  27. package/src/elements/view-shipment/view-shipment.d.ts +111 -83
  28. package/src/elements/void-label/components/message/message.d.ts +3 -2
  29. package/src/elements/void-label/void-label.d.ts +128 -92
  30. package/src/elements/wallet-history/wallet-history-element.d.ts +101 -74
  31. package/src/features/index.d.ts +5 -4
  32. package/src/features/unit-settings/unit-settings.d.ts +2 -2
  33. package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
  34. package/src/features/vat-settings/index.d.ts +2 -0
  35. package/src/features/vat-settings/use-vat-settings.d.ts +8 -0
  36. package/src/features/vat-settings/vat-settings.d.ts +9 -0
  37. package/src/features/vat-settings/vat-settings.styles.d.ts +29 -0
  38. package/src/hooks/index.d.ts +3 -3
  39. package/src/locales/en/index.d.ts +101 -74
  40. package/src/types/patch.d.ts +1 -12
  41. package/src/utilities/feature-flags.d.ts +10 -0
  42. package/src/utilities/shipengine/index.d.ts +1 -0
  43. package/src/utilities/shipengine/shipment.d.ts +11 -0
  44. package/src/workflows/account-settings/account-settings.d.ts +104 -79
  45. package/src/workflows/connect-carrier/connect-carrier.d.ts +101 -74
  46. package/src/workflows/manage-wallet-workflow/manage-wallet-workflow.d.ts +106 -78
  47. package/src/workflows/onboarding/components/account-registration-form/account-registration-form-schema.d.ts +3 -0
  48. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +3 -1
  49. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +2 -2
  50. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -2
  51. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +3 -4
  52. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.styles.d.ts +6 -7
  53. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +3 -4
  54. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.styles.d.ts +3 -0
  55. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +7 -7
  56. package/src/workflows/onboarding/onboarding.d.ts +101 -74
  57. package/vite.config.d.ts +1 -1
@@ -0,0 +1,818 @@
1
+ /// <reference types="react" />
2
+ export declare const Component: () => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ export declare const Element: ({ resources, ...props }: object & {
4
+ resources?: {
5
+ en: {
6
+ "wallet-history": {
7
+ actions: {
8
+ downloadCsv: string;
9
+ chooseDate: string;
10
+ tryAgain: string;
11
+ };
12
+ errors: {
13
+ failureToFetch: string;
14
+ };
15
+ dateRange: string;
16
+ details: {
17
+ inaccurateWeight: string;
18
+ };
19
+ historyOptions: {
20
+ custom: string;
21
+ last30days: string;
22
+ thisMonth: string;
23
+ lastMonth: string;
24
+ };
25
+ };
26
+ "void-label": {
27
+ title: string;
28
+ actions: {
29
+ complete: string;
30
+ confirmVoid: string;
31
+ viewShipment: string;
32
+ };
33
+ errorMessages: {
34
+ labelIdRequired: string;
35
+ };
36
+ resultMessages: {
37
+ approved: string;
38
+ rejected: string;
39
+ dpdwallet: string;
40
+ };
41
+ refund_process: string;
42
+ refund_rules: string;
43
+ resultTitles: {
44
+ approved: string;
45
+ rejected: string;
46
+ };
47
+ voidedOn: string;
48
+ };
49
+ "view-shipment": {
50
+ title: string;
51
+ actions: {
52
+ buyAnotherLabel: string;
53
+ hideItems: string;
54
+ printForms: string;
55
+ printLabel: string;
56
+ schedulePickup: string;
57
+ showItems: string;
58
+ void: string;
59
+ };
60
+ fields: {
61
+ dimensions: string;
62
+ estimatedShipping: string;
63
+ items: string;
64
+ orderDate: string;
65
+ orderValue: string;
66
+ requestedShipping: string;
67
+ shipDate: string;
68
+ shipTo: string;
69
+ warehouse: string;
70
+ weight: string;
71
+ insuredValue: string;
72
+ deliveryConfirmation: string;
73
+ };
74
+ highVolumeForms: string;
75
+ multipleShippingServices: string;
76
+ sections: {
77
+ labels: string;
78
+ };
79
+ noLabels: string;
80
+ };
81
+ "vat-settings": {
82
+ addNew: string;
83
+ vatNumber: string;
84
+ vatRegistrationTooltip: string;
85
+ vatFormText: string;
86
+ vatFormRegisterLater: string;
87
+ vatNumberInputHint: string;
88
+ vatNumberInputPlaceholder: string;
89
+ verifiedVat: string;
90
+ vatFormErrors: {
91
+ invalidFieldValue: string;
92
+ verificationFailure: string;
93
+ forbidden: string;
94
+ connectionNotSupported: string;
95
+ genericTitle: string;
96
+ genericText: string;
97
+ };
98
+ };
99
+ "shipengine-carriers": {
100
+ title: string;
101
+ headers: {
102
+ accountCarriers: string;
103
+ carriers: string;
104
+ settings: string;
105
+ };
106
+ actions: {
107
+ status: {
108
+ connected: string;
109
+ notConnected: string;
110
+ };
111
+ };
112
+ };
113
+ "register-wallet": {
114
+ sections: {
115
+ setup: {
116
+ title: string;
117
+ subtitle: string;
118
+ hiddenTermsSubtitle: string;
119
+ descriptionTitle: string;
120
+ description: string;
121
+ };
122
+ billing: {
123
+ title: string;
124
+ cardSubTitle: string;
125
+ addressSubTitle: string;
126
+ info: string;
127
+ };
128
+ vatSettings: {
129
+ title: string;
130
+ };
131
+ carriers: {
132
+ title: string;
133
+ subtitle: string;
134
+ };
135
+ notifications: {
136
+ error: {
137
+ title: string;
138
+ };
139
+ info: {
140
+ title: string;
141
+ description: string;
142
+ };
143
+ poBox: {
144
+ title: string;
145
+ description: string;
146
+ };
147
+ carrier: {
148
+ title: string;
149
+ confirmAddress: string;
150
+ description: string;
151
+ };
152
+ blackBox: {
153
+ description: string;
154
+ };
155
+ };
156
+ };
157
+ settings: {
158
+ title: string;
159
+ billing: {
160
+ title: string;
161
+ subtitleCard: string;
162
+ subtitleBilling: string;
163
+ };
164
+ };
165
+ };
166
+ "register-carrier": {
167
+ formTitle: string;
168
+ agreeToTerms: string;
169
+ };
170
+ "purchase-label": {
171
+ title: string;
172
+ actions: {
173
+ calculateRates_one: string;
174
+ calculateRates_other: string;
175
+ hideItems: string;
176
+ purchaseLabel: string;
177
+ purchaseNow: string;
178
+ showItems: string;
179
+ showMoreRates: string;
180
+ showFewerRates: string;
181
+ saveRate: string;
182
+ };
183
+ balance: {
184
+ currentBalance: string;
185
+ insufficientBalanceCTA: string;
186
+ };
187
+ cta: {
188
+ addPackageDetails: string;
189
+ };
190
+ errorMessages: {
191
+ customsItemsRequired: string;
192
+ invalidAddress: string;
193
+ noRates: string;
194
+ salesOrderNotLoaded: string;
195
+ unsupportedAddress: string;
196
+ saveRateFailedMessage: string;
197
+ saveRateFailedTitle: string;
198
+ };
199
+ errorTypes: {
200
+ results: string;
201
+ };
202
+ fields: {
203
+ "requires-additional-handling": string;
204
+ addOns: string;
205
+ contentDescription: string;
206
+ confirmation: string;
207
+ dimensions: {
208
+ length: string;
209
+ width: string;
210
+ height: string;
211
+ };
212
+ dimensionsGroup: string;
213
+ estimatedShipping: string;
214
+ insurance: string;
215
+ insuranceProvider: string;
216
+ insuredValue: string;
217
+ items: string;
218
+ orderDate: string;
219
+ orderValue: string;
220
+ packageCode: string;
221
+ requestedShipping: string;
222
+ shipDate: string;
223
+ service: string;
224
+ shipTo: string;
225
+ addShipToAddress: string;
226
+ warehouse: string;
227
+ weight: {
228
+ whole: string;
229
+ fractional: string;
230
+ };
231
+ weightGroup: string;
232
+ today: string;
233
+ };
234
+ hints: {
235
+ contentDescription: string;
236
+ };
237
+ loading: {
238
+ calculatingRates: string;
239
+ };
240
+ modes: {
241
+ browseRates: string;
242
+ selectService: string;
243
+ };
244
+ multipleShippingServices: string;
245
+ schemaErrors: {
246
+ shipFromUnitedStatesOnly: string;
247
+ shipFromAddressRequired: string;
248
+ needToAcknowledge: string;
249
+ };
250
+ rates: {
251
+ requestedShippingNotification: string;
252
+ uspsMediaMailAcknowledgement: string;
253
+ uspsFirstClassMailAcknowledgement_leof: string;
254
+ rateSavings: string;
255
+ upsGroundSaverTermsAcknowledgement: string;
256
+ dhlExpressTermsAcknowledgement: string;
257
+ noRateService: string;
258
+ };
259
+ requirements: {
260
+ noWarehouse: string;
261
+ noCarrier: string;
262
+ noWarehouseOrCarrier: string;
263
+ };
264
+ servicePoints: {
265
+ searchLabel: string;
266
+ noRatesForType: string;
267
+ dropOff: string;
268
+ pickUp: string;
269
+ closed: string;
270
+ hideLocations: string;
271
+ moreLocations: string;
272
+ nearestLocation: string;
273
+ open: string;
274
+ nextOpeningDay: string;
275
+ until: string;
276
+ selected: string;
277
+ select: string;
278
+ today: string;
279
+ viewMap: string;
280
+ otherLocations: string;
281
+ noServicePointsFound: string;
282
+ };
283
+ shipToAddressFormFields: string;
284
+ sections: {
285
+ customsForm: string;
286
+ shipment: string;
287
+ rate_one: string;
288
+ rate_other: string;
289
+ payment: string;
290
+ };
291
+ };
292
+ "payment-method": {
293
+ title: string;
294
+ };
295
+ onboarding: {
296
+ title: string;
297
+ inlineTitle: string;
298
+ accountRegistration: {
299
+ action: string;
300
+ title: string;
301
+ subtitle: string;
302
+ welcome: string;
303
+ messageLine1: string;
304
+ partnerMessageLine1: string;
305
+ messageLine2: string;
306
+ };
307
+ stepLabel: {
308
+ accountRegistration: string;
309
+ termsAgreement: string;
310
+ shipFromAddress: string;
311
+ fundingAndCarrierConnection: string;
312
+ };
313
+ warehouse: {
314
+ title: string;
315
+ subtitle: string;
316
+ inlineMessage: string;
317
+ };
318
+ success: {
319
+ title: string;
320
+ subtitle: string;
321
+ action: string;
322
+ };
323
+ termsAndAgreementLinkText: {
324
+ shipEngineToS: string;
325
+ auctanePrivacyPolicy: string;
326
+ aHR0cHM6Ly9teWRobC5leHByZXNzLmRobC91cy9lbi9sZWdhbC90ZXJtcy1hbmQtY29uZGl0aW9ucy5odG1s: string;
327
+ "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9wcml2YWN5LXBvbGljeQ==": string;
328
+ "aHR0cHM6Ly93d3cuc3RhbXBzLmNvbS9jb25kaXRpb25zLw==": string;
329
+ "aHR0cHM6Ly93d3cudXBzLmNvbS91cy9lbi9zdXBwb3J0L3NoaXBwaW5nLXN1cHBvcnQvc2hpcHBpbmctc3BlY2lhbC1jYXJlLXJlZ3VsYXRlZC1pdGVtcy9wcm9oaWJpdGVkLWl0ZW1zLnBhZ2U=": string;
330
+ aHR0cHM6Ly93d3cudXBzLmNvbS9hc3NldHMvcmVzb3VyY2VzL21lZGlhL2VuX1VTL1VQU19EQVBfVEMucGRm: string;
331
+ "aHR0cHM6Ly93d3cudXBzLmNvbS9hc3NldHMvcmVzb3VyY2VzL21lZGlhL2VuX1VTL1VUQS5wZGY=": string;
332
+ "aHR0cHM6Ly93d3cuZXZyaS5jb20vdGVybXMtYW5kLWNvbmRpdGlvbnM=": string;
333
+ "aHR0cHM6Ly93d3cueW9kZWxkaXJlY3QuY28udWsvY29udGVudC9hYm91dC10ZXJtcw==": string;
334
+ aHR0cHM6Ly93d3cuc2hpcHN0YXRpb24uY29tL3Rlcm1zLXNlcnZpY2UtdW5pdGVkLWtpbmdkb20v: string;
335
+ "aHR0cHM6Ly93d3cuZHBkLmNvLnVrL3N0YW5kYXJkX3Rlcm1zX2FuZF9jb25kaXRpb25zLmpzcA==": string;
336
+ aHR0cHM6Ly93d3cuZ29nbG9iYWxwb3N0LmNvbS9jb25kaXRpb25z: string;
337
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9mci9tb2RhbGl0ZXMtZXQtY29uZGl0aW9ucy1kZS1zZXJ2aWNl: string;
338
+ aHR0cHM6Ly93d3cucHVyb2xhdG9yLmNvbS9lbi90ZXJtcy1hbmQtY29uZGl0aW9ucy1zZXJ2aWNl: string;
339
+ };
340
+ termsAndAgreementTitles: {
341
+ "WW9kZWwgRGlyZWN0IC0gVGVybXMgYW5kIENvbmRpdGlvbnMgKOKAnFRlcm1z4oCdKQ==": string;
342
+ "RXZyaSBTZW5kIFRlcm1zICYgQ29uZGl0aW9ucw==": string;
343
+ "VGVybXMgb2YgU2VydmljZSBVbml0ZWQgS2luZ2RvbQ==": string;
344
+ RFBEIFN0YW5kYXJkIFRlcm1zIGFuZCBDb25kaXRpb25z: string;
345
+ "R2xvYmFsUG9zdCBUZXJtcyBhbmQgQ29uZGl0aW9ucw==": string;
346
+ "UHVyb2xhdG9yIFRlcm1zIGFuZCBDb25kaXRpb25zIG9mIFNlcnZpY2U=": string;
347
+ UHVyb2xhdG9yIE1vZGFsaXTDqXMgZXQgY29uZGl0aW9ucyBkZSBzZXJ2aWNl: string;
348
+ };
349
+ };
350
+ "manage-warehouses": {
351
+ title: string;
352
+ addNew: string;
353
+ editWarehouse: string;
354
+ contactName: string;
355
+ default: string;
356
+ isDefault: string;
357
+ locationName: string;
358
+ residentialAddress: string;
359
+ returnTo: string;
360
+ returnToAddressIsDifferent: string;
361
+ setDefault: string;
362
+ shipFrom: string;
363
+ };
364
+ "manage-funding": {
365
+ actions: {
366
+ addFunds: string;
367
+ addFundsAndPurchase: string;
368
+ addNow: string;
369
+ saveRule: string;
370
+ };
371
+ autoFunding: {
372
+ edit: string;
373
+ editSettings: string;
374
+ error: {
375
+ title: string;
376
+ message: string;
377
+ };
378
+ isEnabledCTA: string;
379
+ isEnabled: string;
380
+ isLoading: string;
381
+ lowBalancePurchaseThreshold: string;
382
+ maximumPurchasesPerDay: string;
383
+ purchaseAmount: string;
384
+ readSettings: string;
385
+ };
386
+ addFunds: {
387
+ custom: string;
388
+ error: {
389
+ title: string;
390
+ message: string;
391
+ };
392
+ isLoading: string;
393
+ labels: {
394
+ amount: string;
395
+ };
396
+ minimumPurchaseAmount: string;
397
+ other: string;
398
+ };
399
+ fundAndPurchase: {
400
+ finalBalance: string;
401
+ insufficientFunds: string;
402
+ insufficientFundsTitle: string;
403
+ negativeBalance: string;
404
+ negativeBalanceTitle: string;
405
+ newBalance: string;
406
+ };
407
+ errors: {
408
+ balanceUnknown: string;
409
+ unableToFindBalance: string;
410
+ };
411
+ byoc: {
412
+ invoiceNotification: string;
413
+ };
414
+ currentBalance: string;
415
+ maximumBalanceAmount: string;
416
+ };
417
+ "manage-defaults": {
418
+ label: {
419
+ title: string;
420
+ letter: {
421
+ title: string;
422
+ description: string;
423
+ };
424
+ purchase: {
425
+ title: string;
426
+ description: string;
427
+ };
428
+ thermal: {
429
+ title: string;
430
+ description: string;
431
+ };
432
+ };
433
+ status: {
434
+ saving: string;
435
+ saved: string;
436
+ savingFailed: string;
437
+ };
438
+ units: {
439
+ title: string;
440
+ dimensions: {
441
+ title: string;
442
+ standard: string;
443
+ metric: string;
444
+ };
445
+ weight: {
446
+ title: string;
447
+ standard: string;
448
+ g: string;
449
+ kg: string;
450
+ };
451
+ };
452
+ };
453
+ "list-shipments": {
454
+ title: string;
455
+ headers: {
456
+ created: string;
457
+ download: string;
458
+ shipmentId: string;
459
+ shipDate: string;
460
+ shipTo: string;
461
+ };
462
+ actions: {
463
+ download: {
464
+ pdf: string;
465
+ };
466
+ };
467
+ };
468
+ "list-labels": {
469
+ title: string;
470
+ headers: {
471
+ created: string;
472
+ download: string;
473
+ labelId: string;
474
+ service: string;
475
+ shipTo: string;
476
+ };
477
+ actions: {
478
+ download: {
479
+ pdf: string;
480
+ };
481
+ };
482
+ };
483
+ "connect-carrier": {
484
+ actions: {
485
+ cancel: string;
486
+ carrierSettings: string;
487
+ connectCarriers: string;
488
+ disconnect: string;
489
+ disconnectCarrier: string;
490
+ };
491
+ noCarriersDescription: string;
492
+ registrationForm: {
493
+ error: string;
494
+ title: string;
495
+ betaWarning: string;
496
+ };
497
+ search: string;
498
+ settingsModal: {
499
+ closeDialog: string;
500
+ header: string;
501
+ };
502
+ status: {
503
+ connected: string;
504
+ };
505
+ disconnectDropdown: {
506
+ toastTitle: string;
507
+ toastBody: string;
508
+ };
509
+ };
510
+ common: {
511
+ actions: {
512
+ add: string;
513
+ cancel: string;
514
+ close: string;
515
+ confirm: string;
516
+ connect: string;
517
+ continue: string;
518
+ delete: string;
519
+ edit: string;
520
+ hide: string;
521
+ parse: string;
522
+ purchase: string;
523
+ remove: string;
524
+ save: string;
525
+ skipForNow: string;
526
+ submit: string;
527
+ tryAgain: string;
528
+ };
529
+ address: {
530
+ fields: {
531
+ name: string;
532
+ company: string;
533
+ county: string;
534
+ countryCode: string;
535
+ addressLine1: string;
536
+ addressLine2: string;
537
+ cityLocality: string;
538
+ stateProvince: string;
539
+ postalCode: string;
540
+ phone: string;
541
+ email: string;
542
+ addressResidentialIndicator: string;
543
+ };
544
+ noResults: string;
545
+ subFields: {
546
+ optional: string;
547
+ };
548
+ parserFields: {
549
+ fullAddress: string;
550
+ };
551
+ paste: string;
552
+ preference: {
553
+ confirm: string;
554
+ addressNotValidated: string;
555
+ modified: string;
556
+ title: string;
557
+ originalAddress: string;
558
+ matchedAddress: string;
559
+ unableToValidate: string;
560
+ use: {
561
+ originalAddress: string;
562
+ matchedAddress: string;
563
+ };
564
+ };
565
+ validation: {
566
+ notValidated: string;
567
+ validated: string;
568
+ };
569
+ };
570
+ billing: {
571
+ fields: {
572
+ differentBillingAddress: string;
573
+ name: string;
574
+ cardNumber: string;
575
+ expiration: string;
576
+ cvv: string;
577
+ cvvPlaceholder: string;
578
+ expirationPlaceholder: string;
579
+ cardNumberPlaceholder: string;
580
+ };
581
+ };
582
+ carriers: {
583
+ fields: {
584
+ agreement: string;
585
+ };
586
+ terms: {
587
+ agreeToTerms: string;
588
+ title: string;
589
+ };
590
+ };
591
+ charsetWarnings: {
592
+ name: {
593
+ message: string;
594
+ };
595
+ address: {
596
+ message: string;
597
+ title: string;
598
+ };
599
+ };
600
+ confirmationTypes: {
601
+ adultSignature: string;
602
+ delivery: string;
603
+ deliveryMailed: string;
604
+ directSignature: string;
605
+ none: string;
606
+ signature: string;
607
+ verbalConfirmation: string;
608
+ };
609
+ customs: {
610
+ addDeclaration: string;
611
+ contents: {
612
+ documents: string;
613
+ gift: string;
614
+ merchandise: string;
615
+ returnedGoods: string;
616
+ sample: string;
617
+ };
618
+ currencyChange: string;
619
+ declarations: string;
620
+ descriptionTooltip: {
621
+ message: string;
622
+ example1: string;
623
+ example2: string;
624
+ };
625
+ fields: {
626
+ contentsType: string;
627
+ countryOfOrigin: string;
628
+ description: string;
629
+ harmonizedTariffCode: string;
630
+ ifDeliveryFails: string;
631
+ quantity: string;
632
+ sku: string;
633
+ value: string;
634
+ valueQuantity: string;
635
+ };
636
+ nonDelivery: {
637
+ returnToSender: string;
638
+ treatAsAbandoned: string;
639
+ };
640
+ removeAllDeclarations: string;
641
+ total: string;
642
+ };
643
+ errorMessages: {
644
+ invalidNameOrCompany: string;
645
+ parsingFailure: string;
646
+ incompleteLabelPurchaseRequirements: string;
647
+ shipmentCancelled: string;
648
+ unableToLoad: {
649
+ accountSettings: string;
650
+ autoFundingSettings: string;
651
+ carrier: string;
652
+ carriers: string;
653
+ connectCarrierForm: string;
654
+ fundingSourceMetadata: string;
655
+ label: string;
656
+ labels: string;
657
+ salesOrder: string;
658
+ shipment: string;
659
+ shipments: string;
660
+ warehouses: string;
661
+ };
662
+ emailIsRequired: string;
663
+ unknown: string;
664
+ noRatesAvailable: string;
665
+ };
666
+ errorTypes: {
667
+ accountStatus: string;
668
+ businessRules: string;
669
+ integrations: string;
670
+ purchase: string;
671
+ rateInvalid: string;
672
+ saveRate: string;
673
+ security: string;
674
+ shipmentStatus: string;
675
+ system: string;
676
+ unknown: string;
677
+ validation: string;
678
+ };
679
+ grid: {
680
+ "row-count_one": string;
681
+ "row-count_other": string;
682
+ rows: string;
683
+ };
684
+ insuranceProviders: {
685
+ carrier: string;
686
+ none: string;
687
+ shipsurance: string;
688
+ thirdParty: string;
689
+ };
690
+ loading: {
691
+ accountSettings: string;
692
+ carrier: string;
693
+ carriers: string;
694
+ carrierServices: string;
695
+ connectCarrierForm: string;
696
+ connectingCarriers: string;
697
+ creatingFundingSource: string;
698
+ data: string;
699
+ importingSalesOrder: string;
700
+ label: string;
701
+ labels: string;
702
+ onboarding: string;
703
+ salesOrder: string;
704
+ shipment: string;
705
+ shipments: string;
706
+ warehouses: string;
707
+ };
708
+ months: {
709
+ january: string;
710
+ february: string;
711
+ march: string;
712
+ april: string;
713
+ may: string;
714
+ june: string;
715
+ july: string;
716
+ august: string;
717
+ september: string;
718
+ october: string;
719
+ november: string;
720
+ december: string;
721
+ };
722
+ packageCategories: {
723
+ customPackages: string;
724
+ };
725
+ packageCodes: {
726
+ package: string;
727
+ };
728
+ "powered-by": string;
729
+ schema: {
730
+ optionalLabel: string;
731
+ };
732
+ required: string;
733
+ schemaErrors: {
734
+ notAValidPhoneNumber: string;
735
+ mustAgreeToTerms: string;
736
+ group: {
737
+ allMeasurementsOrNone: string;
738
+ };
739
+ invalidAddressName: string;
740
+ invalidAddressNameStrict: string;
741
+ invalidAddressOnboarding: string;
742
+ invalidAddressPoBox: string;
743
+ invalidCreditCardType: string;
744
+ invalidExpirationDate: string;
745
+ invalidPostalCode: string;
746
+ invalidStateProvince: string;
747
+ invalidString: string;
748
+ nonnegative: string;
749
+ nonnegativeList: string;
750
+ positive: string;
751
+ positiveList: string;
752
+ required: string;
753
+ requiredList: string;
754
+ tooFewCharacters: string;
755
+ tooManyCharacters: string;
756
+ };
757
+ shippingPresets: {
758
+ apply: string;
759
+ platform: string;
760
+ user: string;
761
+ };
762
+ terms: {
763
+ fields: {
764
+ agreement: string;
765
+ };
766
+ agreeToTerms: string;
767
+ carriersTitle: string;
768
+ fundingSourceTitle: string;
769
+ };
770
+ weight: {
771
+ ounces: string;
772
+ pounds_one: string;
773
+ pounds_other: string;
774
+ kilogram: string;
775
+ gram: string;
776
+ };
777
+ units: {
778
+ inch: string;
779
+ lbs: string;
780
+ oz: string;
781
+ centimeter: string;
782
+ gram: string;
783
+ kilogram: string;
784
+ };
785
+ T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
786
+ "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
787
+ "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkNTAuCg==": string;
788
+ QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnN1ZmZpY2llbnQgYWNjb3VudCBiYWxhbmNlLiBBY2NvdW50IGV4Y2VwdGlvbiBFeGNlcHRpb24gd2l0aCBjb2RlIDB4MDA1NjAxMDE7IG1vZHVsZSA4NiwgY2F0ZWdvcnkgMSwgaXRlbSAx: string;
789
+ "QWRkcmVzcyBub3QgZm91bmQ=": string;
790
+ QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBVUFMgd2VpZ2h0IGxpbWl0IHBlciBwYWNrYWdlIGlzIDE1MCBsYnMu: string;
791
+ UGxlYXNlIGFkZCBhIFN0YW1wcy5jb20gYWNjb3VudCB0byBTaGlwRW5naW5lIGluIG9yZGVyIHRvIGNyZWF0ZSBzaGlwcGluZyBsYWJlbHMu: string;
792
+ QSBzaGlwcGluZyBlcnJvciBvY2N1cnJlZDogTWlzc2luZyBvciBpbnZhbGlkIHNoaXBwZXIgbnVtYmVy: string;
793
+ QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcHBlciBuYW1l: string;
794
+ "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBNaXNzaW5nIG9yIGludmFsaWQgc2hpcCB0byBTdGF0ZVByb3ZpbmNlQ29kZQ==": string;
795
+ "QSBzaGlwcGluZyBjYXJyaWVyIGVycm9yIG9jY3VycmVkOiBJbnZhbGlkIHNvbGQgdG8gc3RhdGUgcHJvdmluY2UgY29kZS4gVmFsaWQgbGVuZ3RoIGlzIDAgdG8gNSBhbHBoYW51bWVyaWM=": string;
796
+ };
797
+ "account-settings": {
798
+ messages: {
799
+ noFundingSources: string;
800
+ };
801
+ title: string;
802
+ sections: {
803
+ accountBalance: string;
804
+ paymentMethod: string;
805
+ transactionHistory: string;
806
+ adjustmentHistory: string;
807
+ warehouses: string;
808
+ carriers: string;
809
+ externalCarriers: string;
810
+ labelLayout: string;
811
+ unitSettings: string;
812
+ vatSettings: string;
813
+ };
814
+ };
815
+ };
816
+ } | undefined;
817
+ }) => import("@emotion/react/jsx-runtime").JSX.Element;
818
+ export type ElementProps = React.ComponentProps<typeof Element>;