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