@shipengine/elements 1.9.0 → 2.1.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 (288) hide show
  1. package/README.md +0 -4
  2. package/actions-menu.js +34 -0
  3. package/assertions.js +1 -0
  4. package/carrier-logo.js +1 -0
  5. package/components.js +1 -1
  6. package/constants.js +1 -1
  7. package/elements.js +1 -1
  8. package/extensions.js +1 -1
  9. package/formatString.js +1 -0
  10. package/hooks.js +1 -1
  11. package/index.js +1 -1
  12. package/money.js +1 -0
  13. package/package.json +20 -46
  14. package/pudo.js +1 -0
  15. package/schemas.js +1 -1
  16. package/src/components/actions-menu/actions-menu.d.ts +19 -0
  17. package/src/components/actions-menu/index.d.ts +1 -0
  18. package/src/components/add-funds-form/add-funds-form.d.ts +1 -1
  19. package/src/components/auto-funding-form/auto-funding-form.d.ts +1 -1
  20. package/src/components/carrier-balance/carrier-balance.d.ts +1 -1
  21. package/src/components/collapsible-panel/collapsible-panel.d.ts +1 -1
  22. package/src/components/collapsible-panel/collapsible-panel.styles.d.ts +10 -13
  23. package/src/components/display-term/display-term.d.ts +1 -1
  24. package/src/components/edit-billing-form/edit-billing-form.d.ts +1 -1
  25. package/src/components/field/checkbox-input/checkbox-input.d.ts +1 -0
  26. package/src/components/field/money-input/money-input.d.ts +1 -1
  27. package/src/components/field/rate-card/cost-breakdown/cost-breakdown.d.ts +1 -1
  28. package/src/components/field/rate-card/rate-card.d.ts +1 -1
  29. package/src/components/field/rate-card/rate-card.styles.d.ts +0 -1
  30. package/src/components/field/rate-select/rate-select.d.ts +1 -1
  31. package/src/components/field/select/index.d.ts +1 -0
  32. package/src/components/field/select/select-with-categories.d.ts +20 -0
  33. package/src/components/field/select/select.d.ts +5 -10
  34. package/src/components/fund-and-purchase/fund-and-purchase.d.ts +1 -1
  35. package/src/components/history/history-card/history-card.d.ts +1 -1
  36. package/src/components/index.d.ts +1 -0
  37. package/src/components/items-breakdown/items-breakdown.d.ts +1 -1
  38. package/src/components/pager/pager.d.ts +1 -1
  39. package/src/components/rate-details/rate-details.d.ts +1 -1
  40. package/src/components/save-status/save-status.d.ts +1 -1
  41. package/src/components/service-points/service-points.d.ts +1 -1
  42. package/src/components/templates/address-display/address-display.d.ts +1 -1
  43. package/src/components/templates/address-preference-display/address-preference-display.d.ts +1 -1
  44. package/src/components/templates/address-preference-select/address-preference-select.d.ts +1 -1
  45. package/src/components/templates/connect-external-carrier-form/connect-external-carrier-form.d.ts +12 -0
  46. package/src/components/templates/connect-external-carrier-form/index.d.ts +1 -0
  47. package/src/components/templates/connected-carrier-list/connected-carrier-list.d.ts +4 -1
  48. package/src/components/templates/connected-carrier-list/connected-carrier-list.styles.d.ts +0 -10
  49. package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.d.ts +4 -1
  50. package/src/components/templates/connected-carrier-list/connected-carrier-row/connected-carrier-row.styles.d.ts +19 -12
  51. package/src/components/templates/index.d.ts +1 -1
  52. package/src/components/templates/label/label.d.ts +1 -1
  53. package/src/components/templates/product-form/product-form.d.ts +1 -1
  54. package/src/components/templates/products-display/products-display.d.ts +1 -1
  55. package/src/components/templates/products-display/products-display.styles.d.ts +12 -4
  56. package/src/components/templates/rate-form/rate-form.d.ts +3 -4
  57. package/src/components/templates/shipment/shipment.d.ts +3 -11
  58. package/src/components/templates/shipment-form/sections/customs-forms/components/index.d.ts +2 -0
  59. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/form/index.d.ts +3 -0
  60. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/form/schema.d.ts +38 -0
  61. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/form/values.d.ts +12 -0
  62. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/index.d.ts +2 -0
  63. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/tax-id-form.d.ts +17 -0
  64. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/tax-id-list.d.ts +12 -0
  65. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/tax-ids.d.ts +8 -0
  66. package/src/components/templates/shipment-form/sections/customs-forms/components/tax-ids/tax-ids.styles.d.ts +70 -0
  67. package/src/components/templates/shipment-form/sections/customs-forms/customs-forms.d.ts +10 -0
  68. package/src/components/templates/shipment-form/sections/customs-forms/index.d.ts +1 -0
  69. package/src/components/templates/shipment-form/sections/index.d.ts +1 -0
  70. package/src/components/templates/shipment-form/shipment-form.d.ts +4 -10
  71. package/src/components/templates/shipment-form/shipment-form.styles.d.ts +9 -0
  72. package/src/components/templates/shipment-form/shipment-schema.d.ts +1 -1
  73. package/src/components/templates/suspend-sales-order/suspend-sales-order.d.ts +1 -1
  74. package/src/components/templates/suspend-shipment/suspend-shipment.d.ts +1 -1
  75. package/src/components/templates/wallet-form/edit-wallet-address-form.d.ts +1 -1
  76. package/src/components/templates/wallet-form/wallet-form.d.ts +2 -4
  77. package/src/components/templates/wallet-form/wallet-schema.d.ts +1 -1
  78. package/src/components/wallet-card/wallet-card.d.ts +1 -1
  79. package/src/components/warehouse-form/warehouse-form.d.ts +11 -4
  80. package/src/components/zero-state/zero-state.d.ts +6 -0
  81. package/src/components/zero-state/zero-state.styles.d.ts +14 -0
  82. package/src/create-element/create-element.d.ts +10 -0
  83. package/src/create-element/element/element.d.ts +16 -0
  84. package/src/create-element/element/hooks/index.d.ts +1 -0
  85. package/src/create-element/element/hooks/use-i18n.d.ts +12 -0
  86. package/src/create-element/element/index.d.ts +3 -0
  87. package/src/create-element/element/utils/get-emotion-cache.d.ts +2 -0
  88. package/src/create-element/element/utils/index.d.ts +1 -0
  89. package/src/create-element/error-boundary/error-boundary.d.ts +21 -0
  90. package/src/create-element/error-boundary/index.d.ts +1 -0
  91. package/src/create-element/index.d.ts +1 -0
  92. package/src/elements/index.d.ts +5 -4
  93. package/src/elements/label-layout/label-layout-element.d.ts +44 -2
  94. package/src/elements/labels-grid/labels-grid.d.ts +45 -3
  95. package/src/elements/manage-carriers/index.d.ts +1 -0
  96. package/src/elements/{shipengine-carriers/shipengine-carriers.d.ts → manage-carriers/manage-carriers.d.ts} +99 -52
  97. package/src/elements/manage-external-carriers/index.d.ts +1 -0
  98. package/src/elements/{external-carriers/external-carriers.d.ts → manage-external-carriers/manage-external-carriers.d.ts} +74 -63
  99. package/src/elements/manage-funding/manage-funding-element.d.ts +47 -4
  100. package/src/elements/manage-warehouses/manage-warehouses.d.ts +62 -3
  101. package/src/elements/payment-method-settings/payment-method-settings-element.d.ts +47 -4
  102. package/src/elements/purchase-label/configure-shipment.d.ts +4 -27
  103. package/src/elements/purchase-label/hooks/use-address.d.ts +1 -1
  104. package/src/elements/purchase-label/hooks/use-configure-shipment.d.ts +1 -1
  105. package/src/elements/purchase-label/hooks/use-customs.d.ts +2 -1
  106. package/src/elements/purchase-label/hooks/use-import-sales-order.d.ts +2 -2
  107. package/src/elements/purchase-label/hooks/use-load-shipment.d.ts +3 -3
  108. package/src/elements/purchase-label/hooks/use-pending-shipment.d.ts +1 -1
  109. package/src/elements/purchase-label/hooks/use-presets.d.ts +1 -1
  110. package/src/elements/purchase-label/hooks/use-rates-form.d.ts +1 -1
  111. package/src/elements/purchase-label/hooks/use-rates-with-cache.d.ts +1 -1
  112. package/src/elements/purchase-label/hooks/use-request-preferred-rates.d.ts +1 -1
  113. package/src/elements/purchase-label/hooks/use-request-rates.d.ts +1 -1
  114. package/src/elements/purchase-label/hooks/use-shipment-form.d.ts +2 -1
  115. package/src/elements/purchase-label/purchase-label-by-sales-order.d.ts +1 -1
  116. package/src/elements/purchase-label/purchase-label-by-shipment.d.ts +1 -1
  117. package/src/elements/purchase-label/purchase-label.d.ts +85 -44
  118. package/src/elements/shipment-summary/index.d.ts +1 -0
  119. package/src/elements/{view-shipment/view-shipment.d.ts → shipment-summary/shipment-summary.d.ts} +89 -60
  120. package/src/elements/shipments-grid/shipments-grid.d.ts +45 -3
  121. package/src/elements/theme-creator/theme-creator.d.ts +44 -2
  122. package/src/elements/transaction-history/index.d.ts +1 -0
  123. package/src/elements/{wallet-history/wallet-history-element.d.ts → transaction-history/transaction-history-element.d.ts} +44 -2
  124. package/src/elements/unit-settings/unit-settings-element.d.ts +44 -2
  125. package/src/elements/vat-settings/vat-settings-element.d.ts +44 -2
  126. package/src/elements/void-label/components/actions/actions.d.ts +1 -1
  127. package/src/elements/void-label/components/message/message.d.ts +1 -1
  128. package/src/elements/void-label/void-label.d.ts +83 -52
  129. package/src/elements-provider/elements-context-provider.d.ts +44 -0
  130. package/src/elements-provider/elements-provider.d.ts +12 -0
  131. package/src/elements-provider/elements-test-provider.d.ts +3 -0
  132. package/src/elements-provider/hooks/index.d.ts +1 -0
  133. package/src/elements-provider/hooks/use-load-icons.d.ts +7 -0
  134. package/src/elements-provider/index.d.ts +3 -0
  135. package/src/factories/shipengine/address.d.ts +1 -1
  136. package/src/factories/shipengine/carrier.d.ts +1 -1
  137. package/src/factories/shipengine/index.d.ts +1 -1
  138. package/src/factories/shipengine/label.d.ts +1 -1
  139. package/src/factories/shipengine/money.d.ts +1 -1
  140. package/src/factories/shipengine/order-source.d.ts +1 -1
  141. package/src/factories/shipengine/package.d.ts +1 -1
  142. package/src/factories/shipengine/resource.d.ts +1 -1
  143. package/src/factories/shipengine/sales-order.d.ts +1 -1
  144. package/src/factories/shipengine/service-point.d.ts +1 -1
  145. package/src/factories/shipengine/service.d.ts +1 -1
  146. package/src/factories/shipengine/shipment.d.ts +1 -1
  147. package/src/factories/shipengine/{wallet-history.d.ts → transaction-history.d.ts} +1 -1
  148. package/src/factories/shipengine/warehouse.d.ts +1 -1
  149. package/src/factories/shipengine/weight.d.ts +1 -1
  150. package/src/features/index.d.ts +3 -3
  151. package/src/features/label-layout/label-layout.d.ts +1 -1
  152. package/src/features/label-layout/use-label-layout.d.ts +1 -1
  153. package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-list-funding-source-carriers.d.ts +3 -3
  154. package/src/features/manage-carriers/index.d.ts +1 -0
  155. package/src/features/manage-carriers/manage-carriers-row/index.d.ts +1 -0
  156. package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.d.ts} +3 -3
  157. package/src/features/manage-carriers/manage-carriers.d.ts +5 -0
  158. package/src/features/manage-external-carriers/index.d.ts +2 -0
  159. package/src/features/manage-external-carriers/manage-external-carriers.d.ts +14 -0
  160. package/src/features/manage-external-carriers/use-manage-external-carriers.d.ts +12 -0
  161. package/src/features/manage-funding/manage-funding.d.ts +4 -1
  162. package/src/features/manage-warehouses/manage-warehouses.d.ts +1 -1
  163. package/src/features/manage-warehouses/use-manage-warehouses.d.ts +9 -9
  164. package/src/features/manage-warehouses/warehouse-display/warehouse-display.d.ts +1 -1
  165. package/src/features/payment-method-settings/payment-method-settings.d.ts +4 -1
  166. package/src/features/transaction-history/index.d.ts +1 -0
  167. package/src/features/transaction-history/transaction-history.d.ts +6 -0
  168. package/src/features/unit-settings/unit-settings.d.ts +1 -1
  169. package/src/features/unit-settings/use-unit-settings.d.ts +1 -1
  170. package/src/features/vat-settings/use-vat-settings.d.ts +5 -5
  171. package/src/hooks/here-map/init.d.ts +1 -1
  172. package/src/hooks/options/use-confirmation-options.d.ts +1 -1
  173. package/src/hooks/options/use-customs-contents-options.d.ts +1 -1
  174. package/src/hooks/options/use-customs-non-delivery-options.d.ts +1 -1
  175. package/src/hooks/options/use-insurance-provider-options.d.ts +1 -1
  176. package/src/hooks/options/use-package-options.d.ts +2 -2
  177. package/src/hooks/options/use-rate-options.d.ts +1 -1
  178. package/src/hooks/options/use-service-code-options.d.ts +1 -1
  179. package/src/hooks/options/use-service-points.d.ts +1 -1
  180. package/src/hooks/options/use-shipment-metadata.d.ts +1 -1
  181. package/src/hooks/options/use-shipping-presets-options.d.ts +1 -1
  182. package/src/hooks/options/use-warehouse-options.d.ts +4 -2
  183. package/src/hooks/use-address-validation.d.ts +1 -1
  184. package/src/hooks/use-get-or-create-shipment.d.ts +3 -3
  185. package/src/hooks/use-scrub-errors.d.ts +1 -1
  186. package/src/index.d.ts +2 -0
  187. package/src/locales/en/index.d.ts +44 -2
  188. package/src/mocks/carriers/handlers.d.ts +1 -1
  189. package/src/mocks/warehouses/handlers.d.ts +1 -1
  190. package/src/schemas/shipengine/money.d.ts +1 -1
  191. package/src/testing/test-utils.d.ts +7 -2
  192. package/src/themes/fallback.d.ts +3 -0
  193. package/src/themes/index.d.ts +4 -0
  194. package/src/types/carrier-metadata.d.ts +1 -1
  195. package/src/types/preferred-rates.d.ts +1 -1
  196. package/src/types/shipping-preset/shipping-preset.d.ts +1 -1
  197. package/src/utilities/error.d.ts +1 -1
  198. package/src/utilities/feature-flags/feature-flags.d.ts +18 -0
  199. package/src/utilities/feature-flags/index.d.ts +2 -0
  200. package/src/utilities/feature-flags/types.d.ts +141 -0
  201. package/src/utilities/formatString.d.ts +2 -0
  202. package/src/utilities/index.d.ts +1 -0
  203. package/src/utilities/money.d.ts +1 -1
  204. package/src/utilities/pudo.d.ts +3 -0
  205. package/src/utilities/rates.d.ts +1 -3
  206. package/src/utilities/shipengine/address.d.ts +1 -1
  207. package/src/utilities/shipengine/carrier.d.ts +4 -1
  208. package/src/utilities/shipengine/dimensions.d.ts +1 -1
  209. package/src/utilities/shipengine/sales-order.d.ts +1 -1
  210. package/src/utilities/shipengine/shipment.d.ts +1 -1
  211. package/src/utilities/shipengine/warehouses.d.ts +1 -1
  212. package/src/utilities/shipengine/weight.d.ts +1 -1
  213. package/src/workflows/account-settings/account-settings.d.ts +52 -16
  214. package/src/workflows/account-settings/use-get-panel-props.d.ts +3 -3
  215. package/src/workflows/{manage-wallet-workflow/manage-wallet-workflow.d.ts → carrier-services/carrier-services.d.ts} +55 -25
  216. package/src/workflows/carrier-services/index.d.ts +1 -0
  217. package/src/workflows/{connect-carrier/connect-carrier.d.ts → connect-external-carrier/connect-external-carrier.d.ts} +52 -37
  218. package/src/workflows/connect-external-carrier/index.d.ts +1 -0
  219. package/src/workflows/index.d.ts +3 -2
  220. package/src/workflows/label-workflow/index.d.ts +1 -0
  221. package/src/workflows/{purchase-label-workflow/purchase-label-workflow.d.ts → label-workflow/label-workflow.d.ts} +16 -34
  222. package/src/workflows/onboarding/components/carrier-recovery-form/carrier-recovery-form.d.ts +1 -1
  223. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/funding-and-carrier-connection-step.d.ts +2 -4
  224. package/src/workflows/onboarding/components/funding-and-carrier-connection-step/use-funding-and-carrier-connection-step.d.ts +1 -1
  225. package/src/workflows/onboarding/components/onboarding-wizard/onboarding-wizard.d.ts +2 -9
  226. package/src/workflows/onboarding/components/ship-from-address-step/ship-from-address-step.d.ts +1 -1
  227. package/src/workflows/onboarding/components/ship-from-address-step/use-ship-from-address-step.d.ts +1 -1
  228. package/src/workflows/onboarding/components/terms-agreement-form/terms-agreement-form.d.ts +3 -2
  229. package/src/workflows/onboarding/components/terms-agreement-step/terms-agreement-step.d.ts +1 -1
  230. package/src/workflows/onboarding/components/terms-agreement-step/use-terms-agreement-step.d.ts +1 -1
  231. package/src/workflows/onboarding/onboarding.d.ts +65 -71
  232. package/story-notes.js +1 -0
  233. package/suspend-text.js +1 -0
  234. package/transaction-history-element.js +1 -0
  235. package/use-page-layout.js +1 -0
  236. package/use-scrub-errors.js +1 -0
  237. package/use-toggle.js +1 -0
  238. package/use-unit-settings.js +1 -0
  239. package/utilities.js +1 -1
  240. package/validation.js +1 -0
  241. package/wallet-form.js +1 -0
  242. package/warehouses.js +1 -0
  243. package/workflows.js +1 -1
  244. package/carrier-2abb4760.js +0 -1
  245. package/carrier-logo-1b6c767e.js +0 -1
  246. package/feature-flags-3e03717c.js +0 -1
  247. package/formatString-413ec7c7.js +0 -1
  248. package/money-fbc4d0b3.js +0 -1
  249. package/payment-method-settings-element-595cc38d.js +0 -1
  250. package/shipment-90d35708.js +0 -1
  251. package/src/components/templates/connect-carrier-form/connect-carrier-form.d.ts +0 -12
  252. package/src/components/templates/connect-carrier-form/index.d.ts +0 -1
  253. package/src/elements/external-carriers/index.d.ts +0 -1
  254. package/src/elements/shipengine-carriers/index.d.ts +0 -1
  255. package/src/elements/view-shipment/index.d.ts +0 -1
  256. package/src/elements/wallet-history/index.d.ts +0 -1
  257. package/src/features/external-carriers/external-carriers.d.ts +0 -11
  258. package/src/features/external-carriers/index.d.ts +0 -1
  259. package/src/features/shipengine-carriers/index.d.ts +0 -1
  260. package/src/features/shipengine-carriers/shipengine-carriers-row/index.d.ts +0 -1
  261. package/src/features/shipengine-carriers/shipengine-carriers.d.ts +0 -10
  262. package/src/features/wallet-history/index.d.ts +0 -1
  263. package/src/features/wallet-history/wallet-history.d.ts +0 -6
  264. package/src/hooks/use-elements.d.ts +0 -35
  265. package/src/utilities/feature-flags.d.ts +0 -232
  266. package/src/workflows/connect-carrier/index.d.ts +0 -1
  267. package/src/workflows/manage-wallet-workflow/index.d.ts +0 -1
  268. package/src/workflows/purchase-label-workflow/index.d.ts +0 -1
  269. package/story-notes-ce2d8cca.js +0 -1
  270. package/suspend-text-c8c7b6b6.js +0 -1
  271. package/use-page-layout-93ffae78.js +0 -1
  272. package/use-scrub-errors-2c4db406.js +0 -1
  273. package/use-toggle-838d2ebd.js +0 -1
  274. package/validation-b941a548.js +0 -1
  275. package/wallet-form-3981400b.js +0 -1
  276. package/wallet-history-5b34c856.js +0 -1
  277. package/warehouse-form-c0b3ea78.js +0 -34
  278. package/warehouses-dfcdce23.js +0 -1
  279. /package/{address-8f8119f4.js → address.js} +0 -0
  280. /package/{phone-87dd7bd8.js → phone.js} +0 -0
  281. /package/src/components/templates/{connect-carrier-form/connect-carrier-form.styles.d.ts → connect-external-carrier-form/connect-external-carrier-form.styles.d.ts} +0 -0
  282. /package/src/features/{shipengine-carriers → manage-carriers}/hooks/index.d.ts +0 -0
  283. /package/src/features/{shipengine-carriers → manage-carriers}/hooks/use-carrier-metadata.d.ts +0 -0
  284. /package/src/features/{shipengine-carriers/shipengine-carriers-row/shipengine-carriers-row.styles.d.ts → manage-carriers/manage-carriers-row/manage-carriers-row.styles.d.ts} +0 -0
  285. /package/src/features/{shipengine-carriers/shipengine-carriers.styles.d.ts → manage-carriers/manage-carriers.styles.d.ts} +0 -0
  286. /package/src/features/{wallet-history/wallet-history.styles.d.ts → transaction-history/transaction-history.styles.d.ts} +0 -0
  287. /package/src/workflows/{manage-wallet-workflow → carrier-services}/use-get-wallet-panel-props.d.ts +0 -0
  288. /package/{zod-60def96c.js → zod.js} +0 -0
