@justifi/webcomponents 4.8.3 → 4.10.0-rc.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 (490) hide show
  1. package/dist/cjs/{Business-42d0c522.js → Business-79361c8a.js} +7 -7
  2. package/dist/cjs/Identity-b6364aee.js +27 -0
  3. package/dist/cjs/{Payout-44b49b2d.js → Payment-89a8bc21.js} +0 -43
  4. package/dist/cjs/Payout-a2dd7b01.js +45 -0
  5. package/dist/cjs/{SubAccount-2a803b22.js → SubAccount-b3902202.js} +1 -1
  6. package/dist/cjs/additional-questions-details_5.cjs.entry.js +24 -10
  7. package/dist/cjs/business-additional-questions-schema-cbac27f2.js +26 -0
  8. package/dist/cjs/business-details-core.cjs.entry.js +55 -0
  9. package/dist/cjs/business-form-select-options-7ccd8dca.js +85 -0
  10. package/dist/cjs/business-form-types-3cdd5447.js +19 -0
  11. package/dist/cjs/form-control-datepart_3.cjs.entry.js +32 -46
  12. package/dist/cjs/form-control-monetary.cjs.entry.js +1 -1
  13. package/dist/cjs/{form-control-select_2.cjs.entry.js → form-control-number_3.cjs.entry.js} +44 -1
  14. package/dist/cjs/gross-payment-chart-core.cjs.entry.js +11036 -0
  15. package/dist/cjs/{index-55950669.js → index-69b9386b.js} +57 -3
  16. package/dist/cjs/justifi-additional-questions-form-step_5.cjs.entry.js +505 -0
  17. package/dist/cjs/{justifi-additional-questions_5.cjs.entry.js → justifi-additional-questions_4.cjs.entry.js} +12 -42
  18. package/dist/cjs/justifi-bank-account-form.cjs.entry.js +1 -1
  19. package/dist/cjs/{select-input_2.cjs.entry.js → justifi-billing-form_4.cjs.entry.js} +1810 -1
  20. package/dist/cjs/justifi-business-address-form-step.cjs.entry.js +35 -0
  21. package/dist/cjs/justifi-business-details.cjs.entry.js +43 -57
  22. package/dist/cjs/justifi-business-form-stepped.cjs.entry.js +36 -89
  23. package/dist/cjs/justifi-business-form.cjs.entry.js +18 -16
  24. package/dist/cjs/justifi-business-list.cjs.entry.js +5 -4
  25. package/dist/cjs/justifi-business-owners.cjs.entry.js +1 -1
  26. package/dist/cjs/justifi-card-form.cjs.entry.js +1 -1
  27. package/dist/cjs/justifi-checkout-core.cjs.entry.js +95 -0
  28. package/dist/cjs/justifi-checkout.cjs.entry.js +99 -0
  29. package/dist/cjs/justifi-details.cjs.entry.js +2 -2
  30. package/dist/cjs/justifi-gross-payment-chart.cjs.entry.js +39 -11008
  31. package/dist/cjs/justifi-new-payment-method_3.cjs.entry.js +168 -0
  32. package/dist/cjs/justifi-owner-form.cjs.entry.js +160 -0
  33. package/dist/cjs/justifi-payment-balance-transactions.cjs.entry.js +5 -4
  34. package/dist/cjs/justifi-payment-details.cjs.entry.js +6 -5
  35. package/dist/cjs/justifi-payment-form.cjs.entry.js +5 -4
  36. package/dist/cjs/{justifi-billing-form_2.cjs.entry.js → justifi-payment-method-selector.cjs.entry.js} +4 -79
  37. package/dist/cjs/justifi-payments-list.cjs.entry.js +6 -5
  38. package/dist/cjs/justifi-payout-details.cjs.entry.js +5 -4
  39. package/dist/cjs/justifi-payouts-list.cjs.entry.js +5 -4
  40. package/dist/cjs/justifi-proceeds-list.cjs.entry.js +4 -3
  41. package/dist/cjs/justifi-refund-form.cjs.entry.js +3 -2
  42. package/dist/cjs/justifi-subaccount-details.cjs.entry.js +6 -5
  43. package/dist/cjs/justifi-subaccounts-list.cjs.entry.js +5 -4
  44. package/dist/cjs/justifi-table_2.cjs.entry.js +1 -1
  45. package/dist/cjs/loader.cjs.js +2 -2
  46. package/dist/cjs/payload-parsers-25ed3936.js +98 -0
  47. package/dist/cjs/payment-details-core.cjs.entry.js +10 -4
  48. package/dist/cjs/{payment.service-605896dc.js → payment.service-0b0086dc.js} +2 -1
  49. package/dist/cjs/payments-list-core.cjs.entry.js +4 -3
  50. package/dist/cjs/payout-details-core.cjs.entry.js +4 -4
  51. package/dist/cjs/{payout.service-b39f2739.js → payout.service-5cc3b4e9.js} +2 -1
  52. package/dist/cjs/payouts-list-core.cjs.entry.js +4 -3
  53. package/dist/cjs/subaccount-account-details_4.cjs.entry.js +7 -7
  54. package/dist/cjs/subaccount-bank-details.cjs.entry.js +3 -3
  55. package/dist/cjs/subaccount-terms-details.cjs.entry.js +3 -3
  56. package/dist/cjs/{utils-d126d17c.js → utils-23e70ef2.js} +5 -5
  57. package/dist/cjs/{utils-29a8a91d.js → utils-6f62f7a1.js} +29 -2
  58. package/dist/cjs/utils-df5167a8.js +13 -0
  59. package/dist/cjs/webcomponents.cjs.js +2 -2
  60. package/dist/collection/api/Business.js +6 -7
  61. package/dist/collection/api/Checkout.js +1 -0
  62. package/dist/collection/api/Identity.js +43 -0
  63. package/dist/collection/api/index.js +1 -0
  64. package/dist/collection/api/services/business.service.js +8 -0
  65. package/dist/collection/api/services/checkout.service.js +12 -0
  66. package/dist/collection/api/services/reports.service.js +9 -0
  67. package/dist/collection/collection-manifest.json +22 -8
  68. package/dist/collection/components/billing-form/billing-form-schema.js +1 -1
  69. package/dist/collection/components/billing-form/billing-form.js +1 -2
  70. package/dist/collection/components/business-details/additional-questions-details/additional-questions-details.js +5 -2
  71. package/dist/collection/components/business-details/additional-questions-details/test/additional-questions.spec.js +16 -0
  72. package/dist/collection/components/business-details/business-details-core.js +86 -0
  73. package/dist/collection/components/business-details/business-details.js +20 -65
  74. package/dist/collection/components/business-details/generic-info-details/generic-info-details.js +4 -2
  75. package/dist/collection/components/business-details/generic-info-details/test/generic-info-details.spec.js +16 -0
  76. package/dist/collection/components/business-details/get-business.js +17 -0
  77. package/dist/collection/components/business-details/legal-address-details/legal-address-details.js +5 -2
  78. package/dist/collection/components/business-details/legal-address-details/test/legal-address-details.spec.js +16 -0
  79. package/dist/collection/components/business-details/owner-details/owner-details.js +12 -14
  80. package/dist/collection/components/business-details/owner-details/test/owner-details.spec.js +16 -0
  81. package/dist/collection/components/business-details/representative-details/representative-details.js +7 -5
  82. package/dist/collection/components/business-details/representative-details/test/representative-details.spec.js +16 -0
  83. package/dist/collection/components/business-details/test/busines-details-core.spec.js +53 -0
  84. package/dist/collection/components/business-details/test/business-details.spec.js +40 -0
  85. package/dist/collection/components/business-details/test/get-business.spec.js +60 -0
  86. package/dist/collection/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.js +1 -1
  87. package/dist/collection/components/business-forms/business-form/business-address/business-address-form.css +2536 -0
  88. package/dist/collection/components/{business-form → business-forms/business-form}/business-address/business-address-form.js +4 -4
  89. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.css +2493 -0
  90. package/dist/collection/components/business-forms/business-form/business-core-info/business-core-info.js +77 -0
  91. package/dist/collection/components/{business-form → business-forms/business-form}/business-form.js +32 -24
  92. package/dist/collection/components/business-forms/business-form/business-owners/business-owners.css +7779 -0
  93. package/dist/collection/components/{business-form → business-forms/business-form}/business-owners/business-owners.js +2 -2
  94. package/dist/collection/components/business-forms/business-form/business-representative/business-representative.css +2493 -0
  95. package/dist/collection/components/{business-form → business-forms/business-form}/business-representative/business-representative.js +3 -3
  96. package/dist/collection/components/business-forms/business-form/legal-address-form/legal-address-form.css +2493 -0
  97. package/dist/collection/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.js +1 -1
  98. package/dist/collection/components/business-forms/business-form-stepped/additional-questions/business-additional-questions-form-step.js +218 -0
  99. package/dist/collection/components/business-forms/business-form-stepped/additional-questions/test/business-additional-questions-form-step.spec.js +97 -0
  100. package/dist/collection/components/business-forms/business-form-stepped/business-address/business-address-form-step.js +97 -0
  101. package/dist/collection/components/business-forms/business-form-stepped/business-address/test/business-address-form-step.spec.js +97 -0
  102. package/dist/collection/components/business-forms/business-form-stepped/business-core-info/business-core-info-form-step.js +239 -0
  103. package/dist/collection/components/business-forms/business-form-stepped/business-core-info/test/business-core-info-form-step.spec.js +97 -0
  104. package/dist/collection/components/{business-form → business-forms/business-form-stepped}/business-form-stepped.css +105 -0
  105. package/dist/collection/components/business-forms/business-form-stepped/business-form-stepped.js +199 -0
  106. package/dist/collection/components/business-forms/business-form-stepped/business-owners/business-owners-form-step.js +284 -0
  107. package/dist/collection/components/business-forms/business-form-stepped/business-owners/test/business-owners-form-step.spec.js +97 -0
  108. package/dist/collection/components/business-forms/business-form-stepped/business-representative/business-representative-form-step.js +230 -0
  109. package/dist/collection/components/business-forms/business-form-stepped/business-representative/test/business-representative-form-step.spec.js +97 -0
  110. package/dist/collection/components/business-forms/business-form-stepped/legal-address-form/legal-address-form-step.js +232 -0
  111. package/dist/collection/components/business-forms/business-form-stepped/test/business-form-stepped.spec.js +61 -0
  112. package/dist/collection/components/business-forms/owner-form/owner-form.css +7779 -0
  113. package/dist/collection/components/business-forms/owner-form/owner-form.js +367 -0
  114. package/dist/collection/components/business-forms/schemas/business-additional-questions-schema.js +7 -0
  115. package/dist/collection/components/business-forms/schemas/business-address-schema.js +15 -0
  116. package/dist/collection/components/business-forms/schemas/business-core-info-schema.js +13 -0
  117. package/dist/collection/components/business-forms/schemas/business-form-schema.js +6 -0
  118. package/dist/collection/components/business-forms/schemas/business-identity-schema.js +35 -0
  119. package/dist/collection/components/business-forms/schemas/business-owners-schema.js +16 -0
  120. package/dist/collection/components/business-forms/utils/business-form-select-options.js +80 -0
  121. package/dist/collection/components/business-forms/utils/business-form-types.js +17 -0
  122. package/dist/collection/components/business-forms/utils/payload-parsers.js +37 -0
  123. package/dist/collection/components/checkout/checkout-actions.js +33 -0
  124. package/dist/collection/components/checkout/checkout-core.css +2604 -0
  125. package/dist/collection/components/checkout/checkout-core.js +248 -0
  126. package/dist/collection/components/checkout/checkout.js +112 -0
  127. package/dist/collection/components/checkout/new-payment-method.js +188 -0
  128. package/dist/collection/components/checkout/payment-method-option-utils.js +19 -0
  129. package/dist/collection/components/checkout/payment-method-options.css +7073 -0
  130. package/dist/collection/components/checkout/payment-method-options.js +248 -0
  131. package/dist/collection/components/checkout/saved-payment-method.js +123 -0
  132. package/dist/collection/components/checkout/test/checkout.js +22 -0
  133. package/dist/collection/components/checkout/test/checkout.spec.js +166 -0
  134. package/dist/collection/components/checkout/test/mockCheckout.js +19 -0
  135. package/dist/collection/components/details/utils.js +4 -1
  136. package/dist/collection/components/form/utils.js +1 -0
  137. package/dist/collection/components/gross-payment-chart/get-gross-payment-chart-data.js +14 -0
  138. package/dist/collection/components/gross-payment-chart/gross-payment-chart-core.js +119 -0
  139. package/dist/collection/components/gross-payment-chart/gross-payment-chart.js +25 -73
  140. package/dist/collection/components/gross-payment-chart/test/get-gross-payment-chart-data.spec.js +69 -0
  141. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart-core.spec.js +64 -0
  142. package/dist/collection/components/gross-payment-chart/test/gross-payment-chart.spec.js +23 -8
  143. package/dist/collection/components/payment-details/payment-details-core.js +8 -2
  144. package/dist/collection/components/payment-details/payment-details.js +0 -1
  145. package/dist/collection/components/payment-form/payment-form.js +1 -1
  146. package/dist/collection/components/payment-method-form/payment-method-form.js +1 -1
  147. package/dist/collection/components/payout-details/payout-details-core.js +2 -2
  148. package/dist/collection/components/subaccount-details/subaccount-account-details/subaccount-account-details.js +2 -2
  149. package/dist/collection/components/subaccount-details/subaccount-bank-details/subaccount-bank-details.js +2 -2
  150. package/dist/collection/components/subaccount-details/subaccount-merchant-details/subaccount-merchant-details.js +2 -2
  151. package/dist/collection/components/subaccount-details/subaccount-owners-details/subaccount-owners-details.js +2 -2
  152. package/dist/collection/components/subaccount-details/subaccount-representative-details/subaccount-representative-details.js +2 -2
  153. package/dist/collection/components/subaccount-details/subaccount-terms-details/subaccount-terms-details.js +2 -2
  154. package/dist/collection/utils/utils.js +25 -3
  155. package/dist/docs.json +2945 -590
  156. package/dist/esm/{Business-e9340f6b.js → Business-1df362e0.js} +7 -8
  157. package/dist/esm/Identity-774788c0.js +25 -0
  158. package/dist/esm/{Payout-dc5f009c.js → Payment-55886c86.js} +1 -43
  159. package/dist/esm/Payout-dfe15b00.js +43 -0
  160. package/dist/esm/{SubAccount-46b4c2b1.js → SubAccount-f4ae9809.js} +1 -1
  161. package/dist/esm/additional-questions-details_5.entry.js +24 -10
  162. package/dist/esm/business-additional-questions-schema-2cb80f70.js +23 -0
  163. package/dist/esm/business-details-core.entry.js +51 -0
  164. package/dist/esm/business-form-select-options-6b9293fe.js +82 -0
  165. package/dist/esm/business-form-types-de9f38cd.js +19 -0
  166. package/dist/esm/form-control-datepart_3.entry.js +32 -46
  167. package/dist/esm/form-control-monetary.entry.js +1 -1
  168. package/dist/esm/{form-control-select_2.entry.js → form-control-number_3.entry.js} +44 -2
  169. package/dist/esm/gross-payment-chart-core.entry.js +11032 -0
  170. package/dist/esm/{index-62b8aa8a.js → index-df86d9a2.js} +57 -3
  171. package/dist/esm/justifi-additional-questions-form-step_5.entry.js +497 -0
  172. package/dist/esm/{justifi-additional-questions_5.entry.js → justifi-additional-questions_4.entry.js} +12 -41
  173. package/dist/esm/justifi-bank-account-form.entry.js +1 -1
  174. package/dist/esm/{select-input_2.entry.js → justifi-billing-form_4.entry.js} +1809 -2
  175. package/dist/esm/justifi-business-address-form-step.entry.js +31 -0
  176. package/dist/esm/justifi-business-details.entry.js +42 -56
  177. package/dist/esm/justifi-business-form-stepped.entry.js +36 -89
  178. package/dist/esm/justifi-business-form.entry.js +17 -15
  179. package/dist/esm/justifi-business-list.entry.js +5 -4
  180. package/dist/esm/justifi-business-owners.entry.js +1 -1
  181. package/dist/esm/justifi-card-form.entry.js +1 -1
  182. package/dist/esm/justifi-checkout-core.entry.js +91 -0
  183. package/dist/esm/justifi-checkout.entry.js +95 -0
  184. package/dist/esm/justifi-details.entry.js +2 -2
  185. package/dist/esm/justifi-gross-payment-chart.entry.js +39 -11008
  186. package/dist/esm/justifi-new-payment-method_3.entry.js +162 -0
  187. package/dist/esm/justifi-owner-form.entry.js +156 -0
  188. package/dist/esm/justifi-payment-balance-transactions.entry.js +4 -3
  189. package/dist/esm/justifi-payment-details.entry.js +5 -4
  190. package/dist/esm/justifi-payment-form.entry.js +4 -3
  191. package/dist/esm/{justifi-billing-form_2.entry.js → justifi-payment-method-selector.entry.js} +4 -78
  192. package/dist/esm/justifi-payments-list.entry.js +5 -4
  193. package/dist/esm/justifi-payout-details.entry.js +5 -4
  194. package/dist/esm/justifi-payouts-list.entry.js +5 -4
  195. package/dist/esm/justifi-proceeds-list.entry.js +4 -3
  196. package/dist/esm/justifi-refund-form.entry.js +3 -2
  197. package/dist/esm/justifi-subaccount-details.entry.js +6 -5
  198. package/dist/esm/justifi-subaccounts-list.entry.js +5 -4
  199. package/dist/esm/justifi-table_2.entry.js +1 -1
  200. package/dist/esm/loader.js +3 -3
  201. package/dist/esm/payload-parsers-1dd7474f.js +90 -0
  202. package/dist/esm/payment-details-core.entry.js +10 -4
  203. package/dist/esm/{payment.service-bea02ccf.js → payment.service-f274ef98.js} +2 -1
  204. package/dist/esm/payments-list-core.entry.js +4 -3
  205. package/dist/esm/payout-details-core.entry.js +4 -4
  206. package/dist/esm/{payout.service-92e56814.js → payout.service-af293f61.js} +2 -1
  207. package/dist/esm/payouts-list-core.entry.js +4 -3
  208. package/dist/esm/subaccount-account-details_4.entry.js +7 -7
  209. package/dist/esm/subaccount-bank-details.entry.js +3 -3
  210. package/dist/esm/subaccount-terms-details.entry.js +3 -3
  211. package/dist/esm/{utils-76a93600.js → utils-243abdb4.js} +26 -3
  212. package/dist/esm/utils-2828201a.js +10 -0
  213. package/dist/esm/{utils-576874df.js → utils-d01c5f3a.js} +5 -5
  214. package/dist/esm/webcomponents.js +3 -3
  215. package/dist/module/Business.js +7 -8
  216. package/dist/module/Payment.js +138 -0
  217. package/dist/module/Payout.js +1 -138
  218. package/dist/module/SubAccount.js +1 -1
  219. package/dist/module/additional-questions-details2.js +5 -2
  220. package/dist/module/billing-form.js +2 -3
  221. package/dist/module/business-additional-questions-form-step.js +120 -0
  222. package/dist/module/business-additional-questions-schema.js +10 -0
  223. package/dist/module/business-address-form.js +3 -3
  224. package/dist/module/business-address-schema.js +18 -0
  225. package/dist/module/business-core-info-form-step.js +141 -0
  226. package/dist/module/business-core-info-schema.js +16 -0
  227. package/dist/module/business-core-info.js +69 -0
  228. package/dist/module/business-details-core.d.ts +11 -0
  229. package/dist/module/business-details-core.js +6 -0
  230. package/dist/module/business-details-core2.js +101 -0
  231. package/dist/module/business-form-select-options.js +82 -0
  232. package/dist/module/business-form-types.js +19 -0
  233. package/dist/module/business-identity-schema.js +38 -0
  234. package/dist/module/business-owners-form-step.js +213 -0
  235. package/dist/module/business-representative-form-step.js +157 -0
  236. package/dist/module/business-representative.js +1 -1
  237. package/dist/module/checkout-core.js +163 -0
  238. package/dist/module/generic-info-details2.js +4 -2
  239. package/dist/module/gross-payment-chart-core.d.ts +11 -0
  240. package/dist/module/gross-payment-chart-core.js +6 -0
  241. package/dist/module/gross-payment-chart-core2.js +11055 -0
  242. package/dist/module/justifi-additional-questions-form-step.d.ts +11 -0
  243. package/dist/module/justifi-additional-questions-form-step.js +6 -0
  244. package/dist/module/justifi-business-address-form-step.d.ts +11 -0
  245. package/dist/module/justifi-business-address-form-step.js +75 -0
  246. package/dist/module/justifi-business-core-info-form-step.d.ts +11 -0
  247. package/dist/module/justifi-business-core-info-form-step.js +6 -0
  248. package/dist/module/justifi-business-core-info.d.ts +11 -0
  249. package/dist/module/justifi-business-core-info.js +6 -0
  250. package/dist/module/justifi-business-details.js +51 -60
  251. package/dist/module/justifi-business-form-stepped.js +72 -112
  252. package/dist/module/justifi-business-form.js +20 -14
  253. package/dist/module/justifi-business-list.js +2 -1
  254. package/dist/module/justifi-business-owners-form-step.d.ts +11 -0
  255. package/dist/module/justifi-business-owners-form-step.js +6 -0
  256. package/dist/module/justifi-business-representative-form-step.d.ts +11 -0
  257. package/dist/module/justifi-business-representative-form-step.js +6 -0
  258. package/dist/module/justifi-checkout-core.d.ts +11 -0
  259. package/dist/module/justifi-checkout-core.js +6 -0
  260. package/dist/module/justifi-checkout.d.ts +11 -0
  261. package/dist/module/justifi-checkout.js +172 -0
  262. package/dist/module/justifi-gross-payment-chart.js +49 -11016
  263. package/dist/module/justifi-legal-address-form-step.d.ts +11 -0
  264. package/dist/module/justifi-legal-address-form-step.js +6 -0
  265. package/dist/module/justifi-new-payment-method.d.ts +11 -0
  266. package/dist/module/justifi-new-payment-method.js +6 -0
  267. package/dist/module/justifi-owner-form.d.ts +11 -0
  268. package/dist/module/justifi-owner-form.js +6 -0
  269. package/dist/module/justifi-payment-balance-transactions.js +3 -2
  270. package/dist/module/justifi-payment-details.js +2 -1
  271. package/dist/module/justifi-payment-form.js +2 -1
  272. package/dist/module/justifi-payment-method-options.d.ts +11 -0
  273. package/dist/module/justifi-payment-method-options.js +6 -0
  274. package/dist/module/justifi-payments-list.js +2 -1
  275. package/dist/module/justifi-payout-details.js +2 -1
  276. package/dist/module/justifi-payouts-list.js +2 -1
  277. package/dist/module/justifi-proceeds-list.js +2 -1
  278. package/dist/module/justifi-refund-form.js +1 -0
  279. package/dist/module/justifi-saved-payment-method.d.ts +11 -0
  280. package/dist/module/justifi-saved-payment-method.js +6 -0
  281. package/dist/module/justifi-subaccount-details.js +2 -1
  282. package/dist/module/justifi-subaccounts-list.js +2 -1
  283. package/dist/module/legal-address-details2.js +5 -2
  284. package/dist/module/legal-address-form-step.js +136 -0
  285. package/dist/module/new-payment-method.js +105 -0
  286. package/dist/module/owner-details2.js +10 -4
  287. package/dist/module/owner-form.js +244 -0
  288. package/dist/module/payload-parsers.js +39 -0
  289. package/dist/module/payment-details-core2.js +9 -3
  290. package/dist/module/payment-method-form.js +4 -10
  291. package/dist/module/payment-method-options.js +128 -0
  292. package/dist/module/payment-method-selector.js +2 -1
  293. package/dist/module/payment.service.js +1 -0
  294. package/dist/module/payments-list-core2.js +2 -1
  295. package/dist/module/payout-details-core2.js +3 -3
  296. package/dist/module/payout.service.js +1 -0
  297. package/dist/module/payouts-list-core2.js +3 -2
  298. package/dist/module/representative-details2.js +5 -3
  299. package/dist/module/saved-payment-method.js +66 -0
  300. package/dist/module/subaccount-account-details2.js +2 -2
  301. package/dist/module/subaccount-bank-details.js +2 -2
  302. package/dist/module/subaccount-merchant-details2.js +3 -3
  303. package/dist/module/subaccount-owners-details2.js +2 -2
  304. package/dist/module/subaccount-representative-details2.js +2 -2
  305. package/dist/module/subaccount-terms-details.js +2 -2
  306. package/dist/module/utils.js +4 -4
  307. package/dist/module/utils2.js +26 -3
  308. package/dist/module/utils4.js +10 -0
  309. package/dist/types/api/Api.d.ts +1 -1
  310. package/dist/types/api/Business.d.ts +1 -18
  311. package/dist/types/api/Checkout.d.ts +14 -0
  312. package/dist/types/api/Identity.d.ts +60 -0
  313. package/dist/types/api/index.d.ts +1 -0
  314. package/dist/types/api/services/business.service.d.ts +8 -0
  315. package/dist/types/api/services/checkout.service.d.ts +9 -0
  316. package/dist/types/api/services/reports.service.d.ts +5 -0
  317. package/dist/types/components/billing-form/billing-form-schema.d.ts +0 -1
  318. package/dist/types/components/billing-form/billing-form.d.ts +0 -1
  319. package/dist/types/components/business-details/business-details-core.d.ts +16 -0
  320. package/dist/types/components/business-details/business-details.d.ts +3 -13
  321. package/dist/types/components/business-details/get-business.d.ts +8 -0
  322. package/dist/types/components/business-details/owner-details/owner-details.d.ts +1 -9
  323. package/dist/types/components/business-details/representative-details/representative-details.d.ts +1 -1
  324. package/dist/types/components/{business-form → business-forms/business-form}/additional-questions/additional-questions.d.ts +1 -1
  325. package/dist/types/components/{business-form → business-forms/business-form}/business-address/business-address-form.d.ts +1 -1
  326. package/dist/types/components/{business-form/business-generic-info/business-generic-info.d.ts → business-forms/business-form/business-core-info/business-core-info.d.ts} +5 -5
  327. package/dist/types/components/{business-form → business-forms/business-form}/business-form.d.ts +5 -10
  328. package/dist/types/components/{business-form → business-forms/business-form}/business-owners/business-owners.d.ts +1 -1
  329. package/dist/types/components/{business-form → business-forms/business-form}/business-representative/business-representative.d.ts +1 -1
  330. package/dist/types/components/{business-form → business-forms/business-form}/legal-address-form/legal-address-form.d.ts +2 -2
  331. package/dist/types/components/business-forms/business-form-stepped/additional-questions/business-additional-questions-form-step.d.ts +30 -0
  332. package/dist/types/components/business-forms/business-form-stepped/business-address/business-address-form-step.d.ts +9 -0
  333. package/dist/types/components/business-forms/business-form-stepped/business-core-info/business-core-info-form-step.d.ts +36 -0
  334. package/dist/types/components/business-forms/business-form-stepped/business-form-stepped.d.ts +45 -0
  335. package/dist/types/components/business-forms/business-form-stepped/business-owners/business-owners-form-step.d.ts +36 -0
  336. package/dist/types/components/business-forms/business-form-stepped/business-representative/business-representative-form-step.d.ts +26 -0
  337. package/dist/types/components/business-forms/business-form-stepped/legal-address-form/legal-address-form-step.d.ts +31 -0
  338. package/dist/types/components/business-forms/owner-form/owner-form.d.ts +36 -0
  339. package/dist/types/components/business-forms/schemas/business-additional-questions-schema.d.ts +11 -0
  340. package/dist/types/components/{business-form/business-address/business-address-form-schema.d.ts → business-forms/schemas/business-address-schema.d.ts} +11 -8
  341. package/dist/types/components/business-forms/schemas/business-core-info-schema.d.ts +19 -0
  342. package/dist/types/components/{business-form → business-forms/schemas}/business-form-schema.d.ts +2 -26
  343. package/dist/types/components/business-forms/schemas/business-identity-schema.d.ts +59 -0
  344. package/dist/types/components/business-forms/schemas/business-owners-schema.d.ts +33 -0
  345. package/dist/types/components/business-forms/utils/business-form-select-options.d.ts +11 -0
  346. package/dist/types/components/business-forms/utils/business-form-types.d.ts +39 -0
  347. package/dist/types/components/business-forms/utils/payload-parsers.d.ts +4 -0
  348. package/dist/types/components/checkout/checkout-actions.d.ts +17 -0
  349. package/dist/types/components/checkout/checkout-core.d.ts +28 -0
  350. package/dist/types/components/checkout/checkout.d.ts +12 -0
  351. package/dist/types/components/checkout/new-payment-method.d.ts +17 -0
  352. package/dist/types/components/checkout/payment-method-option-utils.d.ts +16 -0
  353. package/dist/types/components/checkout/payment-method-options.d.ts +18 -0
  354. package/dist/types/components/checkout/saved-payment-method.d.ts +11 -0
  355. package/dist/types/components/checkout/test/checkout.d.ts +1 -0
  356. package/dist/types/components/checkout/test/mockCheckout.d.ts +19 -0
  357. package/dist/types/components/details/utils.d.ts +1 -1
  358. package/dist/types/components/form/form.d.ts +1 -1
  359. package/dist/types/components/form/utils.d.ts +1 -0
  360. package/dist/types/components/gross-payment-chart/get-gross-payment-chart-data.d.ts +11 -0
  361. package/dist/types/components/gross-payment-chart/gross-payment-chart-core.d.ts +18 -0
  362. package/dist/types/components/gross-payment-chart/gross-payment-chart.d.ts +4 -14
  363. package/dist/types/components/payment-details/payment-details.d.ts +0 -1
  364. package/dist/types/components/payment-method-form/payment-method-responses.d.ts +3 -9
  365. package/dist/types/components.d.ts +626 -91
  366. package/dist/types/utils/utils.d.ts +3 -0
  367. package/dist/webcomponents/p-0399f02b.entry.js +1 -0
  368. package/dist/webcomponents/{p-6478f3ca.js → p-04a98c63.js} +1 -1
  369. package/dist/webcomponents/p-06888c2e.entry.js +1 -0
  370. package/dist/webcomponents/{p-234bc840.entry.js → p-07b326d0.entry.js} +1 -1
  371. package/dist/webcomponents/p-0811bc77.entry.js +1 -0
  372. package/dist/webcomponents/p-0923e39c.js +1 -0
  373. package/dist/webcomponents/p-17d72f4a.js +1 -0
  374. package/dist/webcomponents/p-17f64853.entry.js +1 -0
  375. package/dist/webcomponents/p-1bfadb9f.entry.js +1 -0
  376. package/dist/webcomponents/p-22085999.entry.js +1 -0
  377. package/dist/webcomponents/p-252835df.entry.js +1 -0
  378. package/dist/webcomponents/{p-22c1acd6.js → p-28b38699.js} +1 -1
  379. package/dist/webcomponents/p-34352d04.js +1 -0
  380. package/dist/webcomponents/p-374c44e6.entry.js +1 -0
  381. package/dist/webcomponents/{p-0a0cf2e6.entry.js → p-4697ccfa.entry.js} +1 -1
  382. package/dist/webcomponents/p-4781cd06.js +1 -0
  383. package/dist/webcomponents/{p-4c01df65.entry.js → p-4d50d08a.entry.js} +1 -1
  384. package/dist/webcomponents/p-4d806131.entry.js +1 -0
  385. package/dist/webcomponents/{p-7a1a06c0.entry.js → p-4df6174c.entry.js} +1 -1
  386. package/dist/webcomponents/p-4e0b3206.entry.js +1 -0
  387. package/dist/webcomponents/{p-4ee44c76.entry.js → p-583dd5a2.entry.js} +1 -1
  388. package/dist/webcomponents/p-5be4e217.entry.js +1 -0
  389. package/dist/webcomponents/p-5da4fbe7.entry.js +1 -0
  390. package/dist/webcomponents/{p-40349ffc.entry.js → p-6103c20d.entry.js} +1 -1
  391. package/dist/webcomponents/p-63296409.js +1 -0
  392. package/dist/webcomponents/{p-5c0310ee.js → p-65510838.js} +1 -1
  393. package/dist/webcomponents/p-688bb5da.js +2 -0
  394. package/dist/webcomponents/p-6b51cf97.entry.js +1 -0
  395. package/dist/webcomponents/p-7654c70d.entry.js +1 -0
  396. package/dist/webcomponents/p-7b2cddc7.js +1 -0
  397. package/dist/webcomponents/p-847441ce.entry.js +1 -0
  398. package/dist/webcomponents/p-861ba3fc.entry.js +1 -0
  399. package/dist/webcomponents/p-9207ccb2.entry.js +1 -0
  400. package/dist/webcomponents/p-975ab96e.js +1 -0
  401. package/dist/webcomponents/p-9ce8d98c.entry.js +1 -0
  402. package/dist/webcomponents/p-9e4b81ad.entry.js +1 -0
  403. package/dist/webcomponents/p-a141c531.js +1 -0
  404. package/dist/webcomponents/p-a2dbe90f.entry.js +1 -0
  405. package/dist/webcomponents/{p-4fa27a28.entry.js → p-a46174e0.entry.js} +1 -1
  406. package/dist/webcomponents/p-a98eea84.entry.js +1 -0
  407. package/dist/webcomponents/p-b1bc23af.entry.js +1 -0
  408. package/dist/webcomponents/p-b27c9b0d.entry.js +1 -0
  409. package/dist/webcomponents/{p-7c0f91fa.entry.js → p-b68f1dd9.entry.js} +1 -1
  410. package/dist/webcomponents/p-b8f22856.js +1 -0
  411. package/dist/webcomponents/p-c8d62072.entry.js +1 -0
  412. package/dist/webcomponents/{p-08833966.entry.js → p-da34bba7.entry.js} +1 -1
  413. package/dist/webcomponents/p-e3748ea4.entry.js +1 -0
  414. package/dist/webcomponents/p-e3fab0e2.js +1 -0
  415. package/dist/webcomponents/p-e924f2e1.entry.js +1 -0
  416. package/dist/webcomponents/p-ebf7c70f.entry.js +1 -0
  417. package/dist/webcomponents/p-eef5ed19.entry.js +1 -0
  418. package/dist/webcomponents/p-efc7025c.entry.js +1 -0
  419. package/dist/webcomponents/p-f3453ca2.js +1 -0
  420. package/dist/webcomponents/p-f3ca6fda.entry.js +1 -0
  421. package/dist/webcomponents/p-fb49ef28.entry.js +1 -0
  422. package/dist/webcomponents/p-fe2af0cf.entry.js +19 -0
  423. package/dist/webcomponents/p-fe8a94c1.entry.js +1 -0
  424. package/dist/webcomponents/webcomponents.esm.js +1 -1
  425. package/package.json +3 -2
  426. package/dist/cjs/BusinessFormEventTypes-863f48e9.js +0 -42
  427. package/dist/cjs/business-form-schema-37e5381d.js +0 -148
  428. package/dist/cjs/justifi-payment-method-form.cjs.entry.js +0 -1747
  429. package/dist/collection/components/business-form/BusinessFormEventTypes.js +0 -6
  430. package/dist/collection/components/business-form/business-address/business-address-form-schema.js +0 -13
  431. package/dist/collection/components/business-form/business-form-schema.js +0 -159
  432. package/dist/collection/components/business-form/business-form-stepped.js +0 -260
  433. package/dist/collection/components/business-form/business-generic-info/business-generic-info.js +0 -77
  434. package/dist/collection/components/business-form/business-representative/business-representative-schema.js +0 -1
  435. package/dist/collection/components/business-form/helpers.js +0 -23
  436. package/dist/collection/components/business-form/legal-address-form/legal-address-form-schema.js +0 -10
  437. package/dist/esm/BusinessFormEventTypes-989960ba.js +0 -39
  438. package/dist/esm/business-form-schema-f8f554d1.js +0 -144
  439. package/dist/esm/justifi-payment-method-form.entry.js +0 -1743
  440. package/dist/module/BusinessFormEventTypes.js +0 -39
  441. package/dist/module/business-generic-info.js +0 -210
  442. package/dist/module/justifi-business-generic-info.d.ts +0 -11
  443. package/dist/module/justifi-business-generic-info.js +0 -6
  444. package/dist/types/components/business-form/BusinessFormEventTypes.d.ts +0 -5
  445. package/dist/types/components/business-form/business-form-stepped.d.ts +0 -48
  446. package/dist/types/components/business-form/business-representative/business-representative-schema.d.ts +0 -17
  447. package/dist/types/components/business-form/helpers.d.ts +0 -1
  448. package/dist/types/components/business-form/legal-address-form/legal-address-form-schema.d.ts +0 -17
  449. package/dist/webcomponents/p-081cf5f6.entry.js +0 -1
  450. package/dist/webcomponents/p-0bc8b02e.entry.js +0 -1
  451. package/dist/webcomponents/p-112acd3c.entry.js +0 -1
  452. package/dist/webcomponents/p-1555e6b1.js +0 -1
  453. package/dist/webcomponents/p-16f41fd0.entry.js +0 -1
  454. package/dist/webcomponents/p-17715325.js +0 -1
  455. package/dist/webcomponents/p-3a4d4869.entry.js +0 -1
  456. package/dist/webcomponents/p-3cb0b96d.js +0 -1
  457. package/dist/webcomponents/p-4ba2c711.entry.js +0 -1
  458. package/dist/webcomponents/p-4f14df36.js +0 -2
  459. package/dist/webcomponents/p-5422a24b.entry.js +0 -1
  460. package/dist/webcomponents/p-578e0a05.entry.js +0 -1
  461. package/dist/webcomponents/p-640d90dc.entry.js +0 -1
  462. package/dist/webcomponents/p-663bfe87.js +0 -1
  463. package/dist/webcomponents/p-696396c7.entry.js +0 -1
  464. package/dist/webcomponents/p-6ab67031.entry.js +0 -1
  465. package/dist/webcomponents/p-6d0725ef.entry.js +0 -1
  466. package/dist/webcomponents/p-810b72b5.js +0 -1
  467. package/dist/webcomponents/p-8516d602.entry.js +0 -1
  468. package/dist/webcomponents/p-894a7475.entry.js +0 -19
  469. package/dist/webcomponents/p-94ebfafb.entry.js +0 -1
  470. package/dist/webcomponents/p-9cb3ff78.entry.js +0 -1
  471. package/dist/webcomponents/p-9e81808f.entry.js +0 -1
  472. package/dist/webcomponents/p-a432110c.entry.js +0 -1
  473. package/dist/webcomponents/p-b1881723.entry.js +0 -1
  474. package/dist/webcomponents/p-b5aba473.entry.js +0 -1
  475. package/dist/webcomponents/p-b8a8b551.js +0 -1
  476. package/dist/webcomponents/p-bd099662.entry.js +0 -1
  477. package/dist/webcomponents/p-bfd917b8.entry.js +0 -1
  478. package/dist/webcomponents/p-c90fa055.entry.js +0 -1
  479. package/dist/webcomponents/p-ebb91944.entry.js +0 -1
  480. package/dist/webcomponents/p-ec4f27e7.entry.js +0 -1
  481. package/dist/webcomponents/p-fa495a43.entry.js +0 -1
  482. /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.e2e.js +0 -0
  483. /package/dist/collection/components/{business-form → business-forms/business-form}/business-address/test/business-address.spec.js +0 -0
  484. /package/dist/collection/components/{business-form → business-forms/business-form}/business-form.css +0 -0
  485. /package/dist/collection/components/{business-form → business-forms/business-form}/test/business-form.spec.js +0 -0
  486. /package/dist/collection/components/{business-form/business-address/business-address-form.css → business-forms/business-form-stepped/business-address/business-address-form-step.css} +0 -0
  487. /package/dist/collection/components/{business-form/business-generic-info/business-generic-info.css → business-forms/business-form-stepped/business-core-info/business-core-info-form-step.css} +0 -0
  488. /package/dist/collection/components/{business-form/business-owners/business-owners.css → business-forms/business-form-stepped/business-owners/business-owners-form-step.css} +0 -0
  489. /package/dist/collection/components/{business-form/business-representative/business-representative.css → business-forms/business-form-stepped/business-representative/business-representative-form-step.css} +0 -0
  490. /package/dist/collection/components/{business-form/legal-address-form/legal-address-form.css → business-forms/business-form-stepped/legal-address-form/legal-address-form-step.css} +0 -0