@@ -1,16 +1,12 @@
1
1
  /// <reference types="react" />
2
2
  import { ExternalCarriersProps } from "../../features";
3
- /**
4
- * `availableCarrierConnections` is a set of carrier codes for carriers that may be added. If this is omitted,
5
- * new carriers may not be added by this element.
6
- */
7
3
  export type ComponentProps = ExternalCarriersProps;
8
4
  /**
9
- * # ExternalCarriers Component
5
+ * # ManageExternalCarriers Element
10
6
  *
11
- * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
7
+ * @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
12
8
  *
13
- * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
9
+ * @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
14
10
  * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
15
11
  * and to add additional carriers.
16
12
  * This component is composed in the `<AccountSettings />` Element.
@@ -18,18 +14,16 @@ export type ComponentProps = ExternalCarriersProps;
18
14
  * @example
19
15
  * ```tsx
20
16
  * (() => {
21
- * const features = useFeatures("Global");
22
- *
23
- * return <ExternalCarriers.Component features={features} />;
17
+ * return <ManageExternalCarriers.Element isModalFullScreen={false} />;
24
18
  * })();
25
19
  * ```
26
20
  *
27
21
  * <br />
28
22
  *
29
- * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
30
- * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
23
+ * @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
24
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
31
25
  */
32
- export declare const Component: ({ features, isModalFullScreen }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
26
+ export declare const Component: ({ isModalFullScreen }: ComponentProps) => import("@emotion/react/jsx-runtime").JSX.Element;
33
27
  export declare const Element: ({ resources, ...props }: ExternalCarriersProps & {
34
28
  resources?: {
35
29
  en: {
@@ -85,6 +79,28 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
85
79
  printLabel: string;
86
80
  schedulePickup: string;
87
81
  showItems: string;
82
+ /**
83
+ * # ManageExternalCarriers Element
84
+ *
85
+ * @param ComponentProps The base props that will be passed into the `<ManageExternalCarriers />` component.
86
+ *
87
+ * @returns Element A React element that renders the `<ManageExternalCarriers />` component allowing users
88
+ * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
89
+ * and to add additional carriers.
90
+ * This component is composed in the `<AccountSettings />` Element.
91
+ *
92
+ * @example
93
+ * ```tsx
94
+ * (() => {
95
+ * return <ManageExternalCarriers.Element isModalFullScreen={false} />;
96
+ * })();
97
+ * ```
98
+ *
99
+ * <br />
100
+ *
101
+ * @see {@link ManageExternalCarriers.ComponentProps | The props that are passed into the `<ManageExternalCarriers />` component}
102
+ * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ManageExternalCarriers />` component}
103
+ */
88
104
  void: string;
89
105
  download: string;
90
106
  };
@@ -128,7 +144,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
128
144
  genericText: string;
129
145
  };
130
146
  };
131
- "shipengine-carriers": {
147
+ "manage-carriers": {
132
148
  title: string;
133
149
  headers: {
134
150
  accountCarriers: string;
@@ -206,6 +222,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
206
222
  title: string;
207
223
  };
208
224
  };
225
+ noFundingSource: string;
209
226
  };
210
227
  "rate-details": {
211
228
  total: string;
@@ -220,30 +237,6 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
220
237
  discount: string;
221
238
  fuel_charge: string;
222
239
  additional_fees: string;
223
- /**
224
- * # ExternalCarriers Component
225
- *
226
- * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
227
- *
228
- * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
229
- * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
230
- * and to add additional carriers.
231
- * This component is composed in the `<AccountSettings />` Element.
232
- *
233
- * @example
234
- * ```tsx
235
- * (() => {
236
- * const features = useFeatures("Global");
237
- *
238
- * return <ExternalCarriers.Component features={features} />;
239
- * })();
240
- * ```
241
- *
242
- * <br />
243
- *
244
- * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
245
- * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
246
- */
247
240
  tariff: string;
248
241
  tax: string;
249
242
  delivery: string;
@@ -414,6 +407,12 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
414
407
  subtitle: string;
415
408
  inlineMessage: string;
416
409
  };
410
+ errors: {
411
+ noCarriers: {
412
+ title: string;
413
+ subtitle: string;
414
+ };
415
+ };
417
416
  success: {
418
417
  title: string;
419
418
  subtitle: string;
@@ -459,6 +458,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
459
458
  returnToAddressIsDifferent: string;
460
459
  setDefault: string;
461
460
  shipFrom: string;
461
+ noWarehouses: string;
462
462
  };
463
463
  "manage-funding": {
464
464
  actions: {
@@ -506,6 +506,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
506
506
  errors: {
507
507
  balanceUnknown: string;
508
508
  unableToFindBalance: string;
509
+ noFundingSource: string;
509
510
  };
510
511
  byoc: {
511
512
  invoiceNotification: string;
@@ -525,30 +526,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
525
526
  description: string;
526
527
  };
527
528
  thermal: {
528
- title: string; /**
529
- * # ExternalCarriers Component
530
- *
531
- * @param ComponentProps The base props that will be passed into the `<ExternalCarriers />` component.
532
- *
533
- * @returns Element A React element that renders the `<ExternalCarriers />` component allowing users
534
- * to view a list of their own carrier accounts that have been connected to their ShipEngine account,
535
- * and to add additional carriers.
536
- * This component is composed in the `<AccountSettings />` Element.
537
- *
538
- * @example
539
- * ```tsx
540
- * (() => {
541
- * const features = useFeatures("Global");
542
- *
543
- * return <ExternalCarriers.Component features={features} />;
544
- * })();
545
- * ```
546
- *
547
- * <br />
548
- *
549
- * @see {@link ExternalCarriers.ComponentProps | The props that are passed into the `<ExternalCarriers />` component}
550
- * @see {@link AccountSettings.Element | The `<AccountSettings />` component renders the `<ExternalCarriers />` component}
551
- */
529
+ title: string;
552
530
  description: string;
553
531
  };
554
532
  };
@@ -628,6 +606,9 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
628
606
  toastTitle: string;
629
607
  toastBody: string;
630
608
  };
609
+ deleteCarrierErrorTitle: string;
610
+ deleteCarrierErrorMessage: string;
611
+ loadingDeletingCarrier: string;
631
612
  };
632
613
  common: {
633
614
  actions: {
@@ -730,6 +711,7 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
730
711
  };
731
712
  customs: {
732
713
  addDeclaration: string;
714
+ noResults: string;
733
715
  contents: {
734
716
  documents: string;
735
717
  gift: string;
@@ -737,6 +719,14 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
737
719
  returnedGoods: string;
738
720
  sample: string;
739
721
  };
722
+ taxIds: {
723
+ sectionTitle: string;
724
+ addTaxId: string;
725
+ sectionTitleTooltip: string;
726
+ entityTypeTooltipText: string;
727
+ entityTypeTooltipPointOne: string;
728
+ entityTypeTooltipPointTwo: string;
729
+ };
740
730
  currencyChange: string;
741
731
  declarations: string;
742
732
  descriptionTooltip: {
@@ -754,6 +744,11 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
754
744
  sku: string;
755
745
  value: string;
756
746
  valueQuantity: string;
747
+ taxId: string;
748
+ taxIdType: string;
749
+ taxIdTypeValue: string;
750
+ taxIssuingAuthority: string;
751
+ entityType: string;
757
752
  };
758
753
  nonDelivery: {
759
754
  returnToSender: string;
@@ -826,6 +821,8 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
826
821
  shipment: string;
827
822
  shipments: string;
828
823
  warehouses: string;
824
+ funding: string;
825
+ paymentMethod: string;
829
826
  };
830
827
  months: {
831
828
  january: string;
@@ -904,6 +901,16 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
904
901
  gram: string;
905
902
  kilogram: string;
906
903
  };
904
+ actionsMenu: {
905
+ menuTitle: string;
906
+ actions: {
907
+ printLabel: string;
908
+ voidLabel: string;
909
+ printForms: string;
910
+ edit: string;
911
+ remove: string;
912
+ };
913
+ };
907
914
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
908
915
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
909
916
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
@@ -919,7 +926,11 @@ export declare const Element: ({ resources, ...props }: ExternalCarriersProps &
919
926
  };
920
927
  "account-settings": {
921
928
  messages: {
922
- noFundingSources: string;
929
+ transactionHistory: {
930
+ noTransactions: string;
931
+ };
932
+ noFundingSourceDescription: string;
933
+ noFundingSourceAction: string;
923
934
  };
924
935
  title: string;
925
936
  sections: {
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
- export declare const Component: () => import("@emotion/react/jsx-runtime").JSX.Element;
3
- export declare const Element: ({ resources, ...props }: object & {
2
+ import { ManageFundingProps } from "../../features";
3
+ export declare const Component: ({ onRedirectToOnboarding }: ManageFundingProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export declare const Element: ({ resources, ...props }: ManageFundingProps & {
4
5
  resources?: {
5
6
  en: {
6
7
  "wallet-history": {
@@ -98,7 +99,7 @@ export declare const Element: ({ resources, ...props }: object & {
98
99
  genericText: string;
99
100
  };
100
101
  };
101
- "shipengine-carriers": {
102
+ "manage-carriers": {
102
103
  title: string;
103
104
  headers: {
104
105
  accountCarriers: string;
@@ -176,6 +177,7 @@ export declare const Element: ({ resources, ...props }: object & {
176
177
  title: string;
177
178
  };
178
179
  };
180
+ noFundingSource: string;
179
181
  };
180
182
  "rate-details": {
181
183
  total: string;
@@ -360,6 +362,12 @@ export declare const Element: ({ resources, ...props }: object & {
360
362
  subtitle: string;
361
363
  inlineMessage: string;
362
364
  };
365
+ errors: {
366
+ noCarriers: {
367
+ title: string;
368
+ subtitle: string;
369
+ };
370
+ };
363
371
  success: {
364
372
  title: string;
365
373
  subtitle: string;
@@ -405,6 +413,7 @@ export declare const Element: ({ resources, ...props }: object & {
405
413
  returnToAddressIsDifferent: string;
406
414
  setDefault: string;
407
415
  shipFrom: string;
416
+ noWarehouses: string;
408
417
  };
409
418
  "manage-funding": {
410
419
  actions: {
@@ -452,6 +461,7 @@ export declare const Element: ({ resources, ...props }: object & {
452
461
  errors: {
453
462
  balanceUnknown: string;
454
463
  unableToFindBalance: string;
464
+ noFundingSource: string;
455
465
  };
456
466
  byoc: {
457
467
  invoiceNotification: string;
@@ -551,6 +561,9 @@ export declare const Element: ({ resources, ...props }: object & {
551
561
  toastTitle: string;
552
562
  toastBody: string;
553
563
  };
564
+ deleteCarrierErrorTitle: string;
565
+ deleteCarrierErrorMessage: string;
566
+ loadingDeletingCarrier: string;
554
567
  };
555
568
  common: {
556
569
  actions: {
@@ -653,6 +666,7 @@ export declare const Element: ({ resources, ...props }: object & {
653
666
  };
654
667
  customs: {
655
668
  addDeclaration: string;
669
+ noResults: string;
656
670
  contents: {
657
671
  documents: string;
658
672
  gift: string;
@@ -660,6 +674,14 @@ export declare const Element: ({ resources, ...props }: object & {
660
674
  returnedGoods: string;
661
675
  sample: string;
662
676
  };
677
+ taxIds: {
678
+ sectionTitle: string;
679
+ addTaxId: string;
680
+ sectionTitleTooltip: string;
681
+ entityTypeTooltipText: string;
682
+ entityTypeTooltipPointOne: string;
683
+ entityTypeTooltipPointTwo: string;
684
+ };
663
685
  currencyChange: string;
664
686
  declarations: string;
665
687
  descriptionTooltip: {
@@ -677,6 +699,11 @@ export declare const Element: ({ resources, ...props }: object & {
677
699
  sku: string;
678
700
  value: string;
679
701
  valueQuantity: string;
702
+ taxId: string;
703
+ taxIdType: string;
704
+ taxIdTypeValue: string;
705
+ taxIssuingAuthority: string;
706
+ entityType: string;
680
707
  };
681
708
  nonDelivery: {
682
709
  returnToSender: string;
@@ -749,6 +776,8 @@ export declare const Element: ({ resources, ...props }: object & {
749
776
  shipment: string;
750
777
  shipments: string;
751
778
  warehouses: string;
779
+ funding: string;
780
+ paymentMethod: string;
752
781
  };
753
782
  months: {
754
783
  january: string;
@@ -827,6 +856,16 @@ export declare const Element: ({ resources, ...props }: object & {
827
856
  gram: string;
828
857
  kilogram: string;
829
858
  };
859
+ actionsMenu: {
860
+ menuTitle: string;
861
+ actions: {
862
+ printLabel: string;
863
+ voidLabel: string;
864
+ printForms: string;
865
+ edit: string;
866
+ remove: string;
867
+ };
868
+ };
830
869
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
831
870
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
832
871
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
@@ -842,7 +881,11 @@ export declare const Element: ({ resources, ...props }: object & {
842
881
  };
843
882
  "account-settings": {
844
883
  messages: {
845
- noFundingSources: string;
884
+ transactionHistory: {
885
+ noTransactions: string;
886
+ };
887
+ noFundingSourceDescription: string;
888
+ noFundingSourceAction: string;
846
889
  };
847
890
  title: string;
848
891
  sections: {
@@ -116,7 +116,7 @@ export declare const Element: ({ resources, ...props }: object & {
116
116
  genericText: string;
117
117
  };
118
118
  };
119
- "shipengine-carriers": {
119
+ "manage-carriers": {
120
120
  title: string;
121
121
  headers: {
122
122
  accountCarriers: string;
@@ -194,6 +194,7 @@ export declare const Element: ({ resources, ...props }: object & {
194
194
  title: string;
195
195
  };
196
196
  };
197
+ noFundingSource: string;
197
198
  };
198
199
  "rate-details": {
199
200
  total: string;
@@ -378,6 +379,12 @@ export declare const Element: ({ resources, ...props }: object & {
378
379
  subtitle: string;
379
380
  inlineMessage: string;
380
381
  };
382
+ errors: {
383
+ noCarriers: {
384
+ title: string;
385
+ subtitle: string;
386
+ };
387
+ };
381
388
  success: {
382
389
  title: string;
383
390
  subtitle: string;
@@ -423,6 +430,7 @@ export declare const Element: ({ resources, ...props }: object & {
423
430
  returnToAddressIsDifferent: string;
424
431
  setDefault: string;
425
432
  shipFrom: string;
433
+ noWarehouses: string;
426
434
  };
427
435
  "manage-funding": {
428
436
  actions: {
@@ -470,6 +478,7 @@ export declare const Element: ({ resources, ...props }: object & {
470
478
  errors: {
471
479
  balanceUnknown: string;
472
480
  unableToFindBalance: string;
481
+ noFundingSource: string;
473
482
  };
474
483
  byoc: {
475
484
  invoiceNotification: string;
@@ -569,6 +578,9 @@ export declare const Element: ({ resources, ...props }: object & {
569
578
  toastTitle: string;
570
579
  toastBody: string;
571
580
  };
581
+ deleteCarrierErrorTitle: string;
582
+ deleteCarrierErrorMessage: string;
583
+ loadingDeletingCarrier: string;
572
584
  };
573
585
  common: {
574
586
  actions: {
@@ -578,7 +590,24 @@ export declare const Element: ({ resources, ...props }: object & {
578
590
  confirm: string;
579
591
  connect: string;
580
592
  continue: string;
581
- delete: string;
593
+ delete: string; /**
594
+ * # Manage Warehouses Component
595
+ *
596
+ * - The `<ManageWarehouses />` component is used to manage warehouses on a user's ShipEngine account. Users can add, update, or make warehouses inactive.
597
+ *
598
+ * @returns Element A React element that renders the `<ManageWarehouses />` component allowing users
599
+ * to manage warehouses on their ShipEngine account.
600
+ *
601
+ * @example
602
+ * ```tsx
603
+ * export const ManageWarehousesExample = () => {
604
+ * return <ManageWarehouses.Component />;
605
+ * };
606
+ * ```
607
+ *
608
+ * <br />
609
+ *
610
+ */
582
611
  edit: string;
583
612
  hide: string;
584
613
  parse: string;
@@ -671,6 +700,7 @@ export declare const Element: ({ resources, ...props }: object & {
671
700
  };
672
701
  customs: {
673
702
  addDeclaration: string;
703
+ noResults: string;
674
704
  contents: {
675
705
  documents: string;
676
706
  gift: string;
@@ -678,6 +708,14 @@ export declare const Element: ({ resources, ...props }: object & {
678
708
  returnedGoods: string;
679
709
  sample: string;
680
710
  };
711
+ taxIds: {
712
+ sectionTitle: string;
713
+ addTaxId: string;
714
+ sectionTitleTooltip: string;
715
+ entityTypeTooltipText: string;
716
+ entityTypeTooltipPointOne: string;
717
+ entityTypeTooltipPointTwo: string;
718
+ };
681
719
  currencyChange: string;
682
720
  declarations: string;
683
721
  descriptionTooltip: {
@@ -695,6 +733,11 @@ export declare const Element: ({ resources, ...props }: object & {
695
733
  sku: string;
696
734
  value: string;
697
735
  valueQuantity: string;
736
+ taxId: string;
737
+ taxIdType: string;
738
+ taxIdTypeValue: string;
739
+ taxIssuingAuthority: string;
740
+ entityType: string;
698
741
  };
699
742
  nonDelivery: {
700
743
  returnToSender: string;
@@ -767,6 +810,8 @@ export declare const Element: ({ resources, ...props }: object & {
767
810
  shipment: string;
768
811
  shipments: string;
769
812
  warehouses: string;
813
+ funding: string;
814
+ paymentMethod: string;
770
815
  };
771
816
  months: {
772
817
  january: string;
@@ -845,6 +890,16 @@ export declare const Element: ({ resources, ...props }: object & {
845
890
  gram: string;
846
891
  kilogram: string;
847
892
  };
893
+ actionsMenu: {
894
+ menuTitle: string;
895
+ actions: {
896
+ printLabel: string;
897
+ voidLabel: string;
898
+ printForms: string;
899
+ edit: string;
900
+ remove: string;
901
+ };
902
+ };
848
903
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
849
904
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
850
905
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
@@ -860,7 +915,11 @@ export declare const Element: ({ resources, ...props }: object & {
860
915
  };
861
916
  "account-settings": {
862
917
  messages: {
863
- noFundingSources: string;
918
+ transactionHistory: {
919
+ noTransactions: string;
920
+ };
921
+ noFundingSourceDescription: string;
922
+ noFundingSourceAction: string;
864
923
  };
865
924
  title: string;
866
925
  sections: {
@@ -1,6 +1,7 @@
1
1
  /// <reference types="react" />
2
- export declare const Component: () => import("@emotion/react/jsx-runtime").JSX.Element;
3
- export declare const Element: ({ resources, ...props }: object & {
2
+ import { PaymentMethodSettingsProps } from "../../features";
3
+ export declare const Component: ({ onRedirectToOnboarding }: PaymentMethodSettingsProps) => import("@emotion/react/jsx-runtime").JSX.Element;
4
+ export declare const Element: ({ resources, ...props }: PaymentMethodSettingsProps & {
4
5
  resources?: {
5
6
  en: {
6
7
  "wallet-history": {
@@ -98,7 +99,7 @@ export declare const Element: ({ resources, ...props }: object & {
98
99
  genericText: string;
99
100
  };
100
101
  };
101
- "shipengine-carriers": {
102
+ "manage-carriers": {
102
103
  title: string;
103
104
  headers: {
104
105
  accountCarriers: string;
@@ -176,6 +177,7 @@ export declare const Element: ({ resources, ...props }: object & {
176
177
  title: string;
177
178
  };
178
179
  };
180
+ noFundingSource: string;
179
181
  };
180
182
  "rate-details": {
181
183
  total: string;
@@ -360,6 +362,12 @@ export declare const Element: ({ resources, ...props }: object & {
360
362
  subtitle: string;
361
363
  inlineMessage: string;
362
364
  };
365
+ errors: {
366
+ noCarriers: {
367
+ title: string;
368
+ subtitle: string;
369
+ };
370
+ };
363
371
  success: {
364
372
  title: string;
365
373
  subtitle: string;
@@ -405,6 +413,7 @@ export declare const Element: ({ resources, ...props }: object & {
405
413
  returnToAddressIsDifferent: string;
406
414
  setDefault: string;
407
415
  shipFrom: string;
416
+ noWarehouses: string;
408
417
  };
409
418
  "manage-funding": {
410
419
  actions: {
@@ -452,6 +461,7 @@ export declare const Element: ({ resources, ...props }: object & {
452
461
  errors: {
453
462
  balanceUnknown: string;
454
463
  unableToFindBalance: string;
464
+ noFundingSource: string;
455
465
  };
456
466
  byoc: {
457
467
  invoiceNotification: string;
@@ -551,6 +561,9 @@ export declare const Element: ({ resources, ...props }: object & {
551
561
  toastTitle: string;
552
562
  toastBody: string;
553
563
  };
564
+ deleteCarrierErrorTitle: string;
565
+ deleteCarrierErrorMessage: string;
566
+ loadingDeletingCarrier: string;
554
567
  };
555
568
  common: {
556
569
  actions: {
@@ -653,6 +666,7 @@ export declare const Element: ({ resources, ...props }: object & {
653
666
  };
654
667
  customs: {
655
668
  addDeclaration: string;
669
+ noResults: string;
656
670
  contents: {
657
671
  documents: string;
658
672
  gift: string;
@@ -660,6 +674,14 @@ export declare const Element: ({ resources, ...props }: object & {
660
674
  returnedGoods: string;
661
675
  sample: string;
662
676
  };
677
+ taxIds: {
678
+ sectionTitle: string;
679
+ addTaxId: string;
680
+ sectionTitleTooltip: string;
681
+ entityTypeTooltipText: string;
682
+ entityTypeTooltipPointOne: string;
683
+ entityTypeTooltipPointTwo: string;
684
+ };
663
685
  currencyChange: string;
664
686
  declarations: string;
665
687
  descriptionTooltip: {
@@ -677,6 +699,11 @@ export declare const Element: ({ resources, ...props }: object & {
677
699
  sku: string;
678
700
  value: string;
679
701
  valueQuantity: string;
702
+ taxId: string;
703
+ taxIdType: string;
704
+ taxIdTypeValue: string;
705
+ taxIssuingAuthority: string;
706
+ entityType: string;
680
707
  };
681
708
  nonDelivery: {
682
709
  returnToSender: string;
@@ -749,6 +776,8 @@ export declare const Element: ({ resources, ...props }: object & {
749
776
  shipment: string;
750
777
  shipments: string;
751
778
  warehouses: string;
779
+ funding: string;
780
+ paymentMethod: string;
752
781
  };
753
782
  months: {
754
783
  january: string;
@@ -827,6 +856,16 @@ export declare const Element: ({ resources, ...props }: object & {
827
856
  gram: string;
828
857
  kilogram: string;
829
858
  };
859
+ actionsMenu: {
860
+ menuTitle: string;
861
+ actions: {
862
+ printLabel: string;
863
+ voidLabel: string;
864
+ printForms: string;
865
+ edit: string;
866
+ remove: string;
867
+ };
868
+ };
830
869
  ZnVuZGluZ19zb3VyY2VfaWQgbXVzdCBiZSBhbiBpbnRlZ2Vy: string;
831
870
  T25seSByZXNpZGVudGlhbCBkZWxpdmVyeSBhZGRyZXNzZXMgYXJlIGFsbG93ZWQgZm9yIFVQUyBHcm91bmQgU2F2ZXIu: string;
832
871
  "VGhlIHNlbGVjdGVkIHNlcnZpY2UgaW5jbHVkZXMgaW5zdXJhbmNlIGZvciBhbiBpbnN1cmVkIGFtb3VudCB1cCB0byAkMTAwLgo=": string;
@@ -842,7 +881,11 @@ export declare const Element: ({ resources, ...props }: object & {
842
881
  };
843
882
  "account-settings": {
844
883
  messages: {
845
- noFundingSources: string;
884
+ transactionHistory: {
885
+ noTransactions: string;
886
+ };
887
+ noFundingSourceDescription: string;
888
+ noFundingSourceAction: string;
846
889
  };
847
890
  title: string;
848
891
  sections: {