@@ -5,28 +5,34 @@
5
5
  * It contains typing information for all components that exist in this project.
6
6
  */
7
7
  import { HTMLStencilElement, JSXBase } from "./stencil-public-runtime";
8
- import { AdditionalQuestions, IAddress, IBusiness, Identity } from "./api/Business";
8
+ import { AdditionalQuestions, IAddress, IBusiness } from "./api/Business";
9
9
  import { FormController } from "./components/form/form";
10
+ import { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
10
11
  import { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
11
12
  import { BillingFormFields } from "./components/billing-form/billing-form-schema";
12
13
  import { ValidationError } from "yup";
14
+ import { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
13
15
  import { Payment, PaymentMethodTypes, Payout } from "./api";
14
16
  import { Proceed } from "./api/Proceed";
15
17
  import { RefundFormFields } from "./components/refund-form/refund-form-schema";
16
18
  import { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
17
19
  import { TableProps } from "./components/table/table";
20
+ import { Identity } from "./api/Identity";
18
21
  import { PaginationProps } from "./components/pagination-menu/pagination-menu";
19
22
  import { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
20
- export { AdditionalQuestions, IAddress, IBusiness, Identity } from "./api/Business";
23
+ export { AdditionalQuestions, IAddress, IBusiness } from "./api/Business";
21
24
  export { FormController } from "./components/form/form";
25
+ export { BusinessFormClickEvent, BusinessFormServerErrorEvent, BusinessFormSubmitEvent, OwnerFormServerErrorEvent, OwnerFormSubmitEvent } from "./components/business-forms/utils/business-form-types";
22
26
  export { CreatePaymentMethodResponse } from "./components/payment-method-form/payment-method-responses";
23
27
  export { BillingFormFields } from "./components/billing-form/billing-form-schema";
24
28
  export { ValidationError } from "yup";
29
+ export { PaymentMethodOption } from "./components/checkout/payment-method-option-utils";
25
30
  export { Payment, PaymentMethodTypes, Payout } from "./api";
26
31
  export { Proceed } from "./api/Proceed";
27
32
  export { RefundFormFields } from "./components/refund-form/refund-form-schema";
28
33
  export { IOnboardingData, SubAccount, SubaccountBankAccount, SubAccountIdentity as SubAccountIdentity1, Terms } from "./api/SubAccount";
29
34
  export { TableProps } from "./components/table/table";
35
+ export { Identity } from "./api/Identity";
30
36
  export { PaginationProps } from "./components/pagination-menu/pagination-menu";
31
37
  export { IOnboardingData as IOnboardingData1, SubAccountIdentity } from "./components";
32
38
  export namespace Components {
@@ -40,6 +46,9 @@ export namespace Components {
40
46
  interface AdditionalQuestionsDetails {
41
47
  "additionalQuestions": AdditionalQuestions;
42
48
  }
49
+ interface BusinessDetailsCore {
50
+ "getBusiness": Function;
51
+ }
43
52
  interface FormControlDatepart {
44
53
  "defaultValue": string;
45
54
  "disabled": boolean;
@@ -93,6 +102,9 @@ export namespace Components {
93
102
  interface GenericInfoDetails {
94
103
  "business": IBusiness;
95
104
  }
105
+ interface GrossPaymentChartCore {
106
+ "getGrossPayment": Function;
107
+ }
96
108
  /**
97
109
  * @exportedPart label: Label for inputs
98
110
  * @exportedPart input: The input fields
@@ -101,6 +113,16 @@ export namespace Components {
101
113
  interface JustifiAdditionalQuestions {
102
114
  "formController": FormController;
103
115
  }
116
+ /**
117
+ * @exportedPart label: Label for inputs
118
+ * @exportedPart input: The input fields
119
+ * @exportedPart input-invalid: Invalid state for inputfs
120
+ */
121
+ interface JustifiAdditionalQuestionsFormStep {
122
+ "authToken": string;
123
+ "businessId": string;
124
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
125
+ }
104
126
  interface JustifiBankAccountForm {
105
127
  /**
106
128
  * URL for the rendered iFrame. End-users need not use this.
@@ -152,7 +174,36 @@ export namespace Components {
152
174
  interface JustifiBusinessAddressForm {
153
175
  "defaultValues": any;
154
176
  "errors": any;
155
- "onFormUpdate": (values: any) => void;
177
+ "handleFormUpdate": (values: any) => void;
178
+ }
179
+ interface JustifiBusinessAddressFormStep {
180
+ "defaultValues": any;
181
+ "errors": any;
182
+ "handleFormUpdate": (values: any) => void;
183
+ }
184
+ /**
185
+ * The difference between this component and business-core-info-details
186
+ * is that this component is meant to be a form and send data
187
+ * and the other one is meant to be just read only.
188
+ * @exportedPart label: Label for inputs
189
+ * @exportedPart input: The input fields
190
+ * @exportedPart input-invalid: Invalid state for inputfs
191
+ */
192
+ interface JustifiBusinessCoreInfo {
193
+ "formController": FormController;
194
+ }
195
+ /**
196
+ * The difference between this component and business-generic-info-details
197
+ * is that this component is meant to be a form and send data
198
+ * and the other one is meant to be just read only.
199
+ * @exportedPart label: Label for inputs
200
+ * @exportedPart input: The input fields
201
+ * @exportedPart input-invalid: Invalid state for inputfs
202
+ */
203
+ interface JustifiBusinessCoreInfoFormStep {
204
+ "authToken": string;
205
+ "businessId": string;
206
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
156
207
  }
157
208
  /**
158
209
  * @exportedPart detail-section
@@ -186,17 +237,6 @@ export namespace Components {
186
237
  "hideErrors"?: boolean;
187
238
  "testMode": boolean;
188
239
  }
189
- /**
190
- * The difference between this component and business-generic-info-details
191
- * is that this component is meant to be a form and send data
192
- * and the other one is meant to be just read only.
193
- * @exportedPart label: Label for inputs
194
- * @exportedPart input: The input fields
195
- * @exportedPart input-invalid: Invalid state for inputfs
196
- */
197
- interface JustifiBusinessGenericInfo {
198
- "formController": FormController;
199
- }
200
240
  /**
201
241
  * @exportedPart table-head: Table head
202
242
  * @exportedPart table-head-row: Head row
@@ -237,9 +277,24 @@ export namespace Components {
237
277
  interface JustifiBusinessOwners {
238
278
  "formController": FormController;
239
279
  }
280
+ /**
281
+ * @exportedPart label: Label for inputs
282
+ * @exportedPart input: The input fields
283
+ * @exportedPart input-invalid: Invalid state for inputfs
284
+ */
285
+ interface JustifiBusinessOwnersFormStep {
286
+ "authToken": string;
287
+ "businessId": string;
288
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
289
+ }
240
290
  interface JustifiBusinessRepresentative {
241
291
  "formController": FormController;
242
292
  }
293
+ interface JustifiBusinessRepresentativeFormStep {
294
+ "authToken": string;
295
+ "businessId": string;
296
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
297
+ }
243
298
  interface JustifiCardForm {
244
299
  /**
245
300
  * URL for the rendered iFrame. End-users need not use this.
@@ -267,6 +322,22 @@ export namespace Components {
267
322
  */
268
323
  "validationMode": 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
269
324
  }
325
+ interface JustifiCheckout {
326
+ "authToken": string;
327
+ "checkoutId": string;
328
+ "iframeOrigin"?: string;
329
+ }
330
+ interface JustifiCheckoutCore {
331
+ "authToken": string;
332
+ "checkoutId": string;
333
+ "getCheckout": Function;
334
+ /**
335
+ * URL for the rendered iFrame. End-users need not use this.
336
+ */
337
+ "iframeOrigin"?: string;
338
+ "loadFontsOnParent": () => Promise<any>;
339
+ "pay": Function;
340
+ }
270
341
  interface JustifiDetails {
271
342
  "errorMessage": string;
272
343
  }
@@ -282,6 +353,34 @@ export namespace Components {
282
353
  interface JustifiLegalAddressForm {
283
354
  "formController": FormController;
284
355
  }
356
+ /**
357
+ * @exportedPart label: Label for inputs
358
+ * @exportedPart input: The input fields
359
+ * @exportedPart input-invalid: Invalid state for inputfs
360
+ */
361
+ interface JustifiLegalAddressFormStep {
362
+ "authToken": string;
363
+ "businessId": string;
364
+ "validateAndSubmit": ({ onSuccess }: { onSuccess: any; }) => Promise<void>;
365
+ }
366
+ interface JustifiNewPaymentMethod {
367
+ "accountId": string;
368
+ "clientId": string;
369
+ "getPaymentMethodToken": () => Promise<string>;
370
+ "iframeOrigin"?: string;
371
+ "isSelected": boolean;
372
+ "paymentMethodOption": PaymentMethodOption;
373
+ }
374
+ interface JustifiOwnerForm {
375
+ "authToken": string;
376
+ "businessId"?: string;
377
+ "newFormOpen"?: boolean;
378
+ "ownerId"?: string;
379
+ "ownersLength"?: number;
380
+ "removeOwner": (id: string) => void;
381
+ "submit": () => Promise<boolean>;
382
+ "validate": () => Promise<boolean>;
383
+ }
285
384
  interface JustifiPaymentBalanceTransactions {
286
385
  "accountId": string;
287
386
  "authToken": string;
@@ -302,7 +401,6 @@ export namespace Components {
302
401
  * @exportedPart detail-metadata-title
303
402
  * @exportedPart detail-method-title
304
403
  * @exportedPart detail-method-data
305
- * @exportedPart detail-section
306
404
  * @exportedPart detail-section-title
307
405
  * @exportedPart detail-section-item-title
308
406
  * @exportedPart detail-section-item-data
@@ -338,6 +436,16 @@ export namespace Components {
338
436
  "tokenize": (clientId: string, paymentMethodMetadata: any, account?: string) => Promise<CreatePaymentMethodResponse>;
339
437
  "validate": () => Promise<any>;
340
438
  }
439
+ interface JustifiPaymentMethodOptions {
440
+ "accountId": string;
441
+ "clientId": string;
442
+ "getPaymentMethodToken": () => Promise<string>;
443
+ "iframeOrigin"?: string;
444
+ "savedPaymentMethods": any[];
445
+ "selectedPaymentMethodId": string;
446
+ "showAch": boolean;
447
+ "showCard": boolean;
448
+ }
341
449
  interface JustifiPaymentMethodSelector {
342
450
  "selectedPaymentMethodType": PaymentMethodTypes;
343
451
  }
@@ -440,6 +548,12 @@ export namespace Components {
440
548
  */
441
549
  "withButton"?: boolean;
442
550
  }
551
+ interface JustifiSavedPaymentMethod {
552
+ "getPaymentMethodToken": () => Promise<string>;
553
+ "iframeOrigin"?: string;
554
+ "isSelected": boolean;
555
+ "paymentMethodOption": PaymentMethodOption;
556
+ }
443
557
  interface JustifiSubaccountDetails {
444
558
  "accountId": string;
445
559
  "authToken": string;
@@ -462,13 +576,6 @@ export namespace Components {
462
576
  interface LegalAddressDetails {
463
577
  "legalAddress": IAddress;
464
578
  }
465
- /**
466
- * @exportedPart detail-section
467
- * @exportedPart detail-section-title
468
- * @exportedPart detail-section-item-title
469
- * @exportedPart detail-section-item-data
470
- * @exportedPart detail-empty-state
471
- */
472
579
  interface OwnerDetails {
473
580
  "owners": Identity[];
474
581
  }
@@ -555,10 +662,18 @@ export interface FormControlTextCustomEvent<T> extends CustomEvent<T> {
555
662
  detail: T;
556
663
  target: HTMLFormControlTextElement;
557
664
  }
665
+ export interface JustifiAdditionalQuestionsFormStepCustomEvent<T> extends CustomEvent<T> {
666
+ detail: T;
667
+ target: HTMLJustifiAdditionalQuestionsFormStepElement;
668
+ }
558
669
  export interface JustifiBankAccountFormCustomEvent<T> extends CustomEvent<T> {
559
670
  detail: T;
560
671
  target: HTMLJustifiBankAccountFormElement;
561
672
  }
673
+ export interface JustifiBusinessCoreInfoFormStepCustomEvent<T> extends CustomEvent<T> {
674
+ detail: T;
675
+ target: HTMLJustifiBusinessCoreInfoFormStepElement;
676
+ }
562
677
  export interface JustifiBusinessFormCustomEvent<T> extends CustomEvent<T> {
563
678
  detail: T;
564
679
  target: HTMLJustifiBusinessFormElement;
@@ -567,10 +682,34 @@ export interface JustifiBusinessFormSteppedCustomEvent<T> extends CustomEvent<T>
567
682
  detail: T;
568
683
  target: HTMLJustifiBusinessFormSteppedElement;
569
684
  }
685
+ export interface JustifiBusinessOwnersFormStepCustomEvent<T> extends CustomEvent<T> {
686
+ detail: T;
687
+ target: HTMLJustifiBusinessOwnersFormStepElement;
688
+ }
689
+ export interface JustifiBusinessRepresentativeFormStepCustomEvent<T> extends CustomEvent<T> {
690
+ detail: T;
691
+ target: HTMLJustifiBusinessRepresentativeFormStepElement;
692
+ }
570
693
  export interface JustifiCardFormCustomEvent<T> extends CustomEvent<T> {
571
694
  detail: T;
572
695
  target: HTMLJustifiCardFormElement;
573
696
  }
697
+ export interface JustifiCheckoutCoreCustomEvent<T> extends CustomEvent<T> {
698
+ detail: T;
699
+ target: HTMLJustifiCheckoutCoreElement;
700
+ }
701
+ export interface JustifiLegalAddressFormStepCustomEvent<T> extends CustomEvent<T> {
702
+ detail: T;
703
+ target: HTMLJustifiLegalAddressFormStepElement;
704
+ }
705
+ export interface JustifiNewPaymentMethodCustomEvent<T> extends CustomEvent<T> {
706
+ detail: T;
707
+ target: HTMLJustifiNewPaymentMethodElement;
708
+ }
709
+ export interface JustifiOwnerFormCustomEvent<T> extends CustomEvent<T> {
710
+ detail: T;
711
+ target: HTMLJustifiOwnerFormElement;
712
+ }
574
713
  export interface JustifiPaymentFormCustomEvent<T> extends CustomEvent<T> {
575
714
  detail: T;
576
715
  target: HTMLJustifiPaymentFormElement;
@@ -579,6 +718,10 @@ export interface JustifiPaymentMethodFormCustomEvent<T> extends CustomEvent<T> {
579
718
  detail: T;
580
719
  target: HTMLJustifiPaymentMethodFormElement;
581
720
  }
721
+ export interface JustifiPaymentMethodOptionsCustomEvent<T> extends CustomEvent<T> {
722
+ detail: T;
723
+ target: HTMLJustifiPaymentMethodOptionsElement;
724
+ }
582
725
  export interface JustifiPaymentMethodSelectorCustomEvent<T> extends CustomEvent<T> {
583
726
  detail: T;
584
727
  target: HTMLJustifiPaymentMethodSelectorElement;
@@ -591,6 +734,10 @@ export interface JustifiRefundFormCustomEvent<T> extends CustomEvent<T> {
591
734
  detail: T;
592
735
  target: HTMLJustifiRefundFormElement;
593
736
  }
737
+ export interface JustifiSavedPaymentMethodCustomEvent<T> extends CustomEvent<T> {
738
+ detail: T;
739
+ target: HTMLJustifiSavedPaymentMethodElement;
740
+ }
594
741
  export interface JustifiSubaccountsListCustomEvent<T> extends CustomEvent<T> {
595
742
  detail: T;
596
743
  target: HTMLJustifiSubaccountsListElement;
@@ -625,6 +772,12 @@ declare global {
625
772
  prototype: HTMLAdditionalQuestionsDetailsElement;
626
773
  new (): HTMLAdditionalQuestionsDetailsElement;
627
774
  };
775
+ interface HTMLBusinessDetailsCoreElement extends Components.BusinessDetailsCore, HTMLStencilElement {
776
+ }
777
+ var HTMLBusinessDetailsCoreElement: {
778
+ prototype: HTMLBusinessDetailsCoreElement;
779
+ new (): HTMLBusinessDetailsCoreElement;
780
+ };
628
781
  interface HTMLFormControlDatepartElementEventMap {
629
782
  "formControlInput": any;
630
783
  "formControlBlur": any;
@@ -739,6 +892,12 @@ declare global {
739
892
  prototype: HTMLGenericInfoDetailsElement;
740
893
  new (): HTMLGenericInfoDetailsElement;
741
894
  };
895
+ interface HTMLGrossPaymentChartCoreElement extends Components.GrossPaymentChartCore, HTMLStencilElement {
896
+ }
897
+ var HTMLGrossPaymentChartCoreElement: {
898
+ prototype: HTMLGrossPaymentChartCoreElement;
899
+ new (): HTMLGrossPaymentChartCoreElement;
900
+ };
742
901
  /**
743
902
  * @exportedPart label: Label for inputs
744
903
  * @exportedPart input: The input fields
@@ -750,6 +909,30 @@ declare global {
750
909
  prototype: HTMLJustifiAdditionalQuestionsElement;
751
910
  new (): HTMLJustifiAdditionalQuestionsElement;
752
911
  };
912
+ interface HTMLJustifiAdditionalQuestionsFormStepElementEventMap {
913
+ "submitted": BusinessFormSubmitEvent;
914
+ "formLoading": boolean;
915
+ "serverError": BusinessFormServerErrorEvent;
916
+ }
917
+ /**
918
+ * @exportedPart label: Label for inputs
919
+ * @exportedPart input: The input fields
920
+ * @exportedPart input-invalid: Invalid state for inputfs
921
+ */
922
+ interface HTMLJustifiAdditionalQuestionsFormStepElement extends Components.JustifiAdditionalQuestionsFormStep, HTMLStencilElement {
923
+ addEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
924
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
925
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
926
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
927
+ removeEventListener<K extends keyof HTMLJustifiAdditionalQuestionsFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiAdditionalQuestionsFormStepElement, ev: JustifiAdditionalQuestionsFormStepCustomEvent<HTMLJustifiAdditionalQuestionsFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
928
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
929
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
930
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
931
+ }
932
+ var HTMLJustifiAdditionalQuestionsFormStepElement: {
933
+ prototype: HTMLJustifiAdditionalQuestionsFormStepElement;
934
+ new (): HTMLJustifiAdditionalQuestionsFormStepElement;
935
+ };
753
936
  interface HTMLJustifiBankAccountFormElementEventMap {
754
937
  "bankAccountFormReady": any;
755
938
  "ready": any;
@@ -787,6 +970,53 @@ declare global {
787
970
  prototype: HTMLJustifiBusinessAddressFormElement;
788
971
  new (): HTMLJustifiBusinessAddressFormElement;
789
972
  };
973
+ interface HTMLJustifiBusinessAddressFormStepElement extends Components.JustifiBusinessAddressFormStep, HTMLStencilElement {
974
+ }
975
+ var HTMLJustifiBusinessAddressFormStepElement: {
976
+ prototype: HTMLJustifiBusinessAddressFormStepElement;
977
+ new (): HTMLJustifiBusinessAddressFormStepElement;
978
+ };
979
+ /**
980
+ * The difference between this component and business-core-info-details
981
+ * is that this component is meant to be a form and send data
982
+ * and the other one is meant to be just read only.
983
+ * @exportedPart label: Label for inputs
984
+ * @exportedPart input: The input fields
985
+ * @exportedPart input-invalid: Invalid state for inputfs
986
+ */
987
+ interface HTMLJustifiBusinessCoreInfoElement extends Components.JustifiBusinessCoreInfo, HTMLStencilElement {
988
+ }
989
+ var HTMLJustifiBusinessCoreInfoElement: {
990
+ prototype: HTMLJustifiBusinessCoreInfoElement;
991
+ new (): HTMLJustifiBusinessCoreInfoElement;
992
+ };
993
+ interface HTMLJustifiBusinessCoreInfoFormStepElementEventMap {
994
+ "submitted": BusinessFormSubmitEvent;
995
+ "formLoading": boolean;
996
+ "serverError": BusinessFormServerErrorEvent;
997
+ }
998
+ /**
999
+ * The difference between this component and business-generic-info-details
1000
+ * is that this component is meant to be a form and send data
1001
+ * and the other one is meant to be just read only.
1002
+ * @exportedPart label: Label for inputs
1003
+ * @exportedPart input: The input fields
1004
+ * @exportedPart input-invalid: Invalid state for inputfs
1005
+ */
1006
+ interface HTMLJustifiBusinessCoreInfoFormStepElement extends Components.JustifiBusinessCoreInfoFormStep, HTMLStencilElement {
1007
+ addEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1008
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1009
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1010
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1011
+ removeEventListener<K extends keyof HTMLJustifiBusinessCoreInfoFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessCoreInfoFormStepElement, ev: JustifiBusinessCoreInfoFormStepCustomEvent<HTMLJustifiBusinessCoreInfoFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1012
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1013
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1014
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1015
+ }
1016
+ var HTMLJustifiBusinessCoreInfoFormStepElement: {
1017
+ prototype: HTMLJustifiBusinessCoreInfoFormStepElement;
1018
+ new (): HTMLJustifiBusinessCoreInfoFormStepElement;
1019
+ };
790
1020
  /**
791
1021
  * @exportedPart detail-section
792
1022
  * @exportedPart detail-section-title
@@ -801,8 +1031,8 @@ declare global {
801
1031
  new (): HTMLJustifiBusinessDetailsElement;
802
1032
  };
803
1033
  interface HTMLJustifiBusinessFormElementEventMap {
804
- "clickEvent": { data?: any, name: string };
805
- "submitted": { data: any };
1034
+ "clickEvent": BusinessFormClickEvent;
1035
+ "submitted": BusinessFormSubmitEvent;
806
1036
  }
807
1037
  /**
808
1038
  * @exportedPart label: Label for inputs
@@ -824,8 +1054,7 @@ declare global {
824
1054
  new (): HTMLJustifiBusinessFormElement;
825
1055
  };
826
1056
  interface HTMLJustifiBusinessFormSteppedElementEventMap {
827
- "clickEvent": { data?: any, name: string };
828
- "submitted": { data: any };
1057
+ "clickEvent": BusinessFormClickEvent;
829
1058
  }
830
1059
  /**
831
1060
  * @exportedPart label: Label for inputs
@@ -846,20 +1075,6 @@ declare global {
846
1075
  prototype: HTMLJustifiBusinessFormSteppedElement;
847
1076
  new (): HTMLJustifiBusinessFormSteppedElement;
848
1077
  };
849
- /**
850
- * The difference between this component and business-generic-info-details
851
- * is that this component is meant to be a form and send data
852
- * and the other one is meant to be just read only.
853
- * @exportedPart label: Label for inputs
854
- * @exportedPart input: The input fields
855
- * @exportedPart input-invalid: Invalid state for inputfs
856
- */
857
- interface HTMLJustifiBusinessGenericInfoElement extends Components.JustifiBusinessGenericInfo, HTMLStencilElement {
858
- }
859
- var HTMLJustifiBusinessGenericInfoElement: {
860
- prototype: HTMLJustifiBusinessGenericInfoElement;
861
- new (): HTMLJustifiBusinessGenericInfoElement;
862
- };
863
1078
  /**
864
1079
  * @exportedPart table-head: Table head
865
1080
  * @exportedPart table-head-row: Head row
@@ -894,12 +1109,55 @@ declare global {
894
1109
  prototype: HTMLJustifiBusinessOwnersElement;
895
1110
  new (): HTMLJustifiBusinessOwnersElement;
896
1111
  };
1112
+ interface HTMLJustifiBusinessOwnersFormStepElementEventMap {
1113
+ "submitted": BusinessFormSubmitEvent;
1114
+ "formLoading": boolean;
1115
+ "serverError": BusinessFormServerErrorEvent;
1116
+ }
1117
+ /**
1118
+ * @exportedPart label: Label for inputs
1119
+ * @exportedPart input: The input fields
1120
+ * @exportedPart input-invalid: Invalid state for inputfs
1121
+ */
1122
+ interface HTMLJustifiBusinessOwnersFormStepElement extends Components.JustifiBusinessOwnersFormStep, HTMLStencilElement {
1123
+ addEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1124
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1125
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1126
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1127
+ removeEventListener<K extends keyof HTMLJustifiBusinessOwnersFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessOwnersFormStepElement, ev: JustifiBusinessOwnersFormStepCustomEvent<HTMLJustifiBusinessOwnersFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1128
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1129
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1130
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1131
+ }
1132
+ var HTMLJustifiBusinessOwnersFormStepElement: {
1133
+ prototype: HTMLJustifiBusinessOwnersFormStepElement;
1134
+ new (): HTMLJustifiBusinessOwnersFormStepElement;
1135
+ };
897
1136
  interface HTMLJustifiBusinessRepresentativeElement extends Components.JustifiBusinessRepresentative, HTMLStencilElement {
898
1137
  }
899
1138
  var HTMLJustifiBusinessRepresentativeElement: {
900
1139
  prototype: HTMLJustifiBusinessRepresentativeElement;
901
1140
  new (): HTMLJustifiBusinessRepresentativeElement;
902
1141
  };
1142
+ interface HTMLJustifiBusinessRepresentativeFormStepElementEventMap {
1143
+ "submitted": BusinessFormSubmitEvent;
1144
+ "formLoading": boolean;
1145
+ "serverError": BusinessFormServerErrorEvent;
1146
+ }
1147
+ interface HTMLJustifiBusinessRepresentativeFormStepElement extends Components.JustifiBusinessRepresentativeFormStep, HTMLStencilElement {
1148
+ addEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1149
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1150
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1151
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1152
+ removeEventListener<K extends keyof HTMLJustifiBusinessRepresentativeFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiBusinessRepresentativeFormStepElement, ev: JustifiBusinessRepresentativeFormStepCustomEvent<HTMLJustifiBusinessRepresentativeFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1153
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1154
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1155
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1156
+ }
1157
+ var HTMLJustifiBusinessRepresentativeFormStepElement: {
1158
+ prototype: HTMLJustifiBusinessRepresentativeFormStepElement;
1159
+ new (): HTMLJustifiBusinessRepresentativeFormStepElement;
1160
+ };
903
1161
  interface HTMLJustifiCardFormElementEventMap {
904
1162
  "cardFormReady": any;
905
1163
  "ready": any;
@@ -920,6 +1178,29 @@ declare global {
920
1178
  prototype: HTMLJustifiCardFormElement;
921
1179
  new (): HTMLJustifiCardFormElement;
922
1180
  };
1181
+ interface HTMLJustifiCheckoutElement extends Components.JustifiCheckout, HTMLStencilElement {
1182
+ }
1183
+ var HTMLJustifiCheckoutElement: {
1184
+ prototype: HTMLJustifiCheckoutElement;
1185
+ new (): HTMLJustifiCheckoutElement;
1186
+ };
1187
+ interface HTMLJustifiCheckoutCoreElementEventMap {
1188
+ "submitted": CreatePaymentMethodResponse;
1189
+ }
1190
+ interface HTMLJustifiCheckoutCoreElement extends Components.JustifiCheckoutCore, HTMLStencilElement {
1191
+ addEventListener<K extends keyof HTMLJustifiCheckoutCoreElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutCoreElement, ev: JustifiCheckoutCoreCustomEvent<HTMLJustifiCheckoutCoreElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1192
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1193
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1194
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1195
+ removeEventListener<K extends keyof HTMLJustifiCheckoutCoreElementEventMap>(type: K, listener: (this: HTMLJustifiCheckoutCoreElement, ev: JustifiCheckoutCoreCustomEvent<HTMLJustifiCheckoutCoreElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1196
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1197
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1198
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1199
+ }
1200
+ var HTMLJustifiCheckoutCoreElement: {
1201
+ prototype: HTMLJustifiCheckoutCoreElement;
1202
+ new (): HTMLJustifiCheckoutCoreElement;
1203
+ };
923
1204
  interface HTMLJustifiDetailsElement extends Components.JustifiDetails, HTMLStencilElement {
924
1205
  }
925
1206
  var HTMLJustifiDetailsElement: {
@@ -943,6 +1224,66 @@ declare global {
943
1224
  prototype: HTMLJustifiLegalAddressFormElement;
944
1225
  new (): HTMLJustifiLegalAddressFormElement;
945
1226
  };
1227
+ interface HTMLJustifiLegalAddressFormStepElementEventMap {
1228
+ "submitted": BusinessFormSubmitEvent;
1229
+ "formLoading": boolean;
1230
+ "serverError": BusinessFormServerErrorEvent;
1231
+ }
1232
+ /**
1233
+ * @exportedPart label: Label for inputs
1234
+ * @exportedPart input: The input fields
1235
+ * @exportedPart input-invalid: Invalid state for inputfs
1236
+ */
1237
+ interface HTMLJustifiLegalAddressFormStepElement extends Components.JustifiLegalAddressFormStep, HTMLStencilElement {
1238
+ addEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1239
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1240
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1241
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1242
+ removeEventListener<K extends keyof HTMLJustifiLegalAddressFormStepElementEventMap>(type: K, listener: (this: HTMLJustifiLegalAddressFormStepElement, ev: JustifiLegalAddressFormStepCustomEvent<HTMLJustifiLegalAddressFormStepElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1243
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1244
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1245
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1246
+ }
1247
+ var HTMLJustifiLegalAddressFormStepElement: {
1248
+ prototype: HTMLJustifiLegalAddressFormStepElement;
1249
+ new (): HTMLJustifiLegalAddressFormStepElement;
1250
+ };
1251
+ interface HTMLJustifiNewPaymentMethodElementEventMap {
1252
+ "paymentMethodOptionSelected": any;
1253
+ }
1254
+ interface HTMLJustifiNewPaymentMethodElement extends Components.JustifiNewPaymentMethod, HTMLStencilElement {
1255
+ addEventListener<K extends keyof HTMLJustifiNewPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiNewPaymentMethodElement, ev: JustifiNewPaymentMethodCustomEvent<HTMLJustifiNewPaymentMethodElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1256
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1257
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1258
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1259
+ removeEventListener<K extends keyof HTMLJustifiNewPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiNewPaymentMethodElement, ev: JustifiNewPaymentMethodCustomEvent<HTMLJustifiNewPaymentMethodElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1260
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1261
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1262
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1263
+ }
1264
+ var HTMLJustifiNewPaymentMethodElement: {
1265
+ prototype: HTMLJustifiNewPaymentMethodElement;
1266
+ new (): HTMLJustifiNewPaymentMethodElement;
1267
+ };
1268
+ interface HTMLJustifiOwnerFormElementEventMap {
1269
+ "submitted": OwnerFormSubmitEvent;
1270
+ "formLoading": boolean;
1271
+ "serverError": OwnerFormServerErrorEvent;
1272
+ }
1273
+ interface HTMLJustifiOwnerFormElement extends Components.JustifiOwnerForm, HTMLStencilElement {
1274
+ addEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1275
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1276
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1277
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1278
+ removeEventListener<K extends keyof HTMLJustifiOwnerFormElementEventMap>(type: K, listener: (this: HTMLJustifiOwnerFormElement, ev: JustifiOwnerFormCustomEvent<HTMLJustifiOwnerFormElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1279
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1280
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1281
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1282
+ }
1283
+ var HTMLJustifiOwnerFormElement: {
1284
+ prototype: HTMLJustifiOwnerFormElement;
1285
+ new (): HTMLJustifiOwnerFormElement;
1286
+ };
946
1287
  interface HTMLJustifiPaymentBalanceTransactionsElement extends Components.JustifiPaymentBalanceTransactions, HTMLStencilElement {
947
1288
  }
948
1289
  var HTMLJustifiPaymentBalanceTransactionsElement: {
@@ -964,7 +1305,6 @@ declare global {
964
1305
  * @exportedPart detail-metadata-title
965
1306
  * @exportedPart detail-method-title
966
1307
  * @exportedPart detail-method-data
967
- * @exportedPart detail-section
968
1308
  * @exportedPart detail-section-title
969
1309
  * @exportedPart detail-section-item-title
970
1310
  * @exportedPart detail-section-item-data
@@ -1015,6 +1355,23 @@ declare global {
1015
1355
  prototype: HTMLJustifiPaymentMethodFormElement;
1016
1356
  new (): HTMLJustifiPaymentMethodFormElement;
1017
1357
  };
1358
+ interface HTMLJustifiPaymentMethodOptionsElementEventMap {
1359
+ "toggleCreatingNewPaymentMethod": any;
1360
+ }
1361
+ interface HTMLJustifiPaymentMethodOptionsElement extends Components.JustifiPaymentMethodOptions, HTMLStencilElement {
1362
+ addEventListener<K extends keyof HTMLJustifiPaymentMethodOptionsElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentMethodOptionsElement, ev: JustifiPaymentMethodOptionsCustomEvent<HTMLJustifiPaymentMethodOptionsElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1363
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1364
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1365
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1366
+ removeEventListener<K extends keyof HTMLJustifiPaymentMethodOptionsElementEventMap>(type: K, listener: (this: HTMLJustifiPaymentMethodOptionsElement, ev: JustifiPaymentMethodOptionsCustomEvent<HTMLJustifiPaymentMethodOptionsElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1367
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1368
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1369
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1370
+ }
1371
+ var HTMLJustifiPaymentMethodOptionsElement: {
1372
+ prototype: HTMLJustifiPaymentMethodOptionsElement;
1373
+ new (): HTMLJustifiPaymentMethodOptionsElement;
1374
+ };
1018
1375
  interface HTMLJustifiPaymentMethodSelectorElementEventMap {
1019
1376
  "paymentMethodSelected": any;
1020
1377
  }
@@ -1141,6 +1498,23 @@ declare global {
1141
1498
  prototype: HTMLJustifiRefundFormElement;
1142
1499
  new (): HTMLJustifiRefundFormElement;
1143
1500
  };
1501
+ interface HTMLJustifiSavedPaymentMethodElementEventMap {
1502
+ "paymentMethodOptionSelected": any;
1503
+ }
1504
+ interface HTMLJustifiSavedPaymentMethodElement extends Components.JustifiSavedPaymentMethod, HTMLStencilElement {
1505
+ addEventListener<K extends keyof HTMLJustifiSavedPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiSavedPaymentMethodElement, ev: JustifiSavedPaymentMethodCustomEvent<HTMLJustifiSavedPaymentMethodElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
1506
+ addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1507
+ addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
1508
+ addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
1509
+ removeEventListener<K extends keyof HTMLJustifiSavedPaymentMethodElementEventMap>(type: K, listener: (this: HTMLJustifiSavedPaymentMethodElement, ev: JustifiSavedPaymentMethodCustomEvent<HTMLJustifiSavedPaymentMethodElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
1510
+ removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1511
+ removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
1512
+ removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
1513
+ }
1514
+ var HTMLJustifiSavedPaymentMethodElement: {
1515
+ prototype: HTMLJustifiSavedPaymentMethodElement;
1516
+ new (): HTMLJustifiSavedPaymentMethodElement;
1517
+ };
1144
1518
  interface HTMLJustifiSubaccountDetailsElement extends Components.JustifiSubaccountDetails, HTMLStencilElement {
1145
1519
  }
1146
1520
  var HTMLJustifiSubaccountDetailsElement: {
@@ -1176,13 +1550,6 @@ declare global {
1176
1550
  prototype: HTMLLegalAddressDetailsElement;
1177
1551
  new (): HTMLLegalAddressDetailsElement;
1178
1552
  };
1179
- /**
1180
- * @exportedPart detail-section
1181
- * @exportedPart detail-section-title
1182
- * @exportedPart detail-section-item-title
1183
- * @exportedPart detail-section-item-data
1184
- * @exportedPart detail-empty-state
1185
- */
1186
1553
  interface HTMLOwnerDetailsElement extends Components.OwnerDetails, HTMLStencilElement {
1187
1554
  }
1188
1555
  var HTMLOwnerDetailsElement: {
@@ -1326,6 +1693,7 @@ declare global {
1326
1693
  };
1327
1694
  interface HTMLElementTagNameMap {
1328
1695
  "additional-questions-details": HTMLAdditionalQuestionsDetailsElement;
1696
+ "business-details-core": HTMLBusinessDetailsCoreElement;
1329
1697
  "form-control-datepart": HTMLFormControlDatepartElement;
1330
1698
  "form-control-monetary": HTMLFormControlMonetaryElement;
1331
1699
  "form-control-number": HTMLFormControlNumberElement;
@@ -1333,31 +1701,44 @@ declare global {
1333
1701
  "form-control-select": HTMLFormControlSelectElement;
1334
1702
  "form-control-text": HTMLFormControlTextElement;
1335
1703
  "generic-info-details": HTMLGenericInfoDetailsElement;
1704
+ "gross-payment-chart-core": HTMLGrossPaymentChartCoreElement;
1336
1705
  "justifi-additional-questions": HTMLJustifiAdditionalQuestionsElement;
1706
+ "justifi-additional-questions-form-step": HTMLJustifiAdditionalQuestionsFormStepElement;
1337
1707
  "justifi-bank-account-form": HTMLJustifiBankAccountFormElement;
1338
1708
  "justifi-billing-form": HTMLJustifiBillingFormElement;
1339
1709
  "justifi-business-address-form": HTMLJustifiBusinessAddressFormElement;
1710
+ "justifi-business-address-form-step": HTMLJustifiBusinessAddressFormStepElement;
1711
+ "justifi-business-core-info": HTMLJustifiBusinessCoreInfoElement;
1712
+ "justifi-business-core-info-form-step": HTMLJustifiBusinessCoreInfoFormStepElement;
1340
1713
  "justifi-business-details": HTMLJustifiBusinessDetailsElement;
1341
1714
  "justifi-business-form": HTMLJustifiBusinessFormElement;
1342
1715
  "justifi-business-form-stepped": HTMLJustifiBusinessFormSteppedElement;
1343
- "justifi-business-generic-info": HTMLJustifiBusinessGenericInfoElement;
1344
1716
  "justifi-business-list": HTMLJustifiBusinessListElement;
1345
1717
  "justifi-business-owners": HTMLJustifiBusinessOwnersElement;
1718
+ "justifi-business-owners-form-step": HTMLJustifiBusinessOwnersFormStepElement;
1346
1719
  "justifi-business-representative": HTMLJustifiBusinessRepresentativeElement;
1720
+ "justifi-business-representative-form-step": HTMLJustifiBusinessRepresentativeFormStepElement;
1347
1721
  "justifi-card-form": HTMLJustifiCardFormElement;
1722
+ "justifi-checkout": HTMLJustifiCheckoutElement;
1723
+ "justifi-checkout-core": HTMLJustifiCheckoutCoreElement;
1348
1724
  "justifi-details": HTMLJustifiDetailsElement;
1349
1725
  "justifi-gross-payment-chart": HTMLJustifiGrossPaymentChartElement;
1350
1726
  "justifi-legal-address-form": HTMLJustifiLegalAddressFormElement;
1727
+ "justifi-legal-address-form-step": HTMLJustifiLegalAddressFormStepElement;
1728
+ "justifi-new-payment-method": HTMLJustifiNewPaymentMethodElement;
1729
+ "justifi-owner-form": HTMLJustifiOwnerFormElement;
1351
1730
  "justifi-payment-balance-transactions": HTMLJustifiPaymentBalanceTransactionsElement;
1352
1731
  "justifi-payment-details": HTMLJustifiPaymentDetailsElement;
1353
1732
  "justifi-payment-form": HTMLJustifiPaymentFormElement;
1354
1733
  "justifi-payment-method-form": HTMLJustifiPaymentMethodFormElement;
1734
+ "justifi-payment-method-options": HTMLJustifiPaymentMethodOptionsElement;
1355
1735
  "justifi-payment-method-selector": HTMLJustifiPaymentMethodSelectorElement;
1356
1736
  "justifi-payments-list": HTMLJustifiPaymentsListElement;
1357
1737
  "justifi-payout-details": HTMLJustifiPayoutDetailsElement;
1358
1738
  "justifi-payouts-list": HTMLJustifiPayoutsListElement;
1359
1739
  "justifi-proceeds-list": HTMLJustifiProceedsListElement;
1360
1740
  "justifi-refund-form": HTMLJustifiRefundFormElement;
1741
+ "justifi-saved-payment-method": HTMLJustifiSavedPaymentMethodElement;
1361
1742
  "justifi-subaccount-details": HTMLJustifiSubaccountDetailsElement;
1362
1743
  "justifi-subaccounts-list": HTMLJustifiSubaccountsListElement;
1363
1744
  "justifi-table": HTMLJustifiTableElement;
@@ -1390,6 +1771,9 @@ declare namespace LocalJSX {
1390
1771
  interface AdditionalQuestionsDetails {
1391
1772
  "additionalQuestions"?: AdditionalQuestions;
1392
1773
  }
1774
+ interface BusinessDetailsCore {
1775
+ "getBusiness"?: Function;
1776
+ }
1393
1777
  interface FormControlDatepart {
1394
1778
  "defaultValue"?: string;
1395
1779
  "disabled"?: boolean;
@@ -1455,6 +1839,9 @@ declare namespace LocalJSX {
1455
1839
  interface GenericInfoDetails {
1456
1840
  "business"?: IBusiness;
1457
1841
  }
1842
+ interface GrossPaymentChartCore {
1843
+ "getGrossPayment"?: Function;
1844
+ }
1458
1845
  /**
1459
1846
  * @exportedPart label: Label for inputs
1460
1847
  * @exportedPart input: The input fields
@@ -1463,6 +1850,18 @@ declare namespace LocalJSX {
1463
1850
  interface JustifiAdditionalQuestions {
1464
1851
  "formController"?: FormController;
1465
1852
  }
1853
+ /**
1854
+ * @exportedPart label: Label for inputs
1855
+ * @exportedPart input: The input fields
1856
+ * @exportedPart input-invalid: Invalid state for inputfs
1857
+ */
1858
+ interface JustifiAdditionalQuestionsFormStep {
1859
+ "authToken"?: string;
1860
+ "businessId"?: string;
1861
+ "onFormLoading"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<boolean>) => void;
1862
+ "onServerError"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
1863
+ "onSubmitted"?: (event: JustifiAdditionalQuestionsFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
1864
+ }
1466
1865
  interface JustifiBankAccountForm {
1467
1866
  /**
1468
1867
  * URL for the rendered iFrame. End-users need not use this.
@@ -1507,7 +1906,38 @@ declare namespace LocalJSX {
1507
1906
  interface JustifiBusinessAddressForm {
1508
1907
  "defaultValues"?: any;
1509
1908
  "errors"?: any;
1510
- "onFormUpdate"?: (values: any) => void;
1909
+ "handleFormUpdate"?: (values: any) => void;
1910
+ }
1911
+ interface JustifiBusinessAddressFormStep {
1912
+ "defaultValues"?: any;
1913
+ "errors"?: any;
1914
+ "handleFormUpdate"?: (values: any) => void;
1915
+ }
1916
+ /**
1917
+ * The difference between this component and business-core-info-details
1918
+ * is that this component is meant to be a form and send data
1919
+ * and the other one is meant to be just read only.
1920
+ * @exportedPart label: Label for inputs
1921
+ * @exportedPart input: The input fields
1922
+ * @exportedPart input-invalid: Invalid state for inputfs
1923
+ */
1924
+ interface JustifiBusinessCoreInfo {
1925
+ "formController"?: FormController;
1926
+ }
1927
+ /**
1928
+ * The difference between this component and business-generic-info-details
1929
+ * is that this component is meant to be a form and send data
1930
+ * and the other one is meant to be just read only.
1931
+ * @exportedPart label: Label for inputs
1932
+ * @exportedPart input: The input fields
1933
+ * @exportedPart input-invalid: Invalid state for inputfs
1934
+ */
1935
+ interface JustifiBusinessCoreInfoFormStep {
1936
+ "authToken"?: string;
1937
+ "businessId"?: string;
1938
+ "onFormLoading"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<boolean>) => void;
1939
+ "onServerError"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
1940
+ "onSubmitted"?: (event: JustifiBusinessCoreInfoFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
1511
1941
  }
1512
1942
  /**
1513
1943
  * @exportedPart detail-section
@@ -1529,8 +1959,8 @@ declare namespace LocalJSX {
1529
1959
  "authToken"?: string;
1530
1960
  "businessId"?: string;
1531
1961
  "hideErrors"?: boolean;
1532
- "onClickEvent"?: (event: JustifiBusinessFormCustomEvent<{ data?: any, name: string }>) => void;
1533
- "onSubmitted"?: (event: JustifiBusinessFormCustomEvent<{ data: any }>) => void;
1962
+ "onClickEvent"?: (event: JustifiBusinessFormCustomEvent<BusinessFormClickEvent>) => void;
1963
+ "onSubmitted"?: (event: JustifiBusinessFormCustomEvent<BusinessFormSubmitEvent>) => void;
1534
1964
  }
1535
1965
  /**
1536
1966
  * @exportedPart label: Label for inputs
@@ -1541,21 +1971,9 @@ declare namespace LocalJSX {
1541
1971
  "authToken"?: string;
1542
1972
  "businessId"?: string;
1543
1973
  "hideErrors"?: boolean;
1544
- "onClickEvent"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data?: any, name: string }>) => void;
1545
- "onSubmitted"?: (event: JustifiBusinessFormSteppedCustomEvent<{ data: any }>) => void;
1974
+ "onClickEvent"?: (event: JustifiBusinessFormSteppedCustomEvent<BusinessFormClickEvent>) => void;
1546
1975
  "testMode"?: boolean;
1547
1976
  }
1548
- /**
1549
- * The difference between this component and business-generic-info-details
1550
- * is that this component is meant to be a form and send data
1551
- * and the other one is meant to be just read only.
1552
- * @exportedPart label: Label for inputs
1553
- * @exportedPart input: The input fields
1554
- * @exportedPart input-invalid: Invalid state for inputfs
1555
- */
1556
- interface JustifiBusinessGenericInfo {
1557
- "formController"?: FormController;
1558
- }
1559
1977
  /**
1560
1978
  * @exportedPart table-head: Table head
1561
1979
  * @exportedPart table-head-row: Head row
@@ -1596,9 +2014,28 @@ declare namespace LocalJSX {
1596
2014
  interface JustifiBusinessOwners {
1597
2015
  "formController"?: FormController;
1598
2016
  }
2017
+ /**
2018
+ * @exportedPart label: Label for inputs
2019
+ * @exportedPart input: The input fields
2020
+ * @exportedPart input-invalid: Invalid state for inputfs
2021
+ */
2022
+ interface JustifiBusinessOwnersFormStep {
2023
+ "authToken"?: string;
2024
+ "businessId"?: string;
2025
+ "onFormLoading"?: (event: JustifiBusinessOwnersFormStepCustomEvent<boolean>) => void;
2026
+ "onServerError"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2027
+ "onSubmitted"?: (event: JustifiBusinessOwnersFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2028
+ }
1599
2029
  interface JustifiBusinessRepresentative {
1600
2030
  "formController"?: FormController;
1601
2031
  }
2032
+ interface JustifiBusinessRepresentativeFormStep {
2033
+ "authToken"?: string;
2034
+ "businessId"?: string;
2035
+ "onFormLoading"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<boolean>) => void;
2036
+ "onServerError"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2037
+ "onSubmitted"?: (event: JustifiBusinessRepresentativeFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2038
+ }
1602
2039
  interface JustifiCardForm {
1603
2040
  /**
1604
2041
  * URL for the rendered iFrame. End-users need not use this.
@@ -1633,6 +2070,22 @@ declare namespace LocalJSX {
1633
2070
  */
1634
2071
  "validationMode"?: 'onChange' | 'onBlur' | 'onSubmit' | 'onTouched' | 'all';
1635
2072
  }
2073
+ interface JustifiCheckout {
2074
+ "authToken"?: string;
2075
+ "checkoutId"?: string;
2076
+ "iframeOrigin"?: string;
2077
+ }
2078
+ interface JustifiCheckoutCore {
2079
+ "authToken"?: string;
2080
+ "checkoutId"?: string;
2081
+ "getCheckout"?: Function;
2082
+ /**
2083
+ * URL for the rendered iFrame. End-users need not use this.
2084
+ */
2085
+ "iframeOrigin"?: string;
2086
+ "onSubmitted"?: (event: JustifiCheckoutCoreCustomEvent<CreatePaymentMethodResponse>) => void;
2087
+ "pay"?: Function;
2088
+ }
1636
2089
  interface JustifiDetails {
1637
2090
  "errorMessage"?: string;
1638
2091
  }
@@ -1648,6 +2101,37 @@ declare namespace LocalJSX {
1648
2101
  interface JustifiLegalAddressForm {
1649
2102
  "formController"?: FormController;
1650
2103
  }
2104
+ /**
2105
+ * @exportedPart label: Label for inputs
2106
+ * @exportedPart input: The input fields
2107
+ * @exportedPart input-invalid: Invalid state for inputfs
2108
+ */
2109
+ interface JustifiLegalAddressFormStep {
2110
+ "authToken"?: string;
2111
+ "businessId"?: string;
2112
+ "onFormLoading"?: (event: JustifiLegalAddressFormStepCustomEvent<boolean>) => void;
2113
+ "onServerError"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormServerErrorEvent>) => void;
2114
+ "onSubmitted"?: (event: JustifiLegalAddressFormStepCustomEvent<BusinessFormSubmitEvent>) => void;
2115
+ }
2116
+ interface JustifiNewPaymentMethod {
2117
+ "accountId"?: string;
2118
+ "clientId"?: string;
2119
+ "iframeOrigin"?: string;
2120
+ "isSelected"?: boolean;
2121
+ "onPaymentMethodOptionSelected"?: (event: JustifiNewPaymentMethodCustomEvent<any>) => void;
2122
+ "paymentMethodOption"?: PaymentMethodOption;
2123
+ }
2124
+ interface JustifiOwnerForm {
2125
+ "authToken"?: string;
2126
+ "businessId"?: string;
2127
+ "newFormOpen"?: boolean;
2128
+ "onFormLoading"?: (event: JustifiOwnerFormCustomEvent<boolean>) => void;
2129
+ "onServerError"?: (event: JustifiOwnerFormCustomEvent<OwnerFormServerErrorEvent>) => void;
2130
+ "onSubmitted"?: (event: JustifiOwnerFormCustomEvent<OwnerFormSubmitEvent>) => void;
2131
+ "ownerId"?: string;
2132
+ "ownersLength"?: number;
2133
+ "removeOwner"?: (id: string) => void;
2134
+ }
1651
2135
  interface JustifiPaymentBalanceTransactions {
1652
2136
  "accountId"?: string;
1653
2137
  "authToken"?: string;
@@ -1668,7 +2152,6 @@ declare namespace LocalJSX {
1668
2152
  * @exportedPart detail-metadata-title
1669
2153
  * @exportedPart detail-method-title
1670
2154
  * @exportedPart detail-method-data
1671
- * @exportedPart detail-section
1672
2155
  * @exportedPart detail-section-title
1673
2156
  * @exportedPart detail-section-item-title
1674
2157
  * @exportedPart detail-section-item-data
@@ -1703,6 +2186,16 @@ declare namespace LocalJSX {
1703
2186
  | 'all';
1704
2187
  "singleLine"?: boolean;
1705
2188
  }
2189
+ interface JustifiPaymentMethodOptions {
2190
+ "accountId"?: string;
2191
+ "clientId"?: string;
2192
+ "iframeOrigin"?: string;
2193
+ "onToggleCreatingNewPaymentMethod"?: (event: JustifiPaymentMethodOptionsCustomEvent<any>) => void;
2194
+ "savedPaymentMethods"?: any[];
2195
+ "selectedPaymentMethodId"?: string;
2196
+ "showAch"?: boolean;
2197
+ "showCard"?: boolean;
2198
+ }
1706
2199
  interface JustifiPaymentMethodSelector {
1707
2200
  "onPaymentMethodSelected"?: (event: JustifiPaymentMethodSelectorCustomEvent<any>) => void;
1708
2201
  "selectedPaymentMethodType"?: PaymentMethodTypes;
@@ -1811,6 +2304,12 @@ declare namespace LocalJSX {
1811
2304
  */
1812
2305
  "withButton"?: boolean;
1813
2306
  }
2307
+ interface JustifiSavedPaymentMethod {
2308
+ "iframeOrigin"?: string;
2309
+ "isSelected"?: boolean;
2310
+ "onPaymentMethodOptionSelected"?: (event: JustifiSavedPaymentMethodCustomEvent<any>) => void;
2311
+ "paymentMethodOption"?: PaymentMethodOption;
2312
+ }
1814
2313
  interface JustifiSubaccountDetails {
1815
2314
  "accountId"?: string;
1816
2315
  "authToken"?: string;
@@ -1834,13 +2333,6 @@ declare namespace LocalJSX {
1834
2333
  interface LegalAddressDetails {
1835
2334
  "legalAddress"?: IAddress;
1836
2335
  }
1837
- /**
1838
- * @exportedPart detail-section
1839
- * @exportedPart detail-section-title
1840
- * @exportedPart detail-section-item-title
1841
- * @exportedPart detail-section-item-data
1842
- * @exportedPart detail-empty-state
1843
- */
1844
2336
  interface OwnerDetails {
1845
2337
  "owners"?: Identity[];
1846
2338
  }
@@ -1908,6 +2400,7 @@ declare namespace LocalJSX {
1908
2400
  }
1909
2401
  interface IntrinsicElements {
1910
2402
  "additional-questions-details": AdditionalQuestionsDetails;
2403
+ "business-details-core": BusinessDetailsCore;
1911
2404
  "form-control-datepart": FormControlDatepart;
1912
2405
  "form-control-monetary": FormControlMonetary;
1913
2406
  "form-control-number": FormControlNumber;
@@ -1915,31 +2408,44 @@ declare namespace LocalJSX {
1915
2408
  "form-control-select": FormControlSelect;
1916
2409
  "form-control-text": FormControlText;
1917
2410
  "generic-info-details": GenericInfoDetails;
2411
+ "gross-payment-chart-core": GrossPaymentChartCore;
1918
2412
  "justifi-additional-questions": JustifiAdditionalQuestions;
2413
+ "justifi-additional-questions-form-step": JustifiAdditionalQuestionsFormStep;
1919
2414
  "justifi-bank-account-form": JustifiBankAccountForm;
1920
2415
  "justifi-billing-form": JustifiBillingForm;
1921
2416
  "justifi-business-address-form": JustifiBusinessAddressForm;
2417
+ "justifi-business-address-form-step": JustifiBusinessAddressFormStep;
2418
+ "justifi-business-core-info": JustifiBusinessCoreInfo;
2419
+ "justifi-business-core-info-form-step": JustifiBusinessCoreInfoFormStep;
1922
2420
  "justifi-business-details": JustifiBusinessDetails;
1923
2421
  "justifi-business-form": JustifiBusinessForm;
1924
2422
  "justifi-business-form-stepped": JustifiBusinessFormStepped;
1925
- "justifi-business-generic-info": JustifiBusinessGenericInfo;
1926
2423
  "justifi-business-list": JustifiBusinessList;
1927
2424
  "justifi-business-owners": JustifiBusinessOwners;
2425
+ "justifi-business-owners-form-step": JustifiBusinessOwnersFormStep;
1928
2426
  "justifi-business-representative": JustifiBusinessRepresentative;
2427
+ "justifi-business-representative-form-step": JustifiBusinessRepresentativeFormStep;
1929
2428
  "justifi-card-form": JustifiCardForm;
2429
+ "justifi-checkout": JustifiCheckout;
2430
+ "justifi-checkout-core": JustifiCheckoutCore;
1930
2431
  "justifi-details": JustifiDetails;
1931
2432
  "justifi-gross-payment-chart": JustifiGrossPaymentChart;
1932
2433
  "justifi-legal-address-form": JustifiLegalAddressForm;
2434
+ "justifi-legal-address-form-step": JustifiLegalAddressFormStep;
2435
+ "justifi-new-payment-method": JustifiNewPaymentMethod;
2436
+ "justifi-owner-form": JustifiOwnerForm;
1933
2437
  "justifi-payment-balance-transactions": JustifiPaymentBalanceTransactions;
1934
2438
  "justifi-payment-details": JustifiPaymentDetails;
1935
2439
  "justifi-payment-form": JustifiPaymentForm;
1936
2440
  "justifi-payment-method-form": JustifiPaymentMethodForm;
2441
+ "justifi-payment-method-options": JustifiPaymentMethodOptions;
1937
2442
  "justifi-payment-method-selector": JustifiPaymentMethodSelector;
1938
2443
  "justifi-payments-list": JustifiPaymentsList;
1939
2444
  "justifi-payout-details": JustifiPayoutDetails;
1940
2445
  "justifi-payouts-list": JustifiPayoutsList;
1941
2446
  "justifi-proceeds-list": JustifiProceedsList;
1942
2447
  "justifi-refund-form": JustifiRefundForm;
2448
+ "justifi-saved-payment-method": JustifiSavedPaymentMethod;
1943
2449
  "justifi-subaccount-details": JustifiSubaccountDetails;
1944
2450
  "justifi-subaccounts-list": JustifiSubaccountsList;
1945
2451
  "justifi-table": JustifiTable;
@@ -1973,6 +2479,7 @@ declare module "@stencil/core" {
1973
2479
  * @exportedPart detail-empty-state
1974
2480
  */
1975
2481
  "additional-questions-details": LocalJSX.AdditionalQuestionsDetails & JSXBase.HTMLAttributes<HTMLAdditionalQuestionsDetailsElement>;
2482
+ "business-details-core": LocalJSX.BusinessDetailsCore & JSXBase.HTMLAttributes<HTMLBusinessDetailsCoreElement>;
1976
2483
  "form-control-datepart": LocalJSX.FormControlDatepart & JSXBase.HTMLAttributes<HTMLFormControlDatepartElement>;
1977
2484
  "form-control-monetary": LocalJSX.FormControlMonetary & JSXBase.HTMLAttributes<HTMLFormControlMonetaryElement>;
1978
2485
  "form-control-number": LocalJSX.FormControlNumber & JSXBase.HTMLAttributes<HTMLFormControlNumberElement>;
@@ -1980,12 +2487,19 @@ declare module "@stencil/core" {
1980
2487
  "form-control-select": LocalJSX.FormControlSelect & JSXBase.HTMLAttributes<HTMLFormControlSelectElement>;
1981
2488
  "form-control-text": LocalJSX.FormControlText & JSXBase.HTMLAttributes<HTMLFormControlTextElement>;
1982
2489
  "generic-info-details": LocalJSX.GenericInfoDetails & JSXBase.HTMLAttributes<HTMLGenericInfoDetailsElement>;
2490
+ "gross-payment-chart-core": LocalJSX.GrossPaymentChartCore & JSXBase.HTMLAttributes<HTMLGrossPaymentChartCoreElement>;
1983
2491
  /**
1984
2492
  * @exportedPart label: Label for inputs
1985
2493
  * @exportedPart input: The input fields
1986
2494
  * @exportedPart input-invalid: Invalid state for inputfs
1987
2495
  */
1988
2496
  "justifi-additional-questions": LocalJSX.JustifiAdditionalQuestions & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsElement>;
2497
+ /**
2498
+ * @exportedPart label: Label for inputs
2499
+ * @exportedPart input: The input fields
2500
+ * @exportedPart input-invalid: Invalid state for inputfs
2501
+ */
2502
+ "justifi-additional-questions-form-step": LocalJSX.JustifiAdditionalQuestionsFormStep & JSXBase.HTMLAttributes<HTMLJustifiAdditionalQuestionsFormStepElement>;
1989
2503
  "justifi-bank-account-form": LocalJSX.JustifiBankAccountForm & JSXBase.HTMLAttributes<HTMLJustifiBankAccountFormElement>;
1990
2504
  /**
1991
2505
  * @exportedPart label: Label for inputs
@@ -1994,6 +2508,25 @@ declare module "@stencil/core" {
1994
2508
  */
1995
2509
  "justifi-billing-form": LocalJSX.JustifiBillingForm & JSXBase.HTMLAttributes<HTMLJustifiBillingFormElement>;
1996
2510
  "justifi-business-address-form": LocalJSX.JustifiBusinessAddressForm & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormElement>;
2511
+ "justifi-business-address-form-step": LocalJSX.JustifiBusinessAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessAddressFormStepElement>;
2512
+ /**
2513
+ * The difference between this component and business-core-info-details
2514
+ * is that this component is meant to be a form and send data
2515
+ * and the other one is meant to be just read only.
2516
+ * @exportedPart label: Label for inputs
2517
+ * @exportedPart input: The input fields
2518
+ * @exportedPart input-invalid: Invalid state for inputfs
2519
+ */
2520
+ "justifi-business-core-info": LocalJSX.JustifiBusinessCoreInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoElement>;
2521
+ /**
2522
+ * The difference between this component and business-generic-info-details
2523
+ * is that this component is meant to be a form and send data
2524
+ * and the other one is meant to be just read only.
2525
+ * @exportedPart label: Label for inputs
2526
+ * @exportedPart input: The input fields
2527
+ * @exportedPart input-invalid: Invalid state for inputfs
2528
+ */
2529
+ "justifi-business-core-info-form-step": LocalJSX.JustifiBusinessCoreInfoFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessCoreInfoFormStepElement>;
1997
2530
  /**
1998
2531
  * @exportedPart detail-section
1999
2532
  * @exportedPart detail-section-title
@@ -2014,15 +2547,6 @@ declare module "@stencil/core" {
2014
2547
  * @exportedPart input-invalid: Invalid state for inputfs
2015
2548
  */
2016
2549
  "justifi-business-form-stepped": LocalJSX.JustifiBusinessFormStepped & JSXBase.HTMLAttributes<HTMLJustifiBusinessFormSteppedElement>;
2017
- /**
2018
- * The difference between this component and business-generic-info-details
2019
- * is that this component is meant to be a form and send data
2020
- * and the other one is meant to be just read only.
2021
- * @exportedPart label: Label for inputs
2022
- * @exportedPart input: The input fields
2023
- * @exportedPart input-invalid: Invalid state for inputfs
2024
- */
2025
- "justifi-business-generic-info": LocalJSX.JustifiBusinessGenericInfo & JSXBase.HTMLAttributes<HTMLJustifiBusinessGenericInfoElement>;
2026
2550
  /**
2027
2551
  * @exportedPart table-head: Table head
2028
2552
  * @exportedPart table-head-row: Head row
@@ -2047,8 +2571,17 @@ declare module "@stencil/core" {
2047
2571
  * @exportedPart input-invalid: Invalid state for inputfs
2048
2572
  */
2049
2573
  "justifi-business-owners": LocalJSX.JustifiBusinessOwners & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersElement>;
2574
+ /**
2575
+ * @exportedPart label: Label for inputs
2576
+ * @exportedPart input: The input fields
2577
+ * @exportedPart input-invalid: Invalid state for inputfs
2578
+ */
2579
+ "justifi-business-owners-form-step": LocalJSX.JustifiBusinessOwnersFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessOwnersFormStepElement>;
2050
2580
  "justifi-business-representative": LocalJSX.JustifiBusinessRepresentative & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeElement>;
2581
+ "justifi-business-representative-form-step": LocalJSX.JustifiBusinessRepresentativeFormStep & JSXBase.HTMLAttributes<HTMLJustifiBusinessRepresentativeFormStepElement>;
2051
2582
  "justifi-card-form": LocalJSX.JustifiCardForm & JSXBase.HTMLAttributes<HTMLJustifiCardFormElement>;
2583
+ "justifi-checkout": LocalJSX.JustifiCheckout & JSXBase.HTMLAttributes<HTMLJustifiCheckoutElement>;
2584
+ "justifi-checkout-core": LocalJSX.JustifiCheckoutCore & JSXBase.HTMLAttributes<HTMLJustifiCheckoutCoreElement>;
2052
2585
  "justifi-details": LocalJSX.JustifiDetails & JSXBase.HTMLAttributes<HTMLJustifiDetailsElement>;
2053
2586
  "justifi-gross-payment-chart": LocalJSX.JustifiGrossPaymentChart & JSXBase.HTMLAttributes<HTMLJustifiGrossPaymentChartElement>;
2054
2587
  /**
@@ -2057,6 +2590,14 @@ declare module "@stencil/core" {
2057
2590
  * @exportedPart input-invalid: Invalid state for inputfs
2058
2591
  */
2059
2592
  "justifi-legal-address-form": LocalJSX.JustifiLegalAddressForm & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormElement>;
2593
+ /**
2594
+ * @exportedPart label: Label for inputs
2595
+ * @exportedPart input: The input fields
2596
+ * @exportedPart input-invalid: Invalid state for inputfs
2597
+ */
2598
+ "justifi-legal-address-form-step": LocalJSX.JustifiLegalAddressFormStep & JSXBase.HTMLAttributes<HTMLJustifiLegalAddressFormStepElement>;
2599
+ "justifi-new-payment-method": LocalJSX.JustifiNewPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiNewPaymentMethodElement>;
2600
+ "justifi-owner-form": LocalJSX.JustifiOwnerForm & JSXBase.HTMLAttributes<HTMLJustifiOwnerFormElement>;
2060
2601
  "justifi-payment-balance-transactions": LocalJSX.JustifiPaymentBalanceTransactions & JSXBase.HTMLAttributes<HTMLJustifiPaymentBalanceTransactionsElement>;
2061
2602
  /**
2062
2603
  * @exportedPart detail-loading-spinner
@@ -2073,7 +2614,6 @@ declare module "@stencil/core" {
2073
2614
  * @exportedPart detail-metadata-title
2074
2615
  * @exportedPart detail-method-title
2075
2616
  * @exportedPart detail-method-data
2076
- * @exportedPart detail-section
2077
2617
  * @exportedPart detail-section-title
2078
2618
  * @exportedPart detail-section-item-title
2079
2619
  * @exportedPart detail-section-item-data
@@ -2085,6 +2625,7 @@ declare module "@stencil/core" {
2085
2625
  "justifi-payment-details": LocalJSX.JustifiPaymentDetails & JSXBase.HTMLAttributes<HTMLJustifiPaymentDetailsElement>;
2086
2626
  "justifi-payment-form": LocalJSX.JustifiPaymentForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentFormElement>;
2087
2627
  "justifi-payment-method-form": LocalJSX.JustifiPaymentMethodForm & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodFormElement>;
2628
+ "justifi-payment-method-options": LocalJSX.JustifiPaymentMethodOptions & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodOptionsElement>;
2088
2629
  "justifi-payment-method-selector": LocalJSX.JustifiPaymentMethodSelector & JSXBase.HTMLAttributes<HTMLJustifiPaymentMethodSelectorElement>;
2089
2630
  /**
2090
2631
  * @exportedPart table-head: Table head
@@ -2148,17 +2689,11 @@ declare module "@stencil/core" {
2148
2689
  */
2149
2690
  "justifi-proceeds-list": LocalJSX.JustifiProceedsList & JSXBase.HTMLAttributes<HTMLJustifiProceedsListElement>;
2150
2691
  "justifi-refund-form": LocalJSX.JustifiRefundForm & JSXBase.HTMLAttributes<HTMLJustifiRefundFormElement>;
2692
+ "justifi-saved-payment-method": LocalJSX.JustifiSavedPaymentMethod & JSXBase.HTMLAttributes<HTMLJustifiSavedPaymentMethodElement>;
2151
2693
  "justifi-subaccount-details": LocalJSX.JustifiSubaccountDetails & JSXBase.HTMLAttributes<HTMLJustifiSubaccountDetailsElement>;
2152
2694
  "justifi-subaccounts-list": LocalJSX.JustifiSubaccountsList & JSXBase.HTMLAttributes<HTMLJustifiSubaccountsListElement>;
2153
2695
  "justifi-table": LocalJSX.JustifiTable & JSXBase.HTMLAttributes<HTMLJustifiTableElement>;
2154
2696
  "legal-address-details": LocalJSX.LegalAddressDetails & JSXBase.HTMLAttributes<HTMLLegalAddressDetailsElement>;
2155
- /**
2156
- * @exportedPart detail-section
2157
- * @exportedPart detail-section-title
2158
- * @exportedPart detail-section-item-title
2159
- * @exportedPart detail-section-item-data
2160
- * @exportedPart detail-empty-state
2161
- */
2162
2697
  "owner-details": LocalJSX.OwnerDetails & JSXBase.HTMLAttributes<HTMLOwnerDetailsElement>;
2163
2698
  "pagination-menu": LocalJSX.PaginationMenu & JSXBase.HTMLAttributes<HTMLPaginationMenuElement>;
2164
2699
  "payment-details-core": LocalJSX.PaymentDetailsCore & JSXBase.HTMLAttributes<HTMLPaymentDetailsCoreElement>